@charset "UTF-8";
.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6, 0 3px 13px #00000014;
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.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) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: transparent;
    color: #000000e6;
    fill: #000000e6;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #000000e6;
    fill: #000000e6;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    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: 0;
    border-bottom: 0;
}
.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: #00000080;
}
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch�;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000000e6;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000000e6;
}
.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: #00000080;
    background: transparent;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}
.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: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: #0000008a;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    opacity: 1;
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 #e6e6e6;
}
.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: #3939394d;
    background: transparent;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #3939391a;
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 #569ff7, 5px 0 #569ff7;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 #e6e6e6;
}
.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: #3939394d;
    background: transparent;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    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: 0;
    border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
    }
}
@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
    }
}
.wpb-shortcode-wrapper :root,
.wpb-shortcode-wrapper [data-bs-theme="light"] {
    --bs-blue: #b79563;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #c03221;
    --bs-orange: #faa938;
    --bs-yellow: #f98900;
    --bs-green: #199226;
    --bs-teal: #ef476f;
    --bs-cyan: #08b1ba;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #969696;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #ffffff;
    --bs-primary: #b79563;
    --bs-secondary: #ef476f;
    --bs-success: #199226;
    --bs-info: #08b1ba;
    --bs-warning: #f98900;
    --bs-danger: #c03221;
    --bs-light: #dee2e6;
    --bs-dark: #000;
    --bs-gray: #969696;
    --bs-gray-dark: #343a40;
    --bs-primary-rgb: 55, 69, 164;
    --bs-secondary-rgb: 239, 71, 111;
    --bs-success-rgb: 25, 146, 38;
    --bs-info-rgb: 8, 177, 186;
    --bs-warning-rgb: 249, 137, 0;
    --bs-danger-rgb: 192, 50, 33;
    --bs-light-rgb: 222, 226, 230;
    --bs-dark-rgb: 0, 0, 0;
    --bs-gray-rgb: 150, 150, 150;
    --bs-gray-dark-rgb: 52, 58, 64;
    --bs-primary-text-emphasis: rgb(22, 27.6, 65.6);
    --bs-secondary-text-emphasis: rgb(95.6, 28.4, 44.4);
    --bs-success-text-emphasis: rgb(10, 58.4, 15.2);
    --bs-info-text-emphasis: rgb(3.2, 70.8, 74.4);
    --bs-warning-text-emphasis: rgb(99.6, 54.8, 0);
    --bs-danger-text-emphasis: rgb(76.8, 20, 13.2);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(215, 217.8, 236.8);
    --bs-secondary-bg-subtle: rgb(251.8, 218.2, 226.2);
    --bs-success-bg-subtle: rgb(209, 233.2, 211.6);
    --bs-info-bg-subtle: rgb(205.6, 239.4, 241.2);
    --bs-warning-bg-subtle: rgb(253.8, 231.4, 204);
    --bs-danger-bg-subtle: rgb(242.4, 214, 210.6);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(175, 180.6, 218.6);
    --bs-secondary-border-subtle: rgb(248.6, 181.4, 197.4);
    --bs-success-border-subtle: rgb(163, 211.4, 168.2);
    --bs-info-border-subtle: rgb(156.2, 223.8, 227.4);
    --bs-warning-border-subtle: rgb(252.6, 207.8, 153);
    --bs-danger-border-subtle: rgb(229.8, 173, 166.2);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Plus Jakarta Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "Plus Jakarta Sans", sans-serif, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #6c757d;
    --bs-body-color-rgb: 108, 117, 125;
    --bs-body-bg: #f5f5f5;
    --bs-body-bg-rgb: 245, 245, 245;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(108, 117, 125, 0.65);
    --bs-secondary-color-rgb: 108, 117, 125;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(108, 117, 125, 0.5);
    --bs-tertiary-color-rgb: 108, 117, 125;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #0c112e;
    --bs-link-color: #b79563;
    --bs-link-color-rgb: 55, 69, 164;
    --bs-link-decoration: none;
    --bs-link-hover-color: rgb(44, 55.2, 131.2);
    --bs-link-hover-color-rgb: 44, 55, 131;
    --bs-code-color: #d63384;
    --bs-highlight-color: #6c757d;
    --bs-highlight-bg: rgb(253.8, 231.4, 204);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #f0f0f0;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.125rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.063rem 1.875rem 0 rgba(0, 0, 0, 0.08);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    --bs-box-shadow-lg: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-inset: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.16);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(55, 69, 164, 0.25);
    --bs-form-valid-color: var(--bs-success);
    --bs-form-valid-border-color: var(--bs-success);
    --bs-form-invalid-color: var(--bs-danger);
    --bs-form-invalid-border-color: var(--bs-danger);
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #8a92a6;
    --bs-body-color-rgb: 138, 146, 166;
    --bs-body-bg: #151824;
    --bs-body-bg-rgb: 21, 24, 36;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(138, 146, 166, 0.75);
    --bs-secondary-color-rgb: 138, 146, 166;
    --bs-secondary-bg: #6c757d;
    --bs-secondary-bg-rgb: 108, 117, 125;
    --bs-tertiary-color: rgba(138, 146, 166, 0.5);
    --bs-tertiary-color-rgb: 138, 146, 166;
    --bs-tertiary-bg: rgb(153.5, 156.5, 159.5);
    --bs-tertiary-bg-rgb: 154, 157, 160;
    --bs-primary-text-emphasis: rgb(135, 143.4, 200.4);
    --bs-secondary-text-emphasis: rgb(245.4, 144.6, 168.6);
    --bs-success-text-emphasis: rgb(117, 189.6, 124.8);
    --bs-info-text-emphasis: rgb(106.8, 208.2, 213.6);
    --bs-warning-text-emphasis: rgb(251.4, 184.2, 102);
    --bs-danger-text-emphasis: rgb(217.2, 132, 121.8);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(11, 13.8, 32.8);
    --bs-secondary-bg-subtle: rgb(47.8, 14.2, 22.2);
    --bs-success-bg-subtle: rgb(5, 29.2, 7.6);
    --bs-info-bg-subtle: rgb(1.6, 35.4, 37.2);
    --bs-warning-bg-subtle: rgb(49.8, 27.4, 0);
    --bs-danger-bg-subtle: rgb(38.4, 10, 6.6);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(33, 41.4, 98.4);
    --bs-secondary-border-subtle: rgb(143.4, 42.6, 66.6);
    --bs-success-border-subtle: rgb(15, 87.6, 22.8);
    --bs-info-border-subtle: rgb(4.8, 106.2, 111.6);
    --bs-warning-border-subtle: rgb(149.4, 82.2, 0);
    --bs-danger-border-subtle: rgb(115.2, 30, 19.8);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #e2e4e9;
    --bs-link-color: rgb(135, 143.4, 200.4);
    --bs-link-hover-color: rgb(159, 165.72, 211.32);
    --bs-link-color-rgb: 135, 143, 200;
    --bs-link-hover-color-rgb: 159, 166, 211;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #8a92a6;
    --bs-highlight-bg: rgb(99.6, 54.8, 0);
    --bs-border-color: #30384f;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(117, 189.6, 124.8);
    --bs-form-valid-border-color: rgb(117, 189.6, 124.8);
    --bs-form-invalid-color: rgb(217.2, 132, 121.8);
    --bs-form-invalid-border-color: rgb(217.2, 132, 121.8);
}
.wpb-shortcode-wrapper {
    --bs-blue: #b79563;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #c03221;
    --bs-orange: #faa938;
    --bs-yellow: #f98900;
    --bs-green: #199226;
    --bs-teal: #ef476f;
    --bs-cyan: #08b1ba;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #969696;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #ffffff;
    --bs-primary: #b79563;
    --bs-secondary: #ef476f;
    --bs-success: #199226;
    --bs-info: #08b1ba;
    --bs-warning: #f98900;
    --bs-danger: #c03221;
    --bs-light: #dee2e6;
    --bs-dark: #000;
    --bs-gray: #969696;
    --bs-gray-dark: #343a40;
    --bs-primary-rgb: 55, 69, 164;
    --bs-secondary-rgb: 239, 71, 111;
    --bs-success-rgb: 25, 146, 38;
    --bs-info-rgb: 8, 177, 186;
    --bs-warning-rgb: 249, 137, 0;
    --bs-danger-rgb: 192, 50, 33;
    --bs-light-rgb: 222, 226, 230;
    --bs-dark-rgb: 0, 0, 0;
    --bs-gray-rgb: 150, 150, 150;
    --bs-gray-dark-rgb: 52, 58, 64;
    --bs-primary-text-emphasis: rgb(22, 27.6, 65.6);
    --bs-secondary-text-emphasis: rgb(95.6, 28.4, 44.4);
    --bs-success-text-emphasis: rgb(10, 58.4, 15.2);
    --bs-info-text-emphasis: rgb(3.2, 70.8, 74.4);
    --bs-warning-text-emphasis: rgb(99.6, 54.8, 0);
    --bs-danger-text-emphasis: rgb(76.8, 20, 13.2);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(215, 217.8, 236.8);
    --bs-secondary-bg-subtle: rgb(251.8, 218.2, 226.2);
    --bs-success-bg-subtle: rgb(209, 233.2, 211.6);
    --bs-info-bg-subtle: rgb(205.6, 239.4, 241.2);
    --bs-warning-bg-subtle: rgb(253.8, 231.4, 204);
    --bs-danger-bg-subtle: rgb(242.4, 214, 210.6);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(175, 180.6, 218.6);
    --bs-secondary-border-subtle: rgb(248.6, 181.4, 197.4);
    --bs-success-border-subtle: rgb(163, 211.4, 168.2);
    --bs-info-border-subtle: rgb(156.2, 223.8, 227.4);
    --bs-warning-border-subtle: rgb(252.6, 207.8, 153);
    --bs-danger-border-subtle: rgb(229.8, 173, 166.2);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Plus Jakarta Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: "Plus Jakarta Sans", sans-serif, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #6c757d;
    --bs-body-color-rgb: 108, 117, 125;
    --bs-body-bg: #f5f5f5;
    --bs-body-bg-rgb: 245, 245, 245;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(108, 117, 125, 0.65);
    --bs-secondary-color-rgb: 108, 117, 125;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(108, 117, 125, 0.5);
    --bs-tertiary-color-rgb: 108, 117, 125;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #0c112e;
    --bs-link-color: #b79563;
    --bs-link-color-rgb: 55, 69, 164;
    --bs-link-decoration: none;
    --bs-link-hover-color: rgb(44, 55.2, 131.2);
    --bs-link-hover-color-rgb: 44, 55, 131;
    --bs-code-color: #d63384;
    --bs-highlight-color: #6c757d;
    --bs-highlight-bg: rgb(253.8, 231.4, 204);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #f0f0f0;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.125rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.063rem 1.875rem 0 rgba(0, 0, 0, 0.08);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    --bs-box-shadow-lg: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
    --bs-box-shadow-inset: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.16);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(55, 69, 164, 0.25);
    --bs-form-valid-color: var(--bs-success);
    --bs-form-valid-border-color: var(--bs-success);
    --bs-form-invalid-color: var(--bs-danger);
    --bs-form-invalid-border-color: var(--bs-danger);
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] {
    --bs-gray-100: #181818;
    --bs-gray-100-rgb: 24, 24, 24;
    --bs-gray-200: #181818;
    --bs-gray-300: #222738;
    --bs-gray-400: #fff;
    --bs-gray-500: #2f2f2f;
    --bs-gray-600: #d7dbdf;
    --bs-gray-800: #8a92a6;
    --bs-gray-900: #222738;
    --bs-gray-900-rgb: 8, 8, 8;
}
.wpb-shortcode-wrapper {
    --bs-primary: #b79563;
    --bs-primary-rgb: 55, 69, 164;
    --bs-primary-bg-subtle: #e9decc;
    --bs-primary-border-subtle: var(--bs-primary-bg-subtle);
    --bs-primary-hover-bg: rgb(44, 55.2, 131.2);
    --bs-primary-hover-border: rgb(38.5, 48.3, 114.8);
    --bs-primary-active-bg: rgb(44, 55.2, 131.2);
    --bs-primary-active-border: rgb(38.5, 48.3, 114.8);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-primary-text-emphasis: rgb(135, 143.4, 200.4);
    --bs-primary-bg-subtle: rgb(11, 13.8, 32.8);
}
.wpb-shortcode-wrapper {
    --bs-secondary: #ef476f;
    --bs-secondary-rgb: 239, 71, 111;
    --bs-secondary-bg-subtle: rgb(251.8, 218.2, 226.2);
    --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle);
    --bs-secondary-hover-bg: rgb(191.2, 56.8, 88.8);
    --bs-secondary-hover-border: rgb(167.3, 49.7, 77.7);
    --bs-secondary-active-bg: rgb(191.2, 56.8, 88.8);
    --bs-secondary-active-border: rgb(167.3, 49.7, 77.7);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-secondary-text-emphasis: rgb(245.4, 144.6, 168.6);
    --bs-secondary-bg-subtle: rgb(47.8, 14.2, 22.2);
}
.wpb-shortcode-wrapper {
    --bs-success: #199226;
    --bs-success-rgb: 25, 146, 38;
    --bs-success-bg-subtle: rgb(209, 233.2, 211.6);
    --bs-success-border-subtle: var(--bs-success-bg-subtle);
    --bs-success-hover-bg: rgb(20, 116.8, 30.4);
    --bs-success-hover-border: rgb(17.5, 102.2, 26.6);
    --bs-success-active-bg: rgb(20, 116.8, 30.4);
    --bs-success-active-border: rgb(17.5, 102.2, 26.6);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-success-text-emphasis: rgb(117, 189.6, 124.8);
    --bs-success-bg-subtle: rgb(5, 29.2, 7.6);
}
.wpb-shortcode-wrapper {
    --bs-info: #08b1ba;
    --bs-info-rgb: 8, 177, 186;
    --bs-info-bg-subtle: rgb(205.6, 239.4, 241.2);
    --bs-info-border-subtle: var(--bs-info-bg-subtle);
    --bs-info-hover-bg: rgb(6.4, 141.6, 148.8);
    --bs-info-hover-border: rgb(5.6, 123.9, 130.2);
    --bs-info-active-bg: rgb(6.4, 141.6, 148.8);
    --bs-info-active-border: rgb(5.6, 123.9, 130.2);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-info-text-emphasis: rgb(106.8, 208.2, 213.6);
    --bs-info-bg-subtle: rgb(1.6, 35.4, 37.2);
}
.wpb-shortcode-wrapper {
    --bs-warning: #f98900;
    --bs-warning-rgb: 249, 137, 0;
    --bs-warning-bg-subtle: rgb(253.8, 231.4, 204);
    --bs-warning-border-subtle: var(--bs-warning-bg-subtle);
    --bs-warning-hover-bg: rgb(199.2, 109.6, 0);
    --bs-warning-hover-border: rgb(174.3, 95.9, 0);
    --bs-warning-active-bg: rgb(199.2, 109.6, 0);
    --bs-warning-active-border: rgb(174.3, 95.9, 0);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-warning-text-emphasis: rgb(251.4, 184.2, 102);
    --bs-warning-bg-subtle: rgb(49.8, 27.4, 0);
}
.wpb-shortcode-wrapper {
    --bs-danger: #c03221;
    --bs-danger-rgb: 192, 50, 33;
    --bs-danger-bg-subtle: rgb(242.4, 214, 210.6);
    --bs-danger-border-subtle: var(--bs-danger-bg-subtle);
    --bs-danger-hover-bg: rgb(153.6, 40, 26.4);
    --bs-danger-hover-border: rgb(134.4, 35, 23.1);
    --bs-danger-active-bg: rgb(153.6, 40, 26.4);
    --bs-danger-active-border: rgb(134.4, 35, 23.1);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-danger-text-emphasis: rgb(217.2, 132, 121.8);
    --bs-danger-bg-subtle: rgb(38.4, 10, 6.6);
}
.wpb-shortcode-wrapper {
    --bs-light: #dee2e6;
    --bs-light-rgb: 222, 226, 230;
    --bs-light-bg-subtle: rgb(248.4, 249.2, 250);
    --bs-light-border-subtle: var(--bs-light-bg-subtle);
    --bs-light-hover-bg: rgb(177.6, 180.8, 184);
    --bs-light-hover-border: rgb(155.4, 158.2, 161);
    --bs-light-active-bg: rgb(177.6, 180.8, 184);
    --bs-light-active-border: rgb(155.4, 158.2, 161);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-light-text-emphasis: rgb(235.2, 237.6, 240);
    --bs-light-bg-subtle: rgb(44.4, 45.2, 46);
}
.wpb-shortcode-wrapper {
    --bs-dark: #000;
    --bs-dark-rgb: 0, 0, 0;
    --bs-dark-bg-subtle: #cccccc;
    --bs-dark-border-subtle: var(--bs-dark-bg-subtle);
    --bs-dark-hover-bg: black;
    --bs-dark-hover-border: black;
    --bs-dark-active-bg: black;
    --bs-dark-active-border: black;
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-dark-text-emphasis: #666666;
    --bs-dark-bg-subtle: black;
}
.wpb-shortcode-wrapper {
    --bs-gray: #969696;
    --bs-gray-rgb: 150, 150, 150;
    --bs-gray-bg-subtle: #eaeaea;
    --bs-gray-border-subtle: var(--bs-gray-bg-subtle);
    --bs-gray-hover-bg: #787878;
    --bs-gray-hover-border: dimgray;
    --bs-gray-active-bg: #787878;
    --bs-gray-active-border: dimgray;
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-gray-text-emphasis: silver;
    --bs-gray-bg-subtle: #1e1e1e;
}
.wpb-shortcode-wrapper {
    --bs-gray-dark: #343a40;
    --bs-gray-dark-rgb: 52, 58, 64;
    --bs-gray-dark-bg-subtle: rgb(214.4, 215.6, 216.8);
    --bs-gray-dark-border-subtle: var(--bs-gray-dark-bg-subtle);
    --bs-gray-dark-hover-bg: rgb(41.6, 46.4, 51.2);
    --bs-gray-dark-hover-border: rgb(36.4, 40.6, 44.8);
    --bs-gray-dark-active-bg: rgb(41.6, 46.4, 51.2);
    --bs-gray-dark-active-border: rgb(36.4, 40.6, 44.8);
}
.wpb-shortcode-wrapper[data-bs-theme="dark"] {
    --bs-gray-dark-text-emphasis: rgb(133.2, 136.8, 140.4);
    --bs-gray-dark-bg-subtle: rgb(10.4, 11.6, 12.8);
}
.wpb-shortcode-wrapper *,
.wpb-shortcode-wrapper *:before,
.wpb-shortcode-wrapper *:after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    .wpb-shortcode-wrapper :root {
        scroll-behavior: smooth;
    }
}
.wpb-shortcode-wrapper body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wpb-shortcode-wrapper hr {
    margin: 1rem 0;
    color: #ced4da;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}
.wpb-shortcode-wrapper h6,
.wpb-shortcode-wrapper .h6,
.wpb-shortcode-wrapper h5,
.wpb-shortcode-wrapper .h5,
.wpb-shortcode-wrapper h4,
.wpb-shortcode-wrapper .h4,
.wpb-shortcode-wrapper h3,
.wpb-shortcode-wrapper .h3,
.wpb-shortcode-wrapper h2,
.wpb-shortcode-wrapper .h2,
.wpb-shortcode-wrapper h1,
.wpb-shortcode-wrapper .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper h1,
.wpb-shortcode-wrapper .h1 {
    font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper h1,
    .wpb-shortcode-wrapper .h1 {
        font-size: 1.875rem;
    }
}
.wpb-shortcode-wrapper h2,
.wpb-shortcode-wrapper .h2 {
    font-size: calc(1.2813rem + 0.3756vw);
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper h2,
    .wpb-shortcode-wrapper .h2 {
        font-size: 1.563rem;
    }
}
.wpb-shortcode-wrapper h3,
.wpb-shortcode-wrapper .h3 {
    font-size: calc(1.2688rem + 0.2256vw);
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper h3,
    .wpb-shortcode-wrapper .h3 {
        font-size: 1.438rem;
    }
}
.wpb-shortcode-wrapper h4,
.wpb-shortcode-wrapper .h4 {
    font-size: 1.25rem;
}
.wpb-shortcode-wrapper h5,
.wpb-shortcode-wrapper .h5 {
    font-size: 1.125rem;
}
.wpb-shortcode-wrapper h6,
.wpb-shortcode-wrapper .h6 {
    font-size: 1rem;
}
.wpb-shortcode-wrapper p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.wpb-shortcode-wrapper abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
.wpb-shortcode-wrapper address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.wpb-shortcode-wrapper ol,
.wpb-shortcode-wrapper ul {
    padding-left: 2rem;
}
.wpb-shortcode-wrapper ol,
.wpb-shortcode-wrapper ul,
.wpb-shortcode-wrapper dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
.wpb-shortcode-wrapper ol ol,
.wpb-shortcode-wrapper ul ul,
.wpb-shortcode-wrapper ol ul,
.wpb-shortcode-wrapper ul ol {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper dt {
    font-weight: 700;
}
.wpb-shortcode-wrapper dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
.wpb-shortcode-wrapper blockquote {
    margin: 0 0 1rem;
}
.wpb-shortcode-wrapper b,
.wpb-shortcode-wrapper strong {
    font-weight: bolder;
}
.wpb-shortcode-wrapper small,
.wpb-shortcode-wrapper .small {
    font-size: 0.875em;
}
.wpb-shortcode-wrapper mark,
.wpb-shortcode-wrapper .mark {
    padding: 0.1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
}
.wpb-shortcode-wrapper sub,
.wpb-shortcode-wrapper sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
.wpb-shortcode-wrapper sub {
    bottom: -0.25em;
}
.wpb-shortcode-wrapper sup {
    top: -0.5em;
}
.wpb-shortcode-wrapper a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
.wpb-shortcode-wrapper a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
.wpb-shortcode-wrapper a:not([href]):not([class]),
.wpb-shortcode-wrapper a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
.wpb-shortcode-wrapper pre,
.wpb-shortcode-wrapper code,
.wpb-shortcode-wrapper kbd,
.wpb-shortcode-wrapper samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
.wpb-shortcode-wrapper pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.816em;
}
.wpb-shortcode-wrapper pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.wpb-shortcode-wrapper code {
    font-size: 0.816em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}
a > .wpb-shortcode-wrapper code {
    color: inherit;
}
.wpb-shortcode-wrapper kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.816em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: 0.125rem;
}
.wpb-shortcode-wrapper kbd kbd {
    padding: 0;
    font-size: 1em;
}
.wpb-shortcode-wrapper figure {
    margin: 0 0 1rem;
}
.wpb-shortcode-wrapper img,
.wpb-shortcode-wrapper svg {
    vertical-align: middle;
}
.wpb-shortcode-wrapper table {
    caption-side: bottom;
    border-collapse: collapse;
}
.wpb-shortcode-wrapper caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--bs-secondary-color);
    text-align: left;
}
.wpb-shortcode-wrapper th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
.wpb-shortcode-wrapper thead,
.wpb-shortcode-wrapper tbody,
.wpb-shortcode-wrapper tfoot,
.wpb-shortcode-wrapper tr,
.wpb-shortcode-wrapper td,
.wpb-shortcode-wrapper th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.wpb-shortcode-wrapper label {
    display: inline-block;
}
.wpb-shortcode-wrapper button {
    border-radius: 0;
}
.wpb-shortcode-wrapper button:focus:not(:focus-visible) {
    outline: 0;
}
.wpb-shortcode-wrapper input,
.wpb-shortcode-wrapper button,
.wpb-shortcode-wrapper select,
.wpb-shortcode-wrapper optgroup,
.wpb-shortcode-wrapper textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.wpb-shortcode-wrapper button,
.wpb-shortcode-wrapper select {
    text-transform: none;
}
.wpb-shortcode-wrapper [role="button"] {
    cursor: pointer;
}
.wpb-shortcode-wrapper select {
    word-wrap: normal;
}
.wpb-shortcode-wrapper select:disabled {
    opacity: 1;
}
.wpb-shortcode-wrapper [list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
    display: none !important;
}
.wpb-shortcode-wrapper button,
.wpb-shortcode-wrapper [type="button"],
.wpb-shortcode-wrapper [type="reset"],
.wpb-shortcode-wrapper [type="submit"] {
    -webkit-appearance: button;
}
.wpb-shortcode-wrapper button:not(:disabled),
.wpb-shortcode-wrapper [type="button"]:not(:disabled),
.wpb-shortcode-wrapper [type="reset"]:not(:disabled),
.wpb-shortcode-wrapper [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.wpb-shortcode-wrapper ::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.wpb-shortcode-wrapper textarea {
    resize: vertical;
}
.wpb-shortcode-wrapper fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.wpb-shortcode-wrapper legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper legend {
        font-size: 1.5rem;
    }
}
.wpb-shortcode-wrapper legend + * {
    clear: left;
}
.wpb-shortcode-wrapper ::-webkit-datetime-edit-fields-wrapper,
.wpb-shortcode-wrapper ::-webkit-datetime-edit-text,
.wpb-shortcode-wrapper ::-webkit-datetime-edit-minute,
.wpb-shortcode-wrapper ::-webkit-datetime-edit-hour-field,
.wpb-shortcode-wrapper ::-webkit-datetime-edit-day-field,
.wpb-shortcode-wrapper ::-webkit-datetime-edit-month-field,
.wpb-shortcode-wrapper ::-webkit-datetime-edit-year-field {
    padding: 0;
}
.wpb-shortcode-wrapper ::-webkit-inner-spin-button {
    height: auto;
}
.wpb-shortcode-wrapper [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
.wpb-shortcode-wrapper ::-webkit-search-decoration {
    -webkit-appearance: none;
}
.wpb-shortcode-wrapper ::-webkit-color-swatch-wrapper {
    padding: 0;
}
.wpb-shortcode-wrapper ::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}
.wpb-shortcode-wrapper output {
    display: inline-block;
}
.wpb-shortcode-wrapper iframe {
    border: 0;
}
.wpb-shortcode-wrapper summary {
    display: list-item;
    cursor: pointer;
}
.wpb-shortcode-wrapper progress {
    vertical-align: baseline;
}
.wpb-shortcode-wrapper [hidden] {
    display: none !important;
}
.wpb-shortcode-wrapper .lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.wpb-shortcode-wrapper .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .display-1 {
        font-size: 5rem;
    }
}
.wpb-shortcode-wrapper .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .display-2 {
        font-size: 4.5rem;
    }
}
.wpb-shortcode-wrapper .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .display-3 {
        font-size: 4rem;
    }
}
.wpb-shortcode-wrapper .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .display-4 {
        font-size: 3.5rem;
    }
}
.wpb-shortcode-wrapper .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .display-5 {
        font-size: 3rem;
    }
}
.wpb-shortcode-wrapper .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .display-6 {
        font-size: 2.5rem;
    }
}
.wpb-shortcode-wrapper .list-unstyled,
.wpb-shortcode-wrapper .list-inline {
    padding-left: 0;
    list-style: none;
}
.wpb-shortcode-wrapper .list-inline-item {
    display: inline-block;
}
.wpb-shortcode-wrapper .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.wpb-shortcode-wrapper .initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.wpb-shortcode-wrapper .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.wpb-shortcode-wrapper .blockquote > :last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #969696;
}
.wpb-shortcode-wrapper .blockquote-footer:before {
    content: "— ";
}
.wpb-shortcode-wrapper .img-fluid {
    max-width: 100%;
    height: auto;
}
.wpb-shortcode-wrapper .img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}
.wpb-shortcode-wrapper .figure {
    display: inline-block;
}
.wpb-shortcode-wrapper .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wpb-shortcode-wrapper .figure-caption {
    font-size: 0.875em;
    color: var(--bs-secondary-color);
}
.wpb-shortcode-wrapper .container,
.wpb-shortcode-wrapper .container-fluid,
.wpb-shortcode-wrapper .container-xxl,
.wpb-shortcode-wrapper .container-xl,
.wpb-shortcode-wrapper .container-lg,
.wpb-shortcode-wrapper .container-md,
.wpb-shortcode-wrapper .container-sm {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .container-sm,
    .wpb-shortcode-wrapper .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .container-md,
    .wpb-shortcode-wrapper .container-sm,
    .wpb-shortcode-wrapper .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .container-lg,
    .wpb-shortcode-wrapper .container-md,
    .wpb-shortcode-wrapper .container-sm,
    .wpb-shortcode-wrapper .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .container-xl,
    .wpb-shortcode-wrapper .container-lg,
    .wpb-shortcode-wrapper .container-md,
    .wpb-shortcode-wrapper .container-sm,
    .wpb-shortcode-wrapper .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .container-xxl,
    .wpb-shortcode-wrapper .container-xl,
    .wpb-shortcode-wrapper .container-lg,
    .wpb-shortcode-wrapper .container-md,
    .wpb-shortcode-wrapper .container-sm,
    .wpb-shortcode-wrapper .container {
        max-width: 1320px;
    }
}
.wpb-shortcode-wrapper :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
.wpb-shortcode-wrapper .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.wpb-shortcode-wrapper .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.wpb-shortcode-wrapper .col {
    flex: 1 0 0%;
}
.wpb-shortcode-wrapper .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.wpb-shortcode-wrapper .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.wpb-shortcode-wrapper .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.wpb-shortcode-wrapper .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.wpb-shortcode-wrapper .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.wpb-shortcode-wrapper .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.wpb-shortcode-wrapper .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.wpb-shortcode-wrapper .col-auto {
    flex: 0 0 auto;
    width: auto;
}
.wpb-shortcode-wrapper .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.wpb-shortcode-wrapper .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.wpb-shortcode-wrapper .col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.wpb-shortcode-wrapper .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.wpb-shortcode-wrapper .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.wpb-shortcode-wrapper .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.wpb-shortcode-wrapper .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.wpb-shortcode-wrapper .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.wpb-shortcode-wrapper .col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.wpb-shortcode-wrapper .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.wpb-shortcode-wrapper .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.wpb-shortcode-wrapper .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.wpb-shortcode-wrapper .offset-1 {
    margin-left: 8.33333333%;
}
.wpb-shortcode-wrapper .offset-2 {
    margin-left: 16.66666667%;
}
.wpb-shortcode-wrapper .offset-3 {
    margin-left: 25%;
}
.wpb-shortcode-wrapper .offset-4 {
    margin-left: 33.33333333%;
}
.wpb-shortcode-wrapper .offset-5 {
    margin-left: 41.66666667%;
}
.wpb-shortcode-wrapper .offset-6 {
    margin-left: 50%;
}
.wpb-shortcode-wrapper .offset-7 {
    margin-left: 58.33333333%;
}
.wpb-shortcode-wrapper .offset-8 {
    margin-left: 66.66666667%;
}
.wpb-shortcode-wrapper .offset-9 {
    margin-left: 75%;
}
.wpb-shortcode-wrapper .offset-10 {
    margin-left: 83.33333333%;
}
.wpb-shortcode-wrapper .offset-11 {
    margin-left: 91.66666667%;
}
.wpb-shortcode-wrapper .g-0,
.wpb-shortcode-wrapper .gx-0 {
    --bs-gutter-x: 0;
}
.wpb-shortcode-wrapper .g-0,
.wpb-shortcode-wrapper .gy-0 {
    --bs-gutter-y: 0;
}
.wpb-shortcode-wrapper .g-1,
.wpb-shortcode-wrapper .gx-1 {
    --bs-gutter-x: 0.25rem;
}
.wpb-shortcode-wrapper .g-1,
.wpb-shortcode-wrapper .gy-1 {
    --bs-gutter-y: 0.25rem;
}
.wpb-shortcode-wrapper .g-2,
.wpb-shortcode-wrapper .gx-2 {
    --bs-gutter-x: 0.5rem;
}
.wpb-shortcode-wrapper .g-2,
.wpb-shortcode-wrapper .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.wpb-shortcode-wrapper .g-3,
.wpb-shortcode-wrapper .gx-3 {
    --bs-gutter-x: 1rem;
}
.wpb-shortcode-wrapper .g-3,
.wpb-shortcode-wrapper .gy-3 {
    --bs-gutter-y: 1rem;
}
.wpb-shortcode-wrapper .g-4,
.wpb-shortcode-wrapper .gx-4 {
    --bs-gutter-x: 1.5rem;
}
.wpb-shortcode-wrapper .g-4,
.wpb-shortcode-wrapper .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.wpb-shortcode-wrapper .g-5,
.wpb-shortcode-wrapper .gx-5 {
    --bs-gutter-x: 2rem;
}
.wpb-shortcode-wrapper .g-5,
.wpb-shortcode-wrapper .gy-5 {
    --bs-gutter-y: 2rem;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .col-sm {
        flex: 1 0 0%;
    }
    .wpb-shortcode-wrapper .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .wpb-shortcode-wrapper .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .wpb-shortcode-wrapper .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .wpb-shortcode-wrapper .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .wpb-shortcode-wrapper .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .wpb-shortcode-wrapper .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .wpb-shortcode-wrapper .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .wpb-shortcode-wrapper .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .wpb-shortcode-wrapper .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .offset-sm-0 {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .wpb-shortcode-wrapper .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .wpb-shortcode-wrapper .offset-sm-3 {
        margin-left: 25%;
    }
    .wpb-shortcode-wrapper .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .wpb-shortcode-wrapper .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .wpb-shortcode-wrapper .offset-sm-6 {
        margin-left: 50%;
    }
    .wpb-shortcode-wrapper .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .wpb-shortcode-wrapper .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .wpb-shortcode-wrapper .offset-sm-9 {
        margin-left: 75%;
    }
    .wpb-shortcode-wrapper .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .wpb-shortcode-wrapper .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .wpb-shortcode-wrapper .g-sm-0,
    .wpb-shortcode-wrapper .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .wpb-shortcode-wrapper .g-sm-0,
    .wpb-shortcode-wrapper .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .wpb-shortcode-wrapper .g-sm-1,
    .wpb-shortcode-wrapper .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-sm-1,
    .wpb-shortcode-wrapper .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-sm-2,
    .wpb-shortcode-wrapper .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-sm-2,
    .wpb-shortcode-wrapper .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-sm-3,
    .wpb-shortcode-wrapper .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .wpb-shortcode-wrapper .g-sm-3,
    .wpb-shortcode-wrapper .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .wpb-shortcode-wrapper .g-sm-4,
    .wpb-shortcode-wrapper .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-sm-4,
    .wpb-shortcode-wrapper .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-sm-5,
    .wpb-shortcode-wrapper .gx-sm-5 {
        --bs-gutter-x: 2rem;
    }
    .wpb-shortcode-wrapper .g-sm-5,
    .wpb-shortcode-wrapper .gy-sm-5 {
        --bs-gutter-y: 2rem;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .col-md {
        flex: 1 0 0%;
    }
    .wpb-shortcode-wrapper .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .wpb-shortcode-wrapper .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .wpb-shortcode-wrapper .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .wpb-shortcode-wrapper .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .wpb-shortcode-wrapper .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .wpb-shortcode-wrapper .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .wpb-shortcode-wrapper .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .wpb-shortcode-wrapper .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .wpb-shortcode-wrapper .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .offset-md-0 {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .wpb-shortcode-wrapper .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .wpb-shortcode-wrapper .offset-md-3 {
        margin-left: 25%;
    }
    .wpb-shortcode-wrapper .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .wpb-shortcode-wrapper .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .wpb-shortcode-wrapper .offset-md-6 {
        margin-left: 50%;
    }
    .wpb-shortcode-wrapper .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .wpb-shortcode-wrapper .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .wpb-shortcode-wrapper .offset-md-9 {
        margin-left: 75%;
    }
    .wpb-shortcode-wrapper .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .wpb-shortcode-wrapper .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .wpb-shortcode-wrapper .g-md-0,
    .wpb-shortcode-wrapper .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .wpb-shortcode-wrapper .g-md-0,
    .wpb-shortcode-wrapper .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .wpb-shortcode-wrapper .g-md-1,
    .wpb-shortcode-wrapper .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-md-1,
    .wpb-shortcode-wrapper .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-md-2,
    .wpb-shortcode-wrapper .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-md-2,
    .wpb-shortcode-wrapper .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-md-3,
    .wpb-shortcode-wrapper .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .wpb-shortcode-wrapper .g-md-3,
    .wpb-shortcode-wrapper .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .wpb-shortcode-wrapper .g-md-4,
    .wpb-shortcode-wrapper .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-md-4,
    .wpb-shortcode-wrapper .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-md-5,
    .wpb-shortcode-wrapper .gx-md-5 {
        --bs-gutter-x: 2rem;
    }
    .wpb-shortcode-wrapper .g-md-5,
    .wpb-shortcode-wrapper .gy-md-5 {
        --bs-gutter-y: 2rem;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .col-lg {
        flex: 1 0 0%;
    }
    .wpb-shortcode-wrapper .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .wpb-shortcode-wrapper .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .wpb-shortcode-wrapper .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .wpb-shortcode-wrapper .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .wpb-shortcode-wrapper .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .wpb-shortcode-wrapper .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .wpb-shortcode-wrapper .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .wpb-shortcode-wrapper .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .wpb-shortcode-wrapper .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .offset-lg-0 {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .wpb-shortcode-wrapper .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .wpb-shortcode-wrapper .offset-lg-3 {
        margin-left: 25%;
    }
    .wpb-shortcode-wrapper .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .wpb-shortcode-wrapper .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .wpb-shortcode-wrapper .offset-lg-6 {
        margin-left: 50%;
    }
    .wpb-shortcode-wrapper .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .wpb-shortcode-wrapper .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .wpb-shortcode-wrapper .offset-lg-9 {
        margin-left: 75%;
    }
    .wpb-shortcode-wrapper .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .wpb-shortcode-wrapper .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .wpb-shortcode-wrapper .g-lg-0,
    .wpb-shortcode-wrapper .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .wpb-shortcode-wrapper .g-lg-0,
    .wpb-shortcode-wrapper .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .wpb-shortcode-wrapper .g-lg-1,
    .wpb-shortcode-wrapper .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-lg-1,
    .wpb-shortcode-wrapper .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-lg-2,
    .wpb-shortcode-wrapper .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-lg-2,
    .wpb-shortcode-wrapper .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-lg-3,
    .wpb-shortcode-wrapper .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .wpb-shortcode-wrapper .g-lg-3,
    .wpb-shortcode-wrapper .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .wpb-shortcode-wrapper .g-lg-4,
    .wpb-shortcode-wrapper .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-lg-4,
    .wpb-shortcode-wrapper .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-lg-5,
    .wpb-shortcode-wrapper .gx-lg-5 {
        --bs-gutter-x: 2rem;
    }
    .wpb-shortcode-wrapper .g-lg-5,
    .wpb-shortcode-wrapper .gy-lg-5 {
        --bs-gutter-y: 2rem;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .col-xl {
        flex: 1 0 0%;
    }
    .wpb-shortcode-wrapper .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .wpb-shortcode-wrapper .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .wpb-shortcode-wrapper .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .wpb-shortcode-wrapper .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .wpb-shortcode-wrapper .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .wpb-shortcode-wrapper .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .wpb-shortcode-wrapper .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .wpb-shortcode-wrapper .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .wpb-shortcode-wrapper .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .offset-xl-0 {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .wpb-shortcode-wrapper .offset-xl-3 {
        margin-left: 25%;
    }
    .wpb-shortcode-wrapper .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .wpb-shortcode-wrapper .offset-xl-6 {
        margin-left: 50%;
    }
    .wpb-shortcode-wrapper .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .wpb-shortcode-wrapper .offset-xl-9 {
        margin-left: 75%;
    }
    .wpb-shortcode-wrapper .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .wpb-shortcode-wrapper .g-xl-0,
    .wpb-shortcode-wrapper .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .wpb-shortcode-wrapper .g-xl-0,
    .wpb-shortcode-wrapper .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .wpb-shortcode-wrapper .g-xl-1,
    .wpb-shortcode-wrapper .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-xl-1,
    .wpb-shortcode-wrapper .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-xl-2,
    .wpb-shortcode-wrapper .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-xl-2,
    .wpb-shortcode-wrapper .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-xl-3,
    .wpb-shortcode-wrapper .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .wpb-shortcode-wrapper .g-xl-3,
    .wpb-shortcode-wrapper .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .wpb-shortcode-wrapper .g-xl-4,
    .wpb-shortcode-wrapper .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-xl-4,
    .wpb-shortcode-wrapper .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-xl-5,
    .wpb-shortcode-wrapper .gx-xl-5 {
        --bs-gutter-x: 2rem;
    }
    .wpb-shortcode-wrapper .g-xl-5,
    .wpb-shortcode-wrapper .gy-xl-5 {
        --bs-gutter-y: 2rem;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .col-xxl {
        flex: 1 0 0%;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .wpb-shortcode-wrapper .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .wpb-shortcode-wrapper .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .wpb-shortcode-wrapper .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .wpb-shortcode-wrapper .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .wpb-shortcode-wrapper .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .wpb-shortcode-wrapper .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .wpb-shortcode-wrapper .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .wpb-shortcode-wrapper .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .wpb-shortcode-wrapper .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .wpb-shortcode-wrapper .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .wpb-shortcode-wrapper .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .wpb-shortcode-wrapper .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .wpb-shortcode-wrapper .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .wpb-shortcode-wrapper .offset-xxl-0 {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .wpb-shortcode-wrapper .offset-xxl-3 {
        margin-left: 25%;
    }
    .wpb-shortcode-wrapper .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .wpb-shortcode-wrapper .offset-xxl-6 {
        margin-left: 50%;
    }
    .wpb-shortcode-wrapper .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .wpb-shortcode-wrapper .offset-xxl-9 {
        margin-left: 75%;
    }
    .wpb-shortcode-wrapper .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .wpb-shortcode-wrapper .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .wpb-shortcode-wrapper .g-xxl-0,
    .wpb-shortcode-wrapper .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .wpb-shortcode-wrapper .g-xxl-0,
    .wpb-shortcode-wrapper .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .wpb-shortcode-wrapper .g-xxl-1,
    .wpb-shortcode-wrapper .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-xxl-1,
    .wpb-shortcode-wrapper .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .wpb-shortcode-wrapper .g-xxl-2,
    .wpb-shortcode-wrapper .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-xxl-2,
    .wpb-shortcode-wrapper .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .wpb-shortcode-wrapper .g-xxl-3,
    .wpb-shortcode-wrapper .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .wpb-shortcode-wrapper .g-xxl-3,
    .wpb-shortcode-wrapper .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .wpb-shortcode-wrapper .g-xxl-4,
    .wpb-shortcode-wrapper .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-xxl-4,
    .wpb-shortcode-wrapper .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .wpb-shortcode-wrapper .g-xxl-5,
    .wpb-shortcode-wrapper .gx-xxl-5 {
        --bs-gutter-x: 2rem;
    }
    .wpb-shortcode-wrapper .g-xxl-5,
    .wpb-shortcode-wrapper .gy-xxl-5 {
        --bs-gutter-y: 2rem;
    }
}
.wpb-shortcode-wrapper .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: var(--bs-gray-900);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: center;
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table > :not(caption) > * > * {
    padding: 1rem 1.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.wpb-shortcode-wrapper .table > tbody {
    vertical-align: inherit;
}
.wpb-shortcode-wrapper .table > thead {
    vertical-align: bottom;
}
.wpb-shortcode-wrapper .table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.wpb-shortcode-wrapper .caption-top {
    caption-side: top;
}
.wpb-shortcode-wrapper .table-sm > :not(caption) > * > * {
    padding: 0.5rem 1.5rem;
}
.wpb-shortcode-wrapper .table-bordered > :not(caption) > * {
    border-width: var(--bs-border-width) 0;
}
.wpb-shortcode-wrapper .table-bordered > :not(caption) > * > * {
    border-width: 0 var(--bs-border-width);
}
.wpb-shortcode-wrapper .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.wpb-shortcode-wrapper .table-borderless > :not(:first-child) {
    border-top-width: 0;
}
.wpb-shortcode-wrapper .table-striped > tbody > tr:nth-of-type(2n) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.wpb-shortcode-wrapper .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}
.wpb-shortcode-wrapper .table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg);
}
.wpb-shortcode-wrapper .table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg);
}
.wpb-shortcode-wrapper .table-primary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(215, 217.8, 236.8);
    --bs-table-border-color: rgb(172, 174.24, 189.44);
    --bs-table-striped-bg: rgb(204.25, 206.91, 224.96);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(193.5, 196.02, 213.12);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(198.875, 201.465, 219.04);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: rgb(251.8, 218.2, 226.2);
    --bs-table-border-color: rgb(201.44, 174.56, 180.96);
    --bs-table-striped-bg: rgb(239.21, 207.29, 214.89);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(226.62, 196.38, 203.58);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(232.915, 201.835, 209.235);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-success {
    --bs-table-color: #000;
    --bs-table-bg: rgb(209, 233.2, 211.6);
    --bs-table-border-color: rgb(167.2, 186.56, 169.28);
    --bs-table-striped-bg: rgb(198.55, 221.54, 201.02);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(188.1, 209.88, 190.44);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(193.325, 215.71, 195.73);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-info {
    --bs-table-color: #000;
    --bs-table-bg: rgb(205.6, 239.4, 241.2);
    --bs-table-border-color: rgb(164.48, 191.52, 192.96);
    --bs-table-striped-bg: rgb(195.32, 227.43, 229.14);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(185.04, 215.46, 217.08);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(190.18, 221.445, 223.11);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-warning {
    --bs-table-color: #000;
    --bs-table-bg: rgb(253.8, 231.4, 204);
    --bs-table-border-color: rgb(203.04, 185.12, 163.2);
    --bs-table-striped-bg: rgb(241.11, 219.83, 193.8);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(228.42, 208.26, 183.6);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(234.765, 214.045, 188.7);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-danger {
    --bs-table-color: #000;
    --bs-table-bg: rgb(242.4, 214, 210.6);
    --bs-table-border-color: rgb(193.92, 171.2, 168.48);
    --bs-table-striped-bg: rgb(230.28, 203.3, 200.07);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(218.16, 192.6, 189.54);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(224.22, 197.95, 194.805);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-light {
    --bs-table-color: #000;
    --bs-table-bg: #dee2e6;
    --bs-table-border-color: rgb(177.6, 180.8, 184);
    --bs-table-striped-bg: rgb(210.9, 214.7, 218.5);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: rgb(199.8, 203.4, 207);
    --bs-table-active-color: #000;
    --bs-table-hover-bg: rgb(205.35, 209.05, 212.75);
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #000;
    --bs-table-border-color: #333333;
    --bs-table-striped-bg: rgb(12.75, 12.75, 12.75);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: rgb(25.5, 25.5, 25.5);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: rgb(19.125, 19.125, 19.125);
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.wpb-shortcode-wrapper .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .wpb-shortcode-wrapper .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1399.98px) {
    .wpb-shortcode-wrapper .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.wpb-shortcode-wrapper .form-label {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .col-form-label {
    padding-top: calc(0.7rem + var(--bs-border-width));
    padding-bottom: calc(0.7rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .col-form-label-lg {
    padding-top: calc(1rem + var(--bs-border-width));
    padding-bottom: calc(1rem + var(--bs-border-width));
    font-size: 1.188rem;
}
.wpb-shortcode-wrapper .col-form-label-sm {
    padding-top: calc(0.25rem + var(--bs-border-width));
    padding-bottom: calc(0.25rem + var(--bs-border-width));
    font-size: 0.875rem;
}
.wpb-shortcode-wrapper .form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .form-control {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-white);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .form-control {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-control[type="file"] {
    overflow: hidden;
}
.wpb-shortcode-wrapper .form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.wpb-shortcode-wrapper .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-white);
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: none;
}
.wpb-shortcode-wrapper .form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0;
}
.wpb-shortcode-wrapper .form-control::-webkit-datetime-edit {
    display: block;
    padding: 0;
}
.wpb-shortcode-wrapper .form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}
.wpb-shortcode-wrapper .form-control:disabled {
    background-color: var(--bs-gray-200);
    opacity: 1;
}
.wpb-shortcode-wrapper .form-control::file-selector-button {
    padding: 0.7rem 1rem;
    margin: -0.7rem -1rem;
    margin-inline-end: 1rem;
    color: var(--bs-body-color);
    background-color: var(--bs-gray-100);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .form-control::file-selector-button {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-dark-gray);
}
.wpb-shortcode-wrapper .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.7rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
}
.wpb-shortcode-wrapper .form-control-plaintext:focus {
    outline: 0;
}
.wpb-shortcode-wrapper .form-control-plaintext.form-control-sm,
.wpb-shortcode-wrapper .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.wpb-shortcode-wrapper .form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.wpb-shortcode-wrapper .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.wpb-shortcode-wrapper .form-control-lg {
    min-height: calc(1.5em + 2rem + calc(var(--bs-border-width) * 2));
    padding: 1rem 2rem;
    font-size: 1.188rem;
    border-radius: var(--bs-border-radius-lg);
}
.wpb-shortcode-wrapper .form-control-lg::file-selector-button {
    padding: 1rem 2rem;
    margin: -1rem -2rem;
    margin-inline-end: 2rem;
}
.wpb-shortcode-wrapper textarea.form-control {
    min-height: calc(3em + 1.4rem + calc(var(--bs-border-width) * 2));
}
.wpb-shortcode-wrapper textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.wpb-shortcode-wrapper textarea.form-control-lg {
    min-height: calc(1.5em + 2rem + calc(var(--bs-border-width) * 2));
}
.wpb-shortcode-wrapper .form-control-color {
    width: 3rem;
    height: calc(3em + 1.4rem + calc(var(--bs-border-width) * 2));
    padding: 0.7rem;
}
.wpb-shortcode-wrapper .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.wpb-shortcode-wrapper .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.wpb-shortcode-wrapper .form-control-color.form-control-lg {
    height: calc(1.5em + 2rem + calc(var(--bs-border-width) * 2));
}
.wpb-shortcode-wrapper .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.7rem 3rem 0.7rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-white);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .form-select {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-select:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 #b7956340;
}
.wpb-shortcode-wrapper .form-select[multiple],
.wpb-shortcode-wrapper .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}
.wpb-shortcode-wrapper .form-select:disabled {
    background-color: var(--bs-gray-200);
}
.wpb-shortcode-wrapper .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color);
}
.wpb-shortcode-wrapper .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.wpb-shortcode-wrapper .form-select-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.188rem;
    border-radius: var(--bs-border-radius-lg);
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238A92A6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.wpb-shortcode-wrapper .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.wpb-shortcode-wrapper .form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.wpb-shortcode-wrapper .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.wpb-shortcode-wrapper .form-check-input {
    --bs-form-check-bg: var(--bs-white);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.wpb-shortcode-wrapper .form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.wpb-shortcode-wrapper .form-check-input[type="radio"] {
    border-radius: 50%;
}
.wpb-shortcode-wrapper .form-check-input:active {
    filter: brightness(90%);
}
.wpb-shortcode-wrapper .form-check-input:focus {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: none;
}
.wpb-shortcode-wrapper .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .form-check-input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-check-input[type="checkbox"]:indeterminate {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.wpb-shortcode-wrapper .form-check-input[disabled] ~ .form-check-label,
.wpb-shortcode-wrapper .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.wpb-shortcode-wrapper .form-check-label {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .form-switch {
    padding-left: 2.5em;
}
.wpb-shortcode-wrapper .form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .form-switch .form-check-input {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--bs-primary%29'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}
.wpb-shortcode-wrapper .form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}
.wpb-shortcode-wrapper .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.wpb-shortcode-wrapper .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.wpb-shortcode-wrapper .btn-check[disabled] + .btn,
.wpb-shortcode-wrapper .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.wpb-shortcode-wrapper .form-range:focus {
    outline: 0;
}
.wpb-shortcode-wrapper .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, none;
}
.wpb-shortcode-wrapper .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f5f5, none;
}
.wpb-shortcode-wrapper .form-range::-moz-focus-outer {
    border: 0;
}
.wpb-shortcode-wrapper .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-primary);
    border: 0;
    border-radius: 1rem;
    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) {
    .wpb-shortcode-wrapper .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-range::-webkit-slider-thumb:active {
    background-color: #c3c7e4;
}
.wpb-shortcode-wrapper .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
}
.wpb-shortcode-wrapper .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-primary);
    border: 0;
    border-radius: 1rem;
    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) {
    .wpb-shortcode-wrapper .form-range::-moz-range-thumb {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-range::-moz-range-thumb:active {
    background-color: #c3c7e4;
}
.wpb-shortcode-wrapper .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem;
}
.wpb-shortcode-wrapper .form-range:disabled {
    pointer-events: none;
}
.wpb-shortcode-wrapper .form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
}
.wpb-shortcode-wrapper .form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
}
.wpb-shortcode-wrapper .form-floating {
    position: relative;
}
.wpb-shortcode-wrapper .form-floating > .form-control,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext,
.wpb-shortcode-wrapper .form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.wpb-shortcode-wrapper .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .form-floating > label {
        transition: none;
    }
}
.wpb-shortcode-wrapper .form-floating > .form-control,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext {
    padding: 1rem;
}
.wpb-shortcode-wrapper .form-floating > .form-control::placeholder,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext::placeholder {
    color: transparent;
}
.wpb-shortcode-wrapper .form-floating > .form-control:focus,
.wpb-shortcode-wrapper .form-floating > .form-control:not(:placeholder-shown),
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext:focus,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.wpb-shortcode-wrapper .form-floating > .form-control:-webkit-autofill,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.wpb-shortcode-wrapper .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.wpb-shortcode-wrapper .form-floating > .form-control:focus ~ label,
.wpb-shortcode-wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext ~ label,
.wpb-shortcode-wrapper .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.wpb-shortcode-wrapper .form-floating > .form-control:focus ~ label:after,
.wpb-shortcode-wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext ~ label:after,
.wpb-shortcode-wrapper .form-floating > .form-select ~ label:after {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    bottom: 1rem;
    left: 0.5rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-white);
    border-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .form-floating > .form-control:-webkit-autofill ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.wpb-shortcode-wrapper .form-floating > .form-control-plaintext ~ label {
    border-width: var(--bs-border-width) 0;
}
.wpb-shortcode-wrapper .form-floating > :disabled ~ label,
.wpb-shortcode-wrapper .form-floating > .form-control:disabled ~ label {
    color: #969696;
}
.wpb-shortcode-wrapper .form-floating > :disabled ~ label:after,
.wpb-shortcode-wrapper .form-floating > .form-control:disabled ~ label:after {
    background-color: var(--bs-gray-200);
}
.wpb-shortcode-wrapper .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.wpb-shortcode-wrapper .input-group > .form-control,
.wpb-shortcode-wrapper .input-group > .form-select,
.wpb-shortcode-wrapper .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.wpb-shortcode-wrapper .input-group > .form-control:focus,
.wpb-shortcode-wrapper .input-group > .form-select:focus,
.wpb-shortcode-wrapper .input-group > .form-floating:focus-within {
    z-index: 5;
}
.wpb-shortcode-wrapper .input-group .btn {
    position: relative;
    z-index: 2;
}
.wpb-shortcode-wrapper .input-group .btn:focus {
    z-index: 5;
}
.wpb-shortcode-wrapper .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-white);
    border: var(--bs-border-width) solid var(--bs-border-color);
    cursor: pointer;
    border-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .input-group-lg > .form-control,
.wpb-shortcode-wrapper .input-group-lg > .form-select,
.wpb-shortcode-wrapper .input-group-lg > .input-group-text,
.wpb-shortcode-wrapper .input-group-lg > .btn {
    padding: 1rem 2rem;
    font-size: 1.188rem;
    border-radius: var(--bs-border-radius-lg);
}
.wpb-shortcode-wrapper .input-group-sm > .form-control,
.wpb-shortcode-wrapper .input-group-sm > .form-select,
.wpb-shortcode-wrapper .input-group-sm > .input-group-text,
.wpb-shortcode-wrapper .input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.wpb-shortcode-wrapper .input-group-lg > .form-select,
.wpb-shortcode-wrapper .input-group-sm > .form-select {
    padding-right: 4rem;
}
.wpb-shortcode-wrapper .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.wpb-shortcode-wrapper .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.wpb-shortcode-wrapper .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.wpb-shortcode-wrapper .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.wpb-shortcode-wrapper .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.wpb-shortcode-wrapper .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.wpb-shortcode-wrapper .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpb-shortcode-wrapper .input-group > .form-floating:not(:first-child) > .form-control,
.wpb-shortcode-wrapper .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpb-shortcode-wrapper .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-valid-color);
}
.wpb-shortcode-wrapper .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem 1rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
}
.was-validated .wpb-shortcode-wrapper:valid ~ .valid-feedback,
.was-validated .wpb-shortcode-wrapper:valid ~ .valid-tooltip,
.wpb-shortcode-wrapper.is-valid ~ .valid-feedback,
.wpb-shortcode-wrapper.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .wpb-shortcode-wrapper .form-control:valid,
.wpb-shortcode-wrapper .form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + 1.4rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='var%28--bs-success%29' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.35rem) center;
    background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem);
}
.was-validated .wpb-shortcode-wrapper .form-control:valid:focus,
.wpb-shortcode-wrapper .form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.15);
}
.was-validated .wpb-shortcode-wrapper textarea.form-control:valid,
.wpb-shortcode-wrapper textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.4rem);
    background-position: top calc(0.375em + 0.35rem) right calc(0.375em + 0.35rem);
}
.was-validated .wpb-shortcode-wrapper .form-select:valid,
.wpb-shortcode-wrapper .form-select.is-valid {
    border-color: var(--bs-form-valid-border-color);
}
.was-validated .wpb-shortcode-wrapper .form-select:valid:not([multiple]):not([size]),
.was-validated .wpb-shortcode-wrapper .form-select:valid:not([multiple])[size="1"],
.wpb-shortcode-wrapper .form-select.is-valid:not([multiple]):not([size]),
.wpb-shortcode-wrapper .form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='var%28--bs-success%29' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 5.5rem;
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.7rem) calc(0.75em + 0.7rem);
}
.was-validated .wpb-shortcode-wrapper .form-select:valid:focus,
.wpb-shortcode-wrapper .form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.15);
}
.was-validated .wpb-shortcode-wrapper .form-control-color:valid,
.wpb-shortcode-wrapper .form-control-color.is-valid {
    width: calc(4.4rem + 1.5em);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:valid,
.wpb-shortcode-wrapper .form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:valid:checked,
.wpb-shortcode-wrapper .form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:valid:focus,
.wpb-shortcode-wrapper .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.15);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:valid ~ .form-check-label,
.wpb-shortcode-wrapper .form-check-input.is-valid ~ .form-check-label {
    color: var(--bs-form-valid-color);
}
.wpb-shortcode-wrapper .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .wpb-shortcode-wrapper .input-group > .form-control:not(:focus):valid,
.wpb-shortcode-wrapper .input-group > .form-control:not(:focus).is-valid,
.was-validated .wpb-shortcode-wrapper .input-group > .form-select:not(:focus):valid,
.wpb-shortcode-wrapper .input-group > .form-select:not(:focus).is-valid,
.was-validated .wpb-shortcode-wrapper .input-group > .form-floating:not(:focus-within):valid,
.wpb-shortcode-wrapper .input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}
.wpb-shortcode-wrapper .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}
.wpb-shortcode-wrapper .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem 1rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
}
.was-validated .wpb-shortcode-wrapper:invalid ~ .invalid-feedback,
.was-validated .wpb-shortcode-wrapper:invalid ~ .invalid-tooltip,
.wpb-shortcode-wrapper.is-invalid ~ .invalid-feedback,
.wpb-shortcode-wrapper.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .wpb-shortcode-wrapper .form-control:invalid,
.wpb-shortcode-wrapper .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + 1.4rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='var%28--bs-danger%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='var%28--bs-danger%29' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.35rem) center;
    background-size: calc(0.75em + 0.7rem) calc(0.75em + 0.7rem);
}
.was-validated .wpb-shortcode-wrapper .form-control:invalid:focus,
.wpb-shortcode-wrapper .form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.15);
}
.was-validated .wpb-shortcode-wrapper textarea.form-control:invalid,
.wpb-shortcode-wrapper textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.4rem);
    background-position: top calc(0.375em + 0.35rem) right calc(0.375em + 0.35rem);
}
.was-validated .wpb-shortcode-wrapper .form-select:invalid,
.wpb-shortcode-wrapper .form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.was-validated .wpb-shortcode-wrapper .form-select:invalid:not([multiple]):not([size]),
.was-validated .wpb-shortcode-wrapper .form-select:invalid:not([multiple])[size="1"],
.wpb-shortcode-wrapper .form-select.is-invalid:not([multiple]):not([size]),
.wpb-shortcode-wrapper .form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='var%28--bs-danger%29'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='var%28--bs-danger%29' stroke='none'/%3e%3c/svg%3e");
    padding-right: 5.5rem;
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.75em + 0.7rem) calc(0.75em + 0.7rem);
}
.was-validated .wpb-shortcode-wrapper .form-select:invalid:focus,
.wpb-shortcode-wrapper .form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.15);
}
.was-validated .wpb-shortcode-wrapper .form-control-color:invalid,
.wpb-shortcode-wrapper .form-control-color.is-invalid {
    width: calc(4.4rem + 1.5em);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:invalid,
.wpb-shortcode-wrapper .form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:invalid:checked,
.wpb-shortcode-wrapper .form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:invalid:focus,
.wpb-shortcode-wrapper .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.15);
}
.was-validated .wpb-shortcode-wrapper .form-check-input:invalid ~ .form-check-label,
.wpb-shortcode-wrapper .form-check-input.is-invalid ~ .form-check-label {
    color: var(--bs-form-invalid-color);
}
.wpb-shortcode-wrapper .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .wpb-shortcode-wrapper .input-group > .form-control:not(:focus):invalid,
.wpb-shortcode-wrapper .input-group > .form-control:not(:focus).is-invalid,
.was-validated .wpb-shortcode-wrapper .input-group > .form-select:not(:focus):invalid,
.wpb-shortcode-wrapper .input-group > .form-select:not(:focus).is-invalid,
.was-validated .wpb-shortcode-wrapper .input-group > .form-floating:not(:focus-within):invalid,
.wpb-shortcode-wrapper .input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}
.wpb-shortcode-wrapper .btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 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;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .btn {
        transition: none;
    }
}
.wpb-shortcode-wrapper .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #2e2f38 !important;
        border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .wpb-shortcode-wrapper .btn:hover {
    color: var(--bs-btn-color);
    background-color: #2e2f38;
    border-color: var(--bs-btn-border-color);
}
.wpb-shortcode-wrapper .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .wpb-shortcode-wrapper .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .wpb-shortcode-wrapper .btn,
:not(.btn-check) + .wpb-shortcode-wrapper .btn:active,
.wpb-shortcode-wrapper .btn:first-child:active,
.wpb-shortcode-wrapper .btn.active,
.wpb-shortcode-wrapper .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .wpb-shortcode-wrapper .btn:focus-visible,
:not(.btn-check) + .wpb-shortcode-wrapper .btn:active:focus-visible,
.wpb-shortcode-wrapper .btn:first-child:active:focus-visible,
.wpb-shortcode-wrapper .btn.active:focus-visible,
.wpb-shortcode-wrapper .btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.wpb-shortcode-wrapper .btn:disabled,
.wpb-shortcode-wrapper .btn.disabled,
fieldset:disabled .wpb-shortcode-wrapper .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.wpb-shortcode-wrapper .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b79563;
    --bs-btn-border-color: #b79563;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(46.75, 58.65, 139.4);
    --bs-btn-hover-border-color: rgb(44, 55.2, 131.2);
    --bs-btn-focus-shadow-rgb: 85, 97, 178;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(44, 55.2, 131.2);
    --bs-btn-active-border-color: rgb(41.25, 51.75, 123);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b79563;
    --bs-btn-disabled-border-color: #b79563;
}
.wpb-shortcode-wrapper .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ef476f;
    --bs-btn-border-color: #ef476f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(203.15, 60.35, 94.35);
    --bs-btn-hover-border-color: rgb(191.2, 56.8, 88.8);
    --bs-btn-focus-shadow-rgb: 241, 99, 133;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(191.2, 56.8, 88.8);
    --bs-btn-active-border-color: rgb(179.25, 53.25, 83.25);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ef476f;
    --bs-btn-disabled-border-color: #ef476f;
}
.wpb-shortcode-wrapper .btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #199226;
    --bs-btn-border-color: #199226;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(21.25, 124.1, 32.3);
    --bs-btn-hover-border-color: rgb(20, 116.8, 30.4);
    --bs-btn-focus-shadow-rgb: 60, 162, 71;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(20, 116.8, 30.4);
    --bs-btn-active-border-color: rgb(18.75, 109.5, 28.5);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #199226;
    --bs-btn-disabled-border-color: #199226;
}
.wpb-shortcode-wrapper .btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #08b1ba;
    --bs-btn-border-color: #08b1ba;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(6.8, 150.45, 158.1);
    --bs-btn-hover-border-color: rgb(6.4, 141.6, 148.8);
    --bs-btn-focus-shadow-rgb: 45, 189, 196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(6.4, 141.6, 148.8);
    --bs-btn-active-border-color: rgb(6, 132.75, 139.5);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #08b1ba;
    --bs-btn-disabled-border-color: #08b1ba;
}
.wpb-shortcode-wrapper .btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f98900;
    --bs-btn-border-color: #f98900;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(211.65, 116.45, 0);
    --bs-btn-hover-border-color: rgb(199.2, 109.6, 0);
    --bs-btn-focus-shadow-rgb: 250, 155, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(199.2, 109.6, 0);
    --bs-btn-active-border-color: rgb(186.75, 102.75, 0);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f98900;
    --bs-btn-disabled-border-color: #f98900;
}
.wpb-shortcode-wrapper .btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c03221;
    --bs-btn-border-color: #c03221;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(163.2, 42.5, 28.05);
    --bs-btn-hover-border-color: rgb(153.6, 40, 26.4);
    --bs-btn-focus-shadow-rgb: 201, 81, 66;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(153.6, 40, 26.4);
    --bs-btn-active-border-color: rgb(144, 37.5, 24.75);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c03221;
    --bs-btn-disabled-border-color: #c03221;
}
.wpb-shortcode-wrapper .btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #dee2e6;
    --bs-btn-border-color: #dee2e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: rgb(188.7, 192.1, 195.5);
    --bs-btn-hover-border-color: rgb(177.6, 180.8, 184);
    --bs-btn-focus-shadow-rgb: 189, 192, 196;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(177.6, 180.8, 184);
    --bs-btn-active-border-color: rgb(166.5, 169.5, 172.5);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #dee2e6;
    --bs-btn-disabled-border-color: #dee2e6;
}
.wpb-shortcode-wrapper .btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(38.25, 38.25, 38.25);
    --bs-btn-hover-border-color: rgb(25.5, 25.5, 25.5);
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: rgb(25.5, 25.5, 25.5);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;
}
.wpb-shortcode-wrapper .btn-gray {
    --bs-btn-color: #fff;
    --bs-btn-bg: #969696;
    --bs-btn-border-color: #969696;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(127.5, 127.5, 127.5);
    --bs-btn-hover-border-color: #787878;
    --bs-btn-focus-shadow-rgb: 166, 166, 166;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #787878;
    --bs-btn-active-border-color: rgb(112.5, 112.5, 112.5);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #969696;
    --bs-btn-disabled-border-color: #969696;
}
.wpb-shortcode-wrapper .btn-gray-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #343a40;
    --bs-btn-border-color: #343a40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(44.2, 49.3, 54.4);
    --bs-btn-hover-border-color: rgb(41.6, 46.4, 51.2);
    --bs-btn-focus-shadow-rgb: 82, 88, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(41.6, 46.4, 51.2);
    --bs-btn-active-border-color: rgb(39, 43.5, 48);
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #343a40;
    --bs-btn-disabled-border-color: #343a40;
}
.wpb-shortcode-wrapper .btn-outline-primary {
    --bs-btn-color: #b79563;
    --bs-btn-border-color: #b79563;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b79563;
    --bs-btn-hover-border-color: #b79563;
    --bs-btn-focus-shadow-rgb: 55, 69, 164;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b79563;
    --bs-btn-active-border-color: #b79563;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #b79563;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #b79563;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-secondary {
    --bs-btn-color: #ef476f;
    --bs-btn-border-color: #ef476f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ef476f;
    --bs-btn-hover-border-color: #ef476f;
    --bs-btn-focus-shadow-rgb: 239, 71, 111;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ef476f;
    --bs-btn-active-border-color: #ef476f;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #ef476f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ef476f;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-success {
    --bs-btn-color: #199226;
    --bs-btn-border-color: #199226;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #199226;
    --bs-btn-hover-border-color: #199226;
    --bs-btn-focus-shadow-rgb: 25, 146, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #199226;
    --bs-btn-active-border-color: #199226;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #199226;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #199226;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-info {
    --bs-btn-color: #08b1ba;
    --bs-btn-border-color: #08b1ba;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #08b1ba;
    --bs-btn-hover-border-color: #08b1ba;
    --bs-btn-focus-shadow-rgb: 8, 177, 186;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #08b1ba;
    --bs-btn-active-border-color: #08b1ba;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #08b1ba;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #08b1ba;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-warning {
    --bs-btn-color: #f98900;
    --bs-btn-border-color: #f98900;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f98900;
    --bs-btn-hover-border-color: #f98900;
    --bs-btn-focus-shadow-rgb: 249, 137, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f98900;
    --bs-btn-active-border-color: #f98900;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #f98900;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f98900;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-danger {
    --bs-btn-color: #c03221;
    --bs-btn-border-color: #c03221;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c03221;
    --bs-btn-hover-border-color: #c03221;
    --bs-btn-focus-shadow-rgb: 192, 50, 33;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c03221;
    --bs-btn-active-border-color: #c03221;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #c03221;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c03221;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-light {
    --bs-btn-color: #dee2e6;
    --bs-btn-border-color: #dee2e6;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #dee2e6;
    --bs-btn-hover-border-color: #dee2e6;
    --bs-btn-focus-shadow-rgb: 222, 226, 230;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #dee2e6;
    --bs-btn-active-border-color: #dee2e6;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #dee2e6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dee2e6;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-dark {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-gray {
    --bs-btn-color: #969696;
    --bs-btn-border-color: #969696;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #969696;
    --bs-btn-hover-border-color: #969696;
    --bs-btn-focus-shadow-rgb: 150, 150, 150;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #969696;
    --bs-btn-active-border-color: #969696;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #969696;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #969696;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-outline-gray-dark {
    --bs-btn-color: #343a40;
    --bs-btn-border-color: #343a40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #343a40;
    --bs-btn-hover-border-color: #343a40;
    --bs-btn-focus-shadow-rgb: 52, 58, 64;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #343a40;
    --bs-btn-active-border-color: #343a40;
    --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #343a40;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #343a40;
    --bs-gradient: none;
}
.wpb-shortcode-wrapper .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #969696;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 85, 97, 178;
    text-decoration: none;
}
.wpb-shortcode-wrapper .btn-link:focus-visible {
    color: var(--bs-btn-color);
}
.wpb-shortcode-wrapper .btn-link:hover {
    color: var(--bs-btn-hover-color);
}
.wpb-shortcode-wrapper .btn-lg,
.wpb-shortcode-wrapper .btn-group-lg > .btn {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 1.188rem;
    --bs-btn-border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .btn-sm,
.wpb-shortcode-wrapper .btn-group-sm > .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .fade {
        transition: none;
    }
}
.wpb-shortcode-wrapper .fade:not(.show) {
    opacity: 0;
}
.wpb-shortcode-wrapper .collapse:not(.show) {
    display: none;
}
.wpb-shortcode-wrapper .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .collapsing {
        transition: none;
    }
}
.wpb-shortcode-wrapper .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .collapsing.collapse-horizontal {
        transition: none;
    }
}
.wpb-shortcode-wrapper .dropup,
.wpb-shortcode-wrapper .dropend,
.wpb-shortcode-wrapper .dropdown,
.wpb-shortcode-wrapper .dropstart,
.wpb-shortcode-wrapper .dropup-center,
.wpb-shortcode-wrapper .dropdown-center {
    position: relative;
}
.wpb-shortcode-wrapper .dropdown-toggle {
    white-space: nowrap;
}
.wpb-shortcode-wrapper .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.wpb-shortcode-wrapper .dropdown-toggle:empty:after {
    margin-left: 0;
}
.wpb-shortcode-wrapper .dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0.5rem;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-gray-900);
    --bs-dropdown-border-color: rgba(0, 0, 0, 0);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: rgba(0, 0, 0, 0);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-primary);
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #969696;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.wpb-shortcode-wrapper .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.wpb-shortcode-wrapper .dropdown-menu-start {
    --bs-position: start;
}
.wpb-shortcode-wrapper .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.wpb-shortcode-wrapper .dropdown-menu-end {
    --bs-position: end;
}
.wpb-shortcode-wrapper .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .wpb-shortcode-wrapper .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .wpb-shortcode-wrapper .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .wpb-shortcode-wrapper .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .dropdown-menu-md-start {
        --bs-position: start;
    }
    .wpb-shortcode-wrapper .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .wpb-shortcode-wrapper .dropdown-menu-md-end {
        --bs-position: end;
    }
    .wpb-shortcode-wrapper .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .wpb-shortcode-wrapper .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .wpb-shortcode-wrapper .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .wpb-shortcode-wrapper .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .wpb-shortcode-wrapper .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .wpb-shortcode-wrapper .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .wpb-shortcode-wrapper .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .wpb-shortcode-wrapper .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .wpb-shortcode-wrapper .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .wpb-shortcode-wrapper .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.wpb-shortcode-wrapper .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}
.wpb-shortcode-wrapper .dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.wpb-shortcode-wrapper .dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.wpb-shortcode-wrapper .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.wpb-shortcode-wrapper .dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.wpb-shortcode-wrapper .dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.wpb-shortcode-wrapper .dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.wpb-shortcode-wrapper .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}
.wpb-shortcode-wrapper .dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.wpb-shortcode-wrapper .dropstart .dropdown-toggle:after {
    display: none;
}
.wpb-shortcode-wrapper .dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.wpb-shortcode-wrapper .dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.wpb-shortcode-wrapper .dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.wpb-shortcode-wrapper .dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}
.wpb-shortcode-wrapper .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.wpb-shortcode-wrapper .dropdown-item:hover,
.wpb-shortcode-wrapper .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.wpb-shortcode-wrapper .dropdown-item.active,
.wpb-shortcode-wrapper .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.wpb-shortcode-wrapper .dropdown-item.disabled,
.wpb-shortcode-wrapper .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.wpb-shortcode-wrapper .dropdown-menu.show {
    display: block;
}
.wpb-shortcode-wrapper .dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}
.wpb-shortcode-wrapper .dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.wpb-shortcode-wrapper .dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: rgba(0, 0, 0, 0);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.wpb-shortcode-wrapper .btn-group,
.wpb-shortcode-wrapper .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.wpb-shortcode-wrapper .btn-group > .btn,
.wpb-shortcode-wrapper .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.wpb-shortcode-wrapper .btn-group > .btn-check:checked + .btn,
.wpb-shortcode-wrapper .btn-group > .btn-check:focus + .btn,
.wpb-shortcode-wrapper .btn-group > .btn:hover,
.wpb-shortcode-wrapper .btn-group > .btn:focus,
.wpb-shortcode-wrapper .btn-group > .btn:active,
.wpb-shortcode-wrapper .btn-group > .btn.active,
.wpb-shortcode-wrapper .btn-group-vertical > .btn-check:checked + .btn,
.wpb-shortcode-wrapper .btn-group-vertical > .btn-check:focus + .btn,
.wpb-shortcode-wrapper .btn-group-vertical > .btn:hover,
.wpb-shortcode-wrapper .btn-group-vertical > .btn:focus,
.wpb-shortcode-wrapper .btn-group-vertical > .btn:active,
.wpb-shortcode-wrapper .btn-group-vertical > .btn.active {
    z-index: 1;
}
.wpb-shortcode-wrapper .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.wpb-shortcode-wrapper .btn-toolbar .input-group {
    width: auto;
}
.wpb-shortcode-wrapper .btn-group {
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .btn-group > :not(.btn-check:first-child) + .btn,
.wpb-shortcode-wrapper .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1);
}
.wpb-shortcode-wrapper .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.wpb-shortcode-wrapper .btn-group > .btn.dropdown-toggle-split:first-child,
.wpb-shortcode-wrapper .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper .btn-group > .btn:nth-child(n + 3),
.wpb-shortcode-wrapper .btn-group > :not(.btn-check) + .btn,
.wpb-shortcode-wrapper .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpb-shortcode-wrapper .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.wpb-shortcode-wrapper .dropdown-toggle-split:after,
.dropup .wpb-shortcode-wrapper .dropdown-toggle-split:after,
.dropend .wpb-shortcode-wrapper .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropstart .wpb-shortcode-wrapper .dropdown-toggle-split:before {
    margin-right: 0;
}
.wpb-shortcode-wrapper .btn-sm + .dropdown-toggle-split,
.wpb-shortcode-wrapper .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.wpb-shortcode-wrapper .btn-lg + .dropdown-toggle-split,
.wpb-shortcode-wrapper .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.wpb-shortcode-wrapper .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.wpb-shortcode-wrapper .btn-group-vertical > .btn,
.wpb-shortcode-wrapper .btn-group-vertical > .btn-group {
    width: 100%;
}
.wpb-shortcode-wrapper .btn-group-vertical > .btn:not(:first-child),
.wpb-shortcode-wrapper .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1);
}
.wpb-shortcode-wrapper .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.wpb-shortcode-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.wpb-shortcode-wrapper .btn-group-vertical > .btn ~ .btn,
.wpb-shortcode-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.wpb-shortcode-wrapper .nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-primary);
    --bs-nav-link-hover-color: var(--bs-primary);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.wpb-shortcode-wrapper .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .nav-link {
        transition: none;
    }
}
.wpb-shortcode-wrapper .nav-link:hover,
.wpb-shortcode-wrapper .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}
.wpb-shortcode-wrapper .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b7956340;
}
.wpb-shortcode-wrapper .nav-link.disabled,
.wpb-shortcode-wrapper .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.wpb-shortcode-wrapper .nav-tabs {
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-white);
    --bs-nav-tabs-link-active-bg: var(--bs-primary);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-primary);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.wpb-shortcode-wrapper .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.wpb-shortcode-wrapper .nav-tabs .nav-link:hover,
.wpb-shortcode-wrapper .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.wpb-shortcode-wrapper .nav-tabs .nav-link.active,
.wpb-shortcode-wrapper .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.wpb-shortcode-wrapper .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.wpb-shortcode-wrapper .nav-pills {
    --bs-nav-pills-border-radius: 50rem;
    --bs-nav-pills-link-active-color: var(--bs-white);
    --bs-nav-pills-link-active-bg: var(--bs-primary);
}
.wpb-shortcode-wrapper .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.wpb-shortcode-wrapper .nav-pills .nav-link.active,
.wpb-shortcode-wrapper .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.wpb-shortcode-wrapper .nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-primary);
    gap: var(--bs-nav-underline-gap);
}
.wpb-shortcode-wrapper .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.wpb-shortcode-wrapper .nav-underline .nav-link:hover,
.wpb-shortcode-wrapper .nav-underline .nav-link:focus {
    border-bottom-color: currentcolor;
}
.wpb-shortcode-wrapper .nav-underline .nav-link.active,
.wpb-shortcode-wrapper .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
}
.wpb-shortcode-wrapper .nav-fill > .nav-link,
.wpb-shortcode-wrapper .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.wpb-shortcode-wrapper .nav-justified > .nav-link,
.wpb-shortcode-wrapper .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.wpb-shortcode-wrapper .nav-fill .nav-item .nav-link,
.wpb-shortcode-wrapper .nav-justified .nav-item .nav-link {
    width: 100%;
}
.wpb-shortcode-wrapper .tab-content > .tab-pane {
    display: none;
}
.wpb-shortcode-wrapper .tab-content > .active {
    display: block;
}
.wpb-shortcode-wrapper .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.55);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.359rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.188rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.188rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28108, 117, 125, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.wpb-shortcode-wrapper .navbar > .container,
.wpb-shortcode-wrapper .navbar > .container-fluid,
.wpb-shortcode-wrapper .navbar > .container-sm,
.wpb-shortcode-wrapper .navbar > .container-md,
.wpb-shortcode-wrapper .navbar > .container-lg,
.wpb-shortcode-wrapper .navbar > .container-xl,
.wpb-shortcode-wrapper .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.wpb-shortcode-wrapper .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap;
}
.wpb-shortcode-wrapper .navbar-brand:hover,
.wpb-shortcode-wrapper .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
}
.wpb-shortcode-wrapper .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.wpb-shortcode-wrapper .navbar-nav .nav-link.active,
.wpb-shortcode-wrapper .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}
.wpb-shortcode-wrapper .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: var(--bs-navbar-color);
}
.wpb-shortcode-wrapper .navbar-text a,
.wpb-shortcode-wrapper .navbar-text a:hover,
.wpb-shortcode-wrapper .navbar-text a:focus {
    color: var(--bs-navbar-active-color);
}
.wpb-shortcode-wrapper .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.wpb-shortcode-wrapper .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .navbar-toggler {
        transition: none;
    }
}
.wpb-shortcode-wrapper .navbar-toggler:hover {
    text-decoration: none;
}
.wpb-shortcode-wrapper .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.wpb-shortcode-wrapper .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.wpb-shortcode-wrapper .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .wpb-shortcode-wrapper .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.wpb-shortcode-wrapper .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.wpb-shortcode-wrapper .navbar-expand .navbar-nav {
    flex-direction: row;
}
.wpb-shortcode-wrapper .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.wpb-shortcode-wrapper .navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.wpb-shortcode-wrapper .navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.wpb-shortcode-wrapper .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.wpb-shortcode-wrapper .navbar-expand .navbar-toggler {
    display: none;
}
.wpb-shortcode-wrapper .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}
.wpb-shortcode-wrapper .navbar-expand .offcanvas .offcanvas-header {
    display: none;
}
.wpb-shortcode-wrapper .navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.wpb-shortcode-wrapper .navbar-dark,
.wpb-shortcode-wrapper .navbar[data-bs-theme="dark"] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: var(--bs-heading-color);
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 0;
    --bs-card-border-color: rgba(0, 0, 0, 0.125);
    --bs-card-border-radius: var(--bs-border-radius-lg);
    --bs-card-box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.03);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
    --bs-card-cap-padding-y: 1.5rem;
    --bs-card-cap-padding-x: 1.5rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-gray-900);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.wpb-shortcode-wrapper .card > hr {
    margin-right: 0;
    margin-left: 0;
}
.wpb-shortcode-wrapper .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.wpb-shortcode-wrapper .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.wpb-shortcode-wrapper .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.wpb-shortcode-wrapper .card > .card-header + .list-group,
.wpb-shortcode-wrapper .card > .list-group + .card-footer {
    border-top: 0;
}
.wpb-shortcode-wrapper .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.wpb-shortcode-wrapper .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}
.wpb-shortcode-wrapper .card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
}
.wpb-shortcode-wrapper .card-text:last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
}
.wpb-shortcode-wrapper .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.wpb-shortcode-wrapper .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.wpb-shortcode-wrapper .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.wpb-shortcode-wrapper .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.wpb-shortcode-wrapper .card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.wpb-shortcode-wrapper .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.wpb-shortcode-wrapper .card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.wpb-shortcode-wrapper .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.wpb-shortcode-wrapper .card-img,
.wpb-shortcode-wrapper .card-img-top,
.wpb-shortcode-wrapper .card-img-bottom {
    width: 100%;
}
.wpb-shortcode-wrapper .card-img,
.wpb-shortcode-wrapper .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.wpb-shortcode-wrapper .card-img,
.wpb-shortcode-wrapper .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.wpb-shortcode-wrapper .card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .wpb-shortcode-wrapper .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card:not(:last-child) .card-img-top,
    .wpb-shortcode-wrapper .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card:not(:last-child) .card-img-bottom,
    .wpb-shortcode-wrapper .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card:not(:first-child) .card-img-top,
    .wpb-shortcode-wrapper .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .wpb-shortcode-wrapper .card-group > .card:not(:first-child) .card-img-bottom,
    .wpb-shortcode-wrapper .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.wpb-shortcode-wrapper .accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: rgba(0, 0, 0, 0.125);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0.5rem;
    --bs-accordion-inner-border-radius: calc(0.5rem - 1px);
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: var(--bs-primary);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.wpb-shortcode-wrapper .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .accordion-button {
        transition: none;
    }
}
.wpb-shortcode-wrapper .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.wpb-shortcode-wrapper .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.wpb-shortcode-wrapper .accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .accordion-button:after {
        transition: none;
    }
}
.wpb-shortcode-wrapper .accordion-button:hover {
    z-index: 2;
}
.wpb-shortcode-wrapper .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.wpb-shortcode-wrapper .accordion-header {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.wpb-shortcode-wrapper .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.wpb-shortcode-wrapper .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.wpb-shortcode-wrapper .accordion-item:not(:first-of-type) {
    border-top: 0;
}
.wpb-shortcode-wrapper .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.wpb-shortcode-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.wpb-shortcode-wrapper .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.wpb-shortcode-wrapper .accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.wpb-shortcode-wrapper .accordion-flush .accordion-collapse {
    border-width: 0;
}
.wpb-shortcode-wrapper .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.wpb-shortcode-wrapper .accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.wpb-shortcode-wrapper .accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.wpb-shortcode-wrapper .accordion-flush .accordion-item .accordion-button,
.wpb-shortcode-wrapper .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28135, 143.4, 200.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28135, 143.4, 200.4%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #969696;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.wpb-shortcode-wrapper .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.wpb-shortcode-wrapper .breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.wpb-shortcode-wrapper .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}
.wpb-shortcode-wrapper .pagination {
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-primary);
    --bs-pagination-bg: var(--bs-gray-900);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-white);
    --bs-pagination-hover-bg: var(--bs-primary);
    --bs-pagination-hover-border-color: var(--bs-primary);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(55, 69, 164, 0.25);
    --bs-pagination-active-color: var(--bs-white);
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: var(--bs-primary);
    --bs-pagination-disabled-bg: var(--bs-gray-100);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.wpb-shortcode-wrapper .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .page-link {
        transition: none;
    }
}
.wpb-shortcode-wrapper .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.wpb-shortcode-wrapper .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}
.wpb-shortcode-wrapper .page-link.active,
.active > .wpb-shortcode-wrapper .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.wpb-shortcode-wrapper .page-link.disabled,
.disabled > .wpb-shortcode-wrapper .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.wpb-shortcode-wrapper .page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
}
.wpb-shortcode-wrapper .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.wpb-shortcode-wrapper .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.wpb-shortcode-wrapper .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-font-size: 1.188rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.wpb-shortcode-wrapper .pagination-sm {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.125rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.wpb-shortcode-wrapper .badge {
    --bs-badge-padding-x: 0.5rem;
    --bs-badge-padding-y: 0.25rem;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.25rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.wpb-shortcode-wrapper .badge:empty {
    display: none;
}
.wpb-shortcode-wrapper .btn .badge {
    position: relative;
    top: -1px;
}
.wpb-shortcode-wrapper .alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 2px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.25rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.wpb-shortcode-wrapper .alert-heading {
    color: inherit;
}
.wpb-shortcode-wrapper .alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}
.wpb-shortcode-wrapper .alert-dismissible {
    padding-right: 3rem;
}
.wpb-shortcode-wrapper .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.wpb-shortcode-wrapper .alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.wpb-shortcode-wrapper .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.wpb-shortcode-wrapper .alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.wpb-shortcode-wrapper .alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.wpb-shortcode-wrapper .alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.wpb-shortcode-wrapper .alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.wpb-shortcode-wrapper .alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.wpb-shortcode-wrapper .alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
.wpb-shortcode-wrapper .alert-gray {
    --bs-alert-color: var(--bs-gray-text-emphasis);
    --bs-alert-bg: var(--bs-gray-bg-subtle);
    --bs-alert-border-color: var(--bs-gray-border-subtle);
    --bs-alert-link-color: var(--bs-gray-text-emphasis);
}
.wpb-shortcode-wrapper .alert-gray-dark {
    --bs-alert-color: var(--bs-gray-dark-text-emphasis);
    --bs-alert-bg: var(--bs-gray-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-gray-dark-border-subtle);
    --bs-alert-link-color: var(--bs-gray-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.wpb-shortcode-wrapper .progress,
.wpb-shortcode-wrapper .progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: var(--bs-primary);
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.wpb-shortcode-wrapper .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .progress-bar {
        transition: none;
    }
}
.wpb-shortcode-wrapper .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.wpb-shortcode-wrapper .progress-stacked > .progress {
    overflow: visible;
}
.wpb-shortcode-wrapper .progress-stacked > .progress > .progress-bar {
    width: 100%;
}
.wpb-shortcode-wrapper .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .progress-bar-animated {
        animation: none;
    }
}
.wpb-shortcode-wrapper .list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-gray-900);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: var(--bs-body-color);
    --bs-list-group-action-hover-bg: var(--bs-gray-900);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #969696;
    --bs-list-group-disabled-bg: var(--bs-gray-900);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: var(--bs-primary);
    --bs-list-group-active-border-color: var(--bs-primary);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.wpb-shortcode-wrapper .list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.wpb-shortcode-wrapper .list-group-numbered > .list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.wpb-shortcode-wrapper .list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}
.wpb-shortcode-wrapper .list-group-item-action:hover,
.wpb-shortcode-wrapper .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}
.wpb-shortcode-wrapper .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}
.wpb-shortcode-wrapper .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.wpb-shortcode-wrapper .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.wpb-shortcode-wrapper .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.wpb-shortcode-wrapper .list-group-item.disabled,
.wpb-shortcode-wrapper .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.wpb-shortcode-wrapper .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.wpb-shortcode-wrapper .list-group-item + .list-group-item {
    border-top-width: 0;
}
.wpb-shortcode-wrapper .list-group-item + .list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.wpb-shortcode-wrapper .list-group-horizontal {
    flex-direction: row;
}
.wpb-shortcode-wrapper .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}
.wpb-shortcode-wrapper .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}
.wpb-shortcode-wrapper .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.wpb-shortcode-wrapper .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}
.wpb-shortcode-wrapper .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .list-group-horizontal-sm {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .list-group-horizontal-md {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .list-group-horizontal-lg {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .list-group-horizontal-xl {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .wpb-shortcode-wrapper .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
.wpb-shortcode-wrapper .list-group-flush {
    border-radius: 0;
}
.wpb-shortcode-wrapper .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
}
.wpb-shortcode-wrapper .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.wpb-shortcode-wrapper .list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-gray {
    --bs-list-group-color: var(--bs-gray-text-emphasis);
    --bs-list-group-bg: var(--bs-gray-bg-subtle);
    --bs-list-group-border-color: var(--bs-gray-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
    --bs-list-group-active-color: var(--bs-gray-bg-subtle);
    --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}
.wpb-shortcode-wrapper .list-group-item-gray-dark {
    --bs-list-group-color: var(--bs-gray-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-gray-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-gray-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-gray-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-gray-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-gray-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-gray-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-gray-dark-text-emphasis);
}
.wpb-shortcode-wrapper .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(55, 69, 164, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}
.wpb-shortcode-wrapper .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}
.wpb-shortcode-wrapper .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}
.wpb-shortcode-wrapper .btn-close:disabled,
.wpb-shortcode-wrapper .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}
.wpb-shortcode-wrapper .btn-close-white,
.wpb-shortcode-wrapper [data-bs-theme="dark"] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}
.wpb-shortcode-wrapper .toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.75);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.063rem 1.875rem 0 rgba(0, 0, 0, 0.08);
    --bs-toast-header-color: #969696;
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.wpb-shortcode-wrapper .toast.showing {
    opacity: 0;
}
.wpb-shortcode-wrapper .toast:not(.show) {
    display: none;
}
.wpb-shortcode-wrapper .toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.wpb-shortcode-wrapper .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}
.wpb-shortcode-wrapper .toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.wpb-shortcode-wrapper .toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}
.wpb-shortcode-wrapper .toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}
.wpb-shortcode-wrapper .modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-gray-900);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.wpb-shortcode-wrapper .modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .wpb-shortcode-wrapper .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .wpb-shortcode-wrapper .modal-dialog {
        transition: none;
    }
}
.modal.show .wpb-shortcode-wrapper .modal-dialog {
    transform: none;
}
.modal.modal-static .wpb-shortcode-wrapper .modal-dialog {
    transform: scale(1.02);
}
.wpb-shortcode-wrapper .modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.wpb-shortcode-wrapper .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.wpb-shortcode-wrapper .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.wpb-shortcode-wrapper .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.wpb-shortcode-wrapper .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.wpb-shortcode-wrapper .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.wpb-shortcode-wrapper .modal-backdrop.fade {
    opacity: 0;
}
.wpb-shortcode-wrapper .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.wpb-shortcode-wrapper .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.wpb-shortcode-wrapper .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.wpb-shortcode-wrapper .modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.wpb-shortcode-wrapper .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.wpb-shortcode-wrapper .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.wpb-shortcode-wrapper .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }
    .wpb-shortcode-wrapper .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .wpb-shortcode-wrapper .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .modal-lg,
    .wpb-shortcode-wrapper .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.wpb-shortcode-wrapper .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.wpb-shortcode-wrapper .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.wpb-shortcode-wrapper .modal-fullscreen .modal-header,
.wpb-shortcode-wrapper .modal-fullscreen .modal-footer {
    border-radius: 0;
}
.wpb-shortcode-wrapper .modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .wpb-shortcode-wrapper .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-sm-down .modal-header,
    .wpb-shortcode-wrapper .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-md-down .modal-header,
    .wpb-shortcode-wrapper .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-lg-down .modal-header,
    .wpb-shortcode-wrapper .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-xl-down .modal-header,
    .wpb-shortcode-wrapper .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .wpb-shortcode-wrapper .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-xxl-down .modal-header,
    .wpb-shortcode-wrapper .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .wpb-shortcode-wrapper .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.wpb-shortcode-wrapper .tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 1rem;
    --bs-tooltip-padding-y: 0.5rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-white);
    --bs-tooltip-bg: var(--bs-black);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.wpb-shortcode-wrapper .tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.wpb-shortcode-wrapper .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.wpb-shortcode-wrapper .tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.wpb-shortcode-wrapper .bs-tooltip-top .tooltip-arrow,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.wpb-shortcode-wrapper .bs-tooltip-top .tooltip-arrow:before,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.wpb-shortcode-wrapper .bs-tooltip-end .tooltip-arrow,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.wpb-shortcode-wrapper .bs-tooltip-end .tooltip-arrow:before,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.wpb-shortcode-wrapper .bs-tooltip-bottom .tooltip-arrow,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.wpb-shortcode-wrapper .bs-tooltip-bottom .tooltip-arrow:before,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.wpb-shortcode-wrapper .bs-tooltip-start .tooltip-arrow,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.wpb-shortcode-wrapper .bs-tooltip-start .tooltip-arrow:before,
.wpb-shortcode-wrapper .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.wpb-shortcode-wrapper .tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.wpb-shortcode-wrapper .popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: #0c112e;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.wpb-shortcode-wrapper .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.wpb-shortcode-wrapper .popover .popover-arrow:before,
.wpb-shortcode-wrapper .popover .popover-arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
.wpb-shortcode-wrapper .bs-popover-top > .popover-arrow,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.wpb-shortcode-wrapper .bs-popover-top > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-top > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.wpb-shortcode-wrapper .bs-popover-top > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}
.wpb-shortcode-wrapper .bs-popover-top > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}
.wpb-shortcode-wrapper .bs-popover-end > .popover-arrow,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.wpb-shortcode-wrapper .bs-popover-end > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-end > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.wpb-shortcode-wrapper .bs-popover-end > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}
.wpb-shortcode-wrapper .bs-popover-end > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}
.wpb-shortcode-wrapper .bs-popover-bottom > .popover-arrow,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.wpb-shortcode-wrapper .bs-popover-bottom > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-bottom > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.wpb-shortcode-wrapper .bs-popover-bottom > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}
.wpb-shortcode-wrapper .bs-popover-bottom > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}
.wpb-shortcode-wrapper .bs-popover-bottom .popover-header:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.wpb-shortcode-wrapper .bs-popover-start > .popover-arrow,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.wpb-shortcode-wrapper .bs-popover-start > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-start > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
    border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.wpb-shortcode-wrapper .bs-popover-start > .popover-arrow:before,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}
.wpb-shortcode-wrapper .bs-popover-start > .popover-arrow:after,
.wpb-shortcode-wrapper .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}
.wpb-shortcode-wrapper .popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.wpb-shortcode-wrapper .popover-header:empty {
    display: none;
}
.wpb-shortcode-wrapper .popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.wpb-shortcode-wrapper .carousel {
    position: relative;
}
.wpb-shortcode-wrapper .carousel.pointer-event {
    touch-action: pan-y;
}
.wpb-shortcode-wrapper .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wpb-shortcode-wrapper .carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.wpb-shortcode-wrapper .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .carousel-item {
        transition: none;
    }
}
.wpb-shortcode-wrapper .carousel-item.active,
.wpb-shortcode-wrapper .carousel-item-next,
.wpb-shortcode-wrapper .carousel-item-prev {
    display: block;
}
.wpb-shortcode-wrapper .carousel-item-next:not(.carousel-item-start),
.wpb-shortcode-wrapper .active.carousel-item-end {
    transform: translate(100%);
}
.wpb-shortcode-wrapper .carousel-item-prev:not(.carousel-item-end),
.wpb-shortcode-wrapper .active.carousel-item-start {
    transform: translate(-100%);
}
.wpb-shortcode-wrapper .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.wpb-shortcode-wrapper .carousel-fade .carousel-item.active,
.wpb-shortcode-wrapper .carousel-fade .carousel-item-next.carousel-item-start,
.wpb-shortcode-wrapper .carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.wpb-shortcode-wrapper .carousel-fade .active.carousel-item-start,
.wpb-shortcode-wrapper .carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .carousel-fade .active.carousel-item-start,
    .wpb-shortcode-wrapper .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}
.wpb-shortcode-wrapper .carousel-control-prev,
.wpb-shortcode-wrapper .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .carousel-control-prev,
    .wpb-shortcode-wrapper .carousel-control-next {
        transition: none;
    }
}
.wpb-shortcode-wrapper .carousel-control-prev:hover,
.wpb-shortcode-wrapper .carousel-control-prev:focus,
.wpb-shortcode-wrapper .carousel-control-next:hover,
.wpb-shortcode-wrapper .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.wpb-shortcode-wrapper .carousel-control-prev {
    left: 0;
}
.wpb-shortcode-wrapper .carousel-control-next {
    right: 0;
}
.wpb-shortcode-wrapper .carousel-control-prev-icon,
.wpb-shortcode-wrapper .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.wpb-shortcode-wrapper .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.wpb-shortcode-wrapper .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.wpb-shortcode-wrapper .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.wpb-shortcode-wrapper .carousel-indicators .active {
    opacity: 1;
}
.wpb-shortcode-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.wpb-shortcode-wrapper .carousel-dark .carousel-control-prev-icon,
.wpb-shortcode-wrapper .carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
.wpb-shortcode-wrapper .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.wpb-shortcode-wrapper .carousel-dark .carousel-caption {
    color: #000;
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
.wpb-shortcode-wrapper [data-bs-theme="dark"] .carousel .carousel-control-next-icon,
.wpb-shortcode-wrapper [data-bs-theme="dark"].carousel .carousel-control-prev-icon,
.wpb-shortcode-wrapper [data-bs-theme="dark"].carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
.wpb-shortcode-wrapper [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.wpb-shortcode-wrapper [data-bs-theme="dark"] .carousel .carousel-caption,
.wpb-shortcode-wrapper [data-bs-theme="dark"].carousel .carousel-caption {
    color: #000;
}
.wpb-shortcode-wrapper .spinner {
    animation: spin 2s linear infinite;
}
.wpb-shortcode-wrapper .spinner-grow,
.wpb-shortcode-wrapper .spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.wpb-shortcode-wrapper .spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}
.wpb-shortcode-wrapper .spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.wpb-shortcode-wrapper .spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.wpb-shortcode-wrapper .spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .spinner-border,
    .wpb-shortcode-wrapper .spinner-grow {
        --bs-spinner-animation-speed: 1.5s;
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.wpb-shortcode-wrapper .offcanvas,
.wpb-shortcode-wrapper .offcanvas-xxl,
.wpb-shortcode-wrapper .offcanvas-xl,
.wpb-shortcode-wrapper .offcanvas-lg,
.wpb-shortcode-wrapper .offcanvas-md,
.wpb-shortcode-wrapper .offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-gray-900);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
    .wpb-shortcode-wrapper .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .offcanvas-sm {
        transition: none;
    }
}
@media (max-width: 575.98px) {
    .wpb-shortcode-wrapper .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-sm.showing,
    .wpb-shortcode-wrapper .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }
    .wpb-shortcode-wrapper .offcanvas-sm.showing,
    .wpb-shortcode-wrapper .offcanvas-sm.hiding,
    .wpb-shortcode-wrapper .offcanvas-sm.show {
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .wpb-shortcode-wrapper .offcanvas-sm .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .offcanvas-md {
        transition: none;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-md.showing,
    .wpb-shortcode-wrapper .offcanvas-md.show:not(.hiding) {
        transform: none;
    }
    .wpb-shortcode-wrapper .offcanvas-md.showing,
    .wpb-shortcode-wrapper .offcanvas-md.hiding,
    .wpb-shortcode-wrapper .offcanvas-md.show {
        visibility: visible;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .wpb-shortcode-wrapper .offcanvas-md .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .offcanvas-lg {
        transition: none;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-lg.showing,
    .wpb-shortcode-wrapper .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }
    .wpb-shortcode-wrapper .offcanvas-lg.showing,
    .wpb-shortcode-wrapper .offcanvas-lg.hiding,
    .wpb-shortcode-wrapper .offcanvas-lg.show {
        visibility: visible;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .wpb-shortcode-wrapper .offcanvas-lg .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .offcanvas-xl {
        transition: none;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xl.showing,
    .wpb-shortcode-wrapper .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }
    .wpb-shortcode-wrapper .offcanvas-xl.showing,
    .wpb-shortcode-wrapper .offcanvas-xl.hiding,
    .wpb-shortcode-wrapper .offcanvas-xl.show {
        visibility: visible;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .wpb-shortcode-wrapper .offcanvas-xl .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
@media (max-width: 1399.98px) {
    .wpb-shortcode-wrapper .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .offcanvas-xxl {
        transition: none;
    }
}
@media (max-width: 1399.98px) {
    .wpb-shortcode-wrapper .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
    .wpb-shortcode-wrapper .offcanvas-xxl.showing,
    .wpb-shortcode-wrapper .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }
    .wpb-shortcode-wrapper .offcanvas-xxl.showing,
    .wpb-shortcode-wrapper .offcanvas-xxl.hiding,
    .wpb-shortcode-wrapper .offcanvas-xxl.show {
        visibility: visible;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }
    .wpb-shortcode-wrapper .offcanvas-xxl .offcanvas-header {
        display: none;
    }
    .wpb-shortcode-wrapper .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}
.wpb-shortcode-wrapper .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .offcanvas {
        transition: none;
    }
}
.wpb-shortcode-wrapper .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
}
.wpb-shortcode-wrapper .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
}
.wpb-shortcode-wrapper .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}
.wpb-shortcode-wrapper .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}
.wpb-shortcode-wrapper .offcanvas.showing,
.wpb-shortcode-wrapper .offcanvas.show:not(.hiding) {
    transform: none;
}
.wpb-shortcode-wrapper .offcanvas.showing,
.wpb-shortcode-wrapper .offcanvas.hiding,
.wpb-shortcode-wrapper .offcanvas.show {
    visibility: visible;
}
.wpb-shortcode-wrapper .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.wpb-shortcode-wrapper .offcanvas-backdrop.fade {
    opacity: 0;
}
.wpb-shortcode-wrapper .offcanvas-backdrop.show {
    opacity: 0.5;
}
.wpb-shortcode-wrapper .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.wpb-shortcode-wrapper .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.wpb-shortcode-wrapper .offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height);
}
.wpb-shortcode-wrapper .offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}
.wpb-shortcode-wrapper .placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}
.wpb-shortcode-wrapper .placeholder.btn:before {
    display: inline-block;
    content: "";
}
.wpb-shortcode-wrapper .placeholder-xs {
    min-height: 0.6em;
}
.wpb-shortcode-wrapper .placeholder-sm {
    min-height: 0.8em;
}
.wpb-shortcode-wrapper .placeholder-lg {
    min-height: 1.2em;
}
.wpb-shortcode-wrapper .placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}
.wpb-shortcode-wrapper .placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.wpb-shortcode-wrapper .clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.wpb-shortcode-wrapper .text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-info {
    color: #fff !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-warning {
    color: #fff !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-gray {
    color: #fff !important;
    background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .text-bg-gray-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-gray-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-primary:hover,
.wpb-shortcode-wrapper .link-primary:focus {
    color: RGBA(44, 55, 131, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(44, 55, 131, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-secondary:hover,
.wpb-shortcode-wrapper .link-secondary:focus {
    color: RGBA(191, 57, 89, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(191, 57, 89, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-success:hover,
.wpb-shortcode-wrapper .link-success:focus {
    color: RGBA(20, 117, 30, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 117, 30, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-info:hover,
.wpb-shortcode-wrapper .link-info:focus {
    color: RGBA(6, 142, 149, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(6, 142, 149, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-warning:hover,
.wpb-shortcode-wrapper .link-warning:focus {
    color: RGBA(199, 110, 0, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(199, 110, 0, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-danger:hover,
.wpb-shortcode-wrapper .link-danger:focus {
    color: RGBA(154, 40, 26, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(154, 40, 26, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-light:hover,
.wpb-shortcode-wrapper .link-light:focus {
    color: RGBA(229, 232, 235, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(229, 232, 235, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-dark:hover,
.wpb-shortcode-wrapper .link-dark:focus {
    color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-gray {
    color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-gray:hover,
.wpb-shortcode-wrapper .link-gray:focus {
    color: RGBA(120, 120, 120, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(120, 120, 120, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-gray-dark {
    color: RGBA(var(--bs-gray-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-gray-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-gray-dark:hover,
.wpb-shortcode-wrapper .link-gray-dark:focus {
    color: RGBA(42, 46, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-body-emphasis:hover,
.wpb-shortcode-wrapper .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.wpb-shortcode-wrapper .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.wpb-shortcode-wrapper .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    backface-visibility: hidden;
}
.wpb-shortcode-wrapper .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .icon-link > .bi {
        transition: none;
    }
}
.wpb-shortcode-wrapper .icon-link-hover:hover > .bi,
.wpb-shortcode-wrapper .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.wpb-shortcode-wrapper .ratio {
    position: relative;
    width: 100%;
}
.wpb-shortcode-wrapper .ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.wpb-shortcode-wrapper .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpb-shortcode-wrapper .ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.wpb-shortcode-wrapper .ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.wpb-shortcode-wrapper .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.wpb-shortcode-wrapper .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}
.wpb-shortcode-wrapper .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.wpb-shortcode-wrapper .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.wpb-shortcode-wrapper .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
.wpb-shortcode-wrapper .sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .wpb-shortcode-wrapper .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .wpb-shortcode-wrapper .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .wpb-shortcode-wrapper .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .wpb-shortcode-wrapper .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .wpb-shortcode-wrapper .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
.wpb-shortcode-wrapper .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.wpb-shortcode-wrapper .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.wpb-shortcode-wrapper .visually-hidden,
.wpb-shortcode-wrapper .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wpb-shortcode-wrapper .visually-hidden:not(caption),
.wpb-shortcode-wrapper .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}
.wpb-shortcode-wrapper .stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.wpb-shortcode-wrapper .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wpb-shortcode-wrapper .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 1;
}
.wpb-shortcode-wrapper .align-baseline {
    vertical-align: baseline !important;
}
.wpb-shortcode-wrapper .align-top {
    vertical-align: top !important;
}
.wpb-shortcode-wrapper .align-middle {
    vertical-align: middle !important;
}
.wpb-shortcode-wrapper .align-bottom {
    vertical-align: bottom !important;
}
.wpb-shortcode-wrapper .align-text-bottom {
    vertical-align: text-bottom !important;
}
.wpb-shortcode-wrapper .align-text-top {
    vertical-align: text-top !important;
}
.wpb-shortcode-wrapper .float-start {
    float: left !important;
}
.wpb-shortcode-wrapper .float-end {
    float: right !important;
}
.wpb-shortcode-wrapper .float-none {
    float: none !important;
}
.wpb-shortcode-wrapper .object-fit-contain {
    object-fit: contain !important;
}
.wpb-shortcode-wrapper .object-fit-cover {
    object-fit: cover !important;
}
.wpb-shortcode-wrapper .object-fit-fill {
    object-fit: fill !important;
}
.wpb-shortcode-wrapper .object-fit-scale {
    object-fit: scale-down !important;
}
.wpb-shortcode-wrapper .object-fit-none {
    object-fit: none !important;
}
.wpb-shortcode-wrapper .opacity-0 {
    opacity: 0 !important;
}
.wpb-shortcode-wrapper .opacity-25 {
    opacity: 0.25 !important;
}
.wpb-shortcode-wrapper .opacity-50 {
    opacity: 0.5 !important;
}
.wpb-shortcode-wrapper .opacity-75 {
    opacity: 0.75 !important;
}
.wpb-shortcode-wrapper .opacity-100 {
    opacity: 1 !important;
}
.wpb-shortcode-wrapper .overflow-auto {
    overflow: auto !important;
}
.wpb-shortcode-wrapper .overflow-hidden {
    overflow: hidden !important;
}
.wpb-shortcode-wrapper .overflow-visible {
    overflow: visible !important;
}
.wpb-shortcode-wrapper .overflow-scroll {
    overflow: scroll !important;
}
.wpb-shortcode-wrapper .overflow-x-auto {
    overflow-x: auto !important;
}
.wpb-shortcode-wrapper .overflow-x-hidden {
    overflow-x: hidden !important;
}
.wpb-shortcode-wrapper .overflow-x-visible {
    overflow-x: visible !important;
}
.wpb-shortcode-wrapper .overflow-x-scroll {
    overflow-x: scroll !important;
}
.wpb-shortcode-wrapper .overflow-y-auto {
    overflow-y: auto !important;
}
.wpb-shortcode-wrapper .overflow-y-hidden {
    overflow-y: hidden !important;
}
.wpb-shortcode-wrapper .overflow-y-visible {
    overflow-y: visible !important;
}
.wpb-shortcode-wrapper .overflow-y-scroll {
    overflow-y: scroll !important;
}
.wpb-shortcode-wrapper .d-inline {
    display: inline !important;
}
.wpb-shortcode-wrapper .d-inline-block {
    display: inline-block !important;
}
.wpb-shortcode-wrapper .d-block {
    display: block !important;
}
.wpb-shortcode-wrapper .d-grid {
    display: grid !important;
}
.wpb-shortcode-wrapper .d-inline-grid {
    display: inline-grid !important;
}
.wpb-shortcode-wrapper .d-table {
    display: table !important;
}
.wpb-shortcode-wrapper .d-table-row {
    display: table-row !important;
}
.wpb-shortcode-wrapper .d-table-cell {
    display: table-cell !important;
}
.wpb-shortcode-wrapper .d-flex {
    display: flex !important;
}
.wpb-shortcode-wrapper .d-inline-flex {
    display: inline-flex !important;
}
.wpb-shortcode-wrapper .d-none {
    display: none !important;
}
.wpb-shortcode-wrapper .shadow {
    box-shadow: var(--bs-box-shadow) !important;
}
.wpb-shortcode-wrapper .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
}
.wpb-shortcode-wrapper .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
}
.wpb-shortcode-wrapper .shadow-none {
    box-shadow: none !important;
}
.wpb-shortcode-wrapper .focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-gray {
    --bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .focus-ring-gray-dark {
    --bs-focus-ring-color: rgba(var(--bs-gray-dark-rgb), var(--bs-focus-ring-opacity));
}
.wpb-shortcode-wrapper .position-static {
    position: static !important;
}
.wpb-shortcode-wrapper .position-relative {
    position: relative !important;
}
.wpb-shortcode-wrapper .position-absolute {
    position: absolute !important;
}
.wpb-shortcode-wrapper .position-fixed {
    position: fixed !important;
}
.wpb-shortcode-wrapper .position-sticky {
    position: sticky !important;
}
.wpb-shortcode-wrapper .top-0 {
    top: 0 !important;
}
.wpb-shortcode-wrapper .top-50 {
    top: 50% !important;
}
.wpb-shortcode-wrapper .top-100 {
    top: 100% !important;
}
.wpb-shortcode-wrapper .bottom-0 {
    bottom: 0 !important;
}
.wpb-shortcode-wrapper .bottom-50 {
    bottom: 50% !important;
}
.wpb-shortcode-wrapper .bottom-100 {
    bottom: 100% !important;
}
.wpb-shortcode-wrapper .start-0 {
    left: 0 !important;
}
.wpb-shortcode-wrapper .start-50 {
    left: 50% !important;
}
.wpb-shortcode-wrapper .start-100 {
    left: 100% !important;
}
.wpb-shortcode-wrapper .end-0 {
    right: 0 !important;
}
.wpb-shortcode-wrapper .end-50 {
    right: 50% !important;
}
.wpb-shortcode-wrapper .end-100 {
    right: 100% !important;
}
.wpb-shortcode-wrapper .translate-middle {
    transform: translate(-50%, -50%) !important;
}
.wpb-shortcode-wrapper .translate-middle-x {
    transform: translate(-50%) !important;
}
.wpb-shortcode-wrapper .translate-middle-y {
    transform: translateY(-50%) !important;
}
.wpb-shortcode-wrapper .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .border-0 {
    border: 0 !important;
}
.wpb-shortcode-wrapper .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .border-top-0 {
    border-top: 0 !important;
}
.wpb-shortcode-wrapper .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .border-end-0 {
    border-right: 0 !important;
}
.wpb-shortcode-wrapper .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .border-bottom-0 {
    border-bottom: 0 !important;
}
.wpb-shortcode-wrapper .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .border-start-0 {
    border-left: 0 !important;
}
.wpb-shortcode-wrapper .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-gray {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-gray-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-gray-dark-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.wpb-shortcode-wrapper .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
}
.wpb-shortcode-wrapper .border-1 {
    border-width: 1px !important;
}
.wpb-shortcode-wrapper .border-2 {
    border-width: 2px !important;
}
.wpb-shortcode-wrapper .border-3 {
    border-width: 3px !important;
}
.wpb-shortcode-wrapper .border-4 {
    border-width: 4px !important;
}
.wpb-shortcode-wrapper .border-5 {
    border-width: 5px !important;
}
.wpb-shortcode-wrapper .border-opacity-10 {
    --bs-border-opacity: 0.1;
}
.wpb-shortcode-wrapper .border-opacity-25 {
    --bs-border-opacity: 0.25;
}
.wpb-shortcode-wrapper .border-opacity-50 {
    --bs-border-opacity: 0.5;
}
.wpb-shortcode-wrapper .border-opacity-75 {
    --bs-border-opacity: 0.75;
}
.wpb-shortcode-wrapper .border-opacity-100 {
    --bs-border-opacity: 1;
}
.wpb-shortcode-wrapper .w-25 {
    width: 25% !important;
}
.wpb-shortcode-wrapper .w-50 {
    width: 50% !important;
}
.wpb-shortcode-wrapper .w-75 {
    width: 75% !important;
}
.wpb-shortcode-wrapper .w-100 {
    width: 100% !important;
}
.wpb-shortcode-wrapper .w-auto {
    width: auto !important;
}
.wpb-shortcode-wrapper .mw-100 {
    max-width: 100% !important;
}
.wpb-shortcode-wrapper .vw-100 {
    width: 100vw !important;
}
.wpb-shortcode-wrapper .min-vw-100 {
    min-width: 100vw !important;
}
.wpb-shortcode-wrapper .h-25 {
    height: 25% !important;
}
.wpb-shortcode-wrapper .h-50 {
    height: 50% !important;
}
.wpb-shortcode-wrapper .h-75 {
    height: 75% !important;
}
.wpb-shortcode-wrapper .h-100 {
    height: 100% !important;
}
.wpb-shortcode-wrapper .h-auto {
    height: auto !important;
}
.wpb-shortcode-wrapper .mh-100 {
    max-height: 100% !important;
}
.wpb-shortcode-wrapper .vh-100 {
    height: 100vh !important;
}
.wpb-shortcode-wrapper .min-vh-100 {
    min-height: 100vh !important;
}
.wpb-shortcode-wrapper .flex-fill {
    flex: 1 1 auto !important;
}
.wpb-shortcode-wrapper .flex-row {
    flex-direction: row !important;
}
.wpb-shortcode-wrapper .flex-column {
    flex-direction: column !important;
}
.wpb-shortcode-wrapper .flex-row-reverse {
    flex-direction: row-reverse !important;
}
.wpb-shortcode-wrapper .flex-column-reverse {
    flex-direction: column-reverse !important;
}
.wpb-shortcode-wrapper .flex-grow-0 {
    flex-grow: 0 !important;
}
.wpb-shortcode-wrapper .flex-grow-1 {
    flex-grow: 1 !important;
}
.wpb-shortcode-wrapper .flex-shrink-0 {
    flex-shrink: 0 !important;
}
.wpb-shortcode-wrapper .flex-shrink-1 {
    flex-shrink: 1 !important;
}
.wpb-shortcode-wrapper .flex-wrap {
    flex-wrap: wrap !important;
}
.wpb-shortcode-wrapper .flex-nowrap {
    flex-wrap: nowrap !important;
}
.wpb-shortcode-wrapper .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.wpb-shortcode-wrapper .justify-content-start {
    justify-content: flex-start !important;
}
.wpb-shortcode-wrapper .justify-content-end {
    justify-content: flex-end !important;
}
.wpb-shortcode-wrapper .justify-content-center {
    justify-content: center !important;
}
.wpb-shortcode-wrapper .justify-content-between {
    justify-content: space-between !important;
}
.wpb-shortcode-wrapper .justify-content-around {
    justify-content: space-around !important;
}
.wpb-shortcode-wrapper .justify-content-evenly {
    justify-content: space-evenly !important;
}
.wpb-shortcode-wrapper .align-items-start {
    align-items: flex-start !important;
}
.wpb-shortcode-wrapper .align-items-end {
    align-items: flex-end !important;
}
.wpb-shortcode-wrapper .align-items-center {
    align-items: center !important;
}
.wpb-shortcode-wrapper .align-items-baseline {
    align-items: baseline !important;
}
.wpb-shortcode-wrapper .align-items-stretch {
    align-items: stretch !important;
}
.wpb-shortcode-wrapper .align-content-start {
    align-content: flex-start !important;
}
.wpb-shortcode-wrapper .align-content-end {
    align-content: flex-end !important;
}
.wpb-shortcode-wrapper .align-content-center {
    align-content: center !important;
}
.wpb-shortcode-wrapper .align-content-between {
    align-content: space-between !important;
}
.wpb-shortcode-wrapper .align-content-around {
    align-content: space-around !important;
}
.wpb-shortcode-wrapper .align-content-stretch {
    align-content: stretch !important;
}
.wpb-shortcode-wrapper .align-self-auto {
    align-self: auto !important;
}
.wpb-shortcode-wrapper .align-self-start {
    align-self: flex-start !important;
}
.wpb-shortcode-wrapper .align-self-end {
    align-self: flex-end !important;
}
.wpb-shortcode-wrapper .align-self-center {
    align-self: center !important;
}
.wpb-shortcode-wrapper .align-self-baseline {
    align-self: baseline !important;
}
.wpb-shortcode-wrapper .align-self-stretch {
    align-self: stretch !important;
}
.wpb-shortcode-wrapper .order-first {
    order: -1 !important;
}
.wpb-shortcode-wrapper .order-0 {
    order: 0 !important;
}
.wpb-shortcode-wrapper .order-1 {
    order: 1 !important;
}
.wpb-shortcode-wrapper .order-2 {
    order: 2 !important;
}
.wpb-shortcode-wrapper .order-3 {
    order: 3 !important;
}
.wpb-shortcode-wrapper .order-4 {
    order: 4 !important;
}
.wpb-shortcode-wrapper .order-5 {
    order: 5 !important;
}
.wpb-shortcode-wrapper .order-last {
    order: 6 !important;
}
.wpb-shortcode-wrapper .m-0 {
    margin: 0 !important;
}
.wpb-shortcode-wrapper .m-1 {
    margin: 0.25rem !important;
}
.wpb-shortcode-wrapper .m-2 {
    margin: 0.5rem !important;
}
.wpb-shortcode-wrapper .m-3 {
    margin: 1rem !important;
}
.wpb-shortcode-wrapper .m-4 {
    margin: 1.5rem !important;
}
.wpb-shortcode-wrapper .m-5 {
    margin: 2rem !important;
}
.wpb-shortcode-wrapper .m-auto {
    margin: auto !important;
}
.wpb-shortcode-wrapper .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.wpb-shortcode-wrapper .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.wpb-shortcode-wrapper .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.wpb-shortcode-wrapper .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.wpb-shortcode-wrapper .mx-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.wpb-shortcode-wrapper .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.wpb-shortcode-wrapper .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wpb-shortcode-wrapper .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.wpb-shortcode-wrapper .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.wpb-shortcode-wrapper .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.wpb-shortcode-wrapper .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.wpb-shortcode-wrapper .my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.wpb-shortcode-wrapper .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.wpb-shortcode-wrapper .mt-0 {
    margin-top: 0 !important;
}
.wpb-shortcode-wrapper .mt-1 {
    margin-top: 0.25rem !important;
}
.wpb-shortcode-wrapper .mt-2 {
    margin-top: 0.5rem !important;
}
.wpb-shortcode-wrapper .mt-3 {
    margin-top: 1rem !important;
}
.wpb-shortcode-wrapper .mt-4 {
    margin-top: 1.5rem !important;
}
.wpb-shortcode-wrapper .mt-5 {
    margin-top: 2rem !important;
}
.wpb-shortcode-wrapper .mt-auto {
    margin-top: auto !important;
}
.wpb-shortcode-wrapper .me-0 {
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper .me-1 {
    margin-right: 0.25rem !important;
}
.wpb-shortcode-wrapper .me-2 {
    margin-right: 0.5rem !important;
}
.wpb-shortcode-wrapper .me-3 {
    margin-right: 1rem !important;
}
.wpb-shortcode-wrapper .me-4 {
    margin-right: 1.5rem !important;
}
.wpb-shortcode-wrapper .me-5 {
    margin-right: 2rem !important;
}
.wpb-shortcode-wrapper .me-auto {
    margin-right: auto !important;
}
.wpb-shortcode-wrapper .mb-0 {
    margin-bottom: 0 !important;
}
.wpb-shortcode-wrapper .mb-1 {
    margin-bottom: 0.25rem !important;
}
.wpb-shortcode-wrapper .mb-2 {
    margin-bottom: 0.5rem !important;
}
.wpb-shortcode-wrapper .mb-3 {
    margin-bottom: 1rem !important;
}
.wpb-shortcode-wrapper .mb-4 {
    margin-bottom: 1.5rem !important;
}
.wpb-shortcode-wrapper .mb-5 {
    margin-bottom: 2rem !important;
}
.wpb-shortcode-wrapper .mb-auto {
    margin-bottom: auto !important;
}
.wpb-shortcode-wrapper .ms-0 {
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper .ms-1 {
    margin-left: 0.25rem !important;
}
.wpb-shortcode-wrapper .ms-2 {
    margin-left: 0.5rem !important;
}
.wpb-shortcode-wrapper .ms-3 {
    margin-left: 1rem !important;
}
.wpb-shortcode-wrapper .ms-4 {
    margin-left: 1.5rem !important;
}
.wpb-shortcode-wrapper .ms-5 {
    margin-left: 2rem !important;
}
.wpb-shortcode-wrapper .ms-auto {
    margin-left: auto !important;
}
.wpb-shortcode-wrapper .m-n1 {
    margin: -0.25rem !important;
}
.wpb-shortcode-wrapper .m-n2 {
    margin: -0.5rem !important;
}
.wpb-shortcode-wrapper .m-n3 {
    margin: -1rem !important;
}
.wpb-shortcode-wrapper .m-n4 {
    margin: -1.5rem !important;
}
.wpb-shortcode-wrapper .m-n5 {
    margin: -2rem !important;
}
.wpb-shortcode-wrapper .mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}
.wpb-shortcode-wrapper .mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.wpb-shortcode-wrapper .mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.wpb-shortcode-wrapper .mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.wpb-shortcode-wrapper .mx-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
}
.wpb-shortcode-wrapper .my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.wpb-shortcode-wrapper .my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.wpb-shortcode-wrapper .my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.wpb-shortcode-wrapper .my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.wpb-shortcode-wrapper .my-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}
.wpb-shortcode-wrapper .mt-n1 {
    margin-top: -0.25rem !important;
}
.wpb-shortcode-wrapper .mt-n2 {
    margin-top: -0.5rem !important;
}
.wpb-shortcode-wrapper .mt-n3 {
    margin-top: -1rem !important;
}
.wpb-shortcode-wrapper .mt-n4 {
    margin-top: -1.5rem !important;
}
.wpb-shortcode-wrapper .mt-n5 {
    margin-top: -2rem !important;
}
.wpb-shortcode-wrapper .me-n1 {
    margin-right: -0.25rem !important;
}
.wpb-shortcode-wrapper .me-n2 {
    margin-right: -0.5rem !important;
}
.wpb-shortcode-wrapper .me-n3 {
    margin-right: -1rem !important;
}
.wpb-shortcode-wrapper .me-n4 {
    margin-right: -1.5rem !important;
}
.wpb-shortcode-wrapper .me-n5 {
    margin-right: -2rem !important;
}
.wpb-shortcode-wrapper .mb-n1 {
    margin-bottom: -0.25rem !important;
}
.wpb-shortcode-wrapper .mb-n2 {
    margin-bottom: -0.5rem !important;
}
.wpb-shortcode-wrapper .mb-n3 {
    margin-bottom: -1rem !important;
}
.wpb-shortcode-wrapper .mb-n4 {
    margin-bottom: -1.5rem !important;
}
.wpb-shortcode-wrapper .mb-n5 {
    margin-bottom: -2rem !important;
}
.wpb-shortcode-wrapper .ms-n1 {
    margin-left: -0.25rem !important;
}
.wpb-shortcode-wrapper .ms-n2 {
    margin-left: -0.5rem !important;
}
.wpb-shortcode-wrapper .ms-n3 {
    margin-left: -1rem !important;
}
.wpb-shortcode-wrapper .ms-n4 {
    margin-left: -1.5rem !important;
}
.wpb-shortcode-wrapper .ms-n5 {
    margin-left: -2rem !important;
}
.wpb-shortcode-wrapper .p-0 {
    padding: 0 !important;
}
.wpb-shortcode-wrapper .p-1 {
    padding: 0.25rem !important;
}
.wpb-shortcode-wrapper .p-2 {
    padding: 0.5rem !important;
}
.wpb-shortcode-wrapper .p-3 {
    padding: 1rem !important;
}
.wpb-shortcode-wrapper .p-4 {
    padding: 1.5rem !important;
}
.wpb-shortcode-wrapper .p-5 {
    padding: 2rem !important;
}
.wpb-shortcode-wrapper .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.wpb-shortcode-wrapper .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.wpb-shortcode-wrapper .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.wpb-shortcode-wrapper .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.wpb-shortcode-wrapper .px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.wpb-shortcode-wrapper .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.wpb-shortcode-wrapper .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.wpb-shortcode-wrapper .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.wpb-shortcode-wrapper .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.wpb-shortcode-wrapper .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.wpb-shortcode-wrapper .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.wpb-shortcode-wrapper .pt-0 {
    padding-top: 0 !important;
}
.wpb-shortcode-wrapper .pt-1 {
    padding-top: 0.25rem !important;
}
.wpb-shortcode-wrapper .pt-2 {
    padding-top: 0.5rem !important;
}
.wpb-shortcode-wrapper .pt-3 {
    padding-top: 1rem !important;
}
.wpb-shortcode-wrapper .pt-4 {
    padding-top: 1.5rem !important;
}
.wpb-shortcode-wrapper .pt-5 {
    padding-top: 2rem !important;
}
.wpb-shortcode-wrapper .pe-0 {
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper .pe-1 {
    padding-right: 0.25rem !important;
}
.wpb-shortcode-wrapper .pe-2 {
    padding-right: 0.5rem !important;
}
.wpb-shortcode-wrapper .pe-3 {
    padding-right: 1rem !important;
}
.wpb-shortcode-wrapper .pe-4 {
    padding-right: 1.5rem !important;
}
.wpb-shortcode-wrapper .pe-5 {
    padding-right: 2rem !important;
}
.wpb-shortcode-wrapper .pb-0 {
    padding-bottom: 0 !important;
}
.wpb-shortcode-wrapper .pb-1 {
    padding-bottom: 0.25rem !important;
}
.wpb-shortcode-wrapper .pb-2 {
    padding-bottom: 0.5rem !important;
}
.wpb-shortcode-wrapper .pb-3 {
    padding-bottom: 1rem !important;
}
.wpb-shortcode-wrapper .pb-4 {
    padding-bottom: 1.5rem !important;
}
.wpb-shortcode-wrapper .pb-5 {
    padding-bottom: 2rem !important;
}
.wpb-shortcode-wrapper .ps-0 {
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper .ps-1 {
    padding-left: 0.25rem !important;
}
.wpb-shortcode-wrapper .ps-2 {
    padding-left: 0.5rem !important;
}
.wpb-shortcode-wrapper .ps-3 {
    padding-left: 1rem !important;
}
.wpb-shortcode-wrapper .ps-4 {
    padding-left: 1.5rem !important;
}
.wpb-shortcode-wrapper .ps-5 {
    padding-left: 2rem !important;
}
.wpb-shortcode-wrapper .gap-0 {
    gap: 0 !important;
}
.wpb-shortcode-wrapper .gap-1 {
    gap: 0.25rem !important;
}
.wpb-shortcode-wrapper .gap-2 {
    gap: 0.5rem !important;
}
.wpb-shortcode-wrapper .gap-3 {
    gap: 1rem !important;
}
.wpb-shortcode-wrapper .gap-4 {
    gap: 1.5rem !important;
}
.wpb-shortcode-wrapper .gap-5 {
    gap: 2rem !important;
}
.wpb-shortcode-wrapper .row-gap-0 {
    row-gap: 0 !important;
}
.wpb-shortcode-wrapper .row-gap-1 {
    row-gap: 0.25rem !important;
}
.wpb-shortcode-wrapper .row-gap-2 {
    row-gap: 0.5rem !important;
}
.wpb-shortcode-wrapper .row-gap-3 {
    row-gap: 1rem !important;
}
.wpb-shortcode-wrapper .row-gap-4 {
    row-gap: 1.5rem !important;
}
.wpb-shortcode-wrapper .row-gap-5 {
    row-gap: 2rem !important;
}
.wpb-shortcode-wrapper .column-gap-0 {
    column-gap: 0 !important;
}
.wpb-shortcode-wrapper .column-gap-1 {
    column-gap: 0.25rem !important;
}
.wpb-shortcode-wrapper .column-gap-2 {
    column-gap: 0.5rem !important;
}
.wpb-shortcode-wrapper .column-gap-3 {
    column-gap: 1rem !important;
}
.wpb-shortcode-wrapper .column-gap-4 {
    column-gap: 1.5rem !important;
}
.wpb-shortcode-wrapper .column-gap-5 {
    column-gap: 2rem !important;
}
.wpb-shortcode-wrapper .font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.wpb-shortcode-wrapper .fs-1 {
    font-size: calc(1.3125rem + 0.75vw) !important;
}
.wpb-shortcode-wrapper .fs-2 {
    font-size: calc(1.2813rem + 0.3756vw) !important;
}
.wpb-shortcode-wrapper .fs-3 {
    font-size: calc(1.2688rem + 0.2256vw) !important;
}
.wpb-shortcode-wrapper .fs-4 {
    font-size: 1.25rem !important;
}
.wpb-shortcode-wrapper .fs-5 {
    font-size: 1.125rem !important;
}
.wpb-shortcode-wrapper .fs-6 {
    font-size: 1rem !important;
}
.wpb-shortcode-wrapper .fst-italic {
    font-style: italic !important;
}
.wpb-shortcode-wrapper .fst-normal {
    font-style: normal !important;
}
.wpb-shortcode-wrapper .fw-lighter {
    font-weight: lighter !important;
}
.wpb-shortcode-wrapper .fw-light {
    font-weight: 300 !important;
}
.wpb-shortcode-wrapper .fw-normal {
    font-weight: 400 !important;
}
.wpb-shortcode-wrapper .fw-medium {
    font-weight: 500 !important;
}
.wpb-shortcode-wrapper .fw-semibold {
    font-weight: 600 !important;
}
.wpb-shortcode-wrapper .fw-bold {
    font-weight: 700 !important;
}
.wpb-shortcode-wrapper .fw-bolder {
    font-weight: bolder !important;
}
.wpb-shortcode-wrapper .lh-1 {
    line-height: 1 !important;
}
.wpb-shortcode-wrapper .lh-sm {
    line-height: 1.25 !important;
}
.wpb-shortcode-wrapper .lh-base {
    line-height: 1.5 !important;
}
.wpb-shortcode-wrapper .lh-lg {
    line-height: 2 !important;
}
.wpb-shortcode-wrapper .text-start {
    text-align: left !important;
}
.wpb-shortcode-wrapper .text-end {
    text-align: right !important;
}
.wpb-shortcode-wrapper .text-center {
    text-align: center !important;
}
.wpb-shortcode-wrapper .text-decoration-none {
    text-decoration: none !important;
}
.wpb-shortcode-wrapper .text-decoration-underline {
    text-decoration: underline !important;
}
.wpb-shortcode-wrapper .text-decoration-line-through {
    text-decoration: line-through !important;
}
.wpb-shortcode-wrapper .text-lowercase {
    text-transform: lowercase !important;
}
.wpb-shortcode-wrapper .text-uppercase {
    text-transform: uppercase !important;
}
.wpb-shortcode-wrapper .text-capitalize {
    text-transform: capitalize !important;
}
.wpb-shortcode-wrapper .text-wrap {
    white-space: normal !important;
}
.wpb-shortcode-wrapper .text-nowrap {
    white-space: nowrap !important;
}
.wpb-shortcode-wrapper .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.wpb-shortcode-wrapper .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-gray {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-gray-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-gray-dark-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.wpb-shortcode-wrapper .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.wpb-shortcode-wrapper .text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080 !important;
}
.wpb-shortcode-wrapper .text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80 !important;
}
.wpb-shortcode-wrapper .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.wpb-shortcode-wrapper .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
}
.wpb-shortcode-wrapper .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
}
.wpb-shortcode-wrapper .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.wpb-shortcode-wrapper .text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.wpb-shortcode-wrapper .text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.wpb-shortcode-wrapper .text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.wpb-shortcode-wrapper .text-opacity-100 {
    --bs-text-opacity: 1;
}
.wpb-shortcode-wrapper .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
}
.wpb-shortcode-wrapper .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
}
.wpb-shortcode-wrapper .link-opacity-10,
.wpb-shortcode-wrapper .link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1;
}
.wpb-shortcode-wrapper .link-opacity-25,
.wpb-shortcode-wrapper .link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25;
}
.wpb-shortcode-wrapper .link-opacity-50,
.wpb-shortcode-wrapper .link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5;
}
.wpb-shortcode-wrapper .link-opacity-75,
.wpb-shortcode-wrapper .link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75;
}
.wpb-shortcode-wrapper .link-opacity-100,
.wpb-shortcode-wrapper .link-opacity-100-hover:hover {
    --bs-link-opacity: 1;
}
.wpb-shortcode-wrapper .link-offset-1,
.wpb-shortcode-wrapper .link-offset-1-hover:hover {
    text-underline-offset: 0.125em !important;
}
.wpb-shortcode-wrapper .link-offset-2,
.wpb-shortcode-wrapper .link-offset-2-hover:hover {
    text-underline-offset: 0.25em !important;
}
.wpb-shortcode-wrapper .link-offset-3,
.wpb-shortcode-wrapper .link-offset-3-hover:hover {
    text-underline-offset: 0.375em !important;
}
.wpb-shortcode-wrapper .link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-gray {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline-gray-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-gray-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.wpb-shortcode-wrapper .link-underline {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.wpb-shortcode-wrapper .link-underline-opacity-0,
.wpb-shortcode-wrapper .link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0;
}
.wpb-shortcode-wrapper .link-underline-opacity-10,
.wpb-shortcode-wrapper .link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1;
}
.wpb-shortcode-wrapper .link-underline-opacity-25,
.wpb-shortcode-wrapper .link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25;
}
.wpb-shortcode-wrapper .link-underline-opacity-50,
.wpb-shortcode-wrapper .link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5;
}
.wpb-shortcode-wrapper .link-underline-opacity-75,
.wpb-shortcode-wrapper .link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75;
}
.wpb-shortcode-wrapper .link-underline-opacity-100,
.wpb-shortcode-wrapper .link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1;
}
.wpb-shortcode-wrapper .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-gray {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-gray-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.wpb-shortcode-wrapper .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.wpb-shortcode-wrapper .bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.wpb-shortcode-wrapper .bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.wpb-shortcode-wrapper .bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.wpb-shortcode-wrapper .bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.wpb-shortcode-wrapper .bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.wpb-shortcode-wrapper .bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
}
.wpb-shortcode-wrapper .bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.wpb-shortcode-wrapper .user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}
.wpb-shortcode-wrapper .user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}
.wpb-shortcode-wrapper .user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
}
.wpb-shortcode-wrapper .pe-none {
    pointer-events: none !important;
}
.wpb-shortcode-wrapper .pe-auto {
    pointer-events: auto !important;
}
.wpb-shortcode-wrapper .rounded {
    border-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-0 {
    border-radius: 0 !important;
}
.wpb-shortcode-wrapper .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}
.wpb-shortcode-wrapper .rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}
.wpb-shortcode-wrapper .rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}
.wpb-shortcode-wrapper .rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important;
}
.wpb-shortcode-wrapper .rounded-circle {
    border-radius: 50% !important;
}
.wpb-shortcode-wrapper .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}
.wpb-shortcode-wrapper .rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.wpb-shortcode-wrapper .rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.wpb-shortcode-wrapper .rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.wpb-shortcode-wrapper .rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.wpb-shortcode-wrapper .rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.wpb-shortcode-wrapper .rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.wpb-shortcode-wrapper .rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.wpb-shortcode-wrapper .rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.wpb-shortcode-wrapper .rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.wpb-shortcode-wrapper .rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.wpb-shortcode-wrapper .rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.wpb-shortcode-wrapper .rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.wpb-shortcode-wrapper .rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.wpb-shortcode-wrapper .rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.wpb-shortcode-wrapper .rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.wpb-shortcode-wrapper .rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.wpb-shortcode-wrapper .rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.wpb-shortcode-wrapper .rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.wpb-shortcode-wrapper .rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.wpb-shortcode-wrapper .rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.wpb-shortcode-wrapper .rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.wpb-shortcode-wrapper .rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.wpb-shortcode-wrapper .rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.wpb-shortcode-wrapper .rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
}
.wpb-shortcode-wrapper .rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.wpb-shortcode-wrapper .rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.wpb-shortcode-wrapper .rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.wpb-shortcode-wrapper .rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}
.wpb-shortcode-wrapper .rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.wpb-shortcode-wrapper .visible {
    visibility: visible !important;
}
.wpb-shortcode-wrapper .invisible {
    visibility: hidden !important;
}
.wpb-shortcode-wrapper .z-n1 {
    z-index: -1 !important;
}
.wpb-shortcode-wrapper .z-0 {
    z-index: 0 !important;
}
.wpb-shortcode-wrapper .z-1 {
    z-index: 1 !important;
}
.wpb-shortcode-wrapper .z-2 {
    z-index: 2 !important;
}
.wpb-shortcode-wrapper .z-3 {
    z-index: 3 !important;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper .float-sm-start {
        float: left !important;
    }
    .wpb-shortcode-wrapper .float-sm-end {
        float: right !important;
    }
    .wpb-shortcode-wrapper .float-sm-none {
        float: none !important;
    }
    .wpb-shortcode-wrapper .object-fit-sm-contain {
        object-fit: contain !important;
    }
    .wpb-shortcode-wrapper .object-fit-sm-cover {
        object-fit: cover !important;
    }
    .wpb-shortcode-wrapper .object-fit-sm-fill {
        object-fit: fill !important;
    }
    .wpb-shortcode-wrapper .object-fit-sm-scale {
        object-fit: scale-down !important;
    }
    .wpb-shortcode-wrapper .object-fit-sm-none {
        object-fit: none !important;
    }
    .wpb-shortcode-wrapper .d-sm-inline {
        display: inline !important;
    }
    .wpb-shortcode-wrapper .d-sm-inline-block {
        display: inline-block !important;
    }
    .wpb-shortcode-wrapper .d-sm-block {
        display: block !important;
    }
    .wpb-shortcode-wrapper .d-sm-grid {
        display: grid !important;
    }
    .wpb-shortcode-wrapper .d-sm-inline-grid {
        display: inline-grid !important;
    }
    .wpb-shortcode-wrapper .d-sm-table {
        display: table !important;
    }
    .wpb-shortcode-wrapper .d-sm-table-row {
        display: table-row !important;
    }
    .wpb-shortcode-wrapper .d-sm-table-cell {
        display: table-cell !important;
    }
    .wpb-shortcode-wrapper .d-sm-flex {
        display: flex !important;
    }
    .wpb-shortcode-wrapper .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .wpb-shortcode-wrapper .d-sm-none {
        display: none !important;
    }
    .wpb-shortcode-wrapper .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .wpb-shortcode-wrapper .flex-sm-row {
        flex-direction: row !important;
    }
    .wpb-shortcode-wrapper .flex-sm-column {
        flex-direction: column !important;
    }
    .wpb-shortcode-wrapper .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .wpb-shortcode-wrapper .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .wpb-shortcode-wrapper .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .wpb-shortcode-wrapper .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .justify-content-sm-center {
        justify-content: center !important;
    }
    .wpb-shortcode-wrapper .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .wpb-shortcode-wrapper .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .wpb-shortcode-wrapper .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .wpb-shortcode-wrapper .align-items-sm-start {
        align-items: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-items-sm-end {
        align-items: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-items-sm-center {
        align-items: center !important;
    }
    .wpb-shortcode-wrapper .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .wpb-shortcode-wrapper .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .wpb-shortcode-wrapper .align-content-sm-start {
        align-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-content-sm-end {
        align-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-content-sm-center {
        align-content: center !important;
    }
    .wpb-shortcode-wrapper .align-content-sm-between {
        align-content: space-between !important;
    }
    .wpb-shortcode-wrapper .align-content-sm-around {
        align-content: space-around !important;
    }
    .wpb-shortcode-wrapper .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .wpb-shortcode-wrapper .align-self-sm-auto {
        align-self: auto !important;
    }
    .wpb-shortcode-wrapper .align-self-sm-start {
        align-self: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-self-sm-end {
        align-self: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-self-sm-center {
        align-self: center !important;
    }
    .wpb-shortcode-wrapper .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .wpb-shortcode-wrapper .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .wpb-shortcode-wrapper .order-sm-first {
        order: -1 !important;
    }
    .wpb-shortcode-wrapper .order-sm-0 {
        order: 0 !important;
    }
    .wpb-shortcode-wrapper .order-sm-1 {
        order: 1 !important;
    }
    .wpb-shortcode-wrapper .order-sm-2 {
        order: 2 !important;
    }
    .wpb-shortcode-wrapper .order-sm-3 {
        order: 3 !important;
    }
    .wpb-shortcode-wrapper .order-sm-4 {
        order: 4 !important;
    }
    .wpb-shortcode-wrapper .order-sm-5 {
        order: 5 !important;
    }
    .wpb-shortcode-wrapper .order-sm-last {
        order: 6 !important;
    }
    .wpb-shortcode-wrapper .m-sm-0 {
        margin: 0 !important;
    }
    .wpb-shortcode-wrapper .m-sm-1 {
        margin: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-2 {
        margin: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-3 {
        margin: 1rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-4 {
        margin: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-5 {
        margin: 2rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-auto {
        margin: auto !important;
    }
    .wpb-shortcode-wrapper .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .mt-sm-0 {
        margin-top: 0 !important;
    }
    .wpb-shortcode-wrapper .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-5 {
        margin-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-auto {
        margin-top: auto !important;
    }
    .wpb-shortcode-wrapper .me-sm-0 {
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-3 {
        margin-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-5 {
        margin-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-auto {
        margin-right: auto !important;
    }
    .wpb-shortcode-wrapper .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-5 {
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .ms-sm-0 {
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-5 {
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-auto {
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-n3 {
        margin: -1rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-sm-n5 {
        margin: -2rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-sm-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-sm-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-n3 {
        margin-top: -1rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-sm-n5 {
        margin-top: -2rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-n3 {
        margin-right: -1rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-sm-n5 {
        margin-right: -2rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-sm-n5 {
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-n3 {
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-sm-n5 {
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .p-sm-0 {
        padding: 0 !important;
    }
    .wpb-shortcode-wrapper .p-sm-1 {
        padding: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .p-sm-2 {
        padding: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .p-sm-3 {
        padding: 1rem !important;
    }
    .wpb-shortcode-wrapper .p-sm-4 {
        padding: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .p-sm-5 {
        padding: 2rem !important;
    }
    .wpb-shortcode-wrapper .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .px-sm-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .py-sm-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .pt-sm-0 {
        padding-top: 0 !important;
    }
    .wpb-shortcode-wrapper .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-sm-5 {
        padding-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .pe-sm-0 {
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-sm-5 {
        padding-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-sm-5 {
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .ps-sm-0 {
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-sm-5 {
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .gap-sm-0 {
        gap: 0 !important;
    }
    .wpb-shortcode-wrapper .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-sm-3 {
        gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-sm-5 {
        gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-sm-5 {
        row-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-sm-0 {
        column-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .column-gap-sm-1 {
        column-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-sm-2 {
        column-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-sm-3 {
        column-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-sm-4 {
        column-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-sm-5 {
        column-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .text-sm-start {
        text-align: left !important;
    }
    .wpb-shortcode-wrapper .text-sm-end {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper .float-md-start {
        float: left !important;
    }
    .wpb-shortcode-wrapper .float-md-end {
        float: right !important;
    }
    .wpb-shortcode-wrapper .float-md-none {
        float: none !important;
    }
    .wpb-shortcode-wrapper .object-fit-md-contain {
        object-fit: contain !important;
    }
    .wpb-shortcode-wrapper .object-fit-md-cover {
        object-fit: cover !important;
    }
    .wpb-shortcode-wrapper .object-fit-md-fill {
        object-fit: fill !important;
    }
    .wpb-shortcode-wrapper .object-fit-md-scale {
        object-fit: scale-down !important;
    }
    .wpb-shortcode-wrapper .object-fit-md-none {
        object-fit: none !important;
    }
    .wpb-shortcode-wrapper .d-md-inline {
        display: inline !important;
    }
    .wpb-shortcode-wrapper .d-md-inline-block {
        display: inline-block !important;
    }
    .wpb-shortcode-wrapper .d-md-block {
        display: block !important;
    }
    .wpb-shortcode-wrapper .d-md-grid {
        display: grid !important;
    }
    .wpb-shortcode-wrapper .d-md-inline-grid {
        display: inline-grid !important;
    }
    .wpb-shortcode-wrapper .d-md-table {
        display: table !important;
    }
    .wpb-shortcode-wrapper .d-md-table-row {
        display: table-row !important;
    }
    .wpb-shortcode-wrapper .d-md-table-cell {
        display: table-cell !important;
    }
    .wpb-shortcode-wrapper .d-md-flex {
        display: flex !important;
    }
    .wpb-shortcode-wrapper .d-md-inline-flex {
        display: inline-flex !important;
    }
    .wpb-shortcode-wrapper .d-md-none {
        display: none !important;
    }
    .wpb-shortcode-wrapper .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .wpb-shortcode-wrapper .flex-md-row {
        flex-direction: row !important;
    }
    .wpb-shortcode-wrapper .flex-md-column {
        flex-direction: column !important;
    }
    .wpb-shortcode-wrapper .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .wpb-shortcode-wrapper .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .wpb-shortcode-wrapper .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .wpb-shortcode-wrapper .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .justify-content-md-center {
        justify-content: center !important;
    }
    .wpb-shortcode-wrapper .justify-content-md-between {
        justify-content: space-between !important;
    }
    .wpb-shortcode-wrapper .justify-content-md-around {
        justify-content: space-around !important;
    }
    .wpb-shortcode-wrapper .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .wpb-shortcode-wrapper .align-items-md-start {
        align-items: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-items-md-end {
        align-items: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-items-md-center {
        align-items: center !important;
    }
    .wpb-shortcode-wrapper .align-items-md-baseline {
        align-items: baseline !important;
    }
    .wpb-shortcode-wrapper .align-items-md-stretch {
        align-items: stretch !important;
    }
    .wpb-shortcode-wrapper .align-content-md-start {
        align-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-content-md-end {
        align-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-content-md-center {
        align-content: center !important;
    }
    .wpb-shortcode-wrapper .align-content-md-between {
        align-content: space-between !important;
    }
    .wpb-shortcode-wrapper .align-content-md-around {
        align-content: space-around !important;
    }
    .wpb-shortcode-wrapper .align-content-md-stretch {
        align-content: stretch !important;
    }
    .wpb-shortcode-wrapper .align-self-md-auto {
        align-self: auto !important;
    }
    .wpb-shortcode-wrapper .align-self-md-start {
        align-self: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-self-md-end {
        align-self: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-self-md-center {
        align-self: center !important;
    }
    .wpb-shortcode-wrapper .align-self-md-baseline {
        align-self: baseline !important;
    }
    .wpb-shortcode-wrapper .align-self-md-stretch {
        align-self: stretch !important;
    }
    .wpb-shortcode-wrapper .order-md-first {
        order: -1 !important;
    }
    .wpb-shortcode-wrapper .order-md-0 {
        order: 0 !important;
    }
    .wpb-shortcode-wrapper .order-md-1 {
        order: 1 !important;
    }
    .wpb-shortcode-wrapper .order-md-2 {
        order: 2 !important;
    }
    .wpb-shortcode-wrapper .order-md-3 {
        order: 3 !important;
    }
    .wpb-shortcode-wrapper .order-md-4 {
        order: 4 !important;
    }
    .wpb-shortcode-wrapper .order-md-5 {
        order: 5 !important;
    }
    .wpb-shortcode-wrapper .order-md-last {
        order: 6 !important;
    }
    .wpb-shortcode-wrapper .m-md-0 {
        margin: 0 !important;
    }
    .wpb-shortcode-wrapper .m-md-1 {
        margin: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-md-2 {
        margin: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-md-3 {
        margin: 1rem !important;
    }
    .wpb-shortcode-wrapper .m-md-4 {
        margin: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-md-5 {
        margin: 2rem !important;
    }
    .wpb-shortcode-wrapper .m-md-auto {
        margin: auto !important;
    }
    .wpb-shortcode-wrapper .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-md-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .mt-md-0 {
        margin-top: 0 !important;
    }
    .wpb-shortcode-wrapper .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-3 {
        margin-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-5 {
        margin-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-auto {
        margin-top: auto !important;
    }
    .wpb-shortcode-wrapper .me-md-0 {
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-md-3 {
        margin-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-md-5 {
        margin-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .me-md-auto {
        margin-right: auto !important;
    }
    .wpb-shortcode-wrapper .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-5 {
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-auto {
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .ms-md-0 {
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-3 {
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-5 {
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-auto {
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .m-md-n1 {
        margin: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-md-n2 {
        margin: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-md-n3 {
        margin: -1rem !important;
    }
    .wpb-shortcode-wrapper .m-md-n4 {
        margin: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-md-n5 {
        margin: -2rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-md-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-md-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-n1 {
        margin-top: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-n2 {
        margin-top: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-n3 {
        margin-top: -1rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-n4 {
        margin-top: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-md-n5 {
        margin-top: -2rem !important;
    }
    .wpb-shortcode-wrapper .me-md-n1 {
        margin-right: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-md-n2 {
        margin-right: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-md-n3 {
        margin-right: -1rem !important;
    }
    .wpb-shortcode-wrapper .me-md-n4 {
        margin-right: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-md-n5 {
        margin-right: -2rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-n3 {
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-md-n5 {
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-n1 {
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-n2 {
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-n3 {
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-n4 {
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-md-n5 {
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .p-md-0 {
        padding: 0 !important;
    }
    .wpb-shortcode-wrapper .p-md-1 {
        padding: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .p-md-2 {
        padding: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .p-md-3 {
        padding: 1rem !important;
    }
    .wpb-shortcode-wrapper .p-md-4 {
        padding: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .p-md-5 {
        padding: 2rem !important;
    }
    .wpb-shortcode-wrapper .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .px-md-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .py-md-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .pt-md-0 {
        padding-top: 0 !important;
    }
    .wpb-shortcode-wrapper .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-md-3 {
        padding-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-md-5 {
        padding-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .pe-md-0 {
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-md-3 {
        padding-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-md-5 {
        padding-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-md-5 {
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .ps-md-0 {
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-md-3 {
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-md-5 {
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .gap-md-0 {
        gap: 0 !important;
    }
    .wpb-shortcode-wrapper .gap-md-1 {
        gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .gap-md-2 {
        gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-md-3 {
        gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .gap-md-4 {
        gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-md-5 {
        gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-md-5 {
        row-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-md-0 {
        column-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .column-gap-md-1 {
        column-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-md-2 {
        column-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-md-3 {
        column-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-md-4 {
        column-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-md-5 {
        column-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .text-md-start {
        text-align: left !important;
    }
    .wpb-shortcode-wrapper .text-md-end {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .float-lg-start {
        float: left !important;
    }
    .wpb-shortcode-wrapper .float-lg-end {
        float: right !important;
    }
    .wpb-shortcode-wrapper .float-lg-none {
        float: none !important;
    }
    .wpb-shortcode-wrapper .object-fit-lg-contain {
        object-fit: contain !important;
    }
    .wpb-shortcode-wrapper .object-fit-lg-cover {
        object-fit: cover !important;
    }
    .wpb-shortcode-wrapper .object-fit-lg-fill {
        object-fit: fill !important;
    }
    .wpb-shortcode-wrapper .object-fit-lg-scale {
        object-fit: scale-down !important;
    }
    .wpb-shortcode-wrapper .object-fit-lg-none {
        object-fit: none !important;
    }
    .wpb-shortcode-wrapper .d-lg-inline {
        display: inline !important;
    }
    .wpb-shortcode-wrapper .d-lg-inline-block {
        display: inline-block !important;
    }
    .wpb-shortcode-wrapper .d-lg-block {
        display: block !important;
    }
    .wpb-shortcode-wrapper .d-lg-grid {
        display: grid !important;
    }
    .wpb-shortcode-wrapper .d-lg-inline-grid {
        display: inline-grid !important;
    }
    .wpb-shortcode-wrapper .d-lg-table {
        display: table !important;
    }
    .wpb-shortcode-wrapper .d-lg-table-row {
        display: table-row !important;
    }
    .wpb-shortcode-wrapper .d-lg-table-cell {
        display: table-cell !important;
    }
    .wpb-shortcode-wrapper .d-lg-flex {
        display: flex !important;
    }
    .wpb-shortcode-wrapper .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .wpb-shortcode-wrapper .d-lg-none {
        display: none !important;
    }
    .wpb-shortcode-wrapper .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .wpb-shortcode-wrapper .flex-lg-row {
        flex-direction: row !important;
    }
    .wpb-shortcode-wrapper .flex-lg-column {
        flex-direction: column !important;
    }
    .wpb-shortcode-wrapper .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .wpb-shortcode-wrapper .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .wpb-shortcode-wrapper .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .wpb-shortcode-wrapper .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .justify-content-lg-center {
        justify-content: center !important;
    }
    .wpb-shortcode-wrapper .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .wpb-shortcode-wrapper .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .wpb-shortcode-wrapper .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .wpb-shortcode-wrapper .align-items-lg-start {
        align-items: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-items-lg-end {
        align-items: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-items-lg-center {
        align-items: center !important;
    }
    .wpb-shortcode-wrapper .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .wpb-shortcode-wrapper .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .wpb-shortcode-wrapper .align-content-lg-start {
        align-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-content-lg-end {
        align-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-content-lg-center {
        align-content: center !important;
    }
    .wpb-shortcode-wrapper .align-content-lg-between {
        align-content: space-between !important;
    }
    .wpb-shortcode-wrapper .align-content-lg-around {
        align-content: space-around !important;
    }
    .wpb-shortcode-wrapper .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .wpb-shortcode-wrapper .align-self-lg-auto {
        align-self: auto !important;
    }
    .wpb-shortcode-wrapper .align-self-lg-start {
        align-self: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-self-lg-end {
        align-self: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-self-lg-center {
        align-self: center !important;
    }
    .wpb-shortcode-wrapper .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .wpb-shortcode-wrapper .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .wpb-shortcode-wrapper .order-lg-first {
        order: -1 !important;
    }
    .wpb-shortcode-wrapper .order-lg-0 {
        order: 0 !important;
    }
    .wpb-shortcode-wrapper .order-lg-1 {
        order: 1 !important;
    }
    .wpb-shortcode-wrapper .order-lg-2 {
        order: 2 !important;
    }
    .wpb-shortcode-wrapper .order-lg-3 {
        order: 3 !important;
    }
    .wpb-shortcode-wrapper .order-lg-4 {
        order: 4 !important;
    }
    .wpb-shortcode-wrapper .order-lg-5 {
        order: 5 !important;
    }
    .wpb-shortcode-wrapper .order-lg-last {
        order: 6 !important;
    }
    .wpb-shortcode-wrapper .m-lg-0 {
        margin: 0 !important;
    }
    .wpb-shortcode-wrapper .m-lg-1 {
        margin: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-2 {
        margin: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-3 {
        margin: 1rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-4 {
        margin: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-5 {
        margin: 2rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-auto {
        margin: auto !important;
    }
    .wpb-shortcode-wrapper .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .mt-lg-0 {
        margin-top: 0 !important;
    }
    .wpb-shortcode-wrapper .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-5 {
        margin-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-auto {
        margin-top: auto !important;
    }
    .wpb-shortcode-wrapper .me-lg-0 {
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-3 {
        margin-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-5 {
        margin-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-auto {
        margin-right: auto !important;
    }
    .wpb-shortcode-wrapper .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-5 {
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .ms-lg-0 {
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-5 {
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-auto {
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-n3 {
        margin: -1rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-lg-n5 {
        margin: -2rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-lg-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-lg-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-n3 {
        margin-top: -1rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-lg-n5 {
        margin-top: -2rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-n3 {
        margin-right: -1rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-lg-n5 {
        margin-right: -2rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-lg-n5 {
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-n3 {
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-lg-n5 {
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .p-lg-0 {
        padding: 0 !important;
    }
    .wpb-shortcode-wrapper .p-lg-1 {
        padding: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .p-lg-2 {
        padding: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .p-lg-3 {
        padding: 1rem !important;
    }
    .wpb-shortcode-wrapper .p-lg-4 {
        padding: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .p-lg-5 {
        padding: 2rem !important;
    }
    .wpb-shortcode-wrapper .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .px-lg-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .py-lg-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .pt-lg-0 {
        padding-top: 0 !important;
    }
    .wpb-shortcode-wrapper .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-lg-5 {
        padding-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .pe-lg-0 {
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-lg-5 {
        padding-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-lg-5 {
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .ps-lg-0 {
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-lg-5 {
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .gap-lg-0 {
        gap: 0 !important;
    }
    .wpb-shortcode-wrapper .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-lg-3 {
        gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-lg-5 {
        gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-lg-5 {
        row-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-lg-0 {
        column-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .column-gap-lg-1 {
        column-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-lg-2 {
        column-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-lg-3 {
        column-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-lg-4 {
        column-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-lg-5 {
        column-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .text-lg-start {
        text-align: left !important;
    }
    .wpb-shortcode-wrapper .text-lg-end {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .float-xl-start {
        float: left !important;
    }
    .wpb-shortcode-wrapper .float-xl-end {
        float: right !important;
    }
    .wpb-shortcode-wrapper .float-xl-none {
        float: none !important;
    }
    .wpb-shortcode-wrapper .object-fit-xl-contain {
        object-fit: contain !important;
    }
    .wpb-shortcode-wrapper .object-fit-xl-cover {
        object-fit: cover !important;
    }
    .wpb-shortcode-wrapper .object-fit-xl-fill {
        object-fit: fill !important;
    }
    .wpb-shortcode-wrapper .object-fit-xl-scale {
        object-fit: scale-down !important;
    }
    .wpb-shortcode-wrapper .object-fit-xl-none {
        object-fit: none !important;
    }
    .wpb-shortcode-wrapper .d-xl-inline {
        display: inline !important;
    }
    .wpb-shortcode-wrapper .d-xl-inline-block {
        display: inline-block !important;
    }
    .wpb-shortcode-wrapper .d-xl-block {
        display: block !important;
    }
    .wpb-shortcode-wrapper .d-xl-grid {
        display: grid !important;
    }
    .wpb-shortcode-wrapper .d-xl-inline-grid {
        display: inline-grid !important;
    }
    .wpb-shortcode-wrapper .d-xl-table {
        display: table !important;
    }
    .wpb-shortcode-wrapper .d-xl-table-row {
        display: table-row !important;
    }
    .wpb-shortcode-wrapper .d-xl-table-cell {
        display: table-cell !important;
    }
    .wpb-shortcode-wrapper .d-xl-flex {
        display: flex !important;
    }
    .wpb-shortcode-wrapper .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .wpb-shortcode-wrapper .d-xl-none {
        display: none !important;
    }
    .wpb-shortcode-wrapper .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .wpb-shortcode-wrapper .flex-xl-row {
        flex-direction: row !important;
    }
    .wpb-shortcode-wrapper .flex-xl-column {
        flex-direction: column !important;
    }
    .wpb-shortcode-wrapper .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .wpb-shortcode-wrapper .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .wpb-shortcode-wrapper .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .wpb-shortcode-wrapper .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .justify-content-xl-center {
        justify-content: center !important;
    }
    .wpb-shortcode-wrapper .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .wpb-shortcode-wrapper .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .wpb-shortcode-wrapper .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .wpb-shortcode-wrapper .align-items-xl-start {
        align-items: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-items-xl-end {
        align-items: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-items-xl-center {
        align-items: center !important;
    }
    .wpb-shortcode-wrapper .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .wpb-shortcode-wrapper .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .wpb-shortcode-wrapper .align-content-xl-start {
        align-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-content-xl-end {
        align-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-content-xl-center {
        align-content: center !important;
    }
    .wpb-shortcode-wrapper .align-content-xl-between {
        align-content: space-between !important;
    }
    .wpb-shortcode-wrapper .align-content-xl-around {
        align-content: space-around !important;
    }
    .wpb-shortcode-wrapper .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .wpb-shortcode-wrapper .align-self-xl-auto {
        align-self: auto !important;
    }
    .wpb-shortcode-wrapper .align-self-xl-start {
        align-self: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-self-xl-end {
        align-self: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-self-xl-center {
        align-self: center !important;
    }
    .wpb-shortcode-wrapper .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .wpb-shortcode-wrapper .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .wpb-shortcode-wrapper .order-xl-first {
        order: -1 !important;
    }
    .wpb-shortcode-wrapper .order-xl-0 {
        order: 0 !important;
    }
    .wpb-shortcode-wrapper .order-xl-1 {
        order: 1 !important;
    }
    .wpb-shortcode-wrapper .order-xl-2 {
        order: 2 !important;
    }
    .wpb-shortcode-wrapper .order-xl-3 {
        order: 3 !important;
    }
    .wpb-shortcode-wrapper .order-xl-4 {
        order: 4 !important;
    }
    .wpb-shortcode-wrapper .order-xl-5 {
        order: 5 !important;
    }
    .wpb-shortcode-wrapper .order-xl-last {
        order: 6 !important;
    }
    .wpb-shortcode-wrapper .m-xl-0 {
        margin: 0 !important;
    }
    .wpb-shortcode-wrapper .m-xl-1 {
        margin: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-2 {
        margin: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-3 {
        margin: 1rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-4 {
        margin: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-5 {
        margin: 2rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-auto {
        margin: auto !important;
    }
    .wpb-shortcode-wrapper .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .mt-xl-0 {
        margin-top: 0 !important;
    }
    .wpb-shortcode-wrapper .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-5 {
        margin-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-auto {
        margin-top: auto !important;
    }
    .wpb-shortcode-wrapper .me-xl-0 {
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-3 {
        margin-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-5 {
        margin-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-auto {
        margin-right: auto !important;
    }
    .wpb-shortcode-wrapper .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-5 {
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .ms-xl-0 {
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-5 {
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-auto {
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-n3 {
        margin: -1rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xl-n5 {
        margin: -2rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xl-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xl-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-n3 {
        margin-top: -1rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xl-n5 {
        margin-top: -2rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-n3 {
        margin-right: -1rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xl-n5 {
        margin-right: -2rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xl-n5 {
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-n3 {
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xl-n5 {
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .p-xl-0 {
        padding: 0 !important;
    }
    .wpb-shortcode-wrapper .p-xl-1 {
        padding: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .p-xl-2 {
        padding: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .p-xl-3 {
        padding: 1rem !important;
    }
    .wpb-shortcode-wrapper .p-xl-4 {
        padding: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .p-xl-5 {
        padding: 2rem !important;
    }
    .wpb-shortcode-wrapper .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .px-xl-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .py-xl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .pt-xl-0 {
        padding-top: 0 !important;
    }
    .wpb-shortcode-wrapper .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-xl-5 {
        padding-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .pe-xl-0 {
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-xl-5 {
        padding-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-xl-5 {
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .ps-xl-0 {
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-xl-5 {
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .gap-xl-0 {
        gap: 0 !important;
    }
    .wpb-shortcode-wrapper .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-xl-3 {
        gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-xl-5 {
        gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xl-5 {
        row-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xl-0 {
        column-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .column-gap-xl-1 {
        column-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xl-2 {
        column-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xl-3 {
        column-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xl-4 {
        column-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xl-5 {
        column-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .text-xl-start {
        text-align: left !important;
    }
    .wpb-shortcode-wrapper .text-xl-end {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper .float-xxl-start {
        float: left !important;
    }
    .wpb-shortcode-wrapper .float-xxl-end {
        float: right !important;
    }
    .wpb-shortcode-wrapper .float-xxl-none {
        float: none !important;
    }
    .wpb-shortcode-wrapper .object-fit-xxl-contain {
        object-fit: contain !important;
    }
    .wpb-shortcode-wrapper .object-fit-xxl-cover {
        object-fit: cover !important;
    }
    .wpb-shortcode-wrapper .object-fit-xxl-fill {
        object-fit: fill !important;
    }
    .wpb-shortcode-wrapper .object-fit-xxl-scale {
        object-fit: scale-down !important;
    }
    .wpb-shortcode-wrapper .object-fit-xxl-none {
        object-fit: none !important;
    }
    .wpb-shortcode-wrapper .d-xxl-inline {
        display: inline !important;
    }
    .wpb-shortcode-wrapper .d-xxl-inline-block {
        display: inline-block !important;
    }
    .wpb-shortcode-wrapper .d-xxl-block {
        display: block !important;
    }
    .wpb-shortcode-wrapper .d-xxl-grid {
        display: grid !important;
    }
    .wpb-shortcode-wrapper .d-xxl-inline-grid {
        display: inline-grid !important;
    }
    .wpb-shortcode-wrapper .d-xxl-table {
        display: table !important;
    }
    .wpb-shortcode-wrapper .d-xxl-table-row {
        display: table-row !important;
    }
    .wpb-shortcode-wrapper .d-xxl-table-cell {
        display: table-cell !important;
    }
    .wpb-shortcode-wrapper .d-xxl-flex {
        display: flex !important;
    }
    .wpb-shortcode-wrapper .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .wpb-shortcode-wrapper .d-xxl-none {
        display: none !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-row {
        flex-direction: row !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-column {
        flex-direction: column !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .wpb-shortcode-wrapper .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .wpb-shortcode-wrapper .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .justify-content-xxl-center {
        justify-content: center !important;
    }
    .wpb-shortcode-wrapper .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .wpb-shortcode-wrapper .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .wpb-shortcode-wrapper .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .wpb-shortcode-wrapper .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-items-xxl-center {
        align-items: center !important;
    }
    .wpb-shortcode-wrapper .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .wpb-shortcode-wrapper .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .wpb-shortcode-wrapper .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-content-xxl-center {
        align-content: center !important;
    }
    .wpb-shortcode-wrapper .align-content-xxl-between {
        align-content: space-between !important;
    }
    .wpb-shortcode-wrapper .align-content-xxl-around {
        align-content: space-around !important;
    }
    .wpb-shortcode-wrapper .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .wpb-shortcode-wrapper .align-self-xxl-auto {
        align-self: auto !important;
    }
    .wpb-shortcode-wrapper .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .wpb-shortcode-wrapper .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .wpb-shortcode-wrapper .align-self-xxl-center {
        align-self: center !important;
    }
    .wpb-shortcode-wrapper .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .wpb-shortcode-wrapper .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .wpb-shortcode-wrapper .order-xxl-first {
        order: -1 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-0 {
        order: 0 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-1 {
        order: 1 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-2 {
        order: 2 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-3 {
        order: 3 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-4 {
        order: 4 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-5 {
        order: 5 !important;
    }
    .wpb-shortcode-wrapper .order-xxl-last {
        order: 6 !important;
    }
    .wpb-shortcode-wrapper .m-xxl-0 {
        margin: 0 !important;
    }
    .wpb-shortcode-wrapper .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-3 {
        margin: 1rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-5 {
        margin: 2rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-auto {
        margin: auto !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-5 {
        margin-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-auto {
        margin-top: auto !important;
    }
    .wpb-shortcode-wrapper .me-xxl-0 {
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-5 {
        margin-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-auto {
        margin-right: auto !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-5 {
        margin-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-5 {
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-auto {
        margin-left: auto !important;
    }
    .wpb-shortcode-wrapper .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-n3 {
        margin: -1rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .m-xxl-n5 {
        margin: -2rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mx-xxl-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .my-xxl-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-n3 {
        margin-top: -1rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mt-xxl-n5 {
        margin-top: -2rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-n3 {
        margin-right: -1rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .me-xxl-n5 {
        margin-right: -2rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .mb-xxl-n5 {
        margin-bottom: -2rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-n3 {
        margin-left: -1rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .wpb-shortcode-wrapper .ms-xxl-n5 {
        margin-left: -2rem !important;
    }
    .wpb-shortcode-wrapper .p-xxl-0 {
        padding: 0 !important;
    }
    .wpb-shortcode-wrapper .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .p-xxl-3 {
        padding: 1rem !important;
    }
    .wpb-shortcode-wrapper .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .p-xxl-5 {
        padding: 2rem !important;
    }
    .wpb-shortcode-wrapper .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .px-xxl-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .py-xxl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .wpb-shortcode-wrapper .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .wpb-shortcode-wrapper .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pt-xxl-5 {
        padding-top: 2rem !important;
    }
    .wpb-shortcode-wrapper .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .wpb-shortcode-wrapper .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pe-xxl-5 {
        padding-right: 2rem !important;
    }
    .wpb-shortcode-wrapper .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .wpb-shortcode-wrapper .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .wpb-shortcode-wrapper .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .pb-xxl-5 {
        padding-bottom: 2rem !important;
    }
    .wpb-shortcode-wrapper .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .wpb-shortcode-wrapper .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .ps-xxl-5 {
        padding-left: 2rem !important;
    }
    .wpb-shortcode-wrapper .gap-xxl-0 {
        gap: 0 !important;
    }
    .wpb-shortcode-wrapper .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-xxl-3 {
        gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .gap-xxl-5 {
        gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .row-gap-xxl-5 {
        row-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xxl-0 {
        column-gap: 0 !important;
    }
    .wpb-shortcode-wrapper .column-gap-xxl-1 {
        column-gap: 0.25rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xxl-2 {
        column-gap: 0.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xxl-3 {
        column-gap: 1rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xxl-4 {
        column-gap: 1.5rem !important;
    }
    .wpb-shortcode-wrapper .column-gap-xxl-5 {
        column-gap: 2rem !important;
    }
    .wpb-shortcode-wrapper .text-xxl-start {
        text-align: left !important;
    }
    .wpb-shortcode-wrapper .text-xxl-end {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .fs-1 {
        font-size: 1.875rem !important;
    }
    .wpb-shortcode-wrapper .fs-2 {
        font-size: 1.563rem !important;
    }
    .wpb-shortcode-wrapper .fs-3 {
        font-size: 1.438rem !important;
    }
}
@media print {
    .wpb-shortcode-wrapper .d-print-inline {
        display: inline !important;
    }
    .wpb-shortcode-wrapper .d-print-inline-block {
        display: inline-block !important;
    }
    .wpb-shortcode-wrapper .d-print-block {
        display: block !important;
    }
    .wpb-shortcode-wrapper .d-print-grid {
        display: grid !important;
    }
    .wpb-shortcode-wrapper .d-print-inline-grid {
        display: inline-grid !important;
    }
    .wpb-shortcode-wrapper .d-print-table {
        display: table !important;
    }
    .wpb-shortcode-wrapper .d-print-table-row {
        display: table-row !important;
    }
    .wpb-shortcode-wrapper .d-print-table-cell {
        display: table-cell !important;
    }
    .wpb-shortcode-wrapper .d-print-flex {
        display: flex !important;
    }
    .wpb-shortcode-wrapper .d-print-inline-flex {
        display: inline-flex !important;
    }
    .wpb-shortcode-wrapper .d-print-none {
        display: none !important;
    }
}
.wpb-shortcode-wrapper .card {
    box-shadow: 0 0.625rem 1.875rem #00000008;
    margin-bottom: 2rem;
}
.wpb-shortcode-wrapper .card .card-header {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.wpb-shortcode-wrapper .card .card-header .header-title .card-title,
.wpb-shortcode-wrapper .card-header .card-title {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .card-block {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.wpb-shortcode-wrapper .card-block.card-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.wpb-shortcode-wrapper .card-block.card-height-half {
    height: calc(50% - 2rem);
}
.wpb-shortcode-wrapper .card-block.card-height {
    height: calc(100% - 2rem);
}
.wpb-shortcode-wrapper .card-has-gredient .overflow-content {
    padding-bottom: 2rem;
}
.wpb-shortcode-wrapper .card-has-gredient .contain-gredient {
    position: relative;
}
.wpb-shortcode-wrapper .card-has-gredient .contain-gredient:after {
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    height: 2.5rem;
    left: 0;
    top: -50px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.498) 50%, var(--bs-white) 77%);
    pointer-events: none;
    touch-action: none;
    width: 100%;
}
.wpb-shortcode-wrapper .accordion-item .accordion-header .accordion-button {
    box-shadow: none;
}
.wpb-shortcode-wrapper .accordion .accordion-item {
    border-bottom: 1px solid var(--bs-gray-300);
}
.wpb-shortcode-wrapper .accordion .accordion-item:last-child {
    border: none;
}
@keyframes dropdownAnimation {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wpb-shortcode-wrapper .dropdown-toggle:after {
    transition: all 0.15s ease;
}
.wpb-shortcode-wrapper .dropdown-toggle.show {
    transition: all 0.15s ease;
}
.wpb-shortcode-wrapper .dropdown-toggle.show:after {
    transform: rotate(180deg);
}
.wpb-shortcode-wrapper [data-bs-toggle="dropdown"] {
    cursor: pointer;
}
.wpb-shortcode-wrapper .dropdown .dropdown-menu {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    backface-visibility: visible !important;
    animation-name: dropdownAnimation;
}
.wpb-shortcode-wrapper .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
}
.wpb-shortcode-wrapper .dropdown .dropdown-toggle:after {
    margin-left: 0.5rem;
}
.wpb-shortcode-wrapper .navbar-nav .dropdown-menu {
    position: absolute;
}
.wpb-shortcode-wrapper .dropdown-divider {
    opacity: 0.25;
}
.wpb-shortcode-wrapper .dropdown-item:hover,
.wpb-shortcode-wrapper .dropdown-item:focus,
.wpb-shortcode-wrapper .dropdown-item.active,
.wpb-shortcode-wrapper .dropdown-item:active {
    color: var(--bs-heading-color);
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: var(--bs-primary-bg-subtle);
}
.wpb-shortcode-wrapper .dropdown-menu {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}
.wpb-shortcode-wrapper .dropdown-menu li {
    margin: 0.5rem 0;
}
.wpb-shortcode-wrapper .dropdown-menu li:first-child {
    margin-top: 0;
}
.wpb-shortcode-wrapper .dropdown-menu li:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 992px) {
    .wpb-shortcode-wrapper .navbar .hover-nav .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .nav-item .nav-link .icon {
        transition: all 0.4s ease;
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .nav-item:hover .nav-link {
        color: var(--bs-hading-color);
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .nav-item:hover .nav-link .icon {
        transition: transform 0.4s ease;
        transform: rotate(90deg);
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .dropdown-menu.fade-up {
        top: 180%;
    }
    .wpb-shortcode-wrapper .navbar .hover-nav .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0);
    }
}
.wpb-shortcode-wrapper .btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-hover-bg);
    --bs-btn-hover-border-color: var(--bs-primary-hover-border);
    --bs-btn-active-bg: var(--bs-primary-active-bg);
    --bs-btn-active-border-color: var(--bs-primary-active-border);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary-hover-bg);
    --bs-btn-hover-border-color: var(--bs-primary-hover-border);
    --bs-btn-active-bg: var(--bs-primary-active-bg);
    --bs-btn-active-border-color: var(--bs-primary-active-border);
    --bs-btn-disabled-bg: var(--bs-primary-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .btn-primary-subtle {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: var(--bs-primary-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary-hover-bg);
    --bs-btn-active-bg: var(--bs-primary-active-bg);
    --bs-btn-disabled-bg: var(--bs-primary);
}
.wpb-shortcode-wrapper .bg-primary-subtle {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .btn-secondary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-secondary-hover-bg);
    --bs-btn-hover-border-color: var(--bs-secondary-hover-border);
    --bs-btn-active-bg: var(--bs-secondary-active-bg);
    --bs-btn-active-border-color: var(--bs-secondary-active-border);
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}
.wpb-shortcode-wrapper .btn-outline-secondary {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-bg: var(--bs-secondary-hover-bg);
    --bs-btn-hover-border-color: var(--bs-secondary-hover-border);
    --bs-btn-active-bg: var(--bs-secondary-active-bg);
    --bs-btn-active-border-color: var(--bs-secondary-active-border);
    --bs-btn-disabled-bg: var(--bs-secondary-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}
.wpb-shortcode-wrapper .btn-secondary-subtle {
    --bs-btn-color: var(--bs-secondary);
    --bs-btn-bg: var(--bs-secondary-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-secondary-hover-bg);
    --bs-btn-active-bg: var(--bs-secondary-active-bg);
    --bs-btn-disabled-bg: var(--bs-secondary);
}
.wpb-shortcode-wrapper .bg-secondary-subtle {
    color: var(--bs-secondary);
}
.wpb-shortcode-wrapper .btn-success {
    --bs-btn-bg: var(--bs-success);
    --bs-btn-border-color: var(--bs-success);
    --bs-btn-hover-bg: var(--bs-success-hover-bg);
    --bs-btn-hover-border-color: var(--bs-success-hover-border);
    --bs-btn-active-bg: var(--bs-success-active-bg);
    --bs-btn-active-border-color: var(--bs-success-active-border);
    --bs-btn-disabled-bg: var(--bs-success);
    --bs-btn-disabled-border-color: var(--bs-success);
}
.wpb-shortcode-wrapper .btn-outline-success {
    --bs-btn-color: var(--bs-success);
    --bs-btn-border-color: var(--bs-success);
    --bs-btn-hover-bg: var(--bs-success-hover-bg);
    --bs-btn-hover-border-color: var(--bs-success-hover-border);
    --bs-btn-active-bg: var(--bs-success-active-bg);
    --bs-btn-active-border-color: var(--bs-success-active-border);
    --bs-btn-disabled-bg: var(--bs-success-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-success);
}
.wpb-shortcode-wrapper .btn-success-subtle {
    --bs-btn-color: var(--bs-success);
    --bs-btn-bg: var(--bs-success-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-success-hover-bg);
    --bs-btn-active-bg: var(--bs-success-active-bg);
    --bs-btn-disabled-bg: var(--bs-success);
}
.wpb-shortcode-wrapper .bg-success-subtle {
    color: var(--bs-success);
}
.wpb-shortcode-wrapper .btn-info {
    --bs-btn-bg: var(--bs-info);
    --bs-btn-border-color: var(--bs-info);
    --bs-btn-hover-bg: var(--bs-info-hover-bg);
    --bs-btn-hover-border-color: var(--bs-info-hover-border);
    --bs-btn-active-bg: var(--bs-info-active-bg);
    --bs-btn-active-border-color: var(--bs-info-active-border);
    --bs-btn-disabled-bg: var(--bs-info);
    --bs-btn-disabled-border-color: var(--bs-info);
}
.wpb-shortcode-wrapper .btn-outline-info {
    --bs-btn-color: var(--bs-info);
    --bs-btn-border-color: var(--bs-info);
    --bs-btn-hover-bg: var(--bs-info-hover-bg);
    --bs-btn-hover-border-color: var(--bs-info-hover-border);
    --bs-btn-active-bg: var(--bs-info-active-bg);
    --bs-btn-active-border-color: var(--bs-info-active-border);
    --bs-btn-disabled-bg: var(--bs-info-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-info);
}
.wpb-shortcode-wrapper .btn-info-subtle {
    --bs-btn-color: var(--bs-info);
    --bs-btn-bg: var(--bs-info-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-info-hover-bg);
    --bs-btn-active-bg: var(--bs-info-active-bg);
    --bs-btn-disabled-bg: var(--bs-info);
}
.wpb-shortcode-wrapper .bg-info-subtle {
    color: var(--bs-info);
}
.wpb-shortcode-wrapper .btn-warning {
    --bs-btn-bg: var(--bs-warning);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-bg: var(--bs-warning-hover-bg);
    --bs-btn-hover-border-color: var(--bs-warning-hover-border);
    --bs-btn-active-bg: var(--bs-warning-active-bg);
    --bs-btn-active-border-color: var(--bs-warning-active-border);
    --bs-btn-disabled-bg: var(--bs-warning);
    --bs-btn-disabled-border-color: var(--bs-warning);
}
.wpb-shortcode-wrapper .btn-outline-warning {
    --bs-btn-color: var(--bs-warning);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-bg: var(--bs-warning-hover-bg);
    --bs-btn-hover-border-color: var(--bs-warning-hover-border);
    --bs-btn-active-bg: var(--bs-warning-active-bg);
    --bs-btn-active-border-color: var(--bs-warning-active-border);
    --bs-btn-disabled-bg: var(--bs-warning-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-warning);
}
.wpb-shortcode-wrapper .btn-warning-subtle {
    --bs-btn-color: var(--bs-warning);
    --bs-btn-bg: var(--bs-warning-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-warning-hover-bg);
    --bs-btn-active-bg: var(--bs-warning-active-bg);
    --bs-btn-disabled-bg: var(--bs-warning);
}
.wpb-shortcode-wrapper .bg-warning-subtle {
    color: var(--bs-warning);
}
.wpb-shortcode-wrapper .btn-danger {
    --bs-btn-bg: var(--bs-danger);
    --bs-btn-border-color: var(--bs-danger);
    --bs-btn-hover-bg: var(--bs-danger-hover-bg);
    --bs-btn-hover-border-color: var(--bs-danger-hover-border);
    --bs-btn-active-bg: var(--bs-danger-active-bg);
    --bs-btn-active-border-color: var(--bs-danger-active-border);
    --bs-btn-disabled-bg: var(--bs-danger);
    --bs-btn-disabled-border-color: var(--bs-danger);
}
.wpb-shortcode-wrapper .btn-outline-danger {
    --bs-btn-color: var(--bs-danger);
    --bs-btn-border-color: var(--bs-danger);
    --bs-btn-hover-bg: var(--bs-danger-hover-bg);
    --bs-btn-hover-border-color: var(--bs-danger-hover-border);
    --bs-btn-active-bg: var(--bs-danger-active-bg);
    --bs-btn-active-border-color: var(--bs-danger-active-border);
    --bs-btn-disabled-bg: var(--bs-danger-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-danger);
}
.wpb-shortcode-wrapper .btn-danger-subtle {
    --bs-btn-color: var(--bs-danger);
    --bs-btn-bg: var(--bs-danger-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-danger-hover-bg);
    --bs-btn-active-bg: var(--bs-danger-active-bg);
    --bs-btn-disabled-bg: var(--bs-danger);
}
.wpb-shortcode-wrapper .bg-danger-subtle {
    color: var(--bs-danger);
}
.wpb-shortcode-wrapper .btn-light {
    --bs-btn-bg: var(--bs-light);
    --bs-btn-border-color: var(--bs-light);
    --bs-btn-hover-bg: var(--bs-light-hover-bg);
    --bs-btn-hover-border-color: var(--bs-light-hover-border);
    --bs-btn-active-bg: var(--bs-light-active-bg);
    --bs-btn-active-border-color: var(--bs-light-active-border);
    --bs-btn-disabled-bg: var(--bs-light);
    --bs-btn-disabled-border-color: var(--bs-light);
}
.wpb-shortcode-wrapper .btn-outline-light {
    --bs-btn-color: var(--bs-light);
    --bs-btn-border-color: var(--bs-light);
    --bs-btn-hover-bg: var(--bs-light-hover-bg);
    --bs-btn-hover-border-color: var(--bs-light-hover-border);
    --bs-btn-active-bg: var(--bs-light-active-bg);
    --bs-btn-active-border-color: var(--bs-light-active-border);
    --bs-btn-disabled-bg: var(--bs-light-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-light);
}
.wpb-shortcode-wrapper .btn-light-subtle {
    --bs-btn-color: var(--bs-light);
    --bs-btn-bg: var(--bs-light-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-light-hover-bg);
    --bs-btn-active-bg: var(--bs-light-active-bg);
    --bs-btn-disabled-bg: var(--bs-light);
}
.wpb-shortcode-wrapper .bg-light-subtle {
    color: var(--bs-light);
}
.wpb-shortcode-wrapper .btn-dark {
    --bs-btn-bg: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-dark-hover-bg);
    --bs-btn-hover-border-color: var(--bs-dark-hover-border);
    --bs-btn-active-bg: var(--bs-dark-active-bg);
    --bs-btn-active-border-color: var(--bs-dark-active-border);
    --bs-btn-disabled-bg: var(--bs-dark);
    --bs-btn-disabled-border-color: var(--bs-dark);
}
.wpb-shortcode-wrapper .btn-outline-dark {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark);
    --bs-btn-hover-bg: var(--bs-dark-hover-bg);
    --bs-btn-hover-border-color: var(--bs-dark-hover-border);
    --bs-btn-active-bg: var(--bs-dark-active-bg);
    --bs-btn-active-border-color: var(--bs-dark-active-border);
    --bs-btn-disabled-bg: var(--bs-dark-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-dark);
}
.wpb-shortcode-wrapper .btn-dark-subtle {
    --bs-btn-color: var(--bs-dark);
    --bs-btn-bg: var(--bs-dark-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-dark-hover-bg);
    --bs-btn-active-bg: var(--bs-dark-active-bg);
    --bs-btn-disabled-bg: var(--bs-dark);
}
.wpb-shortcode-wrapper .bg-dark-subtle {
    color: var(--bs-dark);
}
.wpb-shortcode-wrapper .btn-gray {
    --bs-btn-bg: var(--bs-gray);
    --bs-btn-border-color: var(--bs-gray);
    --bs-btn-hover-bg: var(--bs-gray-hover-bg);
    --bs-btn-hover-border-color: var(--bs-gray-hover-border);
    --bs-btn-active-bg: var(--bs-gray-active-bg);
    --bs-btn-active-border-color: var(--bs-gray-active-border);
    --bs-btn-disabled-bg: var(--bs-gray);
    --bs-btn-disabled-border-color: var(--bs-gray);
}
.wpb-shortcode-wrapper .btn-outline-gray {
    --bs-btn-color: var(--bs-gray);
    --bs-btn-border-color: var(--bs-gray);
    --bs-btn-hover-bg: var(--bs-gray-hover-bg);
    --bs-btn-hover-border-color: var(--bs-gray-hover-border);
    --bs-btn-active-bg: var(--bs-gray-active-bg);
    --bs-btn-active-border-color: var(--bs-gray-active-border);
    --bs-btn-disabled-bg: var(--bs-gray-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-gray);
}
.wpb-shortcode-wrapper .btn-gray-subtle {
    --bs-btn-color: var(--bs-gray);
    --bs-btn-bg: var(--bs-gray-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-gray-hover-bg);
    --bs-btn-active-bg: var(--bs-gray-active-bg);
    --bs-btn-disabled-bg: var(--bs-gray);
}
.wpb-shortcode-wrapper .bg-gray-subtle {
    color: var(--bs-gray);
}
.wpb-shortcode-wrapper .btn-gray-dark {
    --bs-btn-bg: var(--bs-gray-dark);
    --bs-btn-border-color: var(--bs-gray-dark);
    --bs-btn-hover-bg: var(--bs-gray-dark-hover-bg);
    --bs-btn-hover-border-color: var(--bs-gray-dark-hover-border);
    --bs-btn-active-bg: var(--bs-gray-dark-active-bg);
    --bs-btn-active-border-color: var(--bs-gray-dark-active-border);
    --bs-btn-disabled-bg: var(--bs-gray-dark);
    --bs-btn-disabled-border-color: var(--bs-gray-dark);
}
.wpb-shortcode-wrapper .btn-outline-gray-dark {
    --bs-btn-color: var(--bs-gray-dark);
    --bs-btn-border-color: var(--bs-gray-dark);
    --bs-btn-hover-bg: var(--bs-gray-dark-hover-bg);
    --bs-btn-hover-border-color: var(--bs-gray-dark-hover-border);
    --bs-btn-active-bg: var(--bs-gray-dark-active-bg);
    --bs-btn-active-border-color: var(--bs-gray-dark-active-border);
    --bs-btn-disabled-bg: var(--bs-gray-dark-bg-subtle);
    --bs-btn-disabled-border-color: var(--bs-gray-dark);
}
.wpb-shortcode-wrapper .btn-gray-dark-subtle {
    --bs-btn-color: var(--bs-gray-dark);
    --bs-btn-bg: var(--bs-gray-dark-bg-subtle);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-gray-dark-hover-bg);
    --bs-btn-active-bg: var(--bs-gray-dark-active-bg);
    --bs-btn-disabled-bg: var(--bs-gray-dark);
}
.wpb-shortcode-wrapper .bg-gray-dark-subtle {
    color: var(--bs-gray-dark);
}
.wpb-shortcode-wrapper .custom-nav-slider {
    overflow-x: auto;
    white-space: nowrap;
}
.wpb-shortcode-wrapper .custom-nav-slider::-webkit-scrollbar {
    display: none;
}
.wpb-shortcode-wrapper .staff-list-container .right {
    order: 3;
}
.wpb-shortcode-wrapper .form-group {
    margin-bottom: 1rem;
}
.wpb-shortcode-wrapper .form-label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .form-control {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .input-group .form-control {
    padding-right: 0;
    border-right: none;
}
.wpb-shortcode-wrapper .input-group .form-control + .input-group-text {
    border-left: none;
    border-right: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .input-group .form-control + .input-group-text:has(select) {
    border-right: none;
}
.wpb-shortcode-wrapper .input-group .input-group-text {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border-right: none;
}
.wpb-shortcode-wrapper .input-group .input-group-text + .form-control {
    padding-left: 0;
    padding-right: 1rem;
    border-left: none;
    border-right: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .input-group .input-group-text + .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .input-group .input-group-text:has(.select2-container--default) {
    z-index: 1;
}
.wpb-shortcode-wrapper .input-group .input-group-text:has(.select2-container--default) + .form-control {
    padding-left: 1rem;
    border-left: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .input-group .input-group-text:has(.select2-container--default) + .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .input-group .input-group-text:has(.select2-container--default .select2-selection--single),
.wpb-shortcode-wrapper .input-group .input-group-text :has(.select2-container--default .select2-selection--multiple),
.wpb-shortcode-wrapper .input-group .input-group-text :has(select) {
    border: none;
    padding: 0;
}
.wpb-shortcode-wrapper .input-group:has(.form-control:focus) .input-group-text {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .input-group:has(.select2-container--default) {
    flex-wrap: nowrap;
}
.wpb-shortcode-wrapper .input-group:has(.select2-container--default) .form-control {
    border-right: 1px solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .input-group:has(.select2-container--default) .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .input-group:has(select) .form-control {
    border-right: 1px solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .input-group:has(select) .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .input-group .wpb-country-container {
    flex: 1;
}
.wpb-shortcode-wrapper .input-group .iti .form-control {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper .input-group .iti + .input-group-text {
    border-right: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .input-group .input-group-text .select2-container--default .select2-selection--single,
.wpb-shortcode-wrapper .input-group .input-group-text .select2-container--default .select2-selection--multiple {
    background: var(--bs-white);
}
.wpb-shortcode-wrapper .input-group .input-group-text.title-slug {
    background: var(--bs-gray-200);
}
.wpb-shortcode-wrapper .iti__arrow {
    border: none;
}
.wpb-shortcode-wrapper .custom-upload {
    text-align: center;
    height: 178px;
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    width: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.wpb-shortcode-wrapper .custom-upload .title {
    font-size: 12px;
}
.wpb-shortcode-wrapper .custom-upload .form-control-color {
    border-radius: 50%;
    padding: 3px;
    border: 1px solid var(--bs-gray-dark-bg-subtle);
    height: 30px;
    width: 30px;
}
.wpb-shortcode-wrapper .custom-upload .form-control-color::-webkit-color-swatch {
    border-radius: 50%;
}
.wpb-shortcode-wrapper .custom-upload-container input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.wpb-shortcode-wrapper .form-check-input.input-border-dark {
    --bs-border-color: var(--bs-border-color-translucent);
}
.wpb-shortcode-wrapper .error,
.wpb-shortcode-wrapper .error-message {
    font-size: 10px;
    color: var(--bs-danger);
    text-transform: capitalize;
}
.wpb-shortcode-wrapper .form-control.style-white,
.wpb-shortcode-wrapper .form-select.style-white {
    --bs-body-bg: var(--bs-white);
}
.wpb-shortcode-wrapper .form-check-input.style-white {
    --bs-form-check-bg: var(--bs-white);
}
.wpb-shortcode-wrapper .group-input-bookings {
    gap: 12px;
}
.wpb-shortcode-wrapper .w-20 {
    width: 20%;
}
.wpb-shortcode-wrapper .select-custom-link .select2-container--default .select2-selection--single {
    border-right: 1px solid var(--bs-border-color) !important;
    border: 0;
    border-radius: 6px 0 0 6px;
}
.wpb-shortcode-wrapper .select-custom-link .select2-container--default.select2-container--focus .select2-selection--single {
    border: 0;
    border-color: transparent;
}
.wpb-shortcode-wrapper .custom-upload-container {
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
}
.wpb-shortcode-wrapper .bg-gray-lite {
    background-color: var(--bs-gray-300);
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .form-switch .form-check-input {
    height: 20px;
    width: 40px;
}
.wpb-shortcode-wrapper .font-13 {
    font-size: 13px;
}
.wpb-shortcode-wrapper input::-webkit-outer-spin-button,
.wpb-shortcode-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wpb-shortcode-wrapper .table {
    overflow: hidden;
}
.wpb-shortcode-wrapper .table thead {
    white-space: nowrap;
}
.wpb-shortcode-wrapper .table thead tr {
    background-color: var(--bs-body-bg);
}
.wpb-shortcode-wrapper .table thead tr th {
    font-weight: 500;
    background-color: var(--bs-body-bg);
}
.wpb-shortcode-wrapper .table tbody tr td {
    vertical-align: middle;
}
.wpb-shortcode-wrapper .table tbody tr td .iq-sub-label {
    margin-bottom: 0.125rem;
}
.wpb-shortcode-wrapper .table.table-dark tbody tr td {
    color: var(--bs-body-bg);
    vertical-align: middle;
}
.wpb-shortcode-wrapper .table.custome-table thead tr th {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.wpb-shortcode-wrapper .table.custome-table thead tr th:first-child {
    border-top-left-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .table.custome-table thead tr th:last-child {
    border-top-right-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .table.booking-table tr td {
    background-color: var(--bs-body-bg);
    border-bottom-color: var(--bs-gray-400);
}
.wpb-shortcode-wrapper .wpbt-table-warpper {
    overflow-x: auto;
}
.wpb-shortcode-wrapper .table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}
.wpb-shortcode-wrapper .table-responsive::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 20px;
}
.wpb-shortcode-wrapper .table-responsive::-webkit-scrollbar-track {
    background: var(--bs-body-bg);
    border-radius: 20px;
}
.wpb-shortcode-wrapper .table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
}
.wpb-shortcode-wrapper .table-responsive::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
}
.wpb-shortcode-wrapper .table-responsive .dataTables_wrapper .row .dataTables_length {
    padding-left: 1.5rem;
    display: none;
}
.wpb-shortcode-wrapper .table-responsive .dataTables_wrapper .row .dataTables_filter {
    display: none;
}
.wpb-shortcode-wrapper .table-responsive .dataTables_wrapper .row .dataTables_filter.dataTables_paginate {
    padding-right: 0;
}
.wpb-shortcode-wrapper .table-responsive .dataTables_wrapper .row .dataTables_info {
    padding-left: 0;
    padding-top: unset;
}
.wpb-shortcode-wrapper .table-dark td {
    color: var(--bs-body-color) !important;
    vertical-align: middle;
}
.wpb-shortcode-wrapper thead,
.wpb-shortcode-wrapper tbody,
.wpb-shortcode-wrapper tfoot,
.wpb-shortcode-wrapper tr,
.wpb-shortcode-wrapper td,
.wpb-shortcode-wrapper th {
    white-space: nowrap;
}
.wpb-shortcode-wrapper .table-wrapper .dt-layout-table {
    overflow-x: auto;
}
.wpb-shortcode-wrapper .dt-container .dt-layout-table + .dt-layout-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.wpb-shortcode-wrapper .dt-container .dt-layout-cell:has(.paging_full_numbers) {
    overflow-x: auto;
}
.wpb-shortcode-wrapper .dt-container .dt-paging.paging_full_numbers {
    display: inline-flex;
    justify-content: initial;
}
.wpb-shortcode-wrapper .dt-paging {
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-primary);
    --bs-pagination-bg: var(--bs-gray-900);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-white);
    --bs-pagination-hover-bg: var(--bs-primary);
    --bs-pagination-hover-border-color: var(--bs-primary);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(55, 69, 164, 0.25);
    --bs-pagination-active-color: var(--bs-white);
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: var(--bs-primary);
    --bs-pagination-disabled-bg: var(--bs-gray-100);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.wpb-shortcode-wrapper .dt-paging .dt-paging-button {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    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;
}
@media (prefers-reduced-motion: reduce) {
    .wpb-shortcode-wrapper .dt-paging .dt-paging-button {
        transition: none;
    }
}
.wpb-shortcode-wrapper .dt-paging .dt-paging-button:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.wpb-shortcode-wrapper .dt-paging .dt-paging-button:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}
.wpb-shortcode-wrapper .dt-paging .dt-paging-button.active,
.active > .wpb-shortcode-wrapper .dt-paging .dt-paging-button,
.wpb-shortcode-wrapper .dt-paging .dt-paging-button.current {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.wpb-shortcode-wrapper .dt-paging .dt-paging-button.disabled,
.disabled > .wpb-shortcode-wrapper .dt-paging .dt-paging-button {
    display: none;
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.wpb-shortcode-wrapper
    :is(table#wpb-webhooks_logs-tbl, table#wpb-webhooks-tbl, table#wpb-customer-tbl, table#wpb-booking-tbl, table#wpb-staff-tbl, table#offline-payments-table, table#wpb-payment-tbl, table#wpb-tax-tbl, table#iqwpbrr-rate-review-tbl, table#wpb-coupon-tbl)
    tbody
    tr
    td.dt-empty {
    text-align: center;
}
.wpb-shortcode-wrapper .table.table-style-gray > :not(caption) > * > * {
    padding: 0.625em 1.875em;
}
.wpb-shortcode-wrapper .table.table-style-gray td,
.wpb-shortcode-wrapper .table.table-style-gray th {
    font-size: 14px;
}
.wpb-shortcode-wrapper .table.table-style-gray thead tr th {
    text-transform: uppercase;
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .table.table-style-gray tbody tr td {
    color: var(--bs-heading-color);
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .table-responsive .dataTables_wrapper .row .dataTables_length {
        margin-bottom: 1em;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper table.dataTable td.sorting_1 {
        padding-right: 3.5rem;
    }
}
.wpb-shortcode-wrapper .modal-footer {
    padding: 0.5rem;
}
.wpb-shortcode-wrapper .btn-close.add-btn-close {
    border-radius: var(--bs-border-radius-lg);
    font-size: 0.5rem;
    border: 1px solid;
    color: var(--bs-heading-color) !important;
}
@media (min-width: 767px) {
    .wpb-shortcode-wrapper .booking-detail-modal .modal-dialog {
        max-width: 650px;
    }
}
.wpb-shortcode-wrapper .nav-tabs {
    border-radius: var(--bs-border-radius);
    margin-bottom: 0.5rem;
}
.wpb-shortcode-wrapper .nav-tabs .nav-link {
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .nav-pills {
    border-radius: 50rem;
    margin-bottom: 0.5rem;
}
.wpb-shortcode-wrapper .nav-pills .nav-link {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .nav-tunnel {
    padding: 0.25rem;
    background: #e9ecef;
    border: 1px solid var(--bs-primary);
}
.wpb-shortcode-wrapper .nav-tunnel .nav-link {
    padding: 0.25rem 1rem;
}
.wpb-shortcode-wrapper .tab-bottom-bordered {
    border-bottom: 3px solid rgba(var(--bs-primary-rgb), 0.1);
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link {
    color: var(--bs-body-color);
    font-size: 0.75rem;
    position: relative;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 0.375rem;
    background: var(--bs-primary);
    bottom: -3px;
    left: 50%;
    top: unset;
    z-index: 1;
    transition: all 0.4s ease;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 0.375rem;
    background: var(--bs-primary);
    bottom: -3px;
    right: 50%;
    top: unset;
    z-index: 1;
    transition: all 0.4s ease;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link.active {
    background-color: unset;
    color: var(--bs-primary);
    box-shadow: unset;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link.active:before {
    width: 60%;
    right: 0;
    transition: all 0.4s ease;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link.active:after {
    width: 60%;
    left: 0;
    transition: all 0.4s ease;
}
.wpb-shortcode-wrapper .tab-bottom-bordered.iq-custom-tab-border .nav-tabs .nav-link:nth-child(1) {
    padding-left: unset;
}
.wpb-shortcode-wrapper .nav-iconly .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background: rgba(var(--bs-gray-rgb), 0.1);
    color: inherit;
}
.wpb-shortcode-wrapper .tab-content.iq-tab-fade-up .tab-pane.fade {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.wpb-shortcode-wrapper .tab-content.iq-tab-fade-up .tab-pane.fade.active.show {
    opacity: 1;
    transform: translateY(0);
}
.wpb-shortcode-wrapper .add-booking-type-tab {
    margin-bottom: 0;
    gap: 30px;
    position: relative;
}
.wpb-shortcode-wrapper .add-booking-type-tab:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--bs-gray-300);
    position: absolute;
    left: 0;
    bottom: 0;
}
.wpb-shortcode-wrapper .add-booking-type-tab .nav-item:last-child,
.wpb-shortcode-wrapper .add-booking-type-tab .nav-item:nth-child(3) {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .add-booking-type-tab .nav-item .nav-link {
    padding: 0 0 20px;
    font-weight: 500;
    background-color: transparent;
    color: var(--bs-heading-color);
    width: 100%;
    cursor: pointer;
    text-align: inherit;
    position: relative;
}
.wpb-shortcode-wrapper .add-booking-type-tab .nav-item .nav-link.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--bs-primary);
    position: absolute;
    left: 0;
    bottom: 0;
}
.wpb-shortcode-wrapper .nav {
    background: var(--bs-gray-900);
}
.wpb-shortcode-wrapper .nav .navbar-inner {
    padding: 0 calc(var(--bs-gutter-x, 1rem) * 2);
}
.wpb-shortcode-wrapper .nav .search-input {
    width: calc(10rem + 10vw);
}
.wpb-shortcode-wrapper .nav .search-input.input-group .input-group-text {
    padding-right: 0;
    border-right: 0;
    background-color: var(--bs-body-bg);
}
.wpb-shortcode-wrapper .nav .search-input.input-group .form-control {
    border-left: 0;
}
.wpb-shortcode-wrapper .nav .search-input.input-group .form-control:focus {
    border-color: var(--bs-border-color);
}
.wpb-shortcode-wrapper .nav .search-input.input-group:focus-within .input-group-text,
.wpb-shortcode-wrapper .nav .search-input.input-group:focus-within .form-control {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .nav .navbar-brand {
    display: flex;
    align-items: center;
}
.wpb-shortcode-wrapper .nav .navbar-brand .logo-title {
    margin-left: 1rem;
    color: var(--bs-heading-color);
    margin-bottom: 0;
    z-index: 1;
}
.wpb-shortcode-wrapper .nav .sidebar-toggle {
    height: 26px;
    width: 26px;
    line-height: 19px;
    text-align: center;
    position: absolute;
    left: 20px;
    right: auto;
    top: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #fff;
    z-index: 911;
    display: none;
    padding: 0.2rem;
    border-radius: 50rem;
}
.wpb-shortcode-wrapper .nav .navbar-toggler {
    border: none;
    padding: 0;
}
.wpb-shortcode-wrapper .nav .navbar-toggler .navbar-toggler-icon {
    background-image: none;
}
.wpb-shortcode-wrapper .nav .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: var(--bs-body-color);
    transition: all 0.4s ease;
    margin: 0 auto;
}
.wpb-shortcode-wrapper .nav .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar2,
.wpb-shortcode-wrapper .nav .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar.bar3 {
    margin-top: 7px;
}
.wpb-shortcode-wrapper .nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar1 {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    margin-top: 4px;
}
.wpb-shortcode-wrapper .nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar2 {
    opacity: 0;
}
.wpb-shortcode-wrapper .nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-bar.bar3 {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    margin-top: 3px;
}
.wpb-shortcode-wrapper .iq-navbar.navs-color {
    background: var(--bs-primary);
}
.wpb-shortcode-wrapper .iq-navbar.navs-color .navbar-nav .nav-item .nav-link {
    color: #fff;
}
.wpb-shortcode-wrapper .iq-navbar {
    z-index: 889;
}
.wpb-shortcode-wrapper .iq-navbar.nav-glass {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.5) -8%, rgba(255, 255, 255, 0.01) 120%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #fff;
}
.wpb-shortcode-wrapper .iq-navbar.navbar-expand-lg.navs-transparent {
    background: transparent;
}
.wpb-shortcode-wrapper .iq-navbar.navs-sticky {
    position: sticky;
    top: 0;
    width: 100%;
}
.wpb-shortcode-wrapper .iq-navbar.navs-sticky.menu-sticky {
    position: fixed !important;
    top: 0;
}
.wpb-shortcode-wrapper .iq-navbar.navs-transparent {
    background-color: #fff0;
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
    margin-top: -1px;
    animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu.sub-drop {
    width: 300px;
    border-radius: 0.375rem;
    animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu.sub-drop li a {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card {
    cursor: pointer;
    padding: 0.75rem 1.25rem !important;
    display: inline-block;
    width: 100%;
    color: var(--bs-body-color);
    transition: all 0.4s ease;
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card:hover {
    background: var(--bs-primary-tint-90);
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .iq-navbar .dropdown .dropdown-menu.sub-drop .iq-sub-card:last-child {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
@keyframes fade-in-bottom {
    0% {
        transform: translateY(25px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .nav .sidebar-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse:not(.offcanvas-collapse) {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-grow: unset;
        background: #fff;
        z-index: 1081;
        box-shadow: 0 0.125rem 0.25rem #0000001a;
        transition: all 0.4s ease;
    }
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse .navbar-nav.navbar-list:not(.offcanvas-collapse) {
        flex-direction: row;
        float: right;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .navbar-inner {
        padding: 0 calc(var(--bs-gutter-x, 1rem) * 1);
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .sidebar + .main-content .iq-navbar.navs-sticky.menu-sticky {
        width: calc(100% - var(--sidebar-width));
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-boxed + .main-content .navs-sticky {
        width: calc(100% - 2.2rem);
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-boxed + .main-content .navs-sticky.menu-sticky {
        width: calc(100% - var(--sidebar-width) - 4rem);
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-mini + .main-content .iq-navbar.navs-sticky.menu-sticky {
        width: calc(100% - var(--sidebar-width));
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-boxed + .main-content .iq-navbar.navs-sticky.menu-sticky {
        width: calc(100% - 8.8rem);
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .sidebar.sidebar-boxed + .main-content .navs-sticky {
        width: calc(100% - 2.2rem);
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-boxed + .main-content .navs-sticky.menu-sticky {
        width: calc(100% - 2.2rem) !important;
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .iq-navbar.navs-sticky.menu-sticky {
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .nav .navbar-inner {
        padding: 0 calc(var(--bs-gutter-x, 1rem) * 1);
    }
}
@media (max-width: 575.98px) {
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse .navbar-nav li .sub-drop.dropdown-menu {
        margin: auto;
        left: 0;
        right: 0;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper .iq-navbar.iq-navbar-none {
        display: none;
    }
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse .navbar-list .nav-item > a {
        padding: 1.22em 0;
    }
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini + .main-content .iq-header-img {
    transition: all 0.4s;
}
.wpb-shortcode-wrapper .nav .search-input.input-group:focus-within .input-group-text,
.wpb-shortcode-wrapper .nav .search-input.input-group:focus-within .form-control {
    border-color: var(--bs-primary-tint-40);
}
.wpb-shortcode-wrapper .iq-nav-menu {
    display: flex;
    flex-direction: column;
}
.wpb-shortcode-wrapper .iq-nav-menu li {
    position: relative;
}
.wpb-shortcode-wrapper .iq-nav-menu > li > a {
    font-weight: 500;
    font-size: 1rem;
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .iq-nav-menu a {
    position: relative;
    display: block;
    padding: 0.625rem 1.875rem;
    outline-width: 0;
    color: var(--bs-body-color);
    text-decoration: none;
}
.wpb-shortcode-wrapper .iq-nav-menu .menu-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
}
.wpb-shortcode-wrapper .iq-nav-menu ul {
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
    margin-left: 1.5rem;
}
.wpb-shortcode-wrapper .ecommbnav-scroll {
    position: relative;
    height: 100%;
}
.wpb-shortcode-wrapper .iq-font-style button .iq-heading-text {
    color: var(--bs-primary) !important;
}
.wpb-shortcode-wrapper .iq-font-style button.btn-primary .iq-heading-text {
    color: var(--bs-white) !important;
}
.wpb-shortcode-wrapper .search-input .iq-header-search-icon {
    top: 0.5rem;
    right: 1rem;
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .iq-navbar .wpb-wordpress-logo {
        padding: 1.22rem 0;
    }
    .wpb-shortcode-wrapper .iq-navbar .wpb-wordpress-logo svg {
        font-size: 40px;
        height: 40px;
        width: 40px;
    }
    .wpb-shortcode-wrapper .iq-nav-menu {
        flex-direction: row;
        margin-bottom: 0;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li {
        position: relative;
        flex-direction: column;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li > ul {
        position: absolute;
        height: auto !important;
        top: 100%;
        width: 100%;
        min-width: 17.75rem;
        z-index: 999;
        left: auto;
        right: auto;
        padding: 0.5rem 1em;
        display: none;
        margin: 0;
        background: var(--bs-gray-900);
        border-radius: var(--bs-border-radius);
        animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li > ul ul {
        left: 100%;
        top: 0;
        box-shadow: 0 0.25rem 2rem #0000001a;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li > ul li {
        padding: 0;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li > ul li a {
        transition: var(--sidebar-transition);
        transition-duration: var(--sidebar-transition-duration);
        transition-timing-function: var(--sidebar-transition-function-ease-in-out);
        padding: 0.5rem 1.25rem;
    }
    .wpb-shortcode-wrapper .iq-nav-menu > li {
        flex: 0 0 auto;
        position: relative;
    }
    .wpb-shortcode-wrapper .iq-nav-menu > li > a {
        padding: 0.5rem 1rem;
        margin: 0.125rem;
        border-radius: 0.5rem;
    }
    .wpb-shortcode-wrapper .iq-nav-menu > li:hover {
        border-color: transparent;
        padding: 0;
    }
    .wpb-shortcode-wrapper .iq-nav-menu > li a.nav-link.active {
        color: var(--bs-primary);
    }
    .wpb-shortcode-wrapper .iq-nav-menu > li a.nav-link:hover {
        color: var(--bs-primary) !important;
    }
    .wpb-shortcode-wrapper .iq-nav-menu ul {
        border-left: 0;
    }
    .wpb-shortcode-wrapper .iq-nav-menu > li.iq-ecomm-active {
        padding: 0;
    }
    .wpb-shortcode-wrapper .product-offcanvas .offcanvas-backdrop.show {
        opacity: 0;
    }
    .wpb-shortcode-wrapper .iq-product-menu-responsive.offcanvas-end {
        width: auto;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .iq-navbar .wpb-wordpress-logo {
        margin-left: 2rem;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li a {
        padding-left: 1rem;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li a .right-icon {
        transition: all 0.1s ease-in-out;
    }
    .wpb-shortcode-wrapper .iq-nav-menu li a:not(.collapsed)[aria-expanded="true"] {
        color: var(--bs-primary);
    }
    .wpb-shortcode-wrapper .iq-nav-menu li a:not(.collapsed)[aria-expanded="true"] .right-icon {
        transition: all 0.1s ease-in-out;
        transform: rotate(90deg);
    }
    .wpb-shortcode-wrapper .offcanvas-end.iq-product-menu-responsive,
    .wpb-shortcode-wrapper .offcanvas-start.iq-product-menu-responsive {
        top: 3.7rem;
        position: fixed;
        padding-top: 3.7rem;
    }
    .wpb-shortcode-wrapper .product-offcanvas {
        position: relative;
    }
    .wpb-shortcode-wrapper .product-offcanvas .offcanvas-backdrop {
        position: fixed;
        top: 3.7rem !important;
    }
    .wpb-shortcode-wrapper .iq-responsive-menu {
        display: block;
    }
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse:not(.offcanvas-collapse) {
        position: absolute;
        top: 96%;
        left: 0;
        width: 100%;
        flex-grow: unset;
        background: var(--bs-gray-900);
        z-index: 1081;
        box-shadow: var(--bs-box-shadow-sm);
        transition: all 0.4s ease;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .iq-navbar .wpb-wordpress-logo {
        margin-left: 2.5rem;
    }
}
.wpb-shortcode-wrapper .header-hover-menu .iq-nav-menu li.active > a {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .header-hover-menu .iq-nav-menu li .nav-link.active {
    color: var(--bs-primary);
    font-weight: 500;
}
.wpb-shortcode-wrapper .header-hover-menu.iq-nav-menu .nav-item > .nav-link:hover {
    color: var(--bs-primary);
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .header-hover-menu .iq-nav-menu li:hover > ul {
        display: block;
    }
    .wpb-shortcode-wrapper .header-hover-menu .iq-nav-menu li.active > a {
        color: var(--bs-primary);
    }
    .wpb-shortcode-wrapper .header-hover-menu .iq-nav-menu > li:hover {
        border-color: transparent;
        padding: 0;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .header-hover-menu .iq-nav-menu li.active:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 100%;
        top: 0;
        border-radius: var(--bs-border-radius);
        background: var(--bs-primary);
        left: 0;
        z-index: -1;
    }
    .wpb-shortcode-wrapper .header-hover-menu.iq-navbar .navbar-collapse:not(.offcanvas-collapse) {
        position: absolute;
        top: 96%;
        left: 0;
        width: 100%;
        flex-grow: unset;
        background: var(--bs-gray-900);
        z-index: 1081;
        box-shadow: var(--bs--box-shadow-sm);
        transition: all 0.4s ease;
    }
}
@keyframes menu-sub-dropdown-animation-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes menu-sub-dropdown-animation-move-up {
    0% {
        margin-top: 0.75rem;
    }
    to {
        margin-top: 0;
    }
}
@keyframes menu-sub-dropdown-animation-move-down {
    0% {
        margin-bottom: 0.75rem;
    }
    to {
        margin-bottom: 0;
    }
}
.wpb-shortcode-wrapper .footer {
    font-size: 0.875rem;
    background: var(--bs-gray-900);
}
.wpb-shortcode-wrapper .footer .footer-body {
    padding: 1rem calc(var(--bs-gutter-x, 1rem) * 2);
}
.wpb-shortcode-wrapper .footer.sticky {
    position: sticky;
    bottom: 0;
}
.wpb-shortcode-wrapper .content-inner {
    padding: calc(var(--bs-gutter-x, 1rem) * 2);
}
.wpb-shortcode-wrapper .title-text {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .font-size-12 {
    font-size: 0.75rem;
}
.wpb-shortcode-wrapper .font-size-13 {
    font-size: 0.813rem;
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .content-inner {
        padding: calc(var(--bs-gutter-x, 1rem) * 1);
    }
}
.wpb-shortcode-wrapper .flatpickr-calendar {
    background: var(--bs-gray-900);
    box-shadow: 1px 0 0 rgba(var(--bs-gray-900), 0.3), -1px 0 0 rgba(var(--bs-gray-900), 0.3), 0 1px 0 rgba(var(--bs-gray-900), 0.3), 0 -1px 0 rgba(var(--bs-gray-900), 0.3), 0 3px 13px #00000014;
}
.wpb-shortcode-wrapper .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .flatpickr-day.inRange,
.wpb-shortcode-wrapper .flatpickr-day.nextMonthDay.inRange,
.wpb-shortcode-wrapper .flatpickr-day.nextMonthDay.today.inRange {
    background: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .flatpickr-day.nextMonthDay:focus,
.wpb-shortcode-wrapper .flatpickr-day.nextMonthDay:hover,
.wpb-shortcode-wrapper .flatpickr-day.prevMonthDay.inRange,
.wpb-shortcode-wrapper .flatpickr-day.prevMonthDay.today.inRange,
.wpb-shortcode-wrapper .flatpickr-day.prevMonthDay:focus,
.wpb-shortcode-wrapper .flatpickr-day.prevMonthDay:hover {
    border-color: #ffffff4d;
    background: rgba(255, 255, 255, 0.3);
    color: #000c;
}
.wpb-shortcode-wrapper .flatpickr-day.today.inRange,
.wpb-shortcode-wrapper .flatpickr-day:focus,
.wpb-shortcode-wrapper .flatpickr-day:hover {
    border-color: var(--bs-gray-900);
    background: var(--bs-gray-900);
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .flatpickr-day.nextMonthDay,
.wpb-shortcode-wrapper .flatpickr-day.flatpickr-disabled {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .flatpickr-day.nextMonthDay:hover,
.wpb-shortcode-wrapper .flatpickr-day.flatpickr-disabled:hover {
    border-color: var(--bs-gray-900);
    background: var(--bs-gray-900);
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .dayContainer .flatpickr-day.endRange,
.wpb-shortcode-wrapper .dayContainer .flatpickr-day.startRange {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.wpb-shortcode-wrapper .flatpickr-months .flatpickr-month {
    color: var(--bs-body-color);
    fill: var(--bs-body-color);
}
.wpb-shortcode-wrapper .flatpickr-months .flatpickr-prev-month,
.wpb-shortcode-wrapper .flatpickr-months .flatpickr-next-month {
    color: var(--bs-heading-color);
    fill: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .flatpickr-day {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .ranges {
    border: 1px solid var(--bs-gray-400);
}
.wpb-shortcode-wrapper .ranges .range-list {
    padding: 1rem 1.5rem;
}
.wpb-shortcode-wrapper .ranges .range-list li {
    font-size: 0.75rem;
    padding: 1rem 0rem;
    border-bottom: 1px solid var(--bs-gray-400);
}
.wpb-shortcode-wrapper .ranges .range-list li a {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .ranges .range-list li a:hover,
.wpb-shortcode-wrapper .ranges .range-list li.active a {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .ranges .range-list li:last-child {
    border-bottom: 0px;
}
.wpb-shortcode-wrapper .ranges .calender-list-box {
    border-left: 1px solid var(--bs-gray-400);
    position: relative;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calender-header {
    border-top-right-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body {
    padding: 1rem;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar {
    background: var(--bs-body-bg);
    width: 100%;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-rContainer,
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-days {
    width: 100%;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .dayContainer {
    width: 100%;
    min-width: auto;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px 0;
    place-items: center;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .dayContainer .flatpickr-day {
    width: 100%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-current-month {
    width: 90%;
    left: 7%;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
    padding: 0;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
    width: 5ch;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-prev-month,
.wpb-shortcode-wrapper .ranges .calender-list-box .calander-body .flatpickr-calendar .flatpickr-next-month {
    padding: 0;
    line-height: 34px;
}
.wpb-shortcode-wrapper .ranges .calender-list-box .calender-footer {
    border-top: 1px solid var(--bs-gray-400);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper .fc-toolbar {
        flex-wrap: wrap;
    }
    .wpb-shortcode-wrapper .fc-toolbar .fc-left {
        margin-bottom: 1rem;
    }
    .wpb-shortcode-wrapper .fc-toolbar .fc-right .fc-button-group {
        margin-top: 1rem;
    }
    .wpb-shortcode-wrapper .flatpickr-calendar.open {
        left: 32px !important;
    }
}
.wpb-shortcode-wrapper .profile-icon {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50%;
}
.wpb-shortcode-wrapper .profile-icon.iq-icon-box {
    height: 3.625rem;
    width: 3.625rem;
    line-height: 3.625rem;
    text-align: center;
    margin-right: 10px;
    font-size: 26px;
    text-decoration: none;
}
.wpb-shortcode-wrapper .upload-icone {
    position: absolute;
    top: auto;
    left: 55px;
    bottom: -7px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
    height: 2.188rem;
    width: 2.188rem;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    border: 5px solid #fff;
}
.wpb-shortcode-wrapper .upload-icone .file-upload {
    display: none;
}
.wpb-shortcode-wrapper .card-profile {
    margin-top: -120px;
    font-size: 1rem;
}
.wpb-shortcode-wrapper .profile-info {
    position: relative;
    padding: 0 10px;
}
.wpb-shortcode-wrapper .profile-info:before {
    content: "";
    border-right: 1px solid #f0f0f0;
    background: #f0f0f0;
    height: 3.125rem;
    width: 1px;
    position: absolute;
    right: 0;
    top: 30px;
}
.wpb-shortcode-wrapper .profile-info:first-child {
    padding-left: 0;
}
.wpb-shortcode-wrapper .profile-info:last-child {
    padding-right: 0;
}
.wpb-shortcode-wrapper .profile-info:last-child:before {
    display: none;
}
.wpb-shortcode-wrapper .profile-info .profile-icon.icon {
    line-height: 36px;
}
.wpb-shortcode-wrapper .profile-media {
    position: relative;
    padding-bottom: 1.5rem;
    z-index: 9;
}
.wpb-shortcode-wrapper .profile-media:before {
    content: "";
    border-right: 2px solid var(--bs-border-color);
    background: var(--bs-border-color);
    height: 100%;
    width: 1px;
    position: absolute;
    left: 9px;
    top: 0.5rem;
    z-index: -1;
}
.wpb-shortcode-wrapper .profile-dots {
    height: 20px;
    width: 20px;
    border: 2px solid;
    border-radius: 0.125rem;
    background: var(--bs-gray-900);
}
.wpb-shortcode-wrapper .profile-dots-pills {
    height: 20px;
    width: 20px;
    border: 2px solid;
    border-radius: 50rem;
    background: var(--bs-gray-900);
}
.wpb-shortcode-wrapper .profile-card-img {
    margin-top: -50px;
}
.wpb-shortcode-wrapper .profile-card-height {
    height: 200px;
}
.wpb-shortcode-wrapper .wpb-shortcode-wrapper .form-label {
    font-size: 0.88rem !important;
}
@media (max-width: 991px) {
    .wpb-shortcode-wrapper .profile-info:before {
        display: none;
    }
}
@media (max-width: 575px) {
    .wpb-shortcode-wrapper .card-profile {
        margin-top: -70px;
    }
}
@media (max-width: 479px) {
    .wpb-shortcode-wrapper .profile-overly h3,
    .wpb-shortcode-wrapper .profile-overly .h3 {
        font-size: 14px;
    }
}
.wpb-shortcode-wrapper .logo-main .logo-mini {
    display: none;
}
.wpb-shortcode-wrapper .logo-main .logo-normal {
    display: block;
}
.wpb-shortcode-wrapper .loader.simple-loader {
    background-color: var(--bs-body-bg);
    height: 100%;
    width: 100%;
    position: fixed;
    place-content: center;
    overflow: hidden !important;
    right: 0;
    z-index: 1250;
}
.wpb-shortcode-wrapper .loader.simple-loader .loader-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.wpb-shortcode-wrapper ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.wpb-shortcode-wrapper ::-webkit-scrollbar-track {
    border-radius: 0.313em;
}
.wpb-shortcode-wrapper ::-webkit-scrollbar-thumb {
    background: var(--bs-gray-500);
    border-radius: 0.313em;
}
.wpb-shortcode-wrapper .yScroller::-webkit-scrollbar {
    display: none;
}
.wpb-shortcode-wrapper .yScroller {
    scrollbar-width: none;
}
.wpb-shortcode-wrapper .notification-toast {
    width: 100%;
    max-width: 380px;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    display: inline-block;
    position: fixed;
    top: 60px;
    right: 30px;
    border-radius: 12px;
    box-shadow: var(--bs-shabow);
    z-index: 999999;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
.wpb-shortcode-wrapper .notification-toast .message-container .message-icon svg {
    height: 30px;
    width: 30px;
}
.wpb-shortcode-wrapper .notification-toast.success .message-container .message-icon svg {
    fill: #199226;
}
.wpb-shortcode-wrapper .notification-toast.success .progress-bar {
    background-color: #199226;
}
.wpb-shortcode-wrapper .notification-toast.warning .message-container .message-icon svg {
    fill: #f16a1b;
}
.wpb-shortcode-wrapper .notification-toast.warning .progress-bar {
    background-color: #f16a1b;
}
.wpb-shortcode-wrapper .notification-toast.info .message-container .message-icon svg {
    fill: #08b1ba;
}
.wpb-shortcode-wrapper .notification-toast.info .progress-bar {
    background-color: #08b1ba;
}
.wpb-shortcode-wrapper .notification-toast.danger .message-container .message-icon svg {
    fill: #f4462c;
}
.wpb-shortcode-wrapper .notification-toast.danger .progress-bar {
    background-color: #f4462c;
}
.wpb-shortcode-wrapper .notification-toast .message .text-1 {
    text-transform: uppercase;
}
@media (max-width: 400px) {
    .wpb-shortcode-wrapper .notification-toast {
        width: calc(100% - 15px);
        max-width: calc(100% - 15px);
        left: 10px;
        right: 10px;
    }
}
.wpb-shortcode-wrapper .offcanvas .offcanvas-header .btn-close {
    margin-right: 0;
}
.wpb-shortcode-wrapper .offcanvas .offcanvas-header .btn-close.add-btn-close {
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    font-size: 0.5rem;
    border: 1px solid;
    color: var(--bs-heading-color) !important;
}
.wpb-shortcode-wrapper .offcanvas .offcanvas-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}
.wpb-shortcode-wrapper .offcanvas .offcanvas-footer {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.wpb-shortcode-wrapper .offcanvas.advance-filter {
    width: 590px;
}
.wpb-shortcode-wrapper .offcanvas.booking-offcanvas {
    width: 800px;
}
.wpb-shortcode-wrapper .booking-form #add-booking-form,
.wpb-shortcode-wrapper .offcanvas-contains-form .offcanvas-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.wpb-shortcode-wrapper .setting-tabs .nav-link {
    font-size: 0.75rem;
    color: var(--bs-gray);
    border: 2px solid var(--bs-border-color);
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .setting-tabs .nav-link:hover {
    background: transparent;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .setting-tabs .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .form-check-label {
    font-size: 0.75rem;
}
.wpb-shortcode-wrapper .wpb-site_logo .file-upload {
    display: none;
}
.wpb-shortcode-wrapper #cover_image_preview,
.wpb-shortcode-wrapper #site_logo_image_preview {
    position: relative;
    display: inline-block;
}
.wpb-shortcode-wrapper #site_logo_image_preview .booking-cover-image {
    margin-top: 1.5rem;
}
.wpb-shortcode-wrapper #site_logo_image_preview .booking-cover-image img {
    width: 150px;
}
.wpb-shortcode-wrapper #site_logo_image_preview #site_logo_preview_btn {
    top: 32px;
}
.wpb-shortcode-wrapper #cover_image_preview {
    width: 100%;
    height: 100%;
    display: none;
}
.wpb-shortcode-wrapper #cover_image_preview:has(.booking-cover-image) {
    display: block;
}
.wpb-shortcode-wrapper #cover_image_preview .booking-cover-image {
    height: 100%;
}
.wpb-shortcode-wrapper #cover_image_preview .booking-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper #cover_image_preview #cover_image_preview-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    font-size: 0.5rem;
    padding: 0.5rem;
    border: none;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    opacity: 1;
}
.wpb-shortcode-wrapper #site_logo_image_preview #site_logo_preview_btn {
    position: absolute;
    right: 10px;
    -webkit-border-radius: var(--bs-border-radius-lg);
    border-radius: var(--bs-border-radius-lg);
    font-size: 0.5rem;
    padding: 0.5rem;
    border: none;
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    opacity: 1;
}
.wpb-shortcode-wrapper .btn-close.btn-close-icon-white {
    --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path d="M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z"/></svg>');
}
.wpb-shortcode-wrapper .custom-code-block :is(#wp-css_code-wrap, #wp-js_code-wrap) {
    width: 100%;
}
.wpb-shortcode-wrapper .days_slots {
    margin-bottom: 1rem;
}
.wpb-shortcode-wrapper .days_slots:nth-last-child(2) {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .new-question-container .new-question {
    margin-bottom: 30px;
}
.wpb-shortcode-wrapper .new-question-container .new-question:last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .sidebar {
    display: block;
    position: fixed;
    width: 100%;
    max-width: var(--sidebar-width);
    top: 0;
    bottom: 0;
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    z-index: 910;
    background-color: var(--bs-gray-900);
    color: var(--bs-primary);
    box-shadow: 0 0 30px rgba(var(--bs-primary-rgb), 0.05);
}
.wpb-shortcode-wrapper .sidebar .sidebar-body {
    padding: 0 1rem;
    overflow: hidden;
}
.wpb-shortcode-wrapper .sidebar .data-scrollbar {
    max-height: calc(100% - 130px);
}
.wpb-shortcode-wrapper .sidebar .sidebar-header {
    position: relative;
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 2rem;
}
.wpb-shortcode-wrapper .sidebar .sidebar-logo {
    transition-property: transform, opacity;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    margin-left: 1rem;
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .sidebar .navbar-brand {
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
}
.wpb-shortcode-wrapper .sidebar .navbar-brand svg {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .sidebar .navbar-brand .logo-title {
    margin-left: 1rem;
    margin-bottom: 0;
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    transform: translate(0);
    opacity: 1;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .sidebar .logo-main .logo-mini {
    display: none;
}
.wpb-shortcode-wrapper .sidebar .logo-main .logo-normal {
    display: block;
}
.wpb-shortcode-wrapper .sidebar .sidebar-toggle {
    position: absolute;
    right: -12px;
    top: 50%;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    padding: 0.2rem;
    border-radius: 50rem;
    box-shadow: 0 0.063rem 1.875rem #00000014;
    transform: translateY(-50%);
}
.wpb-shortcode-wrapper .sidebar .sidebar-toggle:hover {
    box-shadow: 0 0.063rem 1.875rem #00000014;
}
.wpb-shortcode-wrapper .sidebar .sidebar-toggle .icon {
    display: flex;
    transform: rotate(0);
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item {
    position: relative;
    transition-property: background-color, color, border-radius, transform, opacity, padding-left, padding-right;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    color: var(--bs-gray-400);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link.static-item {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link .icon {
    color: var(--bs-heading-color);
    transition: all 0.3s ease 0s;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item.static-item .default-icon {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item.static-item .default-icon:after {
    content: "";
    background-color: var(--bs-gray-400);
    height: 2px;
    width: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item.static-item:first-child .nav-link.static-item {
    margin-top: 0;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .disabled {
    color: var(--bs-gray-400);
    cursor: unset !important;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link {
    transition-property: background-color, color, border-radius, transform, opacity;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    cursor: pointer;
    line-height: 1.5;
    color: inherit;
    transition: all 0.3s ease 0s;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-transform: capitalize;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link.active {
    transition-property: background-color, color, border-radius, transform, opacity;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:hover {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link.static-item .mini-icon {
    display: none;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link .item-name {
    flex: 1;
    margin-left: 0.75rem;
    transform: translate(0);
    opacity: 1;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: inherit;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link .sidenav-mini-icon {
    opacity: 0;
    display: none;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:not(.disabled) {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:not(.disabled) .right-icon {
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    display: flex;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:not(.disabled) .icon {
    display: flex;
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:not(.disabled).active .right-icon,
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:not(.disabled)[aria-expanded="true"] .right-icon {
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    transform: rotate(90deg);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link:not(.disabled).active[aria-expanded="false"] .right-icon {
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    transform: rotate(0);
}
.wpb-shortcode-wrapper .sidebar-base .nav-item .nav-link svg {
    height: 20px;
    width: 20px;
}
.wpb-shortcode-wrapper .sidebar-base .sub-nav {
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
}
.wpb-shortcode-wrapper body {
    --sidebar-width: 16.25rem;
    --sidebar-transition: color, background-color, background-image, transform, width, max-width, height, margin, padding;
    --sidebar-transition-duration: 0.4s;
    --sidebar-transition-function-ease: ease;
    --sidebar-transition-function-ease-in-out: ease-in-out;
}
.wpb-shortcode-wrapper .main-content .content-inner {
    min-height: calc(100vh - 6.6rem);
}
.wpb-shortcode-wrapper .main-content .content-inner.navbar-sticky-space {
    padding-top: 4.875em;
}
.wpb-shortcode-wrapper .sidebar + .main-content {
    margin-left: var(--sidebar-width);
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper .sidebar + .main-content .nav .navbar-brand {
        display: none;
    }
}
.wpb-shortcode-wrapper .sidebar.sidebar-default .nav-link:not(.static-item) {
    --shadow-dark-color: var(--bs-primary-rgb);
}
.wpb-shortcode-wrapper .sidebar.sidebar-default .nav-link:not(.static-item).active,
.wpb-shortcode-wrapper .sidebar.sidebar-default .nav-link:not(.static-item)[aria-expanded="true"] {
    background: var(--bs-primary);
    color: #fff;
    box-shadow: 0 10px 20px -10px rgba(var(--shadow-dark-color), 38%);
}
.wpb-shortcode-wrapper .sidebar.sidebar-default .nav-link:not(.static-item):hover:not(.active):not([aria-expanded="true"]) {
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
    box-shadow: unset;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini {
    --sidebar-width: 4.8rem;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini + .main-content {
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease);
    --sidebar-width: 4.8rem;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .sub-nav .nav-item {
    padding-left: 0;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .nav-link {
    justify-content: center;
    padding: 0.5rem 0;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .sub-nav .nav-item .icon {
    display: none;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .sub-nav .nav-link i.sidenav-mini-icon {
    font-style: inherit !important;
    opacity: 1;
    display: block;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .nav-link:not(.static-item) span {
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-radius 0.4s ease-in-out, transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transform: translate(-100%) scale(0);
    opacity: 0;
    display: none;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .nav-link:not(.static-item) span.sidenav-mini-icon {
    opacity: 1;
    display: block;
    -webkit-transform: translateX(-100%) scale(1);
    transform: translate(-100%) scale(1);
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini.sidebar-base:not(.sidebar-hover:hover) .nav-item .nav-link.static-item {
    text-align: center;
    justify-content: center;
    font-size: 0;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini .sidebar-header .logo-title {
    transition: all 0.45s ease;
    transform: translate(-100%);
    opacity: 0;
    font-size: 0;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini .nav-item.static-item .default-icon:after {
    width: 10px;
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini .logo-main .logo-normal {
    transform: translate(8px);
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini .logo-main .logo-normal img {
    width: 40px;
    height: auto;
}
.wpb-shortcode-wrapper .sidebar:not(.sidebar-color) .nav-item:not(.static-item) .nav-link.active,
.wpb-shortcode-wrapper .sidebar:not(.sidebar-color) .nav-item:not(.static-item) .nav-link[aria-expanded="true"],
.wpb-shortcode-wrapper .sidebar:not(.sidebar-color) .nav-item:not(.static-item) .nav-link:hover {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .sidebar:not(.sidebar-color) .nav-item:not(.static-item) .nav-link.active .icon,
.wpb-shortcode-wrapper .sidebar:not(.sidebar-color) .nav-item:not(.static-item) .nav-link[aria-expanded="true"] .icon,
.wpb-shortcode-wrapper .sidebar:not(.sidebar-color) .nav-item:not(.static-item) .nav-link:hover .icon {
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .sidebar-toggle {
    position: absolute;
    right: -12px;
    top: 16px;
    padding: 0.2rem;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 50rem;
}
.wpb-shortcode-wrapper .sidebar-toggle .icon {
    display: flex;
    transform: rotate(0);
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
}
.wpb-shortcode-wrapper .sidebar-toggle .icon .icon-20 {
    display: block;
    transition: transform;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    height: 1.25rem;
    width: 1.25rem;
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .sidebar-toggle {
        right: 18px;
    }
}
.wpb-shortcode-wrapper .sidebar.sidebar-mini .sidebar-toggle .icon-20 {
    transition: transform;
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    transform: rotate(180deg);
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .sidebar + .main-content {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .sidebar .sidebar-toggle {
        right: 18px;
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-mini + .main-content {
        margin-left: 0;
    }
    .wpb-shortcode-wrapper .sidebar.sidebar-mini {
        transform: translate(-250%);
    }
    .wpb-shortcode-wrapper .iq-navbar .navbar-brand {
        margin-left: 2rem;
    }
}
.wpb-shortcode-wrapper body.offcanvas-active {
    overflow: hidden;
}
.wpb-shortcode-wrapper .horizontal-nav {
    background: inherit;
}
.wpb-shortcode-wrapper .horizontal-nav .offcanvas-header {
    display: none;
    pointer-events: none;
}
.wpb-shortcode-wrapper .screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #0009;
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.wpb-shortcode-wrapper .screen-darken.active {
    z-index: 10;
    transition: opacity 0.3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .iq-navbar .navbar-brand {
        margin-left: 2rem;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper .horizontal-nav .offcanvas-header {
        opacity: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        pointer-events: auto;
    }
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas {
        background: var(--bs-gray-900);
        visibility: hidden;
        transform: translate(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas.show {
        visibility: visible;
        transform: translate(0);
    }
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container,
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container-fluid,
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container-sm,
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container-md,
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container-lg,
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container-xl,
    .wpb-shortcode-wrapper .horizontal-nav.mobile-offcanvas .container-xxl {
        display: block;
    }
    .wpb-shortcode-wrapper .iq-navbar .mobile-offcanvas:not(.horizontal-nav) .navbar-brand {
        align-items: center;
        flex: 1;
        justify-content: center;
    }
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse:not(.offcanvas-collapse) .navbar-nav {
        flex-direction: row;
        float: right;
        align-items: center;
    }
    .wpb-shortcode-wrapper .iq-navbar .navbar-collapse:not(.offcanvas-collapse) .navbar-nav > li {
        padding: 0.5rem 1.5rem 0.5rem 0rem;
    }
    .wpb-shortcode-wrapper .dual-horizontal .navbar-nav .nav-link {
        color: var(--bs-body-color) !important;
    }
    .wpb-shortcode-wrapper .dual-horizontal .navbar-nav .nav-link.active {
        color: var(--bs-heading-color) !important;
    }
}
.wpb-shortcode-wrapper .h-10 {
    height: 10rem;
}
.wpb-shortcode-wrapper .line-height-0 {
    line-height: 0;
}
.wpb-shortcode-wrapper .max-17 {
    max-height: 17rem;
    overflow: auto;
    overflow-y: scroll;
}
.wpb-shortcode-wrapper .icon-10 {
    height: 0.625rem;
    width: 0.625rem;
}
.wpb-shortcode-wrapper .icon-14 {
    height: 0.875rem;
    width: 0.875rem;
}
.wpb-shortcode-wrapper .icon-16 {
    height: 1rem;
    width: 1rem;
}
.wpb-shortcode-wrapper .icon-18 {
    height: 1.125rem;
    width: 1.125rem;
}
.wpb-shortcode-wrapper .icon-20 {
    height: 1.25rem;
    width: 1.25rem;
}
.wpb-shortcode-wrapper .icon-22 {
    height: 1.375rem;
    width: 1.375rem;
}
.wpb-shortcode-wrapper .icon-24 {
    height: 1.5rem;
    width: 1.5rem;
}
.wpb-shortcode-wrapper .icon-30 {
    height: 1.875rem;
    width: 1.875rem;
}
.wpb-shortcode-wrapper .icon-32 {
    height: 2rem;
    width: 2rem;
}
.wpb-shortcode-wrapper .icon-35 {
    height: 2.1875rem;
    width: 2.1875rem;
}
.wpb-shortcode-wrapper .icon-40 {
    height: 2.5rem;
    width: 2.5rem;
}
.wpb-shortcode-wrapper .icon-44 {
    height: 2.75rem;
    width: 2.75rem;
}
.wpb-shortcode-wrapper .avatar {
    position: relative;
}
.wpb-shortcode-wrapper .avatar-24 {
    height: 1.5rem;
    width: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-30 {
    height: 1.875rem;
    width: 1.875rem;
    min-width: 1.875rem;
    text-align: center;
    line-height: 1.875rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-40 {
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-45 {
    height: 2.8125rem;
    width: 2.8125rem;
    min-width: 2.8125rem;
    text-align: center;
    line-height: 2.8125rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-48 {
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-50 {
    height: 3.125rem;
    width: 3.125rem;
    min-width: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-60 {
    height: 3.75rem;
    width: 3.75rem;
    min-width: 3.75rem;
    text-align: center;
    line-height: 3.75rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-70 {
    height: 4.375rem;
    width: 4.375rem;
    min-width: 4.375rem;
    text-align: center;
    line-height: 4.375rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-80 {
    height: 5rem;
    width: 5rem;
    min-width: 5rem;
    text-align: center;
    line-height: 5rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-90 {
    height: 5.625rem;
    width: 5.625rem;
    min-width: 5.625rem;
    text-align: center;
    line-height: 5.625rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-100 {
    height: 6.25rem;
    width: 6.25rem;
    min-width: 6.25rem;
    text-align: center;
    line-height: 6.25rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-120 {
    height: 7.5rem;
    width: 7.5rem;
    min-width: 7.5rem;
    text-align: center;
    line-height: 7.5rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-130 {
    height: 8.125rem;
    width: 8.125rem;
    min-width: 8.125rem;
    text-align: center;
    line-height: 8.125rem;
    border-radius: 0.375rem;
}
.wpb-shortcode-wrapper .avatar-status {
    position: absolute;
    bottom: -4px;
    top: auto;
    left: auto;
    right: 4px;
}
.wpb-shortcode-wrapper .avatar-status i {
    font-size: 12px;
}
.wpb-shortcode-wrapper .avatar-borderd,
.wpb-shortcode-wrapper .avatar-borderd-1 {
    border: 1px solid;
    border-color: rgba(var(--bs-primary), 0.2);
}
.wpb-shortcode-wrapper .avatar-borderd-2 {
    border: 2px solid;
    border-color: rgba(var(--bs-primary), 0.2);
}
.wpb-shortcode-wrapper .avatar-borderd-3 {
    border: 3px solid;
    border-color: rgba(var(--bs-primary), 0.2);
}
.wpb-shortcode-wrapper .avatar-borderd-4 {
    border: 4px solid;
    border-color: rgba(var(--bs-primary), 0.2);
}
.wpb-shortcode-wrapper .avatar-borderd-5 {
    border: 5px solid;
    border-color: rgba(var(--bs-primary), 0.2);
}
.wpb-shortcode-wrapper .avatar-rounded {
    border-radius: 50rem;
    overflow: hidden;
}
.wpb-shortcode-wrapper .iq-media-group {
    padding: 0 12px;
}
.wpb-shortcode-wrapper .iq-media-group .iq-media {
    margin-left: -12px;
    position: relative;
    z-index: 0;
    transition: all 0.4s ease-in-out;
}
.wpb-shortcode-wrapper .iq-media-group .iq-media:hover {
    z-index: 9;
    text-decoration: none;
}
.wpb-shortcode-wrapper .iq-media-group .iq-icon-box-3 {
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    line-height: 2.5rem;
    background: var(--bs-gray-900);
    border: 2px solid var(--bs-primary);
    text-align: center;
    font-size: 0.875rem;
    text-decoration: none;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpb-shortcode-wrapper .object-contain {
    object-fit: contain;
}
.wpb-shortcode-wrapper .object-cover {
    object-fit: cover;
}
.wpb-shortcode-wrapper .apexcharts-radialbar-area {
    stroke-linecap: round;
}
.wpb-shortcode-wrapper .apexcharts-svg .apexcharts-yaxis-texts-g text {
    fill: var(--bs-gray);
}
.wpb-shortcode-wrapper .apexcharts-svg .apexcharts-xaxis-texts-g text {
    fill: var(--bs-gray);
}
.wpb-shortcode-wrapper .apexcharts-toolbar .apexcharts-menu {
    background: var(--bs-gray-900);
    color: var(--bs-body-color);
    border-color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .apexcharts-canvas {
    margin: 0 auto;
}
.wpb-shortcode-wrapper .staff-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    cursor: pointer;
    color: var(--bs-heading-color);
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-gray-900);
    border: 1px solid var(--bs-border-color);
    transition: all 0.3s ease-in;
}
.wpb-shortcode-wrapper .staff-item label .staff-img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    object-fit: cover;
}
.wpb-shortcode-wrapper .staff-item input {
    display: none;
}
.wpb-shortcode-wrapper .staff-item input:checked + label {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .date_custom_input {
    width: 230px;
}
.wpb-shortcode-wrapper .dropdown .custom-dropdown-calender {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    font-size: 0.875rem;
}
.wpb-shortcode-wrapper .dropdown .custom-dropdown-calender.show {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .dropdown .custom-dropdown-calender img {
    height: 16px;
    width: 16px;
}
.wpb-shortcode-wrapper .dropdown .auto-refresh-btn:after {
    margin: 0;
}
.wpb-shortcode-wrapper .fc-unthemed .fc-toolbar .fc-button {
    text-transform: capitalize;
}
.wpb-shortcode-wrapper .fc-unthemed th,
.wpb-shortcode-wrapper .fc-unthemed td,
.wpb-shortcode-wrapper .fc-unthemed thead,
.wpb-shortcode-wrapper .fc-unthemed tbody,
.wpb-shortcode-wrapper .fc-unthemed .fc-divider,
.wpb-shortcode-wrapper .fc-unthemed .fc-row,
.wpb-shortcode-wrapper .fc-unthemed .fc-content,
.wpb-shortcode-wrapper .fc-unthemed .fc-popover,
.wpb-shortcode-wrapper .fc-unthemed .fc-list-view,
.wpb-shortcode-wrapper .fc-unthemed .fc-list-heading td {
    border-color: var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .fc-unthemed td.fc-today {
    background: rgba(var(--bs-primary), 0.04) !important;
}
.wpb-shortcode-wrapper .fc-other-month.fc-past,
.wpb-shortcode-wrapper .fc-other-month.fc-future {
    background: var(--bs-body-bg);
}
.wpb-shortcode-wrapper .flatpickr-day.selected {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-day.selected:focus {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-day.selected:hover,
.wpb-shortcode-wrapper .flatpickr-day.startRange {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-day.startRange:focus {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-day.startRange:hover,
.wpb-shortcode-wrapper .flatpickr-day.endRange {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-day.endRange:focus {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-day.endRange:hover,
.wpb-shortcode-wrapper .flatpickr-day.selected.inRange,
.wpb-shortcode-wrapper .flatpickr-day.startRange.inRange,
.wpb-shortcode-wrapper .flatpickr-day.endRange.inRange,
.wpb-shortcode-wrapper .flatpickr-day.selected.prevMonthDay,
.wpb-shortcode-wrapper .flatpickr-day.startRange.prevMonthDay,
.wpb-shortcode-wrapper .flatpickr-day.endRange.prevMonthDay,
.wpb-shortcode-wrapper .flatpickr-day.selected.nextMonthDay,
.wpb-shortcode-wrapper .flatpickr-day.startRange.nextMonthDay,
.wpb-shortcode-wrapper .flatpickr-day.endRange.nextMonthDay {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .flatpickr-time input,
.wpb-shortcode-wrapper .flatpickr-time input:hover {
    background: var(--bs-white);
}
.wpb-shortcode-wrapper .flatpickr-time input:focus {
    background: var(--bs-white);
}
.wpb-shortcode-wrapper .flatpickr-time .flatpickr-am-pm:hover {
    background: var(--bs-white);
}
.wpb-shortcode-wrapper .flatpickr-time .flatpickr-am-pm:focus {
    background: var(--bs-white);
}
.wpb-shortcode-wrapper #event-calendar .ec-center .ec-title:after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 17 17" fill="%230C112E"><g></g><path d="M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z"></path></svg>');
    background-position: center center;
    transform: rotate(90deg);
    margin-left: 0.5rem;
}
.wpb-shortcode-wrapper #event-calendar .ec-button {
    padding: 9px 15px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    transition: all 0.3s ease-in;
}
.wpb-shortcode-wrapper #event-calendar .ec-body {
    overflow-x: visible;
    overflow-y: visible;
}
.wpb-shortcode-wrapper #event-calendar .ec-time-grid .ec-line:not(:first-child):after {
    border-color: var(--bs-border-color);
}
.wpb-shortcode-wrapper #event-calendar .ec-header .ec-day {
    padding: 30px 0;
}
.wpb-shortcode-wrapper #event-calendar .ec-month-view .ec-events .ec-event {
    height: auto !important;
}
.wpb-shortcode-wrapper #event-calendar .ec-events .ec-event {
    padding: 0rem;
    border-radius: var(--bs-border-radius-lg);
    box-shadow: none;
    margin-bottom: 1rem;
    font-size: initial;
}
.wpb-shortcode-wrapper #event-calendar .ec-events .ec-event:last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper #event-calendar .ec-events .ec-event:hover {
    z-index: 2 !important;
}
.wpb-shortcode-wrapper #event-calendar .ec-events .ec-event-box .ec-event-title {
    word-break: break-all;
}
.wpb-shortcode-wrapper #event-calendar .ec-events:hover .ec-event:not(:hover) {
    z-index: 0 !important;
}
.wpb-shortcode-wrapper #event-calendar .ec-event-box {
    padding: 1rem;
}
.wpb-shortcode-wrapper #event-calendar .ec-event-box .ec-event-time {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px;
    padding: 0.5rem 1rem;
    color: var(--bs-white);
    font-size: 10px;
    border-radius: var(--bs-border-radius-lg);
    white-space: normal;
}
.wpb-shortcode-wrapper #event-calendar .ec-event:has(.ec-event-box .wpb-approved) {
    border: 1px solid var(--bs-success);
}
.wpb-shortcode-wrapper #event-calendar .ec-event:has(.ec-event-box .wpb-cancelled) {
    border: 1px solid var(--bs-danger);
}
.wpb-shortcode-wrapper #event-calendar .ec-event:has(.ec-event-box .wpb-completed) {
    border: 1px solid var(--bs-info);
}
.wpb-shortcode-wrapper #event-calendar .ec-event:has(.ec-event-box .wpb-pending) {
    border: 1px solid var(--bs-warning);
}
.wpb-shortcode-wrapper #event-calendar .ec-event .ec-event-box.wpb-pending .ec-event-time {
    background-color: var(--bs-warning);
}
.wpb-shortcode-wrapper #event-calendar .ec-event .ec-event-box.wpb-approved .ec-event-time {
    background-color: var(--bs-success);
}
.wpb-shortcode-wrapper #event-calendar .ec-event .ec-event-box.wpb-cancelled .ec-event-time {
    background-color: var(--bs-danger);
}
.wpb-shortcode-wrapper #event-calendar .ec-event .ec-event-box.wpb-completed .ec-event-time {
    background-color: var(--bs-info);
}
.wpb-shortcode-wrapper #event-calendar .ec-event .event-info {
    color: var(--bs-heading-color);
    font-size: 12px;
    font-weight: 500;
}
.wpb-shortcode-wrapper #event-calendar .ec-event .ec-event-action .button-action {
    height: 30px;
    width: 30px;
    border-radius: var(--bs-border-radius);
    border: none;
    outline: none;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-day-head {
    background-color: var(--bs-gray-900);
}
.wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-header .ec-day {
    min-height: initial;
    line-height: initial;
    overflow: visible;
}
.wpb-shortcode-wrapper #event-calendar .ec-week-view .ec-events .ec-event:hover {
    width: 100% !important;
    left: 0 !important;
}
.wpb-shortcode-wrapper #event-calendar .ec-header,
.wpb-shortcode-wrapper #event-calendar .ec-all-day,
.wpb-shortcode-wrapper #event-calendar .ec-body,
.wpb-shortcode-wrapper #event-calendar .ec-days,
.wpb-shortcode-wrapper #event-calendar .ec-day,
.wpb-shortcode-wrapper #event-calendar .ec-day-head {
    border-color: var(--bs-border-color);
}
.wpb-shortcode-wrapper #event-calendar .ec-header .ec-day span,
.wpb-shortcode-wrapper #event-calendar .ec-header .ec-day time,
.wpb-shortcode-wrapper #event-calendar .ec-day-grid .ec-day-head {
    font-weight: 500;
    font-size: 12px;
}
.wpb-shortcode-wrapper #event-calendar .ec-button:not(:disabled):hover,
.wpb-shortcode-wrapper #event-calendar .ec-button.ec-active {
    color: var(--bs-heading-color);
    background-color: var(--bs-body-bg);
}
.wpb-shortcode-wrapper #event-calendar .ec-day-grid .ec-bg-events,
.wpb-shortcode-wrapper #event-calendar .ec-all-day .ec-bg-events {
    display: none;
}
.wpb-shortcode-wrapper #event-calendar .ec-day-grid .ec-event-title,
.wpb-shortcode-wrapper #event-calendar .ec-all-day .ec-event-title,
.wpb-shortcode-wrapper #event-calendar .ec-timeline .ec-event-title {
    white-space: inherit;
}
.wpb-shortcode-wrapper #event-calendar .ec-week-view .ec-events .ec-event,
.wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-events .ec-event {
    overflow: hidden;
}
.wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-events .ec-event:hover,
.wpb-shortcode-wrapper #event-calendar .ec-week-view .ec-events .ec-event:hover {
    height: auto !important;
    overflow: visible;
}
.wpb-shortcode-wrapper #event-calendar .ec-week-view .ec-events .ec-event .ec-event-box,
.wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-events .ec-event .ec-event-box {
    padding: 0.5rem;
}
.wpb-shortcode-wrapper #event-calendar .ec-week-view .ec-events .ec-event .ec-event-box .ec-event-time,
.wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-events .ec-event .ec-event-box .ec-event-time {
    padding: 0;
    background-color: transparent;
    color: var(--bs-heading-color);
    font-weight: 600;
    word-break: break-all;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event {
    padding: 0;
    border-radius: var(--bs-border-radius-lg);
    margin-bottom: 1rem;
    width: 100%;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .event-info {
    font-size: 16px;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event:last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box {
    padding: 2rem;
    border-radius: var(--bs-border-radius-lg);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box .list-event-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date {
    position: relative;
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 600;
    margin-right: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.3rem;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 2px;
    background-color: var(--bs-border-color-translucent);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date:last-child {
    padding-right: 0;
    margin-right: 0;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date:last-child:after {
    content: none;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box.wpb-pending {
    background-color: var(--bs-warning-bg-subtle);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box.wpb-approved {
    background-color: var(--bs-success-bg-subtle);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box.wpb-cancelled {
    background-color: var(--bs-danger-bg-subtle);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box.wpb-completed {
    background-color: var(--bs-info-bg-subtle);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-tag {
    display: none;
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-content {
    gap: 30px;
    padding: 30px;
    background: var(--bs-body-bg);
}
.wpb-shortcode-wrapper #event-calendar .ec-list .ec-day-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}
.wpb-shortcode-wrapper #event-calendar .ec .ec-toolbar {
    flex-wrap: wrap;
    gap: 10px;
}
.wpb-shortcode-wrapper #event-calendar .ec .ec-toolbar > * {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper #event-calendar .ec-day.ec-today {
    background-color: transparent;
}
.wpb-shortcode-wrapper .wpb-booking-status.wpb-pending {
    color: var(--bs-warning);
}
.wpb-shortcode-wrapper .wpb-booking-status.wpb-approved {
    color: var(--bs-success);
}
.wpb-shortcode-wrapper .wpb-booking-status.wpb-cancelled {
    color: var(--bs-danger);
}
.wpb-shortcode-wrapper .wpb-booking-status.wpb-completed {
    color: var(--bs-info);
}
.wpb-shortcode-wrapper .popover-container .popover-content {
    box-shadow: var(--bs-box-shadow);
}
.wpb-shortcode-wrapper .popover-container .popover-content.wpb-pending {
    background-color: var(--bs-warning-bg-subtle);
}
.wpb-shortcode-wrapper .popover-container .popover-content.wpb-approved {
    background-color: var(--bs-success-bg-subtle);
}
.wpb-shortcode-wrapper .popover-container .popover-content.wpb-cancelled {
    background-color: var(--bs-danger-bg-subtle);
}
.wpb-shortcode-wrapper .popover-container .popover-content.wpb-completed {
    background-color: var(--bs-info-bg-subtle);
}
.wpb-shortcode-wrapper .popover-container .popover-content .content-text {
    color: var(--font-color-gray);
}
.wpb-shortcode-wrapper .popover-container .popover-content .popover-event-title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
}
.wpb-shortcode-wrapper .ec-event-body .dropdown .dropdown-toggle:after {
    display: none;
}
.wpb-shortcode-wrapper .ec-day-grid .ec-event,
.wpb-shortcode-wrapper .ec-all-day .ec-event {
    position: unset !important;
    cursor: pointer;
}
.wpb-shortcode-wrapper .ec-list .ec-body {
    overflow: visible !important;
}
.wpb-shortcode-wrapper div#event-calendar.ec-loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.6705882353);
    z-index: 99;
}
.wpb-shortcode-wrapper div#event-calendar.ec-loading:after {
    content: "Loading...";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    width: 110px;
    height: 40px;
    transform: translate(-50%, -50%);
    z-index: 100;
    color: #000;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px -8px #000;
}
.wpb-shortcode-wrapper .calendar-controls button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
}
.wpb-shortcode-wrapper .holiday-calendar-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}
.wpb-shortcode-wrapper .holiday-calendar-controls .holiday-calendar-controls-icon {
    padding: 0;
    border: none;
    outline: none;
    height: 14px;
    line-height: 14px;
    width: 14px;
    background-color: transparent;
    color: var(--bs-body-color);
    transition: all 0.3s ease-in;
}
.wpb-shortcode-wrapper .holiday-calendar-controls .holiday-calendar-controls-icon:hover {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .holiday-calendar-container .month {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-lg);
    padding: 8px;
    background-color: var(--bs-body-bg);
    height: 100%;
}
.wpb-shortcode-wrapper .holiday-calendar-container .month-header {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
    color: var(--bs-heading-color);
    font-weight: 600;
}
.wpb-shortcode-wrapper .holiday-calendar-container .week-days {
    margin-bottom: 0.5rem;
}
.wpb-shortcode-wrapper .holiday-calendar-container .week-day {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .holiday-calendar-container .day {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: var(--bs-heading-color);
    border-radius: var(--bs-border-radius);
    background-color: transparent;
    transition: all 0.3s ease-in;
}
.wpb-shortcode-wrapper .holiday-calendar-container .day.date-over {
    pointer-events: none;
    color: var(--bs-body-color);
    opacity: 0.5;
}
.wpb-shortcode-wrapper .holiday-calendar-container .day.not-available {
    pointer-events: none;
    background-color: transparent;
}
.wpb-shortcode-wrapper .holiday-calendar-container .days,
.wpb-shortcode-wrapper .holiday-calendar-container .week-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
.wpb-shortcode-wrapper .holiday-calendar-container .day.selected,
.wpb-shortcode-wrapper .holiday-calendar-container .day:hover,
.wpb-shortcode-wrapper .holiday-calendar-container .day.predefined {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}
.wpb-shortcode-wrapper .location-form .add-location-form {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper #event-calendar {
        overflow-x: auto;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-body {
        overflow: visible;
    }
    .wpb-shortcode-wrapper #event-calendar .ec {
        min-width: fit-content;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-time-grid.ec-week-view .ec-line:not(:first-child):after {
        width: 95.5%;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-time-grid .ec-line:not(:first-child):after {
        width: 94%;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-list .ec-body .ec-day {
        min-width: 100%;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-header .ec-day,
    .wpb-shortcode-wrapper #event-calendar .ec-body .ec-day,
    .wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-header .ec-resource,
    .wpb-shortcode-wrapper #event-calendar .ec-resource-day-view .ec-days .ec-resource {
        min-width: 200px;
    }
}
@media (max-width: 959px) {
    .wpb-shortcode-wrapper #event-calendar .ec-event-box {
        padding: 0.3rem;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-month-view .ec-event-box .ec-event-time {
        display: none;
    }
}
@media (max-width: 799px) {
    .wpb-shortcode-wrapper #event-calendar .ec-event-body {
        display: block;
    }
}
@media (max-width: 575.98px) {
    .wpb-shortcode-wrapper #event-calendar .ec-list .ec-day-head time {
        font-size: 1rem;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-list .ec-content {
        padding: 1rem;
    }
    .wpb-shortcode-wrapper #event-calendar .ec-list .ec-event .ec-event-box {
        padding: 1.5rem;
    }
}
.wpb-shortcode-wrapper .countdown {
    margin: 30px 0;
    padding: 0;
}
.wpb-shortcode-wrapper .countdown li span {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.wpb-shortcode-wrapper .countdown li:last-child {
    margin-right: 0;
}
.wpb-shortcode-wrapper .iq-comingsoon-form {
    position: relative;
}
.wpb-shortcode-wrapper .iq-comingsoon-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 11px 30px;
}
.wpb-shortcode-wrapper .ql-container.ql-snow {
    border: 1px solid var(--bs-border-color);
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.wpb-shortcode-wrapper .ql-toolbar.ql-snow {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    background: var(--bs-body-bg);
    border-bottom-color: var(--bs-gray-400);
}
.wpb-shortcode-wrapper .ql-snow .ql-picker {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .ql-snow .ql-stroke {
    stroke: var(--bs-body-color);
}
.wpb-shortcode-wrapper .slides-toolbar + .slides-toolbar {
    display: none;
}
.wpb-shortcode-wrapper .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px;
    background: var(--bs-body-bg);
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: unset;
}
.wpb-shortcode-wrapper .select2-container .select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--bs-primary);
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    border-right: 0px;
    color: var(--bs-body-color);
    background-color: var(--bs-white);
}
.wpb-shortcode-wrapper .select2-container--default .select2-search--dropdown .select2-search__field,
.wpb-shortcode-wrapper .select2-search__field {
    background: var(--bs-gray-900);
    border: 1px solid var(--bs-border-color) !important;
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bs-body-color);
    height: 1rem;
    width: 1rem;
    border-right: 0px;
}
.wpb-shortcode-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.wpb-shortcode-wrapper .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 0.875rem;
}
.wpb-shortcode-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 30px;
}
.wpb-shortcode-wrapper .select2-container--classic.select2-container--open .select2-dropdown {
    border: 1px solid var(--bs-secondary);
}
.wpb-shortcode-wrapper .select2-container--classic .select2-selection--single:focus {
    border: 1px solid var(--bs-primary);
}
.wpb-shortcode-wrapper .select2-container--default .select2-results__option--selected,
.wpb-shortcode-wrapper .select2-container--classic .select2-results__option--selected {
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem;
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.wpb-shortcode-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    position: relative;
    border-color: transparent;
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "";
    font-family: iconly;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: -11px;
}
.wpb-shortcode-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple {
    padding: 0.5rem 3rem 0.5rem 1rem;
    color: var(--bs-body-color);
    font-size: 0.875rem;
}
.wpb-shortcode-wrapper .select2-results__option--selectable {
    cursor: pointer;
    font-size: 0.875rem;
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single,
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple {
    color: var(--bs-body-color);
    background-color: var(--bs-white);
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    min-height: 2.625rem;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper .select2-container--default.select2-container--disabled .select2-selection--single,
.wpb-shortcode-wrapper .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: var(--bs-gray-200);
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.wpb-shortcode-wrapper .select2-container--default .select2-selection--single .select2-selection__clear,
.wpb-shortcode-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.wpb-shortcode-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-white);
    margin: unset;
    margin-right: 0.5rem;
}
.wpb-shortcode-wrapper .select2-container--classic .select2-selection--single {
    min-height: 2.625rem;
}
.wpb-shortcode-wrapper .select2-container--default.select2-container--focus .select2-selection--single,
.wpb-shortcode-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple,
.wpb-shortcode-wrapper .select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid var(--bs-primary);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.wpb-shortcode-wrapper .select2-automatic-tokenizer + .select2-container {
    display: inline;
}
.wpb-shortcode-wrapper .select2-dropdown {
    background: var(--bs-gray-900);
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .select2-container--classic .select2-dropdown,
.wpb-shortcode-wrapper .select2-container--classic .select2-selection--single,
.wpb-shortcode-wrapper .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background: var(--bs-gray-900);
}
.wpb-shortcode-wrapper .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
}
.wpb-shortcode-wrapper .selection-time .select2-container {
    width: auto !important;
}
.wpb-shortcode-wrapper .select2-results__option {
    padding: 0.5rem 1rem;
}
.wpb-shortcode-wrapper :focus {
    outline: none;
}
.wpb-shortcode-wrapper h1,
.wpb-shortcode-wrapper .h1,
.wpb-shortcode-wrapper h2,
.wpb-shortcode-wrapper .h2,
.wpb-shortcode-wrapper h3,
.wpb-shortcode-wrapper .h3,
.wpb-shortcode-wrapper h4,
.wpb-shortcode-wrapper .h4,
.wpb-shortcode-wrapper h5,
.wpb-shortcode-wrapper .h5,
.wpb-shortcode-wrapper h6,
.wpb-shortcode-wrapper .h6 {
    font-family: var(--bs-heading-font-family);
}
.wpb-shortcode-wrapper .iq-slider {
    overflow: hidden;
    overflow-x: auto;
}
.wpb-shortcode-wrapper hr {
    margin: 1rem 0;
    color: #ced4da;
    background-color: currentColor;
    border-top: 1px solid var(--bs-gray-300);
    opacity: 1;
}
.wpb-shortcode-wrapper .iq-scroller-effect ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 20px;
}
.wpb-shortcode-wrapper .iq-scroller-effect ::-webkit-scrollbar-track {
    background: var(--bs-body-bg);
    border-radius: 20px;
}
.wpb-shortcode-wrapper .iq-scroller-effect ::-webkit-scrollbar-thumb {
    background: #f0f0f0;
    border-radius: 20px;
    transition: all 0.4s ease;
    cursor: pointer;
}
.wpb-shortcode-wrapper .iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
    background: rgb(241.5, 241.5, 241.5);
    border-radius: 20px;
    transition: all 0.4s ease;
}
.wpb-shortcode-wrapper body {
    transition: background-color 0.25s ease-in-out;
}
.wpb-shortcode-wrapper [dir="rtl"] ol,
.wpb-shortcode-wrapper [dir="rtl"] ul {
    padding-left: 0;
    padding-right: 2rem;
}
.wpb-shortcode-wrapper [dir="rtl"] .list-inline {
    padding-right: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .text-start {
    text-align: right !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .text-end {
    text-align: left !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .pe-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .pe-1 {
    padding-left: 0.25rem !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .pe-2 {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .pe-3 {
    padding-left: 1rem !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .pe-4 {
    padding-left: 1.5rem !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .pe-5 {
    padding-left: 2rem !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ps-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ps-1 {
    padding-right: 0.25rem !important;
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ps-2 {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ps-3 {
    padding-right: 1rem !important;
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ps-4 {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ps-5 {
    padding-right: 2rem !important;
    padding-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-5 {
    margin-left: 2rem !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-1 {
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-3 {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-5 {
    margin-right: 2rem !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .start-0 {
    left: auto !important;
    right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .start-50 {
    left: auto !important;
    right: 50% !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .end-0 {
    right: auto !important;
    left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .end-50 {
    right: auto !important;
    left: 50% !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .border-end {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-right: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .border-start {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-left: 0 !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .list-unstyled {
    padding-right: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.wpb-shortcode-wrapper [dir="rtl"] .dropdown-menu-end[data-bs-popper] {
    left: 0;
    right: auto;
}
.wpb-shortcode-wrapper [dir="rtl"] .dropdown-menu-start[data-bs-popper] {
    left: auto;
    right: 0;
}
@media (min-width: 576px) {
    .wpb-shortcode-wrapper [dir="rtl"] .float-sm-start {
        float: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .float-sm-end {
        float: left !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .float-sm-none {
        float: none !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-sm-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-sm-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-sm-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-sm-5 {
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-sm-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-sm-5 {
        padding-right: 2rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-sm-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-sm-5 {
        margin-right: 2rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-sm-1 {
        margin-right: 0 !important;
        margin-left: 0.25rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-sm-2 {
        margin-right: 0 !important;
        margin-left: 0.5rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-sm-3 {
        margin-right: 0 !important;
        margin-left: 1rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-sm-4 {
        margin-right: 0 !important;
        margin-left: 1.5rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-sm-5 {
        margin-right: 0 !important;
        margin-left: 2rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-sm-start {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-sm-end {
        text-align: left !important;
    }
}
@media (min-width: 768px) {
    .wpb-shortcode-wrapper [dir="rtl"] .float-md-start {
        float: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .float-md-end {
        float: left !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-md-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-md-5 {
        margin-left: 2rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-md-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-md-5 {
        margin-right: 2rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-md-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-md-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-md-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-md-5 {
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-md-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-md-5 {
        padding-right: 2rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-md-start {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-md-end {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    .wpb-shortcode-wrapper [dir="rtl"] .float-lg-start {
        float: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .float-lg-end {
        float: left !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-lg-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-lg-5 {
        margin-right: 2rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-lg-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-lg-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-lg-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-lg-5 {
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-lg-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-lg-5 {
        padding-right: 2rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-lg-start {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-lg-end {
        text-align: left !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-lg-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-lg-5 {
        margin-left: 2rem !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 1200px) {
    .wpb-shortcode-wrapper [dir="rtl"] .float-xl-start {
        float: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .float-xl-end {
        float: left !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xl-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xl-5 {
        margin-left: 2rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xl-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xl-5 {
        margin-right: 2rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xl-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xl-5 {
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xl-3 {
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xl-5 {
        padding-right: 2rem !important;
        padding-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-xl-start {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-xl-end {
        text-align: left !important;
    }
}
@media (min-width: 1400px) {
    .wpb-shortcode-wrapper [dir="rtl"] .float-xxl-start {
        float: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .float-xxl-end {
        float: left !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xxl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xxl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .me-xxl-5 {
        margin-left: 2rem !important;
        margin-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ms-xxl-5 {
        margin-right: 2rem !important;
        margin-left: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xxl-1 {
        padding-left: 0 !important;
        padding-right: 0.25rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xxl-2 {
        padding-left: 0 !important;
        padding-right: 0.5rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xxl-3 {
        padding-left: 0 !important;
        padding-right: 1rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xxl-4 {
        padding-left: 0 !important;
        padding-right: 1.5rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .ps-xxl-5 {
        padding-left: 0 !important;
        padding-right: 2rem !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xxl-1 {
        padding-left: 0.25rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xxl-2 {
        padding-left: 0.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .pe-xxl-5 {
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-xxl-start {
        text-align: right !important;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .text-xxl-end {
        text-align: left !important;
    }
}
.wpb-shortcode-wrapper [dir="rtl"] .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .ranges .range-list {
    padding: 1rem 1.5rem;
}
.wpb-shortcode-wrapper [dir="rtl"] .dropdown .dropdown-toggle:after {
    margin-right: 0.5rem;
    margin-left: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .dropdown-menu {
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .form-control {
    padding-right: 1rem;
    border-right: var(--bs-border-width) solid var(--bs-border-color);
    padding-left: 0;
    border-left: none;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .form-control + .input-group-text {
    border-left: var(--bs-border-width) solid var(--bs-border-color);
    border-right: none;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .form-control + .input-group-text:has(select) {
    border-right: var(--bs-border-width) solid var(--bs-border-color);
    border-left: none;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .input-group-text {
    border-right: var(--bs-border-width) solid var(--bs-border-color);
    border-left: none;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .input-group-text + .form-control {
    padding-left: 1rem;
    padding-right: 0;
    border-left: var(--bs-border-width) solid var(--bs-border-color);
    border-right: none;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .input-group-text + .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .input-group-text:has(.select2-container--default) + .form-control {
    padding-left: 0;
    border-left: none;
    padding-right: 1rem;
    border-right: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .input-group-text:has(.select2-container--default) + .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group:has(.form-control:focus) .input-group-text {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group:has(.select2-container--default, select) .form-control {
    border-left: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group:has(.select2-container--default, select) .form-control:focus {
    border-color: var(--bs-primary);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .iti .form-contro {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group .iti + .input-group-text {
    border-right: none;
    border-left: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.wpb-shortcode-wrapper [dir="rtl"] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.wpb-shortcode-wrapper [dir="rtl"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.wpb-shortcode-wrapper [dir="rtl"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .form-check {
    padding-left: 0;
    padding-right: 1.5em;
}
.wpb-shortcode-wrapper [dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em;
}
.wpb-shortcode-wrapper [dir="rtl"] .form-select {
    padding: 0.7rem 1rem 0.7rem 3rem;
    background-position: left 1rem center;
}
.wpb-shortcode-wrapper [dir="rtl"] .was-validated .form-control:invalid,
.wpb-shortcode-wrapper [dir="rtl"] .form-control.is-invalid {
    padding-right: 1rem;
    padding-left: calc(1.5em + 1.4rem);
}
.wpb-shortcode-wrapper [dir="rtl"] .modal-header .btn-close {
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) auto calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x));
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper [dir="rtl"] .iq-navbar .wpb-wordpress-logo {
        margin-left: 0;
        margin-right: 2rem;
    }
}
@media (max-width: 767.98px) {
    .wpb-shortcode-wrapper [dir="rtl"] .iq-navbar .wpb-wordpress-logo {
        margin-right: 2.5rem;
    }
}
.wpb-shortcode-wrapper [dir="rtl"] .navbar-nav {
    padding-right: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .nav .navbar-brand .logo-title {
    margin-left: 0;
    margin-right: 1rem;
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper [dir="rtl"] .nav .sidebar-toggle {
        left: auto;
        right: 20px;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .nav .sidebar-toggle .icon {
        transform: scale(-1);
    }
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper [dir="rtl"] table.dataTable td.sorting_1 {
        padding-right: 1.5rem;
        padding-left: 3.5rem;
    }
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper [dir="rtl"] .iq-navbar .navbar-collapse:not(.offcanvas-collapse) .navbar-nav {
        float: left;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .iq-navbar .navbar-collapse:not(.offcanvas-collapse) .navbar-nav > li {
        padding: 0.5rem 0 0.5rem 1.5rem;
    }
}
.wpb-shortcode-wrapper [dir="rtl"] .sidebar + .main-content {
    margin-left: 0;
    margin-right: var(--sidebar-width);
}
.wpb-shortcode-wrapper [dir="rtl"] .sidebar .sidebar-toggle {
    right: auto;
    left: -12px;
}
.wpb-shortcode-wrapper [dir="rtl"] .sidebar .sidebar-toggle .icon {
    transform: scale(-1);
}
.wpb-shortcode-wrapper [dir="rtl"] .sidebar.sidebar-mini .sidebar-header .logo-title {
    transform: translate(100%);
}
.wpb-shortcode-wrapper [dir="rtl"] .sidebar.sidebar-mini .logo-main .logo-normal {
    transform: translate(-8px);
}
.wpb-shortcode-wrapper [dir="rtl"] .sidebar .navbar-brand .logo-title,
.wpb-shortcode-wrapper [dir="rtl"] .sidebar.sidebar-base .nav-item .nav-link .item-name {
    margin-left: 0;
    margin-right: 1rem;
}
@media (max-width: 1199.98px) {
    .wpb-shortcode-wrapper [dir="rtl"] .sidebar + .main-content {
        margin-right: 0;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .sidebar.sidebar-mini {
        transform: translate(250%);
    }
    .wpb-shortcode-wrapper [dir="rtl"] .sidebar.sidebar-mini + .main-content {
        margin-right: 0;
    }
    .wpb-shortcode-wrapper [dir="rtl"] .sidebar .sidebar-toggle {
        left: 18px;
    }
}
.wpb-shortcode-wrapper [dir="rtl"] .staff-list-container .left {
    order: 1;
}
.wpb-shortcode-wrapper [dir="rtl"] .staff-list-container .right {
    order: initial;
}
.wpb-shortcode-wrapper [dir="rtl"] .ec-day-grid .ec-day:first-child {
    border-left: 1px solid;
}
.wpb-shortcode-wrapper [dir="rtl"] .ec-toolbar > * > *:not(:last-child) {
    margin-right: 0;
    margin-left: 0.75em;
}
.wpb-shortcode-wrapper [dir="rtl"] .ec-day {
    border-style: none solid none none;
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-button-group .ec-button:not(:first-child) {
    border-top-left-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-button-group .ec-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-button-group .ec-icon {
    transform: scale(-1);
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-center .ec-title:after {
    margin-left: 0;
    margin-right: 0.5rem;
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date {
    margin-right: 0;
    padding-right: 0;
    padding-left: 1rem;
    margin-left: 1rem;
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date:last-child {
    padding-left: 0;
    margin-left: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] #event-calendar .ec-list .ec-event .ec-event-box .list-event-date .event-date:after {
    right: auto;
    left: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .holiday-calendar-controls .holiday-calendar-controls-icon {
    transform: scale(-1);
}
.wpb-shortcode-wrapper [dir="rtl"] .select2-container {
    direction: rtl;
}
.wpb-shortcode-wrapper [dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered,
.wpb-shortcode-wrapper [dir="rtl"] .select2-container--default .select2-selection--multiple {
    padding: 0.5rem 1rem 0.5rem 3rem;
}
.wpb-shortcode-wrapper [dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow,
.wpb-shortcode-wrapper [dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    left: 1rem !important;
    right: auto !important;
}
.wpb-shortcode-wrapper [dir="rtl"] .select2-results__options {
    margin: 0;
    padding: 0;
}
.wpb-shortcode-wrapper [dir="rtl"] .select2-dropdown {
    direction: rtl;
}
.wpb-shortcode-wrapper textarea,
.wpb-shortcode-wrapper input.form-control {
    height: auto;
    width: 100%;
    display: block;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.wpb-shortcode-wrapper select.form-select {
    height: auto;
}
.wpb-shortcode-wrapper input.form-control:focus,
.wpb-shortcode-wrapper select.form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: none;
}
.wpb-shortcode-wrapper .input-group > .form-control,
.wpb-shortcode-wrapper .input-group > .form-select {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.wpb-shortcode-wrapper .wpb-booking-dynamic-shortcode {
    padding: 3rem 0;
}
.wpb-shortcode-wrapper .offcanvas {
    --bs-offcanvas-bg: var(--bs-body-bg);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode,
.wpb-shortcode-wrapper .notification-toast {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode button {
    text-transform: none;
    -webkit-appearance: button;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode button:focus:not(:focus-visible) {
    outline: 0;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode button[type="submit"] {
    -webkit-appearance: button;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode button[type="submit"]:not(:disabled) {
    cursor: pointer;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode button[type="button"]:not(:disabled) {
    cursor: pointer;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode button[type="reset"]:not(:disabled) {
    cursor: pointer;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode input[type="radio"],
.wpb-shortcode-wrapper .wpb-booking-shortcode input[type="checkbox"] {
    margin-top: 0.35rem;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode select {
    text-transform: none;
    word-wrap: normal;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode select:disabled {
    opacity: 1;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode textarea {
    resize: vertical;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .text-heading {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .title-text {
    color: var(--bs-heading-color);
    word-break: break-all;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-calendar {
    background: var(--bs-gray-900);
    box-shadow: 1px 0 0 rgba(var(--bs-gray-900), 0.3), -1px 0 0 rgba(var(--bs-gray-900), 0.3), 0 1px 0 rgba(var(--bs-gray-900), 0.3), 0 -1px 0 rgba(var(--bs-gray-900), 0.3), 0 3px 13px #00000014;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-calendar .numInputWrapper:hover {
    background-color: transparent;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day:after {
    background-color: var(--bs-primary-bg-subtle);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day.nextMonthDay {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day.nextMonthDay:focus,
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day.nextMonthDay:hover {
    border-color: #ffffff4d;
    background: rgba(255, 255, 255, 0.3);
    color: #000c;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day.nextMonthDay.flatpickr-disabled {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day:focus,
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-day:hover {
    border-color: var(--bs-gray-900);
    background: var(--bs-gray-900);
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-months .flatpickr-month {
    color: var(--bs-body-color);
    fill: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-months .flatpickr-prev-month,
.wpb-shortcode-wrapper .wpb-booking-shortcode .flatpickr-months .flatpickr-next-month {
    color: var(--bs-heading-color);
    fill: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar.inline {
    max-height: none;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-weekdays {
    height: auto;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    font-size: 16px;
    font-weight: 600;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months {
    display: flex;
    align-items: center;
    padding: 20px 0;
    --border-color: var(--bs-border-color);
    margin: 30px 0;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-month {
    height: auto;
    order: 1;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
    position: static;
    height: auto;
    display: block;
    text-align: initial;
    padding: 0;
    width: 100%;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-monthDropdown-months {
    padding: 0;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    order: 2;
    margin-right: 40px;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    order: 3;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    position: static;
    height: auto;
    padding: 0;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    height: 14px;
    width: 14px;
    fill: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg:hover,
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg:hover {
    fill: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer,
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-days {
    width: 100%;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .dayContainer {
    width: 100%;
    min-width: auto;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px 0;
    place-items: center;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day {
    position: relative;
    max-width: none;
    height: 54px;
    width: 100%;
    max-width: 54px;
    line-height: 54px;
    font-weight: 600;
    border: none;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: -1;
    border: 1px solid transparent;
    transition: all 0.3s ease-in;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day:hover {
    background-color: transparent;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day:hover:after {
    background-color: var(--bs-primary-bg-subtle);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day:focus {
    background-color: transparent;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.flatpickr-disabled,
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.flatpickr-disabled:hover {
    color: var(--bs-body-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.flatpickr-disabled:hover:after {
    background-color: transparent;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.today {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.wpb-available:after {
    background-color: var(--bs-primary-bg-subtle);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.selected {
    background-color: transparent;
    color: var(--bs-white);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day.selected:after {
    background-color: var(--bs-primary);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-current-month .numInputWrapper span.arrowUp:after,
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border: none;
    position: static;
    height: 9px;
    width: 9px;
    background-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 17 17"><g></g><path d="M13.207 8.472l-7.854 7.854-0.707-0.707 7.146-7.146-7.146-7.148 0.707-0.707 7.854 7.854z"></path></svg>');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    transform: rotate(-90deg);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    transform: rotate(90deg);
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .pb-0 {
    padding-bottom: 0;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .confirm-booking {
    background-color: #0000004d;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .tab-bottom-bordered .nav-tabs .nav-link:before {
    content: unset;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .tab-bottom-bordered .nav-tabs .nav-link.active:after {
    left: 50% !important;
}
.wpb-shortcode-wrapper .wpb-booking-shortcode .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.wpb-shortcode-wrapper .booking-slots-time-wrapper {
    max-height: 500px;
    margin-top: 1.5rem;
}
.wpb-shortcode-wrapper .booking-slots-time .item {
    margin-bottom: 1rem;
}
.wpb-shortcode-wrapper .booking-slots-time .item .avaliable-slot-btn {
    display: block;
    padding: 1rem;
}
.wpb-shortcode-wrapper .booking-slots-time .item .avaliable-slot-btn:has(.remain_table) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    text-align: initial;
}
.wpb-shortcode-wrapper .content-width-small .booking-slots-time .item .avaliable-slot-btn:has(.remain_table) {
    flex-wrap: wrap;
}
.wpb-shortcode-wrapper .booking-slots-time .item:last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .flatpickr-current-month input.cur-year {
    border: none;
}
.wpb-shortcode-wrapper .flatpickr-months .flatpickr-month .flatpickr-current-month {
    display: inline-flex;
}
.wpb-shortcode-wrapper .wpb-shortcode-booking-form {
    height: 100%;
}
.wpb-shortcode-wrapper .notification-toast {
    width: 100%;
    max-width: 380px;
    padding: 20px 25px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-border-color);
    display: inline-block;
    position: fixed;
    top: 60px;
    right: 30px;
    border-radius: 12px;
    box-shadow: var(--bs-shabow);
    z-index: 999999999999;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
.wpb-shortcode-wrapper .notification-toast .progress-bar {
    display: inline-block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wpb-shortcode-wrapper .notification-toast .toast-content {
    position: relative;
    padding-right: 20px;
}
.wpb-shortcode-wrapper .notification-toast .toast-content .icon-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    line-height: initial;
}
.wpb-shortcode-wrapper .notification-toast .message-container {
    display: flex;
    align-items: center;
    gap: 16px;
}
.wpb-shortcode-wrapper .notification-toast .message-container .message-icon svg {
    height: 30px;
    width: 30px;
    fill: var(--bs-success);
}
.wpb-shortcode-wrapper .notification-toast.success .progress-bar {
    background-color: var(--bs-success);
}
.wpb-shortcode-wrapper .notification-toast.warning .message-container .message-icon svg {
    fill: var(--bs-warning);
}
.wpb-shortcode-wrapper .notification-toast.warning .progress-bar {
    background-color: var(--bs-warning);
}
.wpb-shortcode-wrapper .notification-toast.info .message-container .message-icon svg {
    fill: var(--bs-info);
}
.wpb-shortcode-wrapper .notification-toast.info .progress-bar {
    background-color: var(--bs-info);
}
.wpb-shortcode-wrapper .notification-toast.danger .message-container .message-icon svg {
    fill: var(--bs-danger);
}
.wpb-shortcode-wrapper .notification-toast.danger .progress-bar {
    background-color: var(--bs-danger);
}
.wpb-shortcode-wrapper .notification-toast .message {
    margin: 0;
}
.wpb-shortcode-wrapper input::placeholder,
.wpb-shortcode-wrapper textarea::placeholder,
.wpb-shortcode-wrapper select::placeholder {
    opacity: 0.5;
}
@media (max-width: 991.98px) {
    .wpb-shortcode-wrapper .booking-slots-time-wrapper {
        height: 300px;
    }
}
@media (max-width: 479px) {
    .wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
        font-size: 14px;
    }
    .wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day {
        height: 30px;
        line-height: 30px;
    }
    .wpb-shortcode-wrapper .wpb-booking-shortcode .calander-body .flatpickr-calendar .flatpickr-rContainer .flatpickr-day:after {
        height: 30px;
        width: 30px;
    }
}
.wpb-shortcode-wrapper .tab-bottom-bordered {
    border-bottom: 1px solid var(--bs-border-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link {
    background-color: transparent;
    padding: 0;
    color: var(--bs-body-color);
    font-weight: 600;
    position: relative;
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link.active {
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link.active:after {
    transform: translate(-50%) scale(1);
}
.wpb-shortcode-wrapper .tab-bottom-bordered .nav-tabs .nav-link:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--bs-primary);
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%) scale(0);
    transition: all 0.3s ease-in-out;
}
.wpb-shortcode-wrapper:has(.booking-confirm-card-wrapper) .card {
    max-width: 800px;
    margin: 0 auto;
}
.wpb-shortcode-wrapper .offcanvas.offcanvas-bottom.booking_type_review-offcanvas {
    height: calc(100% - 100px);
}
.wpb-shortcode-wrapper .booking_type_review-offcanvas .offcanvas-title {
    font-size: 24px;
}
.wpb-shortcode-wrapper .booking_type_review-offcanvas .offcanvas-subtitle {
    font-size: 20px;
}
.wpb-shortcode-wrapper .review-data {
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    margin-bottom: 20px;
}
.wpb-shortcode-wrapper .review-data:last-child {
    margin-bottom: 0;
}
.wpb-shortcode-wrapper .review-data .review-data-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 14px 20px;
    background-color: var(--bs-light-bg-subtle);
}
.wpb-shortcode-wrapper .review-data .review-data-head .review-container {
    flex-shrink: 0;
}
.wpb-shortcode-wrapper .review-data .review-data-body {
    padding: 20px;
}
.wpb-shortcode-wrapper .review-data .review-data-body .review-text {
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-heading-color);
}
.wpb-shortcode-wrapper .wpb-tabs .wpb-tab {
    display: none;
}
.wpb-shortcode-wrapper .wpb-tabs .wpb-tab.active {
    display: block;
}
.wpb-shortcode-wrapper .wpb-tabs .wpb-tab.disabled,
.wpb-shortcode-wrapper .pagination-item.disabled {
    display: none !important;
}
.wpb-shortcode-wrapper .wpb-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.wpb-shortcode-wrapper .wpb-pagination .pagination-item {
    display: inline-block;
    height: 10px;
    width: 10px;
    line-height: 10px;
    border-radius: 50%;
    background-color: var(--bs-light);
    transition: all 0.3s ease-in;
}
.wpb-shortcode-wrapper .wpb-pagination .pagination-item.active {
    background-color: var(--bs-primary);
}
@media (prefers-reduced-motion: no-preference) {
    .wpb-booking-shortcode :root {
        scroll-behavior: smooth;
    }
}
@media (min-width: 1200px) {
    .wpb-booking-shortcode h3,
    .wpb-booking-shortcode .wpb-shortcode-wrapper .h3,
    .wpb-shortcode-wrapper .wpb-booking-shortcode .h3 {
        font-size: 1.438rem;
    }
}
.notification-toast {
    width: 100%;
    max-width: 380px;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    display: inline-block;
    position: fixed;
    top: 60px;
    right: 30px;
    border-radius: 12px;
    box-shadow: var(--bs-shabow);
    z-index: 999999;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
.notification-toast .progress-bar {
    display: inline-block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.notification-toast .toast-content {
    position: relative;
    padding-right: 20px;
}
.notification-toast .toast-content .icon-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    line-height: initial;
}
.notification-toast .message-container {
    display: flex;
    align-items: center;
    gap: 16px;
}
.notification-toast .message-container .message-icon svg {
    height: 30px;
    width: 30px;
}
.notification-toast.success .message-container .message-icon svg {
    fill: #199226;
}
.notification-toast.success .progress-bar {
    background-color: #199226;
}
.notification-toast.warning .message-container .message-icon svg {
    fill: #f16a1b;
}
.notification-toast.warning .progress-bar {
    background-color: #f16a1b;
}
.notification-toast.info .message-container .message-icon svg {
    fill: #08b1ba;
}
.notification-toast.info .progress-bar {
    background-color: #08b1ba;
}
.notification-toast.danger .message-container .message-icon svg {
    fill: #f4462c;
}
.notification-toast.danger .progress-bar {
    background-color: #f4462c;
}
.notification-toast .message {
    margin: 0;
}
.notification-toast .message .text-1 {
    text-transform: uppercase;
}
@media (max-width: 400px) {
    .notification-toast {
        width: calc(100% - 15px);
        max-width: calc(100% - 15px);
        left: 10px;
        right: 10px;
    }
}
