.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;align-items:center;padding:10px 10px 0}.vc-header .vc-title{grid-row:1;grid-column:title;color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;margin:0 .75rem;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-prev{grid-column:prev}.vc-header .vc-next{grid-column:next}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:flex;justify-content:center;align-items:center;transform-origin:50% 50%}.vc-day-box-left-center{display:flex;justify-content:flex-start;align-items:center;transform-origin:0% 50%}.vc-day-box-right-center{display:flex;justify-content:flex-end;align-items:center;transform-origin:100% 50%}.vc-day-box-center-bottom{display:flex;justify-content:center;align-items:flex-end}.vc-day-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-outline,.vc-highlight-bg-none{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-outline,.vc-highlight-content-none{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:flex;justify-content:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:flex;justify-content:flex-start;align-items:center;width:75%}.vc-bar{flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:flex;justify-content:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber-content{display:flex;justify-content:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-popover-content-wrapper{--popover-horizontal-content-offset: 8px;--popover-vertical-content-offset: 10px;--popover-caret-horizontal-offset: 18px;--popover-caret-vertical-offset: 8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-nav-header{display:flex;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-size:var(--vc-text-sm)}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-title.vc-disabled,.vc-nav-arrow.vc-disabled,.vc-nav-item.vc-disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);line-height:var(--vc-leading-snug);padding:4px 8px;border-radius:var(--vc-rounded);border-width:2px;border-style:solid;border-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-nav-arrow{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:var(--vc-leading-snug);border-width:2px;border-style:solid;border-color:transparent;border-radius:var(--vc-rounded)}.vc-nav-arrow.is-left{margin-right:auto}.vc-nav-arrow.is-right{margin-left:auto}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px}.vc-nav-item{width:48px;text-align:center;line-height:var(--vc-leading-snug);font-weight:var(--vc-font-semibold);padding:4px 0;cursor:pointer;border-width:2px;border-style:solid;border-color:transparent;border-radius:var(--vc-rounded);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day-popover-row{display:flex;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:flex;justify-content:center;align-items:center;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:flex;align-items:center;flex-wrap:none;flex-grow:1;width:-moz-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;width:100%;pointer-events:none}.vc-arrow{grid-row:1;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:auto;color:var(--vc-header-arrow-color);border-width:1px;border-style:solid;border-radius:var(--vc-rounded);border-color:transparent;width:28px;height:30px;z-index:1}.vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-arrow.vc-disabled{opacity:.25;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative}.vc-base-select select{color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);border-radius:var(--vc-rounded);height:30px;width:-moz-max-content;width:max-content;padding:0 4px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-has-icon{padding:0 24px 0 10px}.vc-base-select select.vc-small{font-size:var(--vc-text-sm)}.vc-base-select select.vc-small.vc-has-icon{padding:0 20px 0 8 px}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-time-picker{display:flex;flex-direction:column;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:flex;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:inline-flex;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{transform:translate(var(--vc-slide-translate))}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{transform:translate(calc(-1 * var(--vc-slide-translate)))}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{transform:translateY(calc(-1 * var(--vc-slide-translate)))}:root{--vc-white: #ffffff;--vc-black: #000000;--vc-gray-50: #f8fafc;--vc-gray-100: #f1f5f9;--vc-gray-200: #e2e8f0;--vc-gray-300: #cbd5e1;--vc-gray-400: #94a3b8;--vc-gray-500: #64748b;--vc-gray-600: #475569;--vc-gray-700: #334155;--vc-gray-800: #1e293b;--vc-gray-900: #0f172a;--vc-font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--vc-font-normal: 400;--vc-font-medium: 500;--vc-font-semibold: 600;--vc-font-bold: 700;--vc-text-2xs: 10px;--vc-text-xs: 12px;--vc-text-sm: 14px;--vc-text-base: 16px;--vc-text-lg: 18px;--vc-text-xl: 20px;--vc-text-2xl: 24px;--vc-leading-none: 1;--vc-leading-tight: 1.25;--vc-leading-snug: 1.375;--vc-leading-normal: 1.5;--vc-rounded: .25rem;--vc-rounded-md: .375rem;--vc-rounded-lg: .5rem;--vc-rounded-full: 9999px;--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--vc-slide-translate: 22px;--vc-slide-duration: .15s;--vc-slide-timing: ease;--vc-day-content-transition: all .13s ease-in;--vc-weeknumber-offset-inside: 26px;--vc-weeknumber-offset-outside: 34px}.vc-gray{--vc-accent-50: var(--vc-gray-50);--vc-accent-100: var(--vc-gray-100);--vc-accent-200: var(--vc-gray-200);--vc-accent-300: var(--vc-gray-300);--vc-accent-400: var(--vc-gray-400);--vc-accent-500: var(--vc-gray-500);--vc-accent-600: var(--vc-gray-600);--vc-accent-700: var(--vc-gray-700);--vc-accent-800: var(--vc-gray-800);--vc-accent-900: var(--vc-gray-900)}.vc-red{--vc-accent-50: #fef2f2;--vc-accent-100: #fee2e2;--vc-accent-200: #fecaca;--vc-accent-300: #fca5a5;--vc-accent-400: #f87171;--vc-accent-500: #ef4444;--vc-accent-600: #dc2626;--vc-accent-700: #b91c1c;--vc-accent-800: #991b1b;--vc-accent-900: #7f1d1d}.vc-orange{--vc-accent-50: #fff7ed;--vc-accent-100: #ffedd5;--vc-accent-200: #fed7aa;--vc-accent-300: #fdba74;--vc-accent-400: #fb923c;--vc-accent-500: #f97316;--vc-accent-600: #ea580c;--vc-accent-700: #c2410c;--vc-accent-800: #9a3412;--vc-accent-900: #7c2d12}.vc-yellow{--vc-accent-50: #fefce8;--vc-accent-100: #fef9c3;--vc-accent-200: #fef08a;--vc-accent-300: #fde047;--vc-accent-400: #facc15;--vc-accent-500: #eab308;--vc-accent-600: #ca8a04;--vc-accent-700: #a16207;--vc-accent-800: #854d0e;--vc-accent-900: #713f12}.vc-green{--vc-accent-50: #f0fdf4;--vc-accent-100: #dcfce7;--vc-accent-200: #bbf7d0;--vc-accent-300: #86efac;--vc-accent-400: #4ade80;--vc-accent-500: #22c55e;--vc-accent-600: #16a34a;--vc-accent-700: #15803d;--vc-accent-800: #166534;--vc-accent-900: #14532d}.vc-teal{--vc-accent-50: #f0fdfa;--vc-accent-100: #ccfbf1;--vc-accent-200: #99f6e4;--vc-accent-300: #5eead4;--vc-accent-400: #2dd4bf;--vc-accent-500: #14b8a6;--vc-accent-600: #0d9488;--vc-accent-700: #0f766e;--vc-accent-800: #115e59;--vc-accent-900: #134e4a}.vc-blue{--vc-accent-50: #eff6ff;--vc-accent-100: #dbeafe;--vc-accent-200: #bfdbfe;--vc-accent-300: #93c5fd;--vc-accent-400: #60a5fa;--vc-accent-500: #3b82f6;--vc-accent-600: #2563eb;--vc-accent-700: #1d4ed8;--vc-accent-800: #1e40af;--vc-accent-900: #1e3a8a}.vc-indigo{--vc-accent-50: #eef2ff;--vc-accent-100: #e0e7ff;--vc-accent-200: #c7d2fe;--vc-accent-300: #a5b4fc;--vc-accent-400: #818cf8;--vc-accent-500: #6366f1;--vc-accent-600: #4f46e5;--vc-accent-700: #4338ca;--vc-accent-800: #3730a3;--vc-accent-900: #312e81}.vc-purple{--vc-accent-50: #faf5ff;--vc-accent-100: #f3e8ff;--vc-accent-200: #e9d5ff;--vc-accent-300: #d8b4fe;--vc-accent-400: #c084fc;--vc-accent-500: #a855f7;--vc-accent-600: #9333ea;--vc-accent-700: #7e22ce;--vc-accent-800: #6b21a8;--vc-accent-900: #581c87}.vc-pink{--vc-accent-50: #fdf2f8;--vc-accent-100: #fce7f3;--vc-accent-200: #fbcfe8;--vc-accent-300: #f9a8d4;--vc-accent-400: #f472b6;--vc-accent-500: #ec4899;--vc-accent-600: #db2777;--vc-accent-700: #be185d;--vc-accent-800: #9d174d;--vc-accent-900: #831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color: var(--vc-gray-900);--vc-bg: var(--vc-white);--vc-border: var(--vc-gray-300);--vc-hover-bg: hsla(211, 25%, 84%, .3);--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, .4);--vc-header-arrow-color: var(--vc-gray-500);--vc-header-arrow-hover-bg: var(--vc-gray-200);--vc-header-title-color: var(--vc-gray-900);--vc-weekday-color: var(--vc-gray-500);--vc-weeknumber-color: var(--vc-gray-400);--vc-nav-hover-bg: var(--vc-gray-200);--vc-nav-title-color: var(--vc-gray-900);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: var(--vc-shadow);--vc-nav-item-current-color: var(--vc-accent-600);--vc-day-popover-container-color: var(--vc-white);--vc-day-popover-container-bg: var(--vc-gray-800);--vc-day-popover-container-border: var(--vc-gray-700);--vc-day-popover-header-color: var(--vc-gray-700);--vc-popover-content-color: var(--vc-gray-900);--vc-popover-content-bg: var(--vc-gray-50);--vc-popover-content-border: var(--vc-gray-300);--vc-time-picker-border: var(--vc-gray-300);--vc-time-weekday-color: var(--vc-gray-700);--vc-time-month-color: var(--vc-accent-600);--vc-time-day-color: var(--vc-accent-600);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-50);--vc-time-select-group-border: var(--vc-gray-300);--vc-time-select-group-icon-color: var(--vc-accent-500);--vc-select-color: var(--vc-gray-900);--vc-select-bg: var(--vg-gray-50);--vc-select-hover-bg: var(--vc-gray-100);--vc-select-border: var(--vc-gray-300);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-400)}.vc-light.vc-attr,.vc-light .vc-attr{--vc-content-color: var(--vc-accent-600);--vc-highlight-outline-bg: var(--vc-white);--vc-highlight-outline-border: var(--vc-accent-600);--vc-highlight-outline-content-color: var(--vc-accent-700);--vc-highlight-light-bg: var(--vc-accent-200);--vc-highlight-light-content-color: var(--vc-accent-900);--vc-highlight-solid-bg: var(--vc-accent-600);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-600);--vc-bar-bg: var(--vc-accent-600)}.vc-dark{--vc-color: var(--vc-white);--vc-bg: var(--vc-gray-900);--vc-border: var(--vc-gray-700);--vc-hover-bg: hsla(216, 15%, 52%, .3);--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / .7);--vc-header-arrow-color: var(--vc-gray-300);--vc-header-arrow-hover-bg: var(--vc-gray-800);--vc-header-title-color: var(--vc-gray-100);--vc-weekday-color: var(--vc-accent-200);--vc-weeknumber-color: var(--vc-gray-500);--vc-nav-hover-bg: var(--vc-gray-700);--vc-nav-title-color: var(--vc-gray-100);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: none;--vc-nav-item-current-color: var(--vc-accent-400);--vc-day-popover-container-color: var(--vc-gray-800);--vc-day-popover-container-bg: var(--vc-white);--vc-day-popover-container-border: var(--vc-gray-100);--vc-day-popover-header-color: var(--vc-gray-300);--vc-popover-content-color: var(--vc-white);--vc-popover-content-bg: var(--vc-gray-800);--vc-popover-content-border: var(--vc-gray-700);--vc-time-picker-border: var(--vc-gray-700);--vc-time-weekday-color: var(--vc-gray-400);--vc-time-month-color: var(--vc-accent-400);--vc-time-day-color: var(--vc-accent-400);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-700);--vc-time-select-group-border: var(--vc-gray-500);--vc-time-select-group-icon-color: var(--vc-accent-400);--vc-select-color: var(--vc-gray-200);--vc-select-bg: var(--vc-gray-700);--vc-select-hover-bg: var(--vc-gray-600);--vc-select-border: var(--vc-gray-500);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-600)}.vc-dark.vc-attr,.vc-dark .vc-attr{--vc-content-color: var(--vc-accent-500);--vc-highlight-outline-bg: var(--vc-gray-900);--vc-highlight-outline-border: var(--vc-accent-300);--vc-highlight-outline-content-color: var(--vc-accent-200);--vc-highlight-light-bg: var(--vc-accent-800);--vc-highlight-light-content-color: var(--vc-accent-100);--vc-highlight-solid-bg: var(--vc-accent-500);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-500);--vc-bar-bg: var(--vc-accent-500)}.vc-container{position:relative;display:inline-flex;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container button,.vc-container [role=button]{cursor:pointer}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}html{overflow-y:scroll!important}body.modal-open{position:fixed}.bg{display:block;position:fixed;z-index:-1;top:0;bottom:0;left:0;right:0;background:linear-gradient(14deg,rgba(194,221,181,1) 0%,rgba(194,221,181,1) 21%,rgba(220,235,173,1) 47%,rgba(181,221,197,1) 73%,rgba(214,231,131,1) 100%);background-repeat:no-repeat;background-position:center}.range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(103 176 68 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(103 176 68 / var(--tw-text-opacity))}input.hide-arrows::-webkit-outer-spin-button,input.hide-arrows::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.hide-arrows{-moz-appearance:textfield}.fade-enter-active,.fade-leave-active{transition:all .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transform:translate(1000px)}.slide-enter-active{transition:all .3s ease-out}.slide-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-enter-from,.slide-leave-to{transform:translate(-2000px)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0px;right:0px;bottom:0px;left:0px}.inset-y-0{top:0px;bottom:0px}.-top-0{top:-0px}.-top-0\.5{top:-.125rem}.bottom-0{bottom:0px}.left-0{left:0px}.left-9{left:2.25rem}.right-0{right:0px}.right-3{right:.75rem}.right-5{right:1.25rem}.top-0{top:0px}.top-0\.5{top:.125rem}.top-3{top:.75rem}.top-5{top:1.25rem}.z-10{z-index:10}.z-50{z-index:50}.col-span-1{grid-column:span 1 / span 1}.m-5{margin:1.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-\[70px\]{margin-bottom:70px}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-8{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[150px\]{height:150px}.h-\[1px\]{height:1px}.h-\[280px\]{height:280px}.h-\[400px\]{height:400px}.h-auto{height:auto}.h-full{height:100%}.min-h-full{min-height:100%}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/12{width:8.333333%}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/12{width:16.666667%}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-2\/6{width:33.333333%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-3\/6{width:50%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-5\/6{width:83.333333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-8\/12{width:66.666667%}.w-80{width:20rem}.w-\[150px\]{width:150px}.w-\[300px\]{width:300px}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[250px\]{min-width:250px}.min-w-\[280px\]{min-width:280px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-\[1400px\]{max-width:1400px}.max-w-\[180px\]{max-width:180px}.max-w-\[250px\]{max-width:250px}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.origin-top-right{transform-origin:top right}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.place-content-end{place-content:end}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-3{gap:.75rem}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-yellow-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 249 195 / var(--tw-divide-opacity))}.divide-yellow-100\/0>:not([hidden])~:not([hidden]){border-color:#fef9c300}.divide-yellow-100\/10>:not([hidden])~:not([hidden]){border-color:#fef9c31a}.divide-yellow-100\/100>:not([hidden])~:not([hidden]){border-color:#fef9c3}.divide-yellow-100\/20>:not([hidden])~:not([hidden]){border-color:#fef9c333}.divide-yellow-100\/25>:not([hidden])~:not([hidden]){border-color:#fef9c340}.divide-yellow-100\/30>:not([hidden])~:not([hidden]){border-color:#fef9c34d}.divide-yellow-100\/40>:not([hidden])~:not([hidden]){border-color:#fef9c366}.divide-yellow-100\/5>:not([hidden])~:not([hidden]){border-color:#fef9c30d}.divide-yellow-100\/50>:not([hidden])~:not([hidden]){border-color:#fef9c380}.divide-yellow-100\/60>:not([hidden])~:not([hidden]){border-color:#fef9c399}.divide-yellow-100\/70>:not([hidden])~:not([hidden]){border-color:#fef9c3b3}.divide-yellow-100\/75>:not([hidden])~:not([hidden]){border-color:#fef9c3bf}.divide-yellow-100\/80>:not([hidden])~:not([hidden]){border-color:#fef9c3cc}.divide-yellow-100\/90>:not([hidden])~:not([hidden]){border-color:#fef9c3e6}.divide-yellow-100\/95>:not([hidden])~:not([hidden]){border-color:#fef9c3f2}.divide-yellow-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 240 138 / var(--tw-divide-opacity))}.divide-yellow-200\/0>:not([hidden])~:not([hidden]){border-color:#fef08a00}.divide-yellow-200\/10>:not([hidden])~:not([hidden]){border-color:#fef08a1a}.divide-yellow-200\/100>:not([hidden])~:not([hidden]){border-color:#fef08a}.divide-yellow-200\/20>:not([hidden])~:not([hidden]){border-color:#fef08a33}.divide-yellow-200\/25>:not([hidden])~:not([hidden]){border-color:#fef08a40}.divide-yellow-200\/30>:not([hidden])~:not([hidden]){border-color:#fef08a4d}.divide-yellow-200\/40>:not([hidden])~:not([hidden]){border-color:#fef08a66}.divide-yellow-200\/5>:not([hidden])~:not([hidden]){border-color:#fef08a0d}.divide-yellow-200\/50>:not([hidden])~:not([hidden]){border-color:#fef08a80}.divide-yellow-200\/60>:not([hidden])~:not([hidden]){border-color:#fef08a99}.divide-yellow-200\/70>:not([hidden])~:not([hidden]){border-color:#fef08ab3}.divide-yellow-200\/75>:not([hidden])~:not([hidden]){border-color:#fef08abf}.divide-yellow-200\/80>:not([hidden])~:not([hidden]){border-color:#fef08acc}.divide-yellow-200\/90>:not([hidden])~:not([hidden]){border-color:#fef08ae6}.divide-yellow-200\/95>:not([hidden])~:not([hidden]){border-color:#fef08af2}.divide-yellow-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(253 224 71 / var(--tw-divide-opacity))}.divide-yellow-300\/0>:not([hidden])~:not([hidden]){border-color:#fde04700}.divide-yellow-300\/10>:not([hidden])~:not([hidden]){border-color:#fde0471a}.divide-yellow-300\/100>:not([hidden])~:not([hidden]){border-color:#fde047}.divide-yellow-300\/20>:not([hidden])~:not([hidden]){border-color:#fde04733}.divide-yellow-300\/25>:not([hidden])~:not([hidden]){border-color:#fde04740}.divide-yellow-300\/30>:not([hidden])~:not([hidden]){border-color:#fde0474d}.divide-yellow-300\/40>:not([hidden])~:not([hidden]){border-color:#fde04766}.divide-yellow-300\/5>:not([hidden])~:not([hidden]){border-color:#fde0470d}.divide-yellow-300\/50>:not([hidden])~:not([hidden]){border-color:#fde04780}.divide-yellow-300\/60>:not([hidden])~:not([hidden]){border-color:#fde04799}.divide-yellow-300\/70>:not([hidden])~:not([hidden]){border-color:#fde047b3}.divide-yellow-300\/75>:not([hidden])~:not([hidden]){border-color:#fde047bf}.divide-yellow-300\/80>:not([hidden])~:not([hidden]){border-color:#fde047cc}.divide-yellow-300\/90>:not([hidden])~:not([hidden]){border-color:#fde047e6}.divide-yellow-300\/95>:not([hidden])~:not([hidden]){border-color:#fde047f2}.divide-yellow-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(250 204 21 / var(--tw-divide-opacity))}.divide-yellow-400\/0>:not([hidden])~:not([hidden]){border-color:#facc1500}.divide-yellow-400\/10>:not([hidden])~:not([hidden]){border-color:#facc151a}.divide-yellow-400\/100>:not([hidden])~:not([hidden]){border-color:#facc15}.divide-yellow-400\/20>:not([hidden])~:not([hidden]){border-color:#facc1533}.divide-yellow-400\/25>:not([hidden])~:not([hidden]){border-color:#facc1540}.divide-yellow-400\/30>:not([hidden])~:not([hidden]){border-color:#facc154d}.divide-yellow-400\/40>:not([hidden])~:not([hidden]){border-color:#facc1566}.divide-yellow-400\/5>:not([hidden])~:not([hidden]){border-color:#facc150d}.divide-yellow-400\/50>:not([hidden])~:not([hidden]){border-color:#facc1580}.divide-yellow-400\/60>:not([hidden])~:not([hidden]){border-color:#facc1599}.divide-yellow-400\/70>:not([hidden])~:not([hidden]){border-color:#facc15b3}.divide-yellow-400\/75>:not([hidden])~:not([hidden]){border-color:#facc15bf}.divide-yellow-400\/80>:not([hidden])~:not([hidden]){border-color:#facc15cc}.divide-yellow-400\/90>:not([hidden])~:not([hidden]){border-color:#facc15e6}.divide-yellow-400\/95>:not([hidden])~:not([hidden]){border-color:#facc15f2}.divide-yellow-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 252 232 / var(--tw-divide-opacity))}.divide-yellow-50\/0>:not([hidden])~:not([hidden]){border-color:#fefce800}.divide-yellow-50\/10>:not([hidden])~:not([hidden]){border-color:#fefce81a}.divide-yellow-50\/100>:not([hidden])~:not([hidden]){border-color:#fefce8}.divide-yellow-50\/20>:not([hidden])~:not([hidden]){border-color:#fefce833}.divide-yellow-50\/25>:not([hidden])~:not([hidden]){border-color:#fefce840}.divide-yellow-50\/30>:not([hidden])~:not([hidden]){border-color:#fefce84d}.divide-yellow-50\/40>:not([hidden])~:not([hidden]){border-color:#fefce866}.divide-yellow-50\/5>:not([hidden])~:not([hidden]){border-color:#fefce80d}.divide-yellow-50\/50>:not([hidden])~:not([hidden]){border-color:#fefce880}.divide-yellow-50\/60>:not([hidden])~:not([hidden]){border-color:#fefce899}.divide-yellow-50\/70>:not([hidden])~:not([hidden]){border-color:#fefce8b3}.divide-yellow-50\/75>:not([hidden])~:not([hidden]){border-color:#fefce8bf}.divide-yellow-50\/80>:not([hidden])~:not([hidden]){border-color:#fefce8cc}.divide-yellow-50\/90>:not([hidden])~:not([hidden]){border-color:#fefce8e6}.divide-yellow-50\/95>:not([hidden])~:not([hidden]){border-color:#fefce8f2}.divide-yellow-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(234 179 8 / var(--tw-divide-opacity))}.divide-yellow-500\/0>:not([hidden])~:not([hidden]){border-color:#eab30800}.divide-yellow-500\/10>:not([hidden])~:not([hidden]){border-color:#eab3081a}.divide-yellow-500\/100>:not([hidden])~:not([hidden]){border-color:#eab308}.divide-yellow-500\/20>:not([hidden])~:not([hidden]){border-color:#eab30833}.divide-yellow-500\/25>:not([hidden])~:not([hidden]){border-color:#eab30840}.divide-yellow-500\/30>:not([hidden])~:not([hidden]){border-color:#eab3084d}.divide-yellow-500\/40>:not([hidden])~:not([hidden]){border-color:#eab30866}.divide-yellow-500\/5>:not([hidden])~:not([hidden]){border-color:#eab3080d}.divide-yellow-500\/50>:not([hidden])~:not([hidden]){border-color:#eab30880}.divide-yellow-500\/60>:not([hidden])~:not([hidden]){border-color:#eab30899}.divide-yellow-500\/70>:not([hidden])~:not([hidden]){border-color:#eab308b3}.divide-yellow-500\/75>:not([hidden])~:not([hidden]){border-color:#eab308bf}.divide-yellow-500\/80>:not([hidden])~:not([hidden]){border-color:#eab308cc}.divide-yellow-500\/90>:not([hidden])~:not([hidden]){border-color:#eab308e6}.divide-yellow-500\/95>:not([hidden])~:not([hidden]){border-color:#eab308f2}.divide-yellow-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(202 138 4 / var(--tw-divide-opacity))}.divide-yellow-600\/0>:not([hidden])~:not([hidden]){border-color:#ca8a0400}.divide-yellow-600\/10>:not([hidden])~:not([hidden]){border-color:#ca8a041a}.divide-yellow-600\/100>:not([hidden])~:not([hidden]){border-color:#ca8a04}.divide-yellow-600\/20>:not([hidden])~:not([hidden]){border-color:#ca8a0433}.divide-yellow-600\/25>:not([hidden])~:not([hidden]){border-color:#ca8a0440}.divide-yellow-600\/30>:not([hidden])~:not([hidden]){border-color:#ca8a044d}.divide-yellow-600\/40>:not([hidden])~:not([hidden]){border-color:#ca8a0466}.divide-yellow-600\/5>:not([hidden])~:not([hidden]){border-color:#ca8a040d}.divide-yellow-600\/50>:not([hidden])~:not([hidden]){border-color:#ca8a0480}.divide-yellow-600\/60>:not([hidden])~:not([hidden]){border-color:#ca8a0499}.divide-yellow-600\/70>:not([hidden])~:not([hidden]){border-color:#ca8a04b3}.divide-yellow-600\/75>:not([hidden])~:not([hidden]){border-color:#ca8a04bf}.divide-yellow-600\/80>:not([hidden])~:not([hidden]){border-color:#ca8a04cc}.divide-yellow-600\/90>:not([hidden])~:not([hidden]){border-color:#ca8a04e6}.divide-yellow-600\/95>:not([hidden])~:not([hidden]){border-color:#ca8a04f2}.divide-yellow-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(133 77 14 / var(--tw-divide-opacity))}.divide-yellow-800\/0>:not([hidden])~:not([hidden]){border-color:#854d0e00}.divide-yellow-800\/10>:not([hidden])~:not([hidden]){border-color:#854d0e1a}.divide-yellow-800\/100>:not([hidden])~:not([hidden]){border-color:#854d0e}.divide-yellow-800\/20>:not([hidden])~:not([hidden]){border-color:#854d0e33}.divide-yellow-800\/25>:not([hidden])~:not([hidden]){border-color:#854d0e40}.divide-yellow-800\/30>:not([hidden])~:not([hidden]){border-color:#854d0e4d}.divide-yellow-800\/40>:not([hidden])~:not([hidden]){border-color:#854d0e66}.divide-yellow-800\/5>:not([hidden])~:not([hidden]){border-color:#854d0e0d}.divide-yellow-800\/50>:not([hidden])~:not([hidden]){border-color:#854d0e80}.divide-yellow-800\/60>:not([hidden])~:not([hidden]){border-color:#854d0e99}.divide-yellow-800\/70>:not([hidden])~:not([hidden]){border-color:#854d0eb3}.divide-yellow-800\/75>:not([hidden])~:not([hidden]){border-color:#854d0ebf}.divide-yellow-800\/80>:not([hidden])~:not([hidden]){border-color:#854d0ecc}.divide-yellow-800\/90>:not([hidden])~:not([hidden]){border-color:#854d0ee6}.divide-yellow-800\/95>:not([hidden])~:not([hidden]){border-color:#854d0ef2}.place-self-start{place-self:start}.place-self-end{place-self:end}.self-center{align-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-tr-xl{border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-4{border-width:4px}.border-\[1px\]{border-width:1px}.border-y-\[2px\]{border-top-width:2px;border-bottom-width:2px}.border-b{border-bottom-width:1px}.border-b-2,.border-b-\[2px\]{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-brown-100{--tw-border-opacity: 1;border-color:rgb(223 215 211 / var(--tw-border-opacity))}.border-brown-200{--tw-border-opacity: 1;border-color:rgb(191 176 166 / var(--tw-border-opacity))}.border-brown-300{--tw-border-opacity: 1;border-color:rgb(159 136 122 / var(--tw-border-opacity))}.border-brown-500{--tw-border-opacity: 1;border-color:rgb(76 63 55 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(103 176 68 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-yellow-100\/0{border-color:#fef9c300}.border-yellow-100\/10{border-color:#fef9c31a}.border-yellow-100\/100{border-color:#fef9c3}.border-yellow-100\/20{border-color:#fef9c333}.border-yellow-100\/25{border-color:#fef9c340}.border-yellow-100\/30{border-color:#fef9c34d}.border-yellow-100\/40{border-color:#fef9c366}.border-yellow-100\/5{border-color:#fef9c30d}.border-yellow-100\/50{border-color:#fef9c380}.border-yellow-100\/60{border-color:#fef9c399}.border-yellow-100\/70{border-color:#fef9c3b3}.border-yellow-100\/75{border-color:#fef9c3bf}.border-yellow-100\/80{border-color:#fef9c3cc}.border-yellow-100\/90{border-color:#fef9c3e6}.border-yellow-100\/95{border-color:#fef9c3f2}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-yellow-200\/0{border-color:#fef08a00}.border-yellow-200\/10{border-color:#fef08a1a}.border-yellow-200\/100{border-color:#fef08a}.border-yellow-200\/20{border-color:#fef08a33}.border-yellow-200\/25{border-color:#fef08a40}.border-yellow-200\/30{border-color:#fef08a4d}.border-yellow-200\/40{border-color:#fef08a66}.border-yellow-200\/5{border-color:#fef08a0d}.border-yellow-200\/50{border-color:#fef08a80}.border-yellow-200\/60{border-color:#fef08a99}.border-yellow-200\/70{border-color:#fef08ab3}.border-yellow-200\/75{border-color:#fef08abf}.border-yellow-200\/80{border-color:#fef08acc}.border-yellow-200\/90{border-color:#fef08ae6}.border-yellow-200\/95{border-color:#fef08af2}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-yellow-300\/0{border-color:#fde04700}.border-yellow-300\/10{border-color:#fde0471a}.border-yellow-300\/100{border-color:#fde047}.border-yellow-300\/20{border-color:#fde04733}.border-yellow-300\/25{border-color:#fde04740}.border-yellow-300\/30{border-color:#fde0474d}.border-yellow-300\/40{border-color:#fde04766}.border-yellow-300\/5{border-color:#fde0470d}.border-yellow-300\/50{border-color:#fde04780}.border-yellow-300\/60{border-color:#fde04799}.border-yellow-300\/70{border-color:#fde047b3}.border-yellow-300\/75{border-color:#fde047bf}.border-yellow-300\/80{border-color:#fde047cc}.border-yellow-300\/90{border-color:#fde047e6}.border-yellow-300\/95{border-color:#fde047f2}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-yellow-400\/0{border-color:#facc1500}.border-yellow-400\/10{border-color:#facc151a}.border-yellow-400\/100{border-color:#facc15}.border-yellow-400\/20{border-color:#facc1533}.border-yellow-400\/25{border-color:#facc1540}.border-yellow-400\/30{border-color:#facc154d}.border-yellow-400\/40{border-color:#facc1566}.border-yellow-400\/5{border-color:#facc150d}.border-yellow-400\/50{border-color:#facc1580}.border-yellow-400\/60{border-color:#facc1599}.border-yellow-400\/70{border-color:#facc15b3}.border-yellow-400\/75{border-color:#facc15bf}.border-yellow-400\/80{border-color:#facc15cc}.border-yellow-400\/90{border-color:#facc15e6}.border-yellow-400\/95{border-color:#facc15f2}.border-yellow-50{--tw-border-opacity: 1;border-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-yellow-50\/0{border-color:#fefce800}.border-yellow-50\/10{border-color:#fefce81a}.border-yellow-50\/100{border-color:#fefce8}.border-yellow-50\/20{border-color:#fefce833}.border-yellow-50\/25{border-color:#fefce840}.border-yellow-50\/30{border-color:#fefce84d}.border-yellow-50\/40{border-color:#fefce866}.border-yellow-50\/5{border-color:#fefce80d}.border-yellow-50\/50{border-color:#fefce880}.border-yellow-50\/60{border-color:#fefce899}.border-yellow-50\/70{border-color:#fefce8b3}.border-yellow-50\/75{border-color:#fefce8bf}.border-yellow-50\/80{border-color:#fefce8cc}.border-yellow-50\/90{border-color:#fefce8e6}.border-yellow-50\/95{border-color:#fefce8f2}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-yellow-500\/0{border-color:#eab30800}.border-yellow-500\/10{border-color:#eab3081a}.border-yellow-500\/100{border-color:#eab308}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/25{border-color:#eab30840}.border-yellow-500\/30{border-color:#eab3084d}.border-yellow-500\/40{border-color:#eab30866}.border-yellow-500\/5{border-color:#eab3080d}.border-yellow-500\/50{border-color:#eab30880}.border-yellow-500\/60{border-color:#eab30899}.border-yellow-500\/70{border-color:#eab308b3}.border-yellow-500\/75{border-color:#eab308bf}.border-yellow-500\/80{border-color:#eab308cc}.border-yellow-500\/90{border-color:#eab308e6}.border-yellow-500\/95{border-color:#eab308f2}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-yellow-600\/0{border-color:#ca8a0400}.border-yellow-600\/10{border-color:#ca8a041a}.border-yellow-600\/100{border-color:#ca8a04}.border-yellow-600\/20{border-color:#ca8a0433}.border-yellow-600\/25{border-color:#ca8a0440}.border-yellow-600\/30{border-color:#ca8a044d}.border-yellow-600\/40{border-color:#ca8a0466}.border-yellow-600\/5{border-color:#ca8a040d}.border-yellow-600\/50{border-color:#ca8a0480}.border-yellow-600\/60{border-color:#ca8a0499}.border-yellow-600\/70{border-color:#ca8a04b3}.border-yellow-600\/75{border-color:#ca8a04bf}.border-yellow-600\/80{border-color:#ca8a04cc}.border-yellow-600\/90{border-color:#ca8a04e6}.border-yellow-600\/95{border-color:#ca8a04f2}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-yellow-800\/0{border-color:#854d0e00}.border-yellow-800\/10{border-color:#854d0e1a}.border-yellow-800\/100{border-color:#854d0e}.border-yellow-800\/20{border-color:#854d0e33}.border-yellow-800\/25{border-color:#854d0e40}.border-yellow-800\/30{border-color:#854d0e4d}.border-yellow-800\/40{border-color:#854d0e66}.border-yellow-800\/5{border-color:#854d0e0d}.border-yellow-800\/50{border-color:#854d0e80}.border-yellow-800\/60{border-color:#854d0e99}.border-yellow-800\/70{border-color:#854d0eb3}.border-yellow-800\/75{border-color:#854d0ebf}.border-yellow-800\/80{border-color:#854d0ecc}.border-yellow-800\/90{border-color:#854d0ee6}.border-yellow-800\/95{border-color:#854d0ef2}.border-x-yellow-100{--tw-border-opacity: 1;border-left-color:rgb(254 249 195 / var(--tw-border-opacity));border-right-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-x-yellow-100\/0{border-left-color:#fef9c300;border-right-color:#fef9c300}.border-x-yellow-100\/10{border-left-color:#fef9c31a;border-right-color:#fef9c31a}.border-x-yellow-100\/100{border-left-color:#fef9c3;border-right-color:#fef9c3}.border-x-yellow-100\/20{border-left-color:#fef9c333;border-right-color:#fef9c333}.border-x-yellow-100\/25{border-left-color:#fef9c340;border-right-color:#fef9c340}.border-x-yellow-100\/30{border-left-color:#fef9c34d;border-right-color:#fef9c34d}.border-x-yellow-100\/40{border-left-color:#fef9c366;border-right-color:#fef9c366}.border-x-yellow-100\/5{border-left-color:#fef9c30d;border-right-color:#fef9c30d}.border-x-yellow-100\/50{border-left-color:#fef9c380;border-right-color:#fef9c380}.border-x-yellow-100\/60{border-left-color:#fef9c399;border-right-color:#fef9c399}.border-x-yellow-100\/70{border-left-color:#fef9c3b3;border-right-color:#fef9c3b3}.border-x-yellow-100\/75{border-left-color:#fef9c3bf;border-right-color:#fef9c3bf}.border-x-yellow-100\/80{border-left-color:#fef9c3cc;border-right-color:#fef9c3cc}.border-x-yellow-100\/90{border-left-color:#fef9c3e6;border-right-color:#fef9c3e6}.border-x-yellow-100\/95{border-left-color:#fef9c3f2;border-right-color:#fef9c3f2}.border-x-yellow-200{--tw-border-opacity: 1;border-left-color:rgb(254 240 138 / var(--tw-border-opacity));border-right-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-x-yellow-200\/0{border-left-color:#fef08a00;border-right-color:#fef08a00}.border-x-yellow-200\/10{border-left-color:#fef08a1a;border-right-color:#fef08a1a}.border-x-yellow-200\/100{border-left-color:#fef08a;border-right-color:#fef08a}.border-x-yellow-200\/20{border-left-color:#fef08a33;border-right-color:#fef08a33}.border-x-yellow-200\/25{border-left-color:#fef08a40;border-right-color:#fef08a40}.border-x-yellow-200\/30{border-left-color:#fef08a4d;border-right-color:#fef08a4d}.border-x-yellow-200\/40{border-left-color:#fef08a66;border-right-color:#fef08a66}.border-x-yellow-200\/5{border-left-color:#fef08a0d;border-right-color:#fef08a0d}.border-x-yellow-200\/50{border-left-color:#fef08a80;border-right-color:#fef08a80}.border-x-yellow-200\/60{border-left-color:#fef08a99;border-right-color:#fef08a99}.border-x-yellow-200\/70{border-left-color:#fef08ab3;border-right-color:#fef08ab3}.border-x-yellow-200\/75{border-left-color:#fef08abf;border-right-color:#fef08abf}.border-x-yellow-200\/80{border-left-color:#fef08acc;border-right-color:#fef08acc}.border-x-yellow-200\/90{border-left-color:#fef08ae6;border-right-color:#fef08ae6}.border-x-yellow-200\/95{border-left-color:#fef08af2;border-right-color:#fef08af2}.border-x-yellow-300{--tw-border-opacity: 1;border-left-color:rgb(253 224 71 / var(--tw-border-opacity));border-right-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-x-yellow-300\/0{border-left-color:#fde04700;border-right-color:#fde04700}.border-x-yellow-300\/10{border-left-color:#fde0471a;border-right-color:#fde0471a}.border-x-yellow-300\/100{border-left-color:#fde047;border-right-color:#fde047}.border-x-yellow-300\/20{border-left-color:#fde04733;border-right-color:#fde04733}.border-x-yellow-300\/25{border-left-color:#fde04740;border-right-color:#fde04740}.border-x-yellow-300\/30{border-left-color:#fde0474d;border-right-color:#fde0474d}.border-x-yellow-300\/40{border-left-color:#fde04766;border-right-color:#fde04766}.border-x-yellow-300\/5{border-left-color:#fde0470d;border-right-color:#fde0470d}.border-x-yellow-300\/50{border-left-color:#fde04780;border-right-color:#fde04780}.border-x-yellow-300\/60{border-left-color:#fde04799;border-right-color:#fde04799}.border-x-yellow-300\/70{border-left-color:#fde047b3;border-right-color:#fde047b3}.border-x-yellow-300\/75{border-left-color:#fde047bf;border-right-color:#fde047bf}.border-x-yellow-300\/80{border-left-color:#fde047cc;border-right-color:#fde047cc}.border-x-yellow-300\/90{border-left-color:#fde047e6;border-right-color:#fde047e6}.border-x-yellow-300\/95{border-left-color:#fde047f2;border-right-color:#fde047f2}.border-x-yellow-400{--tw-border-opacity: 1;border-left-color:rgb(250 204 21 / var(--tw-border-opacity));border-right-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-x-yellow-400\/0{border-left-color:#facc1500;border-right-color:#facc1500}.border-x-yellow-400\/10{border-left-color:#facc151a;border-right-color:#facc151a}.border-x-yellow-400\/100{border-left-color:#facc15;border-right-color:#facc15}.border-x-yellow-400\/20{border-left-color:#facc1533;border-right-color:#facc1533}.border-x-yellow-400\/25{border-left-color:#facc1540;border-right-color:#facc1540}.border-x-yellow-400\/30{border-left-color:#facc154d;border-right-color:#facc154d}.border-x-yellow-400\/40{border-left-color:#facc1566;border-right-color:#facc1566}.border-x-yellow-400\/5{border-left-color:#facc150d;border-right-color:#facc150d}.border-x-yellow-400\/50{border-left-color:#facc1580;border-right-color:#facc1580}.border-x-yellow-400\/60{border-left-color:#facc1599;border-right-color:#facc1599}.border-x-yellow-400\/70{border-left-color:#facc15b3;border-right-color:#facc15b3}.border-x-yellow-400\/75{border-left-color:#facc15bf;border-right-color:#facc15bf}.border-x-yellow-400\/80{border-left-color:#facc15cc;border-right-color:#facc15cc}.border-x-yellow-400\/90{border-left-color:#facc15e6;border-right-color:#facc15e6}.border-x-yellow-400\/95{border-left-color:#facc15f2;border-right-color:#facc15f2}.border-x-yellow-50{--tw-border-opacity: 1;border-left-color:rgb(254 252 232 / var(--tw-border-opacity));border-right-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-x-yellow-50\/0{border-left-color:#fefce800;border-right-color:#fefce800}.border-x-yellow-50\/10{border-left-color:#fefce81a;border-right-color:#fefce81a}.border-x-yellow-50\/100{border-left-color:#fefce8;border-right-color:#fefce8}.border-x-yellow-50\/20{border-left-color:#fefce833;border-right-color:#fefce833}.border-x-yellow-50\/25{border-left-color:#fefce840;border-right-color:#fefce840}.border-x-yellow-50\/30{border-left-color:#fefce84d;border-right-color:#fefce84d}.border-x-yellow-50\/40{border-left-color:#fefce866;border-right-color:#fefce866}.border-x-yellow-50\/5{border-left-color:#fefce80d;border-right-color:#fefce80d}.border-x-yellow-50\/50{border-left-color:#fefce880;border-right-color:#fefce880}.border-x-yellow-50\/60{border-left-color:#fefce899;border-right-color:#fefce899}.border-x-yellow-50\/70{border-left-color:#fefce8b3;border-right-color:#fefce8b3}.border-x-yellow-50\/75{border-left-color:#fefce8bf;border-right-color:#fefce8bf}.border-x-yellow-50\/80{border-left-color:#fefce8cc;border-right-color:#fefce8cc}.border-x-yellow-50\/90{border-left-color:#fefce8e6;border-right-color:#fefce8e6}.border-x-yellow-50\/95{border-left-color:#fefce8f2;border-right-color:#fefce8f2}.border-x-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(234 179 8 / var(--tw-border-opacity));border-right-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-x-yellow-500\/0{border-left-color:#eab30800;border-right-color:#eab30800}.border-x-yellow-500\/10{border-left-color:#eab3081a;border-right-color:#eab3081a}.border-x-yellow-500\/100{border-left-color:#eab308;border-right-color:#eab308}.border-x-yellow-500\/20{border-left-color:#eab30833;border-right-color:#eab30833}.border-x-yellow-500\/25{border-left-color:#eab30840;border-right-color:#eab30840}.border-x-yellow-500\/30{border-left-color:#eab3084d;border-right-color:#eab3084d}.border-x-yellow-500\/40{border-left-color:#eab30866;border-right-color:#eab30866}.border-x-yellow-500\/5{border-left-color:#eab3080d;border-right-color:#eab3080d}.border-x-yellow-500\/50{border-left-color:#eab30880;border-right-color:#eab30880}.border-x-yellow-500\/60{border-left-color:#eab30899;border-right-color:#eab30899}.border-x-yellow-500\/70{border-left-color:#eab308b3;border-right-color:#eab308b3}.border-x-yellow-500\/75{border-left-color:#eab308bf;border-right-color:#eab308bf}.border-x-yellow-500\/80{border-left-color:#eab308cc;border-right-color:#eab308cc}.border-x-yellow-500\/90{border-left-color:#eab308e6;border-right-color:#eab308e6}.border-x-yellow-500\/95{border-left-color:#eab308f2;border-right-color:#eab308f2}.border-x-yellow-600{--tw-border-opacity: 1;border-left-color:rgb(202 138 4 / var(--tw-border-opacity));border-right-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-x-yellow-600\/0{border-left-color:#ca8a0400;border-right-color:#ca8a0400}.border-x-yellow-600\/10{border-left-color:#ca8a041a;border-right-color:#ca8a041a}.border-x-yellow-600\/100{border-left-color:#ca8a04;border-right-color:#ca8a04}.border-x-yellow-600\/20{border-left-color:#ca8a0433;border-right-color:#ca8a0433}.border-x-yellow-600\/25{border-left-color:#ca8a0440;border-right-color:#ca8a0440}.border-x-yellow-600\/30{border-left-color:#ca8a044d;border-right-color:#ca8a044d}.border-x-yellow-600\/40{border-left-color:#ca8a0466;border-right-color:#ca8a0466}.border-x-yellow-600\/5{border-left-color:#ca8a040d;border-right-color:#ca8a040d}.border-x-yellow-600\/50{border-left-color:#ca8a0480;border-right-color:#ca8a0480}.border-x-yellow-600\/60{border-left-color:#ca8a0499;border-right-color:#ca8a0499}.border-x-yellow-600\/70{border-left-color:#ca8a04b3;border-right-color:#ca8a04b3}.border-x-yellow-600\/75{border-left-color:#ca8a04bf;border-right-color:#ca8a04bf}.border-x-yellow-600\/80{border-left-color:#ca8a04cc;border-right-color:#ca8a04cc}.border-x-yellow-600\/90{border-left-color:#ca8a04e6;border-right-color:#ca8a04e6}.border-x-yellow-600\/95{border-left-color:#ca8a04f2;border-right-color:#ca8a04f2}.border-x-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(133 77 14 / var(--tw-border-opacity));border-right-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-x-yellow-800\/0{border-left-color:#854d0e00;border-right-color:#854d0e00}.border-x-yellow-800\/10{border-left-color:#854d0e1a;border-right-color:#854d0e1a}.border-x-yellow-800\/100{border-left-color:#854d0e;border-right-color:#854d0e}.border-x-yellow-800\/20{border-left-color:#854d0e33;border-right-color:#854d0e33}.border-x-yellow-800\/25{border-left-color:#854d0e40;border-right-color:#854d0e40}.border-x-yellow-800\/30{border-left-color:#854d0e4d;border-right-color:#854d0e4d}.border-x-yellow-800\/40{border-left-color:#854d0e66;border-right-color:#854d0e66}.border-x-yellow-800\/5{border-left-color:#854d0e0d;border-right-color:#854d0e0d}.border-x-yellow-800\/50{border-left-color:#854d0e80;border-right-color:#854d0e80}.border-x-yellow-800\/60{border-left-color:#854d0e99;border-right-color:#854d0e99}.border-x-yellow-800\/70{border-left-color:#854d0eb3;border-right-color:#854d0eb3}.border-x-yellow-800\/75{border-left-color:#854d0ebf;border-right-color:#854d0ebf}.border-x-yellow-800\/80{border-left-color:#854d0ecc;border-right-color:#854d0ecc}.border-x-yellow-800\/90{border-left-color:#854d0ee6;border-right-color:#854d0ee6}.border-x-yellow-800\/95{border-left-color:#854d0ef2;border-right-color:#854d0ef2}.border-y-yellow-100{--tw-border-opacity: 1;border-top-color:rgb(254 249 195 / var(--tw-border-opacity));border-bottom-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-y-yellow-100\/0{border-top-color:#fef9c300;border-bottom-color:#fef9c300}.border-y-yellow-100\/10{border-top-color:#fef9c31a;border-bottom-color:#fef9c31a}.border-y-yellow-100\/100{border-top-color:#fef9c3;border-bottom-color:#fef9c3}.border-y-yellow-100\/20{border-top-color:#fef9c333;border-bottom-color:#fef9c333}.border-y-yellow-100\/25{border-top-color:#fef9c340;border-bottom-color:#fef9c340}.border-y-yellow-100\/30{border-top-color:#fef9c34d;border-bottom-color:#fef9c34d}.border-y-yellow-100\/40{border-top-color:#fef9c366;border-bottom-color:#fef9c366}.border-y-yellow-100\/5{border-top-color:#fef9c30d;border-bottom-color:#fef9c30d}.border-y-yellow-100\/50{border-top-color:#fef9c380;border-bottom-color:#fef9c380}.border-y-yellow-100\/60{border-top-color:#fef9c399;border-bottom-color:#fef9c399}.border-y-yellow-100\/70{border-top-color:#fef9c3b3;border-bottom-color:#fef9c3b3}.border-y-yellow-100\/75{border-top-color:#fef9c3bf;border-bottom-color:#fef9c3bf}.border-y-yellow-100\/80{border-top-color:#fef9c3cc;border-bottom-color:#fef9c3cc}.border-y-yellow-100\/90{border-top-color:#fef9c3e6;border-bottom-color:#fef9c3e6}.border-y-yellow-100\/95{border-top-color:#fef9c3f2;border-bottom-color:#fef9c3f2}.border-y-yellow-200{--tw-border-opacity: 1;border-top-color:rgb(254 240 138 / var(--tw-border-opacity));border-bottom-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-y-yellow-200\/0{border-top-color:#fef08a00;border-bottom-color:#fef08a00}.border-y-yellow-200\/10{border-top-color:#fef08a1a;border-bottom-color:#fef08a1a}.border-y-yellow-200\/100{border-top-color:#fef08a;border-bottom-color:#fef08a}.border-y-yellow-200\/20{border-top-color:#fef08a33;border-bottom-color:#fef08a33}.border-y-yellow-200\/25{border-top-color:#fef08a40;border-bottom-color:#fef08a40}.border-y-yellow-200\/30{border-top-color:#fef08a4d;border-bottom-color:#fef08a4d}.border-y-yellow-200\/40{border-top-color:#fef08a66;border-bottom-color:#fef08a66}.border-y-yellow-200\/5{border-top-color:#fef08a0d;border-bottom-color:#fef08a0d}.border-y-yellow-200\/50{border-top-color:#fef08a80;border-bottom-color:#fef08a80}.border-y-yellow-200\/60{border-top-color:#fef08a99;border-bottom-color:#fef08a99}.border-y-yellow-200\/70{border-top-color:#fef08ab3;border-bottom-color:#fef08ab3}.border-y-yellow-200\/75{border-top-color:#fef08abf;border-bottom-color:#fef08abf}.border-y-yellow-200\/80{border-top-color:#fef08acc;border-bottom-color:#fef08acc}.border-y-yellow-200\/90{border-top-color:#fef08ae6;border-bottom-color:#fef08ae6}.border-y-yellow-200\/95{border-top-color:#fef08af2;border-bottom-color:#fef08af2}.border-y-yellow-300{--tw-border-opacity: 1;border-top-color:rgb(253 224 71 / var(--tw-border-opacity));border-bottom-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-y-yellow-300\/0{border-top-color:#fde04700;border-bottom-color:#fde04700}.border-y-yellow-300\/10{border-top-color:#fde0471a;border-bottom-color:#fde0471a}.border-y-yellow-300\/100{border-top-color:#fde047;border-bottom-color:#fde047}.border-y-yellow-300\/20{border-top-color:#fde04733;border-bottom-color:#fde04733}.border-y-yellow-300\/25{border-top-color:#fde04740;border-bottom-color:#fde04740}.border-y-yellow-300\/30{border-top-color:#fde0474d;border-bottom-color:#fde0474d}.border-y-yellow-300\/40{border-top-color:#fde04766;border-bottom-color:#fde04766}.border-y-yellow-300\/5{border-top-color:#fde0470d;border-bottom-color:#fde0470d}.border-y-yellow-300\/50{border-top-color:#fde04780;border-bottom-color:#fde04780}.border-y-yellow-300\/60{border-top-color:#fde04799;border-bottom-color:#fde04799}.border-y-yellow-300\/70{border-top-color:#fde047b3;border-bottom-color:#fde047b3}.border-y-yellow-300\/75{border-top-color:#fde047bf;border-bottom-color:#fde047bf}.border-y-yellow-300\/80{border-top-color:#fde047cc;border-bottom-color:#fde047cc}.border-y-yellow-300\/90{border-top-color:#fde047e6;border-bottom-color:#fde047e6}.border-y-yellow-300\/95{border-top-color:#fde047f2;border-bottom-color:#fde047f2}.border-y-yellow-400{--tw-border-opacity: 1;border-top-color:rgb(250 204 21 / var(--tw-border-opacity));border-bottom-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-y-yellow-400\/0{border-top-color:#facc1500;border-bottom-color:#facc1500}.border-y-yellow-400\/10{border-top-color:#facc151a;border-bottom-color:#facc151a}.border-y-yellow-400\/100{border-top-color:#facc15;border-bottom-color:#facc15}.border-y-yellow-400\/20{border-top-color:#facc1533;border-bottom-color:#facc1533}.border-y-yellow-400\/25{border-top-color:#facc1540;border-bottom-color:#facc1540}.border-y-yellow-400\/30{border-top-color:#facc154d;border-bottom-color:#facc154d}.border-y-yellow-400\/40{border-top-color:#facc1566;border-bottom-color:#facc1566}.border-y-yellow-400\/5{border-top-color:#facc150d;border-bottom-color:#facc150d}.border-y-yellow-400\/50{border-top-color:#facc1580;border-bottom-color:#facc1580}.border-y-yellow-400\/60{border-top-color:#facc1599;border-bottom-color:#facc1599}.border-y-yellow-400\/70{border-top-color:#facc15b3;border-bottom-color:#facc15b3}.border-y-yellow-400\/75{border-top-color:#facc15bf;border-bottom-color:#facc15bf}.border-y-yellow-400\/80{border-top-color:#facc15cc;border-bottom-color:#facc15cc}.border-y-yellow-400\/90{border-top-color:#facc15e6;border-bottom-color:#facc15e6}.border-y-yellow-400\/95{border-top-color:#facc15f2;border-bottom-color:#facc15f2}.border-y-yellow-50{--tw-border-opacity: 1;border-top-color:rgb(254 252 232 / var(--tw-border-opacity));border-bottom-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-y-yellow-50\/0{border-top-color:#fefce800;border-bottom-color:#fefce800}.border-y-yellow-50\/10{border-top-color:#fefce81a;border-bottom-color:#fefce81a}.border-y-yellow-50\/100{border-top-color:#fefce8;border-bottom-color:#fefce8}.border-y-yellow-50\/20{border-top-color:#fefce833;border-bottom-color:#fefce833}.border-y-yellow-50\/25{border-top-color:#fefce840;border-bottom-color:#fefce840}.border-y-yellow-50\/30{border-top-color:#fefce84d;border-bottom-color:#fefce84d}.border-y-yellow-50\/40{border-top-color:#fefce866;border-bottom-color:#fefce866}.border-y-yellow-50\/5{border-top-color:#fefce80d;border-bottom-color:#fefce80d}.border-y-yellow-50\/50{border-top-color:#fefce880;border-bottom-color:#fefce880}.border-y-yellow-50\/60{border-top-color:#fefce899;border-bottom-color:#fefce899}.border-y-yellow-50\/70{border-top-color:#fefce8b3;border-bottom-color:#fefce8b3}.border-y-yellow-50\/75{border-top-color:#fefce8bf;border-bottom-color:#fefce8bf}.border-y-yellow-50\/80{border-top-color:#fefce8cc;border-bottom-color:#fefce8cc}.border-y-yellow-50\/90{border-top-color:#fefce8e6;border-bottom-color:#fefce8e6}.border-y-yellow-50\/95{border-top-color:#fefce8f2;border-bottom-color:#fefce8f2}.border-y-yellow-500{--tw-border-opacity: 1;border-top-color:rgb(234 179 8 / var(--tw-border-opacity));border-bottom-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-y-yellow-500\/0{border-top-color:#eab30800;border-bottom-color:#eab30800}.border-y-yellow-500\/10{border-top-color:#eab3081a;border-bottom-color:#eab3081a}.border-y-yellow-500\/100{border-top-color:#eab308;border-bottom-color:#eab308}.border-y-yellow-500\/20{border-top-color:#eab30833;border-bottom-color:#eab30833}.border-y-yellow-500\/25{border-top-color:#eab30840;border-bottom-color:#eab30840}.border-y-yellow-500\/30{border-top-color:#eab3084d;border-bottom-color:#eab3084d}.border-y-yellow-500\/40{border-top-color:#eab30866;border-bottom-color:#eab30866}.border-y-yellow-500\/5{border-top-color:#eab3080d;border-bottom-color:#eab3080d}.border-y-yellow-500\/50{border-top-color:#eab30880;border-bottom-color:#eab30880}.border-y-yellow-500\/60{border-top-color:#eab30899;border-bottom-color:#eab30899}.border-y-yellow-500\/70{border-top-color:#eab308b3;border-bottom-color:#eab308b3}.border-y-yellow-500\/75{border-top-color:#eab308bf;border-bottom-color:#eab308bf}.border-y-yellow-500\/80{border-top-color:#eab308cc;border-bottom-color:#eab308cc}.border-y-yellow-500\/90{border-top-color:#eab308e6;border-bottom-color:#eab308e6}.border-y-yellow-500\/95{border-top-color:#eab308f2;border-bottom-color:#eab308f2}.border-y-yellow-600{--tw-border-opacity: 1;border-top-color:rgb(202 138 4 / var(--tw-border-opacity));border-bottom-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-y-yellow-600\/0{border-top-color:#ca8a0400;border-bottom-color:#ca8a0400}.border-y-yellow-600\/10{border-top-color:#ca8a041a;border-bottom-color:#ca8a041a}.border-y-yellow-600\/100{border-top-color:#ca8a04;border-bottom-color:#ca8a04}.border-y-yellow-600\/20{border-top-color:#ca8a0433;border-bottom-color:#ca8a0433}.border-y-yellow-600\/25{border-top-color:#ca8a0440;border-bottom-color:#ca8a0440}.border-y-yellow-600\/30{border-top-color:#ca8a044d;border-bottom-color:#ca8a044d}.border-y-yellow-600\/40{border-top-color:#ca8a0466;border-bottom-color:#ca8a0466}.border-y-yellow-600\/5{border-top-color:#ca8a040d;border-bottom-color:#ca8a040d}.border-y-yellow-600\/50{border-top-color:#ca8a0480;border-bottom-color:#ca8a0480}.border-y-yellow-600\/60{border-top-color:#ca8a0499;border-bottom-color:#ca8a0499}.border-y-yellow-600\/70{border-top-color:#ca8a04b3;border-bottom-color:#ca8a04b3}.border-y-yellow-600\/75{border-top-color:#ca8a04bf;border-bottom-color:#ca8a04bf}.border-y-yellow-600\/80{border-top-color:#ca8a04cc;border-bottom-color:#ca8a04cc}.border-y-yellow-600\/90{border-top-color:#ca8a04e6;border-bottom-color:#ca8a04e6}.border-y-yellow-600\/95{border-top-color:#ca8a04f2;border-bottom-color:#ca8a04f2}.border-y-yellow-800{--tw-border-opacity: 1;border-top-color:rgb(133 77 14 / var(--tw-border-opacity));border-bottom-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-y-yellow-800\/0{border-top-color:#854d0e00;border-bottom-color:#854d0e00}.border-y-yellow-800\/10{border-top-color:#854d0e1a;border-bottom-color:#854d0e1a}.border-y-yellow-800\/100{border-top-color:#854d0e;border-bottom-color:#854d0e}.border-y-yellow-800\/20{border-top-color:#854d0e33;border-bottom-color:#854d0e33}.border-y-yellow-800\/25{border-top-color:#854d0e40;border-bottom-color:#854d0e40}.border-y-yellow-800\/30{border-top-color:#854d0e4d;border-bottom-color:#854d0e4d}.border-y-yellow-800\/40{border-top-color:#854d0e66;border-bottom-color:#854d0e66}.border-y-yellow-800\/5{border-top-color:#854d0e0d;border-bottom-color:#854d0e0d}.border-y-yellow-800\/50{border-top-color:#854d0e80;border-bottom-color:#854d0e80}.border-y-yellow-800\/60{border-top-color:#854d0e99;border-bottom-color:#854d0e99}.border-y-yellow-800\/70{border-top-color:#854d0eb3;border-bottom-color:#854d0eb3}.border-y-yellow-800\/75{border-top-color:#854d0ebf;border-bottom-color:#854d0ebf}.border-y-yellow-800\/80{border-top-color:#854d0ecc;border-bottom-color:#854d0ecc}.border-y-yellow-800\/90{border-top-color:#854d0ee6;border-bottom-color:#854d0ee6}.border-y-yellow-800\/95{border-top-color:#854d0ef2;border-bottom-color:#854d0ef2}.border-b-yellow-100{--tw-border-opacity: 1;border-bottom-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-b-yellow-100\/0{border-bottom-color:#fef9c300}.border-b-yellow-100\/10{border-bottom-color:#fef9c31a}.border-b-yellow-100\/100{border-bottom-color:#fef9c3}.border-b-yellow-100\/20{border-bottom-color:#fef9c333}.border-b-yellow-100\/25{border-bottom-color:#fef9c340}.border-b-yellow-100\/30{border-bottom-color:#fef9c34d}.border-b-yellow-100\/40{border-bottom-color:#fef9c366}.border-b-yellow-100\/5{border-bottom-color:#fef9c30d}.border-b-yellow-100\/50{border-bottom-color:#fef9c380}.border-b-yellow-100\/60{border-bottom-color:#fef9c399}.border-b-yellow-100\/70{border-bottom-color:#fef9c3b3}.border-b-yellow-100\/75{border-bottom-color:#fef9c3bf}.border-b-yellow-100\/80{border-bottom-color:#fef9c3cc}.border-b-yellow-100\/90{border-bottom-color:#fef9c3e6}.border-b-yellow-100\/95{border-bottom-color:#fef9c3f2}.border-b-yellow-200{--tw-border-opacity: 1;border-bottom-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-b-yellow-200\/0{border-bottom-color:#fef08a00}.border-b-yellow-200\/10{border-bottom-color:#fef08a1a}.border-b-yellow-200\/100{border-bottom-color:#fef08a}.border-b-yellow-200\/20{border-bottom-color:#fef08a33}.border-b-yellow-200\/25{border-bottom-color:#fef08a40}.border-b-yellow-200\/30{border-bottom-color:#fef08a4d}.border-b-yellow-200\/40{border-bottom-color:#fef08a66}.border-b-yellow-200\/5{border-bottom-color:#fef08a0d}.border-b-yellow-200\/50{border-bottom-color:#fef08a80}.border-b-yellow-200\/60{border-bottom-color:#fef08a99}.border-b-yellow-200\/70{border-bottom-color:#fef08ab3}.border-b-yellow-200\/75{border-bottom-color:#fef08abf}.border-b-yellow-200\/80{border-bottom-color:#fef08acc}.border-b-yellow-200\/90{border-bottom-color:#fef08ae6}.border-b-yellow-200\/95{border-bottom-color:#fef08af2}.border-b-yellow-300{--tw-border-opacity: 1;border-bottom-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-b-yellow-300\/0{border-bottom-color:#fde04700}.border-b-yellow-300\/10{border-bottom-color:#fde0471a}.border-b-yellow-300\/100{border-bottom-color:#fde047}.border-b-yellow-300\/20{border-bottom-color:#fde04733}.border-b-yellow-300\/25{border-bottom-color:#fde04740}.border-b-yellow-300\/30{border-bottom-color:#fde0474d}.border-b-yellow-300\/40{border-bottom-color:#fde04766}.border-b-yellow-300\/5{border-bottom-color:#fde0470d}.border-b-yellow-300\/50{border-bottom-color:#fde04780}.border-b-yellow-300\/60{border-bottom-color:#fde04799}.border-b-yellow-300\/70{border-bottom-color:#fde047b3}.border-b-yellow-300\/75{border-bottom-color:#fde047bf}.border-b-yellow-300\/80{border-bottom-color:#fde047cc}.border-b-yellow-300\/90{border-bottom-color:#fde047e6}.border-b-yellow-300\/95{border-bottom-color:#fde047f2}.border-b-yellow-400{--tw-border-opacity: 1;border-bottom-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-b-yellow-400\/0{border-bottom-color:#facc1500}.border-b-yellow-400\/10{border-bottom-color:#facc151a}.border-b-yellow-400\/100{border-bottom-color:#facc15}.border-b-yellow-400\/20{border-bottom-color:#facc1533}.border-b-yellow-400\/25{border-bottom-color:#facc1540}.border-b-yellow-400\/30{border-bottom-color:#facc154d}.border-b-yellow-400\/40{border-bottom-color:#facc1566}.border-b-yellow-400\/5{border-bottom-color:#facc150d}.border-b-yellow-400\/50{border-bottom-color:#facc1580}.border-b-yellow-400\/60{border-bottom-color:#facc1599}.border-b-yellow-400\/70{border-bottom-color:#facc15b3}.border-b-yellow-400\/75{border-bottom-color:#facc15bf}.border-b-yellow-400\/80{border-bottom-color:#facc15cc}.border-b-yellow-400\/90{border-bottom-color:#facc15e6}.border-b-yellow-400\/95{border-bottom-color:#facc15f2}.border-b-yellow-50{--tw-border-opacity: 1;border-bottom-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-b-yellow-50\/0{border-bottom-color:#fefce800}.border-b-yellow-50\/10{border-bottom-color:#fefce81a}.border-b-yellow-50\/100{border-bottom-color:#fefce8}.border-b-yellow-50\/20{border-bottom-color:#fefce833}.border-b-yellow-50\/25{border-bottom-color:#fefce840}.border-b-yellow-50\/30{border-bottom-color:#fefce84d}.border-b-yellow-50\/40{border-bottom-color:#fefce866}.border-b-yellow-50\/5{border-bottom-color:#fefce80d}.border-b-yellow-50\/50{border-bottom-color:#fefce880}.border-b-yellow-50\/60{border-bottom-color:#fefce899}.border-b-yellow-50\/70{border-bottom-color:#fefce8b3}.border-b-yellow-50\/75{border-bottom-color:#fefce8bf}.border-b-yellow-50\/80{border-bottom-color:#fefce8cc}.border-b-yellow-50\/90{border-bottom-color:#fefce8e6}.border-b-yellow-50\/95{border-bottom-color:#fefce8f2}.border-b-yellow-500{--tw-border-opacity: 1;border-bottom-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-b-yellow-500\/0{border-bottom-color:#eab30800}.border-b-yellow-500\/10{border-bottom-color:#eab3081a}.border-b-yellow-500\/100{border-bottom-color:#eab308}.border-b-yellow-500\/20{border-bottom-color:#eab30833}.border-b-yellow-500\/25{border-bottom-color:#eab30840}.border-b-yellow-500\/30{border-bottom-color:#eab3084d}.border-b-yellow-500\/40{border-bottom-color:#eab30866}.border-b-yellow-500\/5{border-bottom-color:#eab3080d}.border-b-yellow-500\/50{border-bottom-color:#eab30880}.border-b-yellow-500\/60{border-bottom-color:#eab30899}.border-b-yellow-500\/70{border-bottom-color:#eab308b3}.border-b-yellow-500\/75{border-bottom-color:#eab308bf}.border-b-yellow-500\/80{border-bottom-color:#eab308cc}.border-b-yellow-500\/90{border-bottom-color:#eab308e6}.border-b-yellow-500\/95{border-bottom-color:#eab308f2}.border-b-yellow-600{--tw-border-opacity: 1;border-bottom-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-b-yellow-600\/0{border-bottom-color:#ca8a0400}.border-b-yellow-600\/10{border-bottom-color:#ca8a041a}.border-b-yellow-600\/100{border-bottom-color:#ca8a04}.border-b-yellow-600\/20{border-bottom-color:#ca8a0433}.border-b-yellow-600\/25{border-bottom-color:#ca8a0440}.border-b-yellow-600\/30{border-bottom-color:#ca8a044d}.border-b-yellow-600\/40{border-bottom-color:#ca8a0466}.border-b-yellow-600\/5{border-bottom-color:#ca8a040d}.border-b-yellow-600\/50{border-bottom-color:#ca8a0480}.border-b-yellow-600\/60{border-bottom-color:#ca8a0499}.border-b-yellow-600\/70{border-bottom-color:#ca8a04b3}.border-b-yellow-600\/75{border-bottom-color:#ca8a04bf}.border-b-yellow-600\/80{border-bottom-color:#ca8a04cc}.border-b-yellow-600\/90{border-bottom-color:#ca8a04e6}.border-b-yellow-600\/95{border-bottom-color:#ca8a04f2}.border-b-yellow-800{--tw-border-opacity: 1;border-bottom-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-b-yellow-800\/0{border-bottom-color:#854d0e00}.border-b-yellow-800\/10{border-bottom-color:#854d0e1a}.border-b-yellow-800\/100{border-bottom-color:#854d0e}.border-b-yellow-800\/20{border-bottom-color:#854d0e33}.border-b-yellow-800\/25{border-bottom-color:#854d0e40}.border-b-yellow-800\/30{border-bottom-color:#854d0e4d}.border-b-yellow-800\/40{border-bottom-color:#854d0e66}.border-b-yellow-800\/5{border-bottom-color:#854d0e0d}.border-b-yellow-800\/50{border-bottom-color:#854d0e80}.border-b-yellow-800\/60{border-bottom-color:#854d0e99}.border-b-yellow-800\/70{border-bottom-color:#854d0eb3}.border-b-yellow-800\/75{border-bottom-color:#854d0ebf}.border-b-yellow-800\/80{border-bottom-color:#854d0ecc}.border-b-yellow-800\/90{border-bottom-color:#854d0ee6}.border-b-yellow-800\/95{border-bottom-color:#854d0ef2}.border-l-yellow-100{--tw-border-opacity: 1;border-left-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-l-yellow-100\/0{border-left-color:#fef9c300}.border-l-yellow-100\/10{border-left-color:#fef9c31a}.border-l-yellow-100\/100{border-left-color:#fef9c3}.border-l-yellow-100\/20{border-left-color:#fef9c333}.border-l-yellow-100\/25{border-left-color:#fef9c340}.border-l-yellow-100\/30{border-left-color:#fef9c34d}.border-l-yellow-100\/40{border-left-color:#fef9c366}.border-l-yellow-100\/5{border-left-color:#fef9c30d}.border-l-yellow-100\/50{border-left-color:#fef9c380}.border-l-yellow-100\/60{border-left-color:#fef9c399}.border-l-yellow-100\/70{border-left-color:#fef9c3b3}.border-l-yellow-100\/75{border-left-color:#fef9c3bf}.border-l-yellow-100\/80{border-left-color:#fef9c3cc}.border-l-yellow-100\/90{border-left-color:#fef9c3e6}.border-l-yellow-100\/95{border-left-color:#fef9c3f2}.border-l-yellow-200{--tw-border-opacity: 1;border-left-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-l-yellow-200\/0{border-left-color:#fef08a00}.border-l-yellow-200\/10{border-left-color:#fef08a1a}.border-l-yellow-200\/100{border-left-color:#fef08a}.border-l-yellow-200\/20{border-left-color:#fef08a33}.border-l-yellow-200\/25{border-left-color:#fef08a40}.border-l-yellow-200\/30{border-left-color:#fef08a4d}.border-l-yellow-200\/40{border-left-color:#fef08a66}.border-l-yellow-200\/5{border-left-color:#fef08a0d}.border-l-yellow-200\/50{border-left-color:#fef08a80}.border-l-yellow-200\/60{border-left-color:#fef08a99}.border-l-yellow-200\/70{border-left-color:#fef08ab3}.border-l-yellow-200\/75{border-left-color:#fef08abf}.border-l-yellow-200\/80{border-left-color:#fef08acc}.border-l-yellow-200\/90{border-left-color:#fef08ae6}.border-l-yellow-200\/95{border-left-color:#fef08af2}.border-l-yellow-300{--tw-border-opacity: 1;border-left-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-l-yellow-300\/0{border-left-color:#fde04700}.border-l-yellow-300\/10{border-left-color:#fde0471a}.border-l-yellow-300\/100{border-left-color:#fde047}.border-l-yellow-300\/20{border-left-color:#fde04733}.border-l-yellow-300\/25{border-left-color:#fde04740}.border-l-yellow-300\/30{border-left-color:#fde0474d}.border-l-yellow-300\/40{border-left-color:#fde04766}.border-l-yellow-300\/5{border-left-color:#fde0470d}.border-l-yellow-300\/50{border-left-color:#fde04780}.border-l-yellow-300\/60{border-left-color:#fde04799}.border-l-yellow-300\/70{border-left-color:#fde047b3}.border-l-yellow-300\/75{border-left-color:#fde047bf}.border-l-yellow-300\/80{border-left-color:#fde047cc}.border-l-yellow-300\/90{border-left-color:#fde047e6}.border-l-yellow-300\/95{border-left-color:#fde047f2}.border-l-yellow-400{--tw-border-opacity: 1;border-left-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-l-yellow-400\/0{border-left-color:#facc1500}.border-l-yellow-400\/10{border-left-color:#facc151a}.border-l-yellow-400\/100{border-left-color:#facc15}.border-l-yellow-400\/20{border-left-color:#facc1533}.border-l-yellow-400\/25{border-left-color:#facc1540}.border-l-yellow-400\/30{border-left-color:#facc154d}.border-l-yellow-400\/40{border-left-color:#facc1566}.border-l-yellow-400\/5{border-left-color:#facc150d}.border-l-yellow-400\/50{border-left-color:#facc1580}.border-l-yellow-400\/60{border-left-color:#facc1599}.border-l-yellow-400\/70{border-left-color:#facc15b3}.border-l-yellow-400\/75{border-left-color:#facc15bf}.border-l-yellow-400\/80{border-left-color:#facc15cc}.border-l-yellow-400\/90{border-left-color:#facc15e6}.border-l-yellow-400\/95{border-left-color:#facc15f2}.border-l-yellow-50{--tw-border-opacity: 1;border-left-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-l-yellow-50\/0{border-left-color:#fefce800}.border-l-yellow-50\/10{border-left-color:#fefce81a}.border-l-yellow-50\/100{border-left-color:#fefce8}.border-l-yellow-50\/20{border-left-color:#fefce833}.border-l-yellow-50\/25{border-left-color:#fefce840}.border-l-yellow-50\/30{border-left-color:#fefce84d}.border-l-yellow-50\/40{border-left-color:#fefce866}.border-l-yellow-50\/5{border-left-color:#fefce80d}.border-l-yellow-50\/50{border-left-color:#fefce880}.border-l-yellow-50\/60{border-left-color:#fefce899}.border-l-yellow-50\/70{border-left-color:#fefce8b3}.border-l-yellow-50\/75{border-left-color:#fefce8bf}.border-l-yellow-50\/80{border-left-color:#fefce8cc}.border-l-yellow-50\/90{border-left-color:#fefce8e6}.border-l-yellow-50\/95{border-left-color:#fefce8f2}.border-l-yellow-500{--tw-border-opacity: 1;border-left-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-l-yellow-500\/0{border-left-color:#eab30800}.border-l-yellow-500\/10{border-left-color:#eab3081a}.border-l-yellow-500\/100{border-left-color:#eab308}.border-l-yellow-500\/20{border-left-color:#eab30833}.border-l-yellow-500\/25{border-left-color:#eab30840}.border-l-yellow-500\/30{border-left-color:#eab3084d}.border-l-yellow-500\/40{border-left-color:#eab30866}.border-l-yellow-500\/5{border-left-color:#eab3080d}.border-l-yellow-500\/50{border-left-color:#eab30880}.border-l-yellow-500\/60{border-left-color:#eab30899}.border-l-yellow-500\/70{border-left-color:#eab308b3}.border-l-yellow-500\/75{border-left-color:#eab308bf}.border-l-yellow-500\/80{border-left-color:#eab308cc}.border-l-yellow-500\/90{border-left-color:#eab308e6}.border-l-yellow-500\/95{border-left-color:#eab308f2}.border-l-yellow-600{--tw-border-opacity: 1;border-left-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-l-yellow-600\/0{border-left-color:#ca8a0400}.border-l-yellow-600\/10{border-left-color:#ca8a041a}.border-l-yellow-600\/100{border-left-color:#ca8a04}.border-l-yellow-600\/20{border-left-color:#ca8a0433}.border-l-yellow-600\/25{border-left-color:#ca8a0440}.border-l-yellow-600\/30{border-left-color:#ca8a044d}.border-l-yellow-600\/40{border-left-color:#ca8a0466}.border-l-yellow-600\/5{border-left-color:#ca8a040d}.border-l-yellow-600\/50{border-left-color:#ca8a0480}.border-l-yellow-600\/60{border-left-color:#ca8a0499}.border-l-yellow-600\/70{border-left-color:#ca8a04b3}.border-l-yellow-600\/75{border-left-color:#ca8a04bf}.border-l-yellow-600\/80{border-left-color:#ca8a04cc}.border-l-yellow-600\/90{border-left-color:#ca8a04e6}.border-l-yellow-600\/95{border-left-color:#ca8a04f2}.border-l-yellow-800{--tw-border-opacity: 1;border-left-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-l-yellow-800\/0{border-left-color:#854d0e00}.border-l-yellow-800\/10{border-left-color:#854d0e1a}.border-l-yellow-800\/100{border-left-color:#854d0e}.border-l-yellow-800\/20{border-left-color:#854d0e33}.border-l-yellow-800\/25{border-left-color:#854d0e40}.border-l-yellow-800\/30{border-left-color:#854d0e4d}.border-l-yellow-800\/40{border-left-color:#854d0e66}.border-l-yellow-800\/5{border-left-color:#854d0e0d}.border-l-yellow-800\/50{border-left-color:#854d0e80}.border-l-yellow-800\/60{border-left-color:#854d0e99}.border-l-yellow-800\/70{border-left-color:#854d0eb3}.border-l-yellow-800\/75{border-left-color:#854d0ebf}.border-l-yellow-800\/80{border-left-color:#854d0ecc}.border-l-yellow-800\/90{border-left-color:#854d0ee6}.border-l-yellow-800\/95{border-left-color:#854d0ef2}.border-r-transparent{border-right-color:transparent}.border-r-yellow-100{--tw-border-opacity: 1;border-right-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-r-yellow-100\/0{border-right-color:#fef9c300}.border-r-yellow-100\/10{border-right-color:#fef9c31a}.border-r-yellow-100\/100{border-right-color:#fef9c3}.border-r-yellow-100\/20{border-right-color:#fef9c333}.border-r-yellow-100\/25{border-right-color:#fef9c340}.border-r-yellow-100\/30{border-right-color:#fef9c34d}.border-r-yellow-100\/40{border-right-color:#fef9c366}.border-r-yellow-100\/5{border-right-color:#fef9c30d}.border-r-yellow-100\/50{border-right-color:#fef9c380}.border-r-yellow-100\/60{border-right-color:#fef9c399}.border-r-yellow-100\/70{border-right-color:#fef9c3b3}.border-r-yellow-100\/75{border-right-color:#fef9c3bf}.border-r-yellow-100\/80{border-right-color:#fef9c3cc}.border-r-yellow-100\/90{border-right-color:#fef9c3e6}.border-r-yellow-100\/95{border-right-color:#fef9c3f2}.border-r-yellow-200{--tw-border-opacity: 1;border-right-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-r-yellow-200\/0{border-right-color:#fef08a00}.border-r-yellow-200\/10{border-right-color:#fef08a1a}.border-r-yellow-200\/100{border-right-color:#fef08a}.border-r-yellow-200\/20{border-right-color:#fef08a33}.border-r-yellow-200\/25{border-right-color:#fef08a40}.border-r-yellow-200\/30{border-right-color:#fef08a4d}.border-r-yellow-200\/40{border-right-color:#fef08a66}.border-r-yellow-200\/5{border-right-color:#fef08a0d}.border-r-yellow-200\/50{border-right-color:#fef08a80}.border-r-yellow-200\/60{border-right-color:#fef08a99}.border-r-yellow-200\/70{border-right-color:#fef08ab3}.border-r-yellow-200\/75{border-right-color:#fef08abf}.border-r-yellow-200\/80{border-right-color:#fef08acc}.border-r-yellow-200\/90{border-right-color:#fef08ae6}.border-r-yellow-200\/95{border-right-color:#fef08af2}.border-r-yellow-300{--tw-border-opacity: 1;border-right-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-r-yellow-300\/0{border-right-color:#fde04700}.border-r-yellow-300\/10{border-right-color:#fde0471a}.border-r-yellow-300\/100{border-right-color:#fde047}.border-r-yellow-300\/20{border-right-color:#fde04733}.border-r-yellow-300\/25{border-right-color:#fde04740}.border-r-yellow-300\/30{border-right-color:#fde0474d}.border-r-yellow-300\/40{border-right-color:#fde04766}.border-r-yellow-300\/5{border-right-color:#fde0470d}.border-r-yellow-300\/50{border-right-color:#fde04780}.border-r-yellow-300\/60{border-right-color:#fde04799}.border-r-yellow-300\/70{border-right-color:#fde047b3}.border-r-yellow-300\/75{border-right-color:#fde047bf}.border-r-yellow-300\/80{border-right-color:#fde047cc}.border-r-yellow-300\/90{border-right-color:#fde047e6}.border-r-yellow-300\/95{border-right-color:#fde047f2}.border-r-yellow-400{--tw-border-opacity: 1;border-right-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-r-yellow-400\/0{border-right-color:#facc1500}.border-r-yellow-400\/10{border-right-color:#facc151a}.border-r-yellow-400\/100{border-right-color:#facc15}.border-r-yellow-400\/20{border-right-color:#facc1533}.border-r-yellow-400\/25{border-right-color:#facc1540}.border-r-yellow-400\/30{border-right-color:#facc154d}.border-r-yellow-400\/40{border-right-color:#facc1566}.border-r-yellow-400\/5{border-right-color:#facc150d}.border-r-yellow-400\/50{border-right-color:#facc1580}.border-r-yellow-400\/60{border-right-color:#facc1599}.border-r-yellow-400\/70{border-right-color:#facc15b3}.border-r-yellow-400\/75{border-right-color:#facc15bf}.border-r-yellow-400\/80{border-right-color:#facc15cc}.border-r-yellow-400\/90{border-right-color:#facc15e6}.border-r-yellow-400\/95{border-right-color:#facc15f2}.border-r-yellow-50{--tw-border-opacity: 1;border-right-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-r-yellow-50\/0{border-right-color:#fefce800}.border-r-yellow-50\/10{border-right-color:#fefce81a}.border-r-yellow-50\/100{border-right-color:#fefce8}.border-r-yellow-50\/20{border-right-color:#fefce833}.border-r-yellow-50\/25{border-right-color:#fefce840}.border-r-yellow-50\/30{border-right-color:#fefce84d}.border-r-yellow-50\/40{border-right-color:#fefce866}.border-r-yellow-50\/5{border-right-color:#fefce80d}.border-r-yellow-50\/50{border-right-color:#fefce880}.border-r-yellow-50\/60{border-right-color:#fefce899}.border-r-yellow-50\/70{border-right-color:#fefce8b3}.border-r-yellow-50\/75{border-right-color:#fefce8bf}.border-r-yellow-50\/80{border-right-color:#fefce8cc}.border-r-yellow-50\/90{border-right-color:#fefce8e6}.border-r-yellow-50\/95{border-right-color:#fefce8f2}.border-r-yellow-500{--tw-border-opacity: 1;border-right-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-r-yellow-500\/0{border-right-color:#eab30800}.border-r-yellow-500\/10{border-right-color:#eab3081a}.border-r-yellow-500\/100{border-right-color:#eab308}.border-r-yellow-500\/20{border-right-color:#eab30833}.border-r-yellow-500\/25{border-right-color:#eab30840}.border-r-yellow-500\/30{border-right-color:#eab3084d}.border-r-yellow-500\/40{border-right-color:#eab30866}.border-r-yellow-500\/5{border-right-color:#eab3080d}.border-r-yellow-500\/50{border-right-color:#eab30880}.border-r-yellow-500\/60{border-right-color:#eab30899}.border-r-yellow-500\/70{border-right-color:#eab308b3}.border-r-yellow-500\/75{border-right-color:#eab308bf}.border-r-yellow-500\/80{border-right-color:#eab308cc}.border-r-yellow-500\/90{border-right-color:#eab308e6}.border-r-yellow-500\/95{border-right-color:#eab308f2}.border-r-yellow-600{--tw-border-opacity: 1;border-right-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-r-yellow-600\/0{border-right-color:#ca8a0400}.border-r-yellow-600\/10{border-right-color:#ca8a041a}.border-r-yellow-600\/100{border-right-color:#ca8a04}.border-r-yellow-600\/20{border-right-color:#ca8a0433}.border-r-yellow-600\/25{border-right-color:#ca8a0440}.border-r-yellow-600\/30{border-right-color:#ca8a044d}.border-r-yellow-600\/40{border-right-color:#ca8a0466}.border-r-yellow-600\/5{border-right-color:#ca8a040d}.border-r-yellow-600\/50{border-right-color:#ca8a0480}.border-r-yellow-600\/60{border-right-color:#ca8a0499}.border-r-yellow-600\/70{border-right-color:#ca8a04b3}.border-r-yellow-600\/75{border-right-color:#ca8a04bf}.border-r-yellow-600\/80{border-right-color:#ca8a04cc}.border-r-yellow-600\/90{border-right-color:#ca8a04e6}.border-r-yellow-600\/95{border-right-color:#ca8a04f2}.border-r-yellow-800{--tw-border-opacity: 1;border-right-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-r-yellow-800\/0{border-right-color:#854d0e00}.border-r-yellow-800\/10{border-right-color:#854d0e1a}.border-r-yellow-800\/100{border-right-color:#854d0e}.border-r-yellow-800\/20{border-right-color:#854d0e33}.border-r-yellow-800\/25{border-right-color:#854d0e40}.border-r-yellow-800\/30{border-right-color:#854d0e4d}.border-r-yellow-800\/40{border-right-color:#854d0e66}.border-r-yellow-800\/5{border-right-color:#854d0e0d}.border-r-yellow-800\/50{border-right-color:#854d0e80}.border-r-yellow-800\/60{border-right-color:#854d0e99}.border-r-yellow-800\/70{border-right-color:#854d0eb3}.border-r-yellow-800\/75{border-right-color:#854d0ebf}.border-r-yellow-800\/80{border-right-color:#854d0ecc}.border-r-yellow-800\/90{border-right-color:#854d0ee6}.border-r-yellow-800\/95{border-right-color:#854d0ef2}.border-t-yellow-100{--tw-border-opacity: 1;border-top-color:rgb(254 249 195 / var(--tw-border-opacity))}.border-t-yellow-100\/0{border-top-color:#fef9c300}.border-t-yellow-100\/10{border-top-color:#fef9c31a}.border-t-yellow-100\/100{border-top-color:#fef9c3}.border-t-yellow-100\/20{border-top-color:#fef9c333}.border-t-yellow-100\/25{border-top-color:#fef9c340}.border-t-yellow-100\/30{border-top-color:#fef9c34d}.border-t-yellow-100\/40{border-top-color:#fef9c366}.border-t-yellow-100\/5{border-top-color:#fef9c30d}.border-t-yellow-100\/50{border-top-color:#fef9c380}.border-t-yellow-100\/60{border-top-color:#fef9c399}.border-t-yellow-100\/70{border-top-color:#fef9c3b3}.border-t-yellow-100\/75{border-top-color:#fef9c3bf}.border-t-yellow-100\/80{border-top-color:#fef9c3cc}.border-t-yellow-100\/90{border-top-color:#fef9c3e6}.border-t-yellow-100\/95{border-top-color:#fef9c3f2}.border-t-yellow-200{--tw-border-opacity: 1;border-top-color:rgb(254 240 138 / var(--tw-border-opacity))}.border-t-yellow-200\/0{border-top-color:#fef08a00}.border-t-yellow-200\/10{border-top-color:#fef08a1a}.border-t-yellow-200\/100{border-top-color:#fef08a}.border-t-yellow-200\/20{border-top-color:#fef08a33}.border-t-yellow-200\/25{border-top-color:#fef08a40}.border-t-yellow-200\/30{border-top-color:#fef08a4d}.border-t-yellow-200\/40{border-top-color:#fef08a66}.border-t-yellow-200\/5{border-top-color:#fef08a0d}.border-t-yellow-200\/50{border-top-color:#fef08a80}.border-t-yellow-200\/60{border-top-color:#fef08a99}.border-t-yellow-200\/70{border-top-color:#fef08ab3}.border-t-yellow-200\/75{border-top-color:#fef08abf}.border-t-yellow-200\/80{border-top-color:#fef08acc}.border-t-yellow-200\/90{border-top-color:#fef08ae6}.border-t-yellow-200\/95{border-top-color:#fef08af2}.border-t-yellow-300{--tw-border-opacity: 1;border-top-color:rgb(253 224 71 / var(--tw-border-opacity))}.border-t-yellow-300\/0{border-top-color:#fde04700}.border-t-yellow-300\/10{border-top-color:#fde0471a}.border-t-yellow-300\/100{border-top-color:#fde047}.border-t-yellow-300\/20{border-top-color:#fde04733}.border-t-yellow-300\/25{border-top-color:#fde04740}.border-t-yellow-300\/30{border-top-color:#fde0474d}.border-t-yellow-300\/40{border-top-color:#fde04766}.border-t-yellow-300\/5{border-top-color:#fde0470d}.border-t-yellow-300\/50{border-top-color:#fde04780}.border-t-yellow-300\/60{border-top-color:#fde04799}.border-t-yellow-300\/70{border-top-color:#fde047b3}.border-t-yellow-300\/75{border-top-color:#fde047bf}.border-t-yellow-300\/80{border-top-color:#fde047cc}.border-t-yellow-300\/90{border-top-color:#fde047e6}.border-t-yellow-300\/95{border-top-color:#fde047f2}.border-t-yellow-400{--tw-border-opacity: 1;border-top-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-t-yellow-400\/0{border-top-color:#facc1500}.border-t-yellow-400\/10{border-top-color:#facc151a}.border-t-yellow-400\/100{border-top-color:#facc15}.border-t-yellow-400\/20{border-top-color:#facc1533}.border-t-yellow-400\/25{border-top-color:#facc1540}.border-t-yellow-400\/30{border-top-color:#facc154d}.border-t-yellow-400\/40{border-top-color:#facc1566}.border-t-yellow-400\/5{border-top-color:#facc150d}.border-t-yellow-400\/50{border-top-color:#facc1580}.border-t-yellow-400\/60{border-top-color:#facc1599}.border-t-yellow-400\/70{border-top-color:#facc15b3}.border-t-yellow-400\/75{border-top-color:#facc15bf}.border-t-yellow-400\/80{border-top-color:#facc15cc}.border-t-yellow-400\/90{border-top-color:#facc15e6}.border-t-yellow-400\/95{border-top-color:#facc15f2}.border-t-yellow-50{--tw-border-opacity: 1;border-top-color:rgb(254 252 232 / var(--tw-border-opacity))}.border-t-yellow-50\/0{border-top-color:#fefce800}.border-t-yellow-50\/10{border-top-color:#fefce81a}.border-t-yellow-50\/100{border-top-color:#fefce8}.border-t-yellow-50\/20{border-top-color:#fefce833}.border-t-yellow-50\/25{border-top-color:#fefce840}.border-t-yellow-50\/30{border-top-color:#fefce84d}.border-t-yellow-50\/40{border-top-color:#fefce866}.border-t-yellow-50\/5{border-top-color:#fefce80d}.border-t-yellow-50\/50{border-top-color:#fefce880}.border-t-yellow-50\/60{border-top-color:#fefce899}.border-t-yellow-50\/70{border-top-color:#fefce8b3}.border-t-yellow-50\/75{border-top-color:#fefce8bf}.border-t-yellow-50\/80{border-top-color:#fefce8cc}.border-t-yellow-50\/90{border-top-color:#fefce8e6}.border-t-yellow-50\/95{border-top-color:#fefce8f2}.border-t-yellow-500{--tw-border-opacity: 1;border-top-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-t-yellow-500\/0{border-top-color:#eab30800}.border-t-yellow-500\/10{border-top-color:#eab3081a}.border-t-yellow-500\/100{border-top-color:#eab308}.border-t-yellow-500\/20{border-top-color:#eab30833}.border-t-yellow-500\/25{border-top-color:#eab30840}.border-t-yellow-500\/30{border-top-color:#eab3084d}.border-t-yellow-500\/40{border-top-color:#eab30866}.border-t-yellow-500\/5{border-top-color:#eab3080d}.border-t-yellow-500\/50{border-top-color:#eab30880}.border-t-yellow-500\/60{border-top-color:#eab30899}.border-t-yellow-500\/70{border-top-color:#eab308b3}.border-t-yellow-500\/75{border-top-color:#eab308bf}.border-t-yellow-500\/80{border-top-color:#eab308cc}.border-t-yellow-500\/90{border-top-color:#eab308e6}.border-t-yellow-500\/95{border-top-color:#eab308f2}.border-t-yellow-600{--tw-border-opacity: 1;border-top-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-t-yellow-600\/0{border-top-color:#ca8a0400}.border-t-yellow-600\/10{border-top-color:#ca8a041a}.border-t-yellow-600\/100{border-top-color:#ca8a04}.border-t-yellow-600\/20{border-top-color:#ca8a0433}.border-t-yellow-600\/25{border-top-color:#ca8a0440}.border-t-yellow-600\/30{border-top-color:#ca8a044d}.border-t-yellow-600\/40{border-top-color:#ca8a0466}.border-t-yellow-600\/5{border-top-color:#ca8a040d}.border-t-yellow-600\/50{border-top-color:#ca8a0480}.border-t-yellow-600\/60{border-top-color:#ca8a0499}.border-t-yellow-600\/70{border-top-color:#ca8a04b3}.border-t-yellow-600\/75{border-top-color:#ca8a04bf}.border-t-yellow-600\/80{border-top-color:#ca8a04cc}.border-t-yellow-600\/90{border-top-color:#ca8a04e6}.border-t-yellow-600\/95{border-top-color:#ca8a04f2}.border-t-yellow-800{--tw-border-opacity: 1;border-top-color:rgb(133 77 14 / var(--tw-border-opacity))}.border-t-yellow-800\/0{border-top-color:#854d0e00}.border-t-yellow-800\/10{border-top-color:#854d0e1a}.border-t-yellow-800\/100{border-top-color:#854d0e}.border-t-yellow-800\/20{border-top-color:#854d0e33}.border-t-yellow-800\/25{border-top-color:#854d0e40}.border-t-yellow-800\/30{border-top-color:#854d0e4d}.border-t-yellow-800\/40{border-top-color:#854d0e66}.border-t-yellow-800\/5{border-top-color:#854d0e0d}.border-t-yellow-800\/50{border-top-color:#854d0e80}.border-t-yellow-800\/60{border-top-color:#854d0e99}.border-t-yellow-800\/70{border-top-color:#854d0eb3}.border-t-yellow-800\/75{border-top-color:#854d0ebf}.border-t-yellow-800\/80{border-top-color:#854d0ecc}.border-t-yellow-800\/90{border-top-color:#854d0ee6}.border-t-yellow-800\/95{border-top-color:#854d0ef2}.border-opacity-10{--tw-border-opacity: .1}.bg-brown-100{--tw-bg-opacity: 1;background-color:rgb(223 215 211 / var(--tw-bg-opacity))}.bg-brown-100\/0{background-color:#dfd7d300}.bg-brown-100\/10{background-color:#dfd7d31a}.bg-brown-100\/100{background-color:#dfd7d3}.bg-brown-100\/20{background-color:#dfd7d333}.bg-brown-100\/25{background-color:#dfd7d340}.bg-brown-100\/30{background-color:#dfd7d34d}.bg-brown-100\/40{background-color:#dfd7d366}.bg-brown-100\/5{background-color:#dfd7d30d}.bg-brown-100\/50{background-color:#dfd7d380}.bg-brown-100\/60{background-color:#dfd7d399}.bg-brown-100\/70{background-color:#dfd7d3b3}.bg-brown-100\/75{background-color:#dfd7d3bf}.bg-brown-100\/80{background-color:#dfd7d3cc}.bg-brown-100\/90{background-color:#dfd7d3e6}.bg-brown-100\/95{background-color:#dfd7d3f2}.bg-brown-200{--tw-bg-opacity: 1;background-color:rgb(191 176 166 / var(--tw-bg-opacity))}.bg-brown-200\/0{background-color:#bfb0a600}.bg-brown-200\/10{background-color:#bfb0a61a}.bg-brown-200\/100{background-color:#bfb0a6}.bg-brown-200\/20{background-color:#bfb0a633}.bg-brown-200\/25{background-color:#bfb0a640}.bg-brown-200\/30{background-color:#bfb0a64d}.bg-brown-200\/40{background-color:#bfb0a666}.bg-brown-200\/5{background-color:#bfb0a60d}.bg-brown-200\/50{background-color:#bfb0a680}.bg-brown-200\/60{background-color:#bfb0a699}.bg-brown-200\/70{background-color:#bfb0a6b3}.bg-brown-200\/75{background-color:#bfb0a6bf}.bg-brown-200\/80{background-color:#bfb0a6cc}.bg-brown-200\/90{background-color:#bfb0a6e6}.bg-brown-200\/95{background-color:#bfb0a6f2}.bg-brown-300{--tw-bg-opacity: 1;background-color:rgb(159 136 122 / var(--tw-bg-opacity))}.bg-brown-300\/0{background-color:#9f887a00}.bg-brown-300\/10{background-color:#9f887a1a}.bg-brown-300\/100{background-color:#9f887a}.bg-brown-300\/20{background-color:#9f887a33}.bg-brown-300\/25{background-color:#9f887a40}.bg-brown-300\/30{background-color:#9f887a4d}.bg-brown-300\/40{background-color:#9f887a66}.bg-brown-300\/5{background-color:#9f887a0d}.bg-brown-300\/50{background-color:#9f887a80}.bg-brown-300\/60{background-color:#9f887a99}.bg-brown-300\/70{background-color:#9f887ab3}.bg-brown-300\/75{background-color:#9f887abf}.bg-brown-300\/80{background-color:#9f887acc}.bg-brown-300\/90{background-color:#9f887ae6}.bg-brown-300\/95{background-color:#9f887af2}.bg-brown-400{--tw-bg-opacity: 1;background-color:rgb(121 101 88 / var(--tw-bg-opacity))}.bg-brown-400\/0{background-color:#79655800}.bg-brown-400\/10{background-color:#7965581a}.bg-brown-400\/100{background-color:#796558}.bg-brown-400\/20{background-color:#79655833}.bg-brown-400\/25{background-color:#79655840}.bg-brown-400\/30{background-color:#7965584d}.bg-brown-400\/40{background-color:#79655866}.bg-brown-400\/5{background-color:#7965580d}.bg-brown-400\/50{background-color:#79655880}.bg-brown-400\/60{background-color:#79655899}.bg-brown-400\/70{background-color:#796558b3}.bg-brown-400\/75{background-color:#796558bf}.bg-brown-400\/80{background-color:#796558cc}.bg-brown-400\/90{background-color:#796558e6}.bg-brown-400\/95{background-color:#796558f2}.bg-brown-500{--tw-bg-opacity: 1;background-color:rgb(76 63 55 / var(--tw-bg-opacity))}.bg-brown-500\/0{background-color:#4c3f3700}.bg-brown-500\/10{background-color:#4c3f371a}.bg-brown-500\/100{background-color:#4c3f37}.bg-brown-500\/20{background-color:#4c3f3733}.bg-brown-500\/25{background-color:#4c3f3740}.bg-brown-500\/30{background-color:#4c3f374d}.bg-brown-500\/40{background-color:#4c3f3766}.bg-brown-500\/5{background-color:#4c3f370d}.bg-brown-500\/50{background-color:#4c3f3780}.bg-brown-500\/60{background-color:#4c3f3799}.bg-brown-500\/70{background-color:#4c3f37b3}.bg-brown-500\/75{background-color:#4c3f37bf}.bg-brown-500\/80{background-color:#4c3f37cc}.bg-brown-500\/90{background-color:#4c3f37e6}.bg-brown-500\/95{background-color:#4c3f37f2}.bg-brown-600{--tw-bg-opacity: 1;background-color:rgb(62 52 45 / var(--tw-bg-opacity))}.bg-brown-600\/0{background-color:#3e342d00}.bg-brown-600\/10{background-color:#3e342d1a}.bg-brown-600\/100{background-color:#3e342d}.bg-brown-600\/20{background-color:#3e342d33}.bg-brown-600\/25{background-color:#3e342d40}.bg-brown-600\/30{background-color:#3e342d4d}.bg-brown-600\/40{background-color:#3e342d66}.bg-brown-600\/5{background-color:#3e342d0d}.bg-brown-600\/50{background-color:#3e342d80}.bg-brown-600\/60{background-color:#3e342d99}.bg-brown-600\/70{background-color:#3e342db3}.bg-brown-600\/75{background-color:#3e342dbf}.bg-brown-600\/80{background-color:#3e342dcc}.bg-brown-600\/90{background-color:#3e342de6}.bg-brown-600\/95{background-color:#3e342df2}.bg-brown-700{--tw-bg-opacity: 1;background-color:rgb(44 37 32 / var(--tw-bg-opacity))}.bg-brown-700\/0{background-color:#2c252000}.bg-brown-700\/10{background-color:#2c25201a}.bg-brown-700\/100{background-color:#2c2520}.bg-brown-700\/20{background-color:#2c252033}.bg-brown-700\/25{background-color:#2c252040}.bg-brown-700\/30{background-color:#2c25204d}.bg-brown-700\/40{background-color:#2c252066}.bg-brown-700\/5{background-color:#2c25200d}.bg-brown-700\/50{background-color:#2c252080}.bg-brown-700\/60{background-color:#2c252099}.bg-brown-700\/70{background-color:#2c2520b3}.bg-brown-700\/75{background-color:#2c2520bf}.bg-brown-700\/80{background-color:#2c2520cc}.bg-brown-700\/90{background-color:#2c2520e6}.bg-brown-700\/95{background-color:#2c2520f2}.bg-brown-800{--tw-bg-opacity: 1;background-color:rgb(30 25 21 / var(--tw-bg-opacity))}.bg-brown-800\/0{background-color:#1e191500}.bg-brown-800\/10{background-color:#1e19151a}.bg-brown-800\/100{background-color:#1e1915}.bg-brown-800\/20{background-color:#1e191533}.bg-brown-800\/25{background-color:#1e191540}.bg-brown-800\/30{background-color:#1e19154d}.bg-brown-800\/40{background-color:#1e191566}.bg-brown-800\/5{background-color:#1e19150d}.bg-brown-800\/50{background-color:#1e191580}.bg-brown-800\/60{background-color:#1e191599}.bg-brown-800\/70{background-color:#1e1915b3}.bg-brown-800\/75{background-color:#1e1915bf}.bg-brown-800\/80{background-color:#1e1915cc}.bg-brown-800\/90{background-color:#1e1915e6}.bg-brown-800\/95{background-color:#1e1915f2}.bg-brown-900{--tw-bg-opacity: 1;background-color:rgb(15 12 11 / var(--tw-bg-opacity))}.bg-brown-900\/0{background-color:#0f0c0b00}.bg-brown-900\/10{background-color:#0f0c0b1a}.bg-brown-900\/100{background-color:#0f0c0b}.bg-brown-900\/20{background-color:#0f0c0b33}.bg-brown-900\/25{background-color:#0f0c0b40}.bg-brown-900\/30{background-color:#0f0c0b4d}.bg-brown-900\/40{background-color:#0f0c0b66}.bg-brown-900\/5{background-color:#0f0c0b0d}.bg-brown-900\/50{background-color:#0f0c0b80}.bg-brown-900\/60{background-color:#0f0c0b99}.bg-brown-900\/70{background-color:#0f0c0bb3}.bg-brown-900\/75{background-color:#0f0c0bbf}.bg-brown-900\/80{background-color:#0f0c0bcc}.bg-brown-900\/90{background-color:#0f0c0be6}.bg-brown-900\/95{background-color:#0f0c0bf2}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(225 241 218 / var(--tw-bg-opacity))}.bg-green-100\/0{background-color:#e1f1da00}.bg-green-100\/10{background-color:#e1f1da1a}.bg-green-100\/100{background-color:#e1f1da}.bg-green-100\/20{background-color:#e1f1da33}.bg-green-100\/25{background-color:#e1f1da40}.bg-green-100\/30{background-color:#e1f1da4d}.bg-green-100\/40{background-color:#e1f1da66}.bg-green-100\/5{background-color:#e1f1da0d}.bg-green-100\/50{background-color:#e1f1da80}.bg-green-100\/60{background-color:#e1f1da99}.bg-green-100\/70{background-color:#e1f1dab3}.bg-green-100\/75{background-color:#e1f1dabf}.bg-green-100\/80{background-color:#e1f1dacc}.bg-green-100\/90{background-color:#e1f1dae6}.bg-green-100\/95{background-color:#e1f1daf2}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(193 225 178 / var(--tw-bg-opacity))}.bg-green-200\/0{background-color:#c1e1b200}.bg-green-200\/10{background-color:#c1e1b21a}.bg-green-200\/100{background-color:#c1e1b2}.bg-green-200\/20{background-color:#c1e1b233}.bg-green-200\/25{background-color:#c1e1b240}.bg-green-200\/30{background-color:#c1e1b24d}.bg-green-200\/40{background-color:#c1e1b266}.bg-green-200\/5{background-color:#c1e1b20d}.bg-green-200\/50{background-color:#c1e1b280}.bg-green-200\/60{background-color:#c1e1b299}.bg-green-200\/70{background-color:#c1e1b2b3}.bg-green-200\/75{background-color:#c1e1b2bf}.bg-green-200\/80{background-color:#c1e1b2cc}.bg-green-200\/90{background-color:#c1e1b2e6}.bg-green-200\/95{background-color:#c1e1b2f2}.bg-green-300{--tw-bg-opacity: 1;background-color:rgb(163 211 141 / var(--tw-bg-opacity))}.bg-green-300\/0{background-color:#a3d38d00}.bg-green-300\/10{background-color:#a3d38d1a}.bg-green-300\/100{background-color:#a3d38d}.bg-green-300\/20{background-color:#a3d38d33}.bg-green-300\/25{background-color:#a3d38d40}.bg-green-300\/30{background-color:#a3d38d4d}.bg-green-300\/40{background-color:#a3d38d66}.bg-green-300\/5{background-color:#a3d38d0d}.bg-green-300\/50{background-color:#a3d38d80}.bg-green-300\/60{background-color:#a3d38d99}.bg-green-300\/70{background-color:#a3d38db3}.bg-green-300\/75{background-color:#a3d38dbf}.bg-green-300\/80{background-color:#a3d38dcc}.bg-green-300\/90{background-color:#a3d38de6}.bg-green-300\/95{background-color:#a3d38df2}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(131 195 100 / var(--tw-bg-opacity))}.bg-green-400\/0{background-color:#83c36400}.bg-green-400\/10{background-color:#83c3641a}.bg-green-400\/100{background-color:#83c364}.bg-green-400\/20{background-color:#83c36433}.bg-green-400\/25{background-color:#83c36440}.bg-green-400\/30{background-color:#83c3644d}.bg-green-400\/40{background-color:#83c36466}.bg-green-400\/5{background-color:#83c3640d}.bg-green-400\/50{background-color:#83c36480}.bg-green-400\/60{background-color:#83c36499}.bg-green-400\/70{background-color:#83c364b3}.bg-green-400\/75{background-color:#83c364bf}.bg-green-400\/80{background-color:#83c364cc}.bg-green-400\/90{background-color:#83c364e6}.bg-green-400\/95{background-color:#83c364f2}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 248 237 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(103 176 68 / var(--tw-bg-opacity))}.bg-green-500\/0{background-color:#67b04400}.bg-green-500\/10{background-color:#67b0441a}.bg-green-500\/100{background-color:#67b044}.bg-green-500\/20{background-color:#67b04433}.bg-green-500\/25{background-color:#67b04440}.bg-green-500\/30{background-color:#67b0444d}.bg-green-500\/40{background-color:#67b04466}.bg-green-500\/5{background-color:#67b0440d}.bg-green-500\/50{background-color:#67b04480}.bg-green-500\/60{background-color:#67b04499}.bg-green-500\/70{background-color:#67b044b3}.bg-green-500\/75{background-color:#67b044bf}.bg-green-500\/80{background-color:#67b044cc}.bg-green-500\/90{background-color:#67b044e6}.bg-green-500\/95{background-color:#67b044f2}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(81 140 54 / var(--tw-bg-opacity))}.bg-green-600\/0{background-color:#518c3600}.bg-green-600\/10{background-color:#518c361a}.bg-green-600\/100{background-color:#518c36}.bg-green-600\/20{background-color:#518c3633}.bg-green-600\/25{background-color:#518c3640}.bg-green-600\/30{background-color:#518c364d}.bg-green-600\/40{background-color:#518c3666}.bg-green-600\/5{background-color:#518c360d}.bg-green-600\/50{background-color:#518c3680}.bg-green-600\/60{background-color:#518c3699}.bg-green-600\/70{background-color:#518c36b3}.bg-green-600\/75{background-color:#518c36bf}.bg-green-600\/80{background-color:#518c36cc}.bg-green-600\/90{background-color:#518c36e6}.bg-green-600\/95{background-color:#518c36f2}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(62 107 41 / var(--tw-bg-opacity))}.bg-green-700\/0{background-color:#3e6b2900}.bg-green-700\/10{background-color:#3e6b291a}.bg-green-700\/100{background-color:#3e6b29}.bg-green-700\/20{background-color:#3e6b2933}.bg-green-700\/25{background-color:#3e6b2940}.bg-green-700\/30{background-color:#3e6b294d}.bg-green-700\/40{background-color:#3e6b2966}.bg-green-700\/5{background-color:#3e6b290d}.bg-green-700\/50{background-color:#3e6b2980}.bg-green-700\/60{background-color:#3e6b2999}.bg-green-700\/70{background-color:#3e6b29b3}.bg-green-700\/75{background-color:#3e6b29bf}.bg-green-700\/80{background-color:#3e6b29cc}.bg-green-700\/90{background-color:#3e6b29e6}.bg-green-700\/95{background-color:#3e6b29f2}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(41 70 27 / var(--tw-bg-opacity))}.bg-green-800\/0{background-color:#29461b00}.bg-green-800\/10{background-color:#29461b1a}.bg-green-800\/100{background-color:#29461b}.bg-green-800\/20{background-color:#29461b33}.bg-green-800\/25{background-color:#29461b40}.bg-green-800\/30{background-color:#29461b4d}.bg-green-800\/40{background-color:#29461b66}.bg-green-800\/5{background-color:#29461b0d}.bg-green-800\/50{background-color:#29461b80}.bg-green-800\/60{background-color:#29461b99}.bg-green-800\/70{background-color:#29461bb3}.bg-green-800\/75{background-color:#29461bbf}.bg-green-800\/80{background-color:#29461bcc}.bg-green-800\/90{background-color:#29461be6}.bg-green-800\/95{background-color:#29461bf2}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(21 37 14 / var(--tw-bg-opacity))}.bg-green-900\/0{background-color:#15250e00}.bg-green-900\/10{background-color:#15250e1a}.bg-green-900\/100{background-color:#15250e}.bg-green-900\/20{background-color:#15250e33}.bg-green-900\/25{background-color:#15250e40}.bg-green-900\/30{background-color:#15250e4d}.bg-green-900\/40{background-color:#15250e66}.bg-green-900\/5{background-color:#15250e0d}.bg-green-900\/50{background-color:#15250e80}.bg-green-900\/60{background-color:#15250e99}.bg-green-900\/70{background-color:#15250eb3}.bg-green-900\/75{background-color:#15250ebf}.bg-green-900\/80{background-color:#15250ecc}.bg-green-900\/90{background-color:#15250ee6}.bg-green-900\/95{background-color:#15250ef2}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-orange-100\/0{background-color:#ffedd500}.bg-orange-100\/10{background-color:#ffedd51a}.bg-orange-100\/100{background-color:#ffedd5}.bg-orange-100\/20{background-color:#ffedd533}.bg-orange-100\/25{background-color:#ffedd540}.bg-orange-100\/30{background-color:#ffedd54d}.bg-orange-100\/40{background-color:#ffedd566}.bg-orange-100\/5{background-color:#ffedd50d}.bg-orange-100\/50{background-color:#ffedd580}.bg-orange-100\/60{background-color:#ffedd599}.bg-orange-100\/70{background-color:#ffedd5b3}.bg-orange-100\/75{background-color:#ffedd5bf}.bg-orange-100\/80{background-color:#ffedd5cc}.bg-orange-100\/90{background-color:#ffedd5e6}.bg-orange-100\/95{background-color:#ffedd5f2}.bg-orange-200{--tw-bg-opacity: 1;background-color:rgb(254 215 170 / var(--tw-bg-opacity))}.bg-orange-200\/0{background-color:#fed7aa00}.bg-orange-200\/10{background-color:#fed7aa1a}.bg-orange-200\/100{background-color:#fed7aa}.bg-orange-200\/20{background-color:#fed7aa33}.bg-orange-200\/25{background-color:#fed7aa40}.bg-orange-200\/30{background-color:#fed7aa4d}.bg-orange-200\/40{background-color:#fed7aa66}.bg-orange-200\/5{background-color:#fed7aa0d}.bg-orange-200\/50{background-color:#fed7aa80}.bg-orange-200\/60{background-color:#fed7aa99}.bg-orange-200\/70{background-color:#fed7aab3}.bg-orange-200\/75{background-color:#fed7aabf}.bg-orange-200\/80{background-color:#fed7aacc}.bg-orange-200\/90{background-color:#fed7aae6}.bg-orange-200\/95{background-color:#fed7aaf2}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.bg-orange-300\/0{background-color:#fdba7400}.bg-orange-300\/10{background-color:#fdba741a}.bg-orange-300\/100{background-color:#fdba74}.bg-orange-300\/20{background-color:#fdba7433}.bg-orange-300\/25{background-color:#fdba7440}.bg-orange-300\/30{background-color:#fdba744d}.bg-orange-300\/40{background-color:#fdba7466}.bg-orange-300\/5{background-color:#fdba740d}.bg-orange-300\/50{background-color:#fdba7480}.bg-orange-300\/60{background-color:#fdba7499}.bg-orange-300\/70{background-color:#fdba74b3}.bg-orange-300\/75{background-color:#fdba74bf}.bg-orange-300\/80{background-color:#fdba74cc}.bg-orange-300\/90{background-color:#fdba74e6}.bg-orange-300\/95{background-color:#fdba74f2}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity))}.bg-orange-400\/0{background-color:#fb923c00}.bg-orange-400\/10{background-color:#fb923c1a}.bg-orange-400\/100{background-color:#fb923c}.bg-orange-400\/20{background-color:#fb923c33}.bg-orange-400\/25{background-color:#fb923c40}.bg-orange-400\/30{background-color:#fb923c4d}.bg-orange-400\/40{background-color:#fb923c66}.bg-orange-400\/5{background-color:#fb923c0d}.bg-orange-400\/50{background-color:#fb923c80}.bg-orange-400\/60{background-color:#fb923c99}.bg-orange-400\/70{background-color:#fb923cb3}.bg-orange-400\/75{background-color:#fb923cbf}.bg-orange-400\/80{background-color:#fb923ccc}.bg-orange-400\/90{background-color:#fb923ce6}.bg-orange-400\/95{background-color:#fb923cf2}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.bg-orange-500\/0{background-color:#f9731600}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/100{background-color:#f97316}.bg-orange-500\/20{background-color:#f9731633}.bg-orange-500\/25{background-color:#f9731640}.bg-orange-500\/30{background-color:#f973164d}.bg-orange-500\/40{background-color:#f9731666}.bg-orange-500\/5{background-color:#f973160d}.bg-orange-500\/50{background-color:#f9731680}.bg-orange-500\/60{background-color:#f9731699}.bg-orange-500\/70{background-color:#f97316b3}.bg-orange-500\/75{background-color:#f97316bf}.bg-orange-500\/80{background-color:#f97316cc}.bg-orange-500\/90{background-color:#f97316e6}.bg-orange-500\/95{background-color:#f97316f2}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.bg-orange-600\/0{background-color:#ea580c00}.bg-orange-600\/10{background-color:#ea580c1a}.bg-orange-600\/100{background-color:#ea580c}.bg-orange-600\/20{background-color:#ea580c33}.bg-orange-600\/25{background-color:#ea580c40}.bg-orange-600\/30{background-color:#ea580c4d}.bg-orange-600\/40{background-color:#ea580c66}.bg-orange-600\/5{background-color:#ea580c0d}.bg-orange-600\/50{background-color:#ea580c80}.bg-orange-600\/60{background-color:#ea580c99}.bg-orange-600\/70{background-color:#ea580cb3}.bg-orange-600\/75{background-color:#ea580cbf}.bg-orange-600\/80{background-color:#ea580ccc}.bg-orange-600\/90{background-color:#ea580ce6}.bg-orange-600\/95{background-color:#ea580cf2}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(194 65 12 / var(--tw-bg-opacity))}.bg-orange-700\/0{background-color:#c2410c00}.bg-orange-700\/10{background-color:#c2410c1a}.bg-orange-700\/100{background-color:#c2410c}.bg-orange-700\/20{background-color:#c2410c33}.bg-orange-700\/25{background-color:#c2410c40}.bg-orange-700\/30{background-color:#c2410c4d}.bg-orange-700\/40{background-color:#c2410c66}.bg-orange-700\/5{background-color:#c2410c0d}.bg-orange-700\/50{background-color:#c2410c80}.bg-orange-700\/60{background-color:#c2410c99}.bg-orange-700\/70{background-color:#c2410cb3}.bg-orange-700\/75{background-color:#c2410cbf}.bg-orange-700\/80{background-color:#c2410ccc}.bg-orange-700\/90{background-color:#c2410ce6}.bg-orange-700\/95{background-color:#c2410cf2}.bg-orange-800{--tw-bg-opacity: 1;background-color:rgb(154 52 18 / var(--tw-bg-opacity))}.bg-orange-800\/0{background-color:#9a341200}.bg-orange-800\/10{background-color:#9a34121a}.bg-orange-800\/100{background-color:#9a3412}.bg-orange-800\/20{background-color:#9a341233}.bg-orange-800\/25{background-color:#9a341240}.bg-orange-800\/30{background-color:#9a34124d}.bg-orange-800\/40{background-color:#9a341266}.bg-orange-800\/5{background-color:#9a34120d}.bg-orange-800\/50{background-color:#9a341280}.bg-orange-800\/60{background-color:#9a341299}.bg-orange-800\/70{background-color:#9a3412b3}.bg-orange-800\/75{background-color:#9a3412bf}.bg-orange-800\/80{background-color:#9a3412cc}.bg-orange-800\/90{background-color:#9a3412e6}.bg-orange-800\/95{background-color:#9a3412f2}.bg-orange-900{--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}.bg-orange-900\/0{background-color:#7c2d1200}.bg-orange-900\/10{background-color:#7c2d121a}.bg-orange-900\/100{background-color:#7c2d12}.bg-orange-900\/20{background-color:#7c2d1233}.bg-orange-900\/25{background-color:#7c2d1240}.bg-orange-900\/30{background-color:#7c2d124d}.bg-orange-900\/40{background-color:#7c2d1266}.bg-orange-900\/5{background-color:#7c2d120d}.bg-orange-900\/50{background-color:#7c2d1280}.bg-orange-900\/60{background-color:#7c2d1299}.bg-orange-900\/70{background-color:#7c2d12b3}.bg-orange-900\/75{background-color:#7c2d12bf}.bg-orange-900\/80{background-color:#7c2d12cc}.bg-orange-900\/90{background-color:#7c2d12e6}.bg-orange-900\/95{background-color:#7c2d12f2}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-100\/0{background-color:#fee2e200}.bg-red-100\/10{background-color:#fee2e21a}.bg-red-100\/100{background-color:#fee2e2}.bg-red-100\/20{background-color:#fee2e233}.bg-red-100\/25{background-color:#fee2e240}.bg-red-100\/30{background-color:#fee2e24d}.bg-red-100\/40{background-color:#fee2e266}.bg-red-100\/5{background-color:#fee2e20d}.bg-red-100\/50{background-color:#fee2e280}.bg-red-100\/60{background-color:#fee2e299}.bg-red-100\/70{background-color:#fee2e2b3}.bg-red-100\/75{background-color:#fee2e2bf}.bg-red-100\/80{background-color:#fee2e2cc}.bg-red-100\/90{background-color:#fee2e2e6}.bg-red-100\/95{background-color:#fee2e2f2}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-red-200\/0{background-color:#fecaca00}.bg-red-200\/10{background-color:#fecaca1a}.bg-red-200\/100{background-color:#fecaca}.bg-red-200\/20{background-color:#fecaca33}.bg-red-200\/25{background-color:#fecaca40}.bg-red-200\/30{background-color:#fecaca4d}.bg-red-200\/40{background-color:#fecaca66}.bg-red-200\/5{background-color:#fecaca0d}.bg-red-200\/50{background-color:#fecaca80}.bg-red-200\/60{background-color:#fecaca99}.bg-red-200\/70{background-color:#fecacab3}.bg-red-200\/75{background-color:#fecacabf}.bg-red-200\/80{background-color:#fecacacc}.bg-red-200\/90{background-color:#fecacae6}.bg-red-200\/95{background-color:#fecacaf2}.bg-red-300{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity))}.bg-red-300\/0{background-color:#fca5a500}.bg-red-300\/10{background-color:#fca5a51a}.bg-red-300\/100{background-color:#fca5a5}.bg-red-300\/20{background-color:#fca5a533}.bg-red-300\/25{background-color:#fca5a540}.bg-red-300\/30{background-color:#fca5a54d}.bg-red-300\/40{background-color:#fca5a566}.bg-red-300\/5{background-color:#fca5a50d}.bg-red-300\/50{background-color:#fca5a580}.bg-red-300\/60{background-color:#fca5a599}.bg-red-300\/70{background-color:#fca5a5b3}.bg-red-300\/75{background-color:#fca5a5bf}.bg-red-300\/80{background-color:#fca5a5cc}.bg-red-300\/90{background-color:#fca5a5e6}.bg-red-300\/95{background-color:#fca5a5f2}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-400\/0{background-color:#f8717100}.bg-red-400\/10{background-color:#f871711a}.bg-red-400\/100{background-color:#f87171}.bg-red-400\/20{background-color:#f8717133}.bg-red-400\/25{background-color:#f8717140}.bg-red-400\/30{background-color:#f871714d}.bg-red-400\/40{background-color:#f8717166}.bg-red-400\/5{background-color:#f871710d}.bg-red-400\/50{background-color:#f8717180}.bg-red-400\/60{background-color:#f8717199}.bg-red-400\/70{background-color:#f87171b3}.bg-red-400\/75{background-color:#f87171bf}.bg-red-400\/80{background-color:#f87171cc}.bg-red-400\/90{background-color:#f87171e6}.bg-red-400\/95{background-color:#f87171f2}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-500\/0{background-color:#ef444400}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/100{background-color:#ef4444}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/25{background-color:#ef444440}.bg-red-500\/30{background-color:#ef44444d}.bg-red-500\/40{background-color:#ef444466}.bg-red-500\/5{background-color:#ef44440d}.bg-red-500\/50{background-color:#ef444480}.bg-red-500\/60{background-color:#ef444499}.bg-red-500\/70{background-color:#ef4444b3}.bg-red-500\/75{background-color:#ef4444bf}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-500\/90{background-color:#ef4444e6}.bg-red-500\/95{background-color:#ef4444f2}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-600\/0{background-color:#dc262600}.bg-red-600\/10{background-color:#dc26261a}.bg-red-600\/100{background-color:#dc2626}.bg-red-600\/20{background-color:#dc262633}.bg-red-600\/25{background-color:#dc262640}.bg-red-600\/30{background-color:#dc26264d}.bg-red-600\/40{background-color:#dc262666}.bg-red-600\/5{background-color:#dc26260d}.bg-red-600\/50{background-color:#dc262680}.bg-red-600\/60{background-color:#dc262699}.bg-red-600\/70{background-color:#dc2626b3}.bg-red-600\/75{background-color:#dc2626bf}.bg-red-600\/80{background-color:#dc2626cc}.bg-red-600\/90{background-color:#dc2626e6}.bg-red-600\/95{background-color:#dc2626f2}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-red-700\/0{background-color:#b91c1c00}.bg-red-700\/10{background-color:#b91c1c1a}.bg-red-700\/100{background-color:#b91c1c}.bg-red-700\/20{background-color:#b91c1c33}.bg-red-700\/25{background-color:#b91c1c40}.bg-red-700\/30{background-color:#b91c1c4d}.bg-red-700\/40{background-color:#b91c1c66}.bg-red-700\/5{background-color:#b91c1c0d}.bg-red-700\/50{background-color:#b91c1c80}.bg-red-700\/60{background-color:#b91c1c99}.bg-red-700\/70{background-color:#b91c1cb3}.bg-red-700\/75{background-color:#b91c1cbf}.bg-red-700\/80{background-color:#b91c1ccc}.bg-red-700\/90{background-color:#b91c1ce6}.bg-red-700\/95{background-color:#b91c1cf2}.bg-red-800{--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity))}.bg-red-800\/0{background-color:#991b1b00}.bg-red-800\/10{background-color:#991b1b1a}.bg-red-800\/100{background-color:#991b1b}.bg-red-800\/20{background-color:#991b1b33}.bg-red-800\/25{background-color:#991b1b40}.bg-red-800\/30{background-color:#991b1b4d}.bg-red-800\/40{background-color:#991b1b66}.bg-red-800\/5{background-color:#991b1b0d}.bg-red-800\/50{background-color:#991b1b80}.bg-red-800\/60{background-color:#991b1b99}.bg-red-800\/70{background-color:#991b1bb3}.bg-red-800\/75{background-color:#991b1bbf}.bg-red-800\/80{background-color:#991b1bcc}.bg-red-800\/90{background-color:#991b1be6}.bg-red-800\/95{background-color:#991b1bf2}.bg-red-900{--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.bg-red-900\/0{background-color:#7f1d1d00}.bg-red-900\/10{background-color:#7f1d1d1a}.bg-red-900\/100{background-color:#7f1d1d}.bg-red-900\/20{background-color:#7f1d1d33}.bg-red-900\/25{background-color:#7f1d1d40}.bg-red-900\/30{background-color:#7f1d1d4d}.bg-red-900\/40{background-color:#7f1d1d66}.bg-red-900\/5{background-color:#7f1d1d0d}.bg-red-900\/50{background-color:#7f1d1d80}.bg-red-900\/60{background-color:#7f1d1d99}.bg-red-900\/70{background-color:#7f1d1db3}.bg-red-900\/75{background-color:#7f1d1dbf}.bg-red-900\/80{background-color:#7f1d1dcc}.bg-red-900\/90{background-color:#7f1d1de6}.bg-red-900\/95{background-color:#7f1d1df2}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/0{background-color:#fff0}.bg-white\/10{background-color:#ffffff1a}.bg-white\/100{background-color:#fff}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-white\/30{background-color:#ffffff4d}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/75{background-color:#ffffffbf}.bg-white\/80{background-color:#fffc}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-100\/0{background-color:#fef9c300}.bg-yellow-100\/10{background-color:#fef9c31a}.bg-yellow-100\/100{background-color:#fef9c3}.bg-yellow-100\/20{background-color:#fef9c333}.bg-yellow-100\/25{background-color:#fef9c340}.bg-yellow-100\/30{background-color:#fef9c34d}.bg-yellow-100\/40{background-color:#fef9c366}.bg-yellow-100\/5{background-color:#fef9c30d}.bg-yellow-100\/50{background-color:#fef9c380}.bg-yellow-100\/60{background-color:#fef9c399}.bg-yellow-100\/70{background-color:#fef9c3b3}.bg-yellow-100\/75{background-color:#fef9c3bf}.bg-yellow-100\/80{background-color:#fef9c3cc}.bg-yellow-100\/90{background-color:#fef9c3e6}.bg-yellow-100\/95{background-color:#fef9c3f2}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity))}.bg-yellow-200\/0{background-color:#fef08a00}.bg-yellow-200\/10{background-color:#fef08a1a}.bg-yellow-200\/100{background-color:#fef08a}.bg-yellow-200\/20{background-color:#fef08a33}.bg-yellow-200\/25{background-color:#fef08a40}.bg-yellow-200\/30{background-color:#fef08a4d}.bg-yellow-200\/40{background-color:#fef08a66}.bg-yellow-200\/5{background-color:#fef08a0d}.bg-yellow-200\/50{background-color:#fef08a80}.bg-yellow-200\/60{background-color:#fef08a99}.bg-yellow-200\/70{background-color:#fef08ab3}.bg-yellow-200\/75{background-color:#fef08abf}.bg-yellow-200\/80{background-color:#fef08acc}.bg-yellow-200\/90{background-color:#fef08ae6}.bg-yellow-200\/95{background-color:#fef08af2}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.bg-yellow-300\/0{background-color:#fde04700}.bg-yellow-300\/10{background-color:#fde0471a}.bg-yellow-300\/100{background-color:#fde047}.bg-yellow-300\/20{background-color:#fde04733}.bg-yellow-300\/25{background-color:#fde04740}.bg-yellow-300\/30{background-color:#fde0474d}.bg-yellow-300\/40{background-color:#fde04766}.bg-yellow-300\/5{background-color:#fde0470d}.bg-yellow-300\/50{background-color:#fde04780}.bg-yellow-300\/60{background-color:#fde04799}.bg-yellow-300\/70{background-color:#fde047b3}.bg-yellow-300\/75{background-color:#fde047bf}.bg-yellow-300\/80{background-color:#fde047cc}.bg-yellow-300\/90{background-color:#fde047e6}.bg-yellow-300\/95{background-color:#fde047f2}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.bg-yellow-400\/0{background-color:#facc1500}.bg-yellow-400\/10{background-color:#facc151a}.bg-yellow-400\/100{background-color:#facc15}.bg-yellow-400\/20{background-color:#facc1533}.bg-yellow-400\/25{background-color:#facc1540}.bg-yellow-400\/30{background-color:#facc154d}.bg-yellow-400\/40{background-color:#facc1566}.bg-yellow-400\/5{background-color:#facc150d}.bg-yellow-400\/50{background-color:#facc1580}.bg-yellow-400\/60{background-color:#facc1599}.bg-yellow-400\/70{background-color:#facc15b3}.bg-yellow-400\/75{background-color:#facc15bf}.bg-yellow-400\/80{background-color:#facc15cc}.bg-yellow-400\/90{background-color:#facc15e6}.bg-yellow-400\/95{background-color:#facc15f2}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-yellow-50\/0{background-color:#fefce800}.bg-yellow-50\/10{background-color:#fefce81a}.bg-yellow-50\/100{background-color:#fefce8}.bg-yellow-50\/20{background-color:#fefce833}.bg-yellow-50\/25{background-color:#fefce840}.bg-yellow-50\/30{background-color:#fefce84d}.bg-yellow-50\/40{background-color:#fefce866}.bg-yellow-50\/5{background-color:#fefce80d}.bg-yellow-50\/50{background-color:#fefce880}.bg-yellow-50\/60{background-color:#fefce899}.bg-yellow-50\/70{background-color:#fefce8b3}.bg-yellow-50\/75{background-color:#fefce8bf}.bg-yellow-50\/80{background-color:#fefce8cc}.bg-yellow-50\/90{background-color:#fefce8e6}.bg-yellow-50\/95{background-color:#fefce8f2}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-500\/0{background-color:#eab30800}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/100{background-color:#eab308}.bg-yellow-500\/20{background-color:#eab30833}.bg-yellow-500\/25{background-color:#eab30840}.bg-yellow-500\/30{background-color:#eab3084d}.bg-yellow-500\/40{background-color:#eab30866}.bg-yellow-500\/5{background-color:#eab3080d}.bg-yellow-500\/50{background-color:#eab30880}.bg-yellow-500\/60{background-color:#eab30899}.bg-yellow-500\/70{background-color:#eab308b3}.bg-yellow-500\/75{background-color:#eab308bf}.bg-yellow-500\/80{background-color:#eab308cc}.bg-yellow-500\/90{background-color:#eab308e6}.bg-yellow-500\/95{background-color:#eab308f2}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity))}.bg-yellow-600\/0{background-color:#ca8a0400}.bg-yellow-600\/10{background-color:#ca8a041a}.bg-yellow-600\/100{background-color:#ca8a04}.bg-yellow-600\/20{background-color:#ca8a0433}.bg-yellow-600\/25{background-color:#ca8a0440}.bg-yellow-600\/30{background-color:#ca8a044d}.bg-yellow-600\/40{background-color:#ca8a0466}.bg-yellow-600\/5{background-color:#ca8a040d}.bg-yellow-600\/50{background-color:#ca8a0480}.bg-yellow-600\/60{background-color:#ca8a0499}.bg-yellow-600\/70{background-color:#ca8a04b3}.bg-yellow-600\/75{background-color:#ca8a04bf}.bg-yellow-600\/80{background-color:#ca8a04cc}.bg-yellow-600\/90{background-color:#ca8a04e6}.bg-yellow-600\/95{background-color:#ca8a04f2}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.bg-yellow-700\/0{background-color:#a1620700}.bg-yellow-700\/10{background-color:#a162071a}.bg-yellow-700\/100{background-color:#a16207}.bg-yellow-700\/20{background-color:#a1620733}.bg-yellow-700\/25{background-color:#a1620740}.bg-yellow-700\/30{background-color:#a162074d}.bg-yellow-700\/40{background-color:#a1620766}.bg-yellow-700\/5{background-color:#a162070d}.bg-yellow-700\/50{background-color:#a1620780}.bg-yellow-700\/60{background-color:#a1620799}.bg-yellow-700\/70{background-color:#a16207b3}.bg-yellow-700\/75{background-color:#a16207bf}.bg-yellow-700\/80{background-color:#a16207cc}.bg-yellow-700\/90{background-color:#a16207e6}.bg-yellow-700\/95{background-color:#a16207f2}.bg-yellow-800{--tw-bg-opacity: 1;background-color:rgb(133 77 14 / var(--tw-bg-opacity))}.bg-yellow-800\/0{background-color:#854d0e00}.bg-yellow-800\/10{background-color:#854d0e1a}.bg-yellow-800\/100{background-color:#854d0e}.bg-yellow-800\/20{background-color:#854d0e33}.bg-yellow-800\/25{background-color:#854d0e40}.bg-yellow-800\/30{background-color:#854d0e4d}.bg-yellow-800\/40{background-color:#854d0e66}.bg-yellow-800\/5{background-color:#854d0e0d}.bg-yellow-800\/50{background-color:#854d0e80}.bg-yellow-800\/60{background-color:#854d0e99}.bg-yellow-800\/70{background-color:#854d0eb3}.bg-yellow-800\/75{background-color:#854d0ebf}.bg-yellow-800\/80{background-color:#854d0ecc}.bg-yellow-800\/90{background-color:#854d0ee6}.bg-yellow-800\/95{background-color:#854d0ef2}.bg-yellow-900{--tw-bg-opacity: 1;background-color:rgb(113 63 18 / var(--tw-bg-opacity))}.bg-yellow-900\/0{background-color:#713f1200}.bg-yellow-900\/10{background-color:#713f121a}.bg-yellow-900\/100{background-color:#713f12}.bg-yellow-900\/20{background-color:#713f1233}.bg-yellow-900\/25{background-color:#713f1240}.bg-yellow-900\/30{background-color:#713f124d}.bg-yellow-900\/40{background-color:#713f1266}.bg-yellow-900\/5{background-color:#713f120d}.bg-yellow-900\/50{background-color:#713f1280}.bg-yellow-900\/60{background-color:#713f1299}.bg-yellow-900\/70{background-color:#713f12b3}.bg-yellow-900\/75{background-color:#713f12bf}.bg-yellow-900\/80{background-color:#713f12cc}.bg-yellow-900\/90{background-color:#713f12e6}.bg-yellow-900\/95{background-color:#713f12f2}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-30{--tw-bg-opacity: .3}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.from-yellow-100{--tw-gradient-from: #fef9c3;--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/0{--tw-gradient-from: rgb(254 249 195 / 0);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/10{--tw-gradient-from: rgb(254 249 195 / .1);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/100{--tw-gradient-from: rgb(254 249 195 / 1);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/20{--tw-gradient-from: rgb(254 249 195 / .2);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/25{--tw-gradient-from: rgb(254 249 195 / .25);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/30{--tw-gradient-from: rgb(254 249 195 / .3);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/40{--tw-gradient-from: rgb(254 249 195 / .4);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/5{--tw-gradient-from: rgb(254 249 195 / .05);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/50{--tw-gradient-from: rgb(254 249 195 / .5);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/60{--tw-gradient-from: rgb(254 249 195 / .6);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/70{--tw-gradient-from: rgb(254 249 195 / .7);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/75{--tw-gradient-from: rgb(254 249 195 / .75);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/80{--tw-gradient-from: rgb(254 249 195 / .8);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/90{--tw-gradient-from: rgb(254 249 195 / .9);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-100\/95{--tw-gradient-from: rgb(254 249 195 / .95);--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200{--tw-gradient-from: #fef08a;--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/0{--tw-gradient-from: rgb(254 240 138 / 0);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/10{--tw-gradient-from: rgb(254 240 138 / .1);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/100{--tw-gradient-from: rgb(254 240 138 / 1);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/20{--tw-gradient-from: rgb(254 240 138 / .2);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/25{--tw-gradient-from: rgb(254 240 138 / .25);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/30{--tw-gradient-from: rgb(254 240 138 / .3);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/40{--tw-gradient-from: rgb(254 240 138 / .4);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/5{--tw-gradient-from: rgb(254 240 138 / .05);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/50{--tw-gradient-from: rgb(254 240 138 / .5);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/60{--tw-gradient-from: rgb(254 240 138 / .6);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/70{--tw-gradient-from: rgb(254 240 138 / .7);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/75{--tw-gradient-from: rgb(254 240 138 / .75);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/80{--tw-gradient-from: rgb(254 240 138 / .8);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/90{--tw-gradient-from: rgb(254 240 138 / .9);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-200\/95{--tw-gradient-from: rgb(254 240 138 / .95);--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300{--tw-gradient-from: #fde047;--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/0{--tw-gradient-from: rgb(253 224 71 / 0);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/10{--tw-gradient-from: rgb(253 224 71 / .1);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/100{--tw-gradient-from: rgb(253 224 71 / 1);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/20{--tw-gradient-from: rgb(253 224 71 / .2);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/25{--tw-gradient-from: rgb(253 224 71 / .25);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/30{--tw-gradient-from: rgb(253 224 71 / .3);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/40{--tw-gradient-from: rgb(253 224 71 / .4);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/5{--tw-gradient-from: rgb(253 224 71 / .05);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/50{--tw-gradient-from: rgb(253 224 71 / .5);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/60{--tw-gradient-from: rgb(253 224 71 / .6);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/70{--tw-gradient-from: rgb(253 224 71 / .7);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/75{--tw-gradient-from: rgb(253 224 71 / .75);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/80{--tw-gradient-from: rgb(253 224 71 / .8);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/90{--tw-gradient-from: rgb(253 224 71 / .9);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-300\/95{--tw-gradient-from: rgb(253 224 71 / .95);--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from: #facc15;--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/0{--tw-gradient-from: rgb(250 204 21 / 0);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/10{--tw-gradient-from: rgb(250 204 21 / .1);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/100{--tw-gradient-from: rgb(250 204 21 / 1);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/20{--tw-gradient-from: rgb(250 204 21 / .2);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/25{--tw-gradient-from: rgb(250 204 21 / .25);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/30{--tw-gradient-from: rgb(250 204 21 / .3);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/40{--tw-gradient-from: rgb(250 204 21 / .4);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/5{--tw-gradient-from: rgb(250 204 21 / .05);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/50{--tw-gradient-from: rgb(250 204 21 / .5);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/60{--tw-gradient-from: rgb(250 204 21 / .6);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/70{--tw-gradient-from: rgb(250 204 21 / .7);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/75{--tw-gradient-from: rgb(250 204 21 / .75);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/80{--tw-gradient-from: rgb(250 204 21 / .8);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/90{--tw-gradient-from: rgb(250 204 21 / .9);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-400\/95{--tw-gradient-from: rgb(250 204 21 / .95);--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8;--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/0{--tw-gradient-from: rgb(254 252 232 / 0);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/10{--tw-gradient-from: rgb(254 252 232 / .1);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/100{--tw-gradient-from: rgb(254 252 232 / 1);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/20{--tw-gradient-from: rgb(254 252 232 / .2);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/25{--tw-gradient-from: rgb(254 252 232 / .25);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/30{--tw-gradient-from: rgb(254 252 232 / .3);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/40{--tw-gradient-from: rgb(254 252 232 / .4);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/5{--tw-gradient-from: rgb(254 252 232 / .05);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/50{--tw-gradient-from: rgb(254 252 232 / .5);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/60{--tw-gradient-from: rgb(254 252 232 / .6);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/70{--tw-gradient-from: rgb(254 252 232 / .7);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/75{--tw-gradient-from: rgb(254 252 232 / .75);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/80{--tw-gradient-from: rgb(254 252 232 / .8);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/90{--tw-gradient-from: rgb(254 252 232 / .9);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50\/95{--tw-gradient-from: rgb(254 252 232 / .95);--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: #eab308;--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/0{--tw-gradient-from: rgb(234 179 8 / 0);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/10{--tw-gradient-from: rgb(234 179 8 / .1);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/100{--tw-gradient-from: rgb(234 179 8 / 1);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/25{--tw-gradient-from: rgb(234 179 8 / .25);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/30{--tw-gradient-from: rgb(234 179 8 / .3);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/40{--tw-gradient-from: rgb(234 179 8 / .4);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/5{--tw-gradient-from: rgb(234 179 8 / .05);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/50{--tw-gradient-from: rgb(234 179 8 / .5);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/60{--tw-gradient-from: rgb(234 179 8 / .6);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/70{--tw-gradient-from: rgb(234 179 8 / .7);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/75{--tw-gradient-from: rgb(234 179 8 / .75);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/80{--tw-gradient-from: rgb(234 179 8 / .8);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/90{--tw-gradient-from: rgb(234 179 8 / .9);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/95{--tw-gradient-from: rgb(234 179 8 / .95);--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600{--tw-gradient-from: #ca8a04;--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/0{--tw-gradient-from: rgb(202 138 4 / 0);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/10{--tw-gradient-from: rgb(202 138 4 / .1);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/100{--tw-gradient-from: rgb(202 138 4 / 1);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/20{--tw-gradient-from: rgb(202 138 4 / .2);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/25{--tw-gradient-from: rgb(202 138 4 / .25);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/30{--tw-gradient-from: rgb(202 138 4 / .3);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/40{--tw-gradient-from: rgb(202 138 4 / .4);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/5{--tw-gradient-from: rgb(202 138 4 / .05);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/50{--tw-gradient-from: rgb(202 138 4 / .5);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/60{--tw-gradient-from: rgb(202 138 4 / .6);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/70{--tw-gradient-from: rgb(202 138 4 / .7);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/75{--tw-gradient-from: rgb(202 138 4 / .75);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/80{--tw-gradient-from: rgb(202 138 4 / .8);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/90{--tw-gradient-from: rgb(202 138 4 / .9);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-600\/95{--tw-gradient-from: rgb(202 138 4 / .95);--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800{--tw-gradient-from: #854d0e;--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/0{--tw-gradient-from: rgb(133 77 14 / 0);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/10{--tw-gradient-from: rgb(133 77 14 / .1);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/100{--tw-gradient-from: rgb(133 77 14 / 1);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/20{--tw-gradient-from: rgb(133 77 14 / .2);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/25{--tw-gradient-from: rgb(133 77 14 / .25);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/30{--tw-gradient-from: rgb(133 77 14 / .3);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/40{--tw-gradient-from: rgb(133 77 14 / .4);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/5{--tw-gradient-from: rgb(133 77 14 / .05);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/50{--tw-gradient-from: rgb(133 77 14 / .5);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/60{--tw-gradient-from: rgb(133 77 14 / .6);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/70{--tw-gradient-from: rgb(133 77 14 / .7);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/75{--tw-gradient-from: rgb(133 77 14 / .75);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/80{--tw-gradient-from: rgb(133 77 14 / .8);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/90{--tw-gradient-from: rgb(133 77 14 / .9);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-800\/95{--tw-gradient-from: rgb(133 77 14 / .95);--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-yellow-100{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fef9c3, var(--tw-gradient-to)}.via-yellow-100\/0{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0), var(--tw-gradient-to)}.via-yellow-100\/10{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .1), var(--tw-gradient-to)}.via-yellow-100\/100{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 1), var(--tw-gradient-to)}.via-yellow-100\/20{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .2), var(--tw-gradient-to)}.via-yellow-100\/25{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .25), var(--tw-gradient-to)}.via-yellow-100\/30{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .3), var(--tw-gradient-to)}.via-yellow-100\/40{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .4), var(--tw-gradient-to)}.via-yellow-100\/5{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .05), var(--tw-gradient-to)}.via-yellow-100\/50{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .5), var(--tw-gradient-to)}.via-yellow-100\/60{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .6), var(--tw-gradient-to)}.via-yellow-100\/70{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .7), var(--tw-gradient-to)}.via-yellow-100\/75{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .75), var(--tw-gradient-to)}.via-yellow-100\/80{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .8), var(--tw-gradient-to)}.via-yellow-100\/90{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .9), var(--tw-gradient-to)}.via-yellow-100\/95{--tw-gradient-to: rgb(254 249 195 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / .95), var(--tw-gradient-to)}.via-yellow-200{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to)}.via-yellow-200\/0{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0), var(--tw-gradient-to)}.via-yellow-200\/10{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .1), var(--tw-gradient-to)}.via-yellow-200\/100{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1), var(--tw-gradient-to)}.via-yellow-200\/20{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .2), var(--tw-gradient-to)}.via-yellow-200\/25{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .25), var(--tw-gradient-to)}.via-yellow-200\/30{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .3), var(--tw-gradient-to)}.via-yellow-200\/40{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .4), var(--tw-gradient-to)}.via-yellow-200\/5{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .05), var(--tw-gradient-to)}.via-yellow-200\/50{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .5), var(--tw-gradient-to)}.via-yellow-200\/60{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .6), var(--tw-gradient-to)}.via-yellow-200\/70{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .7), var(--tw-gradient-to)}.via-yellow-200\/75{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .75), var(--tw-gradient-to)}.via-yellow-200\/80{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .8), var(--tw-gradient-to)}.via-yellow-200\/90{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .9), var(--tw-gradient-to)}.via-yellow-200\/95{--tw-gradient-to: rgb(254 240 138 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / .95), var(--tw-gradient-to)}.via-yellow-300{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fde047, var(--tw-gradient-to)}.via-yellow-300\/0{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0), var(--tw-gradient-to)}.via-yellow-300\/10{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .1), var(--tw-gradient-to)}.via-yellow-300\/100{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 1), var(--tw-gradient-to)}.via-yellow-300\/20{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .2), var(--tw-gradient-to)}.via-yellow-300\/25{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .25), var(--tw-gradient-to)}.via-yellow-300\/30{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .3), var(--tw-gradient-to)}.via-yellow-300\/40{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .4), var(--tw-gradient-to)}.via-yellow-300\/5{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .05), var(--tw-gradient-to)}.via-yellow-300\/50{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .5), var(--tw-gradient-to)}.via-yellow-300\/60{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .6), var(--tw-gradient-to)}.via-yellow-300\/70{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .7), var(--tw-gradient-to)}.via-yellow-300\/75{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .75), var(--tw-gradient-to)}.via-yellow-300\/80{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .8), var(--tw-gradient-to)}.via-yellow-300\/90{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .9), var(--tw-gradient-to)}.via-yellow-300\/95{--tw-gradient-to: rgb(253 224 71 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / .95), var(--tw-gradient-to)}.via-yellow-400{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), #facc15, var(--tw-gradient-to)}.via-yellow-400\/0{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0), var(--tw-gradient-to)}.via-yellow-400\/10{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .1), var(--tw-gradient-to)}.via-yellow-400\/100{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1), var(--tw-gradient-to)}.via-yellow-400\/20{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .2), var(--tw-gradient-to)}.via-yellow-400\/25{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .25), var(--tw-gradient-to)}.via-yellow-400\/30{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .3), var(--tw-gradient-to)}.via-yellow-400\/40{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .4), var(--tw-gradient-to)}.via-yellow-400\/5{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .05), var(--tw-gradient-to)}.via-yellow-400\/50{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .5), var(--tw-gradient-to)}.via-yellow-400\/60{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .6), var(--tw-gradient-to)}.via-yellow-400\/70{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .7), var(--tw-gradient-to)}.via-yellow-400\/75{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .75), var(--tw-gradient-to)}.via-yellow-400\/80{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .8), var(--tw-gradient-to)}.via-yellow-400\/90{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .9), var(--tw-gradient-to)}.via-yellow-400\/95{--tw-gradient-to: rgb(250 204 21 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / .95), var(--tw-gradient-to)}.via-yellow-50{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), #fefce8, var(--tw-gradient-to)}.via-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0), var(--tw-gradient-to)}.via-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .1), var(--tw-gradient-to)}.via-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1), var(--tw-gradient-to)}.via-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .2), var(--tw-gradient-to)}.via-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .25), var(--tw-gradient-to)}.via-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .3), var(--tw-gradient-to)}.via-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .4), var(--tw-gradient-to)}.via-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .05), var(--tw-gradient-to)}.via-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .5), var(--tw-gradient-to)}.via-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .6), var(--tw-gradient-to)}.via-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .7), var(--tw-gradient-to)}.via-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .75), var(--tw-gradient-to)}.via-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .8), var(--tw-gradient-to)}.via-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .9), var(--tw-gradient-to)}.via-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / .95), var(--tw-gradient-to)}.via-yellow-500{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to)}.via-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0), var(--tw-gradient-to)}.via-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .1), var(--tw-gradient-to)}.via-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1), var(--tw-gradient-to)}.via-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .2), var(--tw-gradient-to)}.via-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .25), var(--tw-gradient-to)}.via-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .3), var(--tw-gradient-to)}.via-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .4), var(--tw-gradient-to)}.via-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .05), var(--tw-gradient-to)}.via-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .5), var(--tw-gradient-to)}.via-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .6), var(--tw-gradient-to)}.via-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .7), var(--tw-gradient-to)}.via-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .75), var(--tw-gradient-to)}.via-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .8), var(--tw-gradient-to)}.via-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .9), var(--tw-gradient-to)}.via-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / .95), var(--tw-gradient-to)}.via-yellow-600{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), #ca8a04, var(--tw-gradient-to)}.via-yellow-600\/0{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0), var(--tw-gradient-to)}.via-yellow-600\/10{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .1), var(--tw-gradient-to)}.via-yellow-600\/100{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1), var(--tw-gradient-to)}.via-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .2), var(--tw-gradient-to)}.via-yellow-600\/25{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .25), var(--tw-gradient-to)}.via-yellow-600\/30{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .3), var(--tw-gradient-to)}.via-yellow-600\/40{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .4), var(--tw-gradient-to)}.via-yellow-600\/5{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .05), var(--tw-gradient-to)}.via-yellow-600\/50{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .5), var(--tw-gradient-to)}.via-yellow-600\/60{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .6), var(--tw-gradient-to)}.via-yellow-600\/70{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .7), var(--tw-gradient-to)}.via-yellow-600\/75{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .75), var(--tw-gradient-to)}.via-yellow-600\/80{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .8), var(--tw-gradient-to)}.via-yellow-600\/90{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .9), var(--tw-gradient-to)}.via-yellow-600\/95{--tw-gradient-to: rgb(202 138 4 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / .95), var(--tw-gradient-to)}.via-yellow-800{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), #854d0e, var(--tw-gradient-to)}.via-yellow-800\/0{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0), var(--tw-gradient-to)}.via-yellow-800\/10{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .1), var(--tw-gradient-to)}.via-yellow-800\/100{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1), var(--tw-gradient-to)}.via-yellow-800\/20{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .2), var(--tw-gradient-to)}.via-yellow-800\/25{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .25), var(--tw-gradient-to)}.via-yellow-800\/30{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .3), var(--tw-gradient-to)}.via-yellow-800\/40{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .4), var(--tw-gradient-to)}.via-yellow-800\/5{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .05), var(--tw-gradient-to)}.via-yellow-800\/50{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .5), var(--tw-gradient-to)}.via-yellow-800\/60{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .6), var(--tw-gradient-to)}.via-yellow-800\/70{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .7), var(--tw-gradient-to)}.via-yellow-800\/75{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .75), var(--tw-gradient-to)}.via-yellow-800\/80{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .8), var(--tw-gradient-to)}.via-yellow-800\/90{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .9), var(--tw-gradient-to)}.via-yellow-800\/95{--tw-gradient-to: rgb(133 77 14 / 0);--tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / .95), var(--tw-gradient-to)}.to-yellow-100{--tw-gradient-to: #fef9c3}.to-yellow-100\/0{--tw-gradient-to: rgb(254 249 195 / 0)}.to-yellow-100\/10{--tw-gradient-to: rgb(254 249 195 / .1)}.to-yellow-100\/100{--tw-gradient-to: rgb(254 249 195 / 1)}.to-yellow-100\/20{--tw-gradient-to: rgb(254 249 195 / .2)}.to-yellow-100\/25{--tw-gradient-to: rgb(254 249 195 / .25)}.to-yellow-100\/30{--tw-gradient-to: rgb(254 249 195 / .3)}.to-yellow-100\/40{--tw-gradient-to: rgb(254 249 195 / .4)}.to-yellow-100\/5{--tw-gradient-to: rgb(254 249 195 / .05)}.to-yellow-100\/50{--tw-gradient-to: rgb(254 249 195 / .5)}.to-yellow-100\/60{--tw-gradient-to: rgb(254 249 195 / .6)}.to-yellow-100\/70{--tw-gradient-to: rgb(254 249 195 / .7)}.to-yellow-100\/75{--tw-gradient-to: rgb(254 249 195 / .75)}.to-yellow-100\/80{--tw-gradient-to: rgb(254 249 195 / .8)}.to-yellow-100\/90{--tw-gradient-to: rgb(254 249 195 / .9)}.to-yellow-100\/95{--tw-gradient-to: rgb(254 249 195 / .95)}.to-yellow-200{--tw-gradient-to: #fef08a}.to-yellow-200\/0{--tw-gradient-to: rgb(254 240 138 / 0)}.to-yellow-200\/10{--tw-gradient-to: rgb(254 240 138 / .1)}.to-yellow-200\/100{--tw-gradient-to: rgb(254 240 138 / 1)}.to-yellow-200\/20{--tw-gradient-to: rgb(254 240 138 / .2)}.to-yellow-200\/25{--tw-gradient-to: rgb(254 240 138 / .25)}.to-yellow-200\/30{--tw-gradient-to: rgb(254 240 138 / .3)}.to-yellow-200\/40{--tw-gradient-to: rgb(254 240 138 / .4)}.to-yellow-200\/5{--tw-gradient-to: rgb(254 240 138 / .05)}.to-yellow-200\/50{--tw-gradient-to: rgb(254 240 138 / .5)}.to-yellow-200\/60{--tw-gradient-to: rgb(254 240 138 / .6)}.to-yellow-200\/70{--tw-gradient-to: rgb(254 240 138 / .7)}.to-yellow-200\/75{--tw-gradient-to: rgb(254 240 138 / .75)}.to-yellow-200\/80{--tw-gradient-to: rgb(254 240 138 / .8)}.to-yellow-200\/90{--tw-gradient-to: rgb(254 240 138 / .9)}.to-yellow-200\/95{--tw-gradient-to: rgb(254 240 138 / .95)}.to-yellow-300{--tw-gradient-to: #fde047}.to-yellow-300\/0{--tw-gradient-to: rgb(253 224 71 / 0)}.to-yellow-300\/10{--tw-gradient-to: rgb(253 224 71 / .1)}.to-yellow-300\/100{--tw-gradient-to: rgb(253 224 71 / 1)}.to-yellow-300\/20{--tw-gradient-to: rgb(253 224 71 / .2)}.to-yellow-300\/25{--tw-gradient-to: rgb(253 224 71 / .25)}.to-yellow-300\/30{--tw-gradient-to: rgb(253 224 71 / .3)}.to-yellow-300\/40{--tw-gradient-to: rgb(253 224 71 / .4)}.to-yellow-300\/5{--tw-gradient-to: rgb(253 224 71 / .05)}.to-yellow-300\/50{--tw-gradient-to: rgb(253 224 71 / .5)}.to-yellow-300\/60{--tw-gradient-to: rgb(253 224 71 / .6)}.to-yellow-300\/70{--tw-gradient-to: rgb(253 224 71 / .7)}.to-yellow-300\/75{--tw-gradient-to: rgb(253 224 71 / .75)}.to-yellow-300\/80{--tw-gradient-to: rgb(253 224 71 / .8)}.to-yellow-300\/90{--tw-gradient-to: rgb(253 224 71 / .9)}.to-yellow-300\/95{--tw-gradient-to: rgb(253 224 71 / .95)}.to-yellow-400{--tw-gradient-to: #facc15}.to-yellow-400\/0{--tw-gradient-to: rgb(250 204 21 / 0)}.to-yellow-400\/10{--tw-gradient-to: rgb(250 204 21 / .1)}.to-yellow-400\/100{--tw-gradient-to: rgb(250 204 21 / 1)}.to-yellow-400\/20{--tw-gradient-to: rgb(250 204 21 / .2)}.to-yellow-400\/25{--tw-gradient-to: rgb(250 204 21 / .25)}.to-yellow-400\/30{--tw-gradient-to: rgb(250 204 21 / .3)}.to-yellow-400\/40{--tw-gradient-to: rgb(250 204 21 / .4)}.to-yellow-400\/5{--tw-gradient-to: rgb(250 204 21 / .05)}.to-yellow-400\/50{--tw-gradient-to: rgb(250 204 21 / .5)}.to-yellow-400\/60{--tw-gradient-to: rgb(250 204 21 / .6)}.to-yellow-400\/70{--tw-gradient-to: rgb(250 204 21 / .7)}.to-yellow-400\/75{--tw-gradient-to: rgb(250 204 21 / .75)}.to-yellow-400\/80{--tw-gradient-to: rgb(250 204 21 / .8)}.to-yellow-400\/90{--tw-gradient-to: rgb(250 204 21 / .9)}.to-yellow-400\/95{--tw-gradient-to: rgb(250 204 21 / .95)}.to-yellow-50{--tw-gradient-to: #fefce8}.to-yellow-50\/0{--tw-gradient-to: rgb(254 252 232 / 0)}.to-yellow-50\/10{--tw-gradient-to: rgb(254 252 232 / .1)}.to-yellow-50\/100{--tw-gradient-to: rgb(254 252 232 / 1)}.to-yellow-50\/20{--tw-gradient-to: rgb(254 252 232 / .2)}.to-yellow-50\/25{--tw-gradient-to: rgb(254 252 232 / .25)}.to-yellow-50\/30{--tw-gradient-to: rgb(254 252 232 / .3)}.to-yellow-50\/40{--tw-gradient-to: rgb(254 252 232 / .4)}.to-yellow-50\/5{--tw-gradient-to: rgb(254 252 232 / .05)}.to-yellow-50\/50{--tw-gradient-to: rgb(254 252 232 / .5)}.to-yellow-50\/60{--tw-gradient-to: rgb(254 252 232 / .6)}.to-yellow-50\/70{--tw-gradient-to: rgb(254 252 232 / .7)}.to-yellow-50\/75{--tw-gradient-to: rgb(254 252 232 / .75)}.to-yellow-50\/80{--tw-gradient-to: rgb(254 252 232 / .8)}.to-yellow-50\/90{--tw-gradient-to: rgb(254 252 232 / .9)}.to-yellow-50\/95{--tw-gradient-to: rgb(254 252 232 / .95)}.to-yellow-500{--tw-gradient-to: #eab308}.to-yellow-500\/0{--tw-gradient-to: rgb(234 179 8 / 0)}.to-yellow-500\/10{--tw-gradient-to: rgb(234 179 8 / .1)}.to-yellow-500\/100{--tw-gradient-to: rgb(234 179 8 / 1)}.to-yellow-500\/20{--tw-gradient-to: rgb(234 179 8 / .2)}.to-yellow-500\/25{--tw-gradient-to: rgb(234 179 8 / .25)}.to-yellow-500\/30{--tw-gradient-to: rgb(234 179 8 / .3)}.to-yellow-500\/40{--tw-gradient-to: rgb(234 179 8 / .4)}.to-yellow-500\/5{--tw-gradient-to: rgb(234 179 8 / .05)}.to-yellow-500\/50{--tw-gradient-to: rgb(234 179 8 / .5)}.to-yellow-500\/60{--tw-gradient-to: rgb(234 179 8 / .6)}.to-yellow-500\/70{--tw-gradient-to: rgb(234 179 8 / .7)}.to-yellow-500\/75{--tw-gradient-to: rgb(234 179 8 / .75)}.to-yellow-500\/80{--tw-gradient-to: rgb(234 179 8 / .8)}.to-yellow-500\/90{--tw-gradient-to: rgb(234 179 8 / .9)}.to-yellow-500\/95{--tw-gradient-to: rgb(234 179 8 / .95)}.to-yellow-600{--tw-gradient-to: #ca8a04}.to-yellow-600\/0{--tw-gradient-to: rgb(202 138 4 / 0)}.to-yellow-600\/10{--tw-gradient-to: rgb(202 138 4 / .1)}.to-yellow-600\/100{--tw-gradient-to: rgb(202 138 4 / 1)}.to-yellow-600\/20{--tw-gradient-to: rgb(202 138 4 / .2)}.to-yellow-600\/25{--tw-gradient-to: rgb(202 138 4 / .25)}.to-yellow-600\/30{--tw-gradient-to: rgb(202 138 4 / .3)}.to-yellow-600\/40{--tw-gradient-to: rgb(202 138 4 / .4)}.to-yellow-600\/5{--tw-gradient-to: rgb(202 138 4 / .05)}.to-yellow-600\/50{--tw-gradient-to: rgb(202 138 4 / .5)}.to-yellow-600\/60{--tw-gradient-to: rgb(202 138 4 / .6)}.to-yellow-600\/70{--tw-gradient-to: rgb(202 138 4 / .7)}.to-yellow-600\/75{--tw-gradient-to: rgb(202 138 4 / .75)}.to-yellow-600\/80{--tw-gradient-to: rgb(202 138 4 / .8)}.to-yellow-600\/90{--tw-gradient-to: rgb(202 138 4 / .9)}.to-yellow-600\/95{--tw-gradient-to: rgb(202 138 4 / .95)}.to-yellow-800{--tw-gradient-to: #854d0e}.to-yellow-800\/0{--tw-gradient-to: rgb(133 77 14 / 0)}.to-yellow-800\/10{--tw-gradient-to: rgb(133 77 14 / .1)}.to-yellow-800\/100{--tw-gradient-to: rgb(133 77 14 / 1)}.to-yellow-800\/20{--tw-gradient-to: rgb(133 77 14 / .2)}.to-yellow-800\/25{--tw-gradient-to: rgb(133 77 14 / .25)}.to-yellow-800\/30{--tw-gradient-to: rgb(133 77 14 / .3)}.to-yellow-800\/40{--tw-gradient-to: rgb(133 77 14 / .4)}.to-yellow-800\/5{--tw-gradient-to: rgb(133 77 14 / .05)}.to-yellow-800\/50{--tw-gradient-to: rgb(133 77 14 / .5)}.to-yellow-800\/60{--tw-gradient-to: rgb(133 77 14 / .6)}.to-yellow-800\/70{--tw-gradient-to: rgb(133 77 14 / .7)}.to-yellow-800\/75{--tw-gradient-to: rgb(133 77 14 / .75)}.to-yellow-800\/80{--tw-gradient-to: rgb(133 77 14 / .8)}.to-yellow-800\/90{--tw-gradient-to: rgb(133 77 14 / .9)}.to-yellow-800\/95{--tw-gradient-to: rgb(133 77 14 / .95)}.fill-yellow-100{fill:#fef9c3}.fill-yellow-100\/0{fill:#fef9c300}.fill-yellow-100\/10{fill:#fef9c31a}.fill-yellow-100\/100{fill:#fef9c3}.fill-yellow-100\/20{fill:#fef9c333}.fill-yellow-100\/25{fill:#fef9c340}.fill-yellow-100\/30{fill:#fef9c34d}.fill-yellow-100\/40{fill:#fef9c366}.fill-yellow-100\/5{fill:#fef9c30d}.fill-yellow-100\/50{fill:#fef9c380}.fill-yellow-100\/60{fill:#fef9c399}.fill-yellow-100\/70{fill:#fef9c3b3}.fill-yellow-100\/75{fill:#fef9c3bf}.fill-yellow-100\/80{fill:#fef9c3cc}.fill-yellow-100\/90{fill:#fef9c3e6}.fill-yellow-100\/95{fill:#fef9c3f2}.fill-yellow-200{fill:#fef08a}.fill-yellow-200\/0{fill:#fef08a00}.fill-yellow-200\/10{fill:#fef08a1a}.fill-yellow-200\/100{fill:#fef08a}.fill-yellow-200\/20{fill:#fef08a33}.fill-yellow-200\/25{fill:#fef08a40}.fill-yellow-200\/30{fill:#fef08a4d}.fill-yellow-200\/40{fill:#fef08a66}.fill-yellow-200\/5{fill:#fef08a0d}.fill-yellow-200\/50{fill:#fef08a80}.fill-yellow-200\/60{fill:#fef08a99}.fill-yellow-200\/70{fill:#fef08ab3}.fill-yellow-200\/75{fill:#fef08abf}.fill-yellow-200\/80{fill:#fef08acc}.fill-yellow-200\/90{fill:#fef08ae6}.fill-yellow-200\/95{fill:#fef08af2}.fill-yellow-300{fill:#fde047}.fill-yellow-300\/0{fill:#fde04700}.fill-yellow-300\/10{fill:#fde0471a}.fill-yellow-300\/100{fill:#fde047}.fill-yellow-300\/20{fill:#fde04733}.fill-yellow-300\/25{fill:#fde04740}.fill-yellow-300\/30{fill:#fde0474d}.fill-yellow-300\/40{fill:#fde04766}.fill-yellow-300\/5{fill:#fde0470d}.fill-yellow-300\/50{fill:#fde04780}.fill-yellow-300\/60{fill:#fde04799}.fill-yellow-300\/70{fill:#fde047b3}.fill-yellow-300\/75{fill:#fde047bf}.fill-yellow-300\/80{fill:#fde047cc}.fill-yellow-300\/90{fill:#fde047e6}.fill-yellow-300\/95{fill:#fde047f2}.fill-yellow-400{fill:#facc15}.fill-yellow-400\/0{fill:#facc1500}.fill-yellow-400\/10{fill:#facc151a}.fill-yellow-400\/100{fill:#facc15}.fill-yellow-400\/20{fill:#facc1533}.fill-yellow-400\/25{fill:#facc1540}.fill-yellow-400\/30{fill:#facc154d}.fill-yellow-400\/40{fill:#facc1566}.fill-yellow-400\/5{fill:#facc150d}.fill-yellow-400\/50{fill:#facc1580}.fill-yellow-400\/60{fill:#facc1599}.fill-yellow-400\/70{fill:#facc15b3}.fill-yellow-400\/75{fill:#facc15bf}.fill-yellow-400\/80{fill:#facc15cc}.fill-yellow-400\/90{fill:#facc15e6}.fill-yellow-400\/95{fill:#facc15f2}.fill-yellow-50{fill:#fefce8}.fill-yellow-50\/0{fill:#fefce800}.fill-yellow-50\/10{fill:#fefce81a}.fill-yellow-50\/100{fill:#fefce8}.fill-yellow-50\/20{fill:#fefce833}.fill-yellow-50\/25{fill:#fefce840}.fill-yellow-50\/30{fill:#fefce84d}.fill-yellow-50\/40{fill:#fefce866}.fill-yellow-50\/5{fill:#fefce80d}.fill-yellow-50\/50{fill:#fefce880}.fill-yellow-50\/60{fill:#fefce899}.fill-yellow-50\/70{fill:#fefce8b3}.fill-yellow-50\/75{fill:#fefce8bf}.fill-yellow-50\/80{fill:#fefce8cc}.fill-yellow-50\/90{fill:#fefce8e6}.fill-yellow-50\/95{fill:#fefce8f2}.fill-yellow-500{fill:#eab308}.fill-yellow-500\/0{fill:#eab30800}.fill-yellow-500\/10{fill:#eab3081a}.fill-yellow-500\/100{fill:#eab308}.fill-yellow-500\/20{fill:#eab30833}.fill-yellow-500\/25{fill:#eab30840}.fill-yellow-500\/30{fill:#eab3084d}.fill-yellow-500\/40{fill:#eab30866}.fill-yellow-500\/5{fill:#eab3080d}.fill-yellow-500\/50{fill:#eab30880}.fill-yellow-500\/60{fill:#eab30899}.fill-yellow-500\/70{fill:#eab308b3}.fill-yellow-500\/75{fill:#eab308bf}.fill-yellow-500\/80{fill:#eab308cc}.fill-yellow-500\/90{fill:#eab308e6}.fill-yellow-500\/95{fill:#eab308f2}.fill-yellow-600{fill:#ca8a04}.fill-yellow-600\/0{fill:#ca8a0400}.fill-yellow-600\/10{fill:#ca8a041a}.fill-yellow-600\/100{fill:#ca8a04}.fill-yellow-600\/20{fill:#ca8a0433}.fill-yellow-600\/25{fill:#ca8a0440}.fill-yellow-600\/30{fill:#ca8a044d}.fill-yellow-600\/40{fill:#ca8a0466}.fill-yellow-600\/5{fill:#ca8a040d}.fill-yellow-600\/50{fill:#ca8a0480}.fill-yellow-600\/60{fill:#ca8a0499}.fill-yellow-600\/70{fill:#ca8a04b3}.fill-yellow-600\/75{fill:#ca8a04bf}.fill-yellow-600\/80{fill:#ca8a04cc}.fill-yellow-600\/90{fill:#ca8a04e6}.fill-yellow-600\/95{fill:#ca8a04f2}.fill-yellow-800{fill:#854d0e}.fill-yellow-800\/0{fill:#854d0e00}.fill-yellow-800\/10{fill:#854d0e1a}.fill-yellow-800\/100{fill:#854d0e}.fill-yellow-800\/20{fill:#854d0e33}.fill-yellow-800\/25{fill:#854d0e40}.fill-yellow-800\/30{fill:#854d0e4d}.fill-yellow-800\/40{fill:#854d0e66}.fill-yellow-800\/5{fill:#854d0e0d}.fill-yellow-800\/50{fill:#854d0e80}.fill-yellow-800\/60{fill:#854d0e99}.fill-yellow-800\/70{fill:#854d0eb3}.fill-yellow-800\/75{fill:#854d0ebf}.fill-yellow-800\/80{fill:#854d0ecc}.fill-yellow-800\/90{fill:#854d0ee6}.fill-yellow-800\/95{fill:#854d0ef2}.stroke-brown-100{stroke:#dfd7d3}.stroke-brown-100\/0{stroke:#dfd7d300}.stroke-brown-100\/10{stroke:#dfd7d31a}.stroke-brown-100\/100{stroke:#dfd7d3}.stroke-brown-100\/20{stroke:#dfd7d333}.stroke-brown-100\/25{stroke:#dfd7d340}.stroke-brown-100\/30{stroke:#dfd7d34d}.stroke-brown-100\/40{stroke:#dfd7d366}.stroke-brown-100\/5{stroke:#dfd7d30d}.stroke-brown-100\/50{stroke:#dfd7d380}.stroke-brown-100\/60{stroke:#dfd7d399}.stroke-brown-100\/70{stroke:#dfd7d3b3}.stroke-brown-100\/75{stroke:#dfd7d3bf}.stroke-brown-100\/80{stroke:#dfd7d3cc}.stroke-brown-100\/90{stroke:#dfd7d3e6}.stroke-brown-100\/95{stroke:#dfd7d3f2}.stroke-brown-200{stroke:#bfb0a6}.stroke-brown-200\/0{stroke:#bfb0a600}.stroke-brown-200\/10{stroke:#bfb0a61a}.stroke-brown-200\/100{stroke:#bfb0a6}.stroke-brown-200\/20{stroke:#bfb0a633}.stroke-brown-200\/25{stroke:#bfb0a640}.stroke-brown-200\/30{stroke:#bfb0a64d}.stroke-brown-200\/40{stroke:#bfb0a666}.stroke-brown-200\/5{stroke:#bfb0a60d}.stroke-brown-200\/50{stroke:#bfb0a680}.stroke-brown-200\/60{stroke:#bfb0a699}.stroke-brown-200\/70{stroke:#bfb0a6b3}.stroke-brown-200\/75{stroke:#bfb0a6bf}.stroke-brown-200\/80{stroke:#bfb0a6cc}.stroke-brown-200\/90{stroke:#bfb0a6e6}.stroke-brown-200\/95{stroke:#bfb0a6f2}.stroke-brown-300{stroke:#9f887a}.stroke-brown-300\/0{stroke:#9f887a00}.stroke-brown-300\/10{stroke:#9f887a1a}.stroke-brown-300\/100{stroke:#9f887a}.stroke-brown-300\/20{stroke:#9f887a33}.stroke-brown-300\/25{stroke:#9f887a40}.stroke-brown-300\/30{stroke:#9f887a4d}.stroke-brown-300\/40{stroke:#9f887a66}.stroke-brown-300\/5{stroke:#9f887a0d}.stroke-brown-300\/50{stroke:#9f887a80}.stroke-brown-300\/60{stroke:#9f887a99}.stroke-brown-300\/70{stroke:#9f887ab3}.stroke-brown-300\/75{stroke:#9f887abf}.stroke-brown-300\/80{stroke:#9f887acc}.stroke-brown-300\/90{stroke:#9f887ae6}.stroke-brown-300\/95{stroke:#9f887af2}.stroke-brown-400{stroke:#796558}.stroke-brown-400\/0{stroke:#79655800}.stroke-brown-400\/10{stroke:#7965581a}.stroke-brown-400\/100{stroke:#796558}.stroke-brown-400\/20{stroke:#79655833}.stroke-brown-400\/25{stroke:#79655840}.stroke-brown-400\/30{stroke:#7965584d}.stroke-brown-400\/40{stroke:#79655866}.stroke-brown-400\/5{stroke:#7965580d}.stroke-brown-400\/50{stroke:#79655880}.stroke-brown-400\/60{stroke:#79655899}.stroke-brown-400\/70{stroke:#796558b3}.stroke-brown-400\/75{stroke:#796558bf}.stroke-brown-400\/80{stroke:#796558cc}.stroke-brown-400\/90{stroke:#796558e6}.stroke-brown-400\/95{stroke:#796558f2}.stroke-brown-500{stroke:#4c3f37}.stroke-brown-500\/0{stroke:#4c3f3700}.stroke-brown-500\/10{stroke:#4c3f371a}.stroke-brown-500\/100{stroke:#4c3f37}.stroke-brown-500\/20{stroke:#4c3f3733}.stroke-brown-500\/25{stroke:#4c3f3740}.stroke-brown-500\/30{stroke:#4c3f374d}.stroke-brown-500\/40{stroke:#4c3f3766}.stroke-brown-500\/5{stroke:#4c3f370d}.stroke-brown-500\/50{stroke:#4c3f3780}.stroke-brown-500\/60{stroke:#4c3f3799}.stroke-brown-500\/70{stroke:#4c3f37b3}.stroke-brown-500\/75{stroke:#4c3f37bf}.stroke-brown-500\/80{stroke:#4c3f37cc}.stroke-brown-500\/90{stroke:#4c3f37e6}.stroke-brown-500\/95{stroke:#4c3f37f2}.stroke-brown-600{stroke:#3e342d}.stroke-brown-600\/0{stroke:#3e342d00}.stroke-brown-600\/10{stroke:#3e342d1a}.stroke-brown-600\/100{stroke:#3e342d}.stroke-brown-600\/20{stroke:#3e342d33}.stroke-brown-600\/25{stroke:#3e342d40}.stroke-brown-600\/30{stroke:#3e342d4d}.stroke-brown-600\/40{stroke:#3e342d66}.stroke-brown-600\/5{stroke:#3e342d0d}.stroke-brown-600\/50{stroke:#3e342d80}.stroke-brown-600\/60{stroke:#3e342d99}.stroke-brown-600\/70{stroke:#3e342db3}.stroke-brown-600\/75{stroke:#3e342dbf}.stroke-brown-600\/80{stroke:#3e342dcc}.stroke-brown-600\/90{stroke:#3e342de6}.stroke-brown-600\/95{stroke:#3e342df2}.stroke-brown-700{stroke:#2c2520}.stroke-brown-700\/0{stroke:#2c252000}.stroke-brown-700\/10{stroke:#2c25201a}.stroke-brown-700\/100{stroke:#2c2520}.stroke-brown-700\/20{stroke:#2c252033}.stroke-brown-700\/25{stroke:#2c252040}.stroke-brown-700\/30{stroke:#2c25204d}.stroke-brown-700\/40{stroke:#2c252066}.stroke-brown-700\/5{stroke:#2c25200d}.stroke-brown-700\/50{stroke:#2c252080}.stroke-brown-700\/60{stroke:#2c252099}.stroke-brown-700\/70{stroke:#2c2520b3}.stroke-brown-700\/75{stroke:#2c2520bf}.stroke-brown-700\/80{stroke:#2c2520cc}.stroke-brown-700\/90{stroke:#2c2520e6}.stroke-brown-700\/95{stroke:#2c2520f2}.stroke-brown-800{stroke:#1e1915}.stroke-brown-800\/0{stroke:#1e191500}.stroke-brown-800\/10{stroke:#1e19151a}.stroke-brown-800\/100{stroke:#1e1915}.stroke-brown-800\/20{stroke:#1e191533}.stroke-brown-800\/25{stroke:#1e191540}.stroke-brown-800\/30{stroke:#1e19154d}.stroke-brown-800\/40{stroke:#1e191566}.stroke-brown-800\/5{stroke:#1e19150d}.stroke-brown-800\/50{stroke:#1e191580}.stroke-brown-800\/60{stroke:#1e191599}.stroke-brown-800\/70{stroke:#1e1915b3}.stroke-brown-800\/75{stroke:#1e1915bf}.stroke-brown-800\/80{stroke:#1e1915cc}.stroke-brown-800\/90{stroke:#1e1915e6}.stroke-brown-800\/95{stroke:#1e1915f2}.stroke-brown-900{stroke:#0f0c0b}.stroke-brown-900\/0{stroke:#0f0c0b00}.stroke-brown-900\/10{stroke:#0f0c0b1a}.stroke-brown-900\/100{stroke:#0f0c0b}.stroke-brown-900\/20{stroke:#0f0c0b33}.stroke-brown-900\/25{stroke:#0f0c0b40}.stroke-brown-900\/30{stroke:#0f0c0b4d}.stroke-brown-900\/40{stroke:#0f0c0b66}.stroke-brown-900\/5{stroke:#0f0c0b0d}.stroke-brown-900\/50{stroke:#0f0c0b80}.stroke-brown-900\/60{stroke:#0f0c0b99}.stroke-brown-900\/70{stroke:#0f0c0bb3}.stroke-brown-900\/75{stroke:#0f0c0bbf}.stroke-brown-900\/80{stroke:#0f0c0bcc}.stroke-brown-900\/90{stroke:#0f0c0be6}.stroke-brown-900\/95{stroke:#0f0c0bf2}.stroke-green-100{stroke:#e1f1da}.stroke-green-100\/0{stroke:#e1f1da00}.stroke-green-100\/10{stroke:#e1f1da1a}.stroke-green-100\/100{stroke:#e1f1da}.stroke-green-100\/20{stroke:#e1f1da33}.stroke-green-100\/25{stroke:#e1f1da40}.stroke-green-100\/30{stroke:#e1f1da4d}.stroke-green-100\/40{stroke:#e1f1da66}.stroke-green-100\/5{stroke:#e1f1da0d}.stroke-green-100\/50{stroke:#e1f1da80}.stroke-green-100\/60{stroke:#e1f1da99}.stroke-green-100\/70{stroke:#e1f1dab3}.stroke-green-100\/75{stroke:#e1f1dabf}.stroke-green-100\/80{stroke:#e1f1dacc}.stroke-green-100\/90{stroke:#e1f1dae6}.stroke-green-100\/95{stroke:#e1f1daf2}.stroke-green-200{stroke:#c1e1b2}.stroke-green-200\/0{stroke:#c1e1b200}.stroke-green-200\/10{stroke:#c1e1b21a}.stroke-green-200\/100{stroke:#c1e1b2}.stroke-green-200\/20{stroke:#c1e1b233}.stroke-green-200\/25{stroke:#c1e1b240}.stroke-green-200\/30{stroke:#c1e1b24d}.stroke-green-200\/40{stroke:#c1e1b266}.stroke-green-200\/5{stroke:#c1e1b20d}.stroke-green-200\/50{stroke:#c1e1b280}.stroke-green-200\/60{stroke:#c1e1b299}.stroke-green-200\/70{stroke:#c1e1b2b3}.stroke-green-200\/75{stroke:#c1e1b2bf}.stroke-green-200\/80{stroke:#c1e1b2cc}.stroke-green-200\/90{stroke:#c1e1b2e6}.stroke-green-200\/95{stroke:#c1e1b2f2}.stroke-green-300{stroke:#a3d38d}.stroke-green-300\/0{stroke:#a3d38d00}.stroke-green-300\/10{stroke:#a3d38d1a}.stroke-green-300\/100{stroke:#a3d38d}.stroke-green-300\/20{stroke:#a3d38d33}.stroke-green-300\/25{stroke:#a3d38d40}.stroke-green-300\/30{stroke:#a3d38d4d}.stroke-green-300\/40{stroke:#a3d38d66}.stroke-green-300\/5{stroke:#a3d38d0d}.stroke-green-300\/50{stroke:#a3d38d80}.stroke-green-300\/60{stroke:#a3d38d99}.stroke-green-300\/70{stroke:#a3d38db3}.stroke-green-300\/75{stroke:#a3d38dbf}.stroke-green-300\/80{stroke:#a3d38dcc}.stroke-green-300\/90{stroke:#a3d38de6}.stroke-green-300\/95{stroke:#a3d38df2}.stroke-green-400{stroke:#83c364}.stroke-green-400\/0{stroke:#83c36400}.stroke-green-400\/10{stroke:#83c3641a}.stroke-green-400\/100{stroke:#83c364}.stroke-green-400\/20{stroke:#83c36433}.stroke-green-400\/25{stroke:#83c36440}.stroke-green-400\/30{stroke:#83c3644d}.stroke-green-400\/40{stroke:#83c36466}.stroke-green-400\/5{stroke:#83c3640d}.stroke-green-400\/50{stroke:#83c36480}.stroke-green-400\/60{stroke:#83c36499}.stroke-green-400\/70{stroke:#83c364b3}.stroke-green-400\/75{stroke:#83c364bf}.stroke-green-400\/80{stroke:#83c364cc}.stroke-green-400\/90{stroke:#83c364e6}.stroke-green-400\/95{stroke:#83c364f2}.stroke-green-500{stroke:#67b044}.stroke-green-500\/0{stroke:#67b04400}.stroke-green-500\/10{stroke:#67b0441a}.stroke-green-500\/100{stroke:#67b044}.stroke-green-500\/20{stroke:#67b04433}.stroke-green-500\/25{stroke:#67b04440}.stroke-green-500\/30{stroke:#67b0444d}.stroke-green-500\/40{stroke:#67b04466}.stroke-green-500\/5{stroke:#67b0440d}.stroke-green-500\/50{stroke:#67b04480}.stroke-green-500\/60{stroke:#67b04499}.stroke-green-500\/70{stroke:#67b044b3}.stroke-green-500\/75{stroke:#67b044bf}.stroke-green-500\/80{stroke:#67b044cc}.stroke-green-500\/90{stroke:#67b044e6}.stroke-green-500\/95{stroke:#67b044f2}.stroke-green-600{stroke:#518c36}.stroke-green-600\/0{stroke:#518c3600}.stroke-green-600\/10{stroke:#518c361a}.stroke-green-600\/100{stroke:#518c36}.stroke-green-600\/20{stroke:#518c3633}.stroke-green-600\/25{stroke:#518c3640}.stroke-green-600\/30{stroke:#518c364d}.stroke-green-600\/40{stroke:#518c3666}.stroke-green-600\/5{stroke:#518c360d}.stroke-green-600\/50{stroke:#518c3680}.stroke-green-600\/60{stroke:#518c3699}.stroke-green-600\/70{stroke:#518c36b3}.stroke-green-600\/75{stroke:#518c36bf}.stroke-green-600\/80{stroke:#518c36cc}.stroke-green-600\/90{stroke:#518c36e6}.stroke-green-600\/95{stroke:#518c36f2}.stroke-green-700{stroke:#3e6b29}.stroke-green-700\/0{stroke:#3e6b2900}.stroke-green-700\/10{stroke:#3e6b291a}.stroke-green-700\/100{stroke:#3e6b29}.stroke-green-700\/20{stroke:#3e6b2933}.stroke-green-700\/25{stroke:#3e6b2940}.stroke-green-700\/30{stroke:#3e6b294d}.stroke-green-700\/40{stroke:#3e6b2966}.stroke-green-700\/5{stroke:#3e6b290d}.stroke-green-700\/50{stroke:#3e6b2980}.stroke-green-700\/60{stroke:#3e6b2999}.stroke-green-700\/70{stroke:#3e6b29b3}.stroke-green-700\/75{stroke:#3e6b29bf}.stroke-green-700\/80{stroke:#3e6b29cc}.stroke-green-700\/90{stroke:#3e6b29e6}.stroke-green-700\/95{stroke:#3e6b29f2}.stroke-green-800{stroke:#29461b}.stroke-green-800\/0{stroke:#29461b00}.stroke-green-800\/10{stroke:#29461b1a}.stroke-green-800\/100{stroke:#29461b}.stroke-green-800\/20{stroke:#29461b33}.stroke-green-800\/25{stroke:#29461b40}.stroke-green-800\/30{stroke:#29461b4d}.stroke-green-800\/40{stroke:#29461b66}.stroke-green-800\/5{stroke:#29461b0d}.stroke-green-800\/50{stroke:#29461b80}.stroke-green-800\/60{stroke:#29461b99}.stroke-green-800\/70{stroke:#29461bb3}.stroke-green-800\/75{stroke:#29461bbf}.stroke-green-800\/80{stroke:#29461bcc}.stroke-green-800\/90{stroke:#29461be6}.stroke-green-800\/95{stroke:#29461bf2}.stroke-green-900{stroke:#15250e}.stroke-green-900\/0{stroke:#15250e00}.stroke-green-900\/10{stroke:#15250e1a}.stroke-green-900\/100{stroke:#15250e}.stroke-green-900\/20{stroke:#15250e33}.stroke-green-900\/25{stroke:#15250e40}.stroke-green-900\/30{stroke:#15250e4d}.stroke-green-900\/40{stroke:#15250e66}.stroke-green-900\/5{stroke:#15250e0d}.stroke-green-900\/50{stroke:#15250e80}.stroke-green-900\/60{stroke:#15250e99}.stroke-green-900\/70{stroke:#15250eb3}.stroke-green-900\/75{stroke:#15250ebf}.stroke-green-900\/80{stroke:#15250ecc}.stroke-green-900\/90{stroke:#15250ee6}.stroke-green-900\/95{stroke:#15250ef2}.stroke-orange-100{stroke:#ffedd5}.stroke-orange-100\/0{stroke:#ffedd500}.stroke-orange-100\/10{stroke:#ffedd51a}.stroke-orange-100\/100{stroke:#ffedd5}.stroke-orange-100\/20{stroke:#ffedd533}.stroke-orange-100\/25{stroke:#ffedd540}.stroke-orange-100\/30{stroke:#ffedd54d}.stroke-orange-100\/40{stroke:#ffedd566}.stroke-orange-100\/5{stroke:#ffedd50d}.stroke-orange-100\/50{stroke:#ffedd580}.stroke-orange-100\/60{stroke:#ffedd599}.stroke-orange-100\/70{stroke:#ffedd5b3}.stroke-orange-100\/75{stroke:#ffedd5bf}.stroke-orange-100\/80{stroke:#ffedd5cc}.stroke-orange-100\/90{stroke:#ffedd5e6}.stroke-orange-100\/95{stroke:#ffedd5f2}.stroke-orange-200{stroke:#fed7aa}.stroke-orange-200\/0{stroke:#fed7aa00}.stroke-orange-200\/10{stroke:#fed7aa1a}.stroke-orange-200\/100{stroke:#fed7aa}.stroke-orange-200\/20{stroke:#fed7aa33}.stroke-orange-200\/25{stroke:#fed7aa40}.stroke-orange-200\/30{stroke:#fed7aa4d}.stroke-orange-200\/40{stroke:#fed7aa66}.stroke-orange-200\/5{stroke:#fed7aa0d}.stroke-orange-200\/50{stroke:#fed7aa80}.stroke-orange-200\/60{stroke:#fed7aa99}.stroke-orange-200\/70{stroke:#fed7aab3}.stroke-orange-200\/75{stroke:#fed7aabf}.stroke-orange-200\/80{stroke:#fed7aacc}.stroke-orange-200\/90{stroke:#fed7aae6}.stroke-orange-200\/95{stroke:#fed7aaf2}.stroke-orange-300{stroke:#fdba74}.stroke-orange-300\/0{stroke:#fdba7400}.stroke-orange-300\/10{stroke:#fdba741a}.stroke-orange-300\/100{stroke:#fdba74}.stroke-orange-300\/20{stroke:#fdba7433}.stroke-orange-300\/25{stroke:#fdba7440}.stroke-orange-300\/30{stroke:#fdba744d}.stroke-orange-300\/40{stroke:#fdba7466}.stroke-orange-300\/5{stroke:#fdba740d}.stroke-orange-300\/50{stroke:#fdba7480}.stroke-orange-300\/60{stroke:#fdba7499}.stroke-orange-300\/70{stroke:#fdba74b3}.stroke-orange-300\/75{stroke:#fdba74bf}.stroke-orange-300\/80{stroke:#fdba74cc}.stroke-orange-300\/90{stroke:#fdba74e6}.stroke-orange-300\/95{stroke:#fdba74f2}.stroke-orange-400{stroke:#fb923c}.stroke-orange-400\/0{stroke:#fb923c00}.stroke-orange-400\/10{stroke:#fb923c1a}.stroke-orange-400\/100{stroke:#fb923c}.stroke-orange-400\/20{stroke:#fb923c33}.stroke-orange-400\/25{stroke:#fb923c40}.stroke-orange-400\/30{stroke:#fb923c4d}.stroke-orange-400\/40{stroke:#fb923c66}.stroke-orange-400\/5{stroke:#fb923c0d}.stroke-orange-400\/50{stroke:#fb923c80}.stroke-orange-400\/60{stroke:#fb923c99}.stroke-orange-400\/70{stroke:#fb923cb3}.stroke-orange-400\/75{stroke:#fb923cbf}.stroke-orange-400\/80{stroke:#fb923ccc}.stroke-orange-400\/90{stroke:#fb923ce6}.stroke-orange-400\/95{stroke:#fb923cf2}.stroke-orange-500{stroke:#f97316}.stroke-orange-500\/0{stroke:#f9731600}.stroke-orange-500\/10{stroke:#f973161a}.stroke-orange-500\/100{stroke:#f97316}.stroke-orange-500\/20{stroke:#f9731633}.stroke-orange-500\/25{stroke:#f9731640}.stroke-orange-500\/30{stroke:#f973164d}.stroke-orange-500\/40{stroke:#f9731666}.stroke-orange-500\/5{stroke:#f973160d}.stroke-orange-500\/50{stroke:#f9731680}.stroke-orange-500\/60{stroke:#f9731699}.stroke-orange-500\/70{stroke:#f97316b3}.stroke-orange-500\/75{stroke:#f97316bf}.stroke-orange-500\/80{stroke:#f97316cc}.stroke-orange-500\/90{stroke:#f97316e6}.stroke-orange-500\/95{stroke:#f97316f2}.stroke-orange-600{stroke:#ea580c}.stroke-orange-600\/0{stroke:#ea580c00}.stroke-orange-600\/10{stroke:#ea580c1a}.stroke-orange-600\/100{stroke:#ea580c}.stroke-orange-600\/20{stroke:#ea580c33}.stroke-orange-600\/25{stroke:#ea580c40}.stroke-orange-600\/30{stroke:#ea580c4d}.stroke-orange-600\/40{stroke:#ea580c66}.stroke-orange-600\/5{stroke:#ea580c0d}.stroke-orange-600\/50{stroke:#ea580c80}.stroke-orange-600\/60{stroke:#ea580c99}.stroke-orange-600\/70{stroke:#ea580cb3}.stroke-orange-600\/75{stroke:#ea580cbf}.stroke-orange-600\/80{stroke:#ea580ccc}.stroke-orange-600\/90{stroke:#ea580ce6}.stroke-orange-600\/95{stroke:#ea580cf2}.stroke-orange-700{stroke:#c2410c}.stroke-orange-700\/0{stroke:#c2410c00}.stroke-orange-700\/10{stroke:#c2410c1a}.stroke-orange-700\/100{stroke:#c2410c}.stroke-orange-700\/20{stroke:#c2410c33}.stroke-orange-700\/25{stroke:#c2410c40}.stroke-orange-700\/30{stroke:#c2410c4d}.stroke-orange-700\/40{stroke:#c2410c66}.stroke-orange-700\/5{stroke:#c2410c0d}.stroke-orange-700\/50{stroke:#c2410c80}.stroke-orange-700\/60{stroke:#c2410c99}.stroke-orange-700\/70{stroke:#c2410cb3}.stroke-orange-700\/75{stroke:#c2410cbf}.stroke-orange-700\/80{stroke:#c2410ccc}.stroke-orange-700\/90{stroke:#c2410ce6}.stroke-orange-700\/95{stroke:#c2410cf2}.stroke-orange-800{stroke:#9a3412}.stroke-orange-800\/0{stroke:#9a341200}.stroke-orange-800\/10{stroke:#9a34121a}.stroke-orange-800\/100{stroke:#9a3412}.stroke-orange-800\/20{stroke:#9a341233}.stroke-orange-800\/25{stroke:#9a341240}.stroke-orange-800\/30{stroke:#9a34124d}.stroke-orange-800\/40{stroke:#9a341266}.stroke-orange-800\/5{stroke:#9a34120d}.stroke-orange-800\/50{stroke:#9a341280}.stroke-orange-800\/60{stroke:#9a341299}.stroke-orange-800\/70{stroke:#9a3412b3}.stroke-orange-800\/75{stroke:#9a3412bf}.stroke-orange-800\/80{stroke:#9a3412cc}.stroke-orange-800\/90{stroke:#9a3412e6}.stroke-orange-800\/95{stroke:#9a3412f2}.stroke-orange-900{stroke:#7c2d12}.stroke-orange-900\/0{stroke:#7c2d1200}.stroke-orange-900\/10{stroke:#7c2d121a}.stroke-orange-900\/100{stroke:#7c2d12}.stroke-orange-900\/20{stroke:#7c2d1233}.stroke-orange-900\/25{stroke:#7c2d1240}.stroke-orange-900\/30{stroke:#7c2d124d}.stroke-orange-900\/40{stroke:#7c2d1266}.stroke-orange-900\/5{stroke:#7c2d120d}.stroke-orange-900\/50{stroke:#7c2d1280}.stroke-orange-900\/60{stroke:#7c2d1299}.stroke-orange-900\/70{stroke:#7c2d12b3}.stroke-orange-900\/75{stroke:#7c2d12bf}.stroke-orange-900\/80{stroke:#7c2d12cc}.stroke-orange-900\/90{stroke:#7c2d12e6}.stroke-orange-900\/95{stroke:#7c2d12f2}.stroke-red-100{stroke:#fee2e2}.stroke-red-100\/0{stroke:#fee2e200}.stroke-red-100\/10{stroke:#fee2e21a}.stroke-red-100\/100{stroke:#fee2e2}.stroke-red-100\/20{stroke:#fee2e233}.stroke-red-100\/25{stroke:#fee2e240}.stroke-red-100\/30{stroke:#fee2e24d}.stroke-red-100\/40{stroke:#fee2e266}.stroke-red-100\/5{stroke:#fee2e20d}.stroke-red-100\/50{stroke:#fee2e280}.stroke-red-100\/60{stroke:#fee2e299}.stroke-red-100\/70{stroke:#fee2e2b3}.stroke-red-100\/75{stroke:#fee2e2bf}.stroke-red-100\/80{stroke:#fee2e2cc}.stroke-red-100\/90{stroke:#fee2e2e6}.stroke-red-100\/95{stroke:#fee2e2f2}.stroke-red-200{stroke:#fecaca}.stroke-red-200\/0{stroke:#fecaca00}.stroke-red-200\/10{stroke:#fecaca1a}.stroke-red-200\/100{stroke:#fecaca}.stroke-red-200\/20{stroke:#fecaca33}.stroke-red-200\/25{stroke:#fecaca40}.stroke-red-200\/30{stroke:#fecaca4d}.stroke-red-200\/40{stroke:#fecaca66}.stroke-red-200\/5{stroke:#fecaca0d}.stroke-red-200\/50{stroke:#fecaca80}.stroke-red-200\/60{stroke:#fecaca99}.stroke-red-200\/70{stroke:#fecacab3}.stroke-red-200\/75{stroke:#fecacabf}.stroke-red-200\/80{stroke:#fecacacc}.stroke-red-200\/90{stroke:#fecacae6}.stroke-red-200\/95{stroke:#fecacaf2}.stroke-red-300{stroke:#fca5a5}.stroke-red-300\/0{stroke:#fca5a500}.stroke-red-300\/10{stroke:#fca5a51a}.stroke-red-300\/100{stroke:#fca5a5}.stroke-red-300\/20{stroke:#fca5a533}.stroke-red-300\/25{stroke:#fca5a540}.stroke-red-300\/30{stroke:#fca5a54d}.stroke-red-300\/40{stroke:#fca5a566}.stroke-red-300\/5{stroke:#fca5a50d}.stroke-red-300\/50{stroke:#fca5a580}.stroke-red-300\/60{stroke:#fca5a599}.stroke-red-300\/70{stroke:#fca5a5b3}.stroke-red-300\/75{stroke:#fca5a5bf}.stroke-red-300\/80{stroke:#fca5a5cc}.stroke-red-300\/90{stroke:#fca5a5e6}.stroke-red-300\/95{stroke:#fca5a5f2}.stroke-red-400{stroke:#f87171}.stroke-red-400\/0{stroke:#f8717100}.stroke-red-400\/10{stroke:#f871711a}.stroke-red-400\/100{stroke:#f87171}.stroke-red-400\/20{stroke:#f8717133}.stroke-red-400\/25{stroke:#f8717140}.stroke-red-400\/30{stroke:#f871714d}.stroke-red-400\/40{stroke:#f8717166}.stroke-red-400\/5{stroke:#f871710d}.stroke-red-400\/50{stroke:#f8717180}.stroke-red-400\/60{stroke:#f8717199}.stroke-red-400\/70{stroke:#f87171b3}.stroke-red-400\/75{stroke:#f87171bf}.stroke-red-400\/80{stroke:#f87171cc}.stroke-red-400\/90{stroke:#f87171e6}.stroke-red-400\/95{stroke:#f87171f2}.stroke-red-500{stroke:#ef4444}.stroke-red-500\/0{stroke:#ef444400}.stroke-red-500\/10{stroke:#ef44441a}.stroke-red-500\/100{stroke:#ef4444}.stroke-red-500\/20{stroke:#ef444433}.stroke-red-500\/25{stroke:#ef444440}.stroke-red-500\/30{stroke:#ef44444d}.stroke-red-500\/40{stroke:#ef444466}.stroke-red-500\/5{stroke:#ef44440d}.stroke-red-500\/50{stroke:#ef444480}.stroke-red-500\/60{stroke:#ef444499}.stroke-red-500\/70{stroke:#ef4444b3}.stroke-red-500\/75{stroke:#ef4444bf}.stroke-red-500\/80{stroke:#ef4444cc}.stroke-red-500\/90{stroke:#ef4444e6}.stroke-red-500\/95{stroke:#ef4444f2}.stroke-red-600{stroke:#dc2626}.stroke-red-600\/0{stroke:#dc262600}.stroke-red-600\/10{stroke:#dc26261a}.stroke-red-600\/100{stroke:#dc2626}.stroke-red-600\/20{stroke:#dc262633}.stroke-red-600\/25{stroke:#dc262640}.stroke-red-600\/30{stroke:#dc26264d}.stroke-red-600\/40{stroke:#dc262666}.stroke-red-600\/5{stroke:#dc26260d}.stroke-red-600\/50{stroke:#dc262680}.stroke-red-600\/60{stroke:#dc262699}.stroke-red-600\/70{stroke:#dc2626b3}.stroke-red-600\/75{stroke:#dc2626bf}.stroke-red-600\/80{stroke:#dc2626cc}.stroke-red-600\/90{stroke:#dc2626e6}.stroke-red-600\/95{stroke:#dc2626f2}.stroke-red-700{stroke:#b91c1c}.stroke-red-700\/0{stroke:#b91c1c00}.stroke-red-700\/10{stroke:#b91c1c1a}.stroke-red-700\/100{stroke:#b91c1c}.stroke-red-700\/20{stroke:#b91c1c33}.stroke-red-700\/25{stroke:#b91c1c40}.stroke-red-700\/30{stroke:#b91c1c4d}.stroke-red-700\/40{stroke:#b91c1c66}.stroke-red-700\/5{stroke:#b91c1c0d}.stroke-red-700\/50{stroke:#b91c1c80}.stroke-red-700\/60{stroke:#b91c1c99}.stroke-red-700\/70{stroke:#b91c1cb3}.stroke-red-700\/75{stroke:#b91c1cbf}.stroke-red-700\/80{stroke:#b91c1ccc}.stroke-red-700\/90{stroke:#b91c1ce6}.stroke-red-700\/95{stroke:#b91c1cf2}.stroke-red-800{stroke:#991b1b}.stroke-red-800\/0{stroke:#991b1b00}.stroke-red-800\/10{stroke:#991b1b1a}.stroke-red-800\/100{stroke:#991b1b}.stroke-red-800\/20{stroke:#991b1b33}.stroke-red-800\/25{stroke:#991b1b40}.stroke-red-800\/30{stroke:#991b1b4d}.stroke-red-800\/40{stroke:#991b1b66}.stroke-red-800\/5{stroke:#991b1b0d}.stroke-red-800\/50{stroke:#991b1b80}.stroke-red-800\/60{stroke:#991b1b99}.stroke-red-800\/70{stroke:#991b1bb3}.stroke-red-800\/75{stroke:#991b1bbf}.stroke-red-800\/80{stroke:#991b1bcc}.stroke-red-800\/90{stroke:#991b1be6}.stroke-red-800\/95{stroke:#991b1bf2}.stroke-red-900{stroke:#7f1d1d}.stroke-red-900\/0{stroke:#7f1d1d00}.stroke-red-900\/10{stroke:#7f1d1d1a}.stroke-red-900\/100{stroke:#7f1d1d}.stroke-red-900\/20{stroke:#7f1d1d33}.stroke-red-900\/25{stroke:#7f1d1d40}.stroke-red-900\/30{stroke:#7f1d1d4d}.stroke-red-900\/40{stroke:#7f1d1d66}.stroke-red-900\/5{stroke:#7f1d1d0d}.stroke-red-900\/50{stroke:#7f1d1d80}.stroke-red-900\/60{stroke:#7f1d1d99}.stroke-red-900\/70{stroke:#7f1d1db3}.stroke-red-900\/75{stroke:#7f1d1dbf}.stroke-red-900\/80{stroke:#7f1d1dcc}.stroke-red-900\/90{stroke:#7f1d1de6}.stroke-red-900\/95{stroke:#7f1d1df2}.stroke-white{stroke:#fff}.stroke-white\/0{stroke:#fff0}.stroke-white\/10{stroke:#ffffff1a}.stroke-white\/100{stroke:#fff}.stroke-white\/20{stroke:#fff3}.stroke-white\/25{stroke:#ffffff40}.stroke-white\/30{stroke:#ffffff4d}.stroke-white\/40{stroke:#fff6}.stroke-white\/5{stroke:#ffffff0d}.stroke-white\/50{stroke:#ffffff80}.stroke-white\/60{stroke:#fff9}.stroke-white\/70{stroke:#ffffffb3}.stroke-white\/75{stroke:#ffffffbf}.stroke-white\/80{stroke:#fffc}.stroke-white\/90{stroke:#ffffffe6}.stroke-white\/95{stroke:#fffffff2}.stroke-yellow-100{stroke:#fef9c3}.stroke-yellow-100\/0{stroke:#fef9c300}.stroke-yellow-100\/10{stroke:#fef9c31a}.stroke-yellow-100\/100{stroke:#fef9c3}.stroke-yellow-100\/20{stroke:#fef9c333}.stroke-yellow-100\/25{stroke:#fef9c340}.stroke-yellow-100\/30{stroke:#fef9c34d}.stroke-yellow-100\/40{stroke:#fef9c366}.stroke-yellow-100\/5{stroke:#fef9c30d}.stroke-yellow-100\/50{stroke:#fef9c380}.stroke-yellow-100\/60{stroke:#fef9c399}.stroke-yellow-100\/70{stroke:#fef9c3b3}.stroke-yellow-100\/75{stroke:#fef9c3bf}.stroke-yellow-100\/80{stroke:#fef9c3cc}.stroke-yellow-100\/90{stroke:#fef9c3e6}.stroke-yellow-100\/95{stroke:#fef9c3f2}.stroke-yellow-200{stroke:#fef08a}.stroke-yellow-200\/0{stroke:#fef08a00}.stroke-yellow-200\/10{stroke:#fef08a1a}.stroke-yellow-200\/100{stroke:#fef08a}.stroke-yellow-200\/20{stroke:#fef08a33}.stroke-yellow-200\/25{stroke:#fef08a40}.stroke-yellow-200\/30{stroke:#fef08a4d}.stroke-yellow-200\/40{stroke:#fef08a66}.stroke-yellow-200\/5{stroke:#fef08a0d}.stroke-yellow-200\/50{stroke:#fef08a80}.stroke-yellow-200\/60{stroke:#fef08a99}.stroke-yellow-200\/70{stroke:#fef08ab3}.stroke-yellow-200\/75{stroke:#fef08abf}.stroke-yellow-200\/80{stroke:#fef08acc}.stroke-yellow-200\/90{stroke:#fef08ae6}.stroke-yellow-200\/95{stroke:#fef08af2}.stroke-yellow-300{stroke:#fde047}.stroke-yellow-300\/0{stroke:#fde04700}.stroke-yellow-300\/10{stroke:#fde0471a}.stroke-yellow-300\/100{stroke:#fde047}.stroke-yellow-300\/20{stroke:#fde04733}.stroke-yellow-300\/25{stroke:#fde04740}.stroke-yellow-300\/30{stroke:#fde0474d}.stroke-yellow-300\/40{stroke:#fde04766}.stroke-yellow-300\/5{stroke:#fde0470d}.stroke-yellow-300\/50{stroke:#fde04780}.stroke-yellow-300\/60{stroke:#fde04799}.stroke-yellow-300\/70{stroke:#fde047b3}.stroke-yellow-300\/75{stroke:#fde047bf}.stroke-yellow-300\/80{stroke:#fde047cc}.stroke-yellow-300\/90{stroke:#fde047e6}.stroke-yellow-300\/95{stroke:#fde047f2}.stroke-yellow-400{stroke:#facc15}.stroke-yellow-400\/0{stroke:#facc1500}.stroke-yellow-400\/10{stroke:#facc151a}.stroke-yellow-400\/100{stroke:#facc15}.stroke-yellow-400\/20{stroke:#facc1533}.stroke-yellow-400\/25{stroke:#facc1540}.stroke-yellow-400\/30{stroke:#facc154d}.stroke-yellow-400\/40{stroke:#facc1566}.stroke-yellow-400\/5{stroke:#facc150d}.stroke-yellow-400\/50{stroke:#facc1580}.stroke-yellow-400\/60{stroke:#facc1599}.stroke-yellow-400\/70{stroke:#facc15b3}.stroke-yellow-400\/75{stroke:#facc15bf}.stroke-yellow-400\/80{stroke:#facc15cc}.stroke-yellow-400\/90{stroke:#facc15e6}.stroke-yellow-400\/95{stroke:#facc15f2}.stroke-yellow-50{stroke:#fefce8}.stroke-yellow-50\/0{stroke:#fefce800}.stroke-yellow-50\/10{stroke:#fefce81a}.stroke-yellow-50\/100{stroke:#fefce8}.stroke-yellow-50\/20{stroke:#fefce833}.stroke-yellow-50\/25{stroke:#fefce840}.stroke-yellow-50\/30{stroke:#fefce84d}.stroke-yellow-50\/40{stroke:#fefce866}.stroke-yellow-50\/5{stroke:#fefce80d}.stroke-yellow-50\/50{stroke:#fefce880}.stroke-yellow-50\/60{stroke:#fefce899}.stroke-yellow-50\/70{stroke:#fefce8b3}.stroke-yellow-50\/75{stroke:#fefce8bf}.stroke-yellow-50\/80{stroke:#fefce8cc}.stroke-yellow-50\/90{stroke:#fefce8e6}.stroke-yellow-50\/95{stroke:#fefce8f2}.stroke-yellow-500{stroke:#eab308}.stroke-yellow-500\/0{stroke:#eab30800}.stroke-yellow-500\/10{stroke:#eab3081a}.stroke-yellow-500\/100{stroke:#eab308}.stroke-yellow-500\/20{stroke:#eab30833}.stroke-yellow-500\/25{stroke:#eab30840}.stroke-yellow-500\/30{stroke:#eab3084d}.stroke-yellow-500\/40{stroke:#eab30866}.stroke-yellow-500\/5{stroke:#eab3080d}.stroke-yellow-500\/50{stroke:#eab30880}.stroke-yellow-500\/60{stroke:#eab30899}.stroke-yellow-500\/70{stroke:#eab308b3}.stroke-yellow-500\/75{stroke:#eab308bf}.stroke-yellow-500\/80{stroke:#eab308cc}.stroke-yellow-500\/90{stroke:#eab308e6}.stroke-yellow-500\/95{stroke:#eab308f2}.stroke-yellow-600{stroke:#ca8a04}.stroke-yellow-600\/0{stroke:#ca8a0400}.stroke-yellow-600\/10{stroke:#ca8a041a}.stroke-yellow-600\/100{stroke:#ca8a04}.stroke-yellow-600\/20{stroke:#ca8a0433}.stroke-yellow-600\/25{stroke:#ca8a0440}.stroke-yellow-600\/30{stroke:#ca8a044d}.stroke-yellow-600\/40{stroke:#ca8a0466}.stroke-yellow-600\/5{stroke:#ca8a040d}.stroke-yellow-600\/50{stroke:#ca8a0480}.stroke-yellow-600\/60{stroke:#ca8a0499}.stroke-yellow-600\/70{stroke:#ca8a04b3}.stroke-yellow-600\/75{stroke:#ca8a04bf}.stroke-yellow-600\/80{stroke:#ca8a04cc}.stroke-yellow-600\/90{stroke:#ca8a04e6}.stroke-yellow-600\/95{stroke:#ca8a04f2}.stroke-yellow-700{stroke:#a16207}.stroke-yellow-700\/0{stroke:#a1620700}.stroke-yellow-700\/10{stroke:#a162071a}.stroke-yellow-700\/100{stroke:#a16207}.stroke-yellow-700\/20{stroke:#a1620733}.stroke-yellow-700\/25{stroke:#a1620740}.stroke-yellow-700\/30{stroke:#a162074d}.stroke-yellow-700\/40{stroke:#a1620766}.stroke-yellow-700\/5{stroke:#a162070d}.stroke-yellow-700\/50{stroke:#a1620780}.stroke-yellow-700\/60{stroke:#a1620799}.stroke-yellow-700\/70{stroke:#a16207b3}.stroke-yellow-700\/75{stroke:#a16207bf}.stroke-yellow-700\/80{stroke:#a16207cc}.stroke-yellow-700\/90{stroke:#a16207e6}.stroke-yellow-700\/95{stroke:#a16207f2}.stroke-yellow-800{stroke:#854d0e}.stroke-yellow-800\/0{stroke:#854d0e00}.stroke-yellow-800\/10{stroke:#854d0e1a}.stroke-yellow-800\/100{stroke:#854d0e}.stroke-yellow-800\/20{stroke:#854d0e33}.stroke-yellow-800\/25{stroke:#854d0e40}.stroke-yellow-800\/30{stroke:#854d0e4d}.stroke-yellow-800\/40{stroke:#854d0e66}.stroke-yellow-800\/5{stroke:#854d0e0d}.stroke-yellow-800\/50{stroke:#854d0e80}.stroke-yellow-800\/60{stroke:#854d0e99}.stroke-yellow-800\/70{stroke:#854d0eb3}.stroke-yellow-800\/75{stroke:#854d0ebf}.stroke-yellow-800\/80{stroke:#854d0ecc}.stroke-yellow-800\/90{stroke:#854d0ee6}.stroke-yellow-800\/95{stroke:#854d0ef2}.stroke-yellow-900{stroke:#713f12}.stroke-yellow-900\/0{stroke:#713f1200}.stroke-yellow-900\/10{stroke:#713f121a}.stroke-yellow-900\/100{stroke:#713f12}.stroke-yellow-900\/20{stroke:#713f1233}.stroke-yellow-900\/25{stroke:#713f1240}.stroke-yellow-900\/30{stroke:#713f124d}.stroke-yellow-900\/40{stroke:#713f1266}.stroke-yellow-900\/5{stroke:#713f120d}.stroke-yellow-900\/50{stroke:#713f1280}.stroke-yellow-900\/60{stroke:#713f1299}.stroke-yellow-900\/70{stroke:#713f12b3}.stroke-yellow-900\/75{stroke:#713f12bf}.stroke-yellow-900\/80{stroke:#713f12cc}.stroke-yellow-900\/90{stroke:#713f12e6}.stroke-yellow-900\/95{stroke:#713f12f2}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-\[1px\]{padding-bottom:1px}.pl-1{padding-left:.25rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.leading-6{line-height:1.5rem}.text-brown-100{--tw-text-opacity: 1;color:rgb(223 215 211 / var(--tw-text-opacity))}.text-brown-100\/0{color:#dfd7d300}.text-brown-100\/10{color:#dfd7d31a}.text-brown-100\/100{color:#dfd7d3}.text-brown-100\/20{color:#dfd7d333}.text-brown-100\/25{color:#dfd7d340}.text-brown-100\/30{color:#dfd7d34d}.text-brown-100\/40{color:#dfd7d366}.text-brown-100\/5{color:#dfd7d30d}.text-brown-100\/50{color:#dfd7d380}.text-brown-100\/60{color:#dfd7d399}.text-brown-100\/70{color:#dfd7d3b3}.text-brown-100\/75{color:#dfd7d3bf}.text-brown-100\/80{color:#dfd7d3cc}.text-brown-100\/90{color:#dfd7d3e6}.text-brown-100\/95{color:#dfd7d3f2}.text-brown-200{--tw-text-opacity: 1;color:rgb(191 176 166 / var(--tw-text-opacity))}.text-brown-200\/0{color:#bfb0a600}.text-brown-200\/10{color:#bfb0a61a}.text-brown-200\/100{color:#bfb0a6}.text-brown-200\/20{color:#bfb0a633}.text-brown-200\/25{color:#bfb0a640}.text-brown-200\/30{color:#bfb0a64d}.text-brown-200\/40{color:#bfb0a666}.text-brown-200\/5{color:#bfb0a60d}.text-brown-200\/50{color:#bfb0a680}.text-brown-200\/60{color:#bfb0a699}.text-brown-200\/70{color:#bfb0a6b3}.text-brown-200\/75{color:#bfb0a6bf}.text-brown-200\/80{color:#bfb0a6cc}.text-brown-200\/90{color:#bfb0a6e6}.text-brown-200\/95{color:#bfb0a6f2}.text-brown-300{--tw-text-opacity: 1;color:rgb(159 136 122 / var(--tw-text-opacity))}.text-brown-300\/0{color:#9f887a00}.text-brown-300\/10{color:#9f887a1a}.text-brown-300\/100{color:#9f887a}.text-brown-300\/20{color:#9f887a33}.text-brown-300\/25{color:#9f887a40}.text-brown-300\/30{color:#9f887a4d}.text-brown-300\/40{color:#9f887a66}.text-brown-300\/5{color:#9f887a0d}.text-brown-300\/50{color:#9f887a80}.text-brown-300\/60{color:#9f887a99}.text-brown-300\/70{color:#9f887ab3}.text-brown-300\/75{color:#9f887abf}.text-brown-300\/80{color:#9f887acc}.text-brown-300\/90{color:#9f887ae6}.text-brown-300\/95{color:#9f887af2}.text-brown-400{--tw-text-opacity: 1;color:rgb(121 101 88 / var(--tw-text-opacity))}.text-brown-400\/0{color:#79655800}.text-brown-400\/10{color:#7965581a}.text-brown-400\/100{color:#796558}.text-brown-400\/20{color:#79655833}.text-brown-400\/25{color:#79655840}.text-brown-400\/30{color:#7965584d}.text-brown-400\/40{color:#79655866}.text-brown-400\/5{color:#7965580d}.text-brown-400\/50{color:#79655880}.text-brown-400\/60{color:#79655899}.text-brown-400\/70{color:#796558b3}.text-brown-400\/75{color:#796558bf}.text-brown-400\/80{color:#796558cc}.text-brown-400\/90{color:#796558e6}.text-brown-400\/95{color:#796558f2}.text-brown-500{--tw-text-opacity: 1;color:rgb(76 63 55 / var(--tw-text-opacity))}.text-brown-500\/0{color:#4c3f3700}.text-brown-500\/10{color:#4c3f371a}.text-brown-500\/100{color:#4c3f37}.text-brown-500\/20{color:#4c3f3733}.text-brown-500\/25{color:#4c3f3740}.text-brown-500\/30{color:#4c3f374d}.text-brown-500\/40{color:#4c3f3766}.text-brown-500\/5{color:#4c3f370d}.text-brown-500\/50{color:#4c3f3780}.text-brown-500\/60{color:#4c3f3799}.text-brown-500\/70{color:#4c3f37b3}.text-brown-500\/75{color:#4c3f37bf}.text-brown-500\/80{color:#4c3f37cc}.text-brown-500\/90{color:#4c3f37e6}.text-brown-500\/95{color:#4c3f37f2}.text-brown-600{--tw-text-opacity: 1;color:rgb(62 52 45 / var(--tw-text-opacity))}.text-brown-600\/0{color:#3e342d00}.text-brown-600\/10{color:#3e342d1a}.text-brown-600\/100{color:#3e342d}.text-brown-600\/20{color:#3e342d33}.text-brown-600\/25{color:#3e342d40}.text-brown-600\/30{color:#3e342d4d}.text-brown-600\/40{color:#3e342d66}.text-brown-600\/5{color:#3e342d0d}.text-brown-600\/50{color:#3e342d80}.text-brown-600\/60{color:#3e342d99}.text-brown-600\/70{color:#3e342db3}.text-brown-600\/75{color:#3e342dbf}.text-brown-600\/80{color:#3e342dcc}.text-brown-600\/90{color:#3e342de6}.text-brown-600\/95{color:#3e342df2}.text-brown-700{--tw-text-opacity: 1;color:rgb(44 37 32 / var(--tw-text-opacity))}.text-brown-700\/0{color:#2c252000}.text-brown-700\/10{color:#2c25201a}.text-brown-700\/100{color:#2c2520}.text-brown-700\/20{color:#2c252033}.text-brown-700\/25{color:#2c252040}.text-brown-700\/30{color:#2c25204d}.text-brown-700\/40{color:#2c252066}.text-brown-700\/5{color:#2c25200d}.text-brown-700\/50{color:#2c252080}.text-brown-700\/60{color:#2c252099}.text-brown-700\/70{color:#2c2520b3}.text-brown-700\/75{color:#2c2520bf}.text-brown-700\/80{color:#2c2520cc}.text-brown-700\/90{color:#2c2520e6}.text-brown-700\/95{color:#2c2520f2}.text-brown-800{--tw-text-opacity: 1;color:rgb(30 25 21 / var(--tw-text-opacity))}.text-brown-800\/0{color:#1e191500}.text-brown-800\/10{color:#1e19151a}.text-brown-800\/100{color:#1e1915}.text-brown-800\/20{color:#1e191533}.text-brown-800\/25{color:#1e191540}.text-brown-800\/30{color:#1e19154d}.text-brown-800\/40{color:#1e191566}.text-brown-800\/5{color:#1e19150d}.text-brown-800\/50{color:#1e191580}.text-brown-800\/60{color:#1e191599}.text-brown-800\/70{color:#1e1915b3}.text-brown-800\/75{color:#1e1915bf}.text-brown-800\/80{color:#1e1915cc}.text-brown-800\/90{color:#1e1915e6}.text-brown-800\/95{color:#1e1915f2}.text-brown-900{--tw-text-opacity: 1;color:rgb(15 12 11 / var(--tw-text-opacity))}.text-brown-900\/0{color:#0f0c0b00}.text-brown-900\/10{color:#0f0c0b1a}.text-brown-900\/100{color:#0f0c0b}.text-brown-900\/20{color:#0f0c0b33}.text-brown-900\/25{color:#0f0c0b40}.text-brown-900\/30{color:#0f0c0b4d}.text-brown-900\/40{color:#0f0c0b66}.text-brown-900\/5{color:#0f0c0b0d}.text-brown-900\/50{color:#0f0c0b80}.text-brown-900\/60{color:#0f0c0b99}.text-brown-900\/70{color:#0f0c0bb3}.text-brown-900\/75{color:#0f0c0bbf}.text-brown-900\/80{color:#0f0c0bcc}.text-brown-900\/90{color:#0f0c0be6}.text-brown-900\/95{color:#0f0c0bf2}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-100{--tw-text-opacity: 1;color:rgb(225 241 218 / var(--tw-text-opacity))}.text-green-100\/0{color:#e1f1da00}.text-green-100\/10{color:#e1f1da1a}.text-green-100\/100{color:#e1f1da}.text-green-100\/20{color:#e1f1da33}.text-green-100\/25{color:#e1f1da40}.text-green-100\/30{color:#e1f1da4d}.text-green-100\/40{color:#e1f1da66}.text-green-100\/5{color:#e1f1da0d}.text-green-100\/50{color:#e1f1da80}.text-green-100\/60{color:#e1f1da99}.text-green-100\/70{color:#e1f1dab3}.text-green-100\/75{color:#e1f1dabf}.text-green-100\/80{color:#e1f1dacc}.text-green-100\/90{color:#e1f1dae6}.text-green-100\/95{color:#e1f1daf2}.text-green-200{--tw-text-opacity: 1;color:rgb(193 225 178 / var(--tw-text-opacity))}.text-green-200\/0{color:#c1e1b200}.text-green-200\/10{color:#c1e1b21a}.text-green-200\/100{color:#c1e1b2}.text-green-200\/20{color:#c1e1b233}.text-green-200\/25{color:#c1e1b240}.text-green-200\/30{color:#c1e1b24d}.text-green-200\/40{color:#c1e1b266}.text-green-200\/5{color:#c1e1b20d}.text-green-200\/50{color:#c1e1b280}.text-green-200\/60{color:#c1e1b299}.text-green-200\/70{color:#c1e1b2b3}.text-green-200\/75{color:#c1e1b2bf}.text-green-200\/80{color:#c1e1b2cc}.text-green-200\/90{color:#c1e1b2e6}.text-green-200\/95{color:#c1e1b2f2}.text-green-300{--tw-text-opacity: 1;color:rgb(163 211 141 / var(--tw-text-opacity))}.text-green-300\/0{color:#a3d38d00}.text-green-300\/10{color:#a3d38d1a}.text-green-300\/100{color:#a3d38d}.text-green-300\/20{color:#a3d38d33}.text-green-300\/25{color:#a3d38d40}.text-green-300\/30{color:#a3d38d4d}.text-green-300\/40{color:#a3d38d66}.text-green-300\/5{color:#a3d38d0d}.text-green-300\/50{color:#a3d38d80}.text-green-300\/60{color:#a3d38d99}.text-green-300\/70{color:#a3d38db3}.text-green-300\/75{color:#a3d38dbf}.text-green-300\/80{color:#a3d38dcc}.text-green-300\/90{color:#a3d38de6}.text-green-300\/95{color:#a3d38df2}.text-green-400{--tw-text-opacity: 1;color:rgb(131 195 100 / var(--tw-text-opacity))}.text-green-400\/0{color:#83c36400}.text-green-400\/10{color:#83c3641a}.text-green-400\/100{color:#83c364}.text-green-400\/20{color:#83c36433}.text-green-400\/25{color:#83c36440}.text-green-400\/30{color:#83c3644d}.text-green-400\/40{color:#83c36466}.text-green-400\/5{color:#83c3640d}.text-green-400\/50{color:#83c36480}.text-green-400\/60{color:#83c36499}.text-green-400\/70{color:#83c364b3}.text-green-400\/75{color:#83c364bf}.text-green-400\/80{color:#83c364cc}.text-green-400\/90{color:#83c364e6}.text-green-400\/95{color:#83c364f2}.text-green-500{--tw-text-opacity: 1;color:rgb(103 176 68 / var(--tw-text-opacity))}.text-green-500\/0{color:#67b04400}.text-green-500\/10{color:#67b0441a}.text-green-500\/100{color:#67b044}.text-green-500\/20{color:#67b04433}.text-green-500\/25{color:#67b04440}.text-green-500\/30{color:#67b0444d}.text-green-500\/40{color:#67b04466}.text-green-500\/5{color:#67b0440d}.text-green-500\/50{color:#67b04480}.text-green-500\/60{color:#67b04499}.text-green-500\/70{color:#67b044b3}.text-green-500\/75{color:#67b044bf}.text-green-500\/80{color:#67b044cc}.text-green-500\/90{color:#67b044e6}.text-green-500\/95{color:#67b044f2}.text-green-600{--tw-text-opacity: 1;color:rgb(81 140 54 / var(--tw-text-opacity))}.text-green-600\/0{color:#518c3600}.text-green-600\/10{color:#518c361a}.text-green-600\/100{color:#518c36}.text-green-600\/20{color:#518c3633}.text-green-600\/25{color:#518c3640}.text-green-600\/30{color:#518c364d}.text-green-600\/40{color:#518c3666}.text-green-600\/5{color:#518c360d}.text-green-600\/50{color:#518c3680}.text-green-600\/60{color:#518c3699}.text-green-600\/70{color:#518c36b3}.text-green-600\/75{color:#518c36bf}.text-green-600\/80{color:#518c36cc}.text-green-600\/90{color:#518c36e6}.text-green-600\/95{color:#518c36f2}.text-green-700{--tw-text-opacity: 1;color:rgb(62 107 41 / var(--tw-text-opacity))}.text-green-700\/0{color:#3e6b2900}.text-green-700\/10{color:#3e6b291a}.text-green-700\/100{color:#3e6b29}.text-green-700\/20{color:#3e6b2933}.text-green-700\/25{color:#3e6b2940}.text-green-700\/30{color:#3e6b294d}.text-green-700\/40{color:#3e6b2966}.text-green-700\/5{color:#3e6b290d}.text-green-700\/50{color:#3e6b2980}.text-green-700\/60{color:#3e6b2999}.text-green-700\/70{color:#3e6b29b3}.text-green-700\/75{color:#3e6b29bf}.text-green-700\/80{color:#3e6b29cc}.text-green-700\/90{color:#3e6b29e6}.text-green-700\/95{color:#3e6b29f2}.text-green-800{--tw-text-opacity: 1;color:rgb(41 70 27 / var(--tw-text-opacity))}.text-green-800\/0{color:#29461b00}.text-green-800\/10{color:#29461b1a}.text-green-800\/100{color:#29461b}.text-green-800\/20{color:#29461b33}.text-green-800\/25{color:#29461b40}.text-green-800\/30{color:#29461b4d}.text-green-800\/40{color:#29461b66}.text-green-800\/5{color:#29461b0d}.text-green-800\/50{color:#29461b80}.text-green-800\/60{color:#29461b99}.text-green-800\/70{color:#29461bb3}.text-green-800\/75{color:#29461bbf}.text-green-800\/80{color:#29461bcc}.text-green-800\/90{color:#29461be6}.text-green-800\/95{color:#29461bf2}.text-green-900{--tw-text-opacity: 1;color:rgb(21 37 14 / var(--tw-text-opacity))}.text-green-900\/0{color:#15250e00}.text-green-900\/10{color:#15250e1a}.text-green-900\/100{color:#15250e}.text-green-900\/20{color:#15250e33}.text-green-900\/25{color:#15250e40}.text-green-900\/30{color:#15250e4d}.text-green-900\/40{color:#15250e66}.text-green-900\/5{color:#15250e0d}.text-green-900\/50{color:#15250e80}.text-green-900\/60{color:#15250e99}.text-green-900\/70{color:#15250eb3}.text-green-900\/75{color:#15250ebf}.text-green-900\/80{color:#15250ecc}.text-green-900\/90{color:#15250ee6}.text-green-900\/95{color:#15250ef2}.text-orange-100{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity))}.text-orange-100\/0{color:#ffedd500}.text-orange-100\/10{color:#ffedd51a}.text-orange-100\/100{color:#ffedd5}.text-orange-100\/20{color:#ffedd533}.text-orange-100\/25{color:#ffedd540}.text-orange-100\/30{color:#ffedd54d}.text-orange-100\/40{color:#ffedd566}.text-orange-100\/5{color:#ffedd50d}.text-orange-100\/50{color:#ffedd580}.text-orange-100\/60{color:#ffedd599}.text-orange-100\/70{color:#ffedd5b3}.text-orange-100\/75{color:#ffedd5bf}.text-orange-100\/80{color:#ffedd5cc}.text-orange-100\/90{color:#ffedd5e6}.text-orange-100\/95{color:#ffedd5f2}.text-orange-200{--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity))}.text-orange-200\/0{color:#fed7aa00}.text-orange-200\/10{color:#fed7aa1a}.text-orange-200\/100{color:#fed7aa}.text-orange-200\/20{color:#fed7aa33}.text-orange-200\/25{color:#fed7aa40}.text-orange-200\/30{color:#fed7aa4d}.text-orange-200\/40{color:#fed7aa66}.text-orange-200\/5{color:#fed7aa0d}.text-orange-200\/50{color:#fed7aa80}.text-orange-200\/60{color:#fed7aa99}.text-orange-200\/70{color:#fed7aab3}.text-orange-200\/75{color:#fed7aabf}.text-orange-200\/80{color:#fed7aacc}.text-orange-200\/90{color:#fed7aae6}.text-orange-200\/95{color:#fed7aaf2}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity))}.text-orange-300\/0{color:#fdba7400}.text-orange-300\/10{color:#fdba741a}.text-orange-300\/100{color:#fdba74}.text-orange-300\/20{color:#fdba7433}.text-orange-300\/25{color:#fdba7440}.text-orange-300\/30{color:#fdba744d}.text-orange-300\/40{color:#fdba7466}.text-orange-300\/5{color:#fdba740d}.text-orange-300\/50{color:#fdba7480}.text-orange-300\/60{color:#fdba7499}.text-orange-300\/70{color:#fdba74b3}.text-orange-300\/75{color:#fdba74bf}.text-orange-300\/80{color:#fdba74cc}.text-orange-300\/90{color:#fdba74e6}.text-orange-300\/95{color:#fdba74f2}.text-orange-400{--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}.text-orange-400\/0{color:#fb923c00}.text-orange-400\/10{color:#fb923c1a}.text-orange-400\/100{color:#fb923c}.text-orange-400\/20{color:#fb923c33}.text-orange-400\/25{color:#fb923c40}.text-orange-400\/30{color:#fb923c4d}.text-orange-400\/40{color:#fb923c66}.text-orange-400\/5{color:#fb923c0d}.text-orange-400\/50{color:#fb923c80}.text-orange-400\/60{color:#fb923c99}.text-orange-400\/70{color:#fb923cb3}.text-orange-400\/75{color:#fb923cbf}.text-orange-400\/80{color:#fb923ccc}.text-orange-400\/90{color:#fb923ce6}.text-orange-400\/95{color:#fb923cf2}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.text-orange-500\/0{color:#f9731600}.text-orange-500\/10{color:#f973161a}.text-orange-500\/100{color:#f97316}.text-orange-500\/20{color:#f9731633}.text-orange-500\/25{color:#f9731640}.text-orange-500\/30{color:#f973164d}.text-orange-500\/40{color:#f9731666}.text-orange-500\/5{color:#f973160d}.text-orange-500\/50{color:#f9731680}.text-orange-500\/60{color:#f9731699}.text-orange-500\/70{color:#f97316b3}.text-orange-500\/75{color:#f97316bf}.text-orange-500\/80{color:#f97316cc}.text-orange-500\/90{color:#f97316e6}.text-orange-500\/95{color:#f97316f2}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-orange-600\/0{color:#ea580c00}.text-orange-600\/10{color:#ea580c1a}.text-orange-600\/100{color:#ea580c}.text-orange-600\/20{color:#ea580c33}.text-orange-600\/25{color:#ea580c40}.text-orange-600\/30{color:#ea580c4d}.text-orange-600\/40{color:#ea580c66}.text-orange-600\/5{color:#ea580c0d}.text-orange-600\/50{color:#ea580c80}.text-orange-600\/60{color:#ea580c99}.text-orange-600\/70{color:#ea580cb3}.text-orange-600\/75{color:#ea580cbf}.text-orange-600\/80{color:#ea580ccc}.text-orange-600\/90{color:#ea580ce6}.text-orange-600\/95{color:#ea580cf2}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.text-orange-700\/0{color:#c2410c00}.text-orange-700\/10{color:#c2410c1a}.text-orange-700\/100{color:#c2410c}.text-orange-700\/20{color:#c2410c33}.text-orange-700\/25{color:#c2410c40}.text-orange-700\/30{color:#c2410c4d}.text-orange-700\/40{color:#c2410c66}.text-orange-700\/5{color:#c2410c0d}.text-orange-700\/50{color:#c2410c80}.text-orange-700\/60{color:#c2410c99}.text-orange-700\/70{color:#c2410cb3}.text-orange-700\/75{color:#c2410cbf}.text-orange-700\/80{color:#c2410ccc}.text-orange-700\/90{color:#c2410ce6}.text-orange-700\/95{color:#c2410cf2}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity))}.text-orange-800\/0{color:#9a341200}.text-orange-800\/10{color:#9a34121a}.text-orange-800\/100{color:#9a3412}.text-orange-800\/20{color:#9a341233}.text-orange-800\/25{color:#9a341240}.text-orange-800\/30{color:#9a34124d}.text-orange-800\/40{color:#9a341266}.text-orange-800\/5{color:#9a34120d}.text-orange-800\/50{color:#9a341280}.text-orange-800\/60{color:#9a341299}.text-orange-800\/70{color:#9a3412b3}.text-orange-800\/75{color:#9a3412bf}.text-orange-800\/80{color:#9a3412cc}.text-orange-800\/90{color:#9a3412e6}.text-orange-800\/95{color:#9a3412f2}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity))}.text-orange-900\/0{color:#7c2d1200}.text-orange-900\/10{color:#7c2d121a}.text-orange-900\/100{color:#7c2d12}.text-orange-900\/20{color:#7c2d1233}.text-orange-900\/25{color:#7c2d1240}.text-orange-900\/30{color:#7c2d124d}.text-orange-900\/40{color:#7c2d1266}.text-orange-900\/5{color:#7c2d120d}.text-orange-900\/50{color:#7c2d1280}.text-orange-900\/60{color:#7c2d1299}.text-orange-900\/70{color:#7c2d12b3}.text-orange-900\/75{color:#7c2d12bf}.text-orange-900\/80{color:#7c2d12cc}.text-orange-900\/90{color:#7c2d12e6}.text-orange-900\/95{color:#7c2d12f2}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}.text-red-100\/0{color:#fee2e200}.text-red-100\/10{color:#fee2e21a}.text-red-100\/100{color:#fee2e2}.text-red-100\/20{color:#fee2e233}.text-red-100\/25{color:#fee2e240}.text-red-100\/30{color:#fee2e24d}.text-red-100\/40{color:#fee2e266}.text-red-100\/5{color:#fee2e20d}.text-red-100\/50{color:#fee2e280}.text-red-100\/60{color:#fee2e299}.text-red-100\/70{color:#fee2e2b3}.text-red-100\/75{color:#fee2e2bf}.text-red-100\/80{color:#fee2e2cc}.text-red-100\/90{color:#fee2e2e6}.text-red-100\/95{color:#fee2e2f2}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.text-red-200\/0{color:#fecaca00}.text-red-200\/10{color:#fecaca1a}.text-red-200\/100{color:#fecaca}.text-red-200\/20{color:#fecaca33}.text-red-200\/25{color:#fecaca40}.text-red-200\/30{color:#fecaca4d}.text-red-200\/40{color:#fecaca66}.text-red-200\/5{color:#fecaca0d}.text-red-200\/50{color:#fecaca80}.text-red-200\/60{color:#fecaca99}.text-red-200\/70{color:#fecacab3}.text-red-200\/75{color:#fecacabf}.text-red-200\/80{color:#fecacacc}.text-red-200\/90{color:#fecacae6}.text-red-200\/95{color:#fecacaf2}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-red-300\/0{color:#fca5a500}.text-red-300\/10{color:#fca5a51a}.text-red-300\/100{color:#fca5a5}.text-red-300\/20{color:#fca5a533}.text-red-300\/25{color:#fca5a540}.text-red-300\/30{color:#fca5a54d}.text-red-300\/40{color:#fca5a566}.text-red-300\/5{color:#fca5a50d}.text-red-300\/50{color:#fca5a580}.text-red-300\/60{color:#fca5a599}.text-red-300\/70{color:#fca5a5b3}.text-red-300\/75{color:#fca5a5bf}.text-red-300\/80{color:#fca5a5cc}.text-red-300\/90{color:#fca5a5e6}.text-red-300\/95{color:#fca5a5f2}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-red-400\/0{color:#f8717100}.text-red-400\/10{color:#f871711a}.text-red-400\/100{color:#f87171}.text-red-400\/20{color:#f8717133}.text-red-400\/25{color:#f8717140}.text-red-400\/30{color:#f871714d}.text-red-400\/40{color:#f8717166}.text-red-400\/5{color:#f871710d}.text-red-400\/50{color:#f8717180}.text-red-400\/60{color:#f8717199}.text-red-400\/70{color:#f87171b3}.text-red-400\/75{color:#f87171bf}.text-red-400\/80{color:#f87171cc}.text-red-400\/90{color:#f87171e6}.text-red-400\/95{color:#f87171f2}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-500\/0{color:#ef444400}.text-red-500\/10{color:#ef44441a}.text-red-500\/100{color:#ef4444}.text-red-500\/20{color:#ef444433}.text-red-500\/25{color:#ef444440}.text-red-500\/30{color:#ef44444d}.text-red-500\/40{color:#ef444466}.text-red-500\/5{color:#ef44440d}.text-red-500\/50{color:#ef444480}.text-red-500\/60{color:#ef444499}.text-red-500\/70{color:#ef4444b3}.text-red-500\/75{color:#ef4444bf}.text-red-500\/80{color:#ef4444cc}.text-red-500\/90{color:#ef4444e6}.text-red-500\/95{color:#ef4444f2}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-600\/0{color:#dc262600}.text-red-600\/10{color:#dc26261a}.text-red-600\/100{color:#dc2626}.text-red-600\/20{color:#dc262633}.text-red-600\/25{color:#dc262640}.text-red-600\/30{color:#dc26264d}.text-red-600\/40{color:#dc262666}.text-red-600\/5{color:#dc26260d}.text-red-600\/50{color:#dc262680}.text-red-600\/60{color:#dc262699}.text-red-600\/70{color:#dc2626b3}.text-red-600\/75{color:#dc2626bf}.text-red-600\/80{color:#dc2626cc}.text-red-600\/90{color:#dc2626e6}.text-red-600\/95{color:#dc2626f2}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-700\/0{color:#b91c1c00}.text-red-700\/10{color:#b91c1c1a}.text-red-700\/100{color:#b91c1c}.text-red-700\/20{color:#b91c1c33}.text-red-700\/25{color:#b91c1c40}.text-red-700\/30{color:#b91c1c4d}.text-red-700\/40{color:#b91c1c66}.text-red-700\/5{color:#b91c1c0d}.text-red-700\/50{color:#b91c1c80}.text-red-700\/60{color:#b91c1c99}.text-red-700\/70{color:#b91c1cb3}.text-red-700\/75{color:#b91c1cbf}.text-red-700\/80{color:#b91c1ccc}.text-red-700\/90{color:#b91c1ce6}.text-red-700\/95{color:#b91c1cf2}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-red-800\/0{color:#991b1b00}.text-red-800\/10{color:#991b1b1a}.text-red-800\/100{color:#991b1b}.text-red-800\/20{color:#991b1b33}.text-red-800\/25{color:#991b1b40}.text-red-800\/30{color:#991b1b4d}.text-red-800\/40{color:#991b1b66}.text-red-800\/5{color:#991b1b0d}.text-red-800\/50{color:#991b1b80}.text-red-800\/60{color:#991b1b99}.text-red-800\/70{color:#991b1bb3}.text-red-800\/75{color:#991b1bbf}.text-red-800\/80{color:#991b1bcc}.text-red-800\/90{color:#991b1be6}.text-red-800\/95{color:#991b1bf2}.text-red-900{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity))}.text-red-900\/0{color:#7f1d1d00}.text-red-900\/10{color:#7f1d1d1a}.text-red-900\/100{color:#7f1d1d}.text-red-900\/20{color:#7f1d1d33}.text-red-900\/25{color:#7f1d1d40}.text-red-900\/30{color:#7f1d1d4d}.text-red-900\/40{color:#7f1d1d66}.text-red-900\/5{color:#7f1d1d0d}.text-red-900\/50{color:#7f1d1d80}.text-red-900\/60{color:#7f1d1d99}.text-red-900\/70{color:#7f1d1db3}.text-red-900\/75{color:#7f1d1dbf}.text-red-900\/80{color:#7f1d1dcc}.text-red-900\/90{color:#7f1d1de6}.text-red-900\/95{color:#7f1d1df2}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-white\/0{color:#fff0}.text-white\/10{color:#ffffff1a}.text-white\/100{color:#fff}.text-white\/20{color:#fff3}.text-white\/25{color:#ffffff40}.text-white\/30{color:#ffffff4d}.text-white\/40{color:#fff6}.text-white\/5{color:#ffffff0d}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.text-white\/95{color:#fffffff2}.text-yellow-100{--tw-text-opacity: 1;color:rgb(254 249 195 / var(--tw-text-opacity))}.text-yellow-100\/0{color:#fef9c300}.text-yellow-100\/10{color:#fef9c31a}.text-yellow-100\/100{color:#fef9c3}.text-yellow-100\/20{color:#fef9c333}.text-yellow-100\/25{color:#fef9c340}.text-yellow-100\/30{color:#fef9c34d}.text-yellow-100\/40{color:#fef9c366}.text-yellow-100\/5{color:#fef9c30d}.text-yellow-100\/50{color:#fef9c380}.text-yellow-100\/60{color:#fef9c399}.text-yellow-100\/70{color:#fef9c3b3}.text-yellow-100\/75{color:#fef9c3bf}.text-yellow-100\/80{color:#fef9c3cc}.text-yellow-100\/90{color:#fef9c3e6}.text-yellow-100\/95{color:#fef9c3f2}.text-yellow-200{--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity))}.text-yellow-200\/0{color:#fef08a00}.text-yellow-200\/10{color:#fef08a1a}.text-yellow-200\/100{color:#fef08a}.text-yellow-200\/20{color:#fef08a33}.text-yellow-200\/25{color:#fef08a40}.text-yellow-200\/30{color:#fef08a4d}.text-yellow-200\/40{color:#fef08a66}.text-yellow-200\/5{color:#fef08a0d}.text-yellow-200\/50{color:#fef08a80}.text-yellow-200\/60{color:#fef08a99}.text-yellow-200\/70{color:#fef08ab3}.text-yellow-200\/75{color:#fef08abf}.text-yellow-200\/80{color:#fef08acc}.text-yellow-200\/90{color:#fef08ae6}.text-yellow-200\/95{color:#fef08af2}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}.text-yellow-300\/0{color:#fde04700}.text-yellow-300\/10{color:#fde0471a}.text-yellow-300\/100{color:#fde047}.text-yellow-300\/20{color:#fde04733}.text-yellow-300\/25{color:#fde04740}.text-yellow-300\/30{color:#fde0474d}.text-yellow-300\/40{color:#fde04766}.text-yellow-300\/5{color:#fde0470d}.text-yellow-300\/50{color:#fde04780}.text-yellow-300\/60{color:#fde04799}.text-yellow-300\/70{color:#fde047b3}.text-yellow-300\/75{color:#fde047bf}.text-yellow-300\/80{color:#fde047cc}.text-yellow-300\/90{color:#fde047e6}.text-yellow-300\/95{color:#fde047f2}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.text-yellow-400\/0{color:#facc1500}.text-yellow-400\/10{color:#facc151a}.text-yellow-400\/100{color:#facc15}.text-yellow-400\/20{color:#facc1533}.text-yellow-400\/25{color:#facc1540}.text-yellow-400\/30{color:#facc154d}.text-yellow-400\/40{color:#facc1566}.text-yellow-400\/5{color:#facc150d}.text-yellow-400\/50{color:#facc1580}.text-yellow-400\/60{color:#facc1599}.text-yellow-400\/70{color:#facc15b3}.text-yellow-400\/75{color:#facc15bf}.text-yellow-400\/80{color:#facc15cc}.text-yellow-400\/90{color:#facc15e6}.text-yellow-400\/95{color:#facc15f2}.text-yellow-50{--tw-text-opacity: 1;color:rgb(254 252 232 / var(--tw-text-opacity))}.text-yellow-50\/0{color:#fefce800}.text-yellow-50\/10{color:#fefce81a}.text-yellow-50\/100{color:#fefce8}.text-yellow-50\/20{color:#fefce833}.text-yellow-50\/25{color:#fefce840}.text-yellow-50\/30{color:#fefce84d}.text-yellow-50\/40{color:#fefce866}.text-yellow-50\/5{color:#fefce80d}.text-yellow-50\/50{color:#fefce880}.text-yellow-50\/60{color:#fefce899}.text-yellow-50\/70{color:#fefce8b3}.text-yellow-50\/75{color:#fefce8bf}.text-yellow-50\/80{color:#fefce8cc}.text-yellow-50\/90{color:#fefce8e6}.text-yellow-50\/95{color:#fefce8f2}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-500\/0{color:#eab30800}.text-yellow-500\/10{color:#eab3081a}.text-yellow-500\/100{color:#eab308}.text-yellow-500\/20{color:#eab30833}.text-yellow-500\/25{color:#eab30840}.text-yellow-500\/30{color:#eab3084d}.text-yellow-500\/40{color:#eab30866}.text-yellow-500\/5{color:#eab3080d}.text-yellow-500\/50{color:#eab30880}.text-yellow-500\/60{color:#eab30899}.text-yellow-500\/70{color:#eab308b3}.text-yellow-500\/75{color:#eab308bf}.text-yellow-500\/80{color:#eab308cc}.text-yellow-500\/90{color:#eab308e6}.text-yellow-500\/95{color:#eab308f2}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-yellow-600\/0{color:#ca8a0400}.text-yellow-600\/10{color:#ca8a041a}.text-yellow-600\/100{color:#ca8a04}.text-yellow-600\/20{color:#ca8a0433}.text-yellow-600\/25{color:#ca8a0440}.text-yellow-600\/30{color:#ca8a044d}.text-yellow-600\/40{color:#ca8a0466}.text-yellow-600\/5{color:#ca8a040d}.text-yellow-600\/50{color:#ca8a0480}.text-yellow-600\/60{color:#ca8a0499}.text-yellow-600\/70{color:#ca8a04b3}.text-yellow-600\/75{color:#ca8a04bf}.text-yellow-600\/80{color:#ca8a04cc}.text-yellow-600\/90{color:#ca8a04e6}.text-yellow-600\/95{color:#ca8a04f2}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.text-yellow-700\/0{color:#a1620700}.text-yellow-700\/10{color:#a162071a}.text-yellow-700\/100{color:#a16207}.text-yellow-700\/20{color:#a1620733}.text-yellow-700\/25{color:#a1620740}.text-yellow-700\/30{color:#a162074d}.text-yellow-700\/40{color:#a1620766}.text-yellow-700\/5{color:#a162070d}.text-yellow-700\/50{color:#a1620780}.text-yellow-700\/60{color:#a1620799}.text-yellow-700\/70{color:#a16207b3}.text-yellow-700\/75{color:#a16207bf}.text-yellow-700\/80{color:#a16207cc}.text-yellow-700\/90{color:#a16207e6}.text-yellow-700\/95{color:#a16207f2}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.text-yellow-800\/0{color:#854d0e00}.text-yellow-800\/10{color:#854d0e1a}.text-yellow-800\/100{color:#854d0e}.text-yellow-800\/20{color:#854d0e33}.text-yellow-800\/25{color:#854d0e40}.text-yellow-800\/30{color:#854d0e4d}.text-yellow-800\/40{color:#854d0e66}.text-yellow-800\/5{color:#854d0e0d}.text-yellow-800\/50{color:#854d0e80}.text-yellow-800\/60{color:#854d0e99}.text-yellow-800\/70{color:#854d0eb3}.text-yellow-800\/75{color:#854d0ebf}.text-yellow-800\/80{color:#854d0ecc}.text-yellow-800\/90{color:#854d0ee6}.text-yellow-800\/95{color:#854d0ef2}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity))}.text-yellow-900\/0{color:#713f1200}.text-yellow-900\/10{color:#713f121a}.text-yellow-900\/100{color:#713f12}.text-yellow-900\/20{color:#713f1233}.text-yellow-900\/25{color:#713f1240}.text-yellow-900\/30{color:#713f124d}.text-yellow-900\/40{color:#713f1266}.text-yellow-900\/5{color:#713f120d}.text-yellow-900\/50{color:#713f1280}.text-yellow-900\/60{color:#713f1299}.text-yellow-900\/70{color:#713f12b3}.text-yellow-900\/75{color:#713f12bf}.text-yellow-900\/80{color:#713f12cc}.text-yellow-900\/90{color:#713f12e6}.text-yellow-900\/95{color:#713f12f2}.decoration-yellow-100{text-decoration-color:#fef9c3}.decoration-yellow-100\/0{text-decoration-color:#fef9c300}.decoration-yellow-100\/10{text-decoration-color:#fef9c31a}.decoration-yellow-100\/100{text-decoration-color:#fef9c3}.decoration-yellow-100\/20{text-decoration-color:#fef9c333}.decoration-yellow-100\/25{text-decoration-color:#fef9c340}.decoration-yellow-100\/30{text-decoration-color:#fef9c34d}.decoration-yellow-100\/40{text-decoration-color:#fef9c366}.decoration-yellow-100\/5{text-decoration-color:#fef9c30d}.decoration-yellow-100\/50{text-decoration-color:#fef9c380}.decoration-yellow-100\/60{text-decoration-color:#fef9c399}.decoration-yellow-100\/70{text-decoration-color:#fef9c3b3}.decoration-yellow-100\/75{text-decoration-color:#fef9c3bf}.decoration-yellow-100\/80{text-decoration-color:#fef9c3cc}.decoration-yellow-100\/90{text-decoration-color:#fef9c3e6}.decoration-yellow-100\/95{text-decoration-color:#fef9c3f2}.decoration-yellow-200{text-decoration-color:#fef08a}.decoration-yellow-200\/0{text-decoration-color:#fef08a00}.decoration-yellow-200\/10{text-decoration-color:#fef08a1a}.decoration-yellow-200\/100{text-decoration-color:#fef08a}.decoration-yellow-200\/20{text-decoration-color:#fef08a33}.decoration-yellow-200\/25{text-decoration-color:#fef08a40}.decoration-yellow-200\/30{text-decoration-color:#fef08a4d}.decoration-yellow-200\/40{text-decoration-color:#fef08a66}.decoration-yellow-200\/5{text-decoration-color:#fef08a0d}.decoration-yellow-200\/50{text-decoration-color:#fef08a80}.decoration-yellow-200\/60{text-decoration-color:#fef08a99}.decoration-yellow-200\/70{text-decoration-color:#fef08ab3}.decoration-yellow-200\/75{text-decoration-color:#fef08abf}.decoration-yellow-200\/80{text-decoration-color:#fef08acc}.decoration-yellow-200\/90{text-decoration-color:#fef08ae6}.decoration-yellow-200\/95{text-decoration-color:#fef08af2}.decoration-yellow-300{text-decoration-color:#fde047}.decoration-yellow-300\/0{text-decoration-color:#fde04700}.decoration-yellow-300\/10{text-decoration-color:#fde0471a}.decoration-yellow-300\/100{text-decoration-color:#fde047}.decoration-yellow-300\/20{text-decoration-color:#fde04733}.decoration-yellow-300\/25{text-decoration-color:#fde04740}.decoration-yellow-300\/30{text-decoration-color:#fde0474d}.decoration-yellow-300\/40{text-decoration-color:#fde04766}.decoration-yellow-300\/5{text-decoration-color:#fde0470d}.decoration-yellow-300\/50{text-decoration-color:#fde04780}.decoration-yellow-300\/60{text-decoration-color:#fde04799}.decoration-yellow-300\/70{text-decoration-color:#fde047b3}.decoration-yellow-300\/75{text-decoration-color:#fde047bf}.decoration-yellow-300\/80{text-decoration-color:#fde047cc}.decoration-yellow-300\/90{text-decoration-color:#fde047e6}.decoration-yellow-300\/95{text-decoration-color:#fde047f2}.decoration-yellow-400{text-decoration-color:#facc15}.decoration-yellow-400\/0{text-decoration-color:#facc1500}.decoration-yellow-400\/10{text-decoration-color:#facc151a}.decoration-yellow-400\/100{text-decoration-color:#facc15}.decoration-yellow-400\/20{text-decoration-color:#facc1533}.decoration-yellow-400\/25{text-decoration-color:#facc1540}.decoration-yellow-400\/30{text-decoration-color:#facc154d}.decoration-yellow-400\/40{text-decoration-color:#facc1566}.decoration-yellow-400\/5{text-decoration-color:#facc150d}.decoration-yellow-400\/50{text-decoration-color:#facc1580}.decoration-yellow-400\/60{text-decoration-color:#facc1599}.decoration-yellow-400\/70{text-decoration-color:#facc15b3}.decoration-yellow-400\/75{text-decoration-color:#facc15bf}.decoration-yellow-400\/80{text-decoration-color:#facc15cc}.decoration-yellow-400\/90{text-decoration-color:#facc15e6}.decoration-yellow-400\/95{text-decoration-color:#facc15f2}.decoration-yellow-50{text-decoration-color:#fefce8}.decoration-yellow-50\/0{text-decoration-color:#fefce800}.decoration-yellow-50\/10{text-decoration-color:#fefce81a}.decoration-yellow-50\/100{text-decoration-color:#fefce8}.decoration-yellow-50\/20{text-decoration-color:#fefce833}.decoration-yellow-50\/25{text-decoration-color:#fefce840}.decoration-yellow-50\/30{text-decoration-color:#fefce84d}.decoration-yellow-50\/40{text-decoration-color:#fefce866}.decoration-yellow-50\/5{text-decoration-color:#fefce80d}.decoration-yellow-50\/50{text-decoration-color:#fefce880}.decoration-yellow-50\/60{text-decoration-color:#fefce899}.decoration-yellow-50\/70{text-decoration-color:#fefce8b3}.decoration-yellow-50\/75{text-decoration-color:#fefce8bf}.decoration-yellow-50\/80{text-decoration-color:#fefce8cc}.decoration-yellow-50\/90{text-decoration-color:#fefce8e6}.decoration-yellow-50\/95{text-decoration-color:#fefce8f2}.decoration-yellow-500{text-decoration-color:#eab308}.decoration-yellow-500\/0{text-decoration-color:#eab30800}.decoration-yellow-500\/10{text-decoration-color:#eab3081a}.decoration-yellow-500\/100{text-decoration-color:#eab308}.decoration-yellow-500\/20{text-decoration-color:#eab30833}.decoration-yellow-500\/25{text-decoration-color:#eab30840}.decoration-yellow-500\/30{text-decoration-color:#eab3084d}.decoration-yellow-500\/40{text-decoration-color:#eab30866}.decoration-yellow-500\/5{text-decoration-color:#eab3080d}.decoration-yellow-500\/50{text-decoration-color:#eab30880}.decoration-yellow-500\/60{text-decoration-color:#eab30899}.decoration-yellow-500\/70{text-decoration-color:#eab308b3}.decoration-yellow-500\/75{text-decoration-color:#eab308bf}.decoration-yellow-500\/80{text-decoration-color:#eab308cc}.decoration-yellow-500\/90{text-decoration-color:#eab308e6}.decoration-yellow-500\/95{text-decoration-color:#eab308f2}.decoration-yellow-600{text-decoration-color:#ca8a04}.decoration-yellow-600\/0{text-decoration-color:#ca8a0400}.decoration-yellow-600\/10{text-decoration-color:#ca8a041a}.decoration-yellow-600\/100{text-decoration-color:#ca8a04}.decoration-yellow-600\/20{text-decoration-color:#ca8a0433}.decoration-yellow-600\/25{text-decoration-color:#ca8a0440}.decoration-yellow-600\/30{text-decoration-color:#ca8a044d}.decoration-yellow-600\/40{text-decoration-color:#ca8a0466}.decoration-yellow-600\/5{text-decoration-color:#ca8a040d}.decoration-yellow-600\/50{text-decoration-color:#ca8a0480}.decoration-yellow-600\/60{text-decoration-color:#ca8a0499}.decoration-yellow-600\/70{text-decoration-color:#ca8a04b3}.decoration-yellow-600\/75{text-decoration-color:#ca8a04bf}.decoration-yellow-600\/80{text-decoration-color:#ca8a04cc}.decoration-yellow-600\/90{text-decoration-color:#ca8a04e6}.decoration-yellow-600\/95{text-decoration-color:#ca8a04f2}.decoration-yellow-800{text-decoration-color:#854d0e}.decoration-yellow-800\/0{text-decoration-color:#854d0e00}.decoration-yellow-800\/10{text-decoration-color:#854d0e1a}.decoration-yellow-800\/100{text-decoration-color:#854d0e}.decoration-yellow-800\/20{text-decoration-color:#854d0e33}.decoration-yellow-800\/25{text-decoration-color:#854d0e40}.decoration-yellow-800\/30{text-decoration-color:#854d0e4d}.decoration-yellow-800\/40{text-decoration-color:#854d0e66}.decoration-yellow-800\/5{text-decoration-color:#854d0e0d}.decoration-yellow-800\/50{text-decoration-color:#854d0e80}.decoration-yellow-800\/60{text-decoration-color:#854d0e99}.decoration-yellow-800\/70{text-decoration-color:#854d0eb3}.decoration-yellow-800\/75{text-decoration-color:#854d0ebf}.decoration-yellow-800\/80{text-decoration-color:#854d0ecc}.decoration-yellow-800\/90{text-decoration-color:#854d0ee6}.decoration-yellow-800\/95{text-decoration-color:#854d0ef2}.placeholder-brown-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(191 176 166 / var(--tw-placeholder-opacity))}.placeholder-brown-200::placeholder{--tw-placeholder-opacity: 1;color:rgb(191 176 166 / var(--tw-placeholder-opacity))}.placeholder-yellow-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(254 249 195 / var(--tw-placeholder-opacity))}.placeholder-yellow-100::placeholder{--tw-placeholder-opacity: 1;color:rgb(254 249 195 / var(--tw-placeholder-opacity))}.placeholder-yellow-100\/0::-moz-placeholder{color:#fef9c300}.placeholder-yellow-100\/0::placeholder{color:#fef9c300}.placeholder-yellow-100\/10::-moz-placeholder{color:#fef9c31a}.placeholder-yellow-100\/10::placeholder{color:#fef9c31a}.placeholder-yellow-100\/100::-moz-placeholder{color:#fef9c3}.placeholder-yellow-100\/100::placeholder{color:#fef9c3}.placeholder-yellow-100\/20::-moz-placeholder{color:#fef9c333}.placeholder-yellow-100\/20::placeholder{color:#fef9c333}.placeholder-yellow-100\/25::-moz-placeholder{color:#fef9c340}.placeholder-yellow-100\/25::placeholder{color:#fef9c340}.placeholder-yellow-100\/30::-moz-placeholder{color:#fef9c34d}.placeholder-yellow-100\/30::placeholder{color:#fef9c34d}.placeholder-yellow-100\/40::-moz-placeholder{color:#fef9c366}.placeholder-yellow-100\/40::placeholder{color:#fef9c366}.placeholder-yellow-100\/5::-moz-placeholder{color:#fef9c30d}.placeholder-yellow-100\/5::placeholder{color:#fef9c30d}.placeholder-yellow-100\/50::-moz-placeholder{color:#fef9c380}.placeholder-yellow-100\/50::placeholder{color:#fef9c380}.placeholder-yellow-100\/60::-moz-placeholder{color:#fef9c399}.placeholder-yellow-100\/60::placeholder{color:#fef9c399}.placeholder-yellow-100\/70::-moz-placeholder{color:#fef9c3b3}.placeholder-yellow-100\/70::placeholder{color:#fef9c3b3}.placeholder-yellow-100\/75::-moz-placeholder{color:#fef9c3bf}.placeholder-yellow-100\/75::placeholder{color:#fef9c3bf}.placeholder-yellow-100\/80::-moz-placeholder{color:#fef9c3cc}.placeholder-yellow-100\/80::placeholder{color:#fef9c3cc}.placeholder-yellow-100\/90::-moz-placeholder{color:#fef9c3e6}.placeholder-yellow-100\/90::placeholder{color:#fef9c3e6}.placeholder-yellow-100\/95::-moz-placeholder{color:#fef9c3f2}.placeholder-yellow-100\/95::placeholder{color:#fef9c3f2}.placeholder-yellow-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(254 240 138 / var(--tw-placeholder-opacity))}.placeholder-yellow-200::placeholder{--tw-placeholder-opacity: 1;color:rgb(254 240 138 / var(--tw-placeholder-opacity))}.placeholder-yellow-200\/0::-moz-placeholder{color:#fef08a00}.placeholder-yellow-200\/0::placeholder{color:#fef08a00}.placeholder-yellow-200\/10::-moz-placeholder{color:#fef08a1a}.placeholder-yellow-200\/10::placeholder{color:#fef08a1a}.placeholder-yellow-200\/100::-moz-placeholder{color:#fef08a}.placeholder-yellow-200\/100::placeholder{color:#fef08a}.placeholder-yellow-200\/20::-moz-placeholder{color:#fef08a33}.placeholder-yellow-200\/20::placeholder{color:#fef08a33}.placeholder-yellow-200\/25::-moz-placeholder{color:#fef08a40}.placeholder-yellow-200\/25::placeholder{color:#fef08a40}.placeholder-yellow-200\/30::-moz-placeholder{color:#fef08a4d}.placeholder-yellow-200\/30::placeholder{color:#fef08a4d}.placeholder-yellow-200\/40::-moz-placeholder{color:#fef08a66}.placeholder-yellow-200\/40::placeholder{color:#fef08a66}.placeholder-yellow-200\/5::-moz-placeholder{color:#fef08a0d}.placeholder-yellow-200\/5::placeholder{color:#fef08a0d}.placeholder-yellow-200\/50::-moz-placeholder{color:#fef08a80}.placeholder-yellow-200\/50::placeholder{color:#fef08a80}.placeholder-yellow-200\/60::-moz-placeholder{color:#fef08a99}.placeholder-yellow-200\/60::placeholder{color:#fef08a99}.placeholder-yellow-200\/70::-moz-placeholder{color:#fef08ab3}.placeholder-yellow-200\/70::placeholder{color:#fef08ab3}.placeholder-yellow-200\/75::-moz-placeholder{color:#fef08abf}.placeholder-yellow-200\/75::placeholder{color:#fef08abf}.placeholder-yellow-200\/80::-moz-placeholder{color:#fef08acc}.placeholder-yellow-200\/80::placeholder{color:#fef08acc}.placeholder-yellow-200\/90::-moz-placeholder{color:#fef08ae6}.placeholder-yellow-200\/90::placeholder{color:#fef08ae6}.placeholder-yellow-200\/95::-moz-placeholder{color:#fef08af2}.placeholder-yellow-200\/95::placeholder{color:#fef08af2}.placeholder-yellow-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(253 224 71 / var(--tw-placeholder-opacity))}.placeholder-yellow-300::placeholder{--tw-placeholder-opacity: 1;color:rgb(253 224 71 / var(--tw-placeholder-opacity))}.placeholder-yellow-300\/0::-moz-placeholder{color:#fde04700}.placeholder-yellow-300\/0::placeholder{color:#fde04700}.placeholder-yellow-300\/10::-moz-placeholder{color:#fde0471a}.placeholder-yellow-300\/10::placeholder{color:#fde0471a}.placeholder-yellow-300\/100::-moz-placeholder{color:#fde047}.placeholder-yellow-300\/100::placeholder{color:#fde047}.placeholder-yellow-300\/20::-moz-placeholder{color:#fde04733}.placeholder-yellow-300\/20::placeholder{color:#fde04733}.placeholder-yellow-300\/25::-moz-placeholder{color:#fde04740}.placeholder-yellow-300\/25::placeholder{color:#fde04740}.placeholder-yellow-300\/30::-moz-placeholder{color:#fde0474d}.placeholder-yellow-300\/30::placeholder{color:#fde0474d}.placeholder-yellow-300\/40::-moz-placeholder{color:#fde04766}.placeholder-yellow-300\/40::placeholder{color:#fde04766}.placeholder-yellow-300\/5::-moz-placeholder{color:#fde0470d}.placeholder-yellow-300\/5::placeholder{color:#fde0470d}.placeholder-yellow-300\/50::-moz-placeholder{color:#fde04780}.placeholder-yellow-300\/50::placeholder{color:#fde04780}.placeholder-yellow-300\/60::-moz-placeholder{color:#fde04799}.placeholder-yellow-300\/60::placeholder{color:#fde04799}.placeholder-yellow-300\/70::-moz-placeholder{color:#fde047b3}.placeholder-yellow-300\/70::placeholder{color:#fde047b3}.placeholder-yellow-300\/75::-moz-placeholder{color:#fde047bf}.placeholder-yellow-300\/75::placeholder{color:#fde047bf}.placeholder-yellow-300\/80::-moz-placeholder{color:#fde047cc}.placeholder-yellow-300\/80::placeholder{color:#fde047cc}.placeholder-yellow-300\/90::-moz-placeholder{color:#fde047e6}.placeholder-yellow-300\/90::placeholder{color:#fde047e6}.placeholder-yellow-300\/95::-moz-placeholder{color:#fde047f2}.placeholder-yellow-300\/95::placeholder{color:#fde047f2}.placeholder-yellow-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(250 204 21 / var(--tw-placeholder-opacity))}.placeholder-yellow-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(250 204 21 / var(--tw-placeholder-opacity))}.placeholder-yellow-400\/0::-moz-placeholder{color:#facc1500}.placeholder-yellow-400\/0::placeholder{color:#facc1500}.placeholder-yellow-400\/10::-moz-placeholder{color:#facc151a}.placeholder-yellow-400\/10::placeholder{color:#facc151a}.placeholder-yellow-400\/100::-moz-placeholder{color:#facc15}.placeholder-yellow-400\/100::placeholder{color:#facc15}.placeholder-yellow-400\/20::-moz-placeholder{color:#facc1533}.placeholder-yellow-400\/20::placeholder{color:#facc1533}.placeholder-yellow-400\/25::-moz-placeholder{color:#facc1540}.placeholder-yellow-400\/25::placeholder{color:#facc1540}.placeholder-yellow-400\/30::-moz-placeholder{color:#facc154d}.placeholder-yellow-400\/30::placeholder{color:#facc154d}.placeholder-yellow-400\/40::-moz-placeholder{color:#facc1566}.placeholder-yellow-400\/40::placeholder{color:#facc1566}.placeholder-yellow-400\/5::-moz-placeholder{color:#facc150d}.placeholder-yellow-400\/5::placeholder{color:#facc150d}.placeholder-yellow-400\/50::-moz-placeholder{color:#facc1580}.placeholder-yellow-400\/50::placeholder{color:#facc1580}.placeholder-yellow-400\/60::-moz-placeholder{color:#facc1599}.placeholder-yellow-400\/60::placeholder{color:#facc1599}.placeholder-yellow-400\/70::-moz-placeholder{color:#facc15b3}.placeholder-yellow-400\/70::placeholder{color:#facc15b3}.placeholder-yellow-400\/75::-moz-placeholder{color:#facc15bf}.placeholder-yellow-400\/75::placeholder{color:#facc15bf}.placeholder-yellow-400\/80::-moz-placeholder{color:#facc15cc}.placeholder-yellow-400\/80::placeholder{color:#facc15cc}.placeholder-yellow-400\/90::-moz-placeholder{color:#facc15e6}.placeholder-yellow-400\/90::placeholder{color:#facc15e6}.placeholder-yellow-400\/95::-moz-placeholder{color:#facc15f2}.placeholder-yellow-400\/95::placeholder{color:#facc15f2}.placeholder-yellow-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(254 252 232 / var(--tw-placeholder-opacity))}.placeholder-yellow-50::placeholder{--tw-placeholder-opacity: 1;color:rgb(254 252 232 / var(--tw-placeholder-opacity))}.placeholder-yellow-50\/0::-moz-placeholder{color:#fefce800}.placeholder-yellow-50\/0::placeholder{color:#fefce800}.placeholder-yellow-50\/10::-moz-placeholder{color:#fefce81a}.placeholder-yellow-50\/10::placeholder{color:#fefce81a}.placeholder-yellow-50\/100::-moz-placeholder{color:#fefce8}.placeholder-yellow-50\/100::placeholder{color:#fefce8}.placeholder-yellow-50\/20::-moz-placeholder{color:#fefce833}.placeholder-yellow-50\/20::placeholder{color:#fefce833}.placeholder-yellow-50\/25::-moz-placeholder{color:#fefce840}.placeholder-yellow-50\/25::placeholder{color:#fefce840}.placeholder-yellow-50\/30::-moz-placeholder{color:#fefce84d}.placeholder-yellow-50\/30::placeholder{color:#fefce84d}.placeholder-yellow-50\/40::-moz-placeholder{color:#fefce866}.placeholder-yellow-50\/40::placeholder{color:#fefce866}.placeholder-yellow-50\/5::-moz-placeholder{color:#fefce80d}.placeholder-yellow-50\/5::placeholder{color:#fefce80d}.placeholder-yellow-50\/50::-moz-placeholder{color:#fefce880}.placeholder-yellow-50\/50::placeholder{color:#fefce880}.placeholder-yellow-50\/60::-moz-placeholder{color:#fefce899}.placeholder-yellow-50\/60::placeholder{color:#fefce899}.placeholder-yellow-50\/70::-moz-placeholder{color:#fefce8b3}.placeholder-yellow-50\/70::placeholder{color:#fefce8b3}.placeholder-yellow-50\/75::-moz-placeholder{color:#fefce8bf}.placeholder-yellow-50\/75::placeholder{color:#fefce8bf}.placeholder-yellow-50\/80::-moz-placeholder{color:#fefce8cc}.placeholder-yellow-50\/80::placeholder{color:#fefce8cc}.placeholder-yellow-50\/90::-moz-placeholder{color:#fefce8e6}.placeholder-yellow-50\/90::placeholder{color:#fefce8e6}.placeholder-yellow-50\/95::-moz-placeholder{color:#fefce8f2}.placeholder-yellow-50\/95::placeholder{color:#fefce8f2}.placeholder-yellow-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(234 179 8 / var(--tw-placeholder-opacity))}.placeholder-yellow-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(234 179 8 / var(--tw-placeholder-opacity))}.placeholder-yellow-500\/0::-moz-placeholder{color:#eab30800}.placeholder-yellow-500\/0::placeholder{color:#eab30800}.placeholder-yellow-500\/10::-moz-placeholder{color:#eab3081a}.placeholder-yellow-500\/10::placeholder{color:#eab3081a}.placeholder-yellow-500\/100::-moz-placeholder{color:#eab308}.placeholder-yellow-500\/100::placeholder{color:#eab308}.placeholder-yellow-500\/20::-moz-placeholder{color:#eab30833}.placeholder-yellow-500\/20::placeholder{color:#eab30833}.placeholder-yellow-500\/25::-moz-placeholder{color:#eab30840}.placeholder-yellow-500\/25::placeholder{color:#eab30840}.placeholder-yellow-500\/30::-moz-placeholder{color:#eab3084d}.placeholder-yellow-500\/30::placeholder{color:#eab3084d}.placeholder-yellow-500\/40::-moz-placeholder{color:#eab30866}.placeholder-yellow-500\/40::placeholder{color:#eab30866}.placeholder-yellow-500\/5::-moz-placeholder{color:#eab3080d}.placeholder-yellow-500\/5::placeholder{color:#eab3080d}.placeholder-yellow-500\/50::-moz-placeholder{color:#eab30880}.placeholder-yellow-500\/50::placeholder{color:#eab30880}.placeholder-yellow-500\/60::-moz-placeholder{color:#eab30899}.placeholder-yellow-500\/60::placeholder{color:#eab30899}.placeholder-yellow-500\/70::-moz-placeholder{color:#eab308b3}.placeholder-yellow-500\/70::placeholder{color:#eab308b3}.placeholder-yellow-500\/75::-moz-placeholder{color:#eab308bf}.placeholder-yellow-500\/75::placeholder{color:#eab308bf}.placeholder-yellow-500\/80::-moz-placeholder{color:#eab308cc}.placeholder-yellow-500\/80::placeholder{color:#eab308cc}.placeholder-yellow-500\/90::-moz-placeholder{color:#eab308e6}.placeholder-yellow-500\/90::placeholder{color:#eab308e6}.placeholder-yellow-500\/95::-moz-placeholder{color:#eab308f2}.placeholder-yellow-500\/95::placeholder{color:#eab308f2}.placeholder-yellow-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(202 138 4 / var(--tw-placeholder-opacity))}.placeholder-yellow-600::placeholder{--tw-placeholder-opacity: 1;color:rgb(202 138 4 / var(--tw-placeholder-opacity))}.placeholder-yellow-600\/0::-moz-placeholder{color:#ca8a0400}.placeholder-yellow-600\/0::placeholder{color:#ca8a0400}.placeholder-yellow-600\/10::-moz-placeholder{color:#ca8a041a}.placeholder-yellow-600\/10::placeholder{color:#ca8a041a}.placeholder-yellow-600\/100::-moz-placeholder{color:#ca8a04}.placeholder-yellow-600\/100::placeholder{color:#ca8a04}.placeholder-yellow-600\/20::-moz-placeholder{color:#ca8a0433}.placeholder-yellow-600\/20::placeholder{color:#ca8a0433}.placeholder-yellow-600\/25::-moz-placeholder{color:#ca8a0440}.placeholder-yellow-600\/25::placeholder{color:#ca8a0440}.placeholder-yellow-600\/30::-moz-placeholder{color:#ca8a044d}.placeholder-yellow-600\/30::placeholder{color:#ca8a044d}.placeholder-yellow-600\/40::-moz-placeholder{color:#ca8a0466}.placeholder-yellow-600\/40::placeholder{color:#ca8a0466}.placeholder-yellow-600\/5::-moz-placeholder{color:#ca8a040d}.placeholder-yellow-600\/5::placeholder{color:#ca8a040d}.placeholder-yellow-600\/50::-moz-placeholder{color:#ca8a0480}.placeholder-yellow-600\/50::placeholder{color:#ca8a0480}.placeholder-yellow-600\/60::-moz-placeholder{color:#ca8a0499}.placeholder-yellow-600\/60::placeholder{color:#ca8a0499}.placeholder-yellow-600\/70::-moz-placeholder{color:#ca8a04b3}.placeholder-yellow-600\/70::placeholder{color:#ca8a04b3}.placeholder-yellow-600\/75::-moz-placeholder{color:#ca8a04bf}.placeholder-yellow-600\/75::placeholder{color:#ca8a04bf}.placeholder-yellow-600\/80::-moz-placeholder{color:#ca8a04cc}.placeholder-yellow-600\/80::placeholder{color:#ca8a04cc}.placeholder-yellow-600\/90::-moz-placeholder{color:#ca8a04e6}.placeholder-yellow-600\/90::placeholder{color:#ca8a04e6}.placeholder-yellow-600\/95::-moz-placeholder{color:#ca8a04f2}.placeholder-yellow-600\/95::placeholder{color:#ca8a04f2}.placeholder-yellow-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(133 77 14 / var(--tw-placeholder-opacity))}.placeholder-yellow-800::placeholder{--tw-placeholder-opacity: 1;color:rgb(133 77 14 / var(--tw-placeholder-opacity))}.placeholder-yellow-800\/0::-moz-placeholder{color:#854d0e00}.placeholder-yellow-800\/0::placeholder{color:#854d0e00}.placeholder-yellow-800\/10::-moz-placeholder{color:#854d0e1a}.placeholder-yellow-800\/10::placeholder{color:#854d0e1a}.placeholder-yellow-800\/100::-moz-placeholder{color:#854d0e}.placeholder-yellow-800\/100::placeholder{color:#854d0e}.placeholder-yellow-800\/20::-moz-placeholder{color:#854d0e33}.placeholder-yellow-800\/20::placeholder{color:#854d0e33}.placeholder-yellow-800\/25::-moz-placeholder{color:#854d0e40}.placeholder-yellow-800\/25::placeholder{color:#854d0e40}.placeholder-yellow-800\/30::-moz-placeholder{color:#854d0e4d}.placeholder-yellow-800\/30::placeholder{color:#854d0e4d}.placeholder-yellow-800\/40::-moz-placeholder{color:#854d0e66}.placeholder-yellow-800\/40::placeholder{color:#854d0e66}.placeholder-yellow-800\/5::-moz-placeholder{color:#854d0e0d}.placeholder-yellow-800\/5::placeholder{color:#854d0e0d}.placeholder-yellow-800\/50::-moz-placeholder{color:#854d0e80}.placeholder-yellow-800\/50::placeholder{color:#854d0e80}.placeholder-yellow-800\/60::-moz-placeholder{color:#854d0e99}.placeholder-yellow-800\/60::placeholder{color:#854d0e99}.placeholder-yellow-800\/70::-moz-placeholder{color:#854d0eb3}.placeholder-yellow-800\/70::placeholder{color:#854d0eb3}.placeholder-yellow-800\/75::-moz-placeholder{color:#854d0ebf}.placeholder-yellow-800\/75::placeholder{color:#854d0ebf}.placeholder-yellow-800\/80::-moz-placeholder{color:#854d0ecc}.placeholder-yellow-800\/80::placeholder{color:#854d0ecc}.placeholder-yellow-800\/90::-moz-placeholder{color:#854d0ee6}.placeholder-yellow-800\/90::placeholder{color:#854d0ee6}.placeholder-yellow-800\/95::-moz-placeholder{color:#854d0ef2}.placeholder-yellow-800\/95::placeholder{color:#854d0ef2}.caret-yellow-100{caret-color:#fef9c3}.caret-yellow-100\/0{caret-color:#fef9c300}.caret-yellow-100\/10{caret-color:#fef9c31a}.caret-yellow-100\/100{caret-color:#fef9c3}.caret-yellow-100\/20{caret-color:#fef9c333}.caret-yellow-100\/25{caret-color:#fef9c340}.caret-yellow-100\/30{caret-color:#fef9c34d}.caret-yellow-100\/40{caret-color:#fef9c366}.caret-yellow-100\/5{caret-color:#fef9c30d}.caret-yellow-100\/50{caret-color:#fef9c380}.caret-yellow-100\/60{caret-color:#fef9c399}.caret-yellow-100\/70{caret-color:#fef9c3b3}.caret-yellow-100\/75{caret-color:#fef9c3bf}.caret-yellow-100\/80{caret-color:#fef9c3cc}.caret-yellow-100\/90{caret-color:#fef9c3e6}.caret-yellow-100\/95{caret-color:#fef9c3f2}.caret-yellow-200{caret-color:#fef08a}.caret-yellow-200\/0{caret-color:#fef08a00}.caret-yellow-200\/10{caret-color:#fef08a1a}.caret-yellow-200\/100{caret-color:#fef08a}.caret-yellow-200\/20{caret-color:#fef08a33}.caret-yellow-200\/25{caret-color:#fef08a40}.caret-yellow-200\/30{caret-color:#fef08a4d}.caret-yellow-200\/40{caret-color:#fef08a66}.caret-yellow-200\/5{caret-color:#fef08a0d}.caret-yellow-200\/50{caret-color:#fef08a80}.caret-yellow-200\/60{caret-color:#fef08a99}.caret-yellow-200\/70{caret-color:#fef08ab3}.caret-yellow-200\/75{caret-color:#fef08abf}.caret-yellow-200\/80{caret-color:#fef08acc}.caret-yellow-200\/90{caret-color:#fef08ae6}.caret-yellow-200\/95{caret-color:#fef08af2}.caret-yellow-300{caret-color:#fde047}.caret-yellow-300\/0{caret-color:#fde04700}.caret-yellow-300\/10{caret-color:#fde0471a}.caret-yellow-300\/100{caret-color:#fde047}.caret-yellow-300\/20{caret-color:#fde04733}.caret-yellow-300\/25{caret-color:#fde04740}.caret-yellow-300\/30{caret-color:#fde0474d}.caret-yellow-300\/40{caret-color:#fde04766}.caret-yellow-300\/5{caret-color:#fde0470d}.caret-yellow-300\/50{caret-color:#fde04780}.caret-yellow-300\/60{caret-color:#fde04799}.caret-yellow-300\/70{caret-color:#fde047b3}.caret-yellow-300\/75{caret-color:#fde047bf}.caret-yellow-300\/80{caret-color:#fde047cc}.caret-yellow-300\/90{caret-color:#fde047e6}.caret-yellow-300\/95{caret-color:#fde047f2}.caret-yellow-400{caret-color:#facc15}.caret-yellow-400\/0{caret-color:#facc1500}.caret-yellow-400\/10{caret-color:#facc151a}.caret-yellow-400\/100{caret-color:#facc15}.caret-yellow-400\/20{caret-color:#facc1533}.caret-yellow-400\/25{caret-color:#facc1540}.caret-yellow-400\/30{caret-color:#facc154d}.caret-yellow-400\/40{caret-color:#facc1566}.caret-yellow-400\/5{caret-color:#facc150d}.caret-yellow-400\/50{caret-color:#facc1580}.caret-yellow-400\/60{caret-color:#facc1599}.caret-yellow-400\/70{caret-color:#facc15b3}.caret-yellow-400\/75{caret-color:#facc15bf}.caret-yellow-400\/80{caret-color:#facc15cc}.caret-yellow-400\/90{caret-color:#facc15e6}.caret-yellow-400\/95{caret-color:#facc15f2}.caret-yellow-50{caret-color:#fefce8}.caret-yellow-50\/0{caret-color:#fefce800}.caret-yellow-50\/10{caret-color:#fefce81a}.caret-yellow-50\/100{caret-color:#fefce8}.caret-yellow-50\/20{caret-color:#fefce833}.caret-yellow-50\/25{caret-color:#fefce840}.caret-yellow-50\/30{caret-color:#fefce84d}.caret-yellow-50\/40{caret-color:#fefce866}.caret-yellow-50\/5{caret-color:#fefce80d}.caret-yellow-50\/50{caret-color:#fefce880}.caret-yellow-50\/60{caret-color:#fefce899}.caret-yellow-50\/70{caret-color:#fefce8b3}.caret-yellow-50\/75{caret-color:#fefce8bf}.caret-yellow-50\/80{caret-color:#fefce8cc}.caret-yellow-50\/90{caret-color:#fefce8e6}.caret-yellow-50\/95{caret-color:#fefce8f2}.caret-yellow-500{caret-color:#eab308}.caret-yellow-500\/0{caret-color:#eab30800}.caret-yellow-500\/10{caret-color:#eab3081a}.caret-yellow-500\/100{caret-color:#eab308}.caret-yellow-500\/20{caret-color:#eab30833}.caret-yellow-500\/25{caret-color:#eab30840}.caret-yellow-500\/30{caret-color:#eab3084d}.caret-yellow-500\/40{caret-color:#eab30866}.caret-yellow-500\/5{caret-color:#eab3080d}.caret-yellow-500\/50{caret-color:#eab30880}.caret-yellow-500\/60{caret-color:#eab30899}.caret-yellow-500\/70{caret-color:#eab308b3}.caret-yellow-500\/75{caret-color:#eab308bf}.caret-yellow-500\/80{caret-color:#eab308cc}.caret-yellow-500\/90{caret-color:#eab308e6}.caret-yellow-500\/95{caret-color:#eab308f2}.caret-yellow-600{caret-color:#ca8a04}.caret-yellow-600\/0{caret-color:#ca8a0400}.caret-yellow-600\/10{caret-color:#ca8a041a}.caret-yellow-600\/100{caret-color:#ca8a04}.caret-yellow-600\/20{caret-color:#ca8a0433}.caret-yellow-600\/25{caret-color:#ca8a0440}.caret-yellow-600\/30{caret-color:#ca8a044d}.caret-yellow-600\/40{caret-color:#ca8a0466}.caret-yellow-600\/5{caret-color:#ca8a040d}.caret-yellow-600\/50{caret-color:#ca8a0480}.caret-yellow-600\/60{caret-color:#ca8a0499}.caret-yellow-600\/70{caret-color:#ca8a04b3}.caret-yellow-600\/75{caret-color:#ca8a04bf}.caret-yellow-600\/80{caret-color:#ca8a04cc}.caret-yellow-600\/90{caret-color:#ca8a04e6}.caret-yellow-600\/95{caret-color:#ca8a04f2}.caret-yellow-800{caret-color:#854d0e}.caret-yellow-800\/0{caret-color:#854d0e00}.caret-yellow-800\/10{caret-color:#854d0e1a}.caret-yellow-800\/100{caret-color:#854d0e}.caret-yellow-800\/20{caret-color:#854d0e33}.caret-yellow-800\/25{caret-color:#854d0e40}.caret-yellow-800\/30{caret-color:#854d0e4d}.caret-yellow-800\/40{caret-color:#854d0e66}.caret-yellow-800\/5{caret-color:#854d0e0d}.caret-yellow-800\/50{caret-color:#854d0e80}.caret-yellow-800\/60{caret-color:#854d0e99}.caret-yellow-800\/70{caret-color:#854d0eb3}.caret-yellow-800\/75{caret-color:#854d0ebf}.caret-yellow-800\/80{caret-color:#854d0ecc}.caret-yellow-800\/90{caret-color:#854d0ee6}.caret-yellow-800\/95{caret-color:#854d0ef2}.accent-yellow-100{accent-color:#fef9c3}.accent-yellow-100\/0{accent-color:rgb(254 249 195 / 0)}.accent-yellow-100\/10{accent-color:rgb(254 249 195 / .1)}.accent-yellow-100\/100{accent-color:rgb(254 249 195 / 1)}.accent-yellow-100\/20{accent-color:rgb(254 249 195 / .2)}.accent-yellow-100\/25{accent-color:rgb(254 249 195 / .25)}.accent-yellow-100\/30{accent-color:rgb(254 249 195 / .3)}.accent-yellow-100\/40{accent-color:rgb(254 249 195 / .4)}.accent-yellow-100\/5{accent-color:rgb(254 249 195 / .05)}.accent-yellow-100\/50{accent-color:rgb(254 249 195 / .5)}.accent-yellow-100\/60{accent-color:rgb(254 249 195 / .6)}.accent-yellow-100\/70{accent-color:rgb(254 249 195 / .7)}.accent-yellow-100\/75{accent-color:rgb(254 249 195 / .75)}.accent-yellow-100\/80{accent-color:rgb(254 249 195 / .8)}.accent-yellow-100\/90{accent-color:rgb(254 249 195 / .9)}.accent-yellow-100\/95{accent-color:rgb(254 249 195 / .95)}.accent-yellow-200{accent-color:#fef08a}.accent-yellow-200\/0{accent-color:rgb(254 240 138 / 0)}.accent-yellow-200\/10{accent-color:rgb(254 240 138 / .1)}.accent-yellow-200\/100{accent-color:rgb(254 240 138 / 1)}.accent-yellow-200\/20{accent-color:rgb(254 240 138 / .2)}.accent-yellow-200\/25{accent-color:rgb(254 240 138 / .25)}.accent-yellow-200\/30{accent-color:rgb(254 240 138 / .3)}.accent-yellow-200\/40{accent-color:rgb(254 240 138 / .4)}.accent-yellow-200\/5{accent-color:rgb(254 240 138 / .05)}.accent-yellow-200\/50{accent-color:rgb(254 240 138 / .5)}.accent-yellow-200\/60{accent-color:rgb(254 240 138 / .6)}.accent-yellow-200\/70{accent-color:rgb(254 240 138 / .7)}.accent-yellow-200\/75{accent-color:rgb(254 240 138 / .75)}.accent-yellow-200\/80{accent-color:rgb(254 240 138 / .8)}.accent-yellow-200\/90{accent-color:rgb(254 240 138 / .9)}.accent-yellow-200\/95{accent-color:rgb(254 240 138 / .95)}.accent-yellow-300{accent-color:#fde047}.accent-yellow-300\/0{accent-color:rgb(253 224 71 / 0)}.accent-yellow-300\/10{accent-color:rgb(253 224 71 / .1)}.accent-yellow-300\/100{accent-color:rgb(253 224 71 / 1)}.accent-yellow-300\/20{accent-color:rgb(253 224 71 / .2)}.accent-yellow-300\/25{accent-color:rgb(253 224 71 / .25)}.accent-yellow-300\/30{accent-color:rgb(253 224 71 / .3)}.accent-yellow-300\/40{accent-color:rgb(253 224 71 / .4)}.accent-yellow-300\/5{accent-color:rgb(253 224 71 / .05)}.accent-yellow-300\/50{accent-color:rgb(253 224 71 / .5)}.accent-yellow-300\/60{accent-color:rgb(253 224 71 / .6)}.accent-yellow-300\/70{accent-color:rgb(253 224 71 / .7)}.accent-yellow-300\/75{accent-color:rgb(253 224 71 / .75)}.accent-yellow-300\/80{accent-color:rgb(253 224 71 / .8)}.accent-yellow-300\/90{accent-color:rgb(253 224 71 / .9)}.accent-yellow-300\/95{accent-color:rgb(253 224 71 / .95)}.accent-yellow-400{accent-color:#facc15}.accent-yellow-400\/0{accent-color:rgb(250 204 21 / 0)}.accent-yellow-400\/10{accent-color:rgb(250 204 21 / .1)}.accent-yellow-400\/100{accent-color:rgb(250 204 21 / 1)}.accent-yellow-400\/20{accent-color:rgb(250 204 21 / .2)}.accent-yellow-400\/25{accent-color:rgb(250 204 21 / .25)}.accent-yellow-400\/30{accent-color:rgb(250 204 21 / .3)}.accent-yellow-400\/40{accent-color:rgb(250 204 21 / .4)}.accent-yellow-400\/5{accent-color:rgb(250 204 21 / .05)}.accent-yellow-400\/50{accent-color:rgb(250 204 21 / .5)}.accent-yellow-400\/60{accent-color:rgb(250 204 21 / .6)}.accent-yellow-400\/70{accent-color:rgb(250 204 21 / .7)}.accent-yellow-400\/75{accent-color:rgb(250 204 21 / .75)}.accent-yellow-400\/80{accent-color:rgb(250 204 21 / .8)}.accent-yellow-400\/90{accent-color:rgb(250 204 21 / .9)}.accent-yellow-400\/95{accent-color:rgb(250 204 21 / .95)}.accent-yellow-50{accent-color:#fefce8}.accent-yellow-50\/0{accent-color:rgb(254 252 232 / 0)}.accent-yellow-50\/10{accent-color:rgb(254 252 232 / .1)}.accent-yellow-50\/100{accent-color:rgb(254 252 232 / 1)}.accent-yellow-50\/20{accent-color:rgb(254 252 232 / .2)}.accent-yellow-50\/25{accent-color:rgb(254 252 232 / .25)}.accent-yellow-50\/30{accent-color:rgb(254 252 232 / .3)}.accent-yellow-50\/40{accent-color:rgb(254 252 232 / .4)}.accent-yellow-50\/5{accent-color:rgb(254 252 232 / .05)}.accent-yellow-50\/50{accent-color:rgb(254 252 232 / .5)}.accent-yellow-50\/60{accent-color:rgb(254 252 232 / .6)}.accent-yellow-50\/70{accent-color:rgb(254 252 232 / .7)}.accent-yellow-50\/75{accent-color:rgb(254 252 232 / .75)}.accent-yellow-50\/80{accent-color:rgb(254 252 232 / .8)}.accent-yellow-50\/90{accent-color:rgb(254 252 232 / .9)}.accent-yellow-50\/95{accent-color:rgb(254 252 232 / .95)}.accent-yellow-500{accent-color:#eab308}.accent-yellow-500\/0{accent-color:rgb(234 179 8 / 0)}.accent-yellow-500\/10{accent-color:rgb(234 179 8 / .1)}.accent-yellow-500\/100{accent-color:rgb(234 179 8 / 1)}.accent-yellow-500\/20{accent-color:rgb(234 179 8 / .2)}.accent-yellow-500\/25{accent-color:rgb(234 179 8 / .25)}.accent-yellow-500\/30{accent-color:rgb(234 179 8 / .3)}.accent-yellow-500\/40{accent-color:rgb(234 179 8 / .4)}.accent-yellow-500\/5{accent-color:rgb(234 179 8 / .05)}.accent-yellow-500\/50{accent-color:rgb(234 179 8 / .5)}.accent-yellow-500\/60{accent-color:rgb(234 179 8 / .6)}.accent-yellow-500\/70{accent-color:rgb(234 179 8 / .7)}.accent-yellow-500\/75{accent-color:rgb(234 179 8 / .75)}.accent-yellow-500\/80{accent-color:rgb(234 179 8 / .8)}.accent-yellow-500\/90{accent-color:rgb(234 179 8 / .9)}.accent-yellow-500\/95{accent-color:rgb(234 179 8 / .95)}.accent-yellow-600{accent-color:#ca8a04}.accent-yellow-600\/0{accent-color:rgb(202 138 4 / 0)}.accent-yellow-600\/10{accent-color:rgb(202 138 4 / .1)}.accent-yellow-600\/100{accent-color:rgb(202 138 4 / 1)}.accent-yellow-600\/20{accent-color:rgb(202 138 4 / .2)}.accent-yellow-600\/25{accent-color:rgb(202 138 4 / .25)}.accent-yellow-600\/30{accent-color:rgb(202 138 4 / .3)}.accent-yellow-600\/40{accent-color:rgb(202 138 4 / .4)}.accent-yellow-600\/5{accent-color:rgb(202 138 4 / .05)}.accent-yellow-600\/50{accent-color:rgb(202 138 4 / .5)}.accent-yellow-600\/60{accent-color:rgb(202 138 4 / .6)}.accent-yellow-600\/70{accent-color:rgb(202 138 4 / .7)}.accent-yellow-600\/75{accent-color:rgb(202 138 4 / .75)}.accent-yellow-600\/80{accent-color:rgb(202 138 4 / .8)}.accent-yellow-600\/90{accent-color:rgb(202 138 4 / .9)}.accent-yellow-600\/95{accent-color:rgb(202 138 4 / .95)}.accent-yellow-800{accent-color:#854d0e}.accent-yellow-800\/0{accent-color:rgb(133 77 14 / 0)}.accent-yellow-800\/10{accent-color:rgb(133 77 14 / .1)}.accent-yellow-800\/100{accent-color:rgb(133 77 14 / 1)}.accent-yellow-800\/20{accent-color:rgb(133 77 14 / .2)}.accent-yellow-800\/25{accent-color:rgb(133 77 14 / .25)}.accent-yellow-800\/30{accent-color:rgb(133 77 14 / .3)}.accent-yellow-800\/40{accent-color:rgb(133 77 14 / .4)}.accent-yellow-800\/5{accent-color:rgb(133 77 14 / .05)}.accent-yellow-800\/50{accent-color:rgb(133 77 14 / .5)}.accent-yellow-800\/60{accent-color:rgb(133 77 14 / .6)}.accent-yellow-800\/70{accent-color:rgb(133 77 14 / .7)}.accent-yellow-800\/75{accent-color:rgb(133 77 14 / .75)}.accent-yellow-800\/80{accent-color:rgb(133 77 14 / .8)}.accent-yellow-800\/90{accent-color:rgb(133 77 14 / .9)}.accent-yellow-800\/95{accent-color:rgb(133 77 14 / .95)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-yellow-100{--tw-shadow-color: #fef9c3;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/0{--tw-shadow-color: rgb(254 249 195 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/10{--tw-shadow-color: rgb(254 249 195 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/100{--tw-shadow-color: rgb(254 249 195 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/20{--tw-shadow-color: rgb(254 249 195 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/25{--tw-shadow-color: rgb(254 249 195 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/30{--tw-shadow-color: rgb(254 249 195 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/40{--tw-shadow-color: rgb(254 249 195 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/5{--tw-shadow-color: rgb(254 249 195 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/50{--tw-shadow-color: rgb(254 249 195 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/60{--tw-shadow-color: rgb(254 249 195 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/70{--tw-shadow-color: rgb(254 249 195 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/75{--tw-shadow-color: rgb(254 249 195 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/80{--tw-shadow-color: rgb(254 249 195 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/90{--tw-shadow-color: rgb(254 249 195 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-100\/95{--tw-shadow-color: rgb(254 249 195 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200{--tw-shadow-color: #fef08a;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/0{--tw-shadow-color: rgb(254 240 138 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/10{--tw-shadow-color: rgb(254 240 138 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/100{--tw-shadow-color: rgb(254 240 138 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/20{--tw-shadow-color: rgb(254 240 138 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/25{--tw-shadow-color: rgb(254 240 138 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/30{--tw-shadow-color: rgb(254 240 138 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/40{--tw-shadow-color: rgb(254 240 138 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/5{--tw-shadow-color: rgb(254 240 138 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/50{--tw-shadow-color: rgb(254 240 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/60{--tw-shadow-color: rgb(254 240 138 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/70{--tw-shadow-color: rgb(254 240 138 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/75{--tw-shadow-color: rgb(254 240 138 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/80{--tw-shadow-color: rgb(254 240 138 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/90{--tw-shadow-color: rgb(254 240 138 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-200\/95{--tw-shadow-color: rgb(254 240 138 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300{--tw-shadow-color: #fde047;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/0{--tw-shadow-color: rgb(253 224 71 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/10{--tw-shadow-color: rgb(253 224 71 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/100{--tw-shadow-color: rgb(253 224 71 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/20{--tw-shadow-color: rgb(253 224 71 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/25{--tw-shadow-color: rgb(253 224 71 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/30{--tw-shadow-color: rgb(253 224 71 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/40{--tw-shadow-color: rgb(253 224 71 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/5{--tw-shadow-color: rgb(253 224 71 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/50{--tw-shadow-color: rgb(253 224 71 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/60{--tw-shadow-color: rgb(253 224 71 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/70{--tw-shadow-color: rgb(253 224 71 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/75{--tw-shadow-color: rgb(253 224 71 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/80{--tw-shadow-color: rgb(253 224 71 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/90{--tw-shadow-color: rgb(253 224 71 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-300\/95{--tw-shadow-color: rgb(253 224 71 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400{--tw-shadow-color: #facc15;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/0{--tw-shadow-color: rgb(250 204 21 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/10{--tw-shadow-color: rgb(250 204 21 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/100{--tw-shadow-color: rgb(250 204 21 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/20{--tw-shadow-color: rgb(250 204 21 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/25{--tw-shadow-color: rgb(250 204 21 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/30{--tw-shadow-color: rgb(250 204 21 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/40{--tw-shadow-color: rgb(250 204 21 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/5{--tw-shadow-color: rgb(250 204 21 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/50{--tw-shadow-color: rgb(250 204 21 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/60{--tw-shadow-color: rgb(250 204 21 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/70{--tw-shadow-color: rgb(250 204 21 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/75{--tw-shadow-color: rgb(250 204 21 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/80{--tw-shadow-color: rgb(250 204 21 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/90{--tw-shadow-color: rgb(250 204 21 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-400\/95{--tw-shadow-color: rgb(250 204 21 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50{--tw-shadow-color: #fefce8;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/0{--tw-shadow-color: rgb(254 252 232 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/10{--tw-shadow-color: rgb(254 252 232 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/100{--tw-shadow-color: rgb(254 252 232 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/20{--tw-shadow-color: rgb(254 252 232 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/25{--tw-shadow-color: rgb(254 252 232 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/30{--tw-shadow-color: rgb(254 252 232 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/40{--tw-shadow-color: rgb(254 252 232 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/5{--tw-shadow-color: rgb(254 252 232 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/50{--tw-shadow-color: rgb(254 252 232 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/60{--tw-shadow-color: rgb(254 252 232 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/70{--tw-shadow-color: rgb(254 252 232 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/75{--tw-shadow-color: rgb(254 252 232 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/80{--tw-shadow-color: rgb(254 252 232 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/90{--tw-shadow-color: rgb(254 252 232 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-50\/95{--tw-shadow-color: rgb(254 252 232 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500{--tw-shadow-color: #eab308;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/0{--tw-shadow-color: rgb(234 179 8 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/10{--tw-shadow-color: rgb(234 179 8 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/100{--tw-shadow-color: rgb(234 179 8 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/20{--tw-shadow-color: rgb(234 179 8 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/25{--tw-shadow-color: rgb(234 179 8 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/30{--tw-shadow-color: rgb(234 179 8 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/40{--tw-shadow-color: rgb(234 179 8 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/5{--tw-shadow-color: rgb(234 179 8 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/50{--tw-shadow-color: rgb(234 179 8 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/60{--tw-shadow-color: rgb(234 179 8 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/70{--tw-shadow-color: rgb(234 179 8 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/75{--tw-shadow-color: rgb(234 179 8 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/80{--tw-shadow-color: rgb(234 179 8 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/90{--tw-shadow-color: rgb(234 179 8 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-500\/95{--tw-shadow-color: rgb(234 179 8 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600{--tw-shadow-color: #ca8a04;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/0{--tw-shadow-color: rgb(202 138 4 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/10{--tw-shadow-color: rgb(202 138 4 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/100{--tw-shadow-color: rgb(202 138 4 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/20{--tw-shadow-color: rgb(202 138 4 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/25{--tw-shadow-color: rgb(202 138 4 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/30{--tw-shadow-color: rgb(202 138 4 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/40{--tw-shadow-color: rgb(202 138 4 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/5{--tw-shadow-color: rgb(202 138 4 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/50{--tw-shadow-color: rgb(202 138 4 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/60{--tw-shadow-color: rgb(202 138 4 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/70{--tw-shadow-color: rgb(202 138 4 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/75{--tw-shadow-color: rgb(202 138 4 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/80{--tw-shadow-color: rgb(202 138 4 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/90{--tw-shadow-color: rgb(202 138 4 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-600\/95{--tw-shadow-color: rgb(202 138 4 / .95);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800{--tw-shadow-color: #854d0e;--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/0{--tw-shadow-color: rgb(133 77 14 / 0);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/10{--tw-shadow-color: rgb(133 77 14 / .1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/100{--tw-shadow-color: rgb(133 77 14 / 1);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/20{--tw-shadow-color: rgb(133 77 14 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/25{--tw-shadow-color: rgb(133 77 14 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/30{--tw-shadow-color: rgb(133 77 14 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/40{--tw-shadow-color: rgb(133 77 14 / .4);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/5{--tw-shadow-color: rgb(133 77 14 / .05);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/50{--tw-shadow-color: rgb(133 77 14 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/60{--tw-shadow-color: rgb(133 77 14 / .6);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/70{--tw-shadow-color: rgb(133 77 14 / .7);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/75{--tw-shadow-color: rgb(133 77 14 / .75);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/80{--tw-shadow-color: rgb(133 77 14 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/90{--tw-shadow-color: rgb(133 77 14 / .9);--tw-shadow: var(--tw-shadow-colored)}.shadow-yellow-800\/95{--tw-shadow-color: rgb(133 77 14 / .95);--tw-shadow: var(--tw-shadow-colored)}.outline-yellow-100{outline-color:#fef9c3}.outline-yellow-100\/0{outline-color:#fef9c300}.outline-yellow-100\/10{outline-color:#fef9c31a}.outline-yellow-100\/100{outline-color:#fef9c3}.outline-yellow-100\/20{outline-color:#fef9c333}.outline-yellow-100\/25{outline-color:#fef9c340}.outline-yellow-100\/30{outline-color:#fef9c34d}.outline-yellow-100\/40{outline-color:#fef9c366}.outline-yellow-100\/5{outline-color:#fef9c30d}.outline-yellow-100\/50{outline-color:#fef9c380}.outline-yellow-100\/60{outline-color:#fef9c399}.outline-yellow-100\/70{outline-color:#fef9c3b3}.outline-yellow-100\/75{outline-color:#fef9c3bf}.outline-yellow-100\/80{outline-color:#fef9c3cc}.outline-yellow-100\/90{outline-color:#fef9c3e6}.outline-yellow-100\/95{outline-color:#fef9c3f2}.outline-yellow-200{outline-color:#fef08a}.outline-yellow-200\/0{outline-color:#fef08a00}.outline-yellow-200\/10{outline-color:#fef08a1a}.outline-yellow-200\/100{outline-color:#fef08a}.outline-yellow-200\/20{outline-color:#fef08a33}.outline-yellow-200\/25{outline-color:#fef08a40}.outline-yellow-200\/30{outline-color:#fef08a4d}.outline-yellow-200\/40{outline-color:#fef08a66}.outline-yellow-200\/5{outline-color:#fef08a0d}.outline-yellow-200\/50{outline-color:#fef08a80}.outline-yellow-200\/60{outline-color:#fef08a99}.outline-yellow-200\/70{outline-color:#fef08ab3}.outline-yellow-200\/75{outline-color:#fef08abf}.outline-yellow-200\/80{outline-color:#fef08acc}.outline-yellow-200\/90{outline-color:#fef08ae6}.outline-yellow-200\/95{outline-color:#fef08af2}.outline-yellow-300{outline-color:#fde047}.outline-yellow-300\/0{outline-color:#fde04700}.outline-yellow-300\/10{outline-color:#fde0471a}.outline-yellow-300\/100{outline-color:#fde047}.outline-yellow-300\/20{outline-color:#fde04733}.outline-yellow-300\/25{outline-color:#fde04740}.outline-yellow-300\/30{outline-color:#fde0474d}.outline-yellow-300\/40{outline-color:#fde04766}.outline-yellow-300\/5{outline-color:#fde0470d}.outline-yellow-300\/50{outline-color:#fde04780}.outline-yellow-300\/60{outline-color:#fde04799}.outline-yellow-300\/70{outline-color:#fde047b3}.outline-yellow-300\/75{outline-color:#fde047bf}.outline-yellow-300\/80{outline-color:#fde047cc}.outline-yellow-300\/90{outline-color:#fde047e6}.outline-yellow-300\/95{outline-color:#fde047f2}.outline-yellow-400{outline-color:#facc15}.outline-yellow-400\/0{outline-color:#facc1500}.outline-yellow-400\/10{outline-color:#facc151a}.outline-yellow-400\/100{outline-color:#facc15}.outline-yellow-400\/20{outline-color:#facc1533}.outline-yellow-400\/25{outline-color:#facc1540}.outline-yellow-400\/30{outline-color:#facc154d}.outline-yellow-400\/40{outline-color:#facc1566}.outline-yellow-400\/5{outline-color:#facc150d}.outline-yellow-400\/50{outline-color:#facc1580}.outline-yellow-400\/60{outline-color:#facc1599}.outline-yellow-400\/70{outline-color:#facc15b3}.outline-yellow-400\/75{outline-color:#facc15bf}.outline-yellow-400\/80{outline-color:#facc15cc}.outline-yellow-400\/90{outline-color:#facc15e6}.outline-yellow-400\/95{outline-color:#facc15f2}.outline-yellow-50{outline-color:#fefce8}.outline-yellow-50\/0{outline-color:#fefce800}.outline-yellow-50\/10{outline-color:#fefce81a}.outline-yellow-50\/100{outline-color:#fefce8}.outline-yellow-50\/20{outline-color:#fefce833}.outline-yellow-50\/25{outline-color:#fefce840}.outline-yellow-50\/30{outline-color:#fefce84d}.outline-yellow-50\/40{outline-color:#fefce866}.outline-yellow-50\/5{outline-color:#fefce80d}.outline-yellow-50\/50{outline-color:#fefce880}.outline-yellow-50\/60{outline-color:#fefce899}.outline-yellow-50\/70{outline-color:#fefce8b3}.outline-yellow-50\/75{outline-color:#fefce8bf}.outline-yellow-50\/80{outline-color:#fefce8cc}.outline-yellow-50\/90{outline-color:#fefce8e6}.outline-yellow-50\/95{outline-color:#fefce8f2}.outline-yellow-500{outline-color:#eab308}.outline-yellow-500\/0{outline-color:#eab30800}.outline-yellow-500\/10{outline-color:#eab3081a}.outline-yellow-500\/100{outline-color:#eab308}.outline-yellow-500\/20{outline-color:#eab30833}.outline-yellow-500\/25{outline-color:#eab30840}.outline-yellow-500\/30{outline-color:#eab3084d}.outline-yellow-500\/40{outline-color:#eab30866}.outline-yellow-500\/5{outline-color:#eab3080d}.outline-yellow-500\/50{outline-color:#eab30880}.outline-yellow-500\/60{outline-color:#eab30899}.outline-yellow-500\/70{outline-color:#eab308b3}.outline-yellow-500\/75{outline-color:#eab308bf}.outline-yellow-500\/80{outline-color:#eab308cc}.outline-yellow-500\/90{outline-color:#eab308e6}.outline-yellow-500\/95{outline-color:#eab308f2}.outline-yellow-600{outline-color:#ca8a04}.outline-yellow-600\/0{outline-color:#ca8a0400}.outline-yellow-600\/10{outline-color:#ca8a041a}.outline-yellow-600\/100{outline-color:#ca8a04}.outline-yellow-600\/20{outline-color:#ca8a0433}.outline-yellow-600\/25{outline-color:#ca8a0440}.outline-yellow-600\/30{outline-color:#ca8a044d}.outline-yellow-600\/40{outline-color:#ca8a0466}.outline-yellow-600\/5{outline-color:#ca8a040d}.outline-yellow-600\/50{outline-color:#ca8a0480}.outline-yellow-600\/60{outline-color:#ca8a0499}.outline-yellow-600\/70{outline-color:#ca8a04b3}.outline-yellow-600\/75{outline-color:#ca8a04bf}.outline-yellow-600\/80{outline-color:#ca8a04cc}.outline-yellow-600\/90{outline-color:#ca8a04e6}.outline-yellow-600\/95{outline-color:#ca8a04f2}.outline-yellow-800{outline-color:#854d0e}.outline-yellow-800\/0{outline-color:#854d0e00}.outline-yellow-800\/10{outline-color:#854d0e1a}.outline-yellow-800\/100{outline-color:#854d0e}.outline-yellow-800\/20{outline-color:#854d0e33}.outline-yellow-800\/25{outline-color:#854d0e40}.outline-yellow-800\/30{outline-color:#854d0e4d}.outline-yellow-800\/40{outline-color:#854d0e66}.outline-yellow-800\/5{outline-color:#854d0e0d}.outline-yellow-800\/50{outline-color:#854d0e80}.outline-yellow-800\/60{outline-color:#854d0e99}.outline-yellow-800\/70{outline-color:#854d0eb3}.outline-yellow-800\/75{outline-color:#854d0ebf}.outline-yellow-800\/80{outline-color:#854d0ecc}.outline-yellow-800\/90{outline-color:#854d0ee6}.outline-yellow-800\/95{outline-color:#854d0ef2}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-yellow-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity))}.ring-yellow-100\/0{--tw-ring-color: rgb(254 249 195 / 0)}.ring-yellow-100\/10{--tw-ring-color: rgb(254 249 195 / .1)}.ring-yellow-100\/100{--tw-ring-color: rgb(254 249 195 / 1)}.ring-yellow-100\/20{--tw-ring-color: rgb(254 249 195 / .2)}.ring-yellow-100\/25{--tw-ring-color: rgb(254 249 195 / .25)}.ring-yellow-100\/30{--tw-ring-color: rgb(254 249 195 / .3)}.ring-yellow-100\/40{--tw-ring-color: rgb(254 249 195 / .4)}.ring-yellow-100\/5{--tw-ring-color: rgb(254 249 195 / .05)}.ring-yellow-100\/50{--tw-ring-color: rgb(254 249 195 / .5)}.ring-yellow-100\/60{--tw-ring-color: rgb(254 249 195 / .6)}.ring-yellow-100\/70{--tw-ring-color: rgb(254 249 195 / .7)}.ring-yellow-100\/75{--tw-ring-color: rgb(254 249 195 / .75)}.ring-yellow-100\/80{--tw-ring-color: rgb(254 249 195 / .8)}.ring-yellow-100\/90{--tw-ring-color: rgb(254 249 195 / .9)}.ring-yellow-100\/95{--tw-ring-color: rgb(254 249 195 / .95)}.ring-yellow-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity))}.ring-yellow-200\/0{--tw-ring-color: rgb(254 240 138 / 0)}.ring-yellow-200\/10{--tw-ring-color: rgb(254 240 138 / .1)}.ring-yellow-200\/100{--tw-ring-color: rgb(254 240 138 / 1)}.ring-yellow-200\/20{--tw-ring-color: rgb(254 240 138 / .2)}.ring-yellow-200\/25{--tw-ring-color: rgb(254 240 138 / .25)}.ring-yellow-200\/30{--tw-ring-color: rgb(254 240 138 / .3)}.ring-yellow-200\/40{--tw-ring-color: rgb(254 240 138 / .4)}.ring-yellow-200\/5{--tw-ring-color: rgb(254 240 138 / .05)}.ring-yellow-200\/50{--tw-ring-color: rgb(254 240 138 / .5)}.ring-yellow-200\/60{--tw-ring-color: rgb(254 240 138 / .6)}.ring-yellow-200\/70{--tw-ring-color: rgb(254 240 138 / .7)}.ring-yellow-200\/75{--tw-ring-color: rgb(254 240 138 / .75)}.ring-yellow-200\/80{--tw-ring-color: rgb(254 240 138 / .8)}.ring-yellow-200\/90{--tw-ring-color: rgb(254 240 138 / .9)}.ring-yellow-200\/95{--tw-ring-color: rgb(254 240 138 / .95)}.ring-yellow-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity))}.ring-yellow-300\/0{--tw-ring-color: rgb(253 224 71 / 0)}.ring-yellow-300\/10{--tw-ring-color: rgb(253 224 71 / .1)}.ring-yellow-300\/100{--tw-ring-color: rgb(253 224 71 / 1)}.ring-yellow-300\/20{--tw-ring-color: rgb(253 224 71 / .2)}.ring-yellow-300\/25{--tw-ring-color: rgb(253 224 71 / .25)}.ring-yellow-300\/30{--tw-ring-color: rgb(253 224 71 / .3)}.ring-yellow-300\/40{--tw-ring-color: rgb(253 224 71 / .4)}.ring-yellow-300\/5{--tw-ring-color: rgb(253 224 71 / .05)}.ring-yellow-300\/50{--tw-ring-color: rgb(253 224 71 / .5)}.ring-yellow-300\/60{--tw-ring-color: rgb(253 224 71 / .6)}.ring-yellow-300\/70{--tw-ring-color: rgb(253 224 71 / .7)}.ring-yellow-300\/75{--tw-ring-color: rgb(253 224 71 / .75)}.ring-yellow-300\/80{--tw-ring-color: rgb(253 224 71 / .8)}.ring-yellow-300\/90{--tw-ring-color: rgb(253 224 71 / .9)}.ring-yellow-300\/95{--tw-ring-color: rgb(253 224 71 / .95)}.ring-yellow-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity))}.ring-yellow-400\/0{--tw-ring-color: rgb(250 204 21 / 0)}.ring-yellow-400\/10{--tw-ring-color: rgb(250 204 21 / .1)}.ring-yellow-400\/100{--tw-ring-color: rgb(250 204 21 / 1)}.ring-yellow-400\/20{--tw-ring-color: rgb(250 204 21 / .2)}.ring-yellow-400\/25{--tw-ring-color: rgb(250 204 21 / .25)}.ring-yellow-400\/30{--tw-ring-color: rgb(250 204 21 / .3)}.ring-yellow-400\/40{--tw-ring-color: rgb(250 204 21 / .4)}.ring-yellow-400\/5{--tw-ring-color: rgb(250 204 21 / .05)}.ring-yellow-400\/50{--tw-ring-color: rgb(250 204 21 / .5)}.ring-yellow-400\/60{--tw-ring-color: rgb(250 204 21 / .6)}.ring-yellow-400\/70{--tw-ring-color: rgb(250 204 21 / .7)}.ring-yellow-400\/75{--tw-ring-color: rgb(250 204 21 / .75)}.ring-yellow-400\/80{--tw-ring-color: rgb(250 204 21 / .8)}.ring-yellow-400\/90{--tw-ring-color: rgb(250 204 21 / .9)}.ring-yellow-400\/95{--tw-ring-color: rgb(250 204 21 / .95)}.ring-yellow-50{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity))}.ring-yellow-50\/0{--tw-ring-color: rgb(254 252 232 / 0)}.ring-yellow-50\/10{--tw-ring-color: rgb(254 252 232 / .1)}.ring-yellow-50\/100{--tw-ring-color: rgb(254 252 232 / 1)}.ring-yellow-50\/20{--tw-ring-color: rgb(254 252 232 / .2)}.ring-yellow-50\/25{--tw-ring-color: rgb(254 252 232 / .25)}.ring-yellow-50\/30{--tw-ring-color: rgb(254 252 232 / .3)}.ring-yellow-50\/40{--tw-ring-color: rgb(254 252 232 / .4)}.ring-yellow-50\/5{--tw-ring-color: rgb(254 252 232 / .05)}.ring-yellow-50\/50{--tw-ring-color: rgb(254 252 232 / .5)}.ring-yellow-50\/60{--tw-ring-color: rgb(254 252 232 / .6)}.ring-yellow-50\/70{--tw-ring-color: rgb(254 252 232 / .7)}.ring-yellow-50\/75{--tw-ring-color: rgb(254 252 232 / .75)}.ring-yellow-50\/80{--tw-ring-color: rgb(254 252 232 / .8)}.ring-yellow-50\/90{--tw-ring-color: rgb(254 252 232 / .9)}.ring-yellow-50\/95{--tw-ring-color: rgb(254 252 232 / .95)}.ring-yellow-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity))}.ring-yellow-500\/0{--tw-ring-color: rgb(234 179 8 / 0)}.ring-yellow-500\/10{--tw-ring-color: rgb(234 179 8 / .1)}.ring-yellow-500\/100{--tw-ring-color: rgb(234 179 8 / 1)}.ring-yellow-500\/20{--tw-ring-color: rgb(234 179 8 / .2)}.ring-yellow-500\/25{--tw-ring-color: rgb(234 179 8 / .25)}.ring-yellow-500\/30{--tw-ring-color: rgb(234 179 8 / .3)}.ring-yellow-500\/40{--tw-ring-color: rgb(234 179 8 / .4)}.ring-yellow-500\/5{--tw-ring-color: rgb(234 179 8 / .05)}.ring-yellow-500\/50{--tw-ring-color: rgb(234 179 8 / .5)}.ring-yellow-500\/60{--tw-ring-color: rgb(234 179 8 / .6)}.ring-yellow-500\/70{--tw-ring-color: rgb(234 179 8 / .7)}.ring-yellow-500\/75{--tw-ring-color: rgb(234 179 8 / .75)}.ring-yellow-500\/80{--tw-ring-color: rgb(234 179 8 / .8)}.ring-yellow-500\/90{--tw-ring-color: rgb(234 179 8 / .9)}.ring-yellow-500\/95{--tw-ring-color: rgb(234 179 8 / .95)}.ring-yellow-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity))}.ring-yellow-600\/0{--tw-ring-color: rgb(202 138 4 / 0)}.ring-yellow-600\/10{--tw-ring-color: rgb(202 138 4 / .1)}.ring-yellow-600\/100{--tw-ring-color: rgb(202 138 4 / 1)}.ring-yellow-600\/20{--tw-ring-color: rgb(202 138 4 / .2)}.ring-yellow-600\/25{--tw-ring-color: rgb(202 138 4 / .25)}.ring-yellow-600\/30{--tw-ring-color: rgb(202 138 4 / .3)}.ring-yellow-600\/40{--tw-ring-color: rgb(202 138 4 / .4)}.ring-yellow-600\/5{--tw-ring-color: rgb(202 138 4 / .05)}.ring-yellow-600\/50{--tw-ring-color: rgb(202 138 4 / .5)}.ring-yellow-600\/60{--tw-ring-color: rgb(202 138 4 / .6)}.ring-yellow-600\/70{--tw-ring-color: rgb(202 138 4 / .7)}.ring-yellow-600\/75{--tw-ring-color: rgb(202 138 4 / .75)}.ring-yellow-600\/80{--tw-ring-color: rgb(202 138 4 / .8)}.ring-yellow-600\/90{--tw-ring-color: rgb(202 138 4 / .9)}.ring-yellow-600\/95{--tw-ring-color: rgb(202 138 4 / .95)}.ring-yellow-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity))}.ring-yellow-800\/0{--tw-ring-color: rgb(133 77 14 / 0)}.ring-yellow-800\/10{--tw-ring-color: rgb(133 77 14 / .1)}.ring-yellow-800\/100{--tw-ring-color: rgb(133 77 14 / 1)}.ring-yellow-800\/20{--tw-ring-color: rgb(133 77 14 / .2)}.ring-yellow-800\/25{--tw-ring-color: rgb(133 77 14 / .25)}.ring-yellow-800\/30{--tw-ring-color: rgb(133 77 14 / .3)}.ring-yellow-800\/40{--tw-ring-color: rgb(133 77 14 / .4)}.ring-yellow-800\/5{--tw-ring-color: rgb(133 77 14 / .05)}.ring-yellow-800\/50{--tw-ring-color: rgb(133 77 14 / .5)}.ring-yellow-800\/60{--tw-ring-color: rgb(133 77 14 / .6)}.ring-yellow-800\/70{--tw-ring-color: rgb(133 77 14 / .7)}.ring-yellow-800\/75{--tw-ring-color: rgb(133 77 14 / .75)}.ring-yellow-800\/80{--tw-ring-color: rgb(133 77 14 / .8)}.ring-yellow-800\/90{--tw-ring-color: rgb(133 77 14 / .9)}.ring-yellow-800\/95{--tw-ring-color: rgb(133 77 14 / .95)}.ring-opacity-5{--tw-ring-opacity: .05}.ring-offset-yellow-100{--tw-ring-offset-color: #fef9c3}.ring-offset-yellow-100\/0{--tw-ring-offset-color: rgb(254 249 195 / 0)}.ring-offset-yellow-100\/10{--tw-ring-offset-color: rgb(254 249 195 / .1)}.ring-offset-yellow-100\/100{--tw-ring-offset-color: rgb(254 249 195 / 1)}.ring-offset-yellow-100\/20{--tw-ring-offset-color: rgb(254 249 195 / .2)}.ring-offset-yellow-100\/25{--tw-ring-offset-color: rgb(254 249 195 / .25)}.ring-offset-yellow-100\/30{--tw-ring-offset-color: rgb(254 249 195 / .3)}.ring-offset-yellow-100\/40{--tw-ring-offset-color: rgb(254 249 195 / .4)}.ring-offset-yellow-100\/5{--tw-ring-offset-color: rgb(254 249 195 / .05)}.ring-offset-yellow-100\/50{--tw-ring-offset-color: rgb(254 249 195 / .5)}.ring-offset-yellow-100\/60{--tw-ring-offset-color: rgb(254 249 195 / .6)}.ring-offset-yellow-100\/70{--tw-ring-offset-color: rgb(254 249 195 / .7)}.ring-offset-yellow-100\/75{--tw-ring-offset-color: rgb(254 249 195 / .75)}.ring-offset-yellow-100\/80{--tw-ring-offset-color: rgb(254 249 195 / .8)}.ring-offset-yellow-100\/90{--tw-ring-offset-color: rgb(254 249 195 / .9)}.ring-offset-yellow-100\/95{--tw-ring-offset-color: rgb(254 249 195 / .95)}.ring-offset-yellow-200{--tw-ring-offset-color: #fef08a}.ring-offset-yellow-200\/0{--tw-ring-offset-color: rgb(254 240 138 / 0)}.ring-offset-yellow-200\/10{--tw-ring-offset-color: rgb(254 240 138 / .1)}.ring-offset-yellow-200\/100{--tw-ring-offset-color: rgb(254 240 138 / 1)}.ring-offset-yellow-200\/20{--tw-ring-offset-color: rgb(254 240 138 / .2)}.ring-offset-yellow-200\/25{--tw-ring-offset-color: rgb(254 240 138 / .25)}.ring-offset-yellow-200\/30{--tw-ring-offset-color: rgb(254 240 138 / .3)}.ring-offset-yellow-200\/40{--tw-ring-offset-color: rgb(254 240 138 / .4)}.ring-offset-yellow-200\/5{--tw-ring-offset-color: rgb(254 240 138 / .05)}.ring-offset-yellow-200\/50{--tw-ring-offset-color: rgb(254 240 138 / .5)}.ring-offset-yellow-200\/60{--tw-ring-offset-color: rgb(254 240 138 / .6)}.ring-offset-yellow-200\/70{--tw-ring-offset-color: rgb(254 240 138 / .7)}.ring-offset-yellow-200\/75{--tw-ring-offset-color: rgb(254 240 138 / .75)}.ring-offset-yellow-200\/80{--tw-ring-offset-color: rgb(254 240 138 / .8)}.ring-offset-yellow-200\/90{--tw-ring-offset-color: rgb(254 240 138 / .9)}.ring-offset-yellow-200\/95{--tw-ring-offset-color: rgb(254 240 138 / .95)}.ring-offset-yellow-300{--tw-ring-offset-color: #fde047}.ring-offset-yellow-300\/0{--tw-ring-offset-color: rgb(253 224 71 / 0)}.ring-offset-yellow-300\/10{--tw-ring-offset-color: rgb(253 224 71 / .1)}.ring-offset-yellow-300\/100{--tw-ring-offset-color: rgb(253 224 71 / 1)}.ring-offset-yellow-300\/20{--tw-ring-offset-color: rgb(253 224 71 / .2)}.ring-offset-yellow-300\/25{--tw-ring-offset-color: rgb(253 224 71 / .25)}.ring-offset-yellow-300\/30{--tw-ring-offset-color: rgb(253 224 71 / .3)}.ring-offset-yellow-300\/40{--tw-ring-offset-color: rgb(253 224 71 / .4)}.ring-offset-yellow-300\/5{--tw-ring-offset-color: rgb(253 224 71 / .05)}.ring-offset-yellow-300\/50{--tw-ring-offset-color: rgb(253 224 71 / .5)}.ring-offset-yellow-300\/60{--tw-ring-offset-color: rgb(253 224 71 / .6)}.ring-offset-yellow-300\/70{--tw-ring-offset-color: rgb(253 224 71 / .7)}.ring-offset-yellow-300\/75{--tw-ring-offset-color: rgb(253 224 71 / .75)}.ring-offset-yellow-300\/80{--tw-ring-offset-color: rgb(253 224 71 / .8)}.ring-offset-yellow-300\/90{--tw-ring-offset-color: rgb(253 224 71 / .9)}.ring-offset-yellow-300\/95{--tw-ring-offset-color: rgb(253 224 71 / .95)}.ring-offset-yellow-400{--tw-ring-offset-color: #facc15}.ring-offset-yellow-400\/0{--tw-ring-offset-color: rgb(250 204 21 / 0)}.ring-offset-yellow-400\/10{--tw-ring-offset-color: rgb(250 204 21 / .1)}.ring-offset-yellow-400\/100{--tw-ring-offset-color: rgb(250 204 21 / 1)}.ring-offset-yellow-400\/20{--tw-ring-offset-color: rgb(250 204 21 / .2)}.ring-offset-yellow-400\/25{--tw-ring-offset-color: rgb(250 204 21 / .25)}.ring-offset-yellow-400\/30{--tw-ring-offset-color: rgb(250 204 21 / .3)}.ring-offset-yellow-400\/40{--tw-ring-offset-color: rgb(250 204 21 / .4)}.ring-offset-yellow-400\/5{--tw-ring-offset-color: rgb(250 204 21 / .05)}.ring-offset-yellow-400\/50{--tw-ring-offset-color: rgb(250 204 21 / .5)}.ring-offset-yellow-400\/60{--tw-ring-offset-color: rgb(250 204 21 / .6)}.ring-offset-yellow-400\/70{--tw-ring-offset-color: rgb(250 204 21 / .7)}.ring-offset-yellow-400\/75{--tw-ring-offset-color: rgb(250 204 21 / .75)}.ring-offset-yellow-400\/80{--tw-ring-offset-color: rgb(250 204 21 / .8)}.ring-offset-yellow-400\/90{--tw-ring-offset-color: rgb(250 204 21 / .9)}.ring-offset-yellow-400\/95{--tw-ring-offset-color: rgb(250 204 21 / .95)}.ring-offset-yellow-50{--tw-ring-offset-color: #fefce8}.ring-offset-yellow-50\/0{--tw-ring-offset-color: rgb(254 252 232 / 0)}.ring-offset-yellow-50\/10{--tw-ring-offset-color: rgb(254 252 232 / .1)}.ring-offset-yellow-50\/100{--tw-ring-offset-color: rgb(254 252 232 / 1)}.ring-offset-yellow-50\/20{--tw-ring-offset-color: rgb(254 252 232 / .2)}.ring-offset-yellow-50\/25{--tw-ring-offset-color: rgb(254 252 232 / .25)}.ring-offset-yellow-50\/30{--tw-ring-offset-color: rgb(254 252 232 / .3)}.ring-offset-yellow-50\/40{--tw-ring-offset-color: rgb(254 252 232 / .4)}.ring-offset-yellow-50\/5{--tw-ring-offset-color: rgb(254 252 232 / .05)}.ring-offset-yellow-50\/50{--tw-ring-offset-color: rgb(254 252 232 / .5)}.ring-offset-yellow-50\/60{--tw-ring-offset-color: rgb(254 252 232 / .6)}.ring-offset-yellow-50\/70{--tw-ring-offset-color: rgb(254 252 232 / .7)}.ring-offset-yellow-50\/75{--tw-ring-offset-color: rgb(254 252 232 / .75)}.ring-offset-yellow-50\/80{--tw-ring-offset-color: rgb(254 252 232 / .8)}.ring-offset-yellow-50\/90{--tw-ring-offset-color: rgb(254 252 232 / .9)}.ring-offset-yellow-50\/95{--tw-ring-offset-color: rgb(254 252 232 / .95)}.ring-offset-yellow-500{--tw-ring-offset-color: #eab308}.ring-offset-yellow-500\/0{--tw-ring-offset-color: rgb(234 179 8 / 0)}.ring-offset-yellow-500\/10{--tw-ring-offset-color: rgb(234 179 8 / .1)}.ring-offset-yellow-500\/100{--tw-ring-offset-color: rgb(234 179 8 / 1)}.ring-offset-yellow-500\/20{--tw-ring-offset-color: rgb(234 179 8 / .2)}.ring-offset-yellow-500\/25{--tw-ring-offset-color: rgb(234 179 8 / .25)}.ring-offset-yellow-500\/30{--tw-ring-offset-color: rgb(234 179 8 / .3)}.ring-offset-yellow-500\/40{--tw-ring-offset-color: rgb(234 179 8 / .4)}.ring-offset-yellow-500\/5{--tw-ring-offset-color: rgb(234 179 8 / .05)}.ring-offset-yellow-500\/50{--tw-ring-offset-color: rgb(234 179 8 / .5)}.ring-offset-yellow-500\/60{--tw-ring-offset-color: rgb(234 179 8 / .6)}.ring-offset-yellow-500\/70{--tw-ring-offset-color: rgb(234 179 8 / .7)}.ring-offset-yellow-500\/75{--tw-ring-offset-color: rgb(234 179 8 / .75)}.ring-offset-yellow-500\/80{--tw-ring-offset-color: rgb(234 179 8 / .8)}.ring-offset-yellow-500\/90{--tw-ring-offset-color: rgb(234 179 8 / .9)}.ring-offset-yellow-500\/95{--tw-ring-offset-color: rgb(234 179 8 / .95)}.ring-offset-yellow-600{--tw-ring-offset-color: #ca8a04}.ring-offset-yellow-600\/0{--tw-ring-offset-color: rgb(202 138 4 / 0)}.ring-offset-yellow-600\/10{--tw-ring-offset-color: rgb(202 138 4 / .1)}.ring-offset-yellow-600\/100{--tw-ring-offset-color: rgb(202 138 4 / 1)}.ring-offset-yellow-600\/20{--tw-ring-offset-color: rgb(202 138 4 / .2)}.ring-offset-yellow-600\/25{--tw-ring-offset-color: rgb(202 138 4 / .25)}.ring-offset-yellow-600\/30{--tw-ring-offset-color: rgb(202 138 4 / .3)}.ring-offset-yellow-600\/40{--tw-ring-offset-color: rgb(202 138 4 / .4)}.ring-offset-yellow-600\/5{--tw-ring-offset-color: rgb(202 138 4 / .05)}.ring-offset-yellow-600\/50{--tw-ring-offset-color: rgb(202 138 4 / .5)}.ring-offset-yellow-600\/60{--tw-ring-offset-color: rgb(202 138 4 / .6)}.ring-offset-yellow-600\/70{--tw-ring-offset-color: rgb(202 138 4 / .7)}.ring-offset-yellow-600\/75{--tw-ring-offset-color: rgb(202 138 4 / .75)}.ring-offset-yellow-600\/80{--tw-ring-offset-color: rgb(202 138 4 / .8)}.ring-offset-yellow-600\/90{--tw-ring-offset-color: rgb(202 138 4 / .9)}.ring-offset-yellow-600\/95{--tw-ring-offset-color: rgb(202 138 4 / .95)}.ring-offset-yellow-800{--tw-ring-offset-color: #854d0e}.ring-offset-yellow-800\/0{--tw-ring-offset-color: rgb(133 77 14 / 0)}.ring-offset-yellow-800\/10{--tw-ring-offset-color: rgb(133 77 14 / .1)}.ring-offset-yellow-800\/100{--tw-ring-offset-color: rgb(133 77 14 / 1)}.ring-offset-yellow-800\/20{--tw-ring-offset-color: rgb(133 77 14 / .2)}.ring-offset-yellow-800\/25{--tw-ring-offset-color: rgb(133 77 14 / .25)}.ring-offset-yellow-800\/30{--tw-ring-offset-color: rgb(133 77 14 / .3)}.ring-offset-yellow-800\/40{--tw-ring-offset-color: rgb(133 77 14 / .4)}.ring-offset-yellow-800\/5{--tw-ring-offset-color: rgb(133 77 14 / .05)}.ring-offset-yellow-800\/50{--tw-ring-offset-color: rgb(133 77 14 / .5)}.ring-offset-yellow-800\/60{--tw-ring-offset-color: rgb(133 77 14 / .6)}.ring-offset-yellow-800\/70{--tw-ring-offset-color: rgb(133 77 14 / .7)}.ring-offset-yellow-800\/75{--tw-ring-offset-color: rgb(133 77 14 / .75)}.ring-offset-yellow-800\/80{--tw-ring-offset-color: rgb(133 77 14 / .8)}.ring-offset-yellow-800\/90{--tw-ring-offset-color: rgb(133 77 14 / .9)}.ring-offset-yellow-800\/95{--tw-ring-offset-color: rgb(133 77 14 / .95)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.glass{background-color:#fff6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.range-input::-webkit-slider-thumb{height:1rem;width:1rem;cursor:pointer;-webkit-appearance:none;appearance:none;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(103 176 68 / var(--tw-bg-opacity))}.range-input::-webkit-slider-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(62 107 41 / var(--tw-bg-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:bg-brown-700:hover{--tw-bg-opacity: 1;background-color:rgb(44 37 32 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(62 107 41 / var(--tw-bg-opacity))}.hover\:bg-opacity-60:hover{--tw-bg-opacity: .6}.hover\:bg-opacity-90:hover{--tw-bg-opacity: .9}.hover\:text-brown-500:hover{--tw-text-opacity: 1;color:rgb(76 63 55 / var(--tw-text-opacity))}.hover\:text-brown-600:hover{--tw-text-opacity: 1;color:rgb(62 52 45 / var(--tw-text-opacity))}.hover\:text-brown-700:hover{--tw-text-opacity: 1;color:rgb(44 37 32 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(81 140 54 / var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(62 107 41 / var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.focus\:z-10:focus{z-index:10}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(103 176 68 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 176 68 / var(--tw-ring-opacity))}.focus\:ring-transparent:focus{--tw-ring-color: transparent}.focus\:ring-white:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}@media (min-width: 640px){.sm\:static{position:static}.sm\:inset-auto{top:auto;right:auto;bottom:auto;left:auto}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:ml-6{margin-left:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-auto{height:auto}.sm\:h-full{height:100%}.sm\:max-h-\[240px\]{max-height:240px}.sm\:w-1\/3{width:33.333333%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:content-center{align-content:center}.sm\:items-stretch{align-items:stretch}.sm\:justify-start{justify-content:flex-start}.sm\:justify-around{justify-content:space-around}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:overflow-auto{overflow:auto}.sm\:rounded-xl{border-radius:.75rem}.sm\:border-\[2px\]{border-width:2px}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-8{padding-left:2rem}.sm\:pr-0{padding-right:0}.sm\:text-left{text-align:left}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:hidden{display:none}.md\:h-\[200px\]{height:200px}.md\:w-\[200px\]{width:200px}.md\:w-auto{width:auto}.md\:rounded-xl{border-radius:.75rem}.md\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pb-6{padding-bottom:1.5rem}.md\:pl-5{padding-left:1.25rem}.md\:glass{background-color:#fff6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media (min-width: 1024px){.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:table-cell{display:table-cell}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
