@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__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 Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__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 Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__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 Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__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 Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.questionaire{position:relative;width:90%;height:auto;background-color:#fff;margin:auto}.questionaire .navbar{display:flex;flex-direction:column;width:1440px;align-items:center;justify-content:center;gap:10px;padding:10px;position:absolute;top:0;left:0}.questionaire .frame{display:flex;width:1250px;align-items:center;gap:213px;position:relative;flex:0 0 auto}.questionaire .img{position:relative;flex:0 0 auto}.questionaire .frame-wrapper{display:flex;flex-direction:column;width:883px;align-items:flex-start;gap:10px;padding:10px;position:relative}.questionaire .div-wrapper{display:flex;width:877px;align-items:center;justify-content:flex-end;gap:203px;position:relative;flex:0 0 auto;margin-right:-14px}.questionaire .div{display:inline-flex;align-items:flex-start;gap:31px;position:relative;flex:0 0 auto}.questionaire .frame-2{display:flex;width:150px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px}.questionaire .text-wrapper{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:#1f1f28;font-size:14px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.questionaire .frame-3{display:inline-flex;flex-direction:column;align-items:center;gap:33px;padding:10px;position:absolute;top:160px;left:224px}.questionaire .group-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;flex:0 0 auto}.questionaire .group{width:145px;position:relative;height:40px}.questionaire .group-2{width:147px;position:relative;height:40px}.questionaire .text-wrapper-2{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-400);font-size:24px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.questionaire .line{position:relative;width:973px;height:1px;object-fit:cover}.questionaire .frame-4{display:inline-flex;flex-direction:column;align-items:flex-start;gap:29px;position:relative;flex:0 0 auto}.questionaire .group-3{position:relative;width:207px;height:40px}.questionaire .group-4{position:relative;width:209px;height:40px}.questionaire .text-wrapper-3{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:18px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.questionaire .frame-5{display:inline-flex;flex-direction:column;align-items:flex-start;gap:19px;position:relative;flex:0 0 auto}.questionaire .frame-6{display:inline-flex;flex-direction:column;align-items:flex-start;gap:72px;position:relative;flex:0 0 auto}.questionaire .frame-7{display:inline-flex;flex-direction:column;align-items:flex-start;gap:32px;position:relative;flex:0 0 auto}.questionaire .frame-8{display:inline-flex;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.questionaire .frame-9{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.questionaire .text-wrapper-4{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-300);font-size:14px;text-align:center;letter-spacing:0;line-height:32px;white-space:nowrap}.questionaire .frame-10{display:flex;width:478px;height:56px;align-items:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.questionaire .text-wrapper-5{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-3px;margin-bottom:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.questionaire .text-wrapper-6{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;text-align:center;letter-spacing:0;line-height:32px;white-space:nowrap}.questionaire .text-wrapper-7{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-300);font-size:14px;text-align:center;letter-spacing:0;line-height:22px;white-space:nowrap}.questionaire .text-wrapper-8{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;text-align:center;letter-spacing:0;line-height:22px;white-space:nowrap}.questionaire .frame-11{display:inline-flex;align-items:center;gap:258px;position:relative;flex:0 0 auto}.questionaire .vuesax-outline-arrow{position:relative;width:24px;height:24px}.questionaire .frame-12{display:inline-flex;align-items:center;gap:175px;position:relative;flex:0 0 auto}.questionaire .save-and-continue-wrapper{display:flex;width:478px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.questionaire .save-and-continue{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-3px;margin-bottom:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:16px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.questionaire .frame-13{display:inline-flex;flex-direction:column;align-items:flex-end;gap:6px;position:absolute;top:130px;left:357px}.questionaire .text-wrapper-9{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-400);font-size:14px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.questionaire .frame-14{position:relative;width:730px;height:6px;margin-bottom:-3px;margin-left:-1px;margin-right:-3px;object-fit:cover}.text-area{display:flex;width:478px;height:240px;padding:10px;align-items:flex-start;gap:10px;border-radius:4px;border:1px solid var(--foundation-blue-secondary-text-50, #eaeaea);background-color:red}.stepThree{display:inline-flex;flex-direction:column;align-items:center;gap:48px;padding:10px;position:relative}.stepThree .group-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;flex:0 0 auto}.stepThree .group{width:145px;position:relative;height:40px}.stepThree .div-wrapper{width:147px;position:relative;height:40px}.stepThree .text-wrapper{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-400);font-size:24px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepThree .line{position:relative;width:973px;height:1px;object-fit:cover}.stepThree .stepThree-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:29px;position:relative;flex:0 0 auto}.stepThree .div{display:inline-flex;flex-direction:column;align-items:flex-start;gap:36px;position:relative;flex:0 0 auto}.stepThree .div-2{display:inline-flex;flex-direction:column;align-items:flex-start;position:relative;flex:0 0 auto}.stepThree .group-2{width:189px;position:relative;height:40px}.stepThree .group-3{width:191px;position:relative;height:40px}.stepThree .text-wrapper-2{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:18px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepThree .please-provide-full{position:relative;width:977px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-300);font-size:16px;letter-spacing:0;line-height:32px}.stepThree .stepThree-wrapper-2{display:inline-flex;flex-direction:column;align-items:flex-start;gap:19px;position:relative;flex:0 0 auto}.stepThree .div-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:72px;position:relative;flex:0 0 auto}.stepThree .stepThree-wrapper-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.stepThree .div-4{display:inline-flex;flex-direction:column;align-items:flex-start;gap:24px;position:relative;flex:0 0 auto}.stepThree .div-5{display:inline-flex;align-items:flex-start;gap:24px;position:relative;flex:0 0 auto}.stepThree .div-6{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.stepThree .text-wrapper-3{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-300);font-size:14px;text-align:center;letter-spacing:0;line-height:22px;white-space:nowrap}.stepThree .stepThree-wrapper-4{display:inline-flex;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.stepThree .div-wrapper-2{display:flex;width:478px;height:56px;align-items:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepThree .text-wrapper-4{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;text-align:center;letter-spacing:0;line-height:22px;white-space:nowrap}.stepThree .div-7{display:inline-flex;align-items:center;gap:322px;position:relative;flex:0 0 auto}.stepThree .vuesax-outline-arrow{position:relative;width:24px;height:24px}.stepThree .stepThree-wrapper-5{display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;flex:0 0 auto}.stepThree .div-wrapper-3{display:flex;width:478px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationyellowprimary-500)}.stepThree .text-wrapper-5{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-3px;margin-bottom:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:16px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepThree .group-4{width:300px;position:relative;height:40px}.stepThree .group-5{width:302px;position:relative;height:40px}.stepThree .div-8{display:inline-flex;align-items:center;gap:323px;position:relative;flex:0 0 auto}.stepThree .stepThree-wrapper-6{display:inline-flex;flex-direction:column;align-items:flex-start;gap:113px;position:relative;flex:0 0 auto}.stepThree .div-9{display:inline-flex;align-items:flex-start;gap:25px;position:relative;flex:0 0 auto}.stepThree .div-wrapper-4{display:flex;flex-direction:column;width:97px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationbluesecondarytext-500);border-radius:4px}.stepThree .text-wrapper-6{font-weight:600;color:#fff;font-size:16px;line-height:32px;position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;text-align:center;letter-spacing:0;white-space:nowrap}.stepThree .save-and-continue-wrapper{display:flex;width:356px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFour{display:inline-flex;flex-direction:column;align-items:center;gap:33px;padding:10px;position:relative}.stepFour .group-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;flex:0 0 auto}.stepFour .group{width:145px;position:relative;height:40px}.stepFour .div-wrapper{width:147px;position:relative;height:40px}.stepFour .text-wrapper{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-400);font-size:24px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFour .line{position:relative;width:973px;height:1px;object-fit:cover}.stepFour .stepFour-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:29px;position:relative;flex:0 0 auto}.stepFour .div{display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;flex:0 0 auto}.stepFour .div-2{display:inline-flex;flex-direction:column;align-items:flex-start;position:relative;flex:0 0 auto}.stepFour .group-2{position:relative;width:211px;height:40px}.stepFour .group-3{position:relative;width:213px;height:40px}.stepFour .text-wrapper-2{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:18px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFour .please-note-that{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:12px;text-align:center;letter-spacing:0;line-height:18px;white-space:nowrap}.stepFour .span{color:#9d9d9d}.stepFour .text-wrapper-3{color:#ec1c24}.stepFour .div-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:45px;position:relative;flex:0 0 auto}.stepFour .stepFour-wrapper-2{display:inline-flex;flex-direction:column;align-items:flex-start;gap:72px;position:relative;flex:0 0 auto}.stepFour .stepFour-wrapper-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;flex:0 0 auto}.stepFour .div-4{display:inline-flex;flex-direction:column;align-items:flex-start;gap:46px;position:relative;flex:0 0 auto}.stepFour .div-5{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.stepFour .has-the-board-of{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;text-align:center;letter-spacing:0;line-height:32px;white-space:nowrap}.stepFour .text-wrapper-4{color:#707070}.stepFour .stepFour-wrapper-4{display:inline-flex;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.stepFour .stepFour-wrapper-5{display:flex;width:478px;height:56px;align-items:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFour .div-6{display:inline-flex;align-items:center;gap:350px;position:relative;flex:0 0 auto;margin-top:-2px;margin-bottom:-2px}.stepFour .text-wrapper-5{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFour .vuesax-outline-arrow{position:relative;width:24px;height:24px}.stepFour .has-the-institution{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;letter-spacing:0;line-height:32px}.stepFour .div-7{display:inline-flex;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.stepFour .stepFour-wrapper-6{display:flex;width:245px;align-items:flex-start;gap:15px;position:relative}.stepFour .stepFour-wrapper-7{display:flex;width:245px;height:56px;align-items:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFour .div-wrapper-2{display:inline-flex;align-items:center;gap:4px;position:relative;flex:0 0 auto;margin-top:-2px;margin-bottom:-2px}.stepFour .p{position:relative;width:509px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;letter-spacing:0;line-height:32px}.stepFour .div-8{display:inline-flex;align-items:flex-start;gap:25px;position:relative;flex:0 0 auto}.stepFour .div-wrapper-3{display:flex;flex-direction:column;width:97px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationbluesecondarytext-500);border-radius:4px}.stepFour .text-wrapper-6{font-weight:600;color:#fff;font-size:16px;line-height:32px;position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;text-align:center;letter-spacing:0;white-space:nowrap}.stepFour .save-and-continue-wrapper{display:flex;width:356px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFour .save-and-continue{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-3px;margin-bottom:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:16px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFive{display:inline-flex;flex-direction:column;align-items:center;gap:33px;padding:10px;position:relative}.stepFive .group-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;flex:0 0 auto}.stepFive .group{width:145px;position:relative;height:40px}.stepFive .div-wrapper{width:147px;position:relative;height:40px}.stepFive .text-wrapper{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-400);font-size:24px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFive .line{position:relative;width:973px;height:1px;object-fit:cover}.stepFive .div{display:inline-flex;flex-direction:column;align-items:flex-start;gap:45px;position:relative;flex:0 0 auto}.stepFive .div-2{display:inline-flex;flex-direction:column;align-items:flex-start;gap:20px;position:relative;flex:0 0 auto}.stepFive .div-3{display:inline-flex;flex-direction:column;align-items:flex-start;position:relative;flex:0 0 auto}.stepFive .group-2{position:relative;width:351px;height:40px}.stepFive .group-3{position:relative;width:353px;height:40px}.stepFive .text-wrapper-2{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:18px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFive .please-note-that{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:12px;text-align:center;letter-spacing:0;line-height:18px;white-space:nowrap}.stepFive .span{color:#9d9d9d}.stepFive .text-wrapper-3{color:#ec1c24}.stepFive .stepFive-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:19px;position:relative;flex:0 0 auto}.stepFive .stepFive-wrapper-2{display:inline-flex;flex-direction:column;align-items:flex-start;gap:72px;position:relative;flex:0 0 auto}.stepFive .stepFive-wrapper-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;flex:0 0 auto}.stepFive .div-4{display:inline-flex;flex-direction:column;align-items:flex-start;gap:46px;position:relative;flex:0 0 auto}.stepFive .div-5{display:flex;flex-direction:column;width:509px;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.stepFive .p{position:relative;width:509px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;letter-spacing:0;line-height:32px}.stepFive .text-wrapper-4{color:#707070}.stepFive .stepFive-wrapper-4{display:inline-flex;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.stepFive .stepFive-wrapper-5{display:flex;width:478px;height:56px;align-items:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFive .div-6{display:inline-flex;align-items:center;gap:350px;position:relative;flex:0 0 auto;margin-top:-2px;margin-bottom:-2px}.stepFive .text-wrapper-5{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.stepFive .vuesax-outline-arrow{position:relative;width:24px;height:24px}.stepFive .div-7{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.stepFive .div-8{display:inline-flex;align-items:flex-end;justify-content:flex-end;gap:68px;position:relative;flex:0 0 auto}.stepFive .how-often-are-the{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;letter-spacing:0;line-height:32px}.stepFive .stepFive-wrapper-6{display:flex;width:360px;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.stepFive .stepFive-wrapper-7{display:flex;width:360px;height:56px;align-items:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFive .div-9{display:inline-flex;align-items:center;gap:208px;position:relative;flex:0 0 auto;margin-top:-2px;margin-bottom:-2px}.stepFive .div-wrapper-2{gap:4px;display:inline-flex;align-items:center;position:relative;flex:0 0 auto}.stepFive .who-approves-this-wrapper{display:inline-flex;align-items:flex-start;gap:71px;position:relative;flex:0 0 auto}.stepFive .who-approves-this{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;letter-spacing:0;line-height:32px;white-space:nowrap}.stepFive .div-wrapper-3{gap:4px;margin-top:-2px;margin-bottom:-2px;display:inline-flex;align-items:center;position:relative;flex:0 0 auto}.stepFive .div-10{display:inline-flex;align-items:flex-end;gap:68px;position:relative;flex:0 0 auto}.stepFive .div-11{display:flex;flex-direction:column;width:361px;align-items:flex-start;gap:4px;position:relative}.stepFive .div-12{position:relative;width:360px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:transparent;font-size:16px;letter-spacing:0;line-height:32px}.stepFive .div-13{gap:232px;margin-top:-2px;margin-bottom:-2px;display:inline-flex;align-items:center;position:relative;flex:0 0 auto}.stepFive .div-14{display:inline-flex;align-items:flex-start;gap:25px;position:relative;flex:0 0 auto}.stepFive .div-wrapper-4{display:flex;flex-direction:column;width:97px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationbluesecondarytext-500);border-radius:4px}.stepFive .text-wrapper-6{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:600;color:#fff;font-size:16px;text-align:center;letter-spacing:0;line-height:32px;white-space:nowrap}.stepFive .save-and-continue-wrapper{display:flex;width:356px;height:56px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.stepFive .save-and-continue{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-3px;margin-bottom:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:16px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.DOCUMENT-UPLOAD{position:relative;width:1440px;height:1668px;background-color:#fff}.DOCUMENT-UPLOAD .navbar{display:flex;flex-direction:column;width:1440px;align-items:center;justify-content:center;gap:10px;padding:10px;position:absolute;top:0;left:0}.DOCUMENT-UPLOAD .frame{display:flex;width:1250px;align-items:center;gap:213px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .img{position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-wrapper{flex-direction:column;width:883px;align-items:flex-start;gap:10px;display:flex;padding:10px;position:relative}.DOCUMENT-UPLOAD .div-wrapper{display:flex;width:877px;align-items:center;justify-content:flex-end;gap:203px;position:relative;flex:0 0 auto;margin-right:-14px}.DOCUMENT-UPLOAD .div{display:inline-flex;align-items:flex-start;gap:31px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-2{display:flex;width:150px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px}.DOCUMENT-UPLOAD .text-wrapper{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:#1f1f28;font-size:14px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.DOCUMENT-UPLOAD .frame-3{display:inline-flex;align-items:center;gap:8px;position:absolute;top:120px;left:203px}.DOCUMENT-UPLOAD .vuesax-outline-arrow{position:relative;width:18px;height:18px}.DOCUMENT-UPLOAD .text-wrapper-2{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:500;color:var(--foundationbluesecondarytext-300);font-size:16px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-4{display:inline-flex;flex-direction:column;align-items:flex-start;gap:33px;position:absolute;top:164px;left:203px}.DOCUMENT-UPLOAD .frame-5{display:inline-flex;flex-direction:column;align-items:flex-start;gap:21px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-6{display:inline-flex;flex-direction:column;align-items:flex-start;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .group{width:289px;position:relative;height:40px}.DOCUMENT-UPLOAD .group-2{width:291px;position:relative;height:40px}.DOCUMENT-UPLOAD .text-wrapper-3{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:32px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.DOCUMENT-UPLOAD .frame-7{display:inline-flex;align-items:center;gap:46px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .p{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:600;color:#a3a4a5;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-8{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:10px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .text-wrapper-4{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-300);font-size:14px;letter-spacing:0;line-height:normal;text-decoration:underline}.DOCUMENT-UPLOAD .frame-9{display:inline-flex;flex-direction:column;align-items:flex-start;gap:13px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .text-wrapper-5{position:relative;width:676px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-500);font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .text-wrapper-6{position:relative;width:247px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-500);font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .text-wrapper-7{position:relative;width:290px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-500);font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .line{position:relative;width:1030px;height:1px;object-fit:cover}.DOCUMENT-UPLOAD .frame-10{display:inline-flex;flex-direction:column;align-items:flex-start;gap:51px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-11{display:flex;flex-direction:column;width:1031px;height:285px;align-items:flex-start;gap:51px;padding:0 10px;position:relative;background-color:var(--foundationyellowprimary-50);border-radius:4px;border:2px dashed;border-color:var(--foundationyellowprimary-500)}.DOCUMENT-UPLOAD .frame-12{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .text-wrapper-8{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:300;color:#484848;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-13{display:flex;flex-direction:column;align-items:center;gap:2px;position:relative;align-self:stretch;width:100%;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-14{display:inline-flex;flex-direction:column;align-items:center;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .cloud-upload{position:relative;width:32px;height:32px}.DOCUMENT-UPLOAD .frame-15{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:5px 10px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .text-wrapper-9{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:#6e6e6e;font-size:24px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .or-browse-file-from{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:300;color:transparent;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .span{color:#484848}.DOCUMENT-UPLOAD .text-wrapper-10{color:#f2b807}.DOCUMENT-UPLOAD .frame-16{display:inline-flex;flex-direction:column;align-items:flex-end;gap:16px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-17{display:flex;width:200px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;flex:0 0 auto;border-radius:4px;border:1px solid;border-color:#50992b}.DOCUMENT-UPLOAD .checkmark-circle-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .checkmark-circle{position:relative;width:16px;height:16px}.DOCUMENT-UPLOAD .union{position:absolute;width:16px;height:16px;top:0;left:0}.DOCUMENT-UPLOAD .text-wrapper-11{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:#50992b;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-18{display:flex;flex-direction:column;width:1031px;align-items:flex-start;gap:14px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-19{display:flex;width:1031px;align-items:flex-start;position:relative;flex:0 0 auto;background-color:#f9f9f9}.DOCUMENT-UPLOAD .frame-20{display:inline-flex;align-items:flex-start;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .frame-21{display:flex;width:480px;align-items:center;gap:10px;padding:10px;position:relative}.DOCUMENT-UPLOAD .text-wrapper-12{font-weight:600;color:#484848;position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-22{width:300px;align-items:center;gap:10px;display:flex;padding:10px;position:relative}.DOCUMENT-UPLOAD .frame-23{display:flex;width:233px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative}.DOCUMENT-UPLOAD .frame-24{display:flex;width:1031px;height:68px;align-items:center;position:relative;background-color:#fff;border:1px solid;border-color:#dadada}.DOCUMENT-UPLOAD .frame-25{display:inline-flex;align-items:flex-start;position:relative;flex:0 0 auto;border-radius:4px}.DOCUMENT-UPLOAD .text-wrapper-13{font-weight:400;color:#53b175;position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-26{width:300px;align-items:center;gap:44px;border-radius:4px;border:1px solid;border-color:#dadada;display:flex;padding:10px;position:relative}.DOCUMENT-UPLOAD .text-wrapper-14{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:#484848;font-size:14px;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .vuesax-outline-arrow-2{position:relative;width:24px;height:24px;margin-right:-1px}.DOCUMENT-UPLOAD .send-circle-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;flex:0 0 auto}.DOCUMENT-UPLOAD .send-circle{position:relative;width:30px;height:30px;background-color:#ec4f3c;border-radius:15px}.DOCUMENT-UPLOAD .akar-icons-plus{position:absolute;width:14px;height:14px;top:8px;left:8px}.DOCUMENT-UPLOAD .frame-27{display:flex;flex-direction:column;width:1031px;align-items:center;gap:20px;padding:20px;position:relative;flex:0 0 auto;border-radius:4px;border:1px solid;border-color:#dadada}.DOCUMENT-UPLOAD .please-select-the{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:#484848;font-size:14px;text-align:center;letter-spacing:0;line-height:normal}.DOCUMENT-UPLOAD .frame-28{display:flex;width:754px;height:46px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:#f1b807;border-radius:4px}.DOCUMENT-UPLOAD .text-wrapper-15{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:500;color:#1d1b1b;font-size:16px;text-align:center;letter-spacing:0;line-height:normal}.document-upload{display:flex;flex-direction:column;height:364px;align-items:center;justify-content:center;gap:22px;padding:10px;position:relative;background-color:#fff;border-radius:10px}.document-upload .frame{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:65px;position:relative;align-self:stretch;width:100%;flex:0 0 auto}.document-upload .group{position:relative;width:179.86px;height:60px}.document-upload .img{position:absolute;width:60px;height:60px;top:0;left:56px}.document-upload .div{position:absolute;width:53px;height:41px;top:4px;left:127px}.document-upload .star{position:absolute;width:10px;height:10px;top:27px;left:6px}.document-upload .star-2{position:absolute;width:14px;height:14px;top:6px;left:35px}.document-upload .rectangle{width:9px;height:9px;top:2px;left:2px;background-color:#c1efa9;position:absolute;transform:rotate(45deg)}.document-upload .rectangle-2{width:4px;height:4px;top:11px;left:21px;background-color:#50992b;position:absolute;transform:rotate(45deg)}.document-upload .frame-2{position:absolute;width:40px;height:44px;top:4px;left:0}.document-upload .star-3{position:absolute;width:10px;height:10px;top:30px;left:10px}.document-upload .rectangle-3{width:9px;height:9px;top:9px;left:2px;background-color:#77c94e;position:absolute;transform:rotate(45deg)}.document-upload .rectangle-4{width:4px;height:4px;top:17px;left:22px;background-color:#b3ec96;position:absolute;transform:rotate(45deg)}.document-upload .ellipse{width:10px;height:10px;top:0;border-radius:5px;border-color:#b3ec96;position:absolute;left:30px;border:2px solid}.document-upload .ellipse-2{width:8px;height:8px;top:27px;border-radius:4px;border-color:#77c94e;position:absolute;left:30px;border:2px solid}.document-upload .frame-3{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;position:relative;flex:0 0 auto}.document-upload .div-wrapper{display:inline-flex;flex-direction:column;align-items:center;gap:40px;position:relative;flex:0 0 auto}.document-upload .text-wrapper{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-400);font-size:24px;text-align:center;letter-spacing:0;line-height:normal}.document-upload .our-compliance-team{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-300);font-size:14px;text-align:center;letter-spacing:0;line-height:normal}.document-upload .frame-wrapper{display:inline-flex;align-items:flex-start;gap:31px;position:relative;flex:0 0 auto}.document-upload .frame-4{display:flex;width:150px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationbluesecondarytext-500);border-radius:4px}.document-upload .text-wrapper-2{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationyellowprimary-50);font-size:14px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.addmore{border:1px solid #f1b807!important}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.DevFrame{display:inline-flex;flex-direction:column;align-items:center;gap:55px;position:relative}.DevFrame .developers-portal{position:relative;width:1080px;height:207px}.DevFrame .overlap-group{position:relative;height:207px;border-radius:10px}.DevFrame .DevFrame-wrapper{display:flex;flex-direction:column;width:1080px;height:207px;align-items:center;justify-content:center;gap:10px;padding:10px;position:absolute;top:0;left:0;background-color:var(--foundationyellowprimary-50);border-radius:10px}.DevFrame .div{display:flex;flex-direction:column;width:726px;height:126px;align-items:flex-start;justify-content:space-between;position:relative}.DevFrame .div-2{display:inline-flex;flex-direction:column;align-items:flex-start;gap:6px;position:relative;flex:0 0 auto}.DevFrame .group{position:relative;width:202px;height:40px}.DevFrame .div-wrapper{position:relative;width:204px;height:40px}.DevFrame .text-wrapper{position:absolute;height:40px;top:0;left:0;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:24px;text-align:center;letter-spacing:0;line-height:40px;white-space:nowrap}.DevFrame .p{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:600;color:#a3a4a5;font-size:14px;letter-spacing:0;line-height:normal}.DevFrame .DevFrame-wrapper-2{display:inline-flex;flex-direction:column;align-items:flex-end;gap:6px;position:relative;flex:0 0 auto}.DevFrame .div-wrapper-2{display:flex;width:180px;height:48px;align-items:center;justify-content:center;gap:10px;padding:2px 10px;position:relative;background-color:var(--foundationbluesecondarytext-400);border-radius:4px}.DevFrame .text-wrapper-2{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-50);font-size:14px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.DevFrame .star{position:absolute;width:29px;height:30px;top:131px;left:112px}.DevFrame .img{position:absolute;width:42px;height:45px;top:26px;left:971px}.DevFrame .div-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:40px;position:relative;flex:0 0 auto}.DevFrame .div-4{display:inline-flex;align-items:flex-start;gap:8px;position:relative;flex:0 0 auto}.DevFrame .div-wrapper-3{display:flex;width:107px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px}.DevFrame .text-wrapper-3{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-500);font-size:16px;letter-spacing:0;line-height:normal}.DevFrame .div-wrapper-4{display:flex;width:107px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.DevFrame .text-wrapper-4{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-400);font-size:16px;letter-spacing:0;line-height:normal}.DevFrame .div-wrapper-5{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;flex:0 0 auto;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.DevFrame .DevFrame-wrapper-3{display:flex;flex-direction:column;width:889px;height:140px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:#fff;border-radius:10px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.DevFrame .div-5{display:inline-flex;flex-direction:column;align-items:flex-start;gap:15px;position:relative;flex:0 0 auto}.DevFrame .text-wrapper-5{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:16px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.DevFrame .div-6{display:inline-flex;align-items:flex-start;position:relative;flex:0 0 auto}.DevFrame .vuesax-outline-eye-wrapper{position:relative;width:562px;height:41px;border-radius:2px 0 0 2px;overflow:hidden;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.DevFrame .vuesax-outline-eye{position:absolute;width:18px;height:18px;top:11px;left:529px}.DevFrame .vuesax-outline-eye-text{position:absolute;width:18px;height:18px;top:11px;color:#1d1b1b}.DevFrame .div-7{display:inline-flex;align-items:flex-start;gap:10px;padding:10px;position:relative;flex:0 0 auto;background-color:var(--foundationyellowprimary-100);border-radius:0 4px 4px 0}.DevFrame .vuesax-outline-key{position:relative;width:18px;height:18px}.DevFrame .text-wrapper-6{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:500;color:#fff;font-size:14px;letter-spacing:0;line-height:normal}.DevFrame .div-8{display:flex;width:889px;height:288px;align-items:center;gap:56px;padding:20px;position:relative;background-color:#fff;border-radius:10px}.DevFrame .div-9{display:inline-flex;flex-direction:column;align-items:center;gap:17px;position:relative;flex:0 0 auto}.DevFrame .div-10{position:relative;width:179px;height:179px;background-color:#fff;border-radius:10px;overflow:hidden;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.DevFrame .group-2{position:relative;width:100px;height:104px;top:33px;left:40px}.DevFrame .vector{position:absolute;width:51px;height:20px;top:0;left:25px}.DevFrame .vector-2{position:absolute;width:17px;height:21px;top:14px;left:3px}.DevFrame .vector-3{position:absolute;width:17px;height:21px;top:14px;left:80px}.DevFrame .img-2{position:absolute;width:100px;height:67px;top:38px;left:0;object-fit:cover}.DevFrame .text-wrapper-7{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:16px;text-align:center;letter-spacing:0;line-height:28px;white-space:nowrap}.DevFrame .imtonigeria{position:relative;width:100px;height:103px;top:39px;left:40px}.DevFrame .overlap{position:relative;height:103px}.DevFrame .overlap-group-2{position:absolute;width:100px;height:103px;top:0;left:0}.DevFrame .vector-4{position:absolute;width:66px;height:66px;top:37px;left:34px}.DevFrame .vector-5{position:absolute;width:20px;height:20px;top:47px;left:57px}.DevFrame .vector-6{position:absolute;width:38px;height:20px;top:72px;left:47px}.DevFrame .vector-7{position:absolute;width:66px;height:66px;top:2px;left:0}.DevFrame .vector-8{position:absolute;width:21px;height:21px;top:11px;left:22px}.DevFrame .vector-9{position:absolute;width:38px;height:20px;top:36px;left:13px}.DevFrame .vector-10{position:absolute;width:23px;height:23px;top:79px;left:33px}.DevFrame .text-wrapper-8{position:absolute;top:82px;left:41px;font-family:Poppins,Helvetica;font-weight:700;color:var(--foundationyellowprimary-100);font-size:11.7px;letter-spacing:0;line-height:normal}.DevFrame .vector-11{position:absolute;width:23px;height:23px;top:0;left:49px}.DevFrame .text-wrapper-9{position:absolute;top:3px;left:56px;font-family:Poppins,Helvetica;font-weight:700;color:var(--foundationyellowprimary-100);font-size:11.7px;letter-spacing:0;line-height:normal}.DevFrame .vector-12{position:absolute;width:10px;height:1px;top:9px;left:55px}.DevFrame .vector-13{position:absolute;width:10px;height:1px;top:12px;left:55px}.DevFrame .vector-14{position:absolute;width:11px;height:11px;top:72px;left:20px}.DevFrame .vector-15{position:absolute;width:11px;height:11px;top:23px;left:70px}.Transactions{display:flex;flex-direction:column;align-items:center;gap:34px}.Transactions .div{display:inline-flex;flex-direction:column;align-items:flex-start;gap:26px;position:relative;flex:0 0 auto}.Transactions .div-2{display:inline-flex;flex-direction:column;align-items:flex-end;gap:23px;position:relative;flex:0 0 auto}.Transactions .Transactions-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:36px;position:relative;flex:0 0 auto}.Transactions .div-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:40px;position:relative;flex:0 0 auto}.Transactions .div-3{display:inline-flex;flex-direction:column;align-items:flex-start;gap:9px;position:relative;flex:0 0 auto}.Transactions .Transactions-wrapper-2{display:inline-flex;align-items:flex-start;position:relative;flex:0 0 auto}.Transactions .Transactions-wrapper-3{display:inline-flex;align-items:flex-end;justify-content:flex-end;gap:544px;position:relative;flex:0 0 auto}.Transactions .div-4{display:inline-flex;align-items:flex-end;justify-content:flex-end;gap:10px;position:relative;flex:0 0 auto}.Transactions .Transactions-wrapper-4{display:inline-flex;align-items:flex-end;justify-content:flex-end;gap:707px;position:relative;flex:0 0 auto}.Transactions .Transactions-wrapper-5{display:inline-flex;flex-direction:column;align-items:flex-start;gap:31px;position:relative;flex:0 0 auto}.Transactions .div-5{display:inline-flex;flex-direction:column;align-items:flex-start;position:relative;flex:0 0 auto}.Transactions .div-wrapper-2{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:5px;position:relative;flex:0 0 auto}.Transactions .text-wrapper{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:500;color:#484848;font-size:16px;letter-spacing:0;line-height:normal}.Transactions .line{position:relative;width:1080px;height:1px;object-fit:cover}.Transactions .div-6{display:inline-flex;align-items:flex-start;gap:22px;position:relative;flex:0 0 auto}.Transactions .transaction-card{display:flex;flex-direction:column;width:346px;height:130px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:#fff;border-radius:6px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.Transactions .div-7{display:inline-flex;flex-direction:column;align-items:flex-start;gap:19px;position:relative;flex:0 0 auto}.Transactions .div-8{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px;position:relative;flex:0 0 auto}.Transactions .text-wrapper-2{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:500;color:var(--foundationbluesecondarytext-500);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-3{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:24px;letter-spacing:0;line-height:normal}.Transactions .div-9{display:inline-flex;align-items:flex-start;gap:73px;position:relative;flex:0 0 auto}.Transactions .div-10{display:inline-flex;align-items:flex-start;gap:8px;position:relative;flex:0 0 auto}.Transactions .text-wrapper-4{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:500;color:var(--foundation-greeng200);font-size:12px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-5{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:500;color:var(--foundationbluesecondarytext-300);font-size:12px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-6{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-500);font-size:12px;letter-spacing:0;line-height:normal}.Transactions .Transactions-wrapper-6{display:flex;flex-direction:column;width:1082px;height:225px;align-items:flex-start;justify-content:center;gap:10px;padding:10px 20px;position:relative;background-color:#fff;border-radius:4px;box-shadow:var(--card-shadow)}.Transactions .div-11{display:flex;flex-wrap:wrap;width:1042px;align-items:center;gap:10px 10px;position:relative;flex:0 0 auto}.Transactions .text-wrapper-7{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationbluesecondarytext-400);font-size:16px;letter-spacing:0;line-height:normal}.Transactions .div-12{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;position:relative;flex:0 0 auto}.Transactions .Transactions-wrapper-7{display:flex;width:253px;align-items:flex-start;gap:17px;position:relative}.Transactions .div-13{display:inline-flex;align-items:center;justify-content:center;gap:92px;padding:10px;position:relative;flex:0 0 auto;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.Transactions .text-wrapper-8{position:relative;width:123px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .img{position:relative;width:18px;height:18px}.Transactions .div-14{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.Transactions .text-wrapper-9{position:relative;width:99px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-400);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .div-15{display:flex;width:253px;align-items:center;gap:116px;padding:10px;position:relative;flex:0 0 auto;background-color:#f9f9f9;border-radius:4px;border:1px solid;border-color:var(--foundationbluesecondarytext-50)}.Transactions .text-wrapper-10{position:relative;width:99px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-200);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-11{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:var(--foundationbluesecondarytext-400);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .div-16{display:inline-flex;align-items:flex-end;gap:11px;position:relative;flex:0 0 auto}.Transactions .component-wrapper{display:inline-flex;flex-direction:column;height:41px;align-items:flex-start;gap:47px;position:relative;flex:0 0 auto}.Transactions .component{display:flex;flex-direction:column;width:115px;height:41px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative;background-color:var(--foundationyellowprimary-500);border-radius:4px}.Transactions .div-17{display:inline-flex;align-items:flex-start;gap:9px;position:relative;flex:0 0 auto}.Transactions .next{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:#fff;font-size:14px;letter-spacing:0;line-height:normal}.Transactions .TABLE-transactions{display:flex;flex-direction:column;width:100%;align-items:center;gap:10px;padding:10px;position:relative;flex:0 0 auto;overflow:hidden;overflow-x:scroll}.Transactions .div-18{display:flex;flex-direction:column;width:1256px;align-items:flex-start;gap:4px;position:relative;flex:0 0 auto}.Transactions .div-19{display:flex;width:1256px;align-items:flex-start;gap:2px;position:relative;flex:0 0 auto;background-color:#f9f9f9}.Transactions .div-wrapper-3{display:flex;width:200px;align-items:center;gap:10px;padding:10px 20px;position:relative}.Transactions .text-wrapper-12{position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationyellowprimary-900);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .Transactions-wrapper-8{position:relative;width:200px;height:41px}.Transactions .div-20{display:flex;width:200px;align-items:center;justify-content:center;gap:10px;padding:10px;position:relative}.Transactions .text-wrapper-13{text-align:right;position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:600;color:var(--foundationyellowprimary-900);font-size:14px;letter-spacing:0;line-height:normal}.Transactions .polygon{position:relative;width:7.2px;height:6.5px}.Transactions .div-21{display:flex;width:200px;align-items:center;justify-content:flex-end;gap:10px;padding:10px;position:relative}.Transactions .div-22{width:1256px;height:60px;gap:2px;background-color:#fff;border-bottom-width:1px;border-bottom-style:solid;border-color:var(--foundationbluesecondarytext-50);display:flex;align-items:center;position:relative}.Transactions .text-wrapper-14{position:relative;width:150px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:#484848;font-size:12px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-15{position:relative;width:150px;margin-top:-1px;font-family:Poppins,Helvetica;font-weight:400;color:#484848;font-size:12px;text-align:center;letter-spacing:0;line-height:normal}.Transactions .Transactions-wrapper-9{display:flex;width:72px;align-items:center;justify-content:center;gap:5px;position:relative}.Transactions .div-wrapper-4{display:flex;width:44px;height:18px;align-items:center;justify-content:center;gap:10px;padding:0 2px;position:relative;border-radius:2px}.Transactions .text-wrapper-16{margin-left:-8px;margin-right:-8px;font-weight:500;color:#484848;text-align:right;position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-size:12px;letter-spacing:0;line-height:normal}.Transactions .pending-label{display:flex;width:100px;height:34px;align-items:center;justify-content:center;gap:6px;padding:2px 10px;position:relative;background-color:var(--foundation-greeng50);border-radius:4px}.Transactions .not-required{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:500;color:var(--foundation-greeng400);font-size:12px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-17{margin-left:-12.5px;margin-right:-12.5px;font-weight:400;color:#484848;text-align:right;position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-size:12px;letter-spacing:0;line-height:normal}.Transactions .text-wrapper-18{margin-left:-13.5px;margin-right:-13.5px;font-weight:500;color:#484848;text-align:right;position:relative;width:-webkit-fit-content;width:fit-content;margin-top:-1px;font-family:Poppins,Helvetica;font-size:12px;letter-spacing:0;line-height:normal}.Transactions .not-required-wrapper{display:flex;width:100px;height:34px;align-items:center;justify-content:center;gap:6px;padding:2px 10px;position:relative;background-color:var(--foundation-orangeo50);border-radius:4px}.Transactions .not-required-2{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:500;color:var(--foundation-orangeo300);font-size:12px;letter-spacing:0;line-height:normal}.Transactions .reject-label{display:flex;width:100px;height:34px;align-items:center;justify-content:center;gap:6px;padding:2px 10px;position:relative;background-color:#ffdcdd;border-radius:4px}.Transactions .rejected{position:relative;width:-webkit-fit-content;width:fit-content;font-family:Poppins,Helvetica;font-weight:500;color:#ec1c24;font-size:12px;letter-spacing:0;line-height:normal}.fund-border{display:flex;justify-content:flex-start;gap:4rem;border-radius:4px 4px 0 0;border-bottom:2px solid #ececec;align-items:center}.fund-border span{color:var(--Foundation-Blue-Secondary-Text-500, #29292a);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.fund-border .active{display:flex;width:100px;height:40px;padding:2px 10px;justify-content:center;align-items:center;gap:10px;border-radius:4px 4px 0 0;border-bottom:4px solid var(--Foundation-Yellow-Primary-500, #f1b807);background:var(--Foundation-Yellow-Primary-50, #fef8e6);padding:1rem}.details-sub{display:flex;gap:2rem;align-items:center;cursor:pointer}.details-sub span{color:var(--Foundation-Blue-Secondary-Text-400, #545455);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.details-sub .active{display:flex;height:30px;padding:2px 4px;white-space:nowrap;justify-content:center;align-items:center;gap:10px;border-radius:4px;border:1px solid var(--Foundation-Yellow-Primary-400, #f4c639);background:var(--Foundation-Yellow-Primary-50, #fef8e6)}.transfer-pin-modal .ant-modal-content{padding:32px 24px;border-radius:12px}.pin-modal-content{display:flex;flex-direction:column;align-items:center;text-align:center}.pin-modal-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#0a0d14;margin:0 0 8px}.pin-modal-subtitle{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085;margin:0 0 2rem}.pin-inputs{display:flex;gap:12px;justify-content:center;margin-bottom:1rem}.pin-input{width:48px;height:48px;border:1px solid #d0d5dd;border-radius:8px;text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#0a0d14;outline:none;transition:all .2s;-moz-appearance:textfield}.pin-input:focus{border-color:#fdb022;box-shadow:0 0 0 3px #fdb0221a}.pin-input::-webkit-outer-spin-button,.pin-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pin-error{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#ef4444;margin:0 0 1rem}.pin-modal-actions{display:flex;gap:12px;width:100%;margin-top:1rem}.btn-cancel{flex:1;display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fff;border:1px solid #d0d5dd;color:#344054;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;height:40px}.btn-cancel:hover,.btn-cancel:active{background:#f9fafb!important;color:#344054!important;border-color:#d0d5dd!important}.btn-send{flex:1;display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fdb022;border:1px solid #fdb022;color:#000;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;height:40px}.btn-send:hover,.btn-send:active{background:#fdb022!important;opacity:.9;color:#000!important;border-color:#fdb022!important}.currency-exchange-modal .ant-modal-content{border-radius:20px;padding:0}.currency-exchange-modal .ant-modal-body{padding:0}.exchange-modal{padding:24px}.exchange-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.exchange-modal__title{display:flex;align-items:center;gap:12px;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#0a0d14}.exchange-modal__currencies-btn{padding:8px 16px;border-radius:20px;border:1px solid #d7d7d8;background:#fff;font-family:Poppins,sans-serif;font-size:14px;color:#525866;cursor:pointer}.exchange-modal__currencies-btn:hover{background:#f9fafb}.exchange-modal__converter{background:#f9fafb;border-radius:16px;padding:20px;margin-bottom:24px}.exchange-modal__currency-row{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #eaeaea}.exchange-modal__currency-select{flex:1;height:48px}.exchange-modal__currency-select .ant-select-selector{height:48px!important;border-radius:12px!important;border:1px solid #d7d7d8!important;display:flex;align-items:center;padding:0 16px!important;font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.exchange-modal__currency-select .ant-select-selection-item{display:flex;align-items:center}.exchange-modal__transfer-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:8px;border:1px solid #d7d7d8}.exchange-modal__amount-section{text-align:center;margin-bottom:16px}.exchange-modal__amount-input{width:100%;text-align:center;border:none;background:transparent;font-family:Poppins,sans-serif;font-size:48px;font-weight:600;color:#0a0d14;outline:none;margin-bottom:8px}.exchange-modal__amount-input::placeholder{color:#d7d7d8}.exchange-modal__available{font-family:Poppins,sans-serif;font-size:16px;color:#667085;margin:0}.exchange-modal__rate{text-align:center;font-family:Poppins,sans-serif;font-size:14px;color:#667085;padding-top:16px;border-top:1px solid #eaeaea}.exchange-modal__fees{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.exchange-modal__fee-row{display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;font-size:16px;color:#525866}.exchange-modal__fee-row--total{font-weight:600;color:#0a0d14;font-size:18px}.exchange-modal__exchange-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border-radius:12px;background:#545455;border:none;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#fff;cursor:pointer}.exchange-modal__exchange-btn:hover{background:#3d3e3f}.exchange-modal__exchange-btn:disabled{opacity:.5;cursor:not-allowed}.exchange-success-modal .ant-modal-content{padding:40px 24px;border-radius:12px}.success-content{display:flex;flex-direction:column;align-items:center;text-align:center}.success-icon{margin-bottom:1.5rem;animation:scaleIn .3s ease-out}.success-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#0a0d14;margin:0 0 12px}.success-message{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085;margin:0 0 2rem;line-height:1.6}.success-message strong{color:#0a0d14;font-weight:600}.btn-done{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#000;border:1px solid #000;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:140px;height:38px}.btn-done:hover,.btn-done:active{background:#000!important;opacity:.9;color:#fff!important;border-color:#000!important}.individual-portal{display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1rem}@media(min-width:768px){.individual-portal{padding:2rem 1.5rem}}@media(min-width:1024px){.individual-portal{padding:2rem}}.welcome-section{display:flex;flex-direction:column;gap:1rem}.welcome-section__title{font-family:Poppins,sans-serif;color:#101828;font-weight:600;font-size:18px}@media(min-width:640px){.welcome-section__title{font-size:20px}}@media(min-width:768px){.welcome-section__title{font-size:24px}}.welcome-section__actions{display:flex;flex-direction:column;gap:.75rem}@media(min-width:480px){.welcome-section__actions{flex-direction:row}}.actions :where(.css-dev-only-do-not-override-kk2c0l).ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #d9d9d9;border-radius:var(--Border-Radius-6, 40px);background:#eee}.action-btn{display:flex;height:40px;padding:0 1rem;justify-content:center;align-items:center;border-radius:4px;border:none;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:22px;cursor:pointer;width:100%}@media(min-width:480px){.action-btn{width:auto;height:36px}}.action-btn--add-money{background:#f2b807;color:#29292a}.action-btn--add-money:hover{background:#d9a406}.action-btn--send-money{background:#29292a;color:#fff}.action-btn--send-money:hover{background:#29292a;opacity:.9}.balance-cards-section{width:100%;display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem}@media(min-width:768px){.balance-cards-section{gap:1rem}}@media(min-width:1024px){.balance-cards-section{grid-template-columns:repeat(12,1fr)}}.balance-cards-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.balance-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px){.balance-cards-grid{grid-column:span 7}}.balance-card{display:flex;flex-direction:column;background:#fff;width:100%;min-height:150px;padding:12px;gap:20px;border-radius:10px;border:1px solid #eaeaea}@media(min-width:640px){.balance-card{min-height:169px;padding:10px;gap:25px}}@media(min-width:768px){.balance-card{min-width:314px}}.balance-card--ngn{gap:35px}.balance-card__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.balance-card__convert-btn{display:flex;width:99px;height:36px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #eaeaea;background:#f9f9f9;color:#545455;text-align:center;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:22px;cursor:pointer}.balance-card__flag-dropdown{display:flex;padding:8px;align-items:center;gap:2px;border-radius:40px;background:#eee}.balance-card__content{display:flex;flex-direction:column;gap:10px;width:100%}.balance-card__amount{font-family:Poppins,sans-serif;text-align:right;color:#29292a;font-size:20px;font-weight:600;line-height:normal;margin-bottom:4px;word-break:break-word}@media(min-width:768px){.balance-card__amount{font-size:24px}}.balance-card__label{font-family:Poppins,sans-serif;text-align:right;color:#667085;font-size:12px;font-weight:400}.rate-card{display:flex;flex-direction:column;width:100%;min-height:auto;padding:12px;align-items:flex-start;gap:8px;border-radius:10px;border:1px solid #eaeaea;background:#fafcec}@media(min-width:640px){.rate-card{min-height:169px;padding:10px 16px 16px;gap:10px}}@media(min-width:768px){.rate-card{min-width:450px}}@media(min-width:1024px){.rate-card{grid-column:span 5}}.rate-card__header{display:flex;flex-direction:row;align-items:center;gap:.5rem}.rate-card__title{font-family:Poppins,sans-serif;color:#0a0d14;font-size:18px;font-weight:600}.rate-card__datetime{font-family:Poppins,sans-serif;color:#667085;font-size:12px;font-weight:400}.rate-card__divider{height:1px;background:#d7d7d8;width:100%}.rate-card__rates{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;flex-wrap:wrap;gap:12px}@media(min-width:768px){.rate-card__rates{flex-wrap:nowrap;gap:0}}.rate-card__rate-item{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.rate-card__rate-title{font-family:Poppins,sans-serif;color:#0a0d14;font-size:13px;font-weight:600}@media(min-width:768px){.rate-card__rate-title{font-size:14px}}.rate-card__rate-value{font-family:Poppins,sans-serif;color:#667085;font-size:11px;font-weight:400;word-break:break-word}@media(min-width:768px){.rate-card__rate-value{font-size:12px}}.rate-card__info{display:flex;flex-direction:row;align-items:center;gap:4px}.rate-card__info-text{font-family:Poppins,sans-serif;color:#667085;font-size:12px;font-weight:400}.transactions-section{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:3rem}.transactions-container{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem}@media(min-width:1280px){.transactions-container{flex-direction:row;gap:2rem}}.transactions-chart-area{display:flex;flex-direction:column;gap:1.75rem;width:100%}@media(min-width:768px){.transactions-chart-area{width:66.666667%}}.chart-card{width:100%;display:flex;flex-direction:column;gap:2rem;padding:1.25rem;border:1px solid var(--bag-border, #eaeaea);border-radius:12px;overflow:hidden}.chart-card__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;gap:1rem}@media(min-width:768px){.chart-card__header{flex-direction:row;align-items:center}}.chart-card__title-section{display:flex;flex-direction:row;gap:.5rem;align-items:center}.chart-card__title{font-family:Poppins,sans-serif;color:var(--main-900, #000);font-weight:500;font-size:16px}.chart-card__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.chart-card__legend{display:flex;flex-direction:row;align-items:center;gap:4px}.chart-card__legend-dot{width:8px;height:8px;border-radius:50%}.chart-card__legend-text{font-family:Poppins,sans-serif;color:var(--currency, #667085);font-size:12px;font-weight:400}.chart-card__summary{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}@media(min-width:768px){.chart-card__summary{grid-template-columns:repeat(3,1fr)}}.chart-card__summary-item{display:flex;flex-direction:row;gap:.75rem;align-items:center}@media(min-width:768px){.chart-card__summary-item:nth-child(2){border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;padding:0 1.25rem}}.chart-card__summary-content{display:flex;flex-direction:column;gap:4px}.chart-card__summary-label{font-family:Poppins,sans-serif;color:var(--soft-400, #667085);font-weight:700;font-size:12px}.chart-card__summary-value{font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.transactions-chart-block{display:grid!important;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.transactions-chart-block{grid-template-columns:1fr}}@media(min-width:1024px){.transactions-chart-block{grid-template-columns:2fr 1fr}}.verification-checklist{width:100%;border:1px solid var(--bag-border, #eaeaea);display:flex;flex-direction:column;gap:1.5rem;border-radius:12px;padding:1.25rem 1.25rem 3rem;height:100%}.verification-checklist__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.verification-checklist__title{font-family:Poppins,sans-serif;color:#101828;font-size:16px;font-weight:600;line-height:130%;letter-spacing:-.4px}@media(min-width:640px){.verification-checklist__title{font-size:18px}}@media(min-width:768px){.verification-checklist__title{font-size:20px}}.verification-checklist__progress-fraction{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#f2f4f7;border:3px solid #e4e7ec;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#667085}@media(min-width:640px){.verification-checklist__progress-fraction{width:60px;height:60px;border:4px solid #e4e7ec;font-size:18px}}.verification-checklist__kyc-section{display:flex;flex-direction:row;gap:.5rem;width:100%;padding-bottom:1rem;align-items:center;justify-content:space-between}.verification-checklist__kyc-title{font-family:Poppins,sans-serif;color:#101828;font-size:16px;font-weight:500}.verification-checklist__kyc-percentage-body{display:inline-flex;gap:10px}.verification-checklist__kyc-percentage{font-family:Poppins,sans-serif;color:#667085;font-size:14px;font-weight:400}.verification-checklist__items{display:flex;flex-direction:column;gap:1.5rem;width:100%}.verification-checklist__item{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;border:1px solid var(--bag-border, #eaeaea);border-radius:12px;padding:.75rem}@media(min-width:640px){.verification-checklist__item{padding:1rem}}.verification-checklist__item-content{display:flex;flex-direction:row;align-items:center;gap:.5rem}.verification-checklist__item-text{font-family:Poppins,sans-serif;color:var(--main-900, #000);font-weight:500;font-size:12px}@media(min-width:640px){.verification-checklist__item-text{font-size:14px}}.verification-checklist__button{display:flex;width:100%;max-width:300px;padding:8px 16px;justify-content:center;align-items:center;gap:10px;border-radius:5px;background:#545455;color:#fff;border:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;margin:0 auto}@media(min-width:640px){.verification-checklist__button{width:212px;padding:5px 10px}}.verification-checklist__button:hover{background:#545455;opacity:.9}.filter-section{border:1px var(--bag-border, #D7D7D8);border-radius:4px}.filter-section .ant-select-show-search:where(.css-dev-only-do-not-override-kk2c0l).ant-select:not(.ant-select-customize-input) .ant-select-selector{border-radius:0!important}.recent-transactions{border:1px solid var(--bag-border, #eaeaea);border-radius:12px;display:flex;flex-direction:column;gap:1.5rem;padding:1rem 1.25rem 3rem;width:100%;overflow:hidden}.recent-transactions__header{display:flex;flex-direction:column;gap:1rem}.recent-transactions__title-section{display:flex;flex-direction:row;align-items:center;gap:.5rem}.recent-transactions__title{font-family:Poppins,sans-serif;font-weight:500;color:var(--main-900, #000);font-size:14px}.recent-transactions__subtitle{font-family:Poppins,sans-serif;font-weight:400;color:var(--currency, #667085);font-size:12px}.recent-transactions__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.recent-transactions__reset-btn{color:#344054;background:#fff;border:1px solid #d0d5dd;padding:.375rem 1rem;border-radius:6px;font-weight:500;font-size:14px;font-family:Poppins,sans-serif;cursor:pointer;box-shadow:0 1px 2px #1018280f}.recent-transactions__reset-btn:hover{background:#f9fafb}.add-money-modal .ant-modal-header{text-align:center;border-bottom:1px solid #f0f0f0;padding:20px 24px}.add-money-modal .ant-modal-close{top:24px;right:auto;left:24px}.add-money-modal .ant-modal-body{padding:0}.choose-topup-container{display:flex;height:452px;padding:20px 10px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.card-payment-container{height:423px;align-self:stretch;border-radius:6px;border:1px solid #eaeaea;background:#fff;padding:24px;overflow-y:auto}.add-money-page{position:relative;min-height:70vh;background:#fff;display:flex;justify-content:center;padding:2rem;overflow:hidden}.add-money-page__background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.add-money-page__background svg{width:100%;height:auto;max-width:1109px}.add-money-page__close{position:absolute;top:2rem;left:2rem;background:none;border:none;cursor:pointer;z-index:10;transition:transform .2s}.add-money-page__close:hover{transform:scale(1.1)}.add-money-page__container{position:relative;z-index:1;width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;margin-top:98px}.add-money-page__title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#0a0d14;text-align:center;margin-bottom:2rem}.add-money-page__content{width:100%;border-radius:6px;border:1px solid #eaeaea;background:#fff;box-shadow:0 4px 6px -2px #10182808,0 12px 16px -4px #10182814}.add-money-page__content--choose{display:flex;padding:20px 10px;flex-direction:column;align-items:flex-start;gap:16px}.add-money-page__content--card{min-height:423px;padding:24px;overflow-y:auto}.topup-options{display:flex;flex-direction:column;gap:16px;width:100%}.topup-option{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;border:1px solid #eaeaea;background:#fff;cursor:pointer;transition:all .2s}.topup-option:hover{border-color:#d0d5dd;box-shadow:0 1px 2px #1018280d}.topup-option__icon{width:24px;height:24px;flex-shrink:0;margin-top:2px}.topup-option__content{flex:1}.topup-option__title{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0a0d14;margin:0 0 8px}.topup-option__description{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085;margin:0;line-height:1.5}.bank-transfer{display:flex;flex-direction:column;height:100%}.bank-transfer__header{margin-bottom:1.5rem}.bank-transfer__subtitle{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;color:#0a0d14;text-transform:uppercase;margin:0 0 6px;letter-spacing:.5px}.bank-transfer__note{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#667085;margin:0}.bank-transfer__details{display:flex;flex-direction:column;gap:10px;flex:1;margin-bottom:1.5rem;border:1px solid #eaeaea;border-radius:6px;background:#fff;padding:20px 10px}.bank-transfer__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:auto;padding-top:1rem}.bank-detail{display:flex;justify-content:space-between;background:#fff;gap:16px;align-items:center}@media(min-width:768px){.bank-detail{min-width:560px}}.bank-detail__label{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#667085;flex-shrink:0;min-width:120px}.bank-detail__value-wrapper{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}.bank-detail__value{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0a0d14;text-align:left;word-break:break-word;max-width:273px}.bank-detail__copy{cursor:pointer;flex-shrink:0;transition:opacity .2s}.bank-detail__copy:hover{opacity:.7}.card-payment{display:flex;flex-direction:column;height:100%}.card-payment__subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#0a0d14;text-align:center;margin:0 0 1.5rem}.card-payment__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:auto;padding-top:1.5rem}.add-money-box{border-radius:8px;padding:20px;margin-bottom:1.5rem}.add-money-box__title{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#0a0d14;text-align:center;margin:0 0 1.5rem}.amount-input .ant-input{font-family:Poppins,sans-serif;font-size:16px;font-weight:500}.payment-methods{display:flex;gap:16px;flex-wrap:wrap}.payment-methods .ant-radio-wrapper{margin:0}.card-details{display:flex;flex-direction:column;height:100%}.card-details__subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#0a0d14;text-align:center;margin:0 0 1.5rem}.card-details__row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.card-details__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:auto;padding-top:1.5rem}.card-input .ant-input{border:none;border-bottom:1px solid #d0d5dd;border-radius:0;padding:8px 0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#0a0d14}.card-input .ant-input:focus,.card-input .ant-input:hover{border-color:#fdb022;box-shadow:none}.save-card-checkbox .ant-checkbox+span{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#747474cc}.btn-secondary{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fff;border:1px solid #d0d5dd;color:#344054;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px;height:38px}.btn-secondary:hover,.btn-secondary:active{background:#f9fafb!important;color:#344054!important;border-color:#d0d5dd!important}.add-money-page .ant-form-item-label>label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#344054}.add-money-page .ant-input,.add-money-page .ant-select{font-family:Poppins,sans-serif}.payment-success-modal .ant-modal-content{padding:40px 24px;border-radius:12px}.payment-success-modal .success-content{display:flex;flex-direction:column;align-items:center;text-align:center}.payment-success-modal .success-icon{margin-bottom:1.5rem;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.payment-success-modal .success-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#0a0d14;margin:0 0 12px}.payment-success-modal .success-message{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085;margin:0 0 2rem;line-height:1.6}.payment-success-modal .success-message strong{color:#0a0d14;font-weight:600}.payment-success-modal .btn-done{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#000;border:1px solid #000;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:140px;height:38px}.payment-success-modal .btn-done:hover,.payment-success-modal .btn-done:active{background:#000!important;opacity:.9;color:#fff!important;border-color:#000!important}.transfer-funds-page{position:relative;min-height:70vh;background:#fff;display:flex;justify-content:center;padding:2rem;overflow:hidden}.transfer-funds-page__background{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0}.transfer-funds-page__background svg{width:100%;height:auto;max-width:1109px}.transfer-funds-page__close{position:absolute;top:2rem;left:2rem;background:none;border:none;cursor:pointer;z-index:10;transition:transform .2s}.transfer-funds-page__close:hover{transform:scale(1.1)}.transfer-funds-page__container{position:relative;z-index:1;width:100%;max-width:539px;display:flex;flex-direction:column;align-items:center;margin:auto}.transfer-funds-page__card{width:100%;border-radius:16px;border:1px solid var(--Foundation-Secondary-50, #EAEAEA);background:#fff;padding:34px 30px}@media(max-width:768px){.transfer-funds-page__card{padding:24px 20px}}.transfer-funds-page__title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#0a0d14;margin:0 0 1.5rem}.transfer-funds-page__account-info{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eaeaea}.account-info__type{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0a0d14;margin:0 0 4px}.account-info__balance{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085;margin:0}.transfer-form{width:100%}.transfer-form .ant-form-item{margin-bottom:20px}.transfer-form__actions{margin-top:2rem;display:flex;justify-content:center}.label-with-link{display:flex;justify-content:space-between;align-items:center;width:100%}.label-with-link .select-beneficiary{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#fdb022;cursor:pointer;transition:opacity .2s}.label-with-link .select-beneficiary:hover{opacity:.8}.transfer-input .ant-input{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#0a0d14;border:1px solid #d0d5dd;border-radius:6px;padding:10px 14px}.transfer-input .ant-input::placeholder{color:#98a2b3}.transfer-input .ant-input:focus,.transfer-input .ant-input:hover{border-color:#fdb022}.transfer-select .ant-select-selector{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#0a0d14;border:1px solid #d0d5dd!important;border-radius:6px!important;padding:5px 14px!important;min-height:42px}.transfer-select .ant-select-selector .ant-select-selection-placeholder{color:#98a2b3}.transfer-select.ant-select-focused .ant-select-selector,.transfer-select .ant-select-selector:hover{border-color:#fdb022!important;box-shadow:none!important}.account-name-display{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0a0d14;background:#fafcec;border:1px solid #eaeaea;border-radius:6px;padding:12px 14px;margin-bottom:20px;text-transform:uppercase}.save-beneficiary-checkbox{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085}.save-beneficiary-checkbox .ant-checkbox-inner{border-radius:4px;border-color:#d0d5dd}.save-beneficiary-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#fdb022;border-color:#fdb022}.save-beneficiary-checkbox:hover .ant-checkbox-inner{border-color:#fdb022}.btn-next{width:100%;display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fdb022;border:1px solid #fdb022;color:#000;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin:0}.btn-next:hover,.btn-next:active{background:#e5a01f!important;opacity:.95;color:#000!important;border-color:#e5a01f!important}.btn-send{min-width:160px;font-size:16px;padding:12px 32px}.transfer-preview{width:100%}.transfer-preview__account-info{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eaeaea}.transfer-preview__details{display:flex;flex-direction:column;gap:16px;margin-bottom:2rem}.transfer-preview__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:2rem}.preview-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.preview-item--highlighted{background:#fafcec;border:1px solid #eaeaea;border-radius:6px;padding:12px 16px;margin:8px 0}.preview-item__label{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085}.preview-item__value{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0a0d14;text-align:right}.preview-item__value--name{text-transform:uppercase;font-weight:600;text-align:center;width:100%}.receipt-modal .ant-modal-content{padding:32px 24px;border-radius:12px}.receipt-content{display:flex;flex-direction:column;align-items:center;text-align:center}.receipt-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:50%;margin-bottom:1rem}.receipt-icon svg{width:24px;height:24px}.receipt-title{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#0a0d14;margin:0 0 8px}.receipt-amount{font-family:Poppins,sans-serif;font-size:32px;font-weight:700;color:#0a0d14;margin:0 0 1.5rem}.receipt-divider{width:100%;height:1px;background:#eaeaea;margin-bottom:1.5rem}.receipt-details{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:2rem}.receipt-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.receipt-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#667085;text-align:left;flex-shrink:0}.receipt-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0a0d14;text-align:right;word-break:break-word}.btn-download-receipt{width:100%;display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fdb022;border:1px solid #fdb022;color:#000;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:12px}.btn-download-receipt:hover,.btn-download-receipt:active{background:#fdb022!important;opacity:.9;color:#000!important;border-color:#fdb022!important}.btn-close-receipt{width:100%;display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fff;border:1px solid #d0d5dd;color:#344054;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-close-receipt:hover,.btn-close-receipt:active{background:#f9fafb!important;color:#344054!important;border-color:#d0d5dd!important}.transfer-funds-page .ant-form-item-label>label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#344054;width:100%}.transfer-funds-page .ant-form-item-explain-error{font-family:Poppins,sans-serif;font-size:12px}.btn-primary{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#fdb022;border:1px solid #fdb022;color:#000;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px;height:38px}.btn-primary:hover,.btn-primary:active{background:#fdb022!important;opacity:.9;color:#000!important;border-color:#fdb022!important}.btn-dark{display:flex;padding:10px 24px;justify-content:center;align-items:center;border-radius:6px;background:#000;border:1px solid #000;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px;height:38px}.btn-dark:hover,.btn-dark:active{background:#000!important;opacity:.9;color:#fff!important;border-color:#000!important}.beneficiaries-page{padding:32px 16px;max-width:1400px;margin:0 auto}@media(min-width:768px){.beneficiaries-page{padding:40px 24px}}@media(min-width:1024px){.beneficiaries-page{padding:50px 180px}}.beneficiaries-header{margin-bottom:24px;border-bottom:1px solid #EAEAEA;padding-bottom:12px}.beneficiaries-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;line-height:36px;color:#000;margin:0}@media(min-width:768px){.beneficiaries-title{font-size:28px}}.beneficiaries-search{margin-bottom:32px;display:flex;justify-content:center}@media(min-width:768px){.beneficiaries-search{justify-content:flex-end}}.beneficiaries-search .search-container{display:flex;gap:12px;align-items:center;width:100%;max-width:600px}@media(min-width:768px){.beneficiaries-search .search-container{width:auto}}.beneficiaries-search .beneficiary-search-input{flex:1;height:37px;border-radius:8px!important;border:1px solid #EAEAEA!important;background:#f6f8fa!important}@media(min-width:768px){.beneficiaries-search .beneficiary-search-input{min-width:350px}}.beneficiaries-search .beneficiary-search-input .ant-input{font-family:Poppins,sans-serif;font-size:14px;color:#525866!important;background:transparent!important}.beneficiaries-search .beneficiary-search-input .ant-input::placeholder{color:#9d9d9d}.beneficiaries-search .beneficiary-search-input .ant-input-prefix{margin-right:12px}.beneficiaries-search .search-button{background:#fff!important;border:1px solid #D7D7D8!important;color:#29292a!important;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;border-radius:8px!important;padding:0 24px!important;height:32px!important;box-shadow:0 1px 2px #5258660f!important;flex-shrink:0}.beneficiaries-search .search-button:hover{background:#f6f8fa!important;border-color:#d7d7d8!important;color:#29292a!important}.beneficiaries-grid{display:grid;gap:19px;grid-template-columns:1fr}@media(min-width:768px){.beneficiaries-grid{grid-template-columns:1fr 1fr}}.beneficiary-card{padding:20px;border-radius:16px;border:1px solid #EAEAEA;background:#fff;transition:all .3s ease}.beneficiary-card:hover{box-shadow:0 4px 12px #00000014}.beneficiary-card-content{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.beneficiary-left{display:flex;align-items:flex-start;gap:12px;flex:1}.beneficiary-avatar{width:40px;height:40px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:96px;border:1px solid #EAEAEA}.beneficiary-avatar svg{width:24px;height:24px}.beneficiary-info{flex:1;min-width:0}.beneficiary-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:24px;color:#29292a;margin:0 0 2px}.beneficiary-account{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#525866;margin:0 0 8px}.beneficiary-provider{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#525866;margin:0 0 2px}.beneficiary-last-transfer{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:18px;color:#9d9d9d;margin:0}.beneficiary-actions{display:flex;gap:8px;flex-shrink:0}.beneficiary-actions .ant-btn{height:36px;padding:0 16px;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 1px 2px #5258660f}.beneficiary-actions .send-money-btn{background:#fff!important;border:1px solid #D7D7D8!important;color:#29292a!important}.beneficiary-actions .send-money-btn:hover{background:#f6f8fa!important;border-color:#d7d7d8!important;color:#29292a!important}.beneficiary-actions .delete-btn{background:#fde9e6!important;border:1px solid #EC2205!important;color:#ec2205!important}.beneficiary-actions .delete-btn:hover{background:#fcc9c0!important;border-color:#ec2205!important;color:#ec2205!important}.no-results{text-align:center;padding:64px 16px}.no-results p{font-family:Poppins,sans-serif;font-size:16px;color:#9d9d9d;margin:0}.delete-beneficiary-modal .ant-modal-content{border-radius:16px;padding:24px}.delete-beneficiary-modal .modal-content{text-align:center}.delete-beneficiary-modal .modal-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#000;margin:0 0 16px}.delete-beneficiary-modal .modal-message{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:21px;color:#525866;margin:0 0 24px}.delete-beneficiary-modal .modal-message strong{font-weight:600;color:#000}.delete-beneficiary-modal .modal-actions{display:flex;gap:12px;justify-content:center}.delete-beneficiary-modal .modal-actions .ant-btn{min-width:120px;height:44px;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.delete-beneficiary-modal .modal-actions .cancel-btn{background:#fff;border:1px solid #EAEAEA;color:#000}.delete-beneficiary-modal .modal-actions .cancel-btn:hover{background:#f6f8fa;border-color:#eaeaea;color:#000}.delete-beneficiary-modal .modal-actions .confirm-delete-btn{background:#ec2205;border:1px solid #EC2205;color:#fff}.delete-beneficiary-modal .modal-actions .confirm-delete-btn:hover{background:#d11f04;border-color:#d11f04;color:#fff}live-face-camera img,live-face-camera::part(placeholder-image),live-face-camera [src*=placeholder],live-face-camera [src*=icon],live-face-camera .placeholder,live-face-camera [class*=placeholder],live-face-camera [class*=icon],live-face-camera [data-placeholder]{display:none!important;opacity:0!important;visibility:hidden!important;width:0!important;height:0!important}live-face-camera svg:not([class*=oval]):not([data-oval]){display:none!important}live-face-camera{--oval-color: #f1b900;--oval-stroke-color: #f1b900;--overlay-opacity: .75;--background-color: rgba(0, 0, 0, .75)}live-face-camera [class*=instruction],live-face-camera [class*=text],live-face-camera p,live-face-camera span:not([class*=oval]){display:none!important}live-face-camera{background:#000;border-radius:12px;overflow:hidden}live-face-camera video{border-radius:12px;object-fit:cover;width:100%;height:100%}live-face-camera [class*=back],live-face-camera [class*=close],live-face-camera button[class*=back]{display:none!important}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:400;src:url(/assets/Poppins-Italic-PjgN8SAi.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:250;src:url(/assets/Poppins-Thin-leD9T1nx.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:250;src:url(/assets/Poppins-ThinItalic-DeF98U39.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:275;src:url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:275;src:url(/assets/Poppins-ExtraLightItalic-DV_5Lr0Z.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:300;src:url(/assets/Poppins-Light-DT6-CsId.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:300;src:url(/assets/Poppins-LightItalic-CDXp65eX.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:500;src:url(/assets/Poppins-MediumItalic-C6e40Oak.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:600;src:url(/assets/Poppins-SemiBoldItalic-1z_hA9Cm.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:700;src:url(/assets/Poppins-BoldItalic-DRcRqYlu.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:800;src:url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:800;src:url(/assets/Poppins-ExtraBoldItalic-C9zKPiZo.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:900;src:url(/assets/Poppins-Black-yHqY0KRU.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:900;src:url(/assets/Poppins-BlackItalic-cm4Pcmzs.ttf)}@font-face{font-family:PlusJarkataExtra;font-weight:800;src:url(/assets/PlusJakartaSans-ExtraBold-SBPon-sb.ttf)}@font-face{font-family:PlusJarkataSemiBold;font-weight:600;src:url(/assets/PlusJakartaSans-SemiBold-BwA5eg9w.ttf)}@font-face{font-family:PlusJarkataMedium;font-weight:500;src:url(/assets/PlusJakartaSans-Medium-DhBKL1md.ttf)}@font-face{font-family:PlusJarkataRegular;font-weight:600;src:url(/assets/PlusJakartaSans-Regular-CgV4P3Wf.ttf)}@font-face{font-family:InterRegular;font-weight:400;src:url(/assets/Inter-Regular-BSzZiyVN.ttf)}@font-face{font-family:InterMedium;font-weight:500;src:url(/assets/Inter-Medium-OnHWrDSF.ttf)}@font-face{font-family:AgrandirBold;font-weight:700;src:url(/assets/Agrandir-TextBold-DccL7DrF.otf)}.loginForm{padding:35px 30px;font-family:Poppins,sans-serif;display:grid}@media(max-width:767px){.loginForm{padding:25px 20px}}@media(max-width:479px){.loginForm{padding:20px 16px}}.loginForm h1,.loginForm .h1{color:#000;font-family:Poppins,sans-serif;font-size:40px;font-style:normal;font-weight:600;line-height:normal}@media(max-width:767px){.loginForm h1,.loginForm .h1{font-size:32px}}@media(max-width:479px){.loginForm h1,.loginForm .h1{font-size:28px}}.loginForm .forgetPassword{text-align:right}.loginForm .forgetPassword a{color:#757474;font-size:14px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline}.loginForm .loginFooter{display:inline-flex;flex-direction:column;align-items:center;place-self:center;gap:30px;width:259px;color:#7c7c7c;text-align:center;font-size:10px;font-style:normal;font-weight:400;line-height:110.1%;letter-spacing:.5px;margin-top:60px}@media(max-width:479px){.loginForm .loginFooter{gap:20px;width:100%;max-width:280px;margin-top:40px}}.loginForm .loginFooter .signUp{color:#221f1f;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.loginForm .loginFooter .signUp a{color:#535151}.loginForm .loginFooter span{color:#f2b807}.loginForm .forgot-con{display:flex;justify-content:space-between}@media(max-width:380px){.loginForm .forgot-con{flex-direction:column;gap:12px}}.loginForm .forgot-con span{color:#7c7c7c;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:110.1%}.loginForm .ant-input,.loginForm .ant-input-password,.loginForm .ant-btn{width:100%}.loginForm .mock-mode-alert .ant-alert-icon{font-size:14px!important;margin-right:8px!important}.loginForm .mock-mode-alert .ant-alert-message{margin-bottom:2px!important}.loginForm .mock-mode-alert .ant-alert-description{font-size:11px!important}@media(max-width:479px){.loginForm .mock-mode-alert{padding:4px 8px!important}.loginForm .mock-mode-alert .ant-alert-icon{font-size:12px!important;margin-right:6px!important}}.acct-before{color:#535151;font-family:Poppins,Helvetica,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:end}.acct-before .signIn{color:#535151;-webkit-text-decoration-line:underline;text-decoration-line:underline}.alt-signUp{display:flex;justify-content:center;align-items:center;margin-bottom:31px}.alt-signUp .line{width:112px;height:1px;background:#e3e8f1}@media screen and (max-width:540px){.alt-signUp .line{width:30%}}.alt-signUp .text{color:#aca9a8;font-family:Poppins,Helvetica,"sans-serif";font-size:.75rem;font-style:normal;font-weight:400;line-height:17px;margin:0px 1.375rem}.main-container .ant-input,.main-container .ant-input-password,.main-container .ant-btn{width:100%}.otp-box{display:flex;justify-content:center;flex-wrap:nowrap;width:100%;max-width:100%;gap:4px}@media(min-width:480px){.otp-box{gap:8px}}.otp-box input{width:36px!important;height:42px;font-size:.875rem;padding:8px 4px;margin:0 2px;border-radius:8px;border:1px solid #aca9a8;background:#f9f9f9;color:#1d1b1b;outline:none;transition:all .1s;font-family:Poppins;font-style:normal;font-weight:400;line-height:126.5%;letter-spacing:.2px;text-align:center}@media(min-width:480px){.otp-box input{width:46px!important;height:46px;font-size:1rem;padding:10px;margin:0 6px;border-radius:10px}}.enter-otp{color:#484848;font-size:1rem;font-style:normal;font-weight:600;line-height:normal}.otp-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 12px;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:480px){.otp-container{padding:0}}.otp-container .done-btn{width:100%;max-width:197px;height:46px;margin:24px 0}@media(min-width:480px){.otp-container .done-btn{margin:36px 0}}.otp-container .resend-text{color:#f1b807;text-align:center;font-family:Poppins;font-size:.813rem;font-style:normal;font-weight:600;line-height:1.25rem;cursor:pointer}.otp-container .resent-text-inactive{cursor:none}.body-dashboard{min-height:500px}.body-dashboard .title-body{background-color:#29292a}.body-dashboard .title-body-text{margin:0 auto}@media screen and (min-width:992px){.body-dashboard .title-body-text{width:49%;margin-top:100px;margin-bottom:25px}}.body-dashboard .title-body-text .header-title{font-family:Poppins,Helvetica,"sans-serif";font-size:3rem;font-weight:700;line-height:3.125rem;letter-spacing:0em;text-align:left}@media screen and (max-width:992px){.body-dashboard .title-body-text .header-title{font-size:2.5rem;line-height:2.75rem}}.body-dashboard .title-body-text .text-aling-header{text-transform:uppercase;text-wrap:nowrap}.body-dashboard .title-body-text .started-btn{border:1px solid #f1b807;color:#29292a;cursor:pointer;background:#f1b807;border-radius:.25rem;padding:.625rem;width:109px;height:38px;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-size:14px;line-height:1.219rem;display:flex;align-items:center;align-content:center;justify-content:center;margin-top:36px;margin-bottom:32px;font-weight:600}@media screen and (max-width:992px){.body-dashboard .title-body-text .started-btn{font-size:1rem;line-height:.719rem}}.body-dashboard .title-body-text-2{margin:0 auto;text-align-last:center}@media screen and (min-width:992px){.body-dashboard .title-body-text-2{margin-top:100px;margin-bottom:25px}}.body-dashboard .title-body-text-2 .header-title{font-family:Poppins,Helvetica,"sans-serif";font-size:24px;font-weight:700;line-height:3.125rem;letter-spacing:0em;text-align:left}@media screen and (max-width:992px){.body-dashboard .title-body-text-2 .header-title{font-size:2.5rem;line-height:2.75rem}}.body-dashboard .title-body-text-2 .text-aling-header{text-transform:uppercase;text-wrap:nowrap}.body-dashboard .title-body-text-2 .started-btn{border:1px solid #f1b807;color:#1f1f28;cursor:pointer;background:#f1b807;border-radius:.25rem;padding:.625rem;width:220px;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-size:1.5rem;line-height:1.219rem;display:flex;align-items:center;align-content:center;justify-content:center;margin-top:36px;margin-bottom:32px;font-weight:600}@media screen and (max-width:992px){.body-dashboard .title-body-text-2 .started-btn{font-size:1rem;line-height:.719rem}}@media screen and (min-width:992px){.body-dashboard .transImgbg{margin-top:50px}}.body-dashboard .transactionPreviewImg{width:100%;height:100%;top:206px;left:850px}.body-dashboard .store{width:40%;display:flex;justify-content:flex-start;margin-top:41px;margin-bottom:99.83px}@media screen and (min-width:992px){.body-dashboard .store{width:443px;height:59.174px}}@media screen and (max-width:540px){.body-dashboard .store{width:100%;justify-content:center}}.body-dashboard .store .apple{width:210.614px;height:59.174px;margin-right:22px}@media screen and (max-width:540px){.body-dashboard .store .apple{width:170.614px;height:49.174px}}.body-dashboard .store .google{width:210.61px;height:59.174px}@media screen and (max-width:540px){.body-dashboard .store .google{width:170.61px;height:49.174px}}.body-dashboard .tc{font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:400;line-height:1.625rem;color:#d9d9d9}.body-dashboard .tc .highlightTc{color:#f1b807;font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:800;line-height:1.625rem;text-decoration:none}.body-dashboard .api-integration{color:#fff;text-align:center;font-family:Poppins,Helvetica,"sans-serif";font-size:24px;font-style:normal;font-weight:600;line-height:19.5px}.body-dashboard .child-write{position:absolute;right:0}.body-dashboard .steps-container{padding:102px 0}@media screen and (max-width:991px){.body-dashboard .steps-container{padding:5rem 0}}.body-dashboard .steps-container .title{color:#f1b807;font-family:Poppins,Helvetica,"sans-serif";font-size:2.5rem;font-style:normal;font-weight:600;line-height:1.625rem;text-transform:uppercase}.body-dashboard .steps-container .sub-title-container{margin-top:57.04px}@media screen and (min-width:992px){.body-dashboard .steps-container .sub-title-container{width:633px;margin-top:57.04px}}.body-dashboard .steps-container .sub-title-container .sub-title{font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;color:#000;text-align:center}.body-dashboard .steps-container .steps{display:flex;flex-direction:column;margin-top:2rem}@media screen and (min-width:992px){.body-dashboard .steps-container .steps{flex-direction:row}}.body-dashboard .steps-container .image{display:none}@media screen and (min-width:992px){.body-dashboard .steps-container .image{display:block;width:361.15px;height:361.15px;display:flex;justify-content:center;align-items:center}}.body-dashboard .steps-container .sub-details-container{width:231px}@media screen and (max-width:991px){.body-dashboard .steps-container .sub-details-container{padding:1.5rem 0;width:unset}}.body-dashboard .steps-container .sub-details-container2{width:255.959px}@media screen and (max-width:991px){.body-dashboard .steps-container .sub-details-container2{padding:1.5rem 0;width:unset}}.body-dashboard .steps-container .sub-details-container3{width:298px}@media screen and (max-width:991px){.body-dashboard .steps-container .sub-details-container3{padding:1.5rem 0;width:unset}}.body-dashboard .steps-container .sub-details{font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;line-height:30px;letter-spacing:0em;text-align:center;color:#6e6e6e}.body-dashboard .steps-container .steps-btn-container{margin:71px 0}@media screen and (max-width:991px){.body-dashboard .steps-container .steps-btn-container{margin:2rem 0 0}}.body-dashboard .features-container{padding:188px 0;background-color:#29292a}@media screen and (max-width:991px){.body-dashboard .features-container{padding:5rem 1rem}}.body-dashboard .features-container .title{color:#f1b807;font-size:2.5rem;font-style:normal;font-weight:600;line-height:1.625rem;text-transform:uppercase;text-align:center}.body-dashboard .features-container .sub-title-container{margin-top:11.77px}@media screen and (min-width:992px){.body-dashboard .features-container .sub-title-container{width:730px}}.body-dashboard .features-container .sub-title-container .sub-title{font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center;color:#f6f6f5}.body-dashboard .features-container .feature-desc-container{margin-top:6.01px;text-align:center}@media screen and (min-width:992px){.body-dashboard .features-container .feature-desc-container{width:574.746px}}.body-dashboard .features-container .feature-desc-container .feature-description{color:#a39696;font-family:Poppins;font-size:16px;font-style:normal;line-height:24.5px}.body-dashboard .features-container .features{display:flex;flex-direction:column;margin:2rem 0}@media screen and (min-width:992px){.body-dashboard .features-container .features{flex-direction:row}}.body-dashboard .features-container .features .carousel-container{display:flex!important;margin:0 0 2.5rem 1rem}@media screen and (min-width:992px){.body-dashboard .features-container .features .carousel-container{display:flex!important;margin:0 149.37px 100px 168px;justify-content:space-between}}.body-dashboard .features-container .features .feature-carousel{flex:0 0 30%;margin:0 10px;padding:20px;border-radius:5px;text-align:left}@media screen and (max-width:540px){.body-dashboard .features-container .features .feature-carousel{flex:unset;margin:1rem 0;padding:1rem 0;text-align:center}}.body-dashboard .features-container .features .feature-carousel .feature-title{color:#f1b807;font-size:1.25rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase}.body-dashboard .features-container .features .feature-carousel .feature-description{color:#a6a6a6;font-size:1rem;font-style:normal;font-weight:400}.body-dashboard .features-container .features .feature-carousel .feature-image{height:50px;width:51px}@media screen and (max-width:540px){.body-dashboard .features-container .features .feature-carousel .feature-image{width:unset}}.body-dashboard .features-container .features .feature-carousel .feature-unavaliable{color:#fff;font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal}.body-dashboard .features-container .benefits{color:#f1b807;font-size:2.25rem;font-weight:600;line-height:1.625rem;letter-spacing:0em;text-align:left}.body-dashboard .features-container .benefits-list-container{display:flex;justify-content:center;flex-direction:column}@media screen and (min-width:992px){.body-dashboard .features-container .benefits-list-container{width:632px}}.body-dashboard .features-container .sub-benefits{color:#fefefe;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center}.body-dashboard .features-container .fileBroImage{width:501px;height:501px}.body-dashboard .features-container .image{display:none}@media screen and (min-width:992px){.body-dashboard .features-container .image{display:block;width:361.15px;height:361.15px;display:flex;justify-content:center;align-items:center}}.body-dashboard .features-container .sub-details-container{width:231px}@media screen and (max-width:991px){.body-dashboard .features-container .sub-details-container{padding:1.5rem 0;width:unset}}.body-dashboard .features-container .sub-details-container2{width:255.959px}@media screen and (max-width:991px){.body-dashboard .features-container .sub-details-container2{padding:1.5rem 0;width:unset}}.body-dashboard .features-container .sub-details-container3{width:298px}@media screen and (max-width:991px){.body-dashboard .features-container .sub-details-container3{padding:1.5rem 0;width:unset}.body-dashboard .features-container .middle-sm{justify-content:center;text-align:center}}.body-dashboard .features-container .sub-details{font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;line-height:30px;letter-spacing:0em;text-align:center;color:#6e6e6e}.body-dashboard .features-container .features-btn-container{margin:53px 0 0}@media screen and (max-width:991px){.body-dashboard .features-container .features-btn-container{margin:2rem 0 0}}.body-dashboard .features-container-2{padding:100px 0;background-color:#fff}@media screen and (max-width:991px){.body-dashboard .features-container-2{padding:5rem 1rem}}.body-dashboard .features-container-2 .title{color:var(--foundation-blue-secondary-text-600, #252526);text-align:center;font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;line-height:40px}.body-dashboard .features-container-2 .sub-title-container{margin-top:11.77px}@media screen and (min-width:992px){.body-dashboard .features-container-2 .sub-title-container{width:730px}}.body-dashboard .features-container-2 .sub-title-container .sub-title{font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center;color:#0d0c0c}.body-dashboard .features-container-2 .feature-desc-container{margin-top:6.01px;text-align:center}@media screen and (min-width:992px){.body-dashboard .features-container-2 .feature-desc-container{width:574.746px}}.body-dashboard .features-container-2 .feature-desc-container .feature-description{color:#a39696;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24.5px}.body-dashboard .features-container-2 .features{display:flex;flex-direction:column;margin-top:2rem}@media screen and (min-width:992px){.body-dashboard .features-container-2 .features{flex-direction:row}}.body-dashboard .features-container-2 .benefits{color:#f1b807;font-size:2.25rem;font-weight:600;line-height:1.625rem;letter-spacing:0em;text-align:left}.body-dashboard .features-container-2 .benefits-list-container{display:flex;margin-top:4rem;flex-direction:column}@media screen and (min-width:992px){.body-dashboard .features-container-2 .benefits-list-container{width:632px}}.body-dashboard .features-container-2 .middle-sm-txt{display:block;color:#252526;font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:32px}.body-dashboard .features-container-2 .sub-benefits{color:#fefefe;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center}.body-dashboard .features-container-2 .fileBroImage{width:501px;height:501px}.body-dashboard .features-container-2 .image{display:none}@media screen and (min-width:992px){.body-dashboard .features-container-2 .image{display:block;width:361.15px;height:361.15px;display:flex;justify-content:center;align-items:center}}.body-dashboard .features-container-2 .sub-details-container{width:231px}@media screen and (max-width:991px){.body-dashboard .features-container-2 .sub-details-container{padding:1.5rem 0;width:unset}}.body-dashboard .features-container-2 .sub-details-container2{width:255.959px}@media screen and (max-width:991px){.body-dashboard .features-container-2 .sub-details-container2{padding:1.5rem 0;width:unset}}.body-dashboard .features-container-2 .sub-details-container3{width:298px}@media screen and (max-width:991px){.body-dashboard .features-container-2 .sub-details-container3{padding:1.5rem 0;width:unset}.body-dashboard .features-container-2 .middle-sm{justify-content:center;text-align:center}}.body-dashboard .features-container-2 .sub-details{font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;line-height:30px;letter-spacing:0em;text-align:center;color:#6e6e6e}.body-dashboard .features-container-2 .features-btn-container{margin:53px 0 0}@media screen and (max-width:991px){.body-dashboard .features-container-2 .features-btn-container{margin:2rem 0 0}}.body-dashboard .started-btn{border:1px solid #f1b807;color:#1f1f28;cursor:pointer;background:#f1b807;border-radius:.25rem;padding:.625rem;width:220px;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-size:1.5rem;line-height:1.219rem;display:flex;align-items:center;align-content:center;justify-content:center;font-weight:600;height:56px}@media screen and (max-width:992px){.body-dashboard .started-btn{font-size:1rem;line-height:.719rem}}.body-dashboard .mission-container{padding:5rem 1rem;background-color:#fff;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:992px){.body-dashboard .mission-container{padding:142.64px 142px 142.28px 141.52px}}.body-dashboard .mission-container .mission-title{color:#f1b807;font-family:Poppins,Helvetica,"sans-serif";font-size:2.5rem;font-style:normal;font-weight:600;line-height:1.625rem;text-transform:uppercase}.body-dashboard .mission-container .sub-mission-container{margin-top:19.64px}@media screen and (min-width:992px){.body-dashboard .mission-container .sub-mission-container{width:543px}}.body-dashboard .mission-container .sub-mission-container .sub-mission{font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center;color:#0d0c0c}.body-dashboard .mission-container .mission-desc-container{margin-top:11px}@media screen and (min-width:992px){.body-dashboard .mission-container .mission-desc-container{width:543px}}.body-dashboard .mission-container .mission-desc-container .mission-description{color:#615e5e;font-size:1rem;font-style:normal;font-weight:400;line-height:1.531rem}.body-dashboard .mission-container .mission-btn-container{margin:31.9px 0}@media screen and (max-width:991px){.body-dashboard .mission-container .mission-btn-container{margin:1.5rem 0 0}}.body-dashboard .mission-container .mission-image{margin-top:71.78px}@media screen and (min-width:992px){.body-dashboard .mission-container .image{width:286.27px;height:253px;margin-top:56.36px}}.body-dashboard .itm-cen{justify-content:center}.body-dashboard .text-din{color:var(--foundation-blue-secondary-text-400, #545455);font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:40px}.carousel .control-dots .dot.selected{background-color:#f1b807}.features-container-3{background-color:#fff;margin-top:5rem}.features-container-3 .title{color:var(--foundation-blue-secondary-text-600, #252526);text-align:center;font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;line-height:40px}.features-container-3 .sub-title-container{margin-top:11.77px}@media screen and (min-width:992px){.features-container-3 .sub-title-container{width:730px}}.features-container-3 .sub-title-container .sub-title{font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center;color:#0d0c0c}.features-container-3 .feature-desc-container{margin-top:6.01px;text-align:center}@media screen and (min-width:992px){.features-container-3 .feature-desc-container{width:574.746px}}.features-container-3 .feature-desc-container .feature-description{color:#a39696;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24.5px}.features-container-3 .features{display:flex;flex-direction:column;margin-top:2rem}@media screen and (min-width:992px){.features-container-3 .features{flex-direction:row}}.features-container-3 .benefits{color:#f1b807;font-size:2.25rem;font-weight:600;line-height:1.625rem;letter-spacing:0em;text-align:left}.features-container-3 .benefits-list-container{display:flex;margin-top:4rem;flex-direction:column}@media screen and (min-width:992px){.features-container-3 .benefits-list-container{width:632px}}.features-container-3 .middle-sm-txt{display:block;color:var(--foundation-blue-secondary-text-600, #252526);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:32px}.features-container-3 .sub-benefits{color:#fefefe;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-transform:uppercase;text-align:center}.features-container-3 .fileBroImage{width:501px;height:501px}.features-container-3 .image{display:none}@media screen and (min-width:992px){.features-container-3 .image{display:block;width:361.15px;height:361.15px;display:flex;justify-content:center;align-items:center}}.features-container-3 .sub-details-container{width:231px}@media screen and (max-width:991px){.features-container-3 .sub-details-container{padding:1.5rem 0;width:unset}}.features-container-3 .sub-details-container2{width:255.959px}@media screen and (max-width:991px){.features-container-3 .sub-details-container2{padding:1.5rem 0;width:unset}}.features-container-3 .sub-details-container3{width:298px}@media screen and (max-width:991px){.features-container-3 .sub-details-container3{padding:1.5rem 0;width:unset}.features-container-3 .middle-sm{justify-content:center;text-align:center}}.features-container-3 .sub-details{font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;line-height:30px;letter-spacing:0em;text-align:center;color:#6e6e6e}.features-container-3 .features-btn-container{margin:53px 0 0}@media screen and (max-width:991px){.features-container-3 .features-btn-container{margin:2rem 0 0}}.faq-con{display:flex;margin-top:2rem;gap:3rem;flex-direction:column}@media(min-width:1024px){.faq-con{flex-direction:row}}.faq-side{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-left:0;width:100%}@media(min-width:1024px){.faq-side{margin-left:2rem;width:auto;padding-right:2rem}}.faq-side a{text-decoration:none;width:100%}@media(min-width:1024px){.faq-side a{width:auto}}.faq-side span{display:flex;padding:10px;align-items:center;gap:10px;color:var(--foundation-blue-secondary-text-500, #29292a);text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:28px;margin-right:0;cursor:pointer;white-space:nowrap;width:100%}@media(min-width:1024px){.faq-side span{margin-right:2rem;width:auto}}.faq-side .active{background:var(--foundation-yellow-primary-50, #fef8e6)}.faq-main{display:flex;flex-direction:column;padding:50px 0;margin-left:0;width:100%;max-width:900px}@media(min-width:1024px){.faq-main{margin-left:0;border-left:1px solid #EAEAEA;padding-left:2rem;padding-top:0;padding-bottom:0}}.faq-main input{color:var(--foundation-blue-secondary-text-200, #9d9d9d);text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:28px;display:flex;width:304px;padding:10px;align-items:center;gap:10px;border-radius:4px;border:2px solid var(--foundation-blue-secondary-text-50, #eaeaea)}.faq-main .faq-body{display:flex;flex-direction:column;margin-top:4rem}.faq-main .privacy-body{display:flex;flex-direction:column}.faq-main .faq-body-inner{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--foundation-blue-secondary-text-50, #eaeaea);padding:1rem 0;cursor:pointer}.faq-main .faq-body-inner div:first-child{color:var(--foundation-blue-secondary-text-500, #29292a);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px;flex:1}.faq-main .faq-body-inner-content{display:flex;padding:1.5rem;color:var(--foundation-blue-secondary-text-400, #545455);font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:24px}.faq-main .faq-header{color:var(--foundation-blue-secondary-text-500, #29292a);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:28px;justify-content:left;align-items:left;text-align:left}.faq-main .privacy-list{display:flex;padding:50 0}.faq-main .privacy-list li,.faq-main .privacy-list span{color:var(--foundation-blue-secondary-text-400, #545455);font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:24px;padding:5px}.header-con{display:flex;align-items:flex-start;gap:9px;padding:1rem;border-bottom:2px solid #eaeaea}.all-user-text{color:#484848;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.all-user-text-nude{color:var(--foundation-blue-secondary-text-100, #bdbdbd);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.btn-root{display:flex;justify-content:space-between;width:100%;padding-top:1rem}.btn-account-management{height:48px;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:4px;border:1px solid var(--foundation-yellow-primary-200, #f9de8d);background:var(--foundation-yellow-primary-50, #fef8e6);box-shadow:0 4px 12px #0000000f}.user-reg-con{display:flex;flex-direction:column;align-items:flex-end}.user-reg-bold-text{color:var(--foundation-blue-secondary-text-400, #545455);font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:40px}.user-reg-text{color:var(--foundation-blue-secondary-text-400, #545455);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.custom-switch{background-color:"red"}.custom-switch:checked{background-color:"green"}.defualt{display:flex;width:80px;height:18px;padding:0 2px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:4px;background:var(--orange, #ffae11)}.role-con{display:flex}.icon-con{margin-left:.5rem}.verifiedtext{display:flex;width:100%}.placeholder-white-opacity-75::placeholder{color:#ffffffbf}.placeholder-white-opacity-75::placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.placeholder-white-opacity-75::-moz-placeholder{color:#ffffffbf;opacity:1}.placeholder-white-opacity-75::-moz-placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}:root,[data-bs-theme=light]{--bs-blue: #009ef6;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #f1b807;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-gray: #9a9e99;--bs-gray-dark: #a39696;--bs-gray-100: #030d00;--bs-gray-200: #333333;--bs-gray-300: #353d33;--bs-gray-400: #707070;--bs-gray-600: #9a9e99;--bs-gray-700: #999999;--bs-gray-800: #a39696;--bs-gray-900: #ffffff;--bs-gray-light: #e3e3e3;--bs-white: #ffffff;--bs-light: #030d00;--bs-primary: #006cec;--bs-secondary: #999999;--bs-success: #1f8505;--bs-alt-success: #40a060;--bs-warning: #ebbc2e;--bs-danger: #ee151d;--bs-info: #8950fc;--bs-dark: #29292a;--bs-dark2: #061b01;--bs-brown: #645116;--bs-footer: #fbcb38;--bs-warning-alt: #ffc125;--bs-black: #000000;--bs-gray: #e5e5e5;--bs-edit: #0da4c6;--bs-primary-500: #5e718d;--bs-gray-500: #8d8d8d;--bs-alt-gray: #f4f4f4;--bs-light-success: #d2e7cd;--bs-collection-button: #aaaaaa;--bs-admin-body: #f9f9f9;--bs-unchecked: #e8e8e8;--bs-pending: #fef5d7;--bs-alt-red: #fde7e8;--bs-form-grey: #7c7c7c;--bs-light-rgb: 3, 13, 0;--bs-primary-rgb: 0, 108, 236;--bs-secondary-rgb: 153, 153, 153;--bs-success-rgb: 31, 133, 5;--bs-alt-success-rgb: 64, 160, 96;--bs-warning-rgb: 235, 188, 46;--bs-danger-rgb: 238, 21, 29;--bs-info-rgb: 137, 80, 252;--bs-dark-rgb: 41, 41, 42;--bs-dark2-rgb: 6, 27, 1;--bs-brown-rgb: 100, 81, 22;--bs-footer-rgb: 251, 203, 56;--bs-warning-alt-rgb: 255, 193, 37;--bs-gray-rgb: 229, 229, 229;--bs-edit-rgb: 13, 164, 198;--bs-primary-500-rgb: 94, 113, 141;--bs-gray-500-rgb: 141, 141, 141;--bs-alt-gray-rgb: 244, 244, 244;--bs-light-success-rgb: 210, 231, 205;--bs-collection-button-rgb: 170, 170, 170;--bs-admin-body-rgb: 249, 249, 249;--bs-unchecked-rgb: 232, 232, 232;--bs-pending-rgb: 254, 245, 215;--bs-alt-red-rgb: 253, 231, 232;--bs-form-grey-rgb: 124, 124, 124;--bs-primary-text-emphasis: rgb(21.6, 61.2, 102);--bs-secondary-text-emphasis: rgb(61.6, 63.2, 61.2);--bs-success-text-emphasis: rgb(4.4, 73.2, 52.4);--bs-info-text-emphasis: rgb(54.8, 32, 100.8);--bs-warning-text-emphasis: rgb(102, 67.2, 0);--bs-danger-text-emphasis: rgb(98.4, 31.2, 38.4);--bs-light-text-emphasis: #999999;--bs-dark-text-emphasis: #999999;--bs-primary-bg-subtle: rgb(214.8, 234.6, 255);--bs-secondary-bg-subtle: rgb(234.8, 235.6, 234.6);--bs-success-bg-subtle: rgb(206.2, 240.6, 230.2);--bs-info-bg-subtle: rgb(231.4, 220, 254.4);--bs-warning-bg-subtle: rgb(255, 237.6, 204);--bs-danger-bg-subtle: rgb(253.2, 219.6, 223.2);--bs-light-bg-subtle: rgb(129, 134, 127.5);--bs-dark-bg-subtle: #707070;--bs-primary-border-subtle: rgb(174.6, 214.2, 255);--bs-secondary-border-subtle: rgb(214.6, 216.2, 214.2);--bs-success-border-subtle: rgb(157.4, 226.2, 205.4);--bs-info-border-subtle: rgb(207.8, 185, 253.8);--bs-warning-border-subtle: rgb(255, 220.2, 153);--bs-danger-border-subtle: rgb(251.4, 184.2, 191.4);--bs-light-border-subtle: #333333;--bs-dark-border-subtle: #8d8d8d;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: Poppins, Helvetica, "sans-serif";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #ffffff;--bs-body-color-rgb: 255, 255, 255;--bs-body-bg: #ffffff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(255, 255, 255, .75);--bs-secondary-color-rgb: 255, 255, 255;--bs-secondary-bg: #333333;--bs-secondary-bg-rgb: 51, 51, 51;--bs-tertiary-color: rgba(255, 255, 255, .5);--bs-tertiary-color-rgb: 255, 255, 255;--bs-tertiary-bg: #030d00;--bs-tertiary-bg-rgb: 3, 13, 0;--bs-heading-color: #030d00;--bs-link-color: #3699ff;--bs-link-color-rgb: 54, 153, 255;--bs-link-decoration: underline;--bs-link-hover-color: rgb(43.2, 122.4, 204);--bs-link-hover-color-rgb: 43, 122, 204;--bs-code-color: #d63384;--bs-highlight-color: #ffffff;--bs-highlight-bg: rgb(252.2, 240.8, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #333333;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .475rem;--bs-border-radius-sm: .275rem;--bs-border-radius-lg: .775rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(54, 153, 255, .25);--bs-form-valid-color: #0bb783;--bs-form-valid-border-color: #0bb783;--bs-form-invalid-color: #f64e60;--bs-form-invalid-border-color: #f64e60}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #fff;--bs-body-color-rgb: 255, 255, 255;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: #fff;--bs-secondary-color-rgb: 255, 255, 255;--bs-secondary-bg: #a39696;--bs-secondary-bg-rgb: 163, 150, 150;--bs-tertiary-color: #fff;--bs-tertiary-color-rgb: 255, 255, 255;--bs-tertiary-bg: rgb(209, 202.5, 202.5);--bs-tertiary-bg-rgb: 209, 203, 203;--bs-primary-text-emphasis: #000;--bs-secondary-text-emphasis: #fff;--bs-success-text-emphasis: #fff;--bs-info-text-emphasis: #fff;--bs-warning-text-emphasis: #fff;--bs-danger-text-emphasis: #fff;--bs-light-text-emphasis: #fff;--bs-dark-text-emphasis: #fff;--bs-primary-bg-subtle: #fff;--bs-secondary-bg-subtle: #fff;--bs-success-bg-subtle: #fff;--bs-info-bg-subtle: #fff;--bs-warning-bg-subtle: #fff;--bs-danger-bg-subtle: #fff;--bs-light-bg-subtle: #fff;--bs-dark-bg-subtle: #fff;--bs-primary-border-subtle: #fff;--bs-secondary-border-subtle: #fff;--bs-success-border-subtle: #fff;--bs-info-border-subtle: #fff;--bs-warning-border-subtle: #fff;--bs-danger-border-subtle: #fff;--bs-light-border-subtle: #fff;--bs-dark-border-subtle: #fff;--bs-heading-color: inherit;--bs-link-color: rgb(134.4, 193.8, 255);--bs-link-hover-color: rgb(158.52, 206.04, 255);--bs-link-color-rgb: 134, 194, 255;--bs-link-hover-color-rgb: 159, 206, 255;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #fff;--bs-highlight-bg: rgb(96.4, 73.6, 2.8);--bs-border-color: #999999;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){h1,.h1{font-size:1.75rem}}h2,.h2{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){h2,.h2{font-size:1.5rem}}h3,.h3{font-size:calc(1.26rem + .12vw)}@media(min-width:1200px){h3,.h3{font-size:1.35rem}}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1.125rem}h6,.h6{font-size:1.075rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:600}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.275rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:600;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:600;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:600;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:600;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:600;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-weight:600;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#9a9e99}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3r,.gx-3r{--bs-gutter-x: .625rem}.g-3r,.gy-3r{--bs-gutter-y: .625rem}.g-3,.gx-3{--bs-gutter-x: .75rem}.g-3,.gy-3{--bs-gutter-y: .75rem}.g-4,.gx-4{--bs-gutter-x: 1rem}.g-4,.gy-4{--bs-gutter-y: 1rem}.g-5,.gx-5{--bs-gutter-x: 1.25rem}.g-5,.gy-5{--bs-gutter-y: 1.25rem}.g-6,.gx-6{--bs-gutter-x: 1.5rem}.g-6,.gy-6{--bs-gutter-y: 1.5rem}.g-7,.gx-7{--bs-gutter-x: 1.75rem}.g-7,.gy-7{--bs-gutter-y: 1.75rem}.g-7e,.gx-7e{--bs-gutter-x: 1.875rem}.g-7e,.gy-7e{--bs-gutter-y: 1.875rem}.g-8,.gx-8{--bs-gutter-x: 2rem}.g-8,.gy-8{--bs-gutter-y: 2rem}.g-9,.gx-9{--bs-gutter-x: 2.25rem}.g-9,.gy-9{--bs-gutter-y: 2.25rem}.g-10,.gx-10{--bs-gutter-x: 2.5rem}.g-10,.gy-10{--bs-gutter-y: 2.5rem}.g-11,.gx-11{--bs-gutter-x: 2.75rem}.g-11,.gy-11{--bs-gutter-y: 2.75rem}.g-12,.gx-12{--bs-gutter-x: 3rem}.g-12,.gy-12{--bs-gutter-y: 3rem}.g-13,.gx-13{--bs-gutter-x: 3.25rem}.g-13,.gy-13{--bs-gutter-y: 3.25rem}.g-14,.gx-14{--bs-gutter-x: 3.5rem}.g-14,.gy-14{--bs-gutter-y: 3.5rem}.g-15,.gx-15{--bs-gutter-x: 3.75rem}.g-15,.gy-15{--bs-gutter-y: 3.75rem}.g-16,.gx-16{--bs-gutter-x: 4rem}.g-16,.gy-16{--bs-gutter-y: 4rem}.g-17,.gx-17{--bs-gutter-x: 4.25rem}.g-17,.gy-17{--bs-gutter-y: 4.25rem}.g-18,.gx-18{--bs-gutter-x: 4.5rem}.g-18,.gy-18{--bs-gutter-y: 4.5rem}.g-19,.gx-19{--bs-gutter-x: 4.75rem}.g-19,.gy-19{--bs-gutter-y: 4.75rem}.g-20,.gx-20{--bs-gutter-x: 5rem}.g-20,.gy-20{--bs-gutter-y: 5rem}.g-25,.gx-25{--bs-gutter-x: 5.625rem}.g-25,.gy-25{--bs-gutter-y: 5.625rem}@media(min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3r,.gx-sm-3r{--bs-gutter-x: .625rem}.g-sm-3r,.gy-sm-3r{--bs-gutter-y: .625rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: .75rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: .75rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 1.25rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 1.25rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 1.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 1.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 1.75rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 1.75rem}.g-sm-7e,.gx-sm-7e{--bs-gutter-x: 1.875rem}.g-sm-7e,.gy-sm-7e{--bs-gutter-y: 1.875rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 2rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 2rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 2.25rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 2.25rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 2.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 2.5rem}.g-sm-11,.gx-sm-11{--bs-gutter-x: 2.75rem}.g-sm-11,.gy-sm-11{--bs-gutter-y: 2.75rem}.g-sm-12,.gx-sm-12{--bs-gutter-x: 3rem}.g-sm-12,.gy-sm-12{--bs-gutter-y: 3rem}.g-sm-13,.gx-sm-13{--bs-gutter-x: 3.25rem}.g-sm-13,.gy-sm-13{--bs-gutter-y: 3.25rem}.g-sm-14,.gx-sm-14{--bs-gutter-x: 3.5rem}.g-sm-14,.gy-sm-14{--bs-gutter-y: 3.5rem}.g-sm-15,.gx-sm-15{--bs-gutter-x: 3.75rem}.g-sm-15,.gy-sm-15{--bs-gutter-y: 3.75rem}.g-sm-16,.gx-sm-16{--bs-gutter-x: 4rem}.g-sm-16,.gy-sm-16{--bs-gutter-y: 4rem}.g-sm-17,.gx-sm-17{--bs-gutter-x: 4.25rem}.g-sm-17,.gy-sm-17{--bs-gutter-y: 4.25rem}.g-sm-18,.gx-sm-18{--bs-gutter-x: 4.5rem}.g-sm-18,.gy-sm-18{--bs-gutter-y: 4.5rem}.g-sm-19,.gx-sm-19{--bs-gutter-x: 4.75rem}.g-sm-19,.gy-sm-19{--bs-gutter-y: 4.75rem}.g-sm-20,.gx-sm-20{--bs-gutter-x: 5rem}.g-sm-20,.gy-sm-20{--bs-gutter-y: 5rem}.g-sm-25,.gx-sm-25{--bs-gutter-x: 5.625rem}.g-sm-25,.gy-sm-25{--bs-gutter-y: 5.625rem}}@media(min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3r,.gx-md-3r{--bs-gutter-x: .625rem}.g-md-3r,.gy-md-3r{--bs-gutter-y: .625rem}.g-md-3,.gx-md-3{--bs-gutter-x: .75rem}.g-md-3,.gy-md-3{--bs-gutter-y: .75rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1rem}.g-md-5,.gx-md-5{--bs-gutter-x: 1.25rem}.g-md-5,.gy-md-5{--bs-gutter-y: 1.25rem}.g-md-6,.gx-md-6{--bs-gutter-x: 1.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 1.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 1.75rem}.g-md-7,.gy-md-7{--bs-gutter-y: 1.75rem}.g-md-7e,.gx-md-7e{--bs-gutter-x: 1.875rem}.g-md-7e,.gy-md-7e{--bs-gutter-y: 1.875rem}.g-md-8,.gx-md-8{--bs-gutter-x: 2rem}.g-md-8,.gy-md-8{--bs-gutter-y: 2rem}.g-md-9,.gx-md-9{--bs-gutter-x: 2.25rem}.g-md-9,.gy-md-9{--bs-gutter-y: 2.25rem}.g-md-10,.gx-md-10{--bs-gutter-x: 2.5rem}.g-md-10,.gy-md-10{--bs-gutter-y: 2.5rem}.g-md-11,.gx-md-11{--bs-gutter-x: 2.75rem}.g-md-11,.gy-md-11{--bs-gutter-y: 2.75rem}.g-md-12,.gx-md-12{--bs-gutter-x: 3rem}.g-md-12,.gy-md-12{--bs-gutter-y: 3rem}.g-md-13,.gx-md-13{--bs-gutter-x: 3.25rem}.g-md-13,.gy-md-13{--bs-gutter-y: 3.25rem}.g-md-14,.gx-md-14{--bs-gutter-x: 3.5rem}.g-md-14,.gy-md-14{--bs-gutter-y: 3.5rem}.g-md-15,.gx-md-15{--bs-gutter-x: 3.75rem}.g-md-15,.gy-md-15{--bs-gutter-y: 3.75rem}.g-md-16,.gx-md-16{--bs-gutter-x: 4rem}.g-md-16,.gy-md-16{--bs-gutter-y: 4rem}.g-md-17,.gx-md-17{--bs-gutter-x: 4.25rem}.g-md-17,.gy-md-17{--bs-gutter-y: 4.25rem}.g-md-18,.gx-md-18{--bs-gutter-x: 4.5rem}.g-md-18,.gy-md-18{--bs-gutter-y: 4.5rem}.g-md-19,.gx-md-19{--bs-gutter-x: 4.75rem}.g-md-19,.gy-md-19{--bs-gutter-y: 4.75rem}.g-md-20,.gx-md-20{--bs-gutter-x: 5rem}.g-md-20,.gy-md-20{--bs-gutter-y: 5rem}.g-md-25,.gx-md-25{--bs-gutter-x: 5.625rem}.g-md-25,.gy-md-25{--bs-gutter-y: 5.625rem}}@media(min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3r,.gx-lg-3r{--bs-gutter-x: .625rem}.g-lg-3r,.gy-lg-3r{--bs-gutter-y: .625rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: .75rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: .75rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 1.25rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 1.25rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 1.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 1.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 1.75rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 1.75rem}.g-lg-7e,.gx-lg-7e{--bs-gutter-x: 1.875rem}.g-lg-7e,.gy-lg-7e{--bs-gutter-y: 1.875rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 2rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 2rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 2.25rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 2.25rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 2.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 2.5rem}.g-lg-11,.gx-lg-11{--bs-gutter-x: 2.75rem}.g-lg-11,.gy-lg-11{--bs-gutter-y: 2.75rem}.g-lg-12,.gx-lg-12{--bs-gutter-x: 3rem}.g-lg-12,.gy-lg-12{--bs-gutter-y: 3rem}.g-lg-13,.gx-lg-13{--bs-gutter-x: 3.25rem}.g-lg-13,.gy-lg-13{--bs-gutter-y: 3.25rem}.g-lg-14,.gx-lg-14{--bs-gutter-x: 3.5rem}.g-lg-14,.gy-lg-14{--bs-gutter-y: 3.5rem}.g-lg-15,.gx-lg-15{--bs-gutter-x: 3.75rem}.g-lg-15,.gy-lg-15{--bs-gutter-y: 3.75rem}.g-lg-16,.gx-lg-16{--bs-gutter-x: 4rem}.g-lg-16,.gy-lg-16{--bs-gutter-y: 4rem}.g-lg-17,.gx-lg-17{--bs-gutter-x: 4.25rem}.g-lg-17,.gy-lg-17{--bs-gutter-y: 4.25rem}.g-lg-18,.gx-lg-18{--bs-gutter-x: 4.5rem}.g-lg-18,.gy-lg-18{--bs-gutter-y: 4.5rem}.g-lg-19,.gx-lg-19{--bs-gutter-x: 4.75rem}.g-lg-19,.gy-lg-19{--bs-gutter-y: 4.75rem}.g-lg-20,.gx-lg-20{--bs-gutter-x: 5rem}.g-lg-20,.gy-lg-20{--bs-gutter-y: 5rem}.g-lg-25,.gx-lg-25{--bs-gutter-x: 5.625rem}.g-lg-25,.gy-lg-25{--bs-gutter-y: 5.625rem}}@media(min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3r,.gx-xl-3r{--bs-gutter-x: .625rem}.g-xl-3r,.gy-xl-3r{--bs-gutter-y: .625rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: .75rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: .75rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 1.25rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 1.25rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 1.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 1.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 1.75rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 1.75rem}.g-xl-7e,.gx-xl-7e{--bs-gutter-x: 1.875rem}.g-xl-7e,.gy-xl-7e{--bs-gutter-y: 1.875rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 2rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 2rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 2.25rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 2.25rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 2.5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 2.5rem}.g-xl-11,.gx-xl-11{--bs-gutter-x: 2.75rem}.g-xl-11,.gy-xl-11{--bs-gutter-y: 2.75rem}.g-xl-12,.gx-xl-12{--bs-gutter-x: 3rem}.g-xl-12,.gy-xl-12{--bs-gutter-y: 3rem}.g-xl-13,.gx-xl-13{--bs-gutter-x: 3.25rem}.g-xl-13,.gy-xl-13{--bs-gutter-y: 3.25rem}.g-xl-14,.gx-xl-14{--bs-gutter-x: 3.5rem}.g-xl-14,.gy-xl-14{--bs-gutter-y: 3.5rem}.g-xl-15,.gx-xl-15{--bs-gutter-x: 3.75rem}.g-xl-15,.gy-xl-15{--bs-gutter-y: 3.75rem}.g-xl-16,.gx-xl-16{--bs-gutter-x: 4rem}.g-xl-16,.gy-xl-16{--bs-gutter-y: 4rem}.g-xl-17,.gx-xl-17{--bs-gutter-x: 4.25rem}.g-xl-17,.gy-xl-17{--bs-gutter-y: 4.25rem}.g-xl-18,.gx-xl-18{--bs-gutter-x: 4.5rem}.g-xl-18,.gy-xl-18{--bs-gutter-y: 4.5rem}.g-xl-19,.gx-xl-19{--bs-gutter-x: 4.75rem}.g-xl-19,.gy-xl-19{--bs-gutter-y: 4.75rem}.g-xl-20,.gx-xl-20{--bs-gutter-x: 5rem}.g-xl-20,.gy-xl-20{--bs-gutter-y: 5rem}.g-xl-25,.gx-xl-25{--bs-gutter-x: 5.625rem}.g-xl-25,.gy-xl-25{--bs-gutter-y: 5.625rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3r,.gx-xxl-3r{--bs-gutter-x: .625rem}.g-xxl-3r,.gy-xxl-3r{--bs-gutter-y: .625rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: .75rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: .75rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 1.25rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 1.25rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 1.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 1.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 1.75rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 1.75rem}.g-xxl-7e,.gx-xxl-7e{--bs-gutter-x: 1.875rem}.g-xxl-7e,.gy-xxl-7e{--bs-gutter-y: 1.875rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 2rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 2rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 2.25rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 2.25rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 2.5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 2.5rem}.g-xxl-11,.gx-xxl-11{--bs-gutter-x: 2.75rem}.g-xxl-11,.gy-xxl-11{--bs-gutter-y: 2.75rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x: 3rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y: 3rem}.g-xxl-13,.gx-xxl-13{--bs-gutter-x: 3.25rem}.g-xxl-13,.gy-xxl-13{--bs-gutter-y: 3.25rem}.g-xxl-14,.gx-xxl-14{--bs-gutter-x: 3.5rem}.g-xxl-14,.gy-xxl-14{--bs-gutter-y: 3.5rem}.g-xxl-15,.gx-xxl-15{--bs-gutter-x: 3.75rem}.g-xxl-15,.gy-xxl-15{--bs-gutter-y: 3.75rem}.g-xxl-16,.gx-xxl-16{--bs-gutter-x: 4rem}.g-xxl-16,.gy-xxl-16{--bs-gutter-y: 4rem}.g-xxl-17,.gx-xxl-17{--bs-gutter-x: 4.25rem}.g-xxl-17,.gy-xxl-17{--bs-gutter-y: 4.25rem}.g-xxl-18,.gx-xxl-18{--bs-gutter-x: 4.5rem}.g-xxl-18,.gy-xxl-18{--bs-gutter-y: 4.5rem}.g-xxl-19,.gx-xxl-19{--bs-gutter-x: 4.75rem}.g-xxl-19,.gy-xxl-19{--bs-gutter-y: 4.75rem}.g-xxl-20,.gx-xxl-20{--bs-gutter-x: 5rem}.g-xxl-20,.gy-xxl-20{--bs-gutter-y: 5rem}.g-xxl-25,.gx-xxl-25{--bs-gutter-x: 5.625rem}.g-xxl-25,.gy-xxl-25{--bs-gutter-y: 5.625rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000000;--bs-table-bg: rgb(214.8, 234.6, 255);--bs-table-border-color: rgb(171.84, 187.68, 204);--bs-table-striped-bg: rgb(204.06, 222.87, 242.25);--bs-table-striped-color: #000000;--bs-table-active-bg: rgb(193.32, 211.14, 229.5);--bs-table-active-color: #000000;--bs-table-hover-bg: rgb(198.69, 217.005, 235.875);--bs-table-hover-color: #000000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000000;--bs-table-bg: rgb(234.8, 235.6, 234.6);--bs-table-border-color: rgb(187.84, 188.48, 187.68);--bs-table-striped-bg: rgb(223.06, 223.82, 222.87);--bs-table-striped-color: #000000;--bs-table-active-bg: rgb(211.32, 212.04, 211.14);--bs-table-active-color: #000000;--bs-table-hover-bg: rgb(217.19, 217.93, 217.005);--bs-table-hover-color: #000000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000000;--bs-table-bg: rgb(206.2, 240.6, 230.2);--bs-table-border-color: rgb(164.96, 192.48, 184.16);--bs-table-striped-bg: rgb(195.89, 228.57, 218.69);--bs-table-striped-color: #000000;--bs-table-active-bg: rgb(185.58, 216.54, 207.18);--bs-table-active-color: #000000;--bs-table-hover-bg: rgb(190.735, 222.555, 212.935);--bs-table-hover-color: #000000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000000;--bs-table-bg: rgb(231.4, 220, 254.4);--bs-table-border-color: rgb(185.12, 176, 203.52);--bs-table-striped-bg: rgb(219.83, 209, 241.68);--bs-table-striped-color: #000000;--bs-table-active-bg: rgb(208.26, 198, 228.96);--bs-table-active-color: #000000;--bs-table-hover-bg: rgb(214.045, 203.5, 235.32);--bs-table-hover-color: #000000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000000;--bs-table-bg: rgb(255, 237.6, 204);--bs-table-border-color: rgb(204, 190.08, 163.2);--bs-table-striped-bg: rgb(242.25, 225.72, 193.8);--bs-table-striped-color: #000000;--bs-table-active-bg: rgb(229.5, 213.84, 183.6);--bs-table-active-color: #000000;--bs-table-hover-bg: rgb(235.875, 219.78, 188.7);--bs-table-hover-color: #000000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000000;--bs-table-bg: rgb(253.2, 219.6, 223.2);--bs-table-border-color: rgb(202.56, 175.68, 178.56);--bs-table-striped-bg: rgb(240.54, 208.62, 212.04);--bs-table-striped-color: #000000;--bs-table-active-bg: rgb(227.88, 197.64, 200.88);--bs-table-active-color: #000000;--bs-table-hover-bg: rgb(234.21, 203.13, 206.46);--bs-table-hover-color: #000000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #ffffff;--bs-table-bg: #030d00;--bs-table-border-color: rgb(53.4, 61.4, 51);--bs-table-striped-bg: rgb(15.6, 25.1, 12.75);--bs-table-striped-color: #ffffff;--bs-table-active-bg: rgb(28.2, 37.2, 25.5);--bs-table-active-color: #ffffff;--bs-table-hover-bg: rgb(21.9, 31.15, 19.125);--bs-table-hover-color: #ffffff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #ffffff;--bs-table-bg: #29292a;--bs-table-border-color: rgb(83.8, 83.8, 84.6);--bs-table-striped-bg: rgb(51.7, 51.7, 52.65);--bs-table-striped-color: #ffffff;--bs-table-active-bg: rgb(62.4, 62.4, 63.3);--bs-table-active-color: #ffffff;--bs-table-hover-bg: rgb(57.05, 57.05, 57.975);--bs-table-hover-color: #ffffff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem;font-size:1.05rem;font-weight:500;color:#a39696}.col-form-label{padding-top:calc(.75rem + 1px);padding-bottom:calc(.75rem + 1px);margin-bottom:0;font-size:inherit;font-weight:500;line-height:1.5;color:#a39696}.col-form-label-lg{padding-top:calc(.825rem + 1px);padding-bottom:calc(.825rem + 1px);font-size:1.15rem}.col-form-label-sm{padding-top:calc(.55rem + 1px);padding-bottom:calc(.55rem + 1px);font-size:.925rem}.form-text{margin-top:.5rem;font-size:.925rem;color:#8d8d8d}.form-control{display:block;width:100%;padding:.75rem 1rem;font-size:1.1rem;font-weight:500;line-height:1.5;color:#8d8d8d;-webkit-appearance:none;appearance:none;background-color:#fff;background-clip:padding-box;border:1px solid #353d33;border-radius:.475rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#8d8d8d;background-color:#fff;border-color:#707070;outline:0;box-shadow:0 0 0 .25rem #3699ff40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:#8d8d8d;opacity:1}.form-control:disabled{background-color:#333;opacity:1}.form-control::-webkit-file-upload-button{padding:.75rem 1rem;margin:-.75rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#8d8d8d;background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.75rem 1rem;margin:-.75rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem;color:#8d8d8d;background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.75rem 0;margin-bottom:0;line-height:1.5;color:#fff;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 1.1rem + 2px);padding:.55rem .75rem;font-size:.925rem;border-radius:.475rem}.form-control-sm::-webkit-file-upload-button{padding:.55rem .75rem;margin:-.55rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem}.form-control-sm::file-selector-button{padding:.55rem .75rem;margin:-.55rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem}.form-control-lg{min-height:calc(1.5em + 1.65rem + 2px);padding:.825rem 1.5rem;font-size:1.15rem;border-radius:.475rem}.form-control-lg::-webkit-file-upload-button{padding:.825rem 1.5rem;margin:-.825rem -1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}.form-control-lg::file-selector-button{padding:.825rem 1.5rem;margin:-.825rem -1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}textarea.form-control{min-height:calc(1.5em + 1.5rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 1.1rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1.65rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + 1.5rem + 2px);padding:.75rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.475rem}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:.475rem}.form-control-color.form-control-sm{height:calc(1.5em + 1.1rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1.65rem + 2px)}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a39696' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.75rem 3rem .75rem 1rem;font-size:1.1rem;font-weight:500;line-height:1.5;color:#8d8d8d;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;border:1px solid #353d33;border-radius:.475rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#707070;outline:0;box-shadow:0 0 0 .25rem #3699ff40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1rem;background-image:none}.form-select:disabled{background-color:#333}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #8d8d8d}.form-select-sm{padding-top:.55rem;padding-bottom:.55rem;padding-left:.75rem;font-size:.925rem;border-radius:.475rem}.form-select-lg{padding-top:.825rem;padding-bottom:.825rem;padding-left:1.5rem;font-size:1.15rem;border-radius:.475rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:2.85rem;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-2.85rem}.form-check-reverse{padding-right:2.85rem;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-2.85rem;margin-left:0}.form-check-input{--bs-form-check-bg: #ffffff;flex-shrink:0;width:2.35rem;height:2.35rem;margin-top:-.425rem;vertical-align:top;-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #8d8d8d;-webkit-print-color-adjust:exact;print-color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.45em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#707070;outline:0;box-shadow:none}.form-check-input:checked{background-color:#fff;border-color:#8d8d8d}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%2340a060'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2340a060'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#3699ff;border-color:#3699ff;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2340a060' strokeLinecap='round' strokeLinejoin='round' strokeWidth='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:3.75rem}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:3.25rem;margin-left:-3.75rem;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:3.25rem;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23707070'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2340a060'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:3.75rem;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-3.75rem;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.6}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #3699ff40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #3699ff40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;appearance:none;background-color:#3699ff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#c3e0ff}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#3699ff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#c3e0ff}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);min-height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:1rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{position:absolute;inset:1rem .5rem;z-index:-1;height:1.5em;content:"";background-color:#fff;border-radius:.475rem}.form-floating>textarea:disabled~label:after{background-color:#333}.form-floating>.form-control-plaintext~label{border-width:1px 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#9a9e99}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.75rem 1rem;font-size:1.1rem;font-weight:500;line-height:1.5;color:#8d8d8d;text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:1px solid #353d33;border-radius:.475rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.825rem 1.5rem;font-size:1.15rem;border-radius:.475rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.55rem .75rem;font-size:.925rem;border-radius:.475rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.5rem;font-size:.925rem;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.925rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230bb783' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) right calc(.375em + .375rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230bb783' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:5.5rem;background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(4.5rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.5rem;font-size:.925rem;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.925rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f64e60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64e60' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) right calc(.375em + .375rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f64e60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64e60' stroke='none'/%3e%3c/svg%3e");padding-right:5.5rem;background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(4.5rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 1.5rem;--bs-btn-padding-y: .75rem;--bs-btn-font-family: ;--bs-btn-font-size: 1.1rem;--bs-btn-font-weight: 500;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: 1px;--bs-btn-border-color: transparent;--bs-btn-border-radius: .475rem;--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .6;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-white{--bs-btn-color: #000000;--bs-btn-bg: #ffffff;--bs-btn-border-color: #ffffff;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: white;--bs-btn-hover-border-color: white;--bs-btn-focus-shadow-rgb: 217, 217, 217;--bs-btn-active-color: #000000;--bs-btn-active-bg: white;--bs-btn-active-border-color: white;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #ffffff;--bs-btn-disabled-border-color: #ffffff}.btn-light{--bs-btn-color: #ffffff;--bs-btn-bg: #030d00;--bs-btn-border-color: #030d00;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(2.55, 11.05, 0);--bs-btn-hover-border-color: rgb(2.4, 10.4, 0);--bs-btn-focus-shadow-rgb: 41, 49, 38;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(2.4, 10.4, 0);--bs-btn-active-border-color: rgb(2.25, 9.75, 0);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #030d00;--bs-btn-disabled-border-color: #030d00}.btn-primary{--bs-btn-color: #ffffff;--bs-btn-bg: #006cec;--bs-btn-border-color: #006cec;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(0, 91.8, 200.6);--bs-btn-hover-border-color: rgb(0, 86.4, 188.8);--bs-btn-focus-shadow-rgb: 38, 130, 239;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(0, 86.4, 188.8);--bs-btn-active-border-color: #0051b1;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #006cec;--bs-btn-disabled-border-color: #006cec}.btn-secondary{--bs-btn-color: #000000;--bs-btn-bg: #999999;--bs-btn-border-color: #999999;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(168.3, 168.3, 168.3);--bs-btn-hover-border-color: rgb(163.2, 163.2, 163.2);--bs-btn-focus-shadow-rgb: 130, 130, 130;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(173.4, 173.4, 173.4);--bs-btn-active-border-color: rgb(163.2, 163.2, 163.2);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #999999;--bs-btn-disabled-border-color: #999999}.btn-success{--bs-btn-color: #ffffff;--bs-btn-bg: #1f8505;--bs-btn-border-color: #1f8505;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(26.35, 113.05, 4.25);--bs-btn-hover-border-color: rgb(24.8, 106.4, 4);--bs-btn-focus-shadow-rgb: 65, 151, 43;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(24.8, 106.4, 4);--bs-btn-active-border-color: rgb(23.25, 99.75, 3.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #1f8505;--bs-btn-disabled-border-color: #1f8505}.btn-alt-success{--bs-btn-color: #000000;--bs-btn-bg: #40a060;--bs-btn-border-color: #40a060;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(92.65, 174.25, 119.85);--bs-btn-hover-border-color: rgb(83.1, 169.5, 111.9);--bs-btn-focus-shadow-rgb: 54, 136, 82;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(102.2, 179, 127.8);--bs-btn-active-border-color: rgb(83.1, 169.5, 111.9);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #40a060;--bs-btn-disabled-border-color: #40a060}.btn-warning{--bs-btn-color: #000000;--bs-btn-bg: #ebbc2e;--bs-btn-border-color: #ebbc2e;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(238, 198.05, 77.35);--bs-btn-hover-border-color: rgb(237, 194.7, 66.9);--bs-btn-focus-shadow-rgb: 200, 160, 39;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(239, 201.4, 87.8);--bs-btn-active-border-color: rgb(237, 194.7, 66.9);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #ebbc2e;--bs-btn-disabled-border-color: #ebbc2e}.btn-danger{--bs-btn-color: #000000;--bs-btn-bg: #ee151d;--bs-btn-border-color: #ee151d;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(240.55, 56.1, 62.9);--bs-btn-hover-border-color: rgb(239.7, 44.4, 51.6);--bs-btn-focus-shadow-rgb: 202, 18, 25;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(241.4, 67.8, 74.2);--bs-btn-active-border-color: rgb(239.7, 44.4, 51.6);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #ee151d;--bs-btn-disabled-border-color: #ee151d}.btn-info{--bs-btn-color: #ffffff;--bs-btn-bg: #8950fc;--bs-btn-border-color: #8950fc;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(116.45, 68, 214.2);--bs-btn-hover-border-color: rgb(109.6, 64, 201.6);--bs-btn-focus-shadow-rgb: 155, 106, 252;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(109.6, 64, 201.6);--bs-btn-active-border-color: rgb(102.75, 60, 189);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #8950fc;--bs-btn-disabled-border-color: #8950fc}.btn-dark{--bs-btn-color: #ffffff;--bs-btn-bg: #29292a;--bs-btn-border-color: #29292a;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(73.1, 73.1, 73.95);--bs-btn-hover-border-color: rgb(62.4, 62.4, 63.3);--bs-btn-focus-shadow-rgb: 73, 73, 74;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(83.8, 83.8, 84.6);--bs-btn-active-border-color: rgb(62.4, 62.4, 63.3);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #29292a;--bs-btn-disabled-border-color: #29292a}.btn-dark2{--bs-btn-color: #ffffff;--bs-btn-bg: #061b01;--bs-btn-border-color: #061b01;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(5.1, 22.95, .85);--bs-btn-hover-border-color: rgb(4.8, 21.6, .8);--bs-btn-focus-shadow-rgb: 43, 61, 39;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(4.8, 21.6, .8);--bs-btn-active-border-color: rgb(4.5, 20.25, .75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #061b01;--bs-btn-disabled-border-color: #061b01}.btn-brown{--bs-btn-color: #ffffff;--bs-btn-bg: #645116;--bs-btn-border-color: #645116;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(85, 68.85, 18.7);--bs-btn-hover-border-color: rgb(80, 64.8, 17.6);--bs-btn-focus-shadow-rgb: 123, 107, 57;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(80, 64.8, 17.6);--bs-btn-active-border-color: rgb(75, 60.75, 16.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #645116;--bs-btn-disabled-border-color: #645116}.btn-footer{--bs-btn-color: #000000;--bs-btn-bg: #fbcb38;--bs-btn-border-color: #fbcb38;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(251.6, 210.8, 85.85);--bs-btn-hover-border-color: rgb(251.4, 208.2, 75.9);--bs-btn-focus-shadow-rgb: 213, 173, 48;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(251.8, 213.4, 95.8);--bs-btn-active-border-color: rgb(251.4, 208.2, 75.9);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #fbcb38;--bs-btn-disabled-border-color: #fbcb38}.btn-warning-alt{--bs-btn-color: #000000;--bs-btn-bg: #ffc125;--bs-btn-border-color: #ffc125;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(255, 202.3, 69.7);--bs-btn-hover-border-color: rgb(255, 199.2, 58.8);--bs-btn-focus-shadow-rgb: 217, 164, 31;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(255, 205.4, 80.6);--bs-btn-active-border-color: rgb(255, 199.2, 58.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #ffc125;--bs-btn-disabled-border-color: #ffc125}.btn-black{--bs-btn-color: #ffffff;--bs-btn-bg: #000000;--bs-btn-border-color: #000000;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: black;--bs-btn-hover-border-color: black;--bs-btn-focus-shadow-rgb: 38, 38, 38;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: black;--bs-btn-active-border-color: black;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #000000;--bs-btn-disabled-border-color: #000000}.btn-gray{--bs-btn-color: #000000;--bs-btn-bg: #e5e5e5;--bs-btn-border-color: #e5e5e5;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(232.9, 232.9, 232.9);--bs-btn-hover-border-color: rgb(231.6, 231.6, 231.6);--bs-btn-focus-shadow-rgb: 195, 195, 195;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(234.2, 234.2, 234.2);--bs-btn-active-border-color: rgb(231.6, 231.6, 231.6);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #e5e5e5;--bs-btn-disabled-border-color: #e5e5e5}.btn-edit{--bs-btn-color: #000000;--bs-btn-bg: #0da4c6;--bs-btn-border-color: #0da4c6;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(49.3, 177.65, 206.55);--bs-btn-hover-border-color: rgb(37.2, 173.1, 203.7);--bs-btn-focus-shadow-rgb: 11, 139, 168;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(61.4, 182.2, 209.4);--bs-btn-active-border-color: rgb(37.2, 173.1, 203.7);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #0da4c6;--bs-btn-disabled-border-color: #0da4c6}.btn-primary-500{--bs-btn-color: #ffffff;--bs-btn-bg: #5e718d;--bs-btn-border-color: #5e718d;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: rgb(79.9, 96.05, 119.85);--bs-btn-hover-border-color: rgb(75.2, 90.4, 112.8);--bs-btn-focus-shadow-rgb: 118, 134, 158;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: rgb(75.2, 90.4, 112.8);--bs-btn-active-border-color: rgb(70.5, 84.75, 105.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: #5e718d;--bs-btn-disabled-border-color: #5e718d}.btn-gray-500{--bs-btn-color: #000000;--bs-btn-bg: #8d8d8d;--bs-btn-border-color: #8d8d8d;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(158.1, 158.1, 158.1);--bs-btn-hover-border-color: rgb(152.4, 152.4, 152.4);--bs-btn-focus-shadow-rgb: 120, 120, 120;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(163.8, 163.8, 163.8);--bs-btn-active-border-color: rgb(152.4, 152.4, 152.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #8d8d8d;--bs-btn-disabled-border-color: #8d8d8d}.btn-alt-gray{--bs-btn-color: #000000;--bs-btn-bg: #f4f4f4;--bs-btn-border-color: #f4f4f4;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(245.65, 245.65, 245.65);--bs-btn-hover-border-color: rgb(245.1, 245.1, 245.1);--bs-btn-focus-shadow-rgb: 207, 207, 207;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(246.2, 246.2, 246.2);--bs-btn-active-border-color: rgb(245.1, 245.1, 245.1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #f4f4f4;--bs-btn-disabled-border-color: #f4f4f4}.btn-light-success{--bs-btn-color: #000000;--bs-btn-bg: #d2e7cd;--bs-btn-border-color: #d2e7cd;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(216.75, 234.6, 212.5);--bs-btn-hover-border-color: rgb(214.5, 233.4, 210);--bs-btn-focus-shadow-rgb: 179, 196, 174;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(219, 235.8, 215);--bs-btn-active-border-color: rgb(214.5, 233.4, 210);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #d2e7cd;--bs-btn-disabled-border-color: #d2e7cd}.btn-collection-button{--bs-btn-color: #000000;--bs-btn-bg: #aaaaaa;--bs-btn-border-color: #aaaaaa;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(182.75, 182.75, 182.75);--bs-btn-hover-border-color: rgb(178.5, 178.5, 178.5);--bs-btn-focus-shadow-rgb: 145, 145, 145;--bs-btn-active-color: #000000;--bs-btn-active-bg: #bbbbbb;--bs-btn-active-border-color: rgb(178.5, 178.5, 178.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #aaaaaa;--bs-btn-disabled-border-color: #aaaaaa}.btn-admin-body{--bs-btn-color: #000000;--bs-btn-bg: #f9f9f9;--bs-btn-border-color: #f9f9f9;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(249.9, 249.9, 249.9);--bs-btn-hover-border-color: rgb(249.6, 249.6, 249.6);--bs-btn-focus-shadow-rgb: 212, 212, 212;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(250.2, 250.2, 250.2);--bs-btn-active-border-color: rgb(249.6, 249.6, 249.6);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #f9f9f9;--bs-btn-disabled-border-color: #f9f9f9}.btn-unchecked{--bs-btn-color: #000000;--bs-btn-bg: #e8e8e8;--bs-btn-border-color: #e8e8e8;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(235.45, 235.45, 235.45);--bs-btn-hover-border-color: rgb(234.3, 234.3, 234.3);--bs-btn-focus-shadow-rgb: 197, 197, 197;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(236.6, 236.6, 236.6);--bs-btn-active-border-color: rgb(234.3, 234.3, 234.3);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #e8e8e8;--bs-btn-disabled-border-color: #e8e8e8}.btn-pending{--bs-btn-color: #000000;--bs-btn-bg: #fef5d7;--bs-btn-border-color: #fef5d7;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(254.15, 246.5, 221);--bs-btn-hover-border-color: rgb(254.1, 246, 219);--bs-btn-focus-shadow-rgb: 216, 208, 183;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(254.2, 247, 223);--bs-btn-active-border-color: rgb(254.1, 246, 219);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #fef5d7;--bs-btn-disabled-border-color: #fef5d7}.btn-alt-red{--bs-btn-color: #000000;--bs-btn-bg: #fde7e8;--bs-btn-border-color: #fde7e8;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(253.3, 234.6, 235.45);--bs-btn-hover-border-color: rgb(253.2, 233.4, 234.3);--bs-btn-focus-shadow-rgb: 215, 196, 197;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(253.4, 235.8, 236.6);--bs-btn-active-border-color: rgb(253.2, 233.4, 234.3);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #fde7e8;--bs-btn-disabled-border-color: #fde7e8}.btn-form-grey{--bs-btn-color: #000000;--bs-btn-bg: #7c7c7c;--bs-btn-border-color: #7c7c7c;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(143.65, 143.65, 143.65);--bs-btn-hover-border-color: rgb(137.1, 137.1, 137.1);--bs-btn-focus-shadow-rgb: 105, 105, 105;--bs-btn-active-color: #000000;--bs-btn-active-bg: rgb(150.2, 150.2, 150.2);--bs-btn-active-border-color: rgb(137.1, 137.1, 137.1);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: #7c7c7c;--bs-btn-disabled-border-color: #7c7c7c}.btn-outline-white{--bs-btn-color: #ffffff;--bs-btn-border-color: #ffffff;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #ffffff;--bs-btn-hover-border-color: #ffffff;--bs-btn-focus-shadow-rgb: 255, 255, 255;--bs-btn-active-color: #000000;--bs-btn-active-bg: #ffffff;--bs-btn-active-border-color: #ffffff;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffffff;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffffff;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #030d00;--bs-btn-border-color: #030d00;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #030d00;--bs-btn-hover-border-color: #030d00;--bs-btn-focus-shadow-rgb: 3, 13, 0;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #030d00;--bs-btn-active-border-color: #030d00;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #030d00;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #030d00;--bs-gradient: none}.btn-outline-primary{--bs-btn-color: #006cec;--bs-btn-border-color: #006cec;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #006cec;--bs-btn-hover-border-color: #006cec;--bs-btn-focus-shadow-rgb: 0, 108, 236;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #006cec;--bs-btn-active-border-color: #006cec;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #006cec;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #006cec;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #999999;--bs-btn-border-color: #999999;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #999999;--bs-btn-hover-border-color: #999999;--bs-btn-focus-shadow-rgb: 153, 153, 153;--bs-btn-active-color: #000000;--bs-btn-active-bg: #999999;--bs-btn-active-border-color: #999999;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #999999;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #999999;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #1f8505;--bs-btn-border-color: #1f8505;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #1f8505;--bs-btn-hover-border-color: #1f8505;--bs-btn-focus-shadow-rgb: 31, 133, 5;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #1f8505;--bs-btn-active-border-color: #1f8505;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #1f8505;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #1f8505;--bs-gradient: none}.btn-outline-alt-success{--bs-btn-color: #40a060;--bs-btn-border-color: #40a060;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #40a060;--bs-btn-hover-border-color: #40a060;--bs-btn-focus-shadow-rgb: 64, 160, 96;--bs-btn-active-color: #000000;--bs-btn-active-bg: #40a060;--bs-btn-active-border-color: #40a060;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #40a060;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #40a060;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ebbc2e;--bs-btn-border-color: #ebbc2e;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #ebbc2e;--bs-btn-hover-border-color: #ebbc2e;--bs-btn-focus-shadow-rgb: 235, 188, 46;--bs-btn-active-color: #000000;--bs-btn-active-bg: #ebbc2e;--bs-btn-active-border-color: #ebbc2e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ebbc2e;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ebbc2e;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #ee151d;--bs-btn-border-color: #ee151d;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #ee151d;--bs-btn-hover-border-color: #ee151d;--bs-btn-focus-shadow-rgb: 238, 21, 29;--bs-btn-active-color: #000000;--bs-btn-active-bg: #ee151d;--bs-btn-active-border-color: #ee151d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ee151d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ee151d;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #8950fc;--bs-btn-border-color: #8950fc;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #8950fc;--bs-btn-hover-border-color: #8950fc;--bs-btn-focus-shadow-rgb: 137, 80, 252;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #8950fc;--bs-btn-active-border-color: #8950fc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #8950fc;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #8950fc;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #29292a;--bs-btn-border-color: #29292a;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #29292a;--bs-btn-hover-border-color: #29292a;--bs-btn-focus-shadow-rgb: 41, 41, 42;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #29292a;--bs-btn-active-border-color: #29292a;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #29292a;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #29292a;--bs-gradient: none}.btn-outline-dark2{--bs-btn-color: #061b01;--bs-btn-border-color: #061b01;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #061b01;--bs-btn-hover-border-color: #061b01;--bs-btn-focus-shadow-rgb: 6, 27, 1;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #061b01;--bs-btn-active-border-color: #061b01;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #061b01;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #061b01;--bs-gradient: none}.btn-outline-brown{--bs-btn-color: #645116;--bs-btn-border-color: #645116;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #645116;--bs-btn-hover-border-color: #645116;--bs-btn-focus-shadow-rgb: 100, 81, 22;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #645116;--bs-btn-active-border-color: #645116;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #645116;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #645116;--bs-gradient: none}.btn-outline-footer{--bs-btn-color: #fbcb38;--bs-btn-border-color: #fbcb38;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #fbcb38;--bs-btn-hover-border-color: #fbcb38;--bs-btn-focus-shadow-rgb: 251, 203, 56;--bs-btn-active-color: #000000;--bs-btn-active-bg: #fbcb38;--bs-btn-active-border-color: #fbcb38;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fbcb38;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fbcb38;--bs-gradient: none}.btn-outline-warning-alt{--bs-btn-color: #ffc125;--bs-btn-border-color: #ffc125;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #ffc125;--bs-btn-hover-border-color: #ffc125;--bs-btn-focus-shadow-rgb: 255, 193, 37;--bs-btn-active-color: #000000;--bs-btn-active-bg: #ffc125;--bs-btn-active-border-color: #ffc125;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #ffc125;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc125;--bs-gradient: none}.btn-outline-black{--bs-btn-color: #000000;--bs-btn-border-color: #000000;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #000000;--bs-btn-hover-border-color: #000000;--bs-btn-focus-shadow-rgb: 0, 0, 0;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #000000;--bs-btn-active-border-color: #000000;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #000000;--bs-gradient: none}.btn-outline-gray{--bs-btn-color: #e5e5e5;--bs-btn-border-color: #e5e5e5;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #e5e5e5;--bs-btn-hover-border-color: #e5e5e5;--bs-btn-focus-shadow-rgb: 229, 229, 229;--bs-btn-active-color: #000000;--bs-btn-active-bg: #e5e5e5;--bs-btn-active-border-color: #e5e5e5;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #e5e5e5;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #e5e5e5;--bs-gradient: none}.btn-outline-edit{--bs-btn-color: #0da4c6;--bs-btn-border-color: #0da4c6;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #0da4c6;--bs-btn-hover-border-color: #0da4c6;--bs-btn-focus-shadow-rgb: 13, 164, 198;--bs-btn-active-color: #000000;--bs-btn-active-bg: #0da4c6;--bs-btn-active-border-color: #0da4c6;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0da4c6;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0da4c6;--bs-gradient: none}.btn-outline-primary-500{--bs-btn-color: #5e718d;--bs-btn-border-color: #5e718d;--bs-btn-hover-color: #ffffff;--bs-btn-hover-bg: #5e718d;--bs-btn-hover-border-color: #5e718d;--bs-btn-focus-shadow-rgb: 94, 113, 141;--bs-btn-active-color: #ffffff;--bs-btn-active-bg: #5e718d;--bs-btn-active-border-color: #5e718d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #5e718d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #5e718d;--bs-gradient: none}.btn-outline-gray-500{--bs-btn-color: #8d8d8d;--bs-btn-border-color: #8d8d8d;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #8d8d8d;--bs-btn-hover-border-color: #8d8d8d;--bs-btn-focus-shadow-rgb: 141, 141, 141;--bs-btn-active-color: #000000;--bs-btn-active-bg: #8d8d8d;--bs-btn-active-border-color: #8d8d8d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #8d8d8d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #8d8d8d;--bs-gradient: none}.btn-outline-alt-gray{--bs-btn-color: #f4f4f4;--bs-btn-border-color: #f4f4f4;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #f4f4f4;--bs-btn-hover-border-color: #f4f4f4;--bs-btn-focus-shadow-rgb: 244, 244, 244;--bs-btn-active-color: #000000;--bs-btn-active-bg: #f4f4f4;--bs-btn-active-border-color: #f4f4f4;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f4f4f4;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f4f4f4;--bs-gradient: none}.btn-outline-light-success{--bs-btn-color: #d2e7cd;--bs-btn-border-color: #d2e7cd;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #d2e7cd;--bs-btn-hover-border-color: #d2e7cd;--bs-btn-focus-shadow-rgb: 210, 231, 205;--bs-btn-active-color: #000000;--bs-btn-active-bg: #d2e7cd;--bs-btn-active-border-color: #d2e7cd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #d2e7cd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #d2e7cd;--bs-gradient: none}.btn-outline-collection-button{--bs-btn-color: #aaaaaa;--bs-btn-border-color: #aaaaaa;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #aaaaaa;--bs-btn-hover-border-color: #aaaaaa;--bs-btn-focus-shadow-rgb: 170, 170, 170;--bs-btn-active-color: #000000;--bs-btn-active-bg: #aaaaaa;--bs-btn-active-border-color: #aaaaaa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #aaaaaa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #aaaaaa;--bs-gradient: none}.btn-outline-admin-body{--bs-btn-color: #f9f9f9;--bs-btn-border-color: #f9f9f9;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #f9f9f9;--bs-btn-hover-border-color: #f9f9f9;--bs-btn-focus-shadow-rgb: 249, 249, 249;--bs-btn-active-color: #000000;--bs-btn-active-bg: #f9f9f9;--bs-btn-active-border-color: #f9f9f9;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f9f9f9;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f9f9f9;--bs-gradient: none}.btn-outline-unchecked{--bs-btn-color: #e8e8e8;--bs-btn-border-color: #e8e8e8;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #e8e8e8;--bs-btn-hover-border-color: #e8e8e8;--bs-btn-focus-shadow-rgb: 232, 232, 232;--bs-btn-active-color: #000000;--bs-btn-active-bg: #e8e8e8;--bs-btn-active-border-color: #e8e8e8;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #e8e8e8;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #e8e8e8;--bs-gradient: none}.btn-outline-pending{--bs-btn-color: #fef5d7;--bs-btn-border-color: #fef5d7;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #fef5d7;--bs-btn-hover-border-color: #fef5d7;--bs-btn-focus-shadow-rgb: 254, 245, 215;--bs-btn-active-color: #000000;--bs-btn-active-bg: #fef5d7;--bs-btn-active-border-color: #fef5d7;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fef5d7;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fef5d7;--bs-gradient: none}.btn-outline-alt-red{--bs-btn-color: #fde7e8;--bs-btn-border-color: #fde7e8;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #fde7e8;--bs-btn-hover-border-color: #fde7e8;--bs-btn-focus-shadow-rgb: 253, 231, 232;--bs-btn-active-color: #000000;--bs-btn-active-bg: #fde7e8;--bs-btn-active-border-color: #fde7e8;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fde7e8;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #fde7e8;--bs-gradient: none}.btn-outline-form-grey{--bs-btn-color: #7c7c7c;--bs-btn-border-color: #7c7c7c;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: #7c7c7c;--bs-btn-hover-border-color: #7c7c7c;--bs-btn-focus-shadow-rgb: 124, 124, 124;--bs-btn-active-color: #000000;--bs-btn-active-bg: #7c7c7c;--bs-btn-active-border-color: #7c7c7c;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #7c7c7c;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #7c7c7c;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #999999;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 46, 130, 217;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .825rem;--bs-btn-padding-x: 1.75rem;--bs-btn-font-size: 1.15rem;--bs-btn-border-radius: .475rem}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .55rem;--bs-btn-padding-x: 1.25rem;--bs-btn-font-size: .925rem;--bs-btn-border-radius: .475rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #40a060;--bs-dropdown-link-active-bg: #3699ff;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #9a9e99;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.925rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #353d33;--bs-dropdown-bg: #a39696;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #353d33;--bs-dropdown-link-hover-color: #ffffff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #40a060;--bs-dropdown-link-active-bg: #3699ff;--bs-dropdown-link-disabled-color: #8d8d8d;--bs-dropdown-header-color: #8d8d8d}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.475rem}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.9375rem;padding-left:.9375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:1.3125rem;padding-left:1.3125rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #3699ff40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #40a060;--bs-nav-pills-link-active-bg: #3699ff}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:500;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .44375rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.075rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.075rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: .475rem;--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #ffffff;--bs-navbar-brand-color: #ffffff;--bs-navbar-brand-hover-color: #ffffff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;inset:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-img-top,.card-group>.card:not(:last-child)>.card-header{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-img-bottom,.card-group>.card:not(:last-child)>.card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-img-top,.card-group>.card:not(:first-child)>.card-header{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-img-bottom,.card-group>.card:not(:first-child)>.card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2821.6, 61.2, 102%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-pagination-active-color: #40a060;--bs-pagination-active-bg: #3699ff;--bs-pagination-active-border-color: #3699ff;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.075rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: .925rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 500;--bs-badge-color: #ffffff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:500;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-white{--bs-alert-color: var(--bs-white-text-emphasis);--bs-alert-bg: var(--bs-white-bg-subtle);--bs-alert-border-color: var(--bs-white-border-subtle);--bs-alert-link-color: var(--bs-white-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-alt-success{--bs-alert-color: var(--bs-alt-success-text-emphasis);--bs-alert-bg: var(--bs-alt-success-bg-subtle);--bs-alert-border-color: var(--bs-alt-success-border-subtle);--bs-alert-link-color: var(--bs-alt-success-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}.alert-dark2{--bs-alert-color: var(--bs-dark2-text-emphasis);--bs-alert-bg: var(--bs-dark2-bg-subtle);--bs-alert-border-color: var(--bs-dark2-border-subtle);--bs-alert-link-color: var(--bs-dark2-text-emphasis)}.alert-brown{--bs-alert-color: var(--bs-brown-text-emphasis);--bs-alert-bg: var(--bs-brown-bg-subtle);--bs-alert-border-color: var(--bs-brown-border-subtle);--bs-alert-link-color: var(--bs-brown-text-emphasis)}.alert-footer{--bs-alert-color: var(--bs-footer-text-emphasis);--bs-alert-bg: var(--bs-footer-bg-subtle);--bs-alert-border-color: var(--bs-footer-border-subtle);--bs-alert-link-color: var(--bs-footer-text-emphasis)}.alert-warning-alt{--bs-alert-color: var(--bs-warning-alt-text-emphasis);--bs-alert-bg: var(--bs-warning-alt-bg-subtle);--bs-alert-border-color: var(--bs-warning-alt-border-subtle);--bs-alert-link-color: var(--bs-warning-alt-text-emphasis)}.alert-black{--bs-alert-color: var(--bs-black-text-emphasis);--bs-alert-bg: var(--bs-black-bg-subtle);--bs-alert-border-color: var(--bs-black-border-subtle);--bs-alert-link-color: var(--bs-black-text-emphasis)}.alert-gray{--bs-alert-color: var(--bs-gray-text-emphasis);--bs-alert-bg: var(--bs-gray-bg-subtle);--bs-alert-border-color: var(--bs-gray-border-subtle);--bs-alert-link-color: var(--bs-gray-text-emphasis)}.alert-edit{--bs-alert-color: var(--bs-edit-text-emphasis);--bs-alert-bg: var(--bs-edit-bg-subtle);--bs-alert-border-color: var(--bs-edit-border-subtle);--bs-alert-link-color: var(--bs-edit-text-emphasis)}.alert-primary-500{--bs-alert-color: var(--bs-primary-500-text-emphasis);--bs-alert-bg: var(--bs-primary-500-bg-subtle);--bs-alert-border-color: var(--bs-primary-500-border-subtle);--bs-alert-link-color: var(--bs-primary-500-text-emphasis)}.alert-gray-500{--bs-alert-color: var(--bs-gray-500-text-emphasis);--bs-alert-bg: var(--bs-gray-500-bg-subtle);--bs-alert-border-color: var(--bs-gray-500-border-subtle);--bs-alert-link-color: var(--bs-gray-500-text-emphasis)}.alert-alt-gray{--bs-alert-color: var(--bs-alt-gray-text-emphasis);--bs-alert-bg: var(--bs-alt-gray-bg-subtle);--bs-alert-border-color: var(--bs-alt-gray-border-subtle);--bs-alert-link-color: var(--bs-alt-gray-text-emphasis)}.alert-light-success{--bs-alert-color: var(--bs-light-success-text-emphasis);--bs-alert-bg: var(--bs-light-success-bg-subtle);--bs-alert-border-color: var(--bs-light-success-border-subtle);--bs-alert-link-color: var(--bs-light-success-text-emphasis)}.alert-collection-button{--bs-alert-color: var(--bs-collection-button-text-emphasis);--bs-alert-bg: var(--bs-collection-button-bg-subtle);--bs-alert-border-color: var(--bs-collection-button-border-subtle);--bs-alert-link-color: var(--bs-collection-button-text-emphasis)}.alert-admin-body{--bs-alert-color: var(--bs-admin-body-text-emphasis);--bs-alert-bg: var(--bs-admin-body-bg-subtle);--bs-alert-border-color: var(--bs-admin-body-border-subtle);--bs-alert-link-color: var(--bs-admin-body-text-emphasis)}.alert-unchecked{--bs-alert-color: var(--bs-unchecked-text-emphasis);--bs-alert-bg: var(--bs-unchecked-bg-subtle);--bs-alert-border-color: var(--bs-unchecked-border-subtle);--bs-alert-link-color: var(--bs-unchecked-text-emphasis)}.alert-pending{--bs-alert-color: var(--bs-pending-text-emphasis);--bs-alert-bg: var(--bs-pending-bg-subtle);--bs-alert-border-color: var(--bs-pending-border-subtle);--bs-alert-link-color: var(--bs-pending-text-emphasis)}.alert-alt-red{--bs-alert-color: var(--bs-alt-red-text-emphasis);--bs-alert-bg: var(--bs-alt-red-bg-subtle);--bs-alert-border-color: var(--bs-alt-red-border-subtle);--bs-alert-link-color: var(--bs-alt-red-text-emphasis)}.alert-form-grey{--bs-alert-color: var(--bs-form-grey-text-emphasis);--bs-alert-bg: var(--bs-form-grey-bg-subtle);--bs-alert-border-color: var(--bs-form-grey-border-subtle);--bs-alert-link-color: var(--bs-form-grey-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #ffffff;--bs-progress-bar-bg: #3699ff;--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #40a060;--bs-list-group-active-bg: #3699ff;--bs-list-group-active-border-color: #3699ff;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-white{--bs-list-group-color: var(--bs-white-text-emphasis);--bs-list-group-bg: var(--bs-white-bg-subtle);--bs-list-group-border-color: var(--bs-white-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-white-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-white-border-subtle);--bs-list-group-active-color: var(--bs-white-bg-subtle);--bs-list-group-active-bg: var(--bs-white-text-emphasis);--bs-list-group-active-border-color: var(--bs-white-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-alt-success{--bs-list-group-color: var(--bs-alt-success-text-emphasis);--bs-list-group-bg: var(--bs-alt-success-bg-subtle);--bs-list-group-border-color: var(--bs-alt-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-alt-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-alt-success-border-subtle);--bs-list-group-active-color: var(--bs-alt-success-bg-subtle);--bs-list-group-active-bg: var(--bs-alt-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-alt-success-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.list-group-item-dark2{--bs-list-group-color: var(--bs-dark2-text-emphasis);--bs-list-group-bg: var(--bs-dark2-bg-subtle);--bs-list-group-border-color: var(--bs-dark2-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark2-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark2-border-subtle);--bs-list-group-active-color: var(--bs-dark2-bg-subtle);--bs-list-group-active-bg: var(--bs-dark2-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark2-text-emphasis)}.list-group-item-brown{--bs-list-group-color: var(--bs-brown-text-emphasis);--bs-list-group-bg: var(--bs-brown-bg-subtle);--bs-list-group-border-color: var(--bs-brown-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-brown-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-brown-border-subtle);--bs-list-group-active-color: var(--bs-brown-bg-subtle);--bs-list-group-active-bg: var(--bs-brown-text-emphasis);--bs-list-group-active-border-color: var(--bs-brown-text-emphasis)}.list-group-item-footer{--bs-list-group-color: var(--bs-footer-text-emphasis);--bs-list-group-bg: var(--bs-footer-bg-subtle);--bs-list-group-border-color: var(--bs-footer-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-footer-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-footer-border-subtle);--bs-list-group-active-color: var(--bs-footer-bg-subtle);--bs-list-group-active-bg: var(--bs-footer-text-emphasis);--bs-list-group-active-border-color: var(--bs-footer-text-emphasis)}.list-group-item-warning-alt{--bs-list-group-color: var(--bs-warning-alt-text-emphasis);--bs-list-group-bg: var(--bs-warning-alt-bg-subtle);--bs-list-group-border-color: var(--bs-warning-alt-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-alt-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-alt-border-subtle);--bs-list-group-active-color: var(--bs-warning-alt-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-alt-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-alt-text-emphasis)}.list-group-item-black{--bs-list-group-color: var(--bs-black-text-emphasis);--bs-list-group-bg: var(--bs-black-bg-subtle);--bs-list-group-border-color: var(--bs-black-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-black-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-black-border-subtle);--bs-list-group-active-color: var(--bs-black-bg-subtle);--bs-list-group-active-bg: var(--bs-black-text-emphasis);--bs-list-group-active-border-color: var(--bs-black-text-emphasis)}.list-group-item-gray{--bs-list-group-color: var(--bs-gray-text-emphasis);--bs-list-group-bg: var(--bs-gray-bg-subtle);--bs-list-group-border-color: var(--bs-gray-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-border-subtle);--bs-list-group-active-color: var(--bs-gray-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-text-emphasis)}.list-group-item-edit{--bs-list-group-color: var(--bs-edit-text-emphasis);--bs-list-group-bg: var(--bs-edit-bg-subtle);--bs-list-group-border-color: var(--bs-edit-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-edit-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-edit-border-subtle);--bs-list-group-active-color: var(--bs-edit-bg-subtle);--bs-list-group-active-bg: var(--bs-edit-text-emphasis);--bs-list-group-active-border-color: var(--bs-edit-text-emphasis)}.list-group-item-primary-500{--bs-list-group-color: var(--bs-primary-500-text-emphasis);--bs-list-group-bg: var(--bs-primary-500-bg-subtle);--bs-list-group-border-color: var(--bs-primary-500-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-500-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-500-border-subtle);--bs-list-group-active-color: var(--bs-primary-500-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-500-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-500-text-emphasis)}.list-group-item-gray-500{--bs-list-group-color: var(--bs-gray-500-text-emphasis);--bs-list-group-bg: var(--bs-gray-500-bg-subtle);--bs-list-group-border-color: var(--bs-gray-500-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-gray-500-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-gray-500-border-subtle);--bs-list-group-active-color: var(--bs-gray-500-bg-subtle);--bs-list-group-active-bg: var(--bs-gray-500-text-emphasis);--bs-list-group-active-border-color: var(--bs-gray-500-text-emphasis)}.list-group-item-alt-gray{--bs-list-group-color: var(--bs-alt-gray-text-emphasis);--bs-list-group-bg: var(--bs-alt-gray-bg-subtle);--bs-list-group-border-color: var(--bs-alt-gray-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-alt-gray-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-alt-gray-border-subtle);--bs-list-group-active-color: var(--bs-alt-gray-bg-subtle);--bs-list-group-active-bg: var(--bs-alt-gray-text-emphasis);--bs-list-group-active-border-color: var(--bs-alt-gray-text-emphasis)}.list-group-item-light-success{--bs-list-group-color: var(--bs-light-success-text-emphasis);--bs-list-group-bg: var(--bs-light-success-bg-subtle);--bs-list-group-border-color: var(--bs-light-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-success-border-subtle);--bs-list-group-active-color: var(--bs-light-success-bg-subtle);--bs-list-group-active-bg: var(--bs-light-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-success-text-emphasis)}.list-group-item-collection-button{--bs-list-group-color: var(--bs-collection-button-text-emphasis);--bs-list-group-bg: var(--bs-collection-button-bg-subtle);--bs-list-group-border-color: var(--bs-collection-button-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-collection-button-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-collection-button-border-subtle);--bs-list-group-active-color: var(--bs-collection-button-bg-subtle);--bs-list-group-active-bg: var(--bs-collection-button-text-emphasis);--bs-list-group-active-border-color: var(--bs-collection-button-text-emphasis)}.list-group-item-admin-body{--bs-list-group-color: var(--bs-admin-body-text-emphasis);--bs-list-group-bg: var(--bs-admin-body-bg-subtle);--bs-list-group-border-color: var(--bs-admin-body-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-admin-body-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-admin-body-border-subtle);--bs-list-group-active-color: var(--bs-admin-body-bg-subtle);--bs-list-group-active-bg: var(--bs-admin-body-text-emphasis);--bs-list-group-active-border-color: var(--bs-admin-body-text-emphasis)}.list-group-item-unchecked{--bs-list-group-color: var(--bs-unchecked-text-emphasis);--bs-list-group-bg: var(--bs-unchecked-bg-subtle);--bs-list-group-border-color: var(--bs-unchecked-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-unchecked-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-unchecked-border-subtle);--bs-list-group-active-color: var(--bs-unchecked-bg-subtle);--bs-list-group-active-bg: var(--bs-unchecked-text-emphasis);--bs-list-group-active-border-color: var(--bs-unchecked-text-emphasis)}.list-group-item-pending{--bs-list-group-color: var(--bs-pending-text-emphasis);--bs-list-group-bg: var(--bs-pending-bg-subtle);--bs-list-group-border-color: var(--bs-pending-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-pending-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-pending-border-subtle);--bs-list-group-active-color: var(--bs-pending-bg-subtle);--bs-list-group-active-bg: var(--bs-pending-text-emphasis);--bs-list-group-active-border-color: var(--bs-pending-text-emphasis)}.list-group-item-alt-red{--bs-list-group-color: var(--bs-alt-red-text-emphasis);--bs-list-group-bg: var(--bs-alt-red-bg-subtle);--bs-list-group-border-color: var(--bs-alt-red-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-alt-red-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-alt-red-border-subtle);--bs-list-group-active-color: var(--bs-alt-red-bg-subtle);--bs-list-group-active-bg: var(--bs-alt-red-text-emphasis);--bs-list-group-active-border-color: var(--bs-alt-red-text-emphasis)}.list-group-item-form-grey{--bs-list-group-color: var(--bs-form-grey-text-emphasis);--bs-list-group-bg: var(--bs-form-grey-bg-subtle);--bs-list-group-border-color: var(--bs-form-grey-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-form-grey-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-form-grey-border-subtle);--bs-list-group-active-color: var(--bs-form-grey-bg-subtle);--bs-list-group-active-bg: var(--bs-form-grey-text-emphasis);--bs-list-group-active-border-color: var(--bs-form-grey-text-emphasis)}.btn-close{--bs-btn-close-color: #000000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(54, 153, 255, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.475rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: var(--bs-body-color);--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media(min-width:576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width:1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: .925rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: .925rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: #030d00;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg: #000000;--bs-carousel-caption-color: #000000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg: #ffffff;--bs-carousel-caption-color: #ffffff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000000;--bs-carousel-caption-color: #000000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.clearfix:after{display:block;clear:both;content:""}.text-bg-white{color:#000!important;background-color:RGBA(var(--bs-white-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#fff!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#000!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-alt-success{color:#000!important;background-color:RGBA(var(--bs-alt-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#000!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#fff!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark2{color:#fff!important;background-color:RGBA(var(--bs-dark2-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-brown{color:#fff!important;background-color:RGBA(var(--bs-brown-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-footer{color:#000!important;background-color:RGBA(var(--bs-footer-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning-alt{color:#000!important;background-color:RGBA(var(--bs-warning-alt-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-black{color:#fff!important;background-color:RGBA(var(--bs-black-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray{color:#000!important;background-color:RGBA(var(--bs-gray-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-edit{color:#000!important;background-color:RGBA(var(--bs-edit-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-primary-500{color:#fff!important;background-color:RGBA(var(--bs-primary-500-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-gray-500{color:#000!important;background-color:RGBA(var(--bs-gray-500-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-alt-gray{color:#000!important;background-color:RGBA(var(--bs-alt-gray-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light-success{color:#000!important;background-color:RGBA(var(--bs-light-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-collection-button{color:#000!important;background-color:RGBA(var(--bs-collection-button-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-admin-body{color:#000!important;background-color:RGBA(var(--bs-admin-body-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-unchecked{color:#000!important;background-color:RGBA(var(--bs-unchecked-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-pending{color:#000!important;background-color:RGBA(var(--bs-pending-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-alt-red{color:#000!important;background-color:RGBA(var(--bs-alt-red-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-form-grey{color:#000!important;background-color:RGBA(var(--bs-form-grey-rgb),var(--bs-bg-opacity, 1))!important}.link-white{color:RGBA(var(--bs-white-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-white-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-white-rgb),var(--bs-link-underline-opacity, 1))!important}.link-white:hover,.link-white:focus{color:RGBA(255,255,255,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(2,10,0,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(2,10,0,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(2,10,0,var(--bs-link-underline-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(0,86,189,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(0,86,189,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(0,86,189,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(173,173,173,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(173,173,173,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(173,173,173,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(25,106,4,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(25,106,4,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(25,106,4,var(--bs-link-underline-opacity, 1))!important}.link-alt-success{color:RGBA(var(--bs-alt-success-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-alt-success-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-alt-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-alt-success:hover,.link-alt-success:focus{color:RGBA(102,179,128,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(102,179,128,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(102,179,128,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(239,201,88,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(239,201,88,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(239,201,88,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(241,68,74,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(241,68,74,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(241,68,74,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(110,64,202,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(110,64,202,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(110,64,202,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(33,33,34,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(33,33,34,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(33,33,34,var(--bs-link-underline-opacity, 1))!important}.link-dark2{color:RGBA(var(--bs-dark2-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark2-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark2-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark2:hover,.link-dark2:focus{color:RGBA(5,22,1,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(5,22,1,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(5,22,1,var(--bs-link-underline-opacity, 1))!important}.link-brown{color:RGBA(var(--bs-brown-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-brown-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-brown-rgb),var(--bs-link-underline-opacity, 1))!important}.link-brown:hover,.link-brown:focus{color:RGBA(80,65,18,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(80,65,18,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(80,65,18,var(--bs-link-underline-opacity, 1))!important}.link-footer{color:RGBA(var(--bs-footer-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-footer-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-footer-rgb),var(--bs-link-underline-opacity, 1))!important}.link-footer:hover,.link-footer:focus{color:RGBA(252,213,96,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(252,213,96,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(252,213,96,var(--bs-link-underline-opacity, 1))!important}.link-warning-alt{color:RGBA(var(--bs-warning-alt-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-alt-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-alt-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning-alt:hover,.link-warning-alt:focus{color:RGBA(255,205,81,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(255,205,81,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(255,205,81,var(--bs-link-underline-opacity, 1))!important}.link-black{color:RGBA(var(--bs-black-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-black-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-black-rgb),var(--bs-link-underline-opacity, 1))!important}.link-black:hover,.link-black:focus{color:RGBA(0,0,0,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity, 1))!important}.link-gray{color:RGBA(var(--bs-gray-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray:hover,.link-gray:focus{color:RGBA(234,234,234,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(234,234,234,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(234,234,234,var(--bs-link-underline-opacity, 1))!important}.link-edit{color:RGBA(var(--bs-edit-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-edit-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-edit-rgb),var(--bs-link-underline-opacity, 1))!important}.link-edit:hover,.link-edit:focus{color:RGBA(61,182,209,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(61,182,209,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(61,182,209,var(--bs-link-underline-opacity, 1))!important}.link-primary-500{color:RGBA(var(--bs-primary-500-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-500-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-500-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary-500:hover,.link-primary-500:focus{color:RGBA(75,90,113,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(75,90,113,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(75,90,113,var(--bs-link-underline-opacity, 1))!important}.link-gray-500{color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity, 1))!important}.link-gray-500:hover,.link-gray-500:focus{color:RGBA(164,164,164,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(164,164,164,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(164,164,164,var(--bs-link-underline-opacity, 1))!important}.link-alt-gray{color:RGBA(var(--bs-alt-gray-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-alt-gray-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-alt-gray-rgb),var(--bs-link-underline-opacity, 1))!important}.link-alt-gray:hover,.link-alt-gray:focus{color:RGBA(246,246,246,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(246,246,246,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(246,246,246,var(--bs-link-underline-opacity, 1))!important}.link-light-success{color:RGBA(var(--bs-light-success-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-success-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light-success:hover,.link-light-success:focus{color:RGBA(219,236,215,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(219,236,215,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(219,236,215,var(--bs-link-underline-opacity, 1))!important}.link-collection-button{color:RGBA(var(--bs-collection-button-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-collection-button-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-collection-button-rgb),var(--bs-link-underline-opacity, 1))!important}.link-collection-button:hover,.link-collection-button:focus{color:RGBA(187,187,187,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(187,187,187,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(187,187,187,var(--bs-link-underline-opacity, 1))!important}.link-admin-body{color:RGBA(var(--bs-admin-body-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-admin-body-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-admin-body-rgb),var(--bs-link-underline-opacity, 1))!important}.link-admin-body:hover,.link-admin-body:focus{color:RGBA(250,250,250,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(250,250,250,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(250,250,250,var(--bs-link-underline-opacity, 1))!important}.link-unchecked{color:RGBA(var(--bs-unchecked-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-unchecked-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-unchecked-rgb),var(--bs-link-underline-opacity, 1))!important}.link-unchecked:hover,.link-unchecked:focus{color:RGBA(237,237,237,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(237,237,237,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(237,237,237,var(--bs-link-underline-opacity, 1))!important}.link-pending{color:RGBA(var(--bs-pending-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-pending-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-pending-rgb),var(--bs-link-underline-opacity, 1))!important}.link-pending:hover,.link-pending:focus{color:RGBA(254,247,223,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(254,247,223,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(254,247,223,var(--bs-link-underline-opacity, 1))!important}.link-alt-red{color:RGBA(var(--bs-alt-red-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-alt-red-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-alt-red-rgb),var(--bs-link-underline-opacity, 1))!important}.link-alt-red:hover,.link-alt-red:focus{color:RGBA(253,236,237,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(253,236,237,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(253,236,237,var(--bs-link-underline-opacity, 1))!important}.link-form-grey{color:RGBA(var(--bs-form-grey-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-form-grey-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-form-grey-rgb),var(--bs-link-underline-opacity, 1))!important}.link-form-grey:hover,.link-form-grey:focus{color:RGBA(150,150,150,var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(150,150,150,var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(150,150,150,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-15{opacity:.15!important}.opacity-20{opacity:.2!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-white{--bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-alt-success{--bs-focus-ring-color: rgba(var(--bs-alt-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark2{--bs-focus-ring-color: rgba(var(--bs-dark2-rgb), var(--bs-focus-ring-opacity))}.focus-ring-brown{--bs-focus-ring-color: rgba(var(--bs-brown-rgb), var(--bs-focus-ring-opacity))}.focus-ring-footer{--bs-focus-ring-color: rgba(var(--bs-footer-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning-alt{--bs-focus-ring-color: rgba(var(--bs-warning-alt-rgb), var(--bs-focus-ring-opacity))}.focus-ring-black{--bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray{--bs-focus-ring-color: rgba(var(--bs-gray-rgb), var(--bs-focus-ring-opacity))}.focus-ring-edit{--bs-focus-ring-color: rgba(var(--bs-edit-rgb), var(--bs-focus-ring-opacity))}.focus-ring-primary-500{--bs-focus-ring-color: rgba(var(--bs-primary-500-rgb), var(--bs-focus-ring-opacity))}.focus-ring-gray-500{--bs-focus-ring-color: rgba(var(--bs-gray-500-rgb), var(--bs-focus-ring-opacity))}.focus-ring-alt-gray{--bs-focus-ring-color: rgba(var(--bs-alt-gray-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light-success{--bs-focus-ring-color: rgba(var(--bs-light-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-collection-button{--bs-focus-ring-color: rgba(var(--bs-collection-button-rgb), var(--bs-focus-ring-opacity))}.focus-ring-admin-body{--bs-focus-ring-color: rgba(var(--bs-admin-body-rgb), var(--bs-focus-ring-opacity))}.focus-ring-unchecked{--bs-focus-ring-color: rgba(var(--bs-unchecked-rgb), var(--bs-focus-ring-opacity))}.focus-ring-pending{--bs-focus-ring-color: rgba(var(--bs-pending-rgb), var(--bs-focus-ring-opacity))}.focus-ring-alt-red{--bs-focus-ring-color: rgba(var(--bs-alt-red-rgb), var(--bs-focus-ring-opacity))}.focus-ring-form-grey{--bs-focus-ring-color: rgba(var(--bs-form-grey-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-alt-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-alt-success-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-dark2{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark2-rgb),var(--bs-border-opacity))!important}.border-brown{--bs-border-opacity: 1;border-color:rgba(var(--bs-brown-rgb),var(--bs-border-opacity))!important}.border-footer{--bs-border-opacity: 1;border-color:rgba(var(--bs-footer-rgb),var(--bs-border-opacity))!important}.border-warning-alt{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-alt-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-gray{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-rgb),var(--bs-border-opacity))!important}.border-edit{--bs-border-opacity: 1;border-color:rgba(var(--bs-edit-rgb),var(--bs-border-opacity))!important}.border-primary-500{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-500-rgb),var(--bs-border-opacity))!important}.border-gray-500{--bs-border-opacity: 1;border-color:rgba(var(--bs-gray-500-rgb),var(--bs-border-opacity))!important}.border-alt-gray{--bs-border-opacity: 1;border-color:rgba(var(--bs-alt-gray-rgb),var(--bs-border-opacity))!important}.border-light-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-success-rgb),var(--bs-border-opacity))!important}.border-collection-button{--bs-border-opacity: 1;border-color:rgba(var(--bs-collection-button-rgb),var(--bs-border-opacity))!important}.border-admin-body{--bs-border-opacity: 1;border-color:rgba(var(--bs-admin-body-rgb),var(--bs-border-opacity))!important}.border-unchecked{--bs-border-opacity: 1;border-color:rgba(var(--bs-unchecked-rgb),var(--bs-border-opacity))!important}.border-pending{--bs-border-opacity: 1;border-color:rgba(var(--bs-pending-rgb),var(--bs-border-opacity))!important}.border-alt-red{--bs-border-opacity: 1;border-color:rgba(var(--bs-alt-red-rgb),var(--bs-border-opacity))!important}.border-form-grey{--bs-border-opacity: 1;border-color:rgba(var(--bs-form-grey-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-unset{width:unset!important}.w-1r{width:1rem!important}.w-2r{width:2rem!important}.w-3r{width:3rem!important}.w-1r1{width:1.125rem!important}.w-1r5{width:1.5rem!important}.w-2e{width:.115rem!important}.w-3e{width:.125rem!important}.w-4r{width:.25rem!important}.w-5r{width:.5rem!important}.w-15r{width:.938rem!important}.w-10r{width:.625rem!important}.w-11r5{width:.719rem!important}.w-5{width:5%!important}.w-10{width:10%!important}.w-15{width:15%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-35{width:35%!important}.w-50{width:50%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-85{width:85%!important}.w-90{width:90%!important}.w-95{width:95%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-1px{width:1px!important}.w-2px{width:2px!important}.w-3px{width:3px!important}.w-4px{width:4px!important}.w-5px{width:5px!important}.w-6px{width:6px!important}.w-7px{width:7px!important}.w-8px{width:8px!important}.w-9px{width:9px!important}.w-10px{width:10px!important}.w-12px{width:12px!important}.w-14px{width:.875rem!important}.w-15px{width:15px!important}.w-18px{width:18px!important}.w-20px{width:20px!important}.w-24px{width:24px!important}.w-25px{width:25px!important}.w-25e{width:1.563rem!important}.w-30px{width:30px!important}.w-35px{width:35px!important}.w-35e{width:2.188rem!important}.w-38e{width:2.375rem!important}.w-40px{width:40px!important}.w-41{width:2.563rem!important}.w-42{width:2.625rem!important}.w-44{width:2.75rem!important}.w-45px{width:45px!important}.w-45e{width:2.813rem!important}.w-48px{width:48px!important}.w-49e{width:4.938rem!important}.w-50px{width:50px!important}.w-51{width:3.188rem!important}.w-55px{width:55px!important}.w-60px{width:60px!important}.w-65px{width:65px!important}.w-66px{width:66px!important}.w-70px{width:70px!important}.w-75px{width:75px!important}.w-79e{width:4.938rem!important}.w-80px{width:80px!important}.w-80e{width:5rem!important}.w-84{width:5.25rem!important}.w-85px{width:85px!important}.w-87e{width:5.438rem!important}.w-90px{width:90px!important}.w-90e{width:5.625rem!important}.w-95px{width:95px!important}.w-100px{width:100px!important}.w-110{width:6.875rem!important}.w-120{width:7.5rem!important}.w-125px{width:125px!important}.w-126{width:7.875rem!important}.w-148{width:9.25rem!important}.w-150px{width:150px!important}.w-152{width:9.5rem!important}.w-175px{width:175px!important}.w-180{width:11.25rem!important}.w-191{width:11.938rem!important}.w-200px{width:200px!important}.w-200e{width:12.5rem!important}.w-220{width:13.75rem!important}.w-220px{width:220px!important}.w-225px{width:225px!important}.w-231e{width:14.445rem!important}.w-250px{width:250px!important}.w-262e{width:16.375rem!important}.w-275px{width:275px!important}.w-300px{width:300px!important}.w-325px{width:325px!important}.w-326e{width:20.375rem!important}.w-349e{width:21.813em!important}.w-350px{width:350px!important}.w-374px{width:374px!important}.w-375px{width:375px!important}.w-400px{width:400px!important}.w-400{width:25rem!important}.w-419r{width:26.188em!important}.w-420px{width:420px!important}.w-425px{width:425px!important}.w-431px{width:431px!important}.w-450px{width:450px!important}.w-475px{width:475px!important}.w-484px{width:484px!important}.w-458px{width:458px!important}.w-492e{width:30.75rem!important}.w-500px{width:500px!important}.w-522e{width:32.625rem!important}.w-538e{width:33.5rem!important}.w-550px{width:550px!important}.w-600px{width:600px!important}.w-600e{width:37.53em!important}.w-631px{width:631px!important}.w-650px{width:650px!important}.w-700px{width:700px!important}.w-750px{width:750px!important}.w-800px{width:800px!important}.w-850px{width:850px!important}.w-900px{width:900px!important}.w-950px{width:950px!important}.w-1000px{width:1000px!important}.mw-unset{max-width:unset!important}.mw-1r{max-width:1rem!important}.mw-2r{max-width:2rem!important}.mw-3r{max-width:3rem!important}.mw-1r1{max-width:1.125rem!important}.mw-1r5{max-width:1.5rem!important}.mw-2e{max-width:.115rem!important}.mw-3e{max-width:.125rem!important}.mw-4r{max-width:.25rem!important}.mw-5r{max-width:.5rem!important}.mw-15r{max-width:.938rem!important}.mw-10r{max-width:.625rem!important}.mw-11r5{max-width:.719rem!important}.mw-5{max-width:5%!important}.mw-10{max-width:10%!important}.mw-15{max-width:15%!important}.mw-25{max-width:25%!important}.mw-30{max-width:30%!important}.mw-35{max-width:35%!important}.mw-50{max-width:50%!important}.mw-65{max-width:65%!important}.mw-70{max-width:70%!important}.mw-75{max-width:75%!important}.mw-85{max-width:85%!important}.mw-90{max-width:90%!important}.mw-95{max-width:95%!important}.mw-100{max-width:100%!important}.mw-auto{max-width:auto!important}.mw-1px{max-width:1px!important}.mw-2px{max-width:2px!important}.mw-3px{max-width:3px!important}.mw-4px{max-width:4px!important}.mw-5px{max-width:5px!important}.mw-6px{max-width:6px!important}.mw-7px{max-width:7px!important}.mw-8px{max-width:8px!important}.mw-9px{max-width:9px!important}.mw-10px{max-width:10px!important}.mw-12px{max-width:12px!important}.mw-14px{max-width:.875rem!important}.mw-15px{max-width:15px!important}.mw-18px{max-width:18px!important}.mw-20px{max-width:20px!important}.mw-24px{max-width:24px!important}.mw-25px{max-width:25px!important}.mw-25e{max-width:1.563rem!important}.mw-30px{max-width:30px!important}.mw-35px{max-width:35px!important}.mw-35e{max-width:2.188rem!important}.mw-38e{max-width:2.375rem!important}.mw-40px{max-width:40px!important}.mw-41{max-width:2.563rem!important}.mw-42{max-width:2.625rem!important}.mw-44{max-width:2.75rem!important}.mw-45px{max-width:45px!important}.mw-45e{max-width:2.813rem!important}.mw-48px{max-width:48px!important}.mw-49e{max-width:4.938rem!important}.mw-50px{max-width:50px!important}.mw-51{max-width:3.188rem!important}.mw-55px{max-width:55px!important}.mw-60px{max-width:60px!important}.mw-65px{max-width:65px!important}.mw-66px{max-width:66px!important}.mw-70px{max-width:70px!important}.mw-75px{max-width:75px!important}.mw-79e{max-width:4.938rem!important}.mw-80px{max-width:80px!important}.mw-80e{max-width:5rem!important}.mw-84{max-width:5.25rem!important}.mw-85px{max-width:85px!important}.mw-87e{max-width:5.438rem!important}.mw-90px{max-width:90px!important}.mw-90e{max-width:5.625rem!important}.mw-95px{max-width:95px!important}.mw-100px{max-width:100px!important}.mw-110{max-width:6.875rem!important}.mw-120{max-width:7.5rem!important}.mw-125px{max-width:125px!important}.mw-126{max-width:7.875rem!important}.mw-148{max-width:9.25rem!important}.mw-150px{max-width:150px!important}.mw-152{max-width:9.5rem!important}.mw-175px{max-width:175px!important}.mw-180{max-width:11.25rem!important}.mw-191{max-width:11.938rem!important}.mw-200px{max-width:200px!important}.mw-200e{max-width:12.5rem!important}.mw-220{max-width:13.75rem!important}.mw-220px{max-width:220px!important}.mw-225px{max-width:225px!important}.mw-231e{max-width:14.445rem!important}.mw-250px{max-width:250px!important}.mw-262e{max-width:16.375rem!important}.mw-275px{max-width:275px!important}.mw-300px{max-width:300px!important}.mw-325px{max-width:325px!important}.mw-326e{max-width:20.375rem!important}.mw-349e{max-width:21.813em!important}.mw-350px{max-width:350px!important}.mw-374px{max-width:374px!important}.mw-375px{max-width:375px!important}.mw-400px{max-width:400px!important}.mw-400{max-width:25rem!important}.mw-419r{max-width:26.188em!important}.mw-420px{max-width:420px!important}.mw-425px{max-width:425px!important}.mw-431px{max-width:431px!important}.mw-450px{max-width:450px!important}.mw-475px{max-width:475px!important}.mw-484px{max-width:484px!important}.mw-458px{max-width:458px!important}.mw-492e{max-width:30.75rem!important}.mw-500px{max-width:500px!important}.mw-522e{max-width:32.625rem!important}.mw-538e{max-width:33.5rem!important}.mw-550px{max-width:550px!important}.mw-600px{max-width:600px!important}.mw-600e{max-width:37.53em!important}.mw-631px{max-width:631px!important}.mw-650px{max-width:650px!important}.mw-700px{max-width:700px!important}.mw-750px{max-width:750px!important}.mw-800px{max-width:800px!important}.mw-850px{max-width:850px!important}.mw-900px{max-width:900px!important}.mw-950px{max-width:950px!important}.mw-1000px{max-width:1000px!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-unset{height:unset!important}.h-1r{height:1rem!important}.h-2r{height:2rem!important}.h-3r{height:3rem!important}.h-1r1{height:1.125rem!important}.h-1r5{height:1.5rem!important}.h-2e{height:.115rem!important}.h-3e{height:.125rem!important}.h-4r{height:.25rem!important}.h-5r{height:.5rem!important}.h-15r{height:.938rem!important}.h-10r{height:.625rem!important}.h-11r5{height:.719rem!important}.h-5{height:5%!important}.h-10{height:10%!important}.h-15{height:15%!important}.h-25{height:25%!important}.h-30{height:30%!important}.h-35{height:35%!important}.h-50{height:50%!important}.h-65{height:65%!important}.h-70{height:70%!important}.h-75{height:75%!important}.h-85{height:85%!important}.h-90{height:90%!important}.h-95{height:95%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.h-1px{height:1px!important}.h-2px{height:2px!important}.h-3px{height:3px!important}.h-4px{height:4px!important}.h-5px{height:5px!important}.h-6px{height:6px!important}.h-7px{height:7px!important}.h-8px{height:8px!important}.h-9px{height:9px!important}.h-10px{height:10px!important}.h-12px{height:12px!important}.h-14px{height:.875rem!important}.h-15px{height:15px!important}.h-18px{height:18px!important}.h-20px{height:20px!important}.h-24px{height:24px!important}.h-25px{height:25px!important}.h-25e{height:1.563rem!important}.h-30px{height:30px!important}.h-35px{height:35px!important}.h-35e{height:2.188rem!important}.h-38e{height:2.375rem!important}.h-40px{height:40px!important}.h-41{height:2.563rem!important}.h-42{height:2.625rem!important}.h-44{height:2.75rem!important}.h-45px{height:45px!important}.h-45e{height:2.813rem!important}.h-48px{height:48px!important}.h-49e{height:4.938rem!important}.h-50px{height:50px!important}.h-51{height:3.188rem!important}.h-55px{height:55px!important}.h-60px{height:60px!important}.h-65px{height:65px!important}.h-66px{height:66px!important}.h-70px{height:70px!important}.h-75px{height:75px!important}.h-79e{height:4.938rem!important}.h-80px{height:80px!important}.h-80e{height:5rem!important}.h-84{height:5.25rem!important}.h-85px{height:85px!important}.h-87e{height:5.438rem!important}.h-90px{height:90px!important}.h-90e{height:5.625rem!important}.h-95px{height:95px!important}.h-100px{height:100px!important}.h-110{height:6.875rem!important}.h-120{height:7.5rem!important}.h-125px{height:125px!important}.h-126{height:7.875rem!important}.h-148{height:9.25rem!important}.h-150px{height:150px!important}.h-152{height:9.5rem!important}.h-175px{height:175px!important}.h-180{height:11.25rem!important}.h-191{height:11.938rem!important}.h-200px{height:200px!important}.h-200e{height:12.5rem!important}.h-220{height:13.75rem!important}.h-220px{height:220px!important}.h-225px{height:225px!important}.h-231e{height:14.445rem!important}.h-250px{height:250px!important}.h-262e{height:16.375rem!important}.h-275px{height:275px!important}.h-300px{height:300px!important}.h-325px{height:325px!important}.h-326e{height:20.375rem!important}.h-349e{height:21.813em!important}.h-350px{height:350px!important}.h-374px{height:374px!important}.h-375px{height:375px!important}.h-400px{height:400px!important}.h-400{height:25rem!important}.h-419r{height:26.188em!important}.h-420px{height:420px!important}.h-425px{height:425px!important}.h-431px{height:431px!important}.h-450px{height:450px!important}.h-475px{height:475px!important}.h-484px{height:484px!important}.h-458px{height:458px!important}.h-492e{height:30.75rem!important}.h-500px{height:500px!important}.h-522e{height:32.625rem!important}.h-538e{height:33.5rem!important}.h-550px{height:550px!important}.h-600px{height:600px!important}.h-600e{height:37.53em!important}.h-631px{height:631px!important}.h-650px{height:650px!important}.h-700px{height:700px!important}.h-750px{height:750px!important}.h-800px{height:800px!important}.h-850px{height:850px!important}.h-900px{height:900px!important}.h-950px{height:950px!important}.h-1000px{height:1000px!important}.mh-unset{max-height:unset!important}.mh-1r{max-height:1rem!important}.mh-2r{max-height:2rem!important}.mh-3r{max-height:3rem!important}.mh-1r1{max-height:1.125rem!important}.mh-1r5{max-height:1.5rem!important}.mh-2e{max-height:.115rem!important}.mh-3e{max-height:.125rem!important}.mh-4r{max-height:.25rem!important}.mh-5r{max-height:.5rem!important}.mh-15r{max-height:.938rem!important}.mh-10r{max-height:.625rem!important}.mh-11r5{max-height:.719rem!important}.mh-5{max-height:5%!important}.mh-10{max-height:10%!important}.mh-15{max-height:15%!important}.mh-25{max-height:25%!important}.mh-30{max-height:30%!important}.mh-35{max-height:35%!important}.mh-50{max-height:50%!important}.mh-65{max-height:65%!important}.mh-70{max-height:70%!important}.mh-75{max-height:75%!important}.mh-85{max-height:85%!important}.mh-90{max-height:90%!important}.mh-95{max-height:95%!important}.mh-100{max-height:100%!important}.mh-auto{max-height:auto!important}.mh-1px{max-height:1px!important}.mh-2px{max-height:2px!important}.mh-3px{max-height:3px!important}.mh-4px{max-height:4px!important}.mh-5px{max-height:5px!important}.mh-6px{max-height:6px!important}.mh-7px{max-height:7px!important}.mh-8px{max-height:8px!important}.mh-9px{max-height:9px!important}.mh-10px{max-height:10px!important}.mh-12px{max-height:12px!important}.mh-14px{max-height:.875rem!important}.mh-15px{max-height:15px!important}.mh-18px{max-height:18px!important}.mh-20px{max-height:20px!important}.mh-24px{max-height:24px!important}.mh-25px{max-height:25px!important}.mh-25e{max-height:1.563rem!important}.mh-30px{max-height:30px!important}.mh-35px{max-height:35px!important}.mh-35e{max-height:2.188rem!important}.mh-38e{max-height:2.375rem!important}.mh-40px{max-height:40px!important}.mh-41{max-height:2.563rem!important}.mh-42{max-height:2.625rem!important}.mh-44{max-height:2.75rem!important}.mh-45px{max-height:45px!important}.mh-45e{max-height:2.813rem!important}.mh-48px{max-height:48px!important}.mh-49e{max-height:4.938rem!important}.mh-50px{max-height:50px!important}.mh-51{max-height:3.188rem!important}.mh-55px{max-height:55px!important}.mh-60px{max-height:60px!important}.mh-65px{max-height:65px!important}.mh-66px{max-height:66px!important}.mh-70px{max-height:70px!important}.mh-75px{max-height:75px!important}.mh-79e{max-height:4.938rem!important}.mh-80px{max-height:80px!important}.mh-80e{max-height:5rem!important}.mh-84{max-height:5.25rem!important}.mh-85px{max-height:85px!important}.mh-87e{max-height:5.438rem!important}.mh-90px{max-height:90px!important}.mh-90e{max-height:5.625rem!important}.mh-95px{max-height:95px!important}.mh-100px{max-height:100px!important}.mh-110{max-height:6.875rem!important}.mh-120{max-height:7.5rem!important}.mh-125px{max-height:125px!important}.mh-126{max-height:7.875rem!important}.mh-148{max-height:9.25rem!important}.mh-150px{max-height:150px!important}.mh-152{max-height:9.5rem!important}.mh-175px{max-height:175px!important}.mh-180{max-height:11.25rem!important}.mh-191{max-height:11.938rem!important}.mh-200px{max-height:200px!important}.mh-200e{max-height:12.5rem!important}.mh-220{max-height:13.75rem!important}.mh-220px{max-height:220px!important}.mh-225px{max-height:225px!important}.mh-231e{max-height:14.445rem!important}.mh-250px{max-height:250px!important}.mh-262e{max-height:16.375rem!important}.mh-275px{max-height:275px!important}.mh-300px{max-height:300px!important}.mh-325px{max-height:325px!important}.mh-326e{max-height:20.375rem!important}.mh-349e{max-height:21.813em!important}.mh-350px{max-height:350px!important}.mh-374px{max-height:374px!important}.mh-375px{max-height:375px!important}.mh-400px{max-height:400px!important}.mh-400{max-height:25rem!important}.mh-419r{max-height:26.188em!important}.mh-420px{max-height:420px!important}.mh-425px{max-height:425px!important}.mh-431px{max-height:431px!important}.mh-450px{max-height:450px!important}.mh-475px{max-height:475px!important}.mh-484px{max-height:484px!important}.mh-458px{max-height:458px!important}.mh-492e{max-height:30.75rem!important}.mh-500px{max-height:500px!important}.mh-522e{max-height:32.625rem!important}.mh-538e{max-height:33.5rem!important}.mh-550px{max-height:550px!important}.mh-600px{max-height:600px!important}.mh-600e{max-height:37.53em!important}.mh-631px{max-height:631px!important}.mh-650px{max-height:650px!important}.mh-700px{max-height:700px!important}.mh-750px{max-height:750px!important}.mh-800px{max-height:800px!important}.mh-850px{max-height:850px!important}.mh-900px{max-height:900px!important}.mh-950px{max-height:950px!important}.mh-1000px{max-height:1000px!important}.vh-100{height:100vh!important}.m-vh-unset{min-height:unset!important}.m-vh-5{min-height:5vh!important}.m-vh-10{min-height:10vh!important}.m-vh-15{min-height:15vh!important}.m-vh-25{min-height:25vh!important}.m-vh-30{min-height:30vh!important}.m-vh-35{min-height:35vh!important}.m-vh-50{min-height:50vh!important}.m-vh-65{min-height:65vh!important}.m-vh-70{min-height:70vh!important}.m-vh-75{min-height:75vh!important}.m-vh-80,.m-vh-85{min-height:85vh!important}.m-vh-90{min-height:90vh!important}.m-vh-95{min-height:95vh!important}.m-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3r{margin:.625rem!important}.m-3{margin:.75rem!important}.m-4{margin:1rem!important}.m-5{margin:1.25rem!important}.m-6{margin:1.5rem!important}.m-7{margin:1.75rem!important}.m-7e{margin:1.875rem!important}.m-8{margin:2rem!important}.m-9{margin:2.25rem!important}.m-10{margin:2.5rem!important}.m-11{margin:2.75rem!important}.m-12{margin:3rem!important}.m-13{margin:3.25rem!important}.m-14{margin:3.5rem!important}.m-15{margin:3.75rem!important}.m-16{margin:4rem!important}.m-17{margin:4.25rem!important}.m-18{margin:4.5rem!important}.m-19{margin:4.75rem!important}.m-20{margin:5rem!important}.m-25{margin:5.625rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3r{margin-right:.625rem!important;margin-left:.625rem!important}.mx-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-4{margin-right:1rem!important;margin-left:1rem!important}.mx-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-7e{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-8{margin-right:2rem!important;margin-left:2rem!important}.mx-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-12{margin-right:3rem!important;margin-left:3rem!important}.mx-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-16{margin-right:4rem!important;margin-left:4rem!important}.mx-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-20{margin-right:5rem!important;margin-left:5rem!important}.mx-25{margin-right:5.625rem!important;margin-left:5.625rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3r{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-7e{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-25{margin-top:5.625rem!important;margin-bottom:5.625rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3r{margin-top:.625rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-7{margin-top:1.75rem!important}.mt-7e{margin-top:1.875rem!important}.mt-8{margin-top:2rem!important}.mt-9{margin-top:2.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.mt-12{margin-top:3rem!important}.mt-13{margin-top:3.25rem!important}.mt-14{margin-top:3.5rem!important}.mt-15{margin-top:3.75rem!important}.mt-16{margin-top:4rem!important}.mt-17{margin-top:4.25rem!important}.mt-18{margin-top:4.5rem!important}.mt-19{margin-top:4.75rem!important}.mt-20{margin-top:5rem!important}.mt-25{margin-top:5.625rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3r{margin-right:.625rem!important}.me-3{margin-right:.75rem!important}.me-4{margin-right:1rem!important}.me-5{margin-right:1.25rem!important}.me-6{margin-right:1.5rem!important}.me-7{margin-right:1.75rem!important}.me-7e{margin-right:1.875rem!important}.me-8{margin-right:2rem!important}.me-9{margin-right:2.25rem!important}.me-10{margin-right:2.5rem!important}.me-11{margin-right:2.75rem!important}.me-12{margin-right:3rem!important}.me-13{margin-right:3.25rem!important}.me-14{margin-right:3.5rem!important}.me-15{margin-right:3.75rem!important}.me-16{margin-right:4rem!important}.me-17{margin-right:4.25rem!important}.me-18{margin-right:4.5rem!important}.me-19{margin-right:4.75rem!important}.me-20{margin-right:5rem!important}.me-25{margin-right:5.625rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3r{margin-bottom:.625rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-7{margin-bottom:1.75rem!important}.mb-7e{margin-bottom:1.875rem!important}.mb-8{margin-bottom:2rem!important}.mb-9{margin-bottom:2.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.mb-13{margin-bottom:3.25rem!important}.mb-14{margin-bottom:3.5rem!important}.mb-15{margin-bottom:3.75rem!important}.mb-16{margin-bottom:4rem!important}.mb-17{margin-bottom:4.25rem!important}.mb-18{margin-bottom:4.5rem!important}.mb-19{margin-bottom:4.75rem!important}.mb-20{margin-bottom:5rem!important}.mb-25{margin-bottom:5.625rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3r{margin-left:.625rem!important}.ms-3{margin-left:.75rem!important}.ms-4{margin-left:1rem!important}.ms-5{margin-left:1.25rem!important}.ms-6{margin-left:1.5rem!important}.ms-7{margin-left:1.75rem!important}.ms-7e{margin-left:1.875rem!important}.ms-8{margin-left:2rem!important}.ms-9{margin-left:2.25rem!important}.ms-10{margin-left:2.5rem!important}.ms-11{margin-left:2.75rem!important}.ms-12{margin-left:3rem!important}.ms-13{margin-left:3.25rem!important}.ms-14{margin-left:3.5rem!important}.ms-15{margin-left:3.75rem!important}.ms-16{margin-left:4rem!important}.ms-17{margin-left:4.25rem!important}.ms-18{margin-left:4.5rem!important}.ms-19{margin-left:4.75rem!important}.ms-20{margin-left:5rem!important}.ms-25{margin-left:5.625rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3r{padding:.625rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-7{padding:1.75rem!important}.p-7e{padding:1.875rem!important}.p-8{padding:2rem!important}.p-9{padding:2.25rem!important}.p-10{padding:2.5rem!important}.p-11{padding:2.75rem!important}.p-12{padding:3rem!important}.p-13{padding:3.25rem!important}.p-14{padding:3.5rem!important}.p-15{padding:3.75rem!important}.p-16{padding:4rem!important}.p-17{padding:4.25rem!important}.p-18{padding:4.5rem!important}.p-19{padding:4.75rem!important}.p-20{padding:5rem!important}.p-25{padding:5.625rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3r{padding-right:.625rem!important;padding-left:.625rem!important}.px-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-4{padding-right:1rem!important;padding-left:1rem!important}.px-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-7e{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-8{padding-right:2rem!important;padding-left:2rem!important}.px-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-12{padding-right:3rem!important;padding-left:3rem!important}.px-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-16{padding-right:4rem!important;padding-left:4rem!important}.px-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-20{padding-right:5rem!important;padding-left:5rem!important}.px-25{padding-right:5.625rem!important;padding-left:5.625rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3r{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-7e{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-25{padding-top:5.625rem!important;padding-bottom:5.625rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3r{padding-top:.625rem!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.25rem!important}.pt-6{padding-top:1.5rem!important}.pt-7{padding-top:1.75rem!important}.pt-7e{padding-top:1.875rem!important}.pt-8{padding-top:2rem!important}.pt-9{padding-top:2.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-11{padding-top:2.75rem!important}.pt-12{padding-top:3rem!important}.pt-13{padding-top:3.25rem!important}.pt-14{padding-top:3.5rem!important}.pt-15{padding-top:3.75rem!important}.pt-16{padding-top:4rem!important}.pt-17{padding-top:4.25rem!important}.pt-18{padding-top:4.5rem!important}.pt-19{padding-top:4.75rem!important}.pt-20{padding-top:5rem!important}.pt-25{padding-top:5.625rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3r{padding-right:.625rem!important}.pe-3{padding-right:.75rem!important}.pe-4{padding-right:1rem!important}.pe-5{padding-right:1.25rem!important}.pe-6{padding-right:1.5rem!important}.pe-7{padding-right:1.75rem!important}.pe-7e{padding-right:1.875rem!important}.pe-8{padding-right:2rem!important}.pe-9{padding-right:2.25rem!important}.pe-10{padding-right:2.5rem!important}.pe-11{padding-right:2.75rem!important}.pe-12{padding-right:3rem!important}.pe-13{padding-right:3.25rem!important}.pe-14{padding-right:3.5rem!important}.pe-15{padding-right:3.75rem!important}.pe-16{padding-right:4rem!important}.pe-17{padding-right:4.25rem!important}.pe-18{padding-right:4.5rem!important}.pe-19{padding-right:4.75rem!important}.pe-20{padding-right:5rem!important}.pe-25{padding-right:5.625rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3r{padding-bottom:.625rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-7{padding-bottom:1.75rem!important}.pb-7e{padding-bottom:1.875rem!important}.pb-8{padding-bottom:2rem!important}.pb-9{padding-bottom:2.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-11{padding-bottom:2.75rem!important}.pb-12{padding-bottom:3rem!important}.pb-13{padding-bottom:3.25rem!important}.pb-14{padding-bottom:3.5rem!important}.pb-15{padding-bottom:3.75rem!important}.pb-16{padding-bottom:4rem!important}.pb-17{padding-bottom:4.25rem!important}.pb-18{padding-bottom:4.5rem!important}.pb-19{padding-bottom:4.75rem!important}.pb-20{padding-bottom:5rem!important}.pb-25{padding-bottom:5.625rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3r{padding-left:.625rem!important}.ps-3{padding-left:.75rem!important}.ps-4{padding-left:1rem!important}.ps-5{padding-left:1.25rem!important}.ps-6{padding-left:1.5rem!important}.ps-7{padding-left:1.75rem!important}.ps-7e{padding-left:1.875rem!important}.ps-8{padding-left:2rem!important}.ps-9{padding-left:2.25rem!important}.ps-10{padding-left:2.5rem!important}.ps-11{padding-left:2.75rem!important}.ps-12{padding-left:3rem!important}.ps-13{padding-left:3.25rem!important}.ps-14{padding-left:3.5rem!important}.ps-15{padding-left:3.75rem!important}.ps-16{padding-left:4rem!important}.ps-17{padding-left:4.25rem!important}.ps-18{padding-left:4.5rem!important}.ps-19{padding-left:4.75rem!important}.ps-20{padding-left:5rem!important}.ps-25{padding-left:5.625rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3r{gap:.625rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-7{gap:1.75rem!important}.gap-7e{gap:1.875rem!important}.gap-8{gap:2rem!important}.gap-9{gap:2.25rem!important}.gap-10{gap:2.5rem!important}.gap-11{gap:2.75rem!important}.gap-12{gap:3rem!important}.gap-13{gap:3.25rem!important}.gap-14{gap:3.5rem!important}.gap-15{gap:3.75rem!important}.gap-16{gap:4rem!important}.gap-17{gap:4.25rem!important}.gap-18{gap:4.5rem!important}.gap-19{gap:4.75rem!important}.gap-20{gap:5rem!important}.gap-25{gap:5.625rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3r{row-gap:.625rem!important}.row-gap-3{row-gap:.75rem!important}.row-gap-4{row-gap:1rem!important}.row-gap-5{row-gap:1.25rem!important}.row-gap-6{row-gap:1.5rem!important}.row-gap-7{row-gap:1.75rem!important}.row-gap-7e{row-gap:1.875rem!important}.row-gap-8{row-gap:2rem!important}.row-gap-9{row-gap:2.25rem!important}.row-gap-10{row-gap:2.5rem!important}.row-gap-11{row-gap:2.75rem!important}.row-gap-12{row-gap:3rem!important}.row-gap-13{row-gap:3.25rem!important}.row-gap-14{row-gap:3.5rem!important}.row-gap-15{row-gap:3.75rem!important}.row-gap-16{row-gap:4rem!important}.row-gap-17{row-gap:4.25rem!important}.row-gap-18{row-gap:4.5rem!important}.row-gap-19{row-gap:4.75rem!important}.row-gap-20{row-gap:5rem!important}.row-gap-25{row-gap:5.625rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3r{column-gap:.625rem!important}.column-gap-3{column-gap:.75rem!important}.column-gap-4{column-gap:1rem!important}.column-gap-5{column-gap:1.25rem!important}.column-gap-6{column-gap:1.5rem!important}.column-gap-7{column-gap:1.75rem!important}.column-gap-7e{column-gap:1.875rem!important}.column-gap-8{column-gap:2rem!important}.column-gap-9{column-gap:2.25rem!important}.column-gap-10{column-gap:2.5rem!important}.column-gap-11{column-gap:2.75rem!important}.column-gap-12{column-gap:3rem!important}.column-gap-13{column-gap:3.25rem!important}.column-gap-14{column-gap:3.5rem!important}.column-gap-15{column-gap:3.75rem!important}.column-gap-16{column-gap:4rem!important}.column-gap-17{column-gap:4.25rem!important}.column-gap-18{column-gap:4.5rem!important}.column-gap-19{column-gap:4.75rem!important}.column-gap-20{column-gap:5rem!important}.column-gap-25{column-gap:5.625rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.3rem + .6vw)!important}.fs-2{font-size:calc(1.275rem + .3vw)!important}.fs-3{font-size:calc(1.26rem + .12vw)!important}.fs-4{font-size:1.25rem!important}.fs-5{font-size:1.125rem!important}.fs-6{font-size:1.075rem!important}.fs-7{font-size:.95rem!important}.fs-8{font-size:.875rem!important}.fs-9,.fs-10e{font-size:.75rem!important}.fs-10{font-size:.625rem!important}.fs-base{font-size:1rem!important}.fs-fluid{font-size:100%!important}.fs-2x{font-size:calc(1.325rem + .9vw)!important}.fs-2xx{font-size:calc(1.3375rem + 1.05vw)!important}.fs-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-5tx{font-size:calc(1.7rem + 5.4vw)!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:500!important}.fw-bolder{font-weight:600!important}.lh-0{line-height:0!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:1.75!important}.lh-xl{line-height:2!important}.lh-xxl{line-height:2.25!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-alt-success{--bs-text-opacity: 1;color:rgba(var(--bs-alt-success-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-dark2{--bs-text-opacity: 1;color:rgba(var(--bs-dark2-rgb),var(--bs-text-opacity))!important}.text-brown{--bs-text-opacity: 1;color:rgba(var(--bs-brown-rgb),var(--bs-text-opacity))!important}.text-footer{--bs-text-opacity: 1;color:rgba(var(--bs-footer-rgb),var(--bs-text-opacity))!important}.text-warning-alt{--bs-text-opacity: 1;color:rgba(var(--bs-warning-alt-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-gray{--bs-text-opacity: 1;color:rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important}.text-edit{--bs-text-opacity: 1;color:rgba(var(--bs-edit-rgb),var(--bs-text-opacity))!important}.text-primary-500{--bs-text-opacity: 1;color:rgba(var(--bs-primary-500-rgb),var(--bs-text-opacity))!important}.text-gray-500{--bs-text-opacity: 1;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-alt-gray{--bs-text-opacity: 1;color:rgba(var(--bs-alt-gray-rgb),var(--bs-text-opacity))!important}.text-light-success{--bs-text-opacity: 1;color:rgba(var(--bs-light-success-rgb),var(--bs-text-opacity))!important}.text-collection-button{--bs-text-opacity: 1;color:rgba(var(--bs-collection-button-rgb),var(--bs-text-opacity))!important}.text-admin-body{--bs-text-opacity: 1;color:rgba(var(--bs-admin-body-rgb),var(--bs-text-opacity))!important}.text-unchecked{--bs-text-opacity: 1;color:rgba(var(--bs-unchecked-rgb),var(--bs-text-opacity))!important}.text-pending{--bs-text-opacity: 1;color:rgba(var(--bs-pending-rgb),var(--bs-text-opacity))!important}.text-alt-red{--bs-text-opacity: 1;color:rgba(var(--bs-alt-red-rgb),var(--bs-text-opacity))!important}.text-form-grey{--bs-text-opacity: 1;color:rgba(var(--bs-form-grey-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-white{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-white-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-white-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-primary{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-alt-success{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-alt-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-alt-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark2{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-dark2-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark2-rgb),var(--bs-link-underline-opacity))!important}.link-underline-brown{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-brown-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-brown-rgb),var(--bs-link-underline-opacity))!important}.link-underline-footer{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-footer-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-footer-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning-alt{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-warning-alt-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-alt-rgb),var(--bs-link-underline-opacity))!important}.link-underline-black{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-black-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-black-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important}.link-underline-edit{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-edit-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-edit-rgb),var(--bs-link-underline-opacity))!important}.link-underline-primary-500{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-primary-500-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-500-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray-500{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity))!important}.link-underline-alt-gray{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-alt-gray-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-alt-gray-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light-success{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-light-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-collection-button{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-collection-button-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-collection-button-rgb),var(--bs-link-underline-opacity))!important}.link-underline-admin-body{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-admin-body-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-admin-body-rgb),var(--bs-link-underline-opacity))!important}.link-underline-unchecked{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-unchecked-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-unchecked-rgb),var(--bs-link-underline-opacity))!important}.link-underline-pending{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-pending-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-pending-rgb),var(--bs-link-underline-opacity))!important}.link-underline-alt-red{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-alt-red-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-alt-red-rgb),var(--bs-link-underline-opacity))!important}.link-underline-form-grey{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-form-grey-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-form-grey-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-alt-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-alt-success-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark2{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark2-rgb),var(--bs-bg-opacity))!important}.bg-brown{--bs-bg-opacity: 1;background-color:rgba(var(--bs-brown-rgb),var(--bs-bg-opacity))!important}.bg-footer{--bs-bg-opacity: 1;background-color:rgba(var(--bs-footer-rgb),var(--bs-bg-opacity))!important}.bg-warning-alt{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-alt-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-gray{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-rgb),var(--bs-bg-opacity))!important}.bg-edit{--bs-bg-opacity: 1;background-color:rgba(var(--bs-edit-rgb),var(--bs-bg-opacity))!important}.bg-primary-500{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-500-rgb),var(--bs-bg-opacity))!important}.bg-gray-500{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-alt-gray{--bs-bg-opacity: 1;background-color:rgba(var(--bs-alt-gray-rgb),var(--bs-bg-opacity))!important}.bg-light-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-success-rgb),var(--bs-bg-opacity))!important}.bg-collection-button{--bs-bg-opacity: 1;background-color:rgba(var(--bs-collection-button-rgb),var(--bs-bg-opacity))!important}.bg-admin-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-admin-body-rgb),var(--bs-bg-opacity))!important}.bg-unchecked{--bs-bg-opacity: 1;background-color:rgba(var(--bs-unchecked-rgb),var(--bs-bg-opacity))!important}.bg-pending{--bs-bg-opacity: 1;background-color:rgba(var(--bs-pending-rgb),var(--bs-bg-opacity))!important}.bg-alt-red{--bs-bg-opacity: 1;background-color:rgba(var(--bs-alt-red-rgb),var(--bs-bg-opacity))!important}.bg-form-grey{--bs-bg-opacity: 1;background-color:rgba(var(--bs-form-grey-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-index-n1{z-index:-1!important}.z-index-n2{z-index:-2!important}.z-index-0{z-index:0!important}.z-index-1{z-index:1!important}.z-index-2{z-index:2!important}.z-index-3{z-index:3!important}.opacity-0,.opacity-0-hover:hover{opacity:0!important}.opacity-5,.opacity-5-hover:hover{opacity:.05!important}.opacity-10,.opacity-10-hover:hover{opacity:.1!important}.opacity-15,.opacity-15-hover:hover{opacity:.15!important}.opacity-20,.opacity-20-hover:hover{opacity:.2!important}.opacity-25,.opacity-25-hover:hover{opacity:.25!important}.opacity-50,.opacity-50-hover:hover{opacity:.5!important}.opacity-75,.opacity-75-hover:hover{opacity:.75!important}.opacity-100,.opacity-100-hover:hover{opacity:1!important}.min-w-unset{min-width:unset!important}.min-w-1r{min-width:1rem!important}.min-w-2r{min-width:2rem!important}.min-w-3r{min-width:3rem!important}.min-w-1r1{min-width:1.125rem!important}.min-w-1r5{min-width:1.5rem!important}.min-w-2e{min-width:.115rem!important}.min-w-3e{min-width:.125rem!important}.min-w-4r{min-width:.25rem!important}.min-w-5r{min-width:.5rem!important}.min-w-15r{min-width:.938rem!important}.min-w-10r{min-width:.625rem!important}.min-w-11r5{min-width:.719rem!important}.min-w-5{min-width:5%!important}.min-w-10{min-width:10%!important}.min-w-15{min-width:15%!important}.min-w-25{min-width:25%!important}.min-w-30{min-width:30%!important}.min-w-35{min-width:35%!important}.min-w-50{min-width:50%!important}.min-w-65{min-width:65%!important}.min-w-70{min-width:70%!important}.min-w-75{min-width:75%!important}.min-w-85{min-width:85%!important}.min-w-90{min-width:90%!important}.min-w-95{min-width:95%!important}.min-w-100{min-width:100%!important}.min-w-auto{min-width:auto!important}.min-w-1px{min-width:1px!important}.min-w-2px{min-width:2px!important}.min-w-3px{min-width:3px!important}.min-w-4px{min-width:4px!important}.min-w-5px{min-width:5px!important}.min-w-6px{min-width:6px!important}.min-w-7px{min-width:7px!important}.min-w-8px{min-width:8px!important}.min-w-9px{min-width:9px!important}.min-w-10px{min-width:10px!important}.min-w-12px{min-width:12px!important}.min-w-14px{min-width:.875rem!important}.min-w-15px{min-width:15px!important}.min-w-18px{min-width:18px!important}.min-w-20px{min-width:20px!important}.min-w-24px{min-width:24px!important}.min-w-25px{min-width:25px!important}.min-w-25e{min-width:1.563rem!important}.min-w-30px{min-width:30px!important}.min-w-35px{min-width:35px!important}.min-w-35e{min-width:2.188rem!important}.min-w-38e{min-width:2.375rem!important}.min-w-40px{min-width:40px!important}.min-w-41{min-width:2.563rem!important}.min-w-42{min-width:2.625rem!important}.min-w-44{min-width:2.75rem!important}.min-w-45px{min-width:45px!important}.min-w-45e{min-width:2.813rem!important}.min-w-48px{min-width:48px!important}.min-w-49e{min-width:4.938rem!important}.min-w-50px{min-width:50px!important}.min-w-51{min-width:3.188rem!important}.min-w-55px{min-width:55px!important}.min-w-60px{min-width:60px!important}.min-w-65px{min-width:65px!important}.min-w-66px{min-width:66px!important}.min-w-70px{min-width:70px!important}.min-w-75px{min-width:75px!important}.min-w-79e{min-width:4.938rem!important}.min-w-80px{min-width:80px!important}.min-w-80e{min-width:5rem!important}.min-w-84{min-width:5.25rem!important}.min-w-85px{min-width:85px!important}.min-w-87e{min-width:5.438rem!important}.min-w-90px{min-width:90px!important}.min-w-90e{min-width:5.625rem!important}.min-w-95px{min-width:95px!important}.min-w-100px{min-width:100px!important}.min-w-110{min-width:6.875rem!important}.min-w-120{min-width:7.5rem!important}.min-w-125px{min-width:125px!important}.min-w-126{min-width:7.875rem!important}.min-w-148{min-width:9.25rem!important}.min-w-150px{min-width:150px!important}.min-w-152{min-width:9.5rem!important}.min-w-175px{min-width:175px!important}.min-w-180{min-width:11.25rem!important}.min-w-191{min-width:11.938rem!important}.min-w-200px{min-width:200px!important}.min-w-200e{min-width:12.5rem!important}.min-w-220{min-width:13.75rem!important}.min-w-220px{min-width:220px!important}.min-w-225px{min-width:225px!important}.min-w-231e{min-width:14.445rem!important}.min-w-250px{min-width:250px!important}.min-w-262e{min-width:16.375rem!important}.min-w-275px{min-width:275px!important}.min-w-300px{min-width:300px!important}.min-w-325px{min-width:325px!important}.min-w-326e{min-width:20.375rem!important}.min-w-349e{min-width:21.813em!important}.min-w-350px{min-width:350px!important}.min-w-374px{min-width:374px!important}.min-w-375px{min-width:375px!important}.min-w-400px{min-width:400px!important}.min-w-400{min-width:25rem!important}.min-w-419r{min-width:26.188em!important}.min-w-420px{min-width:420px!important}.min-w-425px{min-width:425px!important}.min-w-431px{min-width:431px!important}.min-w-450px{min-width:450px!important}.min-w-475px{min-width:475px!important}.min-w-484px{min-width:484px!important}.min-w-458px{min-width:458px!important}.min-w-492e{min-width:30.75rem!important}.min-w-500px{min-width:500px!important}.min-w-522e{min-width:32.625rem!important}.min-w-538e{min-width:33.5rem!important}.min-w-550px{min-width:550px!important}.min-w-600px{min-width:600px!important}.min-w-600e{min-width:37.53em!important}.min-w-631px{min-width:631px!important}.min-w-650px{min-width:650px!important}.min-w-700px{min-width:700px!important}.min-w-750px{min-width:750px!important}.min-w-800px{min-width:800px!important}.min-w-850px{min-width:850px!important}.min-w-900px{min-width:900px!important}.min-w-950px{min-width:950px!important}.min-w-1000px{min-width:1000px!important}.min-h-unset{min-height:unset!important}.min-h-1r{min-height:1rem!important}.min-h-2r{min-height:2rem!important}.min-h-3r{min-height:3rem!important}.min-h-1r1{min-height:1.125rem!important}.min-h-1r5{min-height:1.5rem!important}.min-h-2e{min-height:.115rem!important}.min-h-3e{min-height:.125rem!important}.min-h-4r{min-height:.25rem!important}.min-h-5r{min-height:.5rem!important}.min-h-15r{min-height:.938rem!important}.min-h-10r{min-height:.625rem!important}.min-h-11r5{min-height:.719rem!important}.min-h-5{min-height:5%!important}.min-h-10{min-height:10%!important}.min-h-15{min-height:15%!important}.min-h-25{min-height:25%!important}.min-h-30{min-height:30%!important}.min-h-35{min-height:35%!important}.min-h-50{min-height:50%!important}.min-h-65{min-height:65%!important}.min-h-70{min-height:70%!important}.min-h-75{min-height:75%!important}.min-h-85{min-height:85%!important}.min-h-90{min-height:90%!important}.min-h-95{min-height:95%!important}.min-h-100{min-height:100%!important}.min-h-auto{min-height:auto!important}.min-h-1px{min-height:1px!important}.min-h-2px{min-height:2px!important}.min-h-3px{min-height:3px!important}.min-h-4px{min-height:4px!important}.min-h-5px{min-height:5px!important}.min-h-6px{min-height:6px!important}.min-h-7px{min-height:7px!important}.min-h-8px{min-height:8px!important}.min-h-9px{min-height:9px!important}.min-h-10px{min-height:10px!important}.min-h-12px{min-height:12px!important}.min-h-14px{min-height:.875rem!important}.min-h-15px{min-height:15px!important}.min-h-18px{min-height:18px!important}.min-h-20px{min-height:20px!important}.min-h-24px{min-height:24px!important}.min-h-25px{min-height:25px!important}.min-h-25e{min-height:1.563rem!important}.min-h-30px{min-height:30px!important}.min-h-35px{min-height:35px!important}.min-h-35e{min-height:2.188rem!important}.min-h-38e{min-height:2.375rem!important}.min-h-40px{min-height:40px!important}.min-h-41{min-height:2.563rem!important}.min-h-42{min-height:2.625rem!important}.min-h-44{min-height:2.75rem!important}.min-h-45px{min-height:45px!important}.min-h-45e{min-height:2.813rem!important}.min-h-48px{min-height:48px!important}.min-h-49e{min-height:4.938rem!important}.min-h-50px{min-height:50px!important}.min-h-51{min-height:3.188rem!important}.min-h-55px{min-height:55px!important}.min-h-60px{min-height:60px!important}.min-h-65px{min-height:65px!important}.min-h-66px{min-height:66px!important}.min-h-70px{min-height:70px!important}.min-h-75px{min-height:75px!important}.min-h-79e{min-height:4.938rem!important}.min-h-80px{min-height:80px!important}.min-h-80e{min-height:5rem!important}.min-h-84{min-height:5.25rem!important}.min-h-85px{min-height:85px!important}.min-h-87e{min-height:5.438rem!important}.min-h-90px{min-height:90px!important}.min-h-90e{min-height:5.625rem!important}.min-h-95px{min-height:95px!important}.min-h-100px{min-height:100px!important}.min-h-110{min-height:6.875rem!important}.min-h-120{min-height:7.5rem!important}.min-h-125px{min-height:125px!important}.min-h-126{min-height:7.875rem!important}.min-h-148{min-height:9.25rem!important}.min-h-150px{min-height:150px!important}.min-h-152{min-height:9.5rem!important}.min-h-175px{min-height:175px!important}.min-h-180{min-height:11.25rem!important}.min-h-191{min-height:11.938rem!important}.min-h-200px{min-height:200px!important}.min-h-200e{min-height:12.5rem!important}.min-h-220{min-height:13.75rem!important}.min-h-220px{min-height:220px!important}.min-h-225px{min-height:225px!important}.min-h-231e{min-height:14.445rem!important}.min-h-250px{min-height:250px!important}.min-h-262e{min-height:16.375rem!important}.min-h-275px{min-height:275px!important}.min-h-300px{min-height:300px!important}.min-h-325px{min-height:325px!important}.min-h-326e{min-height:20.375rem!important}.min-h-349e{min-height:21.813em!important}.min-h-350px{min-height:350px!important}.min-h-374px{min-height:374px!important}.min-h-375px{min-height:375px!important}.min-h-400px{min-height:400px!important}.min-h-400{min-height:25rem!important}.min-h-419r{min-height:26.188em!important}.min-h-420px{min-height:420px!important}.min-h-425px{min-height:425px!important}.min-h-431px{min-height:431px!important}.min-h-450px{min-height:450px!important}.min-h-475px{min-height:475px!important}.min-h-484px{min-height:484px!important}.min-h-458px{min-height:458px!important}.min-h-492e{min-height:30.75rem!important}.min-h-500px{min-height:500px!important}.min-h-522e{min-height:32.625rem!important}.min-h-538e{min-height:33.5rem!important}.min-h-550px{min-height:550px!important}.min-h-600px{min-height:600px!important}.min-h-600e{min-height:37.53em!important}.min-h-631px{min-height:631px!important}.min-h-650px{min-height:650px!important}.min-h-700px{min-height:700px!important}.min-h-750px{min-height:750px!important}.min-h-800px{min-height:800px!important}.min-h-850px{min-height:850px!important}.min-h-900px{min-height:900px!important}.min-h-950px{min-height:950px!important}.min-h-1000px{min-height:1000px!important}.border-top-0{border-top-width:0!important}.border-top-1{border-top-width:1px!important}.border-top-2{border-top-width:2px!important}.border-top-3{border-top-width:3px!important}.border-top-4{border-top-width:4px!important}.border-top-5{border-top-width:5px!important}.border-bottom-0{border-bottom-width:0!important}.border-bottom-1{border-bottom-width:1px!important}.border-bottom-2{border-bottom-width:2px!important}.border-bottom-3{border-bottom-width:3px!important}.border-bottom-4{border-bottom-width:4px!important}.border-bottom-5{border-bottom-width:5px!important}.border-right-0{border-right-width:0!important}.border-right-1{border-right-width:1px!important}.border-right-2{border-right-width:2px!important}.border-right-3{border-right-width:3px!important}.border-right-4{border-right-width:4px!important}.border-right-5{border-right-width:5px!important}.border-left-0{border-left-width:0!important}.border-left-1{border-left-width:1px!important}.border-left-2{border-left-width:2px!important}.border-left-3{border-left-width:3px!important}.border-left-4{border-left-width:4px!important}.border-left-5{border-left-width:5px!important}.ls-1{letter-spacing:.1rem!important}.ls-2{letter-spacing:.115rem!important}.ls-3{letter-spacing:.125rem!important}.ls-4{letter-spacing:.25rem!important}.ls-5{letter-spacing:.5rem!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:-webkit-sticky!important;position:sticky!important}.w-sm-unset{width:unset!important}.w-sm-1r{width:1rem!important}.w-sm-2r{width:2rem!important}.w-sm-3r{width:3rem!important}.w-sm-1r1{width:1.125rem!important}.w-sm-1r5{width:1.5rem!important}.w-sm-2e{width:.115rem!important}.w-sm-3e{width:.125rem!important}.w-sm-4r{width:.25rem!important}.w-sm-5r{width:.5rem!important}.w-sm-15r{width:.938rem!important}.w-sm-10r{width:.625rem!important}.w-sm-11r5{width:.719rem!important}.w-sm-5{width:5%!important}.w-sm-10{width:10%!important}.w-sm-15{width:15%!important}.w-sm-25{width:25%!important}.w-sm-30{width:30%!important}.w-sm-35{width:35%!important}.w-sm-50{width:50%!important}.w-sm-65{width:65%!important}.w-sm-70{width:70%!important}.w-sm-75{width:75%!important}.w-sm-85{width:85%!important}.w-sm-90{width:90%!important}.w-sm-95{width:95%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-1px{width:1px!important}.w-sm-2px{width:2px!important}.w-sm-3px{width:3px!important}.w-sm-4px{width:4px!important}.w-sm-5px{width:5px!important}.w-sm-6px{width:6px!important}.w-sm-7px{width:7px!important}.w-sm-8px{width:8px!important}.w-sm-9px{width:9px!important}.w-sm-10px{width:10px!important}.w-sm-12px{width:12px!important}.w-sm-14px{width:.875rem!important}.w-sm-15px{width:15px!important}.w-sm-18px{width:18px!important}.w-sm-20px{width:20px!important}.w-sm-24px{width:24px!important}.w-sm-25px{width:25px!important}.w-sm-25e{width:1.563rem!important}.w-sm-30px{width:30px!important}.w-sm-35px{width:35px!important}.w-sm-35e{width:2.188rem!important}.w-sm-38e{width:2.375rem!important}.w-sm-40px{width:40px!important}.w-sm-41{width:2.563rem!important}.w-sm-42{width:2.625rem!important}.w-sm-44{width:2.75rem!important}.w-sm-45px{width:45px!important}.w-sm-45e{width:2.813rem!important}.w-sm-48px{width:48px!important}.w-sm-49e{width:4.938rem!important}.w-sm-50px{width:50px!important}.w-sm-51{width:3.188rem!important}.w-sm-55px{width:55px!important}.w-sm-60px{width:60px!important}.w-sm-65px{width:65px!important}.w-sm-66px{width:66px!important}.w-sm-70px{width:70px!important}.w-sm-75px{width:75px!important}.w-sm-79e{width:4.938rem!important}.w-sm-80px{width:80px!important}.w-sm-80e{width:5rem!important}.w-sm-84{width:5.25rem!important}.w-sm-85px{width:85px!important}.w-sm-87e{width:5.438rem!important}.w-sm-90px{width:90px!important}.w-sm-90e{width:5.625rem!important}.w-sm-95px{width:95px!important}.w-sm-100px{width:100px!important}.w-sm-110{width:6.875rem!important}.w-sm-120{width:7.5rem!important}.w-sm-125px{width:125px!important}.w-sm-126{width:7.875rem!important}.w-sm-148{width:9.25rem!important}.w-sm-150px{width:150px!important}.w-sm-152{width:9.5rem!important}.w-sm-175px{width:175px!important}.w-sm-180{width:11.25rem!important}.w-sm-191{width:11.938rem!important}.w-sm-200px{width:200px!important}.w-sm-200e{width:12.5rem!important}.w-sm-220{width:13.75rem!important}.w-sm-220px{width:220px!important}.w-sm-225px{width:225px!important}.w-sm-231e{width:14.445rem!important}.w-sm-250px{width:250px!important}.w-sm-262e{width:16.375rem!important}.w-sm-275px{width:275px!important}.w-sm-300px{width:300px!important}.w-sm-325px{width:325px!important}.w-sm-326e{width:20.375rem!important}.w-sm-349e{width:21.813em!important}.w-sm-350px{width:350px!important}.w-sm-374px{width:374px!important}.w-sm-375px{width:375px!important}.w-sm-400px{width:400px!important}.w-sm-400{width:25rem!important}.w-sm-419r{width:26.188em!important}.w-sm-420px{width:420px!important}.w-sm-425px{width:425px!important}.w-sm-431px{width:431px!important}.w-sm-450px{width:450px!important}.w-sm-475px{width:475px!important}.w-sm-484px{width:484px!important}.w-sm-458px{width:458px!important}.w-sm-492e{width:30.75rem!important}.w-sm-500px{width:500px!important}.w-sm-522e{width:32.625rem!important}.w-sm-538e{width:33.5rem!important}.w-sm-550px{width:550px!important}.w-sm-600px{width:600px!important}.w-sm-600e{width:37.53em!important}.w-sm-631px{width:631px!important}.w-sm-650px{width:650px!important}.w-sm-700px{width:700px!important}.w-sm-750px{width:750px!important}.w-sm-800px{width:800px!important}.w-sm-850px{width:850px!important}.w-sm-900px{width:900px!important}.w-sm-950px{width:950px!important}.w-sm-1000px{width:1000px!important}.mw-sm-unset{max-width:unset!important}.mw-sm-1r{max-width:1rem!important}.mw-sm-2r{max-width:2rem!important}.mw-sm-3r{max-width:3rem!important}.mw-sm-1r1{max-width:1.125rem!important}.mw-sm-1r5{max-width:1.5rem!important}.mw-sm-2e{max-width:.115rem!important}.mw-sm-3e{max-width:.125rem!important}.mw-sm-4r{max-width:.25rem!important}.mw-sm-5r{max-width:.5rem!important}.mw-sm-15r{max-width:.938rem!important}.mw-sm-10r{max-width:.625rem!important}.mw-sm-11r5{max-width:.719rem!important}.mw-sm-5{max-width:5%!important}.mw-sm-10{max-width:10%!important}.mw-sm-15{max-width:15%!important}.mw-sm-25{max-width:25%!important}.mw-sm-30{max-width:30%!important}.mw-sm-35{max-width:35%!important}.mw-sm-50{max-width:50%!important}.mw-sm-65{max-width:65%!important}.mw-sm-70{max-width:70%!important}.mw-sm-75{max-width:75%!important}.mw-sm-85{max-width:85%!important}.mw-sm-90{max-width:90%!important}.mw-sm-95{max-width:95%!important}.mw-sm-100{max-width:100%!important}.mw-sm-auto{max-width:auto!important}.mw-sm-1px{max-width:1px!important}.mw-sm-2px{max-width:2px!important}.mw-sm-3px{max-width:3px!important}.mw-sm-4px{max-width:4px!important}.mw-sm-5px{max-width:5px!important}.mw-sm-6px{max-width:6px!important}.mw-sm-7px{max-width:7px!important}.mw-sm-8px{max-width:8px!important}.mw-sm-9px{max-width:9px!important}.mw-sm-10px{max-width:10px!important}.mw-sm-12px{max-width:12px!important}.mw-sm-14px{max-width:.875rem!important}.mw-sm-15px{max-width:15px!important}.mw-sm-18px{max-width:18px!important}.mw-sm-20px{max-width:20px!important}.mw-sm-24px{max-width:24px!important}.mw-sm-25px{max-width:25px!important}.mw-sm-25e{max-width:1.563rem!important}.mw-sm-30px{max-width:30px!important}.mw-sm-35px{max-width:35px!important}.mw-sm-35e{max-width:2.188rem!important}.mw-sm-38e{max-width:2.375rem!important}.mw-sm-40px{max-width:40px!important}.mw-sm-41{max-width:2.563rem!important}.mw-sm-42{max-width:2.625rem!important}.mw-sm-44{max-width:2.75rem!important}.mw-sm-45px{max-width:45px!important}.mw-sm-45e{max-width:2.813rem!important}.mw-sm-48px{max-width:48px!important}.mw-sm-49e{max-width:4.938rem!important}.mw-sm-50px{max-width:50px!important}.mw-sm-51{max-width:3.188rem!important}.mw-sm-55px{max-width:55px!important}.mw-sm-60px{max-width:60px!important}.mw-sm-65px{max-width:65px!important}.mw-sm-66px{max-width:66px!important}.mw-sm-70px{max-width:70px!important}.mw-sm-75px{max-width:75px!important}.mw-sm-79e{max-width:4.938rem!important}.mw-sm-80px{max-width:80px!important}.mw-sm-80e{max-width:5rem!important}.mw-sm-84{max-width:5.25rem!important}.mw-sm-85px{max-width:85px!important}.mw-sm-87e{max-width:5.438rem!important}.mw-sm-90px{max-width:90px!important}.mw-sm-90e{max-width:5.625rem!important}.mw-sm-95px{max-width:95px!important}.mw-sm-100px{max-width:100px!important}.mw-sm-110{max-width:6.875rem!important}.mw-sm-120{max-width:7.5rem!important}.mw-sm-125px{max-width:125px!important}.mw-sm-126{max-width:7.875rem!important}.mw-sm-148{max-width:9.25rem!important}.mw-sm-150px{max-width:150px!important}.mw-sm-152{max-width:9.5rem!important}.mw-sm-175px{max-width:175px!important}.mw-sm-180{max-width:11.25rem!important}.mw-sm-191{max-width:11.938rem!important}.mw-sm-200px{max-width:200px!important}.mw-sm-200e{max-width:12.5rem!important}.mw-sm-220{max-width:13.75rem!important}.mw-sm-220px{max-width:220px!important}.mw-sm-225px{max-width:225px!important}.mw-sm-231e{max-width:14.445rem!important}.mw-sm-250px{max-width:250px!important}.mw-sm-262e{max-width:16.375rem!important}.mw-sm-275px{max-width:275px!important}.mw-sm-300px{max-width:300px!important}.mw-sm-325px{max-width:325px!important}.mw-sm-326e{max-width:20.375rem!important}.mw-sm-349e{max-width:21.813em!important}.mw-sm-350px{max-width:350px!important}.mw-sm-374px{max-width:374px!important}.mw-sm-375px{max-width:375px!important}.mw-sm-400px{max-width:400px!important}.mw-sm-400{max-width:25rem!important}.mw-sm-419r{max-width:26.188em!important}.mw-sm-420px{max-width:420px!important}.mw-sm-425px{max-width:425px!important}.mw-sm-431px{max-width:431px!important}.mw-sm-450px{max-width:450px!important}.mw-sm-475px{max-width:475px!important}.mw-sm-484px{max-width:484px!important}.mw-sm-458px{max-width:458px!important}.mw-sm-492e{max-width:30.75rem!important}.mw-sm-500px{max-width:500px!important}.mw-sm-522e{max-width:32.625rem!important}.mw-sm-538e{max-width:33.5rem!important}.mw-sm-550px{max-width:550px!important}.mw-sm-600px{max-width:600px!important}.mw-sm-600e{max-width:37.53em!important}.mw-sm-631px{max-width:631px!important}.mw-sm-650px{max-width:650px!important}.mw-sm-700px{max-width:700px!important}.mw-sm-750px{max-width:750px!important}.mw-sm-800px{max-width:800px!important}.mw-sm-850px{max-width:850px!important}.mw-sm-900px{max-width:900px!important}.mw-sm-950px{max-width:950px!important}.mw-sm-1000px{max-width:1000px!important}.h-sm-unset{height:unset!important}.h-sm-1r{height:1rem!important}.h-sm-2r{height:2rem!important}.h-sm-3r{height:3rem!important}.h-sm-1r1{height:1.125rem!important}.h-sm-1r5{height:1.5rem!important}.h-sm-2e{height:.115rem!important}.h-sm-3e{height:.125rem!important}.h-sm-4r{height:.25rem!important}.h-sm-5r{height:.5rem!important}.h-sm-15r{height:.938rem!important}.h-sm-10r{height:.625rem!important}.h-sm-11r5{height:.719rem!important}.h-sm-5{height:5%!important}.h-sm-10{height:10%!important}.h-sm-15{height:15%!important}.h-sm-25{height:25%!important}.h-sm-30{height:30%!important}.h-sm-35{height:35%!important}.h-sm-50{height:50%!important}.h-sm-65{height:65%!important}.h-sm-70{height:70%!important}.h-sm-75{height:75%!important}.h-sm-85{height:85%!important}.h-sm-90{height:90%!important}.h-sm-95{height:95%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.h-sm-1px{height:1px!important}.h-sm-2px{height:2px!important}.h-sm-3px{height:3px!important}.h-sm-4px{height:4px!important}.h-sm-5px{height:5px!important}.h-sm-6px{height:6px!important}.h-sm-7px{height:7px!important}.h-sm-8px{height:8px!important}.h-sm-9px{height:9px!important}.h-sm-10px{height:10px!important}.h-sm-12px{height:12px!important}.h-sm-14px{height:.875rem!important}.h-sm-15px{height:15px!important}.h-sm-18px{height:18px!important}.h-sm-20px{height:20px!important}.h-sm-24px{height:24px!important}.h-sm-25px{height:25px!important}.h-sm-25e{height:1.563rem!important}.h-sm-30px{height:30px!important}.h-sm-35px{height:35px!important}.h-sm-35e{height:2.188rem!important}.h-sm-38e{height:2.375rem!important}.h-sm-40px{height:40px!important}.h-sm-41{height:2.563rem!important}.h-sm-42{height:2.625rem!important}.h-sm-44{height:2.75rem!important}.h-sm-45px{height:45px!important}.h-sm-45e{height:2.813rem!important}.h-sm-48px{height:48px!important}.h-sm-49e{height:4.938rem!important}.h-sm-50px{height:50px!important}.h-sm-51{height:3.188rem!important}.h-sm-55px{height:55px!important}.h-sm-60px{height:60px!important}.h-sm-65px{height:65px!important}.h-sm-66px{height:66px!important}.h-sm-70px{height:70px!important}.h-sm-75px{height:75px!important}.h-sm-79e{height:4.938rem!important}.h-sm-80px{height:80px!important}.h-sm-80e{height:5rem!important}.h-sm-84{height:5.25rem!important}.h-sm-85px{height:85px!important}.h-sm-87e{height:5.438rem!important}.h-sm-90px{height:90px!important}.h-sm-90e{height:5.625rem!important}.h-sm-95px{height:95px!important}.h-sm-100px{height:100px!important}.h-sm-110{height:6.875rem!important}.h-sm-120{height:7.5rem!important}.h-sm-125px{height:125px!important}.h-sm-126{height:7.875rem!important}.h-sm-148{height:9.25rem!important}.h-sm-150px{height:150px!important}.h-sm-152{height:9.5rem!important}.h-sm-175px{height:175px!important}.h-sm-180{height:11.25rem!important}.h-sm-191{height:11.938rem!important}.h-sm-200px{height:200px!important}.h-sm-200e{height:12.5rem!important}.h-sm-220{height:13.75rem!important}.h-sm-220px{height:220px!important}.h-sm-225px{height:225px!important}.h-sm-231e{height:14.445rem!important}.h-sm-250px{height:250px!important}.h-sm-262e{height:16.375rem!important}.h-sm-275px{height:275px!important}.h-sm-300px{height:300px!important}.h-sm-325px{height:325px!important}.h-sm-326e{height:20.375rem!important}.h-sm-349e{height:21.813em!important}.h-sm-350px{height:350px!important}.h-sm-374px{height:374px!important}.h-sm-375px{height:375px!important}.h-sm-400px{height:400px!important}.h-sm-400{height:25rem!important}.h-sm-419r{height:26.188em!important}.h-sm-420px{height:420px!important}.h-sm-425px{height:425px!important}.h-sm-431px{height:431px!important}.h-sm-450px{height:450px!important}.h-sm-475px{height:475px!important}.h-sm-484px{height:484px!important}.h-sm-458px{height:458px!important}.h-sm-492e{height:30.75rem!important}.h-sm-500px{height:500px!important}.h-sm-522e{height:32.625rem!important}.h-sm-538e{height:33.5rem!important}.h-sm-550px{height:550px!important}.h-sm-600px{height:600px!important}.h-sm-600e{height:37.53em!important}.h-sm-631px{height:631px!important}.h-sm-650px{height:650px!important}.h-sm-700px{height:700px!important}.h-sm-750px{height:750px!important}.h-sm-800px{height:800px!important}.h-sm-850px{height:850px!important}.h-sm-900px{height:900px!important}.h-sm-950px{height:950px!important}.h-sm-1000px{height:1000px!important}.mh-sm-unset{max-height:unset!important}.mh-sm-1r{max-height:1rem!important}.mh-sm-2r{max-height:2rem!important}.mh-sm-3r{max-height:3rem!important}.mh-sm-1r1{max-height:1.125rem!important}.mh-sm-1r5{max-height:1.5rem!important}.mh-sm-2e{max-height:.115rem!important}.mh-sm-3e{max-height:.125rem!important}.mh-sm-4r{max-height:.25rem!important}.mh-sm-5r{max-height:.5rem!important}.mh-sm-15r{max-height:.938rem!important}.mh-sm-10r{max-height:.625rem!important}.mh-sm-11r5{max-height:.719rem!important}.mh-sm-5{max-height:5%!important}.mh-sm-10{max-height:10%!important}.mh-sm-15{max-height:15%!important}.mh-sm-25{max-height:25%!important}.mh-sm-30{max-height:30%!important}.mh-sm-35{max-height:35%!important}.mh-sm-50{max-height:50%!important}.mh-sm-65{max-height:65%!important}.mh-sm-70{max-height:70%!important}.mh-sm-75{max-height:75%!important}.mh-sm-85{max-height:85%!important}.mh-sm-90{max-height:90%!important}.mh-sm-95{max-height:95%!important}.mh-sm-100{max-height:100%!important}.mh-sm-auto{max-height:auto!important}.mh-sm-1px{max-height:1px!important}.mh-sm-2px{max-height:2px!important}.mh-sm-3px{max-height:3px!important}.mh-sm-4px{max-height:4px!important}.mh-sm-5px{max-height:5px!important}.mh-sm-6px{max-height:6px!important}.mh-sm-7px{max-height:7px!important}.mh-sm-8px{max-height:8px!important}.mh-sm-9px{max-height:9px!important}.mh-sm-10px{max-height:10px!important}.mh-sm-12px{max-height:12px!important}.mh-sm-14px{max-height:.875rem!important}.mh-sm-15px{max-height:15px!important}.mh-sm-18px{max-height:18px!important}.mh-sm-20px{max-height:20px!important}.mh-sm-24px{max-height:24px!important}.mh-sm-25px{max-height:25px!important}.mh-sm-25e{max-height:1.563rem!important}.mh-sm-30px{max-height:30px!important}.mh-sm-35px{max-height:35px!important}.mh-sm-35e{max-height:2.188rem!important}.mh-sm-38e{max-height:2.375rem!important}.mh-sm-40px{max-height:40px!important}.mh-sm-41{max-height:2.563rem!important}.mh-sm-42{max-height:2.625rem!important}.mh-sm-44{max-height:2.75rem!important}.mh-sm-45px{max-height:45px!important}.mh-sm-45e{max-height:2.813rem!important}.mh-sm-48px{max-height:48px!important}.mh-sm-49e{max-height:4.938rem!important}.mh-sm-50px{max-height:50px!important}.mh-sm-51{max-height:3.188rem!important}.mh-sm-55px{max-height:55px!important}.mh-sm-60px{max-height:60px!important}.mh-sm-65px{max-height:65px!important}.mh-sm-66px{max-height:66px!important}.mh-sm-70px{max-height:70px!important}.mh-sm-75px{max-height:75px!important}.mh-sm-79e{max-height:4.938rem!important}.mh-sm-80px{max-height:80px!important}.mh-sm-80e{max-height:5rem!important}.mh-sm-84{max-height:5.25rem!important}.mh-sm-85px{max-height:85px!important}.mh-sm-87e{max-height:5.438rem!important}.mh-sm-90px{max-height:90px!important}.mh-sm-90e{max-height:5.625rem!important}.mh-sm-95px{max-height:95px!important}.mh-sm-100px{max-height:100px!important}.mh-sm-110{max-height:6.875rem!important}.mh-sm-120{max-height:7.5rem!important}.mh-sm-125px{max-height:125px!important}.mh-sm-126{max-height:7.875rem!important}.mh-sm-148{max-height:9.25rem!important}.mh-sm-150px{max-height:150px!important}.mh-sm-152{max-height:9.5rem!important}.mh-sm-175px{max-height:175px!important}.mh-sm-180{max-height:11.25rem!important}.mh-sm-191{max-height:11.938rem!important}.mh-sm-200px{max-height:200px!important}.mh-sm-200e{max-height:12.5rem!important}.mh-sm-220{max-height:13.75rem!important}.mh-sm-220px{max-height:220px!important}.mh-sm-225px{max-height:225px!important}.mh-sm-231e{max-height:14.445rem!important}.mh-sm-250px{max-height:250px!important}.mh-sm-262e{max-height:16.375rem!important}.mh-sm-275px{max-height:275px!important}.mh-sm-300px{max-height:300px!important}.mh-sm-325px{max-height:325px!important}.mh-sm-326e{max-height:20.375rem!important}.mh-sm-349e{max-height:21.813em!important}.mh-sm-350px{max-height:350px!important}.mh-sm-374px{max-height:374px!important}.mh-sm-375px{max-height:375px!important}.mh-sm-400px{max-height:400px!important}.mh-sm-400{max-height:25rem!important}.mh-sm-419r{max-height:26.188em!important}.mh-sm-420px{max-height:420px!important}.mh-sm-425px{max-height:425px!important}.mh-sm-431px{max-height:431px!important}.mh-sm-450px{max-height:450px!important}.mh-sm-475px{max-height:475px!important}.mh-sm-484px{max-height:484px!important}.mh-sm-458px{max-height:458px!important}.mh-sm-492e{max-height:30.75rem!important}.mh-sm-500px{max-height:500px!important}.mh-sm-522e{max-height:32.625rem!important}.mh-sm-538e{max-height:33.5rem!important}.mh-sm-550px{max-height:550px!important}.mh-sm-600px{max-height:600px!important}.mh-sm-600e{max-height:37.53em!important}.mh-sm-631px{max-height:631px!important}.mh-sm-650px{max-height:650px!important}.mh-sm-700px{max-height:700px!important}.mh-sm-750px{max-height:750px!important}.mh-sm-800px{max-height:800px!important}.mh-sm-850px{max-height:850px!important}.mh-sm-900px{max-height:900px!important}.mh-sm-950px{max-height:950px!important}.mh-sm-1000px{max-height:1000px!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3r{margin:.625rem!important}.m-sm-3{margin:.75rem!important}.m-sm-4{margin:1rem!important}.m-sm-5{margin:1.25rem!important}.m-sm-6{margin:1.5rem!important}.m-sm-7{margin:1.75rem!important}.m-sm-7e{margin:1.875rem!important}.m-sm-8{margin:2rem!important}.m-sm-9{margin:2.25rem!important}.m-sm-10{margin:2.5rem!important}.m-sm-11{margin:2.75rem!important}.m-sm-12{margin:3rem!important}.m-sm-13{margin:3.25rem!important}.m-sm-14{margin:3.5rem!important}.m-sm-15{margin:3.75rem!important}.m-sm-16{margin:4rem!important}.m-sm-17{margin:4.25rem!important}.m-sm-18{margin:4.5rem!important}.m-sm-19{margin:4.75rem!important}.m-sm-20{margin:5rem!important}.m-sm-25{margin:5.625rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3r{margin-right:.625rem!important;margin-left:.625rem!important}.mx-sm-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-sm-4{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-sm-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-sm-7e{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-sm-8{margin-right:2rem!important;margin-left:2rem!important}.mx-sm-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-sm-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-sm-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-sm-12{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-sm-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-sm-16{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-sm-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-sm-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-sm-20{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-25{margin-right:5.625rem!important;margin-left:5.625rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3r{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-sm-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-sm-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-sm-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-sm-7e{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-sm-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-sm-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-sm-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-sm-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-sm-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-sm-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-sm-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-sm-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-sm-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-sm-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-25{margin-top:5.625rem!important;margin-bottom:5.625rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3r{margin-top:.625rem!important}.mt-sm-3{margin-top:.75rem!important}.mt-sm-4{margin-top:1rem!important}.mt-sm-5{margin-top:1.25rem!important}.mt-sm-6{margin-top:1.5rem!important}.mt-sm-7{margin-top:1.75rem!important}.mt-sm-7e{margin-top:1.875rem!important}.mt-sm-8{margin-top:2rem!important}.mt-sm-9{margin-top:2.25rem!important}.mt-sm-10{margin-top:2.5rem!important}.mt-sm-11{margin-top:2.75rem!important}.mt-sm-12{margin-top:3rem!important}.mt-sm-13{margin-top:3.25rem!important}.mt-sm-14{margin-top:3.5rem!important}.mt-sm-15{margin-top:3.75rem!important}.mt-sm-16{margin-top:4rem!important}.mt-sm-17{margin-top:4.25rem!important}.mt-sm-18{margin-top:4.5rem!important}.mt-sm-19{margin-top:4.75rem!important}.mt-sm-20{margin-top:5rem!important}.mt-sm-25{margin-top:5.625rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3r{margin-right:.625rem!important}.me-sm-3{margin-right:.75rem!important}.me-sm-4{margin-right:1rem!important}.me-sm-5{margin-right:1.25rem!important}.me-sm-6{margin-right:1.5rem!important}.me-sm-7{margin-right:1.75rem!important}.me-sm-7e{margin-right:1.875rem!important}.me-sm-8{margin-right:2rem!important}.me-sm-9{margin-right:2.25rem!important}.me-sm-10{margin-right:2.5rem!important}.me-sm-11{margin-right:2.75rem!important}.me-sm-12{margin-right:3rem!important}.me-sm-13{margin-right:3.25rem!important}.me-sm-14{margin-right:3.5rem!important}.me-sm-15{margin-right:3.75rem!important}.me-sm-16{margin-right:4rem!important}.me-sm-17{margin-right:4.25rem!important}.me-sm-18{margin-right:4.5rem!important}.me-sm-19{margin-right:4.75rem!important}.me-sm-20{margin-right:5rem!important}.me-sm-25{margin-right:5.625rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3r{margin-bottom:.625rem!important}.mb-sm-3{margin-bottom:.75rem!important}.mb-sm-4{margin-bottom:1rem!important}.mb-sm-5{margin-bottom:1.25rem!important}.mb-sm-6{margin-bottom:1.5rem!important}.mb-sm-7{margin-bottom:1.75rem!important}.mb-sm-7e{margin-bottom:1.875rem!important}.mb-sm-8{margin-bottom:2rem!important}.mb-sm-9{margin-bottom:2.25rem!important}.mb-sm-10{margin-bottom:2.5rem!important}.mb-sm-11{margin-bottom:2.75rem!important}.mb-sm-12{margin-bottom:3rem!important}.mb-sm-13{margin-bottom:3.25rem!important}.mb-sm-14{margin-bottom:3.5rem!important}.mb-sm-15{margin-bottom:3.75rem!important}.mb-sm-16{margin-bottom:4rem!important}.mb-sm-17{margin-bottom:4.25rem!important}.mb-sm-18{margin-bottom:4.5rem!important}.mb-sm-19{margin-bottom:4.75rem!important}.mb-sm-20{margin-bottom:5rem!important}.mb-sm-25{margin-bottom:5.625rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3r{margin-left:.625rem!important}.ms-sm-3{margin-left:.75rem!important}.ms-sm-4{margin-left:1rem!important}.ms-sm-5{margin-left:1.25rem!important}.ms-sm-6{margin-left:1.5rem!important}.ms-sm-7{margin-left:1.75rem!important}.ms-sm-7e{margin-left:1.875rem!important}.ms-sm-8{margin-left:2rem!important}.ms-sm-9{margin-left:2.25rem!important}.ms-sm-10{margin-left:2.5rem!important}.ms-sm-11{margin-left:2.75rem!important}.ms-sm-12{margin-left:3rem!important}.ms-sm-13{margin-left:3.25rem!important}.ms-sm-14{margin-left:3.5rem!important}.ms-sm-15{margin-left:3.75rem!important}.ms-sm-16{margin-left:4rem!important}.ms-sm-17{margin-left:4.25rem!important}.ms-sm-18{margin-left:4.5rem!important}.ms-sm-19{margin-left:4.75rem!important}.ms-sm-20{margin-left:5rem!important}.ms-sm-25{margin-left:5.625rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3r{padding:.625rem!important}.p-sm-3{padding:.75rem!important}.p-sm-4{padding:1rem!important}.p-sm-5{padding:1.25rem!important}.p-sm-6{padding:1.5rem!important}.p-sm-7{padding:1.75rem!important}.p-sm-7e{padding:1.875rem!important}.p-sm-8{padding:2rem!important}.p-sm-9{padding:2.25rem!important}.p-sm-10{padding:2.5rem!important}.p-sm-11{padding:2.75rem!important}.p-sm-12{padding:3rem!important}.p-sm-13{padding:3.25rem!important}.p-sm-14{padding:3.5rem!important}.p-sm-15{padding:3.75rem!important}.p-sm-16{padding:4rem!important}.p-sm-17{padding:4.25rem!important}.p-sm-18{padding:4.5rem!important}.p-sm-19{padding:4.75rem!important}.p-sm-20{padding:5rem!important}.p-sm-25{padding:5.625rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3r{padding-right:.625rem!important;padding-left:.625rem!important}.px-sm-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-sm-4{padding-right:1rem!important;padding-left:1rem!important}.px-sm-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-sm-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-sm-7e{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-sm-8{padding-right:2rem!important;padding-left:2rem!important}.px-sm-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-sm-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-sm-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-sm-12{padding-right:3rem!important;padding-left:3rem!important}.px-sm-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-sm-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-sm-16{padding-right:4rem!important;padding-left:4rem!important}.px-sm-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-sm-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-sm-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-sm-20{padding-right:5rem!important;padding-left:5rem!important}.px-sm-25{padding-right:5.625rem!important;padding-left:5.625rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3r{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-sm-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-sm-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-sm-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-sm-7e{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-sm-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-sm-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-sm-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-sm-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-sm-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-sm-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-sm-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-sm-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-sm-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-sm-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-25{padding-top:5.625rem!important;padding-bottom:5.625rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3r{padding-top:.625rem!important}.pt-sm-3{padding-top:.75rem!important}.pt-sm-4{padding-top:1rem!important}.pt-sm-5{padding-top:1.25rem!important}.pt-sm-6{padding-top:1.5rem!important}.pt-sm-7{padding-top:1.75rem!important}.pt-sm-7e{padding-top:1.875rem!important}.pt-sm-8{padding-top:2rem!important}.pt-sm-9{padding-top:2.25rem!important}.pt-sm-10{padding-top:2.5rem!important}.pt-sm-11{padding-top:2.75rem!important}.pt-sm-12{padding-top:3rem!important}.pt-sm-13{padding-top:3.25rem!important}.pt-sm-14{padding-top:3.5rem!important}.pt-sm-15{padding-top:3.75rem!important}.pt-sm-16{padding-top:4rem!important}.pt-sm-17{padding-top:4.25rem!important}.pt-sm-18{padding-top:4.5rem!important}.pt-sm-19{padding-top:4.75rem!important}.pt-sm-20{padding-top:5rem!important}.pt-sm-25{padding-top:5.625rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3r{padding-right:.625rem!important}.pe-sm-3{padding-right:.75rem!important}.pe-sm-4{padding-right:1rem!important}.pe-sm-5{padding-right:1.25rem!important}.pe-sm-6{padding-right:1.5rem!important}.pe-sm-7{padding-right:1.75rem!important}.pe-sm-7e{padding-right:1.875rem!important}.pe-sm-8{padding-right:2rem!important}.pe-sm-9{padding-right:2.25rem!important}.pe-sm-10{padding-right:2.5rem!important}.pe-sm-11{padding-right:2.75rem!important}.pe-sm-12{padding-right:3rem!important}.pe-sm-13{padding-right:3.25rem!important}.pe-sm-14{padding-right:3.5rem!important}.pe-sm-15{padding-right:3.75rem!important}.pe-sm-16{padding-right:4rem!important}.pe-sm-17{padding-right:4.25rem!important}.pe-sm-18{padding-right:4.5rem!important}.pe-sm-19{padding-right:4.75rem!important}.pe-sm-20{padding-right:5rem!important}.pe-sm-25{padding-right:5.625rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3r{padding-bottom:.625rem!important}.pb-sm-3{padding-bottom:.75rem!important}.pb-sm-4{padding-bottom:1rem!important}.pb-sm-5{padding-bottom:1.25rem!important}.pb-sm-6{padding-bottom:1.5rem!important}.pb-sm-7{padding-bottom:1.75rem!important}.pb-sm-7e{padding-bottom:1.875rem!important}.pb-sm-8{padding-bottom:2rem!important}.pb-sm-9{padding-bottom:2.25rem!important}.pb-sm-10{padding-bottom:2.5rem!important}.pb-sm-11{padding-bottom:2.75rem!important}.pb-sm-12{padding-bottom:3rem!important}.pb-sm-13{padding-bottom:3.25rem!important}.pb-sm-14{padding-bottom:3.5rem!important}.pb-sm-15{padding-bottom:3.75rem!important}.pb-sm-16{padding-bottom:4rem!important}.pb-sm-17{padding-bottom:4.25rem!important}.pb-sm-18{padding-bottom:4.5rem!important}.pb-sm-19{padding-bottom:4.75rem!important}.pb-sm-20{padding-bottom:5rem!important}.pb-sm-25{padding-bottom:5.625rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3r{padding-left:.625rem!important}.ps-sm-3{padding-left:.75rem!important}.ps-sm-4{padding-left:1rem!important}.ps-sm-5{padding-left:1.25rem!important}.ps-sm-6{padding-left:1.5rem!important}.ps-sm-7{padding-left:1.75rem!important}.ps-sm-7e{padding-left:1.875rem!important}.ps-sm-8{padding-left:2rem!important}.ps-sm-9{padding-left:2.25rem!important}.ps-sm-10{padding-left:2.5rem!important}.ps-sm-11{padding-left:2.75rem!important}.ps-sm-12{padding-left:3rem!important}.ps-sm-13{padding-left:3.25rem!important}.ps-sm-14{padding-left:3.5rem!important}.ps-sm-15{padding-left:3.75rem!important}.ps-sm-16{padding-left:4rem!important}.ps-sm-17{padding-left:4.25rem!important}.ps-sm-18{padding-left:4.5rem!important}.ps-sm-19{padding-left:4.75rem!important}.ps-sm-20{padding-left:5rem!important}.ps-sm-25{padding-left:5.625rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3r{gap:.625rem!important}.gap-sm-3{gap:.75rem!important}.gap-sm-4{gap:1rem!important}.gap-sm-5{gap:1.25rem!important}.gap-sm-6{gap:1.5rem!important}.gap-sm-7{gap:1.75rem!important}.gap-sm-7e{gap:1.875rem!important}.gap-sm-8{gap:2rem!important}.gap-sm-9{gap:2.25rem!important}.gap-sm-10{gap:2.5rem!important}.gap-sm-11{gap:2.75rem!important}.gap-sm-12{gap:3rem!important}.gap-sm-13{gap:3.25rem!important}.gap-sm-14{gap:3.5rem!important}.gap-sm-15{gap:3.75rem!important}.gap-sm-16{gap:4rem!important}.gap-sm-17{gap:4.25rem!important}.gap-sm-18{gap:4.5rem!important}.gap-sm-19{gap:4.75rem!important}.gap-sm-20{gap:5rem!important}.gap-sm-25{gap:5.625rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3r{row-gap:.625rem!important}.row-gap-sm-3{row-gap:.75rem!important}.row-gap-sm-4{row-gap:1rem!important}.row-gap-sm-5{row-gap:1.25rem!important}.row-gap-sm-6{row-gap:1.5rem!important}.row-gap-sm-7{row-gap:1.75rem!important}.row-gap-sm-7e{row-gap:1.875rem!important}.row-gap-sm-8{row-gap:2rem!important}.row-gap-sm-9{row-gap:2.25rem!important}.row-gap-sm-10{row-gap:2.5rem!important}.row-gap-sm-11{row-gap:2.75rem!important}.row-gap-sm-12{row-gap:3rem!important}.row-gap-sm-13{row-gap:3.25rem!important}.row-gap-sm-14{row-gap:3.5rem!important}.row-gap-sm-15{row-gap:3.75rem!important}.row-gap-sm-16{row-gap:4rem!important}.row-gap-sm-17{row-gap:4.25rem!important}.row-gap-sm-18{row-gap:4.5rem!important}.row-gap-sm-19{row-gap:4.75rem!important}.row-gap-sm-20{row-gap:5rem!important}.row-gap-sm-25{row-gap:5.625rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3r{column-gap:.625rem!important}.column-gap-sm-3{column-gap:.75rem!important}.column-gap-sm-4{column-gap:1rem!important}.column-gap-sm-5{column-gap:1.25rem!important}.column-gap-sm-6{column-gap:1.5rem!important}.column-gap-sm-7{column-gap:1.75rem!important}.column-gap-sm-7e{column-gap:1.875rem!important}.column-gap-sm-8{column-gap:2rem!important}.column-gap-sm-9{column-gap:2.25rem!important}.column-gap-sm-10{column-gap:2.5rem!important}.column-gap-sm-11{column-gap:2.75rem!important}.column-gap-sm-12{column-gap:3rem!important}.column-gap-sm-13{column-gap:3.25rem!important}.column-gap-sm-14{column-gap:3.5rem!important}.column-gap-sm-15{column-gap:3.75rem!important}.column-gap-sm-16{column-gap:4rem!important}.column-gap-sm-17{column-gap:4.25rem!important}.column-gap-sm-18{column-gap:4.5rem!important}.column-gap-sm-19{column-gap:4.75rem!important}.column-gap-sm-20{column-gap:5rem!important}.column-gap-sm-25{column-gap:5.625rem!important}.fs-sm-1{font-size:calc(1.3rem + .6vw)!important}.fs-sm-2{font-size:calc(1.275rem + .3vw)!important}.fs-sm-3{font-size:calc(1.26rem + .12vw)!important}.fs-sm-4{font-size:1.25rem!important}.fs-sm-5{font-size:1.125rem!important}.fs-sm-6{font-size:1.075rem!important}.fs-sm-7{font-size:.95rem!important}.fs-sm-8{font-size:.875rem!important}.fs-sm-9,.fs-sm-10e{font-size:.75rem!important}.fs-sm-10{font-size:.625rem!important}.fs-sm-base{font-size:1rem!important}.fs-sm-fluid{font-size:100%!important}.fs-sm-2x{font-size:calc(1.325rem + .9vw)!important}.fs-sm-2xx{font-size:calc(1.3375rem + 1.05vw)!important}.fs-sm-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-sm-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-sm-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-sm-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-sm-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-sm-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-sm-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-sm-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-sm-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-sm-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-sm-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-sm-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-sm-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-sm-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-sm-5tx{font-size:calc(1.7rem + 5.4vw)!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.min-w-sm-unset{min-width:unset!important}.min-w-sm-1r{min-width:1rem!important}.min-w-sm-2r{min-width:2rem!important}.min-w-sm-3r{min-width:3rem!important}.min-w-sm-1r1{min-width:1.125rem!important}.min-w-sm-1r5{min-width:1.5rem!important}.min-w-sm-2e{min-width:.115rem!important}.min-w-sm-3e{min-width:.125rem!important}.min-w-sm-4r{min-width:.25rem!important}.min-w-sm-5r{min-width:.5rem!important}.min-w-sm-15r{min-width:.938rem!important}.min-w-sm-10r{min-width:.625rem!important}.min-w-sm-11r5{min-width:.719rem!important}.min-w-sm-5{min-width:5%!important}.min-w-sm-10{min-width:10%!important}.min-w-sm-15{min-width:15%!important}.min-w-sm-25{min-width:25%!important}.min-w-sm-30{min-width:30%!important}.min-w-sm-35{min-width:35%!important}.min-w-sm-50{min-width:50%!important}.min-w-sm-65{min-width:65%!important}.min-w-sm-70{min-width:70%!important}.min-w-sm-75{min-width:75%!important}.min-w-sm-85{min-width:85%!important}.min-w-sm-90{min-width:90%!important}.min-w-sm-95{min-width:95%!important}.min-w-sm-100{min-width:100%!important}.min-w-sm-auto{min-width:auto!important}.min-w-sm-1px{min-width:1px!important}.min-w-sm-2px{min-width:2px!important}.min-w-sm-3px{min-width:3px!important}.min-w-sm-4px{min-width:4px!important}.min-w-sm-5px{min-width:5px!important}.min-w-sm-6px{min-width:6px!important}.min-w-sm-7px{min-width:7px!important}.min-w-sm-8px{min-width:8px!important}.min-w-sm-9px{min-width:9px!important}.min-w-sm-10px{min-width:10px!important}.min-w-sm-12px{min-width:12px!important}.min-w-sm-14px{min-width:.875rem!important}.min-w-sm-15px{min-width:15px!important}.min-w-sm-18px{min-width:18px!important}.min-w-sm-20px{min-width:20px!important}.min-w-sm-24px{min-width:24px!important}.min-w-sm-25px{min-width:25px!important}.min-w-sm-25e{min-width:1.563rem!important}.min-w-sm-30px{min-width:30px!important}.min-w-sm-35px{min-width:35px!important}.min-w-sm-35e{min-width:2.188rem!important}.min-w-sm-38e{min-width:2.375rem!important}.min-w-sm-40px{min-width:40px!important}.min-w-sm-41{min-width:2.563rem!important}.min-w-sm-42{min-width:2.625rem!important}.min-w-sm-44{min-width:2.75rem!important}.min-w-sm-45px{min-width:45px!important}.min-w-sm-45e{min-width:2.813rem!important}.min-w-sm-48px{min-width:48px!important}.min-w-sm-49e{min-width:4.938rem!important}.min-w-sm-50px{min-width:50px!important}.min-w-sm-51{min-width:3.188rem!important}.min-w-sm-55px{min-width:55px!important}.min-w-sm-60px{min-width:60px!important}.min-w-sm-65px{min-width:65px!important}.min-w-sm-66px{min-width:66px!important}.min-w-sm-70px{min-width:70px!important}.min-w-sm-75px{min-width:75px!important}.min-w-sm-79e{min-width:4.938rem!important}.min-w-sm-80px{min-width:80px!important}.min-w-sm-80e{min-width:5rem!important}.min-w-sm-84{min-width:5.25rem!important}.min-w-sm-85px{min-width:85px!important}.min-w-sm-87e{min-width:5.438rem!important}.min-w-sm-90px{min-width:90px!important}.min-w-sm-90e{min-width:5.625rem!important}.min-w-sm-95px{min-width:95px!important}.min-w-sm-100px{min-width:100px!important}.min-w-sm-110{min-width:6.875rem!important}.min-w-sm-120{min-width:7.5rem!important}.min-w-sm-125px{min-width:125px!important}.min-w-sm-126{min-width:7.875rem!important}.min-w-sm-148{min-width:9.25rem!important}.min-w-sm-150px{min-width:150px!important}.min-w-sm-152{min-width:9.5rem!important}.min-w-sm-175px{min-width:175px!important}.min-w-sm-180{min-width:11.25rem!important}.min-w-sm-191{min-width:11.938rem!important}.min-w-sm-200px{min-width:200px!important}.min-w-sm-200e{min-width:12.5rem!important}.min-w-sm-220{min-width:13.75rem!important}.min-w-sm-220px{min-width:220px!important}.min-w-sm-225px{min-width:225px!important}.min-w-sm-231e{min-width:14.445rem!important}.min-w-sm-250px{min-width:250px!important}.min-w-sm-262e{min-width:16.375rem!important}.min-w-sm-275px{min-width:275px!important}.min-w-sm-300px{min-width:300px!important}.min-w-sm-325px{min-width:325px!important}.min-w-sm-326e{min-width:20.375rem!important}.min-w-sm-349e{min-width:21.813em!important}.min-w-sm-350px{min-width:350px!important}.min-w-sm-374px{min-width:374px!important}.min-w-sm-375px{min-width:375px!important}.min-w-sm-400px{min-width:400px!important}.min-w-sm-400{min-width:25rem!important}.min-w-sm-419r{min-width:26.188em!important}.min-w-sm-420px{min-width:420px!important}.min-w-sm-425px{min-width:425px!important}.min-w-sm-431px{min-width:431px!important}.min-w-sm-450px{min-width:450px!important}.min-w-sm-475px{min-width:475px!important}.min-w-sm-484px{min-width:484px!important}.min-w-sm-458px{min-width:458px!important}.min-w-sm-492e{min-width:30.75rem!important}.min-w-sm-500px{min-width:500px!important}.min-w-sm-522e{min-width:32.625rem!important}.min-w-sm-538e{min-width:33.5rem!important}.min-w-sm-550px{min-width:550px!important}.min-w-sm-600px{min-width:600px!important}.min-w-sm-600e{min-width:37.53em!important}.min-w-sm-631px{min-width:631px!important}.min-w-sm-650px{min-width:650px!important}.min-w-sm-700px{min-width:700px!important}.min-w-sm-750px{min-width:750px!important}.min-w-sm-800px{min-width:800px!important}.min-w-sm-850px{min-width:850px!important}.min-w-sm-900px{min-width:900px!important}.min-w-sm-950px{min-width:950px!important}.min-w-sm-1000px{min-width:1000px!important}.min-h-sm-unset{min-height:unset!important}.min-h-sm-1r{min-height:1rem!important}.min-h-sm-2r{min-height:2rem!important}.min-h-sm-3r{min-height:3rem!important}.min-h-sm-1r1{min-height:1.125rem!important}.min-h-sm-1r5{min-height:1.5rem!important}.min-h-sm-2e{min-height:.115rem!important}.min-h-sm-3e{min-height:.125rem!important}.min-h-sm-4r{min-height:.25rem!important}.min-h-sm-5r{min-height:.5rem!important}.min-h-sm-15r{min-height:.938rem!important}.min-h-sm-10r{min-height:.625rem!important}.min-h-sm-11r5{min-height:.719rem!important}.min-h-sm-5{min-height:5%!important}.min-h-sm-10{min-height:10%!important}.min-h-sm-15{min-height:15%!important}.min-h-sm-25{min-height:25%!important}.min-h-sm-30{min-height:30%!important}.min-h-sm-35{min-height:35%!important}.min-h-sm-50{min-height:50%!important}.min-h-sm-65{min-height:65%!important}.min-h-sm-70{min-height:70%!important}.min-h-sm-75{min-height:75%!important}.min-h-sm-85{min-height:85%!important}.min-h-sm-90{min-height:90%!important}.min-h-sm-95{min-height:95%!important}.min-h-sm-100{min-height:100%!important}.min-h-sm-auto{min-height:auto!important}.min-h-sm-1px{min-height:1px!important}.min-h-sm-2px{min-height:2px!important}.min-h-sm-3px{min-height:3px!important}.min-h-sm-4px{min-height:4px!important}.min-h-sm-5px{min-height:5px!important}.min-h-sm-6px{min-height:6px!important}.min-h-sm-7px{min-height:7px!important}.min-h-sm-8px{min-height:8px!important}.min-h-sm-9px{min-height:9px!important}.min-h-sm-10px{min-height:10px!important}.min-h-sm-12px{min-height:12px!important}.min-h-sm-14px{min-height:.875rem!important}.min-h-sm-15px{min-height:15px!important}.min-h-sm-18px{min-height:18px!important}.min-h-sm-20px{min-height:20px!important}.min-h-sm-24px{min-height:24px!important}.min-h-sm-25px{min-height:25px!important}.min-h-sm-25e{min-height:1.563rem!important}.min-h-sm-30px{min-height:30px!important}.min-h-sm-35px{min-height:35px!important}.min-h-sm-35e{min-height:2.188rem!important}.min-h-sm-38e{min-height:2.375rem!important}.min-h-sm-40px{min-height:40px!important}.min-h-sm-41{min-height:2.563rem!important}.min-h-sm-42{min-height:2.625rem!important}.min-h-sm-44{min-height:2.75rem!important}.min-h-sm-45px{min-height:45px!important}.min-h-sm-45e{min-height:2.813rem!important}.min-h-sm-48px{min-height:48px!important}.min-h-sm-49e{min-height:4.938rem!important}.min-h-sm-50px{min-height:50px!important}.min-h-sm-51{min-height:3.188rem!important}.min-h-sm-55px{min-height:55px!important}.min-h-sm-60px{min-height:60px!important}.min-h-sm-65px{min-height:65px!important}.min-h-sm-66px{min-height:66px!important}.min-h-sm-70px{min-height:70px!important}.min-h-sm-75px{min-height:75px!important}.min-h-sm-79e{min-height:4.938rem!important}.min-h-sm-80px{min-height:80px!important}.min-h-sm-80e{min-height:5rem!important}.min-h-sm-84{min-height:5.25rem!important}.min-h-sm-85px{min-height:85px!important}.min-h-sm-87e{min-height:5.438rem!important}.min-h-sm-90px{min-height:90px!important}.min-h-sm-90e{min-height:5.625rem!important}.min-h-sm-95px{min-height:95px!important}.min-h-sm-100px{min-height:100px!important}.min-h-sm-110{min-height:6.875rem!important}.min-h-sm-120{min-height:7.5rem!important}.min-h-sm-125px{min-height:125px!important}.min-h-sm-126{min-height:7.875rem!important}.min-h-sm-148{min-height:9.25rem!important}.min-h-sm-150px{min-height:150px!important}.min-h-sm-152{min-height:9.5rem!important}.min-h-sm-175px{min-height:175px!important}.min-h-sm-180{min-height:11.25rem!important}.min-h-sm-191{min-height:11.938rem!important}.min-h-sm-200px{min-height:200px!important}.min-h-sm-200e{min-height:12.5rem!important}.min-h-sm-220{min-height:13.75rem!important}.min-h-sm-220px{min-height:220px!important}.min-h-sm-225px{min-height:225px!important}.min-h-sm-231e{min-height:14.445rem!important}.min-h-sm-250px{min-height:250px!important}.min-h-sm-262e{min-height:16.375rem!important}.min-h-sm-275px{min-height:275px!important}.min-h-sm-300px{min-height:300px!important}.min-h-sm-325px{min-height:325px!important}.min-h-sm-326e{min-height:20.375rem!important}.min-h-sm-349e{min-height:21.813em!important}.min-h-sm-350px{min-height:350px!important}.min-h-sm-374px{min-height:374px!important}.min-h-sm-375px{min-height:375px!important}.min-h-sm-400px{min-height:400px!important}.min-h-sm-400{min-height:25rem!important}.min-h-sm-419r{min-height:26.188em!important}.min-h-sm-420px{min-height:420px!important}.min-h-sm-425px{min-height:425px!important}.min-h-sm-431px{min-height:431px!important}.min-h-sm-450px{min-height:450px!important}.min-h-sm-475px{min-height:475px!important}.min-h-sm-484px{min-height:484px!important}.min-h-sm-458px{min-height:458px!important}.min-h-sm-492e{min-height:30.75rem!important}.min-h-sm-500px{min-height:500px!important}.min-h-sm-522e{min-height:32.625rem!important}.min-h-sm-538e{min-height:33.5rem!important}.min-h-sm-550px{min-height:550px!important}.min-h-sm-600px{min-height:600px!important}.min-h-sm-600e{min-height:37.53em!important}.min-h-sm-631px{min-height:631px!important}.min-h-sm-650px{min-height:650px!important}.min-h-sm-700px{min-height:700px!important}.min-h-sm-750px{min-height:750px!important}.min-h-sm-800px{min-height:800px!important}.min-h-sm-850px{min-height:850px!important}.min-h-sm-900px{min-height:900px!important}.min-h-sm-950px{min-height:950px!important}.min-h-sm-1000px{min-height:1000px!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:-webkit-sticky!important;position:sticky!important}.w-md-unset{width:unset!important}.w-md-1r{width:1rem!important}.w-md-2r{width:2rem!important}.w-md-3r{width:3rem!important}.w-md-1r1{width:1.125rem!important}.w-md-1r5{width:1.5rem!important}.w-md-2e{width:.115rem!important}.w-md-3e{width:.125rem!important}.w-md-4r{width:.25rem!important}.w-md-5r{width:.5rem!important}.w-md-15r{width:.938rem!important}.w-md-10r{width:.625rem!important}.w-md-11r5{width:.719rem!important}.w-md-5{width:5%!important}.w-md-10{width:10%!important}.w-md-15{width:15%!important}.w-md-25{width:25%!important}.w-md-30{width:30%!important}.w-md-35{width:35%!important}.w-md-50{width:50%!important}.w-md-65{width:65%!important}.w-md-70{width:70%!important}.w-md-75{width:75%!important}.w-md-85{width:85%!important}.w-md-90{width:90%!important}.w-md-95{width:95%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-1px{width:1px!important}.w-md-2px{width:2px!important}.w-md-3px{width:3px!important}.w-md-4px{width:4px!important}.w-md-5px{width:5px!important}.w-md-6px{width:6px!important}.w-md-7px{width:7px!important}.w-md-8px{width:8px!important}.w-md-9px{width:9px!important}.w-md-10px{width:10px!important}.w-md-12px{width:12px!important}.w-md-14px{width:.875rem!important}.w-md-15px{width:15px!important}.w-md-18px{width:18px!important}.w-md-20px{width:20px!important}.w-md-24px{width:24px!important}.w-md-25px{width:25px!important}.w-md-25e{width:1.563rem!important}.w-md-30px{width:30px!important}.w-md-35px{width:35px!important}.w-md-35e{width:2.188rem!important}.w-md-38e{width:2.375rem!important}.w-md-40px{width:40px!important}.w-md-41{width:2.563rem!important}.w-md-42{width:2.625rem!important}.w-md-44{width:2.75rem!important}.w-md-45px{width:45px!important}.w-md-45e{width:2.813rem!important}.w-md-48px{width:48px!important}.w-md-49e{width:4.938rem!important}.w-md-50px{width:50px!important}.w-md-51{width:3.188rem!important}.w-md-55px{width:55px!important}.w-md-60px{width:60px!important}.w-md-65px{width:65px!important}.w-md-66px{width:66px!important}.w-md-70px{width:70px!important}.w-md-75px{width:75px!important}.w-md-79e{width:4.938rem!important}.w-md-80px{width:80px!important}.w-md-80e{width:5rem!important}.w-md-84{width:5.25rem!important}.w-md-85px{width:85px!important}.w-md-87e{width:5.438rem!important}.w-md-90px{width:90px!important}.w-md-90e{width:5.625rem!important}.w-md-95px{width:95px!important}.w-md-100px{width:100px!important}.w-md-110{width:6.875rem!important}.w-md-120{width:7.5rem!important}.w-md-125px{width:125px!important}.w-md-126{width:7.875rem!important}.w-md-148{width:9.25rem!important}.w-md-150px{width:150px!important}.w-md-152{width:9.5rem!important}.w-md-175px{width:175px!important}.w-md-180{width:11.25rem!important}.w-md-191{width:11.938rem!important}.w-md-200px{width:200px!important}.w-md-200e{width:12.5rem!important}.w-md-220{width:13.75rem!important}.w-md-220px{width:220px!important}.w-md-225px{width:225px!important}.w-md-231e{width:14.445rem!important}.w-md-250px{width:250px!important}.w-md-262e{width:16.375rem!important}.w-md-275px{width:275px!important}.w-md-300px{width:300px!important}.w-md-325px{width:325px!important}.w-md-326e{width:20.375rem!important}.w-md-349e{width:21.813em!important}.w-md-350px{width:350px!important}.w-md-374px{width:374px!important}.w-md-375px{width:375px!important}.w-md-400px{width:400px!important}.w-md-400{width:25rem!important}.w-md-419r{width:26.188em!important}.w-md-420px{width:420px!important}.w-md-425px{width:425px!important}.w-md-431px{width:431px!important}.w-md-450px{width:450px!important}.w-md-475px{width:475px!important}.w-md-484px{width:484px!important}.w-md-458px{width:458px!important}.w-md-492e{width:30.75rem!important}.w-md-500px{width:500px!important}.w-md-522e{width:32.625rem!important}.w-md-538e{width:33.5rem!important}.w-md-550px{width:550px!important}.w-md-600px{width:600px!important}.w-md-600e{width:37.53em!important}.w-md-631px{width:631px!important}.w-md-650px{width:650px!important}.w-md-700px{width:700px!important}.w-md-750px{width:750px!important}.w-md-800px{width:800px!important}.w-md-850px{width:850px!important}.w-md-900px{width:900px!important}.w-md-950px{width:950px!important}.w-md-1000px{width:1000px!important}.mw-md-unset{max-width:unset!important}.mw-md-1r{max-width:1rem!important}.mw-md-2r{max-width:2rem!important}.mw-md-3r{max-width:3rem!important}.mw-md-1r1{max-width:1.125rem!important}.mw-md-1r5{max-width:1.5rem!important}.mw-md-2e{max-width:.115rem!important}.mw-md-3e{max-width:.125rem!important}.mw-md-4r{max-width:.25rem!important}.mw-md-5r{max-width:.5rem!important}.mw-md-15r{max-width:.938rem!important}.mw-md-10r{max-width:.625rem!important}.mw-md-11r5{max-width:.719rem!important}.mw-md-5{max-width:5%!important}.mw-md-10{max-width:10%!important}.mw-md-15{max-width:15%!important}.mw-md-25{max-width:25%!important}.mw-md-30{max-width:30%!important}.mw-md-35{max-width:35%!important}.mw-md-50{max-width:50%!important}.mw-md-65{max-width:65%!important}.mw-md-70{max-width:70%!important}.mw-md-75{max-width:75%!important}.mw-md-85{max-width:85%!important}.mw-md-90{max-width:90%!important}.mw-md-95{max-width:95%!important}.mw-md-100{max-width:100%!important}.mw-md-auto{max-width:auto!important}.mw-md-1px{max-width:1px!important}.mw-md-2px{max-width:2px!important}.mw-md-3px{max-width:3px!important}.mw-md-4px{max-width:4px!important}.mw-md-5px{max-width:5px!important}.mw-md-6px{max-width:6px!important}.mw-md-7px{max-width:7px!important}.mw-md-8px{max-width:8px!important}.mw-md-9px{max-width:9px!important}.mw-md-10px{max-width:10px!important}.mw-md-12px{max-width:12px!important}.mw-md-14px{max-width:.875rem!important}.mw-md-15px{max-width:15px!important}.mw-md-18px{max-width:18px!important}.mw-md-20px{max-width:20px!important}.mw-md-24px{max-width:24px!important}.mw-md-25px{max-width:25px!important}.mw-md-25e{max-width:1.563rem!important}.mw-md-30px{max-width:30px!important}.mw-md-35px{max-width:35px!important}.mw-md-35e{max-width:2.188rem!important}.mw-md-38e{max-width:2.375rem!important}.mw-md-40px{max-width:40px!important}.mw-md-41{max-width:2.563rem!important}.mw-md-42{max-width:2.625rem!important}.mw-md-44{max-width:2.75rem!important}.mw-md-45px{max-width:45px!important}.mw-md-45e{max-width:2.813rem!important}.mw-md-48px{max-width:48px!important}.mw-md-49e{max-width:4.938rem!important}.mw-md-50px{max-width:50px!important}.mw-md-51{max-width:3.188rem!important}.mw-md-55px{max-width:55px!important}.mw-md-60px{max-width:60px!important}.mw-md-65px{max-width:65px!important}.mw-md-66px{max-width:66px!important}.mw-md-70px{max-width:70px!important}.mw-md-75px{max-width:75px!important}.mw-md-79e{max-width:4.938rem!important}.mw-md-80px{max-width:80px!important}.mw-md-80e{max-width:5rem!important}.mw-md-84{max-width:5.25rem!important}.mw-md-85px{max-width:85px!important}.mw-md-87e{max-width:5.438rem!important}.mw-md-90px{max-width:90px!important}.mw-md-90e{max-width:5.625rem!important}.mw-md-95px{max-width:95px!important}.mw-md-100px{max-width:100px!important}.mw-md-110{max-width:6.875rem!important}.mw-md-120{max-width:7.5rem!important}.mw-md-125px{max-width:125px!important}.mw-md-126{max-width:7.875rem!important}.mw-md-148{max-width:9.25rem!important}.mw-md-150px{max-width:150px!important}.mw-md-152{max-width:9.5rem!important}.mw-md-175px{max-width:175px!important}.mw-md-180{max-width:11.25rem!important}.mw-md-191{max-width:11.938rem!important}.mw-md-200px{max-width:200px!important}.mw-md-200e{max-width:12.5rem!important}.mw-md-220{max-width:13.75rem!important}.mw-md-220px{max-width:220px!important}.mw-md-225px{max-width:225px!important}.mw-md-231e{max-width:14.445rem!important}.mw-md-250px{max-width:250px!important}.mw-md-262e{max-width:16.375rem!important}.mw-md-275px{max-width:275px!important}.mw-md-300px{max-width:300px!important}.mw-md-325px{max-width:325px!important}.mw-md-326e{max-width:20.375rem!important}.mw-md-349e{max-width:21.813em!important}.mw-md-350px{max-width:350px!important}.mw-md-374px{max-width:374px!important}.mw-md-375px{max-width:375px!important}.mw-md-400px{max-width:400px!important}.mw-md-400{max-width:25rem!important}.mw-md-419r{max-width:26.188em!important}.mw-md-420px{max-width:420px!important}.mw-md-425px{max-width:425px!important}.mw-md-431px{max-width:431px!important}.mw-md-450px{max-width:450px!important}.mw-md-475px{max-width:475px!important}.mw-md-484px{max-width:484px!important}.mw-md-458px{max-width:458px!important}.mw-md-492e{max-width:30.75rem!important}.mw-md-500px{max-width:500px!important}.mw-md-522e{max-width:32.625rem!important}.mw-md-538e{max-width:33.5rem!important}.mw-md-550px{max-width:550px!important}.mw-md-600px{max-width:600px!important}.mw-md-600e{max-width:37.53em!important}.mw-md-631px{max-width:631px!important}.mw-md-650px{max-width:650px!important}.mw-md-700px{max-width:700px!important}.mw-md-750px{max-width:750px!important}.mw-md-800px{max-width:800px!important}.mw-md-850px{max-width:850px!important}.mw-md-900px{max-width:900px!important}.mw-md-950px{max-width:950px!important}.mw-md-1000px{max-width:1000px!important}.h-md-unset{height:unset!important}.h-md-1r{height:1rem!important}.h-md-2r{height:2rem!important}.h-md-3r{height:3rem!important}.h-md-1r1{height:1.125rem!important}.h-md-1r5{height:1.5rem!important}.h-md-2e{height:.115rem!important}.h-md-3e{height:.125rem!important}.h-md-4r{height:.25rem!important}.h-md-5r{height:.5rem!important}.h-md-15r{height:.938rem!important}.h-md-10r{height:.625rem!important}.h-md-11r5{height:.719rem!important}.h-md-5{height:5%!important}.h-md-10{height:10%!important}.h-md-15{height:15%!important}.h-md-25{height:25%!important}.h-md-30{height:30%!important}.h-md-35{height:35%!important}.h-md-50{height:50%!important}.h-md-65{height:65%!important}.h-md-70{height:70%!important}.h-md-75{height:75%!important}.h-md-85{height:85%!important}.h-md-90{height:90%!important}.h-md-95{height:95%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.h-md-1px{height:1px!important}.h-md-2px{height:2px!important}.h-md-3px{height:3px!important}.h-md-4px{height:4px!important}.h-md-5px{height:5px!important}.h-md-6px{height:6px!important}.h-md-7px{height:7px!important}.h-md-8px{height:8px!important}.h-md-9px{height:9px!important}.h-md-10px{height:10px!important}.h-md-12px{height:12px!important}.h-md-14px{height:.875rem!important}.h-md-15px{height:15px!important}.h-md-18px{height:18px!important}.h-md-20px{height:20px!important}.h-md-24px{height:24px!important}.h-md-25px{height:25px!important}.h-md-25e{height:1.563rem!important}.h-md-30px{height:30px!important}.h-md-35px{height:35px!important}.h-md-35e{height:2.188rem!important}.h-md-38e{height:2.375rem!important}.h-md-40px{height:40px!important}.h-md-41{height:2.563rem!important}.h-md-42{height:2.625rem!important}.h-md-44{height:2.75rem!important}.h-md-45px{height:45px!important}.h-md-45e{height:2.813rem!important}.h-md-48px{height:48px!important}.h-md-49e{height:4.938rem!important}.h-md-50px{height:50px!important}.h-md-51{height:3.188rem!important}.h-md-55px{height:55px!important}.h-md-60px{height:60px!important}.h-md-65px{height:65px!important}.h-md-66px{height:66px!important}.h-md-70px{height:70px!important}.h-md-75px{height:75px!important}.h-md-79e{height:4.938rem!important}.h-md-80px{height:80px!important}.h-md-80e{height:5rem!important}.h-md-84{height:5.25rem!important}.h-md-85px{height:85px!important}.h-md-87e{height:5.438rem!important}.h-md-90px{height:90px!important}.h-md-90e{height:5.625rem!important}.h-md-95px{height:95px!important}.h-md-100px{height:100px!important}.h-md-110{height:6.875rem!important}.h-md-120{height:7.5rem!important}.h-md-125px{height:125px!important}.h-md-126{height:7.875rem!important}.h-md-148{height:9.25rem!important}.h-md-150px{height:150px!important}.h-md-152{height:9.5rem!important}.h-md-175px{height:175px!important}.h-md-180{height:11.25rem!important}.h-md-191{height:11.938rem!important}.h-md-200px{height:200px!important}.h-md-200e{height:12.5rem!important}.h-md-220{height:13.75rem!important}.h-md-220px{height:220px!important}.h-md-225px{height:225px!important}.h-md-231e{height:14.445rem!important}.h-md-250px{height:250px!important}.h-md-262e{height:16.375rem!important}.h-md-275px{height:275px!important}.h-md-300px{height:300px!important}.h-md-325px{height:325px!important}.h-md-326e{height:20.375rem!important}.h-md-349e{height:21.813em!important}.h-md-350px{height:350px!important}.h-md-374px{height:374px!important}.h-md-375px{height:375px!important}.h-md-400px{height:400px!important}.h-md-400{height:25rem!important}.h-md-419r{height:26.188em!important}.h-md-420px{height:420px!important}.h-md-425px{height:425px!important}.h-md-431px{height:431px!important}.h-md-450px{height:450px!important}.h-md-475px{height:475px!important}.h-md-484px{height:484px!important}.h-md-458px{height:458px!important}.h-md-492e{height:30.75rem!important}.h-md-500px{height:500px!important}.h-md-522e{height:32.625rem!important}.h-md-538e{height:33.5rem!important}.h-md-550px{height:550px!important}.h-md-600px{height:600px!important}.h-md-600e{height:37.53em!important}.h-md-631px{height:631px!important}.h-md-650px{height:650px!important}.h-md-700px{height:700px!important}.h-md-750px{height:750px!important}.h-md-800px{height:800px!important}.h-md-850px{height:850px!important}.h-md-900px{height:900px!important}.h-md-950px{height:950px!important}.h-md-1000px{height:1000px!important}.mh-md-unset{max-height:unset!important}.mh-md-1r{max-height:1rem!important}.mh-md-2r{max-height:2rem!important}.mh-md-3r{max-height:3rem!important}.mh-md-1r1{max-height:1.125rem!important}.mh-md-1r5{max-height:1.5rem!important}.mh-md-2e{max-height:.115rem!important}.mh-md-3e{max-height:.125rem!important}.mh-md-4r{max-height:.25rem!important}.mh-md-5r{max-height:.5rem!important}.mh-md-15r{max-height:.938rem!important}.mh-md-10r{max-height:.625rem!important}.mh-md-11r5{max-height:.719rem!important}.mh-md-5{max-height:5%!important}.mh-md-10{max-height:10%!important}.mh-md-15{max-height:15%!important}.mh-md-25{max-height:25%!important}.mh-md-30{max-height:30%!important}.mh-md-35{max-height:35%!important}.mh-md-50{max-height:50%!important}.mh-md-65{max-height:65%!important}.mh-md-70{max-height:70%!important}.mh-md-75{max-height:75%!important}.mh-md-85{max-height:85%!important}.mh-md-90{max-height:90%!important}.mh-md-95{max-height:95%!important}.mh-md-100{max-height:100%!important}.mh-md-auto{max-height:auto!important}.mh-md-1px{max-height:1px!important}.mh-md-2px{max-height:2px!important}.mh-md-3px{max-height:3px!important}.mh-md-4px{max-height:4px!important}.mh-md-5px{max-height:5px!important}.mh-md-6px{max-height:6px!important}.mh-md-7px{max-height:7px!important}.mh-md-8px{max-height:8px!important}.mh-md-9px{max-height:9px!important}.mh-md-10px{max-height:10px!important}.mh-md-12px{max-height:12px!important}.mh-md-14px{max-height:.875rem!important}.mh-md-15px{max-height:15px!important}.mh-md-18px{max-height:18px!important}.mh-md-20px{max-height:20px!important}.mh-md-24px{max-height:24px!important}.mh-md-25px{max-height:25px!important}.mh-md-25e{max-height:1.563rem!important}.mh-md-30px{max-height:30px!important}.mh-md-35px{max-height:35px!important}.mh-md-35e{max-height:2.188rem!important}.mh-md-38e{max-height:2.375rem!important}.mh-md-40px{max-height:40px!important}.mh-md-41{max-height:2.563rem!important}.mh-md-42{max-height:2.625rem!important}.mh-md-44{max-height:2.75rem!important}.mh-md-45px{max-height:45px!important}.mh-md-45e{max-height:2.813rem!important}.mh-md-48px{max-height:48px!important}.mh-md-49e{max-height:4.938rem!important}.mh-md-50px{max-height:50px!important}.mh-md-51{max-height:3.188rem!important}.mh-md-55px{max-height:55px!important}.mh-md-60px{max-height:60px!important}.mh-md-65px{max-height:65px!important}.mh-md-66px{max-height:66px!important}.mh-md-70px{max-height:70px!important}.mh-md-75px{max-height:75px!important}.mh-md-79e{max-height:4.938rem!important}.mh-md-80px{max-height:80px!important}.mh-md-80e{max-height:5rem!important}.mh-md-84{max-height:5.25rem!important}.mh-md-85px{max-height:85px!important}.mh-md-87e{max-height:5.438rem!important}.mh-md-90px{max-height:90px!important}.mh-md-90e{max-height:5.625rem!important}.mh-md-95px{max-height:95px!important}.mh-md-100px{max-height:100px!important}.mh-md-110{max-height:6.875rem!important}.mh-md-120{max-height:7.5rem!important}.mh-md-125px{max-height:125px!important}.mh-md-126{max-height:7.875rem!important}.mh-md-148{max-height:9.25rem!important}.mh-md-150px{max-height:150px!important}.mh-md-152{max-height:9.5rem!important}.mh-md-175px{max-height:175px!important}.mh-md-180{max-height:11.25rem!important}.mh-md-191{max-height:11.938rem!important}.mh-md-200px{max-height:200px!important}.mh-md-200e{max-height:12.5rem!important}.mh-md-220{max-height:13.75rem!important}.mh-md-220px{max-height:220px!important}.mh-md-225px{max-height:225px!important}.mh-md-231e{max-height:14.445rem!important}.mh-md-250px{max-height:250px!important}.mh-md-262e{max-height:16.375rem!important}.mh-md-275px{max-height:275px!important}.mh-md-300px{max-height:300px!important}.mh-md-325px{max-height:325px!important}.mh-md-326e{max-height:20.375rem!important}.mh-md-349e{max-height:21.813em!important}.mh-md-350px{max-height:350px!important}.mh-md-374px{max-height:374px!important}.mh-md-375px{max-height:375px!important}.mh-md-400px{max-height:400px!important}.mh-md-400{max-height:25rem!important}.mh-md-419r{max-height:26.188em!important}.mh-md-420px{max-height:420px!important}.mh-md-425px{max-height:425px!important}.mh-md-431px{max-height:431px!important}.mh-md-450px{max-height:450px!important}.mh-md-475px{max-height:475px!important}.mh-md-484px{max-height:484px!important}.mh-md-458px{max-height:458px!important}.mh-md-492e{max-height:30.75rem!important}.mh-md-500px{max-height:500px!important}.mh-md-522e{max-height:32.625rem!important}.mh-md-538e{max-height:33.5rem!important}.mh-md-550px{max-height:550px!important}.mh-md-600px{max-height:600px!important}.mh-md-600e{max-height:37.53em!important}.mh-md-631px{max-height:631px!important}.mh-md-650px{max-height:650px!important}.mh-md-700px{max-height:700px!important}.mh-md-750px{max-height:750px!important}.mh-md-800px{max-height:800px!important}.mh-md-850px{max-height:850px!important}.mh-md-900px{max-height:900px!important}.mh-md-950px{max-height:950px!important}.mh-md-1000px{max-height:1000px!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3r{margin:.625rem!important}.m-md-3{margin:.75rem!important}.m-md-4{margin:1rem!important}.m-md-5{margin:1.25rem!important}.m-md-6{margin:1.5rem!important}.m-md-7{margin:1.75rem!important}.m-md-7e{margin:1.875rem!important}.m-md-8{margin:2rem!important}.m-md-9{margin:2.25rem!important}.m-md-10{margin:2.5rem!important}.m-md-11{margin:2.75rem!important}.m-md-12{margin:3rem!important}.m-md-13{margin:3.25rem!important}.m-md-14{margin:3.5rem!important}.m-md-15{margin:3.75rem!important}.m-md-16{margin:4rem!important}.m-md-17{margin:4.25rem!important}.m-md-18{margin:4.5rem!important}.m-md-19{margin:4.75rem!important}.m-md-20{margin:5rem!important}.m-md-25{margin:5.625rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3r{margin-right:.625rem!important;margin-left:.625rem!important}.mx-md-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-md-4{margin-right:1rem!important;margin-left:1rem!important}.mx-md-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-md-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-md-7e{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-md-8{margin-right:2rem!important;margin-left:2rem!important}.mx-md-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-md-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-md-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-md-12{margin-right:3rem!important;margin-left:3rem!important}.mx-md-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-md-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-md-16{margin-right:4rem!important;margin-left:4rem!important}.mx-md-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-md-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-md-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-md-20{margin-right:5rem!important;margin-left:5rem!important}.mx-md-25{margin-right:5.625rem!important;margin-left:5.625rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3r{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-md-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-md-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-md-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-md-7e{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-md-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-md-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-md-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-md-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-md-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-md-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-md-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-md-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-md-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-md-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-25{margin-top:5.625rem!important;margin-bottom:5.625rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3r{margin-top:.625rem!important}.mt-md-3{margin-top:.75rem!important}.mt-md-4{margin-top:1rem!important}.mt-md-5{margin-top:1.25rem!important}.mt-md-6{margin-top:1.5rem!important}.mt-md-7{margin-top:1.75rem!important}.mt-md-7e{margin-top:1.875rem!important}.mt-md-8{margin-top:2rem!important}.mt-md-9{margin-top:2.25rem!important}.mt-md-10{margin-top:2.5rem!important}.mt-md-11{margin-top:2.75rem!important}.mt-md-12{margin-top:3rem!important}.mt-md-13{margin-top:3.25rem!important}.mt-md-14{margin-top:3.5rem!important}.mt-md-15{margin-top:3.75rem!important}.mt-md-16{margin-top:4rem!important}.mt-md-17{margin-top:4.25rem!important}.mt-md-18{margin-top:4.5rem!important}.mt-md-19{margin-top:4.75rem!important}.mt-md-20{margin-top:5rem!important}.mt-md-25{margin-top:5.625rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3r{margin-right:.625rem!important}.me-md-3{margin-right:.75rem!important}.me-md-4{margin-right:1rem!important}.me-md-5{margin-right:1.25rem!important}.me-md-6{margin-right:1.5rem!important}.me-md-7{margin-right:1.75rem!important}.me-md-7e{margin-right:1.875rem!important}.me-md-8{margin-right:2rem!important}.me-md-9{margin-right:2.25rem!important}.me-md-10{margin-right:2.5rem!important}.me-md-11{margin-right:2.75rem!important}.me-md-12{margin-right:3rem!important}.me-md-13{margin-right:3.25rem!important}.me-md-14{margin-right:3.5rem!important}.me-md-15{margin-right:3.75rem!important}.me-md-16{margin-right:4rem!important}.me-md-17{margin-right:4.25rem!important}.me-md-18{margin-right:4.5rem!important}.me-md-19{margin-right:4.75rem!important}.me-md-20{margin-right:5rem!important}.me-md-25{margin-right:5.625rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3r{margin-bottom:.625rem!important}.mb-md-3{margin-bottom:.75rem!important}.mb-md-4{margin-bottom:1rem!important}.mb-md-5{margin-bottom:1.25rem!important}.mb-md-6{margin-bottom:1.5rem!important}.mb-md-7{margin-bottom:1.75rem!important}.mb-md-7e{margin-bottom:1.875rem!important}.mb-md-8{margin-bottom:2rem!important}.mb-md-9{margin-bottom:2.25rem!important}.mb-md-10{margin-bottom:2.5rem!important}.mb-md-11{margin-bottom:2.75rem!important}.mb-md-12{margin-bottom:3rem!important}.mb-md-13{margin-bottom:3.25rem!important}.mb-md-14{margin-bottom:3.5rem!important}.mb-md-15{margin-bottom:3.75rem!important}.mb-md-16{margin-bottom:4rem!important}.mb-md-17{margin-bottom:4.25rem!important}.mb-md-18{margin-bottom:4.5rem!important}.mb-md-19{margin-bottom:4.75rem!important}.mb-md-20{margin-bottom:5rem!important}.mb-md-25{margin-bottom:5.625rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3r{margin-left:.625rem!important}.ms-md-3{margin-left:.75rem!important}.ms-md-4{margin-left:1rem!important}.ms-md-5{margin-left:1.25rem!important}.ms-md-6{margin-left:1.5rem!important}.ms-md-7{margin-left:1.75rem!important}.ms-md-7e{margin-left:1.875rem!important}.ms-md-8{margin-left:2rem!important}.ms-md-9{margin-left:2.25rem!important}.ms-md-10{margin-left:2.5rem!important}.ms-md-11{margin-left:2.75rem!important}.ms-md-12{margin-left:3rem!important}.ms-md-13{margin-left:3.25rem!important}.ms-md-14{margin-left:3.5rem!important}.ms-md-15{margin-left:3.75rem!important}.ms-md-16{margin-left:4rem!important}.ms-md-17{margin-left:4.25rem!important}.ms-md-18{margin-left:4.5rem!important}.ms-md-19{margin-left:4.75rem!important}.ms-md-20{margin-left:5rem!important}.ms-md-25{margin-left:5.625rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3r{padding:.625rem!important}.p-md-3{padding:.75rem!important}.p-md-4{padding:1rem!important}.p-md-5{padding:1.25rem!important}.p-md-6{padding:1.5rem!important}.p-md-7{padding:1.75rem!important}.p-md-7e{padding:1.875rem!important}.p-md-8{padding:2rem!important}.p-md-9{padding:2.25rem!important}.p-md-10{padding:2.5rem!important}.p-md-11{padding:2.75rem!important}.p-md-12{padding:3rem!important}.p-md-13{padding:3.25rem!important}.p-md-14{padding:3.5rem!important}.p-md-15{padding:3.75rem!important}.p-md-16{padding:4rem!important}.p-md-17{padding:4.25rem!important}.p-md-18{padding:4.5rem!important}.p-md-19{padding:4.75rem!important}.p-md-20{padding:5rem!important}.p-md-25{padding:5.625rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3r{padding-right:.625rem!important;padding-left:.625rem!important}.px-md-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-md-4{padding-right:1rem!important;padding-left:1rem!important}.px-md-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-md-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-md-7e{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-md-8{padding-right:2rem!important;padding-left:2rem!important}.px-md-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-md-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-md-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-md-12{padding-right:3rem!important;padding-left:3rem!important}.px-md-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-md-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-md-16{padding-right:4rem!important;padding-left:4rem!important}.px-md-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-md-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-md-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-md-20{padding-right:5rem!important;padding-left:5rem!important}.px-md-25{padding-right:5.625rem!important;padding-left:5.625rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3r{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-md-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-md-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-md-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-md-7e{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-md-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-md-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-md-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-md-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-md-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-md-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-md-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-md-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-md-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-md-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-25{padding-top:5.625rem!important;padding-bottom:5.625rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3r{padding-top:.625rem!important}.pt-md-3{padding-top:.75rem!important}.pt-md-4{padding-top:1rem!important}.pt-md-5{padding-top:1.25rem!important}.pt-md-6{padding-top:1.5rem!important}.pt-md-7{padding-top:1.75rem!important}.pt-md-7e{padding-top:1.875rem!important}.pt-md-8{padding-top:2rem!important}.pt-md-9{padding-top:2.25rem!important}.pt-md-10{padding-top:2.5rem!important}.pt-md-11{padding-top:2.75rem!important}.pt-md-12{padding-top:3rem!important}.pt-md-13{padding-top:3.25rem!important}.pt-md-14{padding-top:3.5rem!important}.pt-md-15{padding-top:3.75rem!important}.pt-md-16{padding-top:4rem!important}.pt-md-17{padding-top:4.25rem!important}.pt-md-18{padding-top:4.5rem!important}.pt-md-19{padding-top:4.75rem!important}.pt-md-20{padding-top:5rem!important}.pt-md-25{padding-top:5.625rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3r{padding-right:.625rem!important}.pe-md-3{padding-right:.75rem!important}.pe-md-4{padding-right:1rem!important}.pe-md-5{padding-right:1.25rem!important}.pe-md-6{padding-right:1.5rem!important}.pe-md-7{padding-right:1.75rem!important}.pe-md-7e{padding-right:1.875rem!important}.pe-md-8{padding-right:2rem!important}.pe-md-9{padding-right:2.25rem!important}.pe-md-10{padding-right:2.5rem!important}.pe-md-11{padding-right:2.75rem!important}.pe-md-12{padding-right:3rem!important}.pe-md-13{padding-right:3.25rem!important}.pe-md-14{padding-right:3.5rem!important}.pe-md-15{padding-right:3.75rem!important}.pe-md-16{padding-right:4rem!important}.pe-md-17{padding-right:4.25rem!important}.pe-md-18{padding-right:4.5rem!important}.pe-md-19{padding-right:4.75rem!important}.pe-md-20{padding-right:5rem!important}.pe-md-25{padding-right:5.625rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3r{padding-bottom:.625rem!important}.pb-md-3{padding-bottom:.75rem!important}.pb-md-4{padding-bottom:1rem!important}.pb-md-5{padding-bottom:1.25rem!important}.pb-md-6{padding-bottom:1.5rem!important}.pb-md-7{padding-bottom:1.75rem!important}.pb-md-7e{padding-bottom:1.875rem!important}.pb-md-8{padding-bottom:2rem!important}.pb-md-9{padding-bottom:2.25rem!important}.pb-md-10{padding-bottom:2.5rem!important}.pb-md-11{padding-bottom:2.75rem!important}.pb-md-12{padding-bottom:3rem!important}.pb-md-13{padding-bottom:3.25rem!important}.pb-md-14{padding-bottom:3.5rem!important}.pb-md-15{padding-bottom:3.75rem!important}.pb-md-16{padding-bottom:4rem!important}.pb-md-17{padding-bottom:4.25rem!important}.pb-md-18{padding-bottom:4.5rem!important}.pb-md-19{padding-bottom:4.75rem!important}.pb-md-20{padding-bottom:5rem!important}.pb-md-25{padding-bottom:5.625rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3r{padding-left:.625rem!important}.ps-md-3{padding-left:.75rem!important}.ps-md-4{padding-left:1rem!important}.ps-md-5{padding-left:1.25rem!important}.ps-md-6{padding-left:1.5rem!important}.ps-md-7{padding-left:1.75rem!important}.ps-md-7e{padding-left:1.875rem!important}.ps-md-8{padding-left:2rem!important}.ps-md-9{padding-left:2.25rem!important}.ps-md-10{padding-left:2.5rem!important}.ps-md-11{padding-left:2.75rem!important}.ps-md-12{padding-left:3rem!important}.ps-md-13{padding-left:3.25rem!important}.ps-md-14{padding-left:3.5rem!important}.ps-md-15{padding-left:3.75rem!important}.ps-md-16{padding-left:4rem!important}.ps-md-17{padding-left:4.25rem!important}.ps-md-18{padding-left:4.5rem!important}.ps-md-19{padding-left:4.75rem!important}.ps-md-20{padding-left:5rem!important}.ps-md-25{padding-left:5.625rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3r{gap:.625rem!important}.gap-md-3{gap:.75rem!important}.gap-md-4{gap:1rem!important}.gap-md-5{gap:1.25rem!important}.gap-md-6{gap:1.5rem!important}.gap-md-7{gap:1.75rem!important}.gap-md-7e{gap:1.875rem!important}.gap-md-8{gap:2rem!important}.gap-md-9{gap:2.25rem!important}.gap-md-10{gap:2.5rem!important}.gap-md-11{gap:2.75rem!important}.gap-md-12{gap:3rem!important}.gap-md-13{gap:3.25rem!important}.gap-md-14{gap:3.5rem!important}.gap-md-15{gap:3.75rem!important}.gap-md-16{gap:4rem!important}.gap-md-17{gap:4.25rem!important}.gap-md-18{gap:4.5rem!important}.gap-md-19{gap:4.75rem!important}.gap-md-20{gap:5rem!important}.gap-md-25{gap:5.625rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3r{row-gap:.625rem!important}.row-gap-md-3{row-gap:.75rem!important}.row-gap-md-4{row-gap:1rem!important}.row-gap-md-5{row-gap:1.25rem!important}.row-gap-md-6{row-gap:1.5rem!important}.row-gap-md-7{row-gap:1.75rem!important}.row-gap-md-7e{row-gap:1.875rem!important}.row-gap-md-8{row-gap:2rem!important}.row-gap-md-9{row-gap:2.25rem!important}.row-gap-md-10{row-gap:2.5rem!important}.row-gap-md-11{row-gap:2.75rem!important}.row-gap-md-12{row-gap:3rem!important}.row-gap-md-13{row-gap:3.25rem!important}.row-gap-md-14{row-gap:3.5rem!important}.row-gap-md-15{row-gap:3.75rem!important}.row-gap-md-16{row-gap:4rem!important}.row-gap-md-17{row-gap:4.25rem!important}.row-gap-md-18{row-gap:4.5rem!important}.row-gap-md-19{row-gap:4.75rem!important}.row-gap-md-20{row-gap:5rem!important}.row-gap-md-25{row-gap:5.625rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3r{column-gap:.625rem!important}.column-gap-md-3{column-gap:.75rem!important}.column-gap-md-4{column-gap:1rem!important}.column-gap-md-5{column-gap:1.25rem!important}.column-gap-md-6{column-gap:1.5rem!important}.column-gap-md-7{column-gap:1.75rem!important}.column-gap-md-7e{column-gap:1.875rem!important}.column-gap-md-8{column-gap:2rem!important}.column-gap-md-9{column-gap:2.25rem!important}.column-gap-md-10{column-gap:2.5rem!important}.column-gap-md-11{column-gap:2.75rem!important}.column-gap-md-12{column-gap:3rem!important}.column-gap-md-13{column-gap:3.25rem!important}.column-gap-md-14{column-gap:3.5rem!important}.column-gap-md-15{column-gap:3.75rem!important}.column-gap-md-16{column-gap:4rem!important}.column-gap-md-17{column-gap:4.25rem!important}.column-gap-md-18{column-gap:4.5rem!important}.column-gap-md-19{column-gap:4.75rem!important}.column-gap-md-20{column-gap:5rem!important}.column-gap-md-25{column-gap:5.625rem!important}.fs-md-1{font-size:calc(1.3rem + .6vw)!important}.fs-md-2{font-size:calc(1.275rem + .3vw)!important}.fs-md-3{font-size:calc(1.26rem + .12vw)!important}.fs-md-4{font-size:1.25rem!important}.fs-md-5{font-size:1.125rem!important}.fs-md-6{font-size:1.075rem!important}.fs-md-7{font-size:.95rem!important}.fs-md-8{font-size:.875rem!important}.fs-md-9,.fs-md-10e{font-size:.75rem!important}.fs-md-10{font-size:.625rem!important}.fs-md-base{font-size:1rem!important}.fs-md-fluid{font-size:100%!important}.fs-md-2x{font-size:calc(1.325rem + .9vw)!important}.fs-md-2xx{font-size:calc(1.3375rem + 1.05vw)!important}.fs-md-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-md-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-md-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-md-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-md-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-md-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-md-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-md-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-md-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-md-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-md-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-md-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-md-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-md-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-md-5tx{font-size:calc(1.7rem + 5.4vw)!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.min-w-md-unset{min-width:unset!important}.min-w-md-1r{min-width:1rem!important}.min-w-md-2r{min-width:2rem!important}.min-w-md-3r{min-width:3rem!important}.min-w-md-1r1{min-width:1.125rem!important}.min-w-md-1r5{min-width:1.5rem!important}.min-w-md-2e{min-width:.115rem!important}.min-w-md-3e{min-width:.125rem!important}.min-w-md-4r{min-width:.25rem!important}.min-w-md-5r{min-width:.5rem!important}.min-w-md-15r{min-width:.938rem!important}.min-w-md-10r{min-width:.625rem!important}.min-w-md-11r5{min-width:.719rem!important}.min-w-md-5{min-width:5%!important}.min-w-md-10{min-width:10%!important}.min-w-md-15{min-width:15%!important}.min-w-md-25{min-width:25%!important}.min-w-md-30{min-width:30%!important}.min-w-md-35{min-width:35%!important}.min-w-md-50{min-width:50%!important}.min-w-md-65{min-width:65%!important}.min-w-md-70{min-width:70%!important}.min-w-md-75{min-width:75%!important}.min-w-md-85{min-width:85%!important}.min-w-md-90{min-width:90%!important}.min-w-md-95{min-width:95%!important}.min-w-md-100{min-width:100%!important}.min-w-md-auto{min-width:auto!important}.min-w-md-1px{min-width:1px!important}.min-w-md-2px{min-width:2px!important}.min-w-md-3px{min-width:3px!important}.min-w-md-4px{min-width:4px!important}.min-w-md-5px{min-width:5px!important}.min-w-md-6px{min-width:6px!important}.min-w-md-7px{min-width:7px!important}.min-w-md-8px{min-width:8px!important}.min-w-md-9px{min-width:9px!important}.min-w-md-10px{min-width:10px!important}.min-w-md-12px{min-width:12px!important}.min-w-md-14px{min-width:.875rem!important}.min-w-md-15px{min-width:15px!important}.min-w-md-18px{min-width:18px!important}.min-w-md-20px{min-width:20px!important}.min-w-md-24px{min-width:24px!important}.min-w-md-25px{min-width:25px!important}.min-w-md-25e{min-width:1.563rem!important}.min-w-md-30px{min-width:30px!important}.min-w-md-35px{min-width:35px!important}.min-w-md-35e{min-width:2.188rem!important}.min-w-md-38e{min-width:2.375rem!important}.min-w-md-40px{min-width:40px!important}.min-w-md-41{min-width:2.563rem!important}.min-w-md-42{min-width:2.625rem!important}.min-w-md-44{min-width:2.75rem!important}.min-w-md-45px{min-width:45px!important}.min-w-md-45e{min-width:2.813rem!important}.min-w-md-48px{min-width:48px!important}.min-w-md-49e{min-width:4.938rem!important}.min-w-md-50px{min-width:50px!important}.min-w-md-51{min-width:3.188rem!important}.min-w-md-55px{min-width:55px!important}.min-w-md-60px{min-width:60px!important}.min-w-md-65px{min-width:65px!important}.min-w-md-66px{min-width:66px!important}.min-w-md-70px{min-width:70px!important}.min-w-md-75px{min-width:75px!important}.min-w-md-79e{min-width:4.938rem!important}.min-w-md-80px{min-width:80px!important}.min-w-md-80e{min-width:5rem!important}.min-w-md-84{min-width:5.25rem!important}.min-w-md-85px{min-width:85px!important}.min-w-md-87e{min-width:5.438rem!important}.min-w-md-90px{min-width:90px!important}.min-w-md-90e{min-width:5.625rem!important}.min-w-md-95px{min-width:95px!important}.min-w-md-100px{min-width:100px!important}.min-w-md-110{min-width:6.875rem!important}.min-w-md-120{min-width:7.5rem!important}.min-w-md-125px{min-width:125px!important}.min-w-md-126{min-width:7.875rem!important}.min-w-md-148{min-width:9.25rem!important}.min-w-md-150px{min-width:150px!important}.min-w-md-152{min-width:9.5rem!important}.min-w-md-175px{min-width:175px!important}.min-w-md-180{min-width:11.25rem!important}.min-w-md-191{min-width:11.938rem!important}.min-w-md-200px{min-width:200px!important}.min-w-md-200e{min-width:12.5rem!important}.min-w-md-220{min-width:13.75rem!important}.min-w-md-220px{min-width:220px!important}.min-w-md-225px{min-width:225px!important}.min-w-md-231e{min-width:14.445rem!important}.min-w-md-250px{min-width:250px!important}.min-w-md-262e{min-width:16.375rem!important}.min-w-md-275px{min-width:275px!important}.min-w-md-300px{min-width:300px!important}.min-w-md-325px{min-width:325px!important}.min-w-md-326e{min-width:20.375rem!important}.min-w-md-349e{min-width:21.813em!important}.min-w-md-350px{min-width:350px!important}.min-w-md-374px{min-width:374px!important}.min-w-md-375px{min-width:375px!important}.min-w-md-400px{min-width:400px!important}.min-w-md-400{min-width:25rem!important}.min-w-md-419r{min-width:26.188em!important}.min-w-md-420px{min-width:420px!important}.min-w-md-425px{min-width:425px!important}.min-w-md-431px{min-width:431px!important}.min-w-md-450px{min-width:450px!important}.min-w-md-475px{min-width:475px!important}.min-w-md-484px{min-width:484px!important}.min-w-md-458px{min-width:458px!important}.min-w-md-492e{min-width:30.75rem!important}.min-w-md-500px{min-width:500px!important}.min-w-md-522e{min-width:32.625rem!important}.min-w-md-538e{min-width:33.5rem!important}.min-w-md-550px{min-width:550px!important}.min-w-md-600px{min-width:600px!important}.min-w-md-600e{min-width:37.53em!important}.min-w-md-631px{min-width:631px!important}.min-w-md-650px{min-width:650px!important}.min-w-md-700px{min-width:700px!important}.min-w-md-750px{min-width:750px!important}.min-w-md-800px{min-width:800px!important}.min-w-md-850px{min-width:850px!important}.min-w-md-900px{min-width:900px!important}.min-w-md-950px{min-width:950px!important}.min-w-md-1000px{min-width:1000px!important}.min-h-md-unset{min-height:unset!important}.min-h-md-1r{min-height:1rem!important}.min-h-md-2r{min-height:2rem!important}.min-h-md-3r{min-height:3rem!important}.min-h-md-1r1{min-height:1.125rem!important}.min-h-md-1r5{min-height:1.5rem!important}.min-h-md-2e{min-height:.115rem!important}.min-h-md-3e{min-height:.125rem!important}.min-h-md-4r{min-height:.25rem!important}.min-h-md-5r{min-height:.5rem!important}.min-h-md-15r{min-height:.938rem!important}.min-h-md-10r{min-height:.625rem!important}.min-h-md-11r5{min-height:.719rem!important}.min-h-md-5{min-height:5%!important}.min-h-md-10{min-height:10%!important}.min-h-md-15{min-height:15%!important}.min-h-md-25{min-height:25%!important}.min-h-md-30{min-height:30%!important}.min-h-md-35{min-height:35%!important}.min-h-md-50{min-height:50%!important}.min-h-md-65{min-height:65%!important}.min-h-md-70{min-height:70%!important}.min-h-md-75{min-height:75%!important}.min-h-md-85{min-height:85%!important}.min-h-md-90{min-height:90%!important}.min-h-md-95{min-height:95%!important}.min-h-md-100{min-height:100%!important}.min-h-md-auto{min-height:auto!important}.min-h-md-1px{min-height:1px!important}.min-h-md-2px{min-height:2px!important}.min-h-md-3px{min-height:3px!important}.min-h-md-4px{min-height:4px!important}.min-h-md-5px{min-height:5px!important}.min-h-md-6px{min-height:6px!important}.min-h-md-7px{min-height:7px!important}.min-h-md-8px{min-height:8px!important}.min-h-md-9px{min-height:9px!important}.min-h-md-10px{min-height:10px!important}.min-h-md-12px{min-height:12px!important}.min-h-md-14px{min-height:.875rem!important}.min-h-md-15px{min-height:15px!important}.min-h-md-18px{min-height:18px!important}.min-h-md-20px{min-height:20px!important}.min-h-md-24px{min-height:24px!important}.min-h-md-25px{min-height:25px!important}.min-h-md-25e{min-height:1.563rem!important}.min-h-md-30px{min-height:30px!important}.min-h-md-35px{min-height:35px!important}.min-h-md-35e{min-height:2.188rem!important}.min-h-md-38e{min-height:2.375rem!important}.min-h-md-40px{min-height:40px!important}.min-h-md-41{min-height:2.563rem!important}.min-h-md-42{min-height:2.625rem!important}.min-h-md-44{min-height:2.75rem!important}.min-h-md-45px{min-height:45px!important}.min-h-md-45e{min-height:2.813rem!important}.min-h-md-48px{min-height:48px!important}.min-h-md-49e{min-height:4.938rem!important}.min-h-md-50px{min-height:50px!important}.min-h-md-51{min-height:3.188rem!important}.min-h-md-55px{min-height:55px!important}.min-h-md-60px{min-height:60px!important}.min-h-md-65px{min-height:65px!important}.min-h-md-66px{min-height:66px!important}.min-h-md-70px{min-height:70px!important}.min-h-md-75px{min-height:75px!important}.min-h-md-79e{min-height:4.938rem!important}.min-h-md-80px{min-height:80px!important}.min-h-md-80e{min-height:5rem!important}.min-h-md-84{min-height:5.25rem!important}.min-h-md-85px{min-height:85px!important}.min-h-md-87e{min-height:5.438rem!important}.min-h-md-90px{min-height:90px!important}.min-h-md-90e{min-height:5.625rem!important}.min-h-md-95px{min-height:95px!important}.min-h-md-100px{min-height:100px!important}.min-h-md-110{min-height:6.875rem!important}.min-h-md-120{min-height:7.5rem!important}.min-h-md-125px{min-height:125px!important}.min-h-md-126{min-height:7.875rem!important}.min-h-md-148{min-height:9.25rem!important}.min-h-md-150px{min-height:150px!important}.min-h-md-152{min-height:9.5rem!important}.min-h-md-175px{min-height:175px!important}.min-h-md-180{min-height:11.25rem!important}.min-h-md-191{min-height:11.938rem!important}.min-h-md-200px{min-height:200px!important}.min-h-md-200e{min-height:12.5rem!important}.min-h-md-220{min-height:13.75rem!important}.min-h-md-220px{min-height:220px!important}.min-h-md-225px{min-height:225px!important}.min-h-md-231e{min-height:14.445rem!important}.min-h-md-250px{min-height:250px!important}.min-h-md-262e{min-height:16.375rem!important}.min-h-md-275px{min-height:275px!important}.min-h-md-300px{min-height:300px!important}.min-h-md-325px{min-height:325px!important}.min-h-md-326e{min-height:20.375rem!important}.min-h-md-349e{min-height:21.813em!important}.min-h-md-350px{min-height:350px!important}.min-h-md-374px{min-height:374px!important}.min-h-md-375px{min-height:375px!important}.min-h-md-400px{min-height:400px!important}.min-h-md-400{min-height:25rem!important}.min-h-md-419r{min-height:26.188em!important}.min-h-md-420px{min-height:420px!important}.min-h-md-425px{min-height:425px!important}.min-h-md-431px{min-height:431px!important}.min-h-md-450px{min-height:450px!important}.min-h-md-475px{min-height:475px!important}.min-h-md-484px{min-height:484px!important}.min-h-md-458px{min-height:458px!important}.min-h-md-492e{min-height:30.75rem!important}.min-h-md-500px{min-height:500px!important}.min-h-md-522e{min-height:32.625rem!important}.min-h-md-538e{min-height:33.5rem!important}.min-h-md-550px{min-height:550px!important}.min-h-md-600px{min-height:600px!important}.min-h-md-600e{min-height:37.53em!important}.min-h-md-631px{min-height:631px!important}.min-h-md-650px{min-height:650px!important}.min-h-md-700px{min-height:700px!important}.min-h-md-750px{min-height:750px!important}.min-h-md-800px{min-height:800px!important}.min-h-md-850px{min-height:850px!important}.min-h-md-900px{min-height:900px!important}.min-h-md-950px{min-height:950px!important}.min-h-md-1000px{min-height:1000px!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:-webkit-sticky!important;position:sticky!important}.w-lg-unset{width:unset!important}.w-lg-1r{width:1rem!important}.w-lg-2r{width:2rem!important}.w-lg-3r{width:3rem!important}.w-lg-1r1{width:1.125rem!important}.w-lg-1r5{width:1.5rem!important}.w-lg-2e{width:.115rem!important}.w-lg-3e{width:.125rem!important}.w-lg-4r{width:.25rem!important}.w-lg-5r{width:.5rem!important}.w-lg-15r{width:.938rem!important}.w-lg-10r{width:.625rem!important}.w-lg-11r5{width:.719rem!important}.w-lg-5{width:5%!important}.w-lg-10{width:10%!important}.w-lg-15{width:15%!important}.w-lg-25{width:25%!important}.w-lg-30{width:30%!important}.w-lg-35{width:35%!important}.w-lg-50{width:50%!important}.w-lg-65{width:65%!important}.w-lg-70{width:70%!important}.w-lg-75{width:75%!important}.w-lg-85{width:85%!important}.w-lg-90{width:90%!important}.w-lg-95{width:95%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-1px{width:1px!important}.w-lg-2px{width:2px!important}.w-lg-3px{width:3px!important}.w-lg-4px{width:4px!important}.w-lg-5px{width:5px!important}.w-lg-6px{width:6px!important}.w-lg-7px{width:7px!important}.w-lg-8px{width:8px!important}.w-lg-9px{width:9px!important}.w-lg-10px{width:10px!important}.w-lg-12px{width:12px!important}.w-lg-14px{width:.875rem!important}.w-lg-15px{width:15px!important}.w-lg-18px{width:18px!important}.w-lg-20px{width:20px!important}.w-lg-24px{width:24px!important}.w-lg-25px{width:25px!important}.w-lg-25e{width:1.563rem!important}.w-lg-30px{width:30px!important}.w-lg-35px{width:35px!important}.w-lg-35e{width:2.188rem!important}.w-lg-38e{width:2.375rem!important}.w-lg-40px{width:40px!important}.w-lg-41{width:2.563rem!important}.w-lg-42{width:2.625rem!important}.w-lg-44{width:2.75rem!important}.w-lg-45px{width:45px!important}.w-lg-45e{width:2.813rem!important}.w-lg-48px{width:48px!important}.w-lg-49e{width:4.938rem!important}.w-lg-50px{width:50px!important}.w-lg-51{width:3.188rem!important}.w-lg-55px{width:55px!important}.w-lg-60px{width:60px!important}.w-lg-65px{width:65px!important}.w-lg-66px{width:66px!important}.w-lg-70px{width:70px!important}.w-lg-75px{width:75px!important}.w-lg-79e{width:4.938rem!important}.w-lg-80px{width:80px!important}.w-lg-80e{width:5rem!important}.w-lg-84{width:5.25rem!important}.w-lg-85px{width:85px!important}.w-lg-87e{width:5.438rem!important}.w-lg-90px{width:90px!important}.w-lg-90e{width:5.625rem!important}.w-lg-95px{width:95px!important}.w-lg-100px{width:100px!important}.w-lg-110{width:6.875rem!important}.w-lg-120{width:7.5rem!important}.w-lg-125px{width:125px!important}.w-lg-126{width:7.875rem!important}.w-lg-148{width:9.25rem!important}.w-lg-150px{width:150px!important}.w-lg-152{width:9.5rem!important}.w-lg-175px{width:175px!important}.w-lg-180{width:11.25rem!important}.w-lg-191{width:11.938rem!important}.w-lg-200px{width:200px!important}.w-lg-200e{width:12.5rem!important}.w-lg-220{width:13.75rem!important}.w-lg-220px{width:220px!important}.w-lg-225px{width:225px!important}.w-lg-231e{width:14.445rem!important}.w-lg-250px{width:250px!important}.w-lg-262e{width:16.375rem!important}.w-lg-275px{width:275px!important}.w-lg-300px{width:300px!important}.w-lg-325px{width:325px!important}.w-lg-326e{width:20.375rem!important}.w-lg-349e{width:21.813em!important}.w-lg-350px{width:350px!important}.w-lg-374px{width:374px!important}.w-lg-375px{width:375px!important}.w-lg-400px{width:400px!important}.w-lg-400{width:25rem!important}.w-lg-419r{width:26.188em!important}.w-lg-420px{width:420px!important}.w-lg-425px{width:425px!important}.w-lg-431px{width:431px!important}.w-lg-450px{width:450px!important}.w-lg-475px{width:475px!important}.w-lg-484px{width:484px!important}.w-lg-458px{width:458px!important}.w-lg-492e{width:30.75rem!important}.w-lg-500px{width:500px!important}.w-lg-522e{width:32.625rem!important}.w-lg-538e{width:33.5rem!important}.w-lg-550px{width:550px!important}.w-lg-600px{width:600px!important}.w-lg-600e{width:37.53em!important}.w-lg-631px{width:631px!important}.w-lg-650px{width:650px!important}.w-lg-700px{width:700px!important}.w-lg-750px{width:750px!important}.w-lg-800px{width:800px!important}.w-lg-850px{width:850px!important}.w-lg-900px{width:900px!important}.w-lg-950px{width:950px!important}.w-lg-1000px{width:1000px!important}.mw-lg-unset{max-width:unset!important}.mw-lg-1r{max-width:1rem!important}.mw-lg-2r{max-width:2rem!important}.mw-lg-3r{max-width:3rem!important}.mw-lg-1r1{max-width:1.125rem!important}.mw-lg-1r5{max-width:1.5rem!important}.mw-lg-2e{max-width:.115rem!important}.mw-lg-3e{max-width:.125rem!important}.mw-lg-4r{max-width:.25rem!important}.mw-lg-5r{max-width:.5rem!important}.mw-lg-15r{max-width:.938rem!important}.mw-lg-10r{max-width:.625rem!important}.mw-lg-11r5{max-width:.719rem!important}.mw-lg-5{max-width:5%!important}.mw-lg-10{max-width:10%!important}.mw-lg-15{max-width:15%!important}.mw-lg-25{max-width:25%!important}.mw-lg-30{max-width:30%!important}.mw-lg-35{max-width:35%!important}.mw-lg-50{max-width:50%!important}.mw-lg-65{max-width:65%!important}.mw-lg-70{max-width:70%!important}.mw-lg-75{max-width:75%!important}.mw-lg-85{max-width:85%!important}.mw-lg-90{max-width:90%!important}.mw-lg-95{max-width:95%!important}.mw-lg-100{max-width:100%!important}.mw-lg-auto{max-width:auto!important}.mw-lg-1px{max-width:1px!important}.mw-lg-2px{max-width:2px!important}.mw-lg-3px{max-width:3px!important}.mw-lg-4px{max-width:4px!important}.mw-lg-5px{max-width:5px!important}.mw-lg-6px{max-width:6px!important}.mw-lg-7px{max-width:7px!important}.mw-lg-8px{max-width:8px!important}.mw-lg-9px{max-width:9px!important}.mw-lg-10px{max-width:10px!important}.mw-lg-12px{max-width:12px!important}.mw-lg-14px{max-width:.875rem!important}.mw-lg-15px{max-width:15px!important}.mw-lg-18px{max-width:18px!important}.mw-lg-20px{max-width:20px!important}.mw-lg-24px{max-width:24px!important}.mw-lg-25px{max-width:25px!important}.mw-lg-25e{max-width:1.563rem!important}.mw-lg-30px{max-width:30px!important}.mw-lg-35px{max-width:35px!important}.mw-lg-35e{max-width:2.188rem!important}.mw-lg-38e{max-width:2.375rem!important}.mw-lg-40px{max-width:40px!important}.mw-lg-41{max-width:2.563rem!important}.mw-lg-42{max-width:2.625rem!important}.mw-lg-44{max-width:2.75rem!important}.mw-lg-45px{max-width:45px!important}.mw-lg-45e{max-width:2.813rem!important}.mw-lg-48px{max-width:48px!important}.mw-lg-49e{max-width:4.938rem!important}.mw-lg-50px{max-width:50px!important}.mw-lg-51{max-width:3.188rem!important}.mw-lg-55px{max-width:55px!important}.mw-lg-60px{max-width:60px!important}.mw-lg-65px{max-width:65px!important}.mw-lg-66px{max-width:66px!important}.mw-lg-70px{max-width:70px!important}.mw-lg-75px{max-width:75px!important}.mw-lg-79e{max-width:4.938rem!important}.mw-lg-80px{max-width:80px!important}.mw-lg-80e{max-width:5rem!important}.mw-lg-84{max-width:5.25rem!important}.mw-lg-85px{max-width:85px!important}.mw-lg-87e{max-width:5.438rem!important}.mw-lg-90px{max-width:90px!important}.mw-lg-90e{max-width:5.625rem!important}.mw-lg-95px{max-width:95px!important}.mw-lg-100px{max-width:100px!important}.mw-lg-110{max-width:6.875rem!important}.mw-lg-120{max-width:7.5rem!important}.mw-lg-125px{max-width:125px!important}.mw-lg-126{max-width:7.875rem!important}.mw-lg-148{max-width:9.25rem!important}.mw-lg-150px{max-width:150px!important}.mw-lg-152{max-width:9.5rem!important}.mw-lg-175px{max-width:175px!important}.mw-lg-180{max-width:11.25rem!important}.mw-lg-191{max-width:11.938rem!important}.mw-lg-200px{max-width:200px!important}.mw-lg-200e{max-width:12.5rem!important}.mw-lg-220{max-width:13.75rem!important}.mw-lg-220px{max-width:220px!important}.mw-lg-225px{max-width:225px!important}.mw-lg-231e{max-width:14.445rem!important}.mw-lg-250px{max-width:250px!important}.mw-lg-262e{max-width:16.375rem!important}.mw-lg-275px{max-width:275px!important}.mw-lg-300px{max-width:300px!important}.mw-lg-325px{max-width:325px!important}.mw-lg-326e{max-width:20.375rem!important}.mw-lg-349e{max-width:21.813em!important}.mw-lg-350px{max-width:350px!important}.mw-lg-374px{max-width:374px!important}.mw-lg-375px{max-width:375px!important}.mw-lg-400px{max-width:400px!important}.mw-lg-400{max-width:25rem!important}.mw-lg-419r{max-width:26.188em!important}.mw-lg-420px{max-width:420px!important}.mw-lg-425px{max-width:425px!important}.mw-lg-431px{max-width:431px!important}.mw-lg-450px{max-width:450px!important}.mw-lg-475px{max-width:475px!important}.mw-lg-484px{max-width:484px!important}.mw-lg-458px{max-width:458px!important}.mw-lg-492e{max-width:30.75rem!important}.mw-lg-500px{max-width:500px!important}.mw-lg-522e{max-width:32.625rem!important}.mw-lg-538e{max-width:33.5rem!important}.mw-lg-550px{max-width:550px!important}.mw-lg-600px{max-width:600px!important}.mw-lg-600e{max-width:37.53em!important}.mw-lg-631px{max-width:631px!important}.mw-lg-650px{max-width:650px!important}.mw-lg-700px{max-width:700px!important}.mw-lg-750px{max-width:750px!important}.mw-lg-800px{max-width:800px!important}.mw-lg-850px{max-width:850px!important}.mw-lg-900px{max-width:900px!important}.mw-lg-950px{max-width:950px!important}.mw-lg-1000px{max-width:1000px!important}.h-lg-unset{height:unset!important}.h-lg-1r{height:1rem!important}.h-lg-2r{height:2rem!important}.h-lg-3r{height:3rem!important}.h-lg-1r1{height:1.125rem!important}.h-lg-1r5{height:1.5rem!important}.h-lg-2e{height:.115rem!important}.h-lg-3e{height:.125rem!important}.h-lg-4r{height:.25rem!important}.h-lg-5r{height:.5rem!important}.h-lg-15r{height:.938rem!important}.h-lg-10r{height:.625rem!important}.h-lg-11r5{height:.719rem!important}.h-lg-5{height:5%!important}.h-lg-10{height:10%!important}.h-lg-15{height:15%!important}.h-lg-25{height:25%!important}.h-lg-30{height:30%!important}.h-lg-35{height:35%!important}.h-lg-50{height:50%!important}.h-lg-65{height:65%!important}.h-lg-70{height:70%!important}.h-lg-75{height:75%!important}.h-lg-85{height:85%!important}.h-lg-90{height:90%!important}.h-lg-95{height:95%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.h-lg-1px{height:1px!important}.h-lg-2px{height:2px!important}.h-lg-3px{height:3px!important}.h-lg-4px{height:4px!important}.h-lg-5px{height:5px!important}.h-lg-6px{height:6px!important}.h-lg-7px{height:7px!important}.h-lg-8px{height:8px!important}.h-lg-9px{height:9px!important}.h-lg-10px{height:10px!important}.h-lg-12px{height:12px!important}.h-lg-14px{height:.875rem!important}.h-lg-15px{height:15px!important}.h-lg-18px{height:18px!important}.h-lg-20px{height:20px!important}.h-lg-24px{height:24px!important}.h-lg-25px{height:25px!important}.h-lg-25e{height:1.563rem!important}.h-lg-30px{height:30px!important}.h-lg-35px{height:35px!important}.h-lg-35e{height:2.188rem!important}.h-lg-38e{height:2.375rem!important}.h-lg-40px{height:40px!important}.h-lg-41{height:2.563rem!important}.h-lg-42{height:2.625rem!important}.h-lg-44{height:2.75rem!important}.h-lg-45px{height:45px!important}.h-lg-45e{height:2.813rem!important}.h-lg-48px{height:48px!important}.h-lg-49e{height:4.938rem!important}.h-lg-50px{height:50px!important}.h-lg-51{height:3.188rem!important}.h-lg-55px{height:55px!important}.h-lg-60px{height:60px!important}.h-lg-65px{height:65px!important}.h-lg-66px{height:66px!important}.h-lg-70px{height:70px!important}.h-lg-75px{height:75px!important}.h-lg-79e{height:4.938rem!important}.h-lg-80px{height:80px!important}.h-lg-80e{height:5rem!important}.h-lg-84{height:5.25rem!important}.h-lg-85px{height:85px!important}.h-lg-87e{height:5.438rem!important}.h-lg-90px{height:90px!important}.h-lg-90e{height:5.625rem!important}.h-lg-95px{height:95px!important}.h-lg-100px{height:100px!important}.h-lg-110{height:6.875rem!important}.h-lg-120{height:7.5rem!important}.h-lg-125px{height:125px!important}.h-lg-126{height:7.875rem!important}.h-lg-148{height:9.25rem!important}.h-lg-150px{height:150px!important}.h-lg-152{height:9.5rem!important}.h-lg-175px{height:175px!important}.h-lg-180{height:11.25rem!important}.h-lg-191{height:11.938rem!important}.h-lg-200px{height:200px!important}.h-lg-200e{height:12.5rem!important}.h-lg-220{height:13.75rem!important}.h-lg-220px{height:220px!important}.h-lg-225px{height:225px!important}.h-lg-231e{height:14.445rem!important}.h-lg-250px{height:250px!important}.h-lg-262e{height:16.375rem!important}.h-lg-275px{height:275px!important}.h-lg-300px{height:300px!important}.h-lg-325px{height:325px!important}.h-lg-326e{height:20.375rem!important}.h-lg-349e{height:21.813em!important}.h-lg-350px{height:350px!important}.h-lg-374px{height:374px!important}.h-lg-375px{height:375px!important}.h-lg-400px{height:400px!important}.h-lg-400{height:25rem!important}.h-lg-419r{height:26.188em!important}.h-lg-420px{height:420px!important}.h-lg-425px{height:425px!important}.h-lg-431px{height:431px!important}.h-lg-450px{height:450px!important}.h-lg-475px{height:475px!important}.h-lg-484px{height:484px!important}.h-lg-458px{height:458px!important}.h-lg-492e{height:30.75rem!important}.h-lg-500px{height:500px!important}.h-lg-522e{height:32.625rem!important}.h-lg-538e{height:33.5rem!important}.h-lg-550px{height:550px!important}.h-lg-600px{height:600px!important}.h-lg-600e{height:37.53em!important}.h-lg-631px{height:631px!important}.h-lg-650px{height:650px!important}.h-lg-700px{height:700px!important}.h-lg-750px{height:750px!important}.h-lg-800px{height:800px!important}.h-lg-850px{height:850px!important}.h-lg-900px{height:900px!important}.h-lg-950px{height:950px!important}.h-lg-1000px{height:1000px!important}.mh-lg-unset{max-height:unset!important}.mh-lg-1r{max-height:1rem!important}.mh-lg-2r{max-height:2rem!important}.mh-lg-3r{max-height:3rem!important}.mh-lg-1r1{max-height:1.125rem!important}.mh-lg-1r5{max-height:1.5rem!important}.mh-lg-2e{max-height:.115rem!important}.mh-lg-3e{max-height:.125rem!important}.mh-lg-4r{max-height:.25rem!important}.mh-lg-5r{max-height:.5rem!important}.mh-lg-15r{max-height:.938rem!important}.mh-lg-10r{max-height:.625rem!important}.mh-lg-11r5{max-height:.719rem!important}.mh-lg-5{max-height:5%!important}.mh-lg-10{max-height:10%!important}.mh-lg-15{max-height:15%!important}.mh-lg-25{max-height:25%!important}.mh-lg-30{max-height:30%!important}.mh-lg-35{max-height:35%!important}.mh-lg-50{max-height:50%!important}.mh-lg-65{max-height:65%!important}.mh-lg-70{max-height:70%!important}.mh-lg-75{max-height:75%!important}.mh-lg-85{max-height:85%!important}.mh-lg-90{max-height:90%!important}.mh-lg-95{max-height:95%!important}.mh-lg-100{max-height:100%!important}.mh-lg-auto{max-height:auto!important}.mh-lg-1px{max-height:1px!important}.mh-lg-2px{max-height:2px!important}.mh-lg-3px{max-height:3px!important}.mh-lg-4px{max-height:4px!important}.mh-lg-5px{max-height:5px!important}.mh-lg-6px{max-height:6px!important}.mh-lg-7px{max-height:7px!important}.mh-lg-8px{max-height:8px!important}.mh-lg-9px{max-height:9px!important}.mh-lg-10px{max-height:10px!important}.mh-lg-12px{max-height:12px!important}.mh-lg-14px{max-height:.875rem!important}.mh-lg-15px{max-height:15px!important}.mh-lg-18px{max-height:18px!important}.mh-lg-20px{max-height:20px!important}.mh-lg-24px{max-height:24px!important}.mh-lg-25px{max-height:25px!important}.mh-lg-25e{max-height:1.563rem!important}.mh-lg-30px{max-height:30px!important}.mh-lg-35px{max-height:35px!important}.mh-lg-35e{max-height:2.188rem!important}.mh-lg-38e{max-height:2.375rem!important}.mh-lg-40px{max-height:40px!important}.mh-lg-41{max-height:2.563rem!important}.mh-lg-42{max-height:2.625rem!important}.mh-lg-44{max-height:2.75rem!important}.mh-lg-45px{max-height:45px!important}.mh-lg-45e{max-height:2.813rem!important}.mh-lg-48px{max-height:48px!important}.mh-lg-49e{max-height:4.938rem!important}.mh-lg-50px{max-height:50px!important}.mh-lg-51{max-height:3.188rem!important}.mh-lg-55px{max-height:55px!important}.mh-lg-60px{max-height:60px!important}.mh-lg-65px{max-height:65px!important}.mh-lg-66px{max-height:66px!important}.mh-lg-70px{max-height:70px!important}.mh-lg-75px{max-height:75px!important}.mh-lg-79e{max-height:4.938rem!important}.mh-lg-80px{max-height:80px!important}.mh-lg-80e{max-height:5rem!important}.mh-lg-84{max-height:5.25rem!important}.mh-lg-85px{max-height:85px!important}.mh-lg-87e{max-height:5.438rem!important}.mh-lg-90px{max-height:90px!important}.mh-lg-90e{max-height:5.625rem!important}.mh-lg-95px{max-height:95px!important}.mh-lg-100px{max-height:100px!important}.mh-lg-110{max-height:6.875rem!important}.mh-lg-120{max-height:7.5rem!important}.mh-lg-125px{max-height:125px!important}.mh-lg-126{max-height:7.875rem!important}.mh-lg-148{max-height:9.25rem!important}.mh-lg-150px{max-height:150px!important}.mh-lg-152{max-height:9.5rem!important}.mh-lg-175px{max-height:175px!important}.mh-lg-180{max-height:11.25rem!important}.mh-lg-191{max-height:11.938rem!important}.mh-lg-200px{max-height:200px!important}.mh-lg-200e{max-height:12.5rem!important}.mh-lg-220{max-height:13.75rem!important}.mh-lg-220px{max-height:220px!important}.mh-lg-225px{max-height:225px!important}.mh-lg-231e{max-height:14.445rem!important}.mh-lg-250px{max-height:250px!important}.mh-lg-262e{max-height:16.375rem!important}.mh-lg-275px{max-height:275px!important}.mh-lg-300px{max-height:300px!important}.mh-lg-325px{max-height:325px!important}.mh-lg-326e{max-height:20.375rem!important}.mh-lg-349e{max-height:21.813em!important}.mh-lg-350px{max-height:350px!important}.mh-lg-374px{max-height:374px!important}.mh-lg-375px{max-height:375px!important}.mh-lg-400px{max-height:400px!important}.mh-lg-400{max-height:25rem!important}.mh-lg-419r{max-height:26.188em!important}.mh-lg-420px{max-height:420px!important}.mh-lg-425px{max-height:425px!important}.mh-lg-431px{max-height:431px!important}.mh-lg-450px{max-height:450px!important}.mh-lg-475px{max-height:475px!important}.mh-lg-484px{max-height:484px!important}.mh-lg-458px{max-height:458px!important}.mh-lg-492e{max-height:30.75rem!important}.mh-lg-500px{max-height:500px!important}.mh-lg-522e{max-height:32.625rem!important}.mh-lg-538e{max-height:33.5rem!important}.mh-lg-550px{max-height:550px!important}.mh-lg-600px{max-height:600px!important}.mh-lg-600e{max-height:37.53em!important}.mh-lg-631px{max-height:631px!important}.mh-lg-650px{max-height:650px!important}.mh-lg-700px{max-height:700px!important}.mh-lg-750px{max-height:750px!important}.mh-lg-800px{max-height:800px!important}.mh-lg-850px{max-height:850px!important}.mh-lg-900px{max-height:900px!important}.mh-lg-950px{max-height:950px!important}.mh-lg-1000px{max-height:1000px!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3r{margin:.625rem!important}.m-lg-3{margin:.75rem!important}.m-lg-4{margin:1rem!important}.m-lg-5{margin:1.25rem!important}.m-lg-6{margin:1.5rem!important}.m-lg-7{margin:1.75rem!important}.m-lg-7e{margin:1.875rem!important}.m-lg-8{margin:2rem!important}.m-lg-9{margin:2.25rem!important}.m-lg-10{margin:2.5rem!important}.m-lg-11{margin:2.75rem!important}.m-lg-12{margin:3rem!important}.m-lg-13{margin:3.25rem!important}.m-lg-14{margin:3.5rem!important}.m-lg-15{margin:3.75rem!important}.m-lg-16{margin:4rem!important}.m-lg-17{margin:4.25rem!important}.m-lg-18{margin:4.5rem!important}.m-lg-19{margin:4.75rem!important}.m-lg-20{margin:5rem!important}.m-lg-25{margin:5.625rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3r{margin-right:.625rem!important;margin-left:.625rem!important}.mx-lg-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-lg-4{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-lg-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-lg-7e{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-lg-8{margin-right:2rem!important;margin-left:2rem!important}.mx-lg-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-lg-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-lg-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-lg-12{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-lg-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-lg-16{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-lg-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-lg-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-lg-20{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-25{margin-right:5.625rem!important;margin-left:5.625rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3r{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-lg-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-lg-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-lg-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-lg-7e{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-lg-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-lg-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-lg-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-lg-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-lg-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-lg-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-lg-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-lg-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-lg-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-lg-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-25{margin-top:5.625rem!important;margin-bottom:5.625rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3r{margin-top:.625rem!important}.mt-lg-3{margin-top:.75rem!important}.mt-lg-4{margin-top:1rem!important}.mt-lg-5{margin-top:1.25rem!important}.mt-lg-6{margin-top:1.5rem!important}.mt-lg-7{margin-top:1.75rem!important}.mt-lg-7e{margin-top:1.875rem!important}.mt-lg-8{margin-top:2rem!important}.mt-lg-9{margin-top:2.25rem!important}.mt-lg-10{margin-top:2.5rem!important}.mt-lg-11{margin-top:2.75rem!important}.mt-lg-12{margin-top:3rem!important}.mt-lg-13{margin-top:3.25rem!important}.mt-lg-14{margin-top:3.5rem!important}.mt-lg-15{margin-top:3.75rem!important}.mt-lg-16{margin-top:4rem!important}.mt-lg-17{margin-top:4.25rem!important}.mt-lg-18{margin-top:4.5rem!important}.mt-lg-19{margin-top:4.75rem!important}.mt-lg-20{margin-top:5rem!important}.mt-lg-25{margin-top:5.625rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3r{margin-right:.625rem!important}.me-lg-3{margin-right:.75rem!important}.me-lg-4{margin-right:1rem!important}.me-lg-5{margin-right:1.25rem!important}.me-lg-6{margin-right:1.5rem!important}.me-lg-7{margin-right:1.75rem!important}.me-lg-7e{margin-right:1.875rem!important}.me-lg-8{margin-right:2rem!important}.me-lg-9{margin-right:2.25rem!important}.me-lg-10{margin-right:2.5rem!important}.me-lg-11{margin-right:2.75rem!important}.me-lg-12{margin-right:3rem!important}.me-lg-13{margin-right:3.25rem!important}.me-lg-14{margin-right:3.5rem!important}.me-lg-15{margin-right:3.75rem!important}.me-lg-16{margin-right:4rem!important}.me-lg-17{margin-right:4.25rem!important}.me-lg-18{margin-right:4.5rem!important}.me-lg-19{margin-right:4.75rem!important}.me-lg-20{margin-right:5rem!important}.me-lg-25{margin-right:5.625rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3r{margin-bottom:.625rem!important}.mb-lg-3{margin-bottom:.75rem!important}.mb-lg-4{margin-bottom:1rem!important}.mb-lg-5{margin-bottom:1.25rem!important}.mb-lg-6{margin-bottom:1.5rem!important}.mb-lg-7{margin-bottom:1.75rem!important}.mb-lg-7e{margin-bottom:1.875rem!important}.mb-lg-8{margin-bottom:2rem!important}.mb-lg-9{margin-bottom:2.25rem!important}.mb-lg-10{margin-bottom:2.5rem!important}.mb-lg-11{margin-bottom:2.75rem!important}.mb-lg-12{margin-bottom:3rem!important}.mb-lg-13{margin-bottom:3.25rem!important}.mb-lg-14{margin-bottom:3.5rem!important}.mb-lg-15{margin-bottom:3.75rem!important}.mb-lg-16{margin-bottom:4rem!important}.mb-lg-17{margin-bottom:4.25rem!important}.mb-lg-18{margin-bottom:4.5rem!important}.mb-lg-19{margin-bottom:4.75rem!important}.mb-lg-20{margin-bottom:5rem!important}.mb-lg-25{margin-bottom:5.625rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3r{margin-left:.625rem!important}.ms-lg-3{margin-left:.75rem!important}.ms-lg-4{margin-left:1rem!important}.ms-lg-5{margin-left:1.25rem!important}.ms-lg-6{margin-left:1.5rem!important}.ms-lg-7{margin-left:1.75rem!important}.ms-lg-7e{margin-left:1.875rem!important}.ms-lg-8{margin-left:2rem!important}.ms-lg-9{margin-left:2.25rem!important}.ms-lg-10{margin-left:2.5rem!important}.ms-lg-11{margin-left:2.75rem!important}.ms-lg-12{margin-left:3rem!important}.ms-lg-13{margin-left:3.25rem!important}.ms-lg-14{margin-left:3.5rem!important}.ms-lg-15{margin-left:3.75rem!important}.ms-lg-16{margin-left:4rem!important}.ms-lg-17{margin-left:4.25rem!important}.ms-lg-18{margin-left:4.5rem!important}.ms-lg-19{margin-left:4.75rem!important}.ms-lg-20{margin-left:5rem!important}.ms-lg-25{margin-left:5.625rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3r{padding:.625rem!important}.p-lg-3{padding:.75rem!important}.p-lg-4{padding:1rem!important}.p-lg-5{padding:1.25rem!important}.p-lg-6{padding:1.5rem!important}.p-lg-7{padding:1.75rem!important}.p-lg-7e{padding:1.875rem!important}.p-lg-8{padding:2rem!important}.p-lg-9{padding:2.25rem!important}.p-lg-10{padding:2.5rem!important}.p-lg-11{padding:2.75rem!important}.p-lg-12{padding:3rem!important}.p-lg-13{padding:3.25rem!important}.p-lg-14{padding:3.5rem!important}.p-lg-15{padding:3.75rem!important}.p-lg-16{padding:4rem!important}.p-lg-17{padding:4.25rem!important}.p-lg-18{padding:4.5rem!important}.p-lg-19{padding:4.75rem!important}.p-lg-20{padding:5rem!important}.p-lg-25{padding:5.625rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3r{padding-right:.625rem!important;padding-left:.625rem!important}.px-lg-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-lg-4{padding-right:1rem!important;padding-left:1rem!important}.px-lg-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-lg-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-lg-7e{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-lg-8{padding-right:2rem!important;padding-left:2rem!important}.px-lg-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-lg-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-lg-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-lg-12{padding-right:3rem!important;padding-left:3rem!important}.px-lg-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-lg-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-lg-16{padding-right:4rem!important;padding-left:4rem!important}.px-lg-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-lg-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-lg-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-lg-20{padding-right:5rem!important;padding-left:5rem!important}.px-lg-25{padding-right:5.625rem!important;padding-left:5.625rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3r{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-lg-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-lg-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-lg-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-lg-7e{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-lg-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-lg-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-lg-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-lg-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-lg-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-lg-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-lg-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-lg-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-lg-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-lg-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-25{padding-top:5.625rem!important;padding-bottom:5.625rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3r{padding-top:.625rem!important}.pt-lg-3{padding-top:.75rem!important}.pt-lg-4{padding-top:1rem!important}.pt-lg-5{padding-top:1.25rem!important}.pt-lg-6{padding-top:1.5rem!important}.pt-lg-7{padding-top:1.75rem!important}.pt-lg-7e{padding-top:1.875rem!important}.pt-lg-8{padding-top:2rem!important}.pt-lg-9{padding-top:2.25rem!important}.pt-lg-10{padding-top:2.5rem!important}.pt-lg-11{padding-top:2.75rem!important}.pt-lg-12{padding-top:3rem!important}.pt-lg-13{padding-top:3.25rem!important}.pt-lg-14{padding-top:3.5rem!important}.pt-lg-15{padding-top:3.75rem!important}.pt-lg-16{padding-top:4rem!important}.pt-lg-17{padding-top:4.25rem!important}.pt-lg-18{padding-top:4.5rem!important}.pt-lg-19{padding-top:4.75rem!important}.pt-lg-20{padding-top:5rem!important}.pt-lg-25{padding-top:5.625rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3r{padding-right:.625rem!important}.pe-lg-3{padding-right:.75rem!important}.pe-lg-4{padding-right:1rem!important}.pe-lg-5{padding-right:1.25rem!important}.pe-lg-6{padding-right:1.5rem!important}.pe-lg-7{padding-right:1.75rem!important}.pe-lg-7e{padding-right:1.875rem!important}.pe-lg-8{padding-right:2rem!important}.pe-lg-9{padding-right:2.25rem!important}.pe-lg-10{padding-right:2.5rem!important}.pe-lg-11{padding-right:2.75rem!important}.pe-lg-12{padding-right:3rem!important}.pe-lg-13{padding-right:3.25rem!important}.pe-lg-14{padding-right:3.5rem!important}.pe-lg-15{padding-right:3.75rem!important}.pe-lg-16{padding-right:4rem!important}.pe-lg-17{padding-right:4.25rem!important}.pe-lg-18{padding-right:4.5rem!important}.pe-lg-19{padding-right:4.75rem!important}.pe-lg-20{padding-right:5rem!important}.pe-lg-25{padding-right:5.625rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3r{padding-bottom:.625rem!important}.pb-lg-3{padding-bottom:.75rem!important}.pb-lg-4{padding-bottom:1rem!important}.pb-lg-5{padding-bottom:1.25rem!important}.pb-lg-6{padding-bottom:1.5rem!important}.pb-lg-7{padding-bottom:1.75rem!important}.pb-lg-7e{padding-bottom:1.875rem!important}.pb-lg-8{padding-bottom:2rem!important}.pb-lg-9{padding-bottom:2.25rem!important}.pb-lg-10{padding-bottom:2.5rem!important}.pb-lg-11{padding-bottom:2.75rem!important}.pb-lg-12{padding-bottom:3rem!important}.pb-lg-13{padding-bottom:3.25rem!important}.pb-lg-14{padding-bottom:3.5rem!important}.pb-lg-15{padding-bottom:3.75rem!important}.pb-lg-16{padding-bottom:4rem!important}.pb-lg-17{padding-bottom:4.25rem!important}.pb-lg-18{padding-bottom:4.5rem!important}.pb-lg-19{padding-bottom:4.75rem!important}.pb-lg-20{padding-bottom:5rem!important}.pb-lg-25{padding-bottom:5.625rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3r{padding-left:.625rem!important}.ps-lg-3{padding-left:.75rem!important}.ps-lg-4{padding-left:1rem!important}.ps-lg-5{padding-left:1.25rem!important}.ps-lg-6{padding-left:1.5rem!important}.ps-lg-7{padding-left:1.75rem!important}.ps-lg-7e{padding-left:1.875rem!important}.ps-lg-8{padding-left:2rem!important}.ps-lg-9{padding-left:2.25rem!important}.ps-lg-10{padding-left:2.5rem!important}.ps-lg-11{padding-left:2.75rem!important}.ps-lg-12{padding-left:3rem!important}.ps-lg-13{padding-left:3.25rem!important}.ps-lg-14{padding-left:3.5rem!important}.ps-lg-15{padding-left:3.75rem!important}.ps-lg-16{padding-left:4rem!important}.ps-lg-17{padding-left:4.25rem!important}.ps-lg-18{padding-left:4.5rem!important}.ps-lg-19{padding-left:4.75rem!important}.ps-lg-20{padding-left:5rem!important}.ps-lg-25{padding-left:5.625rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3r{gap:.625rem!important}.gap-lg-3{gap:.75rem!important}.gap-lg-4{gap:1rem!important}.gap-lg-5{gap:1.25rem!important}.gap-lg-6{gap:1.5rem!important}.gap-lg-7{gap:1.75rem!important}.gap-lg-7e{gap:1.875rem!important}.gap-lg-8{gap:2rem!important}.gap-lg-9{gap:2.25rem!important}.gap-lg-10{gap:2.5rem!important}.gap-lg-11{gap:2.75rem!important}.gap-lg-12{gap:3rem!important}.gap-lg-13{gap:3.25rem!important}.gap-lg-14{gap:3.5rem!important}.gap-lg-15{gap:3.75rem!important}.gap-lg-16{gap:4rem!important}.gap-lg-17{gap:4.25rem!important}.gap-lg-18{gap:4.5rem!important}.gap-lg-19{gap:4.75rem!important}.gap-lg-20{gap:5rem!important}.gap-lg-25{gap:5.625rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3r{row-gap:.625rem!important}.row-gap-lg-3{row-gap:.75rem!important}.row-gap-lg-4{row-gap:1rem!important}.row-gap-lg-5{row-gap:1.25rem!important}.row-gap-lg-6{row-gap:1.5rem!important}.row-gap-lg-7{row-gap:1.75rem!important}.row-gap-lg-7e{row-gap:1.875rem!important}.row-gap-lg-8{row-gap:2rem!important}.row-gap-lg-9{row-gap:2.25rem!important}.row-gap-lg-10{row-gap:2.5rem!important}.row-gap-lg-11{row-gap:2.75rem!important}.row-gap-lg-12{row-gap:3rem!important}.row-gap-lg-13{row-gap:3.25rem!important}.row-gap-lg-14{row-gap:3.5rem!important}.row-gap-lg-15{row-gap:3.75rem!important}.row-gap-lg-16{row-gap:4rem!important}.row-gap-lg-17{row-gap:4.25rem!important}.row-gap-lg-18{row-gap:4.5rem!important}.row-gap-lg-19{row-gap:4.75rem!important}.row-gap-lg-20{row-gap:5rem!important}.row-gap-lg-25{row-gap:5.625rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3r{column-gap:.625rem!important}.column-gap-lg-3{column-gap:.75rem!important}.column-gap-lg-4{column-gap:1rem!important}.column-gap-lg-5{column-gap:1.25rem!important}.column-gap-lg-6{column-gap:1.5rem!important}.column-gap-lg-7{column-gap:1.75rem!important}.column-gap-lg-7e{column-gap:1.875rem!important}.column-gap-lg-8{column-gap:2rem!important}.column-gap-lg-9{column-gap:2.25rem!important}.column-gap-lg-10{column-gap:2.5rem!important}.column-gap-lg-11{column-gap:2.75rem!important}.column-gap-lg-12{column-gap:3rem!important}.column-gap-lg-13{column-gap:3.25rem!important}.column-gap-lg-14{column-gap:3.5rem!important}.column-gap-lg-15{column-gap:3.75rem!important}.column-gap-lg-16{column-gap:4rem!important}.column-gap-lg-17{column-gap:4.25rem!important}.column-gap-lg-18{column-gap:4.5rem!important}.column-gap-lg-19{column-gap:4.75rem!important}.column-gap-lg-20{column-gap:5rem!important}.column-gap-lg-25{column-gap:5.625rem!important}.fs-lg-1{font-size:calc(1.3rem + .6vw)!important}.fs-lg-2{font-size:calc(1.275rem + .3vw)!important}.fs-lg-3{font-size:calc(1.26rem + .12vw)!important}.fs-lg-4{font-size:1.25rem!important}.fs-lg-5{font-size:1.125rem!important}.fs-lg-6{font-size:1.075rem!important}.fs-lg-7{font-size:.95rem!important}.fs-lg-8{font-size:.875rem!important}.fs-lg-9,.fs-lg-10e{font-size:.75rem!important}.fs-lg-10{font-size:.625rem!important}.fs-lg-base{font-size:1rem!important}.fs-lg-fluid{font-size:100%!important}.fs-lg-2x{font-size:calc(1.325rem + .9vw)!important}.fs-lg-2xx{font-size:calc(1.3375rem + 1.05vw)!important}.fs-lg-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-lg-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-lg-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-lg-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-lg-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-lg-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-lg-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-lg-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-lg-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-lg-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-lg-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-lg-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-lg-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-lg-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-lg-5tx{font-size:calc(1.7rem + 5.4vw)!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.min-w-lg-unset{min-width:unset!important}.min-w-lg-1r{min-width:1rem!important}.min-w-lg-2r{min-width:2rem!important}.min-w-lg-3r{min-width:3rem!important}.min-w-lg-1r1{min-width:1.125rem!important}.min-w-lg-1r5{min-width:1.5rem!important}.min-w-lg-2e{min-width:.115rem!important}.min-w-lg-3e{min-width:.125rem!important}.min-w-lg-4r{min-width:.25rem!important}.min-w-lg-5r{min-width:.5rem!important}.min-w-lg-15r{min-width:.938rem!important}.min-w-lg-10r{min-width:.625rem!important}.min-w-lg-11r5{min-width:.719rem!important}.min-w-lg-5{min-width:5%!important}.min-w-lg-10{min-width:10%!important}.min-w-lg-15{min-width:15%!important}.min-w-lg-25{min-width:25%!important}.min-w-lg-30{min-width:30%!important}.min-w-lg-35{min-width:35%!important}.min-w-lg-50{min-width:50%!important}.min-w-lg-65{min-width:65%!important}.min-w-lg-70{min-width:70%!important}.min-w-lg-75{min-width:75%!important}.min-w-lg-85{min-width:85%!important}.min-w-lg-90{min-width:90%!important}.min-w-lg-95{min-width:95%!important}.min-w-lg-100{min-width:100%!important}.min-w-lg-auto{min-width:auto!important}.min-w-lg-1px{min-width:1px!important}.min-w-lg-2px{min-width:2px!important}.min-w-lg-3px{min-width:3px!important}.min-w-lg-4px{min-width:4px!important}.min-w-lg-5px{min-width:5px!important}.min-w-lg-6px{min-width:6px!important}.min-w-lg-7px{min-width:7px!important}.min-w-lg-8px{min-width:8px!important}.min-w-lg-9px{min-width:9px!important}.min-w-lg-10px{min-width:10px!important}.min-w-lg-12px{min-width:12px!important}.min-w-lg-14px{min-width:.875rem!important}.min-w-lg-15px{min-width:15px!important}.min-w-lg-18px{min-width:18px!important}.min-w-lg-20px{min-width:20px!important}.min-w-lg-24px{min-width:24px!important}.min-w-lg-25px{min-width:25px!important}.min-w-lg-25e{min-width:1.563rem!important}.min-w-lg-30px{min-width:30px!important}.min-w-lg-35px{min-width:35px!important}.min-w-lg-35e{min-width:2.188rem!important}.min-w-lg-38e{min-width:2.375rem!important}.min-w-lg-40px{min-width:40px!important}.min-w-lg-41{min-width:2.563rem!important}.min-w-lg-42{min-width:2.625rem!important}.min-w-lg-44{min-width:2.75rem!important}.min-w-lg-45px{min-width:45px!important}.min-w-lg-45e{min-width:2.813rem!important}.min-w-lg-48px{min-width:48px!important}.min-w-lg-49e{min-width:4.938rem!important}.min-w-lg-50px{min-width:50px!important}.min-w-lg-51{min-width:3.188rem!important}.min-w-lg-55px{min-width:55px!important}.min-w-lg-60px{min-width:60px!important}.min-w-lg-65px{min-width:65px!important}.min-w-lg-66px{min-width:66px!important}.min-w-lg-70px{min-width:70px!important}.min-w-lg-75px{min-width:75px!important}.min-w-lg-79e{min-width:4.938rem!important}.min-w-lg-80px{min-width:80px!important}.min-w-lg-80e{min-width:5rem!important}.min-w-lg-84{min-width:5.25rem!important}.min-w-lg-85px{min-width:85px!important}.min-w-lg-87e{min-width:5.438rem!important}.min-w-lg-90px{min-width:90px!important}.min-w-lg-90e{min-width:5.625rem!important}.min-w-lg-95px{min-width:95px!important}.min-w-lg-100px{min-width:100px!important}.min-w-lg-110{min-width:6.875rem!important}.min-w-lg-120{min-width:7.5rem!important}.min-w-lg-125px{min-width:125px!important}.min-w-lg-126{min-width:7.875rem!important}.min-w-lg-148{min-width:9.25rem!important}.min-w-lg-150px{min-width:150px!important}.min-w-lg-152{min-width:9.5rem!important}.min-w-lg-175px{min-width:175px!important}.min-w-lg-180{min-width:11.25rem!important}.min-w-lg-191{min-width:11.938rem!important}.min-w-lg-200px{min-width:200px!important}.min-w-lg-200e{min-width:12.5rem!important}.min-w-lg-220{min-width:13.75rem!important}.min-w-lg-220px{min-width:220px!important}.min-w-lg-225px{min-width:225px!important}.min-w-lg-231e{min-width:14.445rem!important}.min-w-lg-250px{min-width:250px!important}.min-w-lg-262e{min-width:16.375rem!important}.min-w-lg-275px{min-width:275px!important}.min-w-lg-300px{min-width:300px!important}.min-w-lg-325px{min-width:325px!important}.min-w-lg-326e{min-width:20.375rem!important}.min-w-lg-349e{min-width:21.813em!important}.min-w-lg-350px{min-width:350px!important}.min-w-lg-374px{min-width:374px!important}.min-w-lg-375px{min-width:375px!important}.min-w-lg-400px{min-width:400px!important}.min-w-lg-400{min-width:25rem!important}.min-w-lg-419r{min-width:26.188em!important}.min-w-lg-420px{min-width:420px!important}.min-w-lg-425px{min-width:425px!important}.min-w-lg-431px{min-width:431px!important}.min-w-lg-450px{min-width:450px!important}.min-w-lg-475px{min-width:475px!important}.min-w-lg-484px{min-width:484px!important}.min-w-lg-458px{min-width:458px!important}.min-w-lg-492e{min-width:30.75rem!important}.min-w-lg-500px{min-width:500px!important}.min-w-lg-522e{min-width:32.625rem!important}.min-w-lg-538e{min-width:33.5rem!important}.min-w-lg-550px{min-width:550px!important}.min-w-lg-600px{min-width:600px!important}.min-w-lg-600e{min-width:37.53em!important}.min-w-lg-631px{min-width:631px!important}.min-w-lg-650px{min-width:650px!important}.min-w-lg-700px{min-width:700px!important}.min-w-lg-750px{min-width:750px!important}.min-w-lg-800px{min-width:800px!important}.min-w-lg-850px{min-width:850px!important}.min-w-lg-900px{min-width:900px!important}.min-w-lg-950px{min-width:950px!important}.min-w-lg-1000px{min-width:1000px!important}.min-h-lg-unset{min-height:unset!important}.min-h-lg-1r{min-height:1rem!important}.min-h-lg-2r{min-height:2rem!important}.min-h-lg-3r{min-height:3rem!important}.min-h-lg-1r1{min-height:1.125rem!important}.min-h-lg-1r5{min-height:1.5rem!important}.min-h-lg-2e{min-height:.115rem!important}.min-h-lg-3e{min-height:.125rem!important}.min-h-lg-4r{min-height:.25rem!important}.min-h-lg-5r{min-height:.5rem!important}.min-h-lg-15r{min-height:.938rem!important}.min-h-lg-10r{min-height:.625rem!important}.min-h-lg-11r5{min-height:.719rem!important}.min-h-lg-5{min-height:5%!important}.min-h-lg-10{min-height:10%!important}.min-h-lg-15{min-height:15%!important}.min-h-lg-25{min-height:25%!important}.min-h-lg-30{min-height:30%!important}.min-h-lg-35{min-height:35%!important}.min-h-lg-50{min-height:50%!important}.min-h-lg-65{min-height:65%!important}.min-h-lg-70{min-height:70%!important}.min-h-lg-75{min-height:75%!important}.min-h-lg-85{min-height:85%!important}.min-h-lg-90{min-height:90%!important}.min-h-lg-95{min-height:95%!important}.min-h-lg-100{min-height:100%!important}.min-h-lg-auto{min-height:auto!important}.min-h-lg-1px{min-height:1px!important}.min-h-lg-2px{min-height:2px!important}.min-h-lg-3px{min-height:3px!important}.min-h-lg-4px{min-height:4px!important}.min-h-lg-5px{min-height:5px!important}.min-h-lg-6px{min-height:6px!important}.min-h-lg-7px{min-height:7px!important}.min-h-lg-8px{min-height:8px!important}.min-h-lg-9px{min-height:9px!important}.min-h-lg-10px{min-height:10px!important}.min-h-lg-12px{min-height:12px!important}.min-h-lg-14px{min-height:.875rem!important}.min-h-lg-15px{min-height:15px!important}.min-h-lg-18px{min-height:18px!important}.min-h-lg-20px{min-height:20px!important}.min-h-lg-24px{min-height:24px!important}.min-h-lg-25px{min-height:25px!important}.min-h-lg-25e{min-height:1.563rem!important}.min-h-lg-30px{min-height:30px!important}.min-h-lg-35px{min-height:35px!important}.min-h-lg-35e{min-height:2.188rem!important}.min-h-lg-38e{min-height:2.375rem!important}.min-h-lg-40px{min-height:40px!important}.min-h-lg-41{min-height:2.563rem!important}.min-h-lg-42{min-height:2.625rem!important}.min-h-lg-44{min-height:2.75rem!important}.min-h-lg-45px{min-height:45px!important}.min-h-lg-45e{min-height:2.813rem!important}.min-h-lg-48px{min-height:48px!important}.min-h-lg-49e{min-height:4.938rem!important}.min-h-lg-50px{min-height:50px!important}.min-h-lg-51{min-height:3.188rem!important}.min-h-lg-55px{min-height:55px!important}.min-h-lg-60px{min-height:60px!important}.min-h-lg-65px{min-height:65px!important}.min-h-lg-66px{min-height:66px!important}.min-h-lg-70px{min-height:70px!important}.min-h-lg-75px{min-height:75px!important}.min-h-lg-79e{min-height:4.938rem!important}.min-h-lg-80px{min-height:80px!important}.min-h-lg-80e{min-height:5rem!important}.min-h-lg-84{min-height:5.25rem!important}.min-h-lg-85px{min-height:85px!important}.min-h-lg-87e{min-height:5.438rem!important}.min-h-lg-90px{min-height:90px!important}.min-h-lg-90e{min-height:5.625rem!important}.min-h-lg-95px{min-height:95px!important}.min-h-lg-100px{min-height:100px!important}.min-h-lg-110{min-height:6.875rem!important}.min-h-lg-120{min-height:7.5rem!important}.min-h-lg-125px{min-height:125px!important}.min-h-lg-126{min-height:7.875rem!important}.min-h-lg-148{min-height:9.25rem!important}.min-h-lg-150px{min-height:150px!important}.min-h-lg-152{min-height:9.5rem!important}.min-h-lg-175px{min-height:175px!important}.min-h-lg-180{min-height:11.25rem!important}.min-h-lg-191{min-height:11.938rem!important}.min-h-lg-200px{min-height:200px!important}.min-h-lg-200e{min-height:12.5rem!important}.min-h-lg-220{min-height:13.75rem!important}.min-h-lg-220px{min-height:220px!important}.min-h-lg-225px{min-height:225px!important}.min-h-lg-231e{min-height:14.445rem!important}.min-h-lg-250px{min-height:250px!important}.min-h-lg-262e{min-height:16.375rem!important}.min-h-lg-275px{min-height:275px!important}.min-h-lg-300px{min-height:300px!important}.min-h-lg-325px{min-height:325px!important}.min-h-lg-326e{min-height:20.375rem!important}.min-h-lg-349e{min-height:21.813em!important}.min-h-lg-350px{min-height:350px!important}.min-h-lg-374px{min-height:374px!important}.min-h-lg-375px{min-height:375px!important}.min-h-lg-400px{min-height:400px!important}.min-h-lg-400{min-height:25rem!important}.min-h-lg-419r{min-height:26.188em!important}.min-h-lg-420px{min-height:420px!important}.min-h-lg-425px{min-height:425px!important}.min-h-lg-431px{min-height:431px!important}.min-h-lg-450px{min-height:450px!important}.min-h-lg-475px{min-height:475px!important}.min-h-lg-484px{min-height:484px!important}.min-h-lg-458px{min-height:458px!important}.min-h-lg-492e{min-height:30.75rem!important}.min-h-lg-500px{min-height:500px!important}.min-h-lg-522e{min-height:32.625rem!important}.min-h-lg-538e{min-height:33.5rem!important}.min-h-lg-550px{min-height:550px!important}.min-h-lg-600px{min-height:600px!important}.min-h-lg-600e{min-height:37.53em!important}.min-h-lg-631px{min-height:631px!important}.min-h-lg-650px{min-height:650px!important}.min-h-lg-700px{min-height:700px!important}.min-h-lg-750px{min-height:750px!important}.min-h-lg-800px{min-height:800px!important}.min-h-lg-850px{min-height:850px!important}.min-h-lg-900px{min-height:900px!important}.min-h-lg-950px{min-height:950px!important}.min-h-lg-1000px{min-height:1000px!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:-webkit-sticky!important;position:sticky!important}.w-xl-unset{width:unset!important}.w-xl-1r{width:1rem!important}.w-xl-2r{width:2rem!important}.w-xl-3r{width:3rem!important}.w-xl-1r1{width:1.125rem!important}.w-xl-1r5{width:1.5rem!important}.w-xl-2e{width:.115rem!important}.w-xl-3e{width:.125rem!important}.w-xl-4r{width:.25rem!important}.w-xl-5r{width:.5rem!important}.w-xl-15r{width:.938rem!important}.w-xl-10r{width:.625rem!important}.w-xl-11r5{width:.719rem!important}.w-xl-5{width:5%!important}.w-xl-10{width:10%!important}.w-xl-15{width:15%!important}.w-xl-25{width:25%!important}.w-xl-30{width:30%!important}.w-xl-35{width:35%!important}.w-xl-50{width:50%!important}.w-xl-65{width:65%!important}.w-xl-70{width:70%!important}.w-xl-75{width:75%!important}.w-xl-85{width:85%!important}.w-xl-90{width:90%!important}.w-xl-95{width:95%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-1px{width:1px!important}.w-xl-2px{width:2px!important}.w-xl-3px{width:3px!important}.w-xl-4px{width:4px!important}.w-xl-5px{width:5px!important}.w-xl-6px{width:6px!important}.w-xl-7px{width:7px!important}.w-xl-8px{width:8px!important}.w-xl-9px{width:9px!important}.w-xl-10px{width:10px!important}.w-xl-12px{width:12px!important}.w-xl-14px{width:.875rem!important}.w-xl-15px{width:15px!important}.w-xl-18px{width:18px!important}.w-xl-20px{width:20px!important}.w-xl-24px{width:24px!important}.w-xl-25px{width:25px!important}.w-xl-25e{width:1.563rem!important}.w-xl-30px{width:30px!important}.w-xl-35px{width:35px!important}.w-xl-35e{width:2.188rem!important}.w-xl-38e{width:2.375rem!important}.w-xl-40px{width:40px!important}.w-xl-41{width:2.563rem!important}.w-xl-42{width:2.625rem!important}.w-xl-44{width:2.75rem!important}.w-xl-45px{width:45px!important}.w-xl-45e{width:2.813rem!important}.w-xl-48px{width:48px!important}.w-xl-49e{width:4.938rem!important}.w-xl-50px{width:50px!important}.w-xl-51{width:3.188rem!important}.w-xl-55px{width:55px!important}.w-xl-60px{width:60px!important}.w-xl-65px{width:65px!important}.w-xl-66px{width:66px!important}.w-xl-70px{width:70px!important}.w-xl-75px{width:75px!important}.w-xl-79e{width:4.938rem!important}.w-xl-80px{width:80px!important}.w-xl-80e{width:5rem!important}.w-xl-84{width:5.25rem!important}.w-xl-85px{width:85px!important}.w-xl-87e{width:5.438rem!important}.w-xl-90px{width:90px!important}.w-xl-90e{width:5.625rem!important}.w-xl-95px{width:95px!important}.w-xl-100px{width:100px!important}.w-xl-110{width:6.875rem!important}.w-xl-120{width:7.5rem!important}.w-xl-125px{width:125px!important}.w-xl-126{width:7.875rem!important}.w-xl-148{width:9.25rem!important}.w-xl-150px{width:150px!important}.w-xl-152{width:9.5rem!important}.w-xl-175px{width:175px!important}.w-xl-180{width:11.25rem!important}.w-xl-191{width:11.938rem!important}.w-xl-200px{width:200px!important}.w-xl-200e{width:12.5rem!important}.w-xl-220{width:13.75rem!important}.w-xl-220px{width:220px!important}.w-xl-225px{width:225px!important}.w-xl-231e{width:14.445rem!important}.w-xl-250px{width:250px!important}.w-xl-262e{width:16.375rem!important}.w-xl-275px{width:275px!important}.w-xl-300px{width:300px!important}.w-xl-325px{width:325px!important}.w-xl-326e{width:20.375rem!important}.w-xl-349e{width:21.813em!important}.w-xl-350px{width:350px!important}.w-xl-374px{width:374px!important}.w-xl-375px{width:375px!important}.w-xl-400px{width:400px!important}.w-xl-400{width:25rem!important}.w-xl-419r{width:26.188em!important}.w-xl-420px{width:420px!important}.w-xl-425px{width:425px!important}.w-xl-431px{width:431px!important}.w-xl-450px{width:450px!important}.w-xl-475px{width:475px!important}.w-xl-484px{width:484px!important}.w-xl-458px{width:458px!important}.w-xl-492e{width:30.75rem!important}.w-xl-500px{width:500px!important}.w-xl-522e{width:32.625rem!important}.w-xl-538e{width:33.5rem!important}.w-xl-550px{width:550px!important}.w-xl-600px{width:600px!important}.w-xl-600e{width:37.53em!important}.w-xl-631px{width:631px!important}.w-xl-650px{width:650px!important}.w-xl-700px{width:700px!important}.w-xl-750px{width:750px!important}.w-xl-800px{width:800px!important}.w-xl-850px{width:850px!important}.w-xl-900px{width:900px!important}.w-xl-950px{width:950px!important}.w-xl-1000px{width:1000px!important}.mw-xl-unset{max-width:unset!important}.mw-xl-1r{max-width:1rem!important}.mw-xl-2r{max-width:2rem!important}.mw-xl-3r{max-width:3rem!important}.mw-xl-1r1{max-width:1.125rem!important}.mw-xl-1r5{max-width:1.5rem!important}.mw-xl-2e{max-width:.115rem!important}.mw-xl-3e{max-width:.125rem!important}.mw-xl-4r{max-width:.25rem!important}.mw-xl-5r{max-width:.5rem!important}.mw-xl-15r{max-width:.938rem!important}.mw-xl-10r{max-width:.625rem!important}.mw-xl-11r5{max-width:.719rem!important}.mw-xl-5{max-width:5%!important}.mw-xl-10{max-width:10%!important}.mw-xl-15{max-width:15%!important}.mw-xl-25{max-width:25%!important}.mw-xl-30{max-width:30%!important}.mw-xl-35{max-width:35%!important}.mw-xl-50{max-width:50%!important}.mw-xl-65{max-width:65%!important}.mw-xl-70{max-width:70%!important}.mw-xl-75{max-width:75%!important}.mw-xl-85{max-width:85%!important}.mw-xl-90{max-width:90%!important}.mw-xl-95{max-width:95%!important}.mw-xl-100{max-width:100%!important}.mw-xl-auto{max-width:auto!important}.mw-xl-1px{max-width:1px!important}.mw-xl-2px{max-width:2px!important}.mw-xl-3px{max-width:3px!important}.mw-xl-4px{max-width:4px!important}.mw-xl-5px{max-width:5px!important}.mw-xl-6px{max-width:6px!important}.mw-xl-7px{max-width:7px!important}.mw-xl-8px{max-width:8px!important}.mw-xl-9px{max-width:9px!important}.mw-xl-10px{max-width:10px!important}.mw-xl-12px{max-width:12px!important}.mw-xl-14px{max-width:.875rem!important}.mw-xl-15px{max-width:15px!important}.mw-xl-18px{max-width:18px!important}.mw-xl-20px{max-width:20px!important}.mw-xl-24px{max-width:24px!important}.mw-xl-25px{max-width:25px!important}.mw-xl-25e{max-width:1.563rem!important}.mw-xl-30px{max-width:30px!important}.mw-xl-35px{max-width:35px!important}.mw-xl-35e{max-width:2.188rem!important}.mw-xl-38e{max-width:2.375rem!important}.mw-xl-40px{max-width:40px!important}.mw-xl-41{max-width:2.563rem!important}.mw-xl-42{max-width:2.625rem!important}.mw-xl-44{max-width:2.75rem!important}.mw-xl-45px{max-width:45px!important}.mw-xl-45e{max-width:2.813rem!important}.mw-xl-48px{max-width:48px!important}.mw-xl-49e{max-width:4.938rem!important}.mw-xl-50px{max-width:50px!important}.mw-xl-51{max-width:3.188rem!important}.mw-xl-55px{max-width:55px!important}.mw-xl-60px{max-width:60px!important}.mw-xl-65px{max-width:65px!important}.mw-xl-66px{max-width:66px!important}.mw-xl-70px{max-width:70px!important}.mw-xl-75px{max-width:75px!important}.mw-xl-79e{max-width:4.938rem!important}.mw-xl-80px{max-width:80px!important}.mw-xl-80e{max-width:5rem!important}.mw-xl-84{max-width:5.25rem!important}.mw-xl-85px{max-width:85px!important}.mw-xl-87e{max-width:5.438rem!important}.mw-xl-90px{max-width:90px!important}.mw-xl-90e{max-width:5.625rem!important}.mw-xl-95px{max-width:95px!important}.mw-xl-100px{max-width:100px!important}.mw-xl-110{max-width:6.875rem!important}.mw-xl-120{max-width:7.5rem!important}.mw-xl-125px{max-width:125px!important}.mw-xl-126{max-width:7.875rem!important}.mw-xl-148{max-width:9.25rem!important}.mw-xl-150px{max-width:150px!important}.mw-xl-152{max-width:9.5rem!important}.mw-xl-175px{max-width:175px!important}.mw-xl-180{max-width:11.25rem!important}.mw-xl-191{max-width:11.938rem!important}.mw-xl-200px{max-width:200px!important}.mw-xl-200e{max-width:12.5rem!important}.mw-xl-220{max-width:13.75rem!important}.mw-xl-220px{max-width:220px!important}.mw-xl-225px{max-width:225px!important}.mw-xl-231e{max-width:14.445rem!important}.mw-xl-250px{max-width:250px!important}.mw-xl-262e{max-width:16.375rem!important}.mw-xl-275px{max-width:275px!important}.mw-xl-300px{max-width:300px!important}.mw-xl-325px{max-width:325px!important}.mw-xl-326e{max-width:20.375rem!important}.mw-xl-349e{max-width:21.813em!important}.mw-xl-350px{max-width:350px!important}.mw-xl-374px{max-width:374px!important}.mw-xl-375px{max-width:375px!important}.mw-xl-400px{max-width:400px!important}.mw-xl-400{max-width:25rem!important}.mw-xl-419r{max-width:26.188em!important}.mw-xl-420px{max-width:420px!important}.mw-xl-425px{max-width:425px!important}.mw-xl-431px{max-width:431px!important}.mw-xl-450px{max-width:450px!important}.mw-xl-475px{max-width:475px!important}.mw-xl-484px{max-width:484px!important}.mw-xl-458px{max-width:458px!important}.mw-xl-492e{max-width:30.75rem!important}.mw-xl-500px{max-width:500px!important}.mw-xl-522e{max-width:32.625rem!important}.mw-xl-538e{max-width:33.5rem!important}.mw-xl-550px{max-width:550px!important}.mw-xl-600px{max-width:600px!important}.mw-xl-600e{max-width:37.53em!important}.mw-xl-631px{max-width:631px!important}.mw-xl-650px{max-width:650px!important}.mw-xl-700px{max-width:700px!important}.mw-xl-750px{max-width:750px!important}.mw-xl-800px{max-width:800px!important}.mw-xl-850px{max-width:850px!important}.mw-xl-900px{max-width:900px!important}.mw-xl-950px{max-width:950px!important}.mw-xl-1000px{max-width:1000px!important}.h-xl-unset{height:unset!important}.h-xl-1r{height:1rem!important}.h-xl-2r{height:2rem!important}.h-xl-3r{height:3rem!important}.h-xl-1r1{height:1.125rem!important}.h-xl-1r5{height:1.5rem!important}.h-xl-2e{height:.115rem!important}.h-xl-3e{height:.125rem!important}.h-xl-4r{height:.25rem!important}.h-xl-5r{height:.5rem!important}.h-xl-15r{height:.938rem!important}.h-xl-10r{height:.625rem!important}.h-xl-11r5{height:.719rem!important}.h-xl-5{height:5%!important}.h-xl-10{height:10%!important}.h-xl-15{height:15%!important}.h-xl-25{height:25%!important}.h-xl-30{height:30%!important}.h-xl-35{height:35%!important}.h-xl-50{height:50%!important}.h-xl-65{height:65%!important}.h-xl-70{height:70%!important}.h-xl-75{height:75%!important}.h-xl-85{height:85%!important}.h-xl-90{height:90%!important}.h-xl-95{height:95%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.h-xl-1px{height:1px!important}.h-xl-2px{height:2px!important}.h-xl-3px{height:3px!important}.h-xl-4px{height:4px!important}.h-xl-5px{height:5px!important}.h-xl-6px{height:6px!important}.h-xl-7px{height:7px!important}.h-xl-8px{height:8px!important}.h-xl-9px{height:9px!important}.h-xl-10px{height:10px!important}.h-xl-12px{height:12px!important}.h-xl-14px{height:.875rem!important}.h-xl-15px{height:15px!important}.h-xl-18px{height:18px!important}.h-xl-20px{height:20px!important}.h-xl-24px{height:24px!important}.h-xl-25px{height:25px!important}.h-xl-25e{height:1.563rem!important}.h-xl-30px{height:30px!important}.h-xl-35px{height:35px!important}.h-xl-35e{height:2.188rem!important}.h-xl-38e{height:2.375rem!important}.h-xl-40px{height:40px!important}.h-xl-41{height:2.563rem!important}.h-xl-42{height:2.625rem!important}.h-xl-44{height:2.75rem!important}.h-xl-45px{height:45px!important}.h-xl-45e{height:2.813rem!important}.h-xl-48px{height:48px!important}.h-xl-49e{height:4.938rem!important}.h-xl-50px{height:50px!important}.h-xl-51{height:3.188rem!important}.h-xl-55px{height:55px!important}.h-xl-60px{height:60px!important}.h-xl-65px{height:65px!important}.h-xl-66px{height:66px!important}.h-xl-70px{height:70px!important}.h-xl-75px{height:75px!important}.h-xl-79e{height:4.938rem!important}.h-xl-80px{height:80px!important}.h-xl-80e{height:5rem!important}.h-xl-84{height:5.25rem!important}.h-xl-85px{height:85px!important}.h-xl-87e{height:5.438rem!important}.h-xl-90px{height:90px!important}.h-xl-90e{height:5.625rem!important}.h-xl-95px{height:95px!important}.h-xl-100px{height:100px!important}.h-xl-110{height:6.875rem!important}.h-xl-120{height:7.5rem!important}.h-xl-125px{height:125px!important}.h-xl-126{height:7.875rem!important}.h-xl-148{height:9.25rem!important}.h-xl-150px{height:150px!important}.h-xl-152{height:9.5rem!important}.h-xl-175px{height:175px!important}.h-xl-180{height:11.25rem!important}.h-xl-191{height:11.938rem!important}.h-xl-200px{height:200px!important}.h-xl-200e{height:12.5rem!important}.h-xl-220{height:13.75rem!important}.h-xl-220px{height:220px!important}.h-xl-225px{height:225px!important}.h-xl-231e{height:14.445rem!important}.h-xl-250px{height:250px!important}.h-xl-262e{height:16.375rem!important}.h-xl-275px{height:275px!important}.h-xl-300px{height:300px!important}.h-xl-325px{height:325px!important}.h-xl-326e{height:20.375rem!important}.h-xl-349e{height:21.813em!important}.h-xl-350px{height:350px!important}.h-xl-374px{height:374px!important}.h-xl-375px{height:375px!important}.h-xl-400px{height:400px!important}.h-xl-400{height:25rem!important}.h-xl-419r{height:26.188em!important}.h-xl-420px{height:420px!important}.h-xl-425px{height:425px!important}.h-xl-431px{height:431px!important}.h-xl-450px{height:450px!important}.h-xl-475px{height:475px!important}.h-xl-484px{height:484px!important}.h-xl-458px{height:458px!important}.h-xl-492e{height:30.75rem!important}.h-xl-500px{height:500px!important}.h-xl-522e{height:32.625rem!important}.h-xl-538e{height:33.5rem!important}.h-xl-550px{height:550px!important}.h-xl-600px{height:600px!important}.h-xl-600e{height:37.53em!important}.h-xl-631px{height:631px!important}.h-xl-650px{height:650px!important}.h-xl-700px{height:700px!important}.h-xl-750px{height:750px!important}.h-xl-800px{height:800px!important}.h-xl-850px{height:850px!important}.h-xl-900px{height:900px!important}.h-xl-950px{height:950px!important}.h-xl-1000px{height:1000px!important}.mh-xl-unset{max-height:unset!important}.mh-xl-1r{max-height:1rem!important}.mh-xl-2r{max-height:2rem!important}.mh-xl-3r{max-height:3rem!important}.mh-xl-1r1{max-height:1.125rem!important}.mh-xl-1r5{max-height:1.5rem!important}.mh-xl-2e{max-height:.115rem!important}.mh-xl-3e{max-height:.125rem!important}.mh-xl-4r{max-height:.25rem!important}.mh-xl-5r{max-height:.5rem!important}.mh-xl-15r{max-height:.938rem!important}.mh-xl-10r{max-height:.625rem!important}.mh-xl-11r5{max-height:.719rem!important}.mh-xl-5{max-height:5%!important}.mh-xl-10{max-height:10%!important}.mh-xl-15{max-height:15%!important}.mh-xl-25{max-height:25%!important}.mh-xl-30{max-height:30%!important}.mh-xl-35{max-height:35%!important}.mh-xl-50{max-height:50%!important}.mh-xl-65{max-height:65%!important}.mh-xl-70{max-height:70%!important}.mh-xl-75{max-height:75%!important}.mh-xl-85{max-height:85%!important}.mh-xl-90{max-height:90%!important}.mh-xl-95{max-height:95%!important}.mh-xl-100{max-height:100%!important}.mh-xl-auto{max-height:auto!important}.mh-xl-1px{max-height:1px!important}.mh-xl-2px{max-height:2px!important}.mh-xl-3px{max-height:3px!important}.mh-xl-4px{max-height:4px!important}.mh-xl-5px{max-height:5px!important}.mh-xl-6px{max-height:6px!important}.mh-xl-7px{max-height:7px!important}.mh-xl-8px{max-height:8px!important}.mh-xl-9px{max-height:9px!important}.mh-xl-10px{max-height:10px!important}.mh-xl-12px{max-height:12px!important}.mh-xl-14px{max-height:.875rem!important}.mh-xl-15px{max-height:15px!important}.mh-xl-18px{max-height:18px!important}.mh-xl-20px{max-height:20px!important}.mh-xl-24px{max-height:24px!important}.mh-xl-25px{max-height:25px!important}.mh-xl-25e{max-height:1.563rem!important}.mh-xl-30px{max-height:30px!important}.mh-xl-35px{max-height:35px!important}.mh-xl-35e{max-height:2.188rem!important}.mh-xl-38e{max-height:2.375rem!important}.mh-xl-40px{max-height:40px!important}.mh-xl-41{max-height:2.563rem!important}.mh-xl-42{max-height:2.625rem!important}.mh-xl-44{max-height:2.75rem!important}.mh-xl-45px{max-height:45px!important}.mh-xl-45e{max-height:2.813rem!important}.mh-xl-48px{max-height:48px!important}.mh-xl-49e{max-height:4.938rem!important}.mh-xl-50px{max-height:50px!important}.mh-xl-51{max-height:3.188rem!important}.mh-xl-55px{max-height:55px!important}.mh-xl-60px{max-height:60px!important}.mh-xl-65px{max-height:65px!important}.mh-xl-66px{max-height:66px!important}.mh-xl-70px{max-height:70px!important}.mh-xl-75px{max-height:75px!important}.mh-xl-79e{max-height:4.938rem!important}.mh-xl-80px{max-height:80px!important}.mh-xl-80e{max-height:5rem!important}.mh-xl-84{max-height:5.25rem!important}.mh-xl-85px{max-height:85px!important}.mh-xl-87e{max-height:5.438rem!important}.mh-xl-90px{max-height:90px!important}.mh-xl-90e{max-height:5.625rem!important}.mh-xl-95px{max-height:95px!important}.mh-xl-100px{max-height:100px!important}.mh-xl-110{max-height:6.875rem!important}.mh-xl-120{max-height:7.5rem!important}.mh-xl-125px{max-height:125px!important}.mh-xl-126{max-height:7.875rem!important}.mh-xl-148{max-height:9.25rem!important}.mh-xl-150px{max-height:150px!important}.mh-xl-152{max-height:9.5rem!important}.mh-xl-175px{max-height:175px!important}.mh-xl-180{max-height:11.25rem!important}.mh-xl-191{max-height:11.938rem!important}.mh-xl-200px{max-height:200px!important}.mh-xl-200e{max-height:12.5rem!important}.mh-xl-220{max-height:13.75rem!important}.mh-xl-220px{max-height:220px!important}.mh-xl-225px{max-height:225px!important}.mh-xl-231e{max-height:14.445rem!important}.mh-xl-250px{max-height:250px!important}.mh-xl-262e{max-height:16.375rem!important}.mh-xl-275px{max-height:275px!important}.mh-xl-300px{max-height:300px!important}.mh-xl-325px{max-height:325px!important}.mh-xl-326e{max-height:20.375rem!important}.mh-xl-349e{max-height:21.813em!important}.mh-xl-350px{max-height:350px!important}.mh-xl-374px{max-height:374px!important}.mh-xl-375px{max-height:375px!important}.mh-xl-400px{max-height:400px!important}.mh-xl-400{max-height:25rem!important}.mh-xl-419r{max-height:26.188em!important}.mh-xl-420px{max-height:420px!important}.mh-xl-425px{max-height:425px!important}.mh-xl-431px{max-height:431px!important}.mh-xl-450px{max-height:450px!important}.mh-xl-475px{max-height:475px!important}.mh-xl-484px{max-height:484px!important}.mh-xl-458px{max-height:458px!important}.mh-xl-492e{max-height:30.75rem!important}.mh-xl-500px{max-height:500px!important}.mh-xl-522e{max-height:32.625rem!important}.mh-xl-538e{max-height:33.5rem!important}.mh-xl-550px{max-height:550px!important}.mh-xl-600px{max-height:600px!important}.mh-xl-600e{max-height:37.53em!important}.mh-xl-631px{max-height:631px!important}.mh-xl-650px{max-height:650px!important}.mh-xl-700px{max-height:700px!important}.mh-xl-750px{max-height:750px!important}.mh-xl-800px{max-height:800px!important}.mh-xl-850px{max-height:850px!important}.mh-xl-900px{max-height:900px!important}.mh-xl-950px{max-height:950px!important}.mh-xl-1000px{max-height:1000px!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3r{margin:.625rem!important}.m-xl-3{margin:.75rem!important}.m-xl-4{margin:1rem!important}.m-xl-5{margin:1.25rem!important}.m-xl-6{margin:1.5rem!important}.m-xl-7{margin:1.75rem!important}.m-xl-7e{margin:1.875rem!important}.m-xl-8{margin:2rem!important}.m-xl-9{margin:2.25rem!important}.m-xl-10{margin:2.5rem!important}.m-xl-11{margin:2.75rem!important}.m-xl-12{margin:3rem!important}.m-xl-13{margin:3.25rem!important}.m-xl-14{margin:3.5rem!important}.m-xl-15{margin:3.75rem!important}.m-xl-16{margin:4rem!important}.m-xl-17{margin:4.25rem!important}.m-xl-18{margin:4.5rem!important}.m-xl-19{margin:4.75rem!important}.m-xl-20{margin:5rem!important}.m-xl-25{margin:5.625rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3r{margin-right:.625rem!important;margin-left:.625rem!important}.mx-xl-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xl-4{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xl-7e{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-xl-8{margin-right:2rem!important;margin-left:2rem!important}.mx-xl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-xl-12{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-xl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xl-16{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-xl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-xl-20{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-25{margin-right:5.625rem!important;margin-left:5.625rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3r{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-xl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xl-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xl-7e{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-xl-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-xl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-xl-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-xl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xl-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-xl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-xl-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-25{margin-top:5.625rem!important;margin-bottom:5.625rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3r{margin-top:.625rem!important}.mt-xl-3{margin-top:.75rem!important}.mt-xl-4{margin-top:1rem!important}.mt-xl-5{margin-top:1.25rem!important}.mt-xl-6{margin-top:1.5rem!important}.mt-xl-7{margin-top:1.75rem!important}.mt-xl-7e{margin-top:1.875rem!important}.mt-xl-8{margin-top:2rem!important}.mt-xl-9{margin-top:2.25rem!important}.mt-xl-10{margin-top:2.5rem!important}.mt-xl-11{margin-top:2.75rem!important}.mt-xl-12{margin-top:3rem!important}.mt-xl-13{margin-top:3.25rem!important}.mt-xl-14{margin-top:3.5rem!important}.mt-xl-15{margin-top:3.75rem!important}.mt-xl-16{margin-top:4rem!important}.mt-xl-17{margin-top:4.25rem!important}.mt-xl-18{margin-top:4.5rem!important}.mt-xl-19{margin-top:4.75rem!important}.mt-xl-20{margin-top:5rem!important}.mt-xl-25{margin-top:5.625rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3r{margin-right:.625rem!important}.me-xl-3{margin-right:.75rem!important}.me-xl-4{margin-right:1rem!important}.me-xl-5{margin-right:1.25rem!important}.me-xl-6{margin-right:1.5rem!important}.me-xl-7{margin-right:1.75rem!important}.me-xl-7e{margin-right:1.875rem!important}.me-xl-8{margin-right:2rem!important}.me-xl-9{margin-right:2.25rem!important}.me-xl-10{margin-right:2.5rem!important}.me-xl-11{margin-right:2.75rem!important}.me-xl-12{margin-right:3rem!important}.me-xl-13{margin-right:3.25rem!important}.me-xl-14{margin-right:3.5rem!important}.me-xl-15{margin-right:3.75rem!important}.me-xl-16{margin-right:4rem!important}.me-xl-17{margin-right:4.25rem!important}.me-xl-18{margin-right:4.5rem!important}.me-xl-19{margin-right:4.75rem!important}.me-xl-20{margin-right:5rem!important}.me-xl-25{margin-right:5.625rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3r{margin-bottom:.625rem!important}.mb-xl-3{margin-bottom:.75rem!important}.mb-xl-4{margin-bottom:1rem!important}.mb-xl-5{margin-bottom:1.25rem!important}.mb-xl-6{margin-bottom:1.5rem!important}.mb-xl-7{margin-bottom:1.75rem!important}.mb-xl-7e{margin-bottom:1.875rem!important}.mb-xl-8{margin-bottom:2rem!important}.mb-xl-9{margin-bottom:2.25rem!important}.mb-xl-10{margin-bottom:2.5rem!important}.mb-xl-11{margin-bottom:2.75rem!important}.mb-xl-12{margin-bottom:3rem!important}.mb-xl-13{margin-bottom:3.25rem!important}.mb-xl-14{margin-bottom:3.5rem!important}.mb-xl-15{margin-bottom:3.75rem!important}.mb-xl-16{margin-bottom:4rem!important}.mb-xl-17{margin-bottom:4.25rem!important}.mb-xl-18{margin-bottom:4.5rem!important}.mb-xl-19{margin-bottom:4.75rem!important}.mb-xl-20{margin-bottom:5rem!important}.mb-xl-25{margin-bottom:5.625rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3r{margin-left:.625rem!important}.ms-xl-3{margin-left:.75rem!important}.ms-xl-4{margin-left:1rem!important}.ms-xl-5{margin-left:1.25rem!important}.ms-xl-6{margin-left:1.5rem!important}.ms-xl-7{margin-left:1.75rem!important}.ms-xl-7e{margin-left:1.875rem!important}.ms-xl-8{margin-left:2rem!important}.ms-xl-9{margin-left:2.25rem!important}.ms-xl-10{margin-left:2.5rem!important}.ms-xl-11{margin-left:2.75rem!important}.ms-xl-12{margin-left:3rem!important}.ms-xl-13{margin-left:3.25rem!important}.ms-xl-14{margin-left:3.5rem!important}.ms-xl-15{margin-left:3.75rem!important}.ms-xl-16{margin-left:4rem!important}.ms-xl-17{margin-left:4.25rem!important}.ms-xl-18{margin-left:4.5rem!important}.ms-xl-19{margin-left:4.75rem!important}.ms-xl-20{margin-left:5rem!important}.ms-xl-25{margin-left:5.625rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3r{padding:.625rem!important}.p-xl-3{padding:.75rem!important}.p-xl-4{padding:1rem!important}.p-xl-5{padding:1.25rem!important}.p-xl-6{padding:1.5rem!important}.p-xl-7{padding:1.75rem!important}.p-xl-7e{padding:1.875rem!important}.p-xl-8{padding:2rem!important}.p-xl-9{padding:2.25rem!important}.p-xl-10{padding:2.5rem!important}.p-xl-11{padding:2.75rem!important}.p-xl-12{padding:3rem!important}.p-xl-13{padding:3.25rem!important}.p-xl-14{padding:3.5rem!important}.p-xl-15{padding:3.75rem!important}.p-xl-16{padding:4rem!important}.p-xl-17{padding:4.25rem!important}.p-xl-18{padding:4.5rem!important}.p-xl-19{padding:4.75rem!important}.p-xl-20{padding:5rem!important}.p-xl-25{padding:5.625rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3r{padding-right:.625rem!important;padding-left:.625rem!important}.px-xl-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-xl-4{padding-right:1rem!important;padding-left:1rem!important}.px-xl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-xl-7e{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-xl-8{padding-right:2rem!important;padding-left:2rem!important}.px-xl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-xl-12{padding-right:3rem!important;padding-left:3rem!important}.px-xl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-xl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-xl-16{padding-right:4rem!important;padding-left:4rem!important}.px-xl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-xl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-xl-20{padding-right:5rem!important;padding-left:5rem!important}.px-xl-25{padding-right:5.625rem!important;padding-left:5.625rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3r{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-xl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xl-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-xl-7e{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-xl-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-xl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-xl-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-xl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-xl-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-xl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-xl-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-25{padding-top:5.625rem!important;padding-bottom:5.625rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3r{padding-top:.625rem!important}.pt-xl-3{padding-top:.75rem!important}.pt-xl-4{padding-top:1rem!important}.pt-xl-5{padding-top:1.25rem!important}.pt-xl-6{padding-top:1.5rem!important}.pt-xl-7{padding-top:1.75rem!important}.pt-xl-7e{padding-top:1.875rem!important}.pt-xl-8{padding-top:2rem!important}.pt-xl-9{padding-top:2.25rem!important}.pt-xl-10{padding-top:2.5rem!important}.pt-xl-11{padding-top:2.75rem!important}.pt-xl-12{padding-top:3rem!important}.pt-xl-13{padding-top:3.25rem!important}.pt-xl-14{padding-top:3.5rem!important}.pt-xl-15{padding-top:3.75rem!important}.pt-xl-16{padding-top:4rem!important}.pt-xl-17{padding-top:4.25rem!important}.pt-xl-18{padding-top:4.5rem!important}.pt-xl-19{padding-top:4.75rem!important}.pt-xl-20{padding-top:5rem!important}.pt-xl-25{padding-top:5.625rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3r{padding-right:.625rem!important}.pe-xl-3{padding-right:.75rem!important}.pe-xl-4{padding-right:1rem!important}.pe-xl-5{padding-right:1.25rem!important}.pe-xl-6{padding-right:1.5rem!important}.pe-xl-7{padding-right:1.75rem!important}.pe-xl-7e{padding-right:1.875rem!important}.pe-xl-8{padding-right:2rem!important}.pe-xl-9{padding-right:2.25rem!important}.pe-xl-10{padding-right:2.5rem!important}.pe-xl-11{padding-right:2.75rem!important}.pe-xl-12{padding-right:3rem!important}.pe-xl-13{padding-right:3.25rem!important}.pe-xl-14{padding-right:3.5rem!important}.pe-xl-15{padding-right:3.75rem!important}.pe-xl-16{padding-right:4rem!important}.pe-xl-17{padding-right:4.25rem!important}.pe-xl-18{padding-right:4.5rem!important}.pe-xl-19{padding-right:4.75rem!important}.pe-xl-20{padding-right:5rem!important}.pe-xl-25{padding-right:5.625rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3r{padding-bottom:.625rem!important}.pb-xl-3{padding-bottom:.75rem!important}.pb-xl-4{padding-bottom:1rem!important}.pb-xl-5{padding-bottom:1.25rem!important}.pb-xl-6{padding-bottom:1.5rem!important}.pb-xl-7{padding-bottom:1.75rem!important}.pb-xl-7e{padding-bottom:1.875rem!important}.pb-xl-8{padding-bottom:2rem!important}.pb-xl-9{padding-bottom:2.25rem!important}.pb-xl-10{padding-bottom:2.5rem!important}.pb-xl-11{padding-bottom:2.75rem!important}.pb-xl-12{padding-bottom:3rem!important}.pb-xl-13{padding-bottom:3.25rem!important}.pb-xl-14{padding-bottom:3.5rem!important}.pb-xl-15{padding-bottom:3.75rem!important}.pb-xl-16{padding-bottom:4rem!important}.pb-xl-17{padding-bottom:4.25rem!important}.pb-xl-18{padding-bottom:4.5rem!important}.pb-xl-19{padding-bottom:4.75rem!important}.pb-xl-20{padding-bottom:5rem!important}.pb-xl-25{padding-bottom:5.625rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3r{padding-left:.625rem!important}.ps-xl-3{padding-left:.75rem!important}.ps-xl-4{padding-left:1rem!important}.ps-xl-5{padding-left:1.25rem!important}.ps-xl-6{padding-left:1.5rem!important}.ps-xl-7{padding-left:1.75rem!important}.ps-xl-7e{padding-left:1.875rem!important}.ps-xl-8{padding-left:2rem!important}.ps-xl-9{padding-left:2.25rem!important}.ps-xl-10{padding-left:2.5rem!important}.ps-xl-11{padding-left:2.75rem!important}.ps-xl-12{padding-left:3rem!important}.ps-xl-13{padding-left:3.25rem!important}.ps-xl-14{padding-left:3.5rem!important}.ps-xl-15{padding-left:3.75rem!important}.ps-xl-16{padding-left:4rem!important}.ps-xl-17{padding-left:4.25rem!important}.ps-xl-18{padding-left:4.5rem!important}.ps-xl-19{padding-left:4.75rem!important}.ps-xl-20{padding-left:5rem!important}.ps-xl-25{padding-left:5.625rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3r{gap:.625rem!important}.gap-xl-3{gap:.75rem!important}.gap-xl-4{gap:1rem!important}.gap-xl-5{gap:1.25rem!important}.gap-xl-6{gap:1.5rem!important}.gap-xl-7{gap:1.75rem!important}.gap-xl-7e{gap:1.875rem!important}.gap-xl-8{gap:2rem!important}.gap-xl-9{gap:2.25rem!important}.gap-xl-10{gap:2.5rem!important}.gap-xl-11{gap:2.75rem!important}.gap-xl-12{gap:3rem!important}.gap-xl-13{gap:3.25rem!important}.gap-xl-14{gap:3.5rem!important}.gap-xl-15{gap:3.75rem!important}.gap-xl-16{gap:4rem!important}.gap-xl-17{gap:4.25rem!important}.gap-xl-18{gap:4.5rem!important}.gap-xl-19{gap:4.75rem!important}.gap-xl-20{gap:5rem!important}.gap-xl-25{gap:5.625rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3r{row-gap:.625rem!important}.row-gap-xl-3{row-gap:.75rem!important}.row-gap-xl-4{row-gap:1rem!important}.row-gap-xl-5{row-gap:1.25rem!important}.row-gap-xl-6{row-gap:1.5rem!important}.row-gap-xl-7{row-gap:1.75rem!important}.row-gap-xl-7e{row-gap:1.875rem!important}.row-gap-xl-8{row-gap:2rem!important}.row-gap-xl-9{row-gap:2.25rem!important}.row-gap-xl-10{row-gap:2.5rem!important}.row-gap-xl-11{row-gap:2.75rem!important}.row-gap-xl-12{row-gap:3rem!important}.row-gap-xl-13{row-gap:3.25rem!important}.row-gap-xl-14{row-gap:3.5rem!important}.row-gap-xl-15{row-gap:3.75rem!important}.row-gap-xl-16{row-gap:4rem!important}.row-gap-xl-17{row-gap:4.25rem!important}.row-gap-xl-18{row-gap:4.5rem!important}.row-gap-xl-19{row-gap:4.75rem!important}.row-gap-xl-20{row-gap:5rem!important}.row-gap-xl-25{row-gap:5.625rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3r{column-gap:.625rem!important}.column-gap-xl-3{column-gap:.75rem!important}.column-gap-xl-4{column-gap:1rem!important}.column-gap-xl-5{column-gap:1.25rem!important}.column-gap-xl-6{column-gap:1.5rem!important}.column-gap-xl-7{column-gap:1.75rem!important}.column-gap-xl-7e{column-gap:1.875rem!important}.column-gap-xl-8{column-gap:2rem!important}.column-gap-xl-9{column-gap:2.25rem!important}.column-gap-xl-10{column-gap:2.5rem!important}.column-gap-xl-11{column-gap:2.75rem!important}.column-gap-xl-12{column-gap:3rem!important}.column-gap-xl-13{column-gap:3.25rem!important}.column-gap-xl-14{column-gap:3.5rem!important}.column-gap-xl-15{column-gap:3.75rem!important}.column-gap-xl-16{column-gap:4rem!important}.column-gap-xl-17{column-gap:4.25rem!important}.column-gap-xl-18{column-gap:4.5rem!important}.column-gap-xl-19{column-gap:4.75rem!important}.column-gap-xl-20{column-gap:5rem!important}.column-gap-xl-25{column-gap:5.625rem!important}.fs-xl-1{font-size:calc(1.3rem + .6vw)!important}.fs-xl-2{font-size:calc(1.275rem + .3vw)!important}.fs-xl-3{font-size:calc(1.26rem + .12vw)!important}.fs-xl-4{font-size:1.25rem!important}.fs-xl-5{font-size:1.125rem!important}.fs-xl-6{font-size:1.075rem!important}.fs-xl-7{font-size:.95rem!important}.fs-xl-8{font-size:.875rem!important}.fs-xl-9,.fs-xl-10e{font-size:.75rem!important}.fs-xl-10{font-size:.625rem!important}.fs-xl-base{font-size:1rem!important}.fs-xl-fluid{font-size:100%!important}.fs-xl-2x{font-size:calc(1.325rem + .9vw)!important}.fs-xl-2xx{font-size:calc(1.3375rem + 1.05vw)!important}.fs-xl-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-xl-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-xl-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-xl-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-xl-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-xl-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-xl-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-xl-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-xl-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-xl-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-xl-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-xl-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-xl-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-xl-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-xl-5tx{font-size:calc(1.7rem + 5.4vw)!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.min-w-xl-unset{min-width:unset!important}.min-w-xl-1r{min-width:1rem!important}.min-w-xl-2r{min-width:2rem!important}.min-w-xl-3r{min-width:3rem!important}.min-w-xl-1r1{min-width:1.125rem!important}.min-w-xl-1r5{min-width:1.5rem!important}.min-w-xl-2e{min-width:.115rem!important}.min-w-xl-3e{min-width:.125rem!important}.min-w-xl-4r{min-width:.25rem!important}.min-w-xl-5r{min-width:.5rem!important}.min-w-xl-15r{min-width:.938rem!important}.min-w-xl-10r{min-width:.625rem!important}.min-w-xl-11r5{min-width:.719rem!important}.min-w-xl-5{min-width:5%!important}.min-w-xl-10{min-width:10%!important}.min-w-xl-15{min-width:15%!important}.min-w-xl-25{min-width:25%!important}.min-w-xl-30{min-width:30%!important}.min-w-xl-35{min-width:35%!important}.min-w-xl-50{min-width:50%!important}.min-w-xl-65{min-width:65%!important}.min-w-xl-70{min-width:70%!important}.min-w-xl-75{min-width:75%!important}.min-w-xl-85{min-width:85%!important}.min-w-xl-90{min-width:90%!important}.min-w-xl-95{min-width:95%!important}.min-w-xl-100{min-width:100%!important}.min-w-xl-auto{min-width:auto!important}.min-w-xl-1px{min-width:1px!important}.min-w-xl-2px{min-width:2px!important}.min-w-xl-3px{min-width:3px!important}.min-w-xl-4px{min-width:4px!important}.min-w-xl-5px{min-width:5px!important}.min-w-xl-6px{min-width:6px!important}.min-w-xl-7px{min-width:7px!important}.min-w-xl-8px{min-width:8px!important}.min-w-xl-9px{min-width:9px!important}.min-w-xl-10px{min-width:10px!important}.min-w-xl-12px{min-width:12px!important}.min-w-xl-14px{min-width:.875rem!important}.min-w-xl-15px{min-width:15px!important}.min-w-xl-18px{min-width:18px!important}.min-w-xl-20px{min-width:20px!important}.min-w-xl-24px{min-width:24px!important}.min-w-xl-25px{min-width:25px!important}.min-w-xl-25e{min-width:1.563rem!important}.min-w-xl-30px{min-width:30px!important}.min-w-xl-35px{min-width:35px!important}.min-w-xl-35e{min-width:2.188rem!important}.min-w-xl-38e{min-width:2.375rem!important}.min-w-xl-40px{min-width:40px!important}.min-w-xl-41{min-width:2.563rem!important}.min-w-xl-42{min-width:2.625rem!important}.min-w-xl-44{min-width:2.75rem!important}.min-w-xl-45px{min-width:45px!important}.min-w-xl-45e{min-width:2.813rem!important}.min-w-xl-48px{min-width:48px!important}.min-w-xl-49e{min-width:4.938rem!important}.min-w-xl-50px{min-width:50px!important}.min-w-xl-51{min-width:3.188rem!important}.min-w-xl-55px{min-width:55px!important}.min-w-xl-60px{min-width:60px!important}.min-w-xl-65px{min-width:65px!important}.min-w-xl-66px{min-width:66px!important}.min-w-xl-70px{min-width:70px!important}.min-w-xl-75px{min-width:75px!important}.min-w-xl-79e{min-width:4.938rem!important}.min-w-xl-80px{min-width:80px!important}.min-w-xl-80e{min-width:5rem!important}.min-w-xl-84{min-width:5.25rem!important}.min-w-xl-85px{min-width:85px!important}.min-w-xl-87e{min-width:5.438rem!important}.min-w-xl-90px{min-width:90px!important}.min-w-xl-90e{min-width:5.625rem!important}.min-w-xl-95px{min-width:95px!important}.min-w-xl-100px{min-width:100px!important}.min-w-xl-110{min-width:6.875rem!important}.min-w-xl-120{min-width:7.5rem!important}.min-w-xl-125px{min-width:125px!important}.min-w-xl-126{min-width:7.875rem!important}.min-w-xl-148{min-width:9.25rem!important}.min-w-xl-150px{min-width:150px!important}.min-w-xl-152{min-width:9.5rem!important}.min-w-xl-175px{min-width:175px!important}.min-w-xl-180{min-width:11.25rem!important}.min-w-xl-191{min-width:11.938rem!important}.min-w-xl-200px{min-width:200px!important}.min-w-xl-200e{min-width:12.5rem!important}.min-w-xl-220{min-width:13.75rem!important}.min-w-xl-220px{min-width:220px!important}.min-w-xl-225px{min-width:225px!important}.min-w-xl-231e{min-width:14.445rem!important}.min-w-xl-250px{min-width:250px!important}.min-w-xl-262e{min-width:16.375rem!important}.min-w-xl-275px{min-width:275px!important}.min-w-xl-300px{min-width:300px!important}.min-w-xl-325px{min-width:325px!important}.min-w-xl-326e{min-width:20.375rem!important}.min-w-xl-349e{min-width:21.813em!important}.min-w-xl-350px{min-width:350px!important}.min-w-xl-374px{min-width:374px!important}.min-w-xl-375px{min-width:375px!important}.min-w-xl-400px{min-width:400px!important}.min-w-xl-400{min-width:25rem!important}.min-w-xl-419r{min-width:26.188em!important}.min-w-xl-420px{min-width:420px!important}.min-w-xl-425px{min-width:425px!important}.min-w-xl-431px{min-width:431px!important}.min-w-xl-450px{min-width:450px!important}.min-w-xl-475px{min-width:475px!important}.min-w-xl-484px{min-width:484px!important}.min-w-xl-458px{min-width:458px!important}.min-w-xl-492e{min-width:30.75rem!important}.min-w-xl-500px{min-width:500px!important}.min-w-xl-522e{min-width:32.625rem!important}.min-w-xl-538e{min-width:33.5rem!important}.min-w-xl-550px{min-width:550px!important}.min-w-xl-600px{min-width:600px!important}.min-w-xl-600e{min-width:37.53em!important}.min-w-xl-631px{min-width:631px!important}.min-w-xl-650px{min-width:650px!important}.min-w-xl-700px{min-width:700px!important}.min-w-xl-750px{min-width:750px!important}.min-w-xl-800px{min-width:800px!important}.min-w-xl-850px{min-width:850px!important}.min-w-xl-900px{min-width:900px!important}.min-w-xl-950px{min-width:950px!important}.min-w-xl-1000px{min-width:1000px!important}.min-h-xl-unset{min-height:unset!important}.min-h-xl-1r{min-height:1rem!important}.min-h-xl-2r{min-height:2rem!important}.min-h-xl-3r{min-height:3rem!important}.min-h-xl-1r1{min-height:1.125rem!important}.min-h-xl-1r5{min-height:1.5rem!important}.min-h-xl-2e{min-height:.115rem!important}.min-h-xl-3e{min-height:.125rem!important}.min-h-xl-4r{min-height:.25rem!important}.min-h-xl-5r{min-height:.5rem!important}.min-h-xl-15r{min-height:.938rem!important}.min-h-xl-10r{min-height:.625rem!important}.min-h-xl-11r5{min-height:.719rem!important}.min-h-xl-5{min-height:5%!important}.min-h-xl-10{min-height:10%!important}.min-h-xl-15{min-height:15%!important}.min-h-xl-25{min-height:25%!important}.min-h-xl-30{min-height:30%!important}.min-h-xl-35{min-height:35%!important}.min-h-xl-50{min-height:50%!important}.min-h-xl-65{min-height:65%!important}.min-h-xl-70{min-height:70%!important}.min-h-xl-75{min-height:75%!important}.min-h-xl-85{min-height:85%!important}.min-h-xl-90{min-height:90%!important}.min-h-xl-95{min-height:95%!important}.min-h-xl-100{min-height:100%!important}.min-h-xl-auto{min-height:auto!important}.min-h-xl-1px{min-height:1px!important}.min-h-xl-2px{min-height:2px!important}.min-h-xl-3px{min-height:3px!important}.min-h-xl-4px{min-height:4px!important}.min-h-xl-5px{min-height:5px!important}.min-h-xl-6px{min-height:6px!important}.min-h-xl-7px{min-height:7px!important}.min-h-xl-8px{min-height:8px!important}.min-h-xl-9px{min-height:9px!important}.min-h-xl-10px{min-height:10px!important}.min-h-xl-12px{min-height:12px!important}.min-h-xl-14px{min-height:.875rem!important}.min-h-xl-15px{min-height:15px!important}.min-h-xl-18px{min-height:18px!important}.min-h-xl-20px{min-height:20px!important}.min-h-xl-24px{min-height:24px!important}.min-h-xl-25px{min-height:25px!important}.min-h-xl-25e{min-height:1.563rem!important}.min-h-xl-30px{min-height:30px!important}.min-h-xl-35px{min-height:35px!important}.min-h-xl-35e{min-height:2.188rem!important}.min-h-xl-38e{min-height:2.375rem!important}.min-h-xl-40px{min-height:40px!important}.min-h-xl-41{min-height:2.563rem!important}.min-h-xl-42{min-height:2.625rem!important}.min-h-xl-44{min-height:2.75rem!important}.min-h-xl-45px{min-height:45px!important}.min-h-xl-45e{min-height:2.813rem!important}.min-h-xl-48px{min-height:48px!important}.min-h-xl-49e{min-height:4.938rem!important}.min-h-xl-50px{min-height:50px!important}.min-h-xl-51{min-height:3.188rem!important}.min-h-xl-55px{min-height:55px!important}.min-h-xl-60px{min-height:60px!important}.min-h-xl-65px{min-height:65px!important}.min-h-xl-66px{min-height:66px!important}.min-h-xl-70px{min-height:70px!important}.min-h-xl-75px{min-height:75px!important}.min-h-xl-79e{min-height:4.938rem!important}.min-h-xl-80px{min-height:80px!important}.min-h-xl-80e{min-height:5rem!important}.min-h-xl-84{min-height:5.25rem!important}.min-h-xl-85px{min-height:85px!important}.min-h-xl-87e{min-height:5.438rem!important}.min-h-xl-90px{min-height:90px!important}.min-h-xl-90e{min-height:5.625rem!important}.min-h-xl-95px{min-height:95px!important}.min-h-xl-100px{min-height:100px!important}.min-h-xl-110{min-height:6.875rem!important}.min-h-xl-120{min-height:7.5rem!important}.min-h-xl-125px{min-height:125px!important}.min-h-xl-126{min-height:7.875rem!important}.min-h-xl-148{min-height:9.25rem!important}.min-h-xl-150px{min-height:150px!important}.min-h-xl-152{min-height:9.5rem!important}.min-h-xl-175px{min-height:175px!important}.min-h-xl-180{min-height:11.25rem!important}.min-h-xl-191{min-height:11.938rem!important}.min-h-xl-200px{min-height:200px!important}.min-h-xl-200e{min-height:12.5rem!important}.min-h-xl-220{min-height:13.75rem!important}.min-h-xl-220px{min-height:220px!important}.min-h-xl-225px{min-height:225px!important}.min-h-xl-231e{min-height:14.445rem!important}.min-h-xl-250px{min-height:250px!important}.min-h-xl-262e{min-height:16.375rem!important}.min-h-xl-275px{min-height:275px!important}.min-h-xl-300px{min-height:300px!important}.min-h-xl-325px{min-height:325px!important}.min-h-xl-326e{min-height:20.375rem!important}.min-h-xl-349e{min-height:21.813em!important}.min-h-xl-350px{min-height:350px!important}.min-h-xl-374px{min-height:374px!important}.min-h-xl-375px{min-height:375px!important}.min-h-xl-400px{min-height:400px!important}.min-h-xl-400{min-height:25rem!important}.min-h-xl-419r{min-height:26.188em!important}.min-h-xl-420px{min-height:420px!important}.min-h-xl-425px{min-height:425px!important}.min-h-xl-431px{min-height:431px!important}.min-h-xl-450px{min-height:450px!important}.min-h-xl-475px{min-height:475px!important}.min-h-xl-484px{min-height:484px!important}.min-h-xl-458px{min-height:458px!important}.min-h-xl-492e{min-height:30.75rem!important}.min-h-xl-500px{min-height:500px!important}.min-h-xl-522e{min-height:32.625rem!important}.min-h-xl-538e{min-height:33.5rem!important}.min-h-xl-550px{min-height:550px!important}.min-h-xl-600px{min-height:600px!important}.min-h-xl-600e{min-height:37.53em!important}.min-h-xl-631px{min-height:631px!important}.min-h-xl-650px{min-height:650px!important}.min-h-xl-700px{min-height:700px!important}.min-h-xl-750px{min-height:750px!important}.min-h-xl-800px{min-height:800px!important}.min-h-xl-850px{min-height:850px!important}.min-h-xl-900px{min-height:900px!important}.min-h-xl-950px{min-height:950px!important}.min-h-xl-1000px{min-height:1000px!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:-webkit-sticky!important;position:sticky!important}.w-xxl-unset{width:unset!important}.w-xxl-1r{width:1rem!important}.w-xxl-2r{width:2rem!important}.w-xxl-3r{width:3rem!important}.w-xxl-1r1{width:1.125rem!important}.w-xxl-1r5{width:1.5rem!important}.w-xxl-2e{width:.115rem!important}.w-xxl-3e{width:.125rem!important}.w-xxl-4r{width:.25rem!important}.w-xxl-5r{width:.5rem!important}.w-xxl-15r{width:.938rem!important}.w-xxl-10r{width:.625rem!important}.w-xxl-11r5{width:.719rem!important}.w-xxl-5{width:5%!important}.w-xxl-10{width:10%!important}.w-xxl-15{width:15%!important}.w-xxl-25{width:25%!important}.w-xxl-30{width:30%!important}.w-xxl-35{width:35%!important}.w-xxl-50{width:50%!important}.w-xxl-65{width:65%!important}.w-xxl-70{width:70%!important}.w-xxl-75{width:75%!important}.w-xxl-85{width:85%!important}.w-xxl-90{width:90%!important}.w-xxl-95{width:95%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-1px{width:1px!important}.w-xxl-2px{width:2px!important}.w-xxl-3px{width:3px!important}.w-xxl-4px{width:4px!important}.w-xxl-5px{width:5px!important}.w-xxl-6px{width:6px!important}.w-xxl-7px{width:7px!important}.w-xxl-8px{width:8px!important}.w-xxl-9px{width:9px!important}.w-xxl-10px{width:10px!important}.w-xxl-12px{width:12px!important}.w-xxl-14px{width:.875rem!important}.w-xxl-15px{width:15px!important}.w-xxl-18px{width:18px!important}.w-xxl-20px{width:20px!important}.w-xxl-24px{width:24px!important}.w-xxl-25px{width:25px!important}.w-xxl-25e{width:1.563rem!important}.w-xxl-30px{width:30px!important}.w-xxl-35px{width:35px!important}.w-xxl-35e{width:2.188rem!important}.w-xxl-38e{width:2.375rem!important}.w-xxl-40px{width:40px!important}.w-xxl-41{width:2.563rem!important}.w-xxl-42{width:2.625rem!important}.w-xxl-44{width:2.75rem!important}.w-xxl-45px{width:45px!important}.w-xxl-45e{width:2.813rem!important}.w-xxl-48px{width:48px!important}.w-xxl-49e{width:4.938rem!important}.w-xxl-50px{width:50px!important}.w-xxl-51{width:3.188rem!important}.w-xxl-55px{width:55px!important}.w-xxl-60px{width:60px!important}.w-xxl-65px{width:65px!important}.w-xxl-66px{width:66px!important}.w-xxl-70px{width:70px!important}.w-xxl-75px{width:75px!important}.w-xxl-79e{width:4.938rem!important}.w-xxl-80px{width:80px!important}.w-xxl-80e{width:5rem!important}.w-xxl-84{width:5.25rem!important}.w-xxl-85px{width:85px!important}.w-xxl-87e{width:5.438rem!important}.w-xxl-90px{width:90px!important}.w-xxl-90e{width:5.625rem!important}.w-xxl-95px{width:95px!important}.w-xxl-100px{width:100px!important}.w-xxl-110{width:6.875rem!important}.w-xxl-120{width:7.5rem!important}.w-xxl-125px{width:125px!important}.w-xxl-126{width:7.875rem!important}.w-xxl-148{width:9.25rem!important}.w-xxl-150px{width:150px!important}.w-xxl-152{width:9.5rem!important}.w-xxl-175px{width:175px!important}.w-xxl-180{width:11.25rem!important}.w-xxl-191{width:11.938rem!important}.w-xxl-200px{width:200px!important}.w-xxl-200e{width:12.5rem!important}.w-xxl-220{width:13.75rem!important}.w-xxl-220px{width:220px!important}.w-xxl-225px{width:225px!important}.w-xxl-231e{width:14.445rem!important}.w-xxl-250px{width:250px!important}.w-xxl-262e{width:16.375rem!important}.w-xxl-275px{width:275px!important}.w-xxl-300px{width:300px!important}.w-xxl-325px{width:325px!important}.w-xxl-326e{width:20.375rem!important}.w-xxl-349e{width:21.813em!important}.w-xxl-350px{width:350px!important}.w-xxl-374px{width:374px!important}.w-xxl-375px{width:375px!important}.w-xxl-400px{width:400px!important}.w-xxl-400{width:25rem!important}.w-xxl-419r{width:26.188em!important}.w-xxl-420px{width:420px!important}.w-xxl-425px{width:425px!important}.w-xxl-431px{width:431px!important}.w-xxl-450px{width:450px!important}.w-xxl-475px{width:475px!important}.w-xxl-484px{width:484px!important}.w-xxl-458px{width:458px!important}.w-xxl-492e{width:30.75rem!important}.w-xxl-500px{width:500px!important}.w-xxl-522e{width:32.625rem!important}.w-xxl-538e{width:33.5rem!important}.w-xxl-550px{width:550px!important}.w-xxl-600px{width:600px!important}.w-xxl-600e{width:37.53em!important}.w-xxl-631px{width:631px!important}.w-xxl-650px{width:650px!important}.w-xxl-700px{width:700px!important}.w-xxl-750px{width:750px!important}.w-xxl-800px{width:800px!important}.w-xxl-850px{width:850px!important}.w-xxl-900px{width:900px!important}.w-xxl-950px{width:950px!important}.w-xxl-1000px{width:1000px!important}.mw-xxl-unset{max-width:unset!important}.mw-xxl-1r{max-width:1rem!important}.mw-xxl-2r{max-width:2rem!important}.mw-xxl-3r{max-width:3rem!important}.mw-xxl-1r1{max-width:1.125rem!important}.mw-xxl-1r5{max-width:1.5rem!important}.mw-xxl-2e{max-width:.115rem!important}.mw-xxl-3e{max-width:.125rem!important}.mw-xxl-4r{max-width:.25rem!important}.mw-xxl-5r{max-width:.5rem!important}.mw-xxl-15r{max-width:.938rem!important}.mw-xxl-10r{max-width:.625rem!important}.mw-xxl-11r5{max-width:.719rem!important}.mw-xxl-5{max-width:5%!important}.mw-xxl-10{max-width:10%!important}.mw-xxl-15{max-width:15%!important}.mw-xxl-25{max-width:25%!important}.mw-xxl-30{max-width:30%!important}.mw-xxl-35{max-width:35%!important}.mw-xxl-50{max-width:50%!important}.mw-xxl-65{max-width:65%!important}.mw-xxl-70{max-width:70%!important}.mw-xxl-75{max-width:75%!important}.mw-xxl-85{max-width:85%!important}.mw-xxl-90{max-width:90%!important}.mw-xxl-95{max-width:95%!important}.mw-xxl-100{max-width:100%!important}.mw-xxl-auto{max-width:auto!important}.mw-xxl-1px{max-width:1px!important}.mw-xxl-2px{max-width:2px!important}.mw-xxl-3px{max-width:3px!important}.mw-xxl-4px{max-width:4px!important}.mw-xxl-5px{max-width:5px!important}.mw-xxl-6px{max-width:6px!important}.mw-xxl-7px{max-width:7px!important}.mw-xxl-8px{max-width:8px!important}.mw-xxl-9px{max-width:9px!important}.mw-xxl-10px{max-width:10px!important}.mw-xxl-12px{max-width:12px!important}.mw-xxl-14px{max-width:.875rem!important}.mw-xxl-15px{max-width:15px!important}.mw-xxl-18px{max-width:18px!important}.mw-xxl-20px{max-width:20px!important}.mw-xxl-24px{max-width:24px!important}.mw-xxl-25px{max-width:25px!important}.mw-xxl-25e{max-width:1.563rem!important}.mw-xxl-30px{max-width:30px!important}.mw-xxl-35px{max-width:35px!important}.mw-xxl-35e{max-width:2.188rem!important}.mw-xxl-38e{max-width:2.375rem!important}.mw-xxl-40px{max-width:40px!important}.mw-xxl-41{max-width:2.563rem!important}.mw-xxl-42{max-width:2.625rem!important}.mw-xxl-44{max-width:2.75rem!important}.mw-xxl-45px{max-width:45px!important}.mw-xxl-45e{max-width:2.813rem!important}.mw-xxl-48px{max-width:48px!important}.mw-xxl-49e{max-width:4.938rem!important}.mw-xxl-50px{max-width:50px!important}.mw-xxl-51{max-width:3.188rem!important}.mw-xxl-55px{max-width:55px!important}.mw-xxl-60px{max-width:60px!important}.mw-xxl-65px{max-width:65px!important}.mw-xxl-66px{max-width:66px!important}.mw-xxl-70px{max-width:70px!important}.mw-xxl-75px{max-width:75px!important}.mw-xxl-79e{max-width:4.938rem!important}.mw-xxl-80px{max-width:80px!important}.mw-xxl-80e{max-width:5rem!important}.mw-xxl-84{max-width:5.25rem!important}.mw-xxl-85px{max-width:85px!important}.mw-xxl-87e{max-width:5.438rem!important}.mw-xxl-90px{max-width:90px!important}.mw-xxl-90e{max-width:5.625rem!important}.mw-xxl-95px{max-width:95px!important}.mw-xxl-100px{max-width:100px!important}.mw-xxl-110{max-width:6.875rem!important}.mw-xxl-120{max-width:7.5rem!important}.mw-xxl-125px{max-width:125px!important}.mw-xxl-126{max-width:7.875rem!important}.mw-xxl-148{max-width:9.25rem!important}.mw-xxl-150px{max-width:150px!important}.mw-xxl-152{max-width:9.5rem!important}.mw-xxl-175px{max-width:175px!important}.mw-xxl-180{max-width:11.25rem!important}.mw-xxl-191{max-width:11.938rem!important}.mw-xxl-200px{max-width:200px!important}.mw-xxl-200e{max-width:12.5rem!important}.mw-xxl-220{max-width:13.75rem!important}.mw-xxl-220px{max-width:220px!important}.mw-xxl-225px{max-width:225px!important}.mw-xxl-231e{max-width:14.445rem!important}.mw-xxl-250px{max-width:250px!important}.mw-xxl-262e{max-width:16.375rem!important}.mw-xxl-275px{max-width:275px!important}.mw-xxl-300px{max-width:300px!important}.mw-xxl-325px{max-width:325px!important}.mw-xxl-326e{max-width:20.375rem!important}.mw-xxl-349e{max-width:21.813em!important}.mw-xxl-350px{max-width:350px!important}.mw-xxl-374px{max-width:374px!important}.mw-xxl-375px{max-width:375px!important}.mw-xxl-400px{max-width:400px!important}.mw-xxl-400{max-width:25rem!important}.mw-xxl-419r{max-width:26.188em!important}.mw-xxl-420px{max-width:420px!important}.mw-xxl-425px{max-width:425px!important}.mw-xxl-431px{max-width:431px!important}.mw-xxl-450px{max-width:450px!important}.mw-xxl-475px{max-width:475px!important}.mw-xxl-484px{max-width:484px!important}.mw-xxl-458px{max-width:458px!important}.mw-xxl-492e{max-width:30.75rem!important}.mw-xxl-500px{max-width:500px!important}.mw-xxl-522e{max-width:32.625rem!important}.mw-xxl-538e{max-width:33.5rem!important}.mw-xxl-550px{max-width:550px!important}.mw-xxl-600px{max-width:600px!important}.mw-xxl-600e{max-width:37.53em!important}.mw-xxl-631px{max-width:631px!important}.mw-xxl-650px{max-width:650px!important}.mw-xxl-700px{max-width:700px!important}.mw-xxl-750px{max-width:750px!important}.mw-xxl-800px{max-width:800px!important}.mw-xxl-850px{max-width:850px!important}.mw-xxl-900px{max-width:900px!important}.mw-xxl-950px{max-width:950px!important}.mw-xxl-1000px{max-width:1000px!important}.h-xxl-unset{height:unset!important}.h-xxl-1r{height:1rem!important}.h-xxl-2r{height:2rem!important}.h-xxl-3r{height:3rem!important}.h-xxl-1r1{height:1.125rem!important}.h-xxl-1r5{height:1.5rem!important}.h-xxl-2e{height:.115rem!important}.h-xxl-3e{height:.125rem!important}.h-xxl-4r{height:.25rem!important}.h-xxl-5r{height:.5rem!important}.h-xxl-15r{height:.938rem!important}.h-xxl-10r{height:.625rem!important}.h-xxl-11r5{height:.719rem!important}.h-xxl-5{height:5%!important}.h-xxl-10{height:10%!important}.h-xxl-15{height:15%!important}.h-xxl-25{height:25%!important}.h-xxl-30{height:30%!important}.h-xxl-35{height:35%!important}.h-xxl-50{height:50%!important}.h-xxl-65{height:65%!important}.h-xxl-70{height:70%!important}.h-xxl-75{height:75%!important}.h-xxl-85{height:85%!important}.h-xxl-90{height:90%!important}.h-xxl-95{height:95%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.h-xxl-1px{height:1px!important}.h-xxl-2px{height:2px!important}.h-xxl-3px{height:3px!important}.h-xxl-4px{height:4px!important}.h-xxl-5px{height:5px!important}.h-xxl-6px{height:6px!important}.h-xxl-7px{height:7px!important}.h-xxl-8px{height:8px!important}.h-xxl-9px{height:9px!important}.h-xxl-10px{height:10px!important}.h-xxl-12px{height:12px!important}.h-xxl-14px{height:.875rem!important}.h-xxl-15px{height:15px!important}.h-xxl-18px{height:18px!important}.h-xxl-20px{height:20px!important}.h-xxl-24px{height:24px!important}.h-xxl-25px{height:25px!important}.h-xxl-25e{height:1.563rem!important}.h-xxl-30px{height:30px!important}.h-xxl-35px{height:35px!important}.h-xxl-35e{height:2.188rem!important}.h-xxl-38e{height:2.375rem!important}.h-xxl-40px{height:40px!important}.h-xxl-41{height:2.563rem!important}.h-xxl-42{height:2.625rem!important}.h-xxl-44{height:2.75rem!important}.h-xxl-45px{height:45px!important}.h-xxl-45e{height:2.813rem!important}.h-xxl-48px{height:48px!important}.h-xxl-49e{height:4.938rem!important}.h-xxl-50px{height:50px!important}.h-xxl-51{height:3.188rem!important}.h-xxl-55px{height:55px!important}.h-xxl-60px{height:60px!important}.h-xxl-65px{height:65px!important}.h-xxl-66px{height:66px!important}.h-xxl-70px{height:70px!important}.h-xxl-75px{height:75px!important}.h-xxl-79e{height:4.938rem!important}.h-xxl-80px{height:80px!important}.h-xxl-80e{height:5rem!important}.h-xxl-84{height:5.25rem!important}.h-xxl-85px{height:85px!important}.h-xxl-87e{height:5.438rem!important}.h-xxl-90px{height:90px!important}.h-xxl-90e{height:5.625rem!important}.h-xxl-95px{height:95px!important}.h-xxl-100px{height:100px!important}.h-xxl-110{height:6.875rem!important}.h-xxl-120{height:7.5rem!important}.h-xxl-125px{height:125px!important}.h-xxl-126{height:7.875rem!important}.h-xxl-148{height:9.25rem!important}.h-xxl-150px{height:150px!important}.h-xxl-152{height:9.5rem!important}.h-xxl-175px{height:175px!important}.h-xxl-180{height:11.25rem!important}.h-xxl-191{height:11.938rem!important}.h-xxl-200px{height:200px!important}.h-xxl-200e{height:12.5rem!important}.h-xxl-220{height:13.75rem!important}.h-xxl-220px{height:220px!important}.h-xxl-225px{height:225px!important}.h-xxl-231e{height:14.445rem!important}.h-xxl-250px{height:250px!important}.h-xxl-262e{height:16.375rem!important}.h-xxl-275px{height:275px!important}.h-xxl-300px{height:300px!important}.h-xxl-325px{height:325px!important}.h-xxl-326e{height:20.375rem!important}.h-xxl-349e{height:21.813em!important}.h-xxl-350px{height:350px!important}.h-xxl-374px{height:374px!important}.h-xxl-375px{height:375px!important}.h-xxl-400px{height:400px!important}.h-xxl-400{height:25rem!important}.h-xxl-419r{height:26.188em!important}.h-xxl-420px{height:420px!important}.h-xxl-425px{height:425px!important}.h-xxl-431px{height:431px!important}.h-xxl-450px{height:450px!important}.h-xxl-475px{height:475px!important}.h-xxl-484px{height:484px!important}.h-xxl-458px{height:458px!important}.h-xxl-492e{height:30.75rem!important}.h-xxl-500px{height:500px!important}.h-xxl-522e{height:32.625rem!important}.h-xxl-538e{height:33.5rem!important}.h-xxl-550px{height:550px!important}.h-xxl-600px{height:600px!important}.h-xxl-600e{height:37.53em!important}.h-xxl-631px{height:631px!important}.h-xxl-650px{height:650px!important}.h-xxl-700px{height:700px!important}.h-xxl-750px{height:750px!important}.h-xxl-800px{height:800px!important}.h-xxl-850px{height:850px!important}.h-xxl-900px{height:900px!important}.h-xxl-950px{height:950px!important}.h-xxl-1000px{height:1000px!important}.mh-xxl-unset{max-height:unset!important}.mh-xxl-1r{max-height:1rem!important}.mh-xxl-2r{max-height:2rem!important}.mh-xxl-3r{max-height:3rem!important}.mh-xxl-1r1{max-height:1.125rem!important}.mh-xxl-1r5{max-height:1.5rem!important}.mh-xxl-2e{max-height:.115rem!important}.mh-xxl-3e{max-height:.125rem!important}.mh-xxl-4r{max-height:.25rem!important}.mh-xxl-5r{max-height:.5rem!important}.mh-xxl-15r{max-height:.938rem!important}.mh-xxl-10r{max-height:.625rem!important}.mh-xxl-11r5{max-height:.719rem!important}.mh-xxl-5{max-height:5%!important}.mh-xxl-10{max-height:10%!important}.mh-xxl-15{max-height:15%!important}.mh-xxl-25{max-height:25%!important}.mh-xxl-30{max-height:30%!important}.mh-xxl-35{max-height:35%!important}.mh-xxl-50{max-height:50%!important}.mh-xxl-65{max-height:65%!important}.mh-xxl-70{max-height:70%!important}.mh-xxl-75{max-height:75%!important}.mh-xxl-85{max-height:85%!important}.mh-xxl-90{max-height:90%!important}.mh-xxl-95{max-height:95%!important}.mh-xxl-100{max-height:100%!important}.mh-xxl-auto{max-height:auto!important}.mh-xxl-1px{max-height:1px!important}.mh-xxl-2px{max-height:2px!important}.mh-xxl-3px{max-height:3px!important}.mh-xxl-4px{max-height:4px!important}.mh-xxl-5px{max-height:5px!important}.mh-xxl-6px{max-height:6px!important}.mh-xxl-7px{max-height:7px!important}.mh-xxl-8px{max-height:8px!important}.mh-xxl-9px{max-height:9px!important}.mh-xxl-10px{max-height:10px!important}.mh-xxl-12px{max-height:12px!important}.mh-xxl-14px{max-height:.875rem!important}.mh-xxl-15px{max-height:15px!important}.mh-xxl-18px{max-height:18px!important}.mh-xxl-20px{max-height:20px!important}.mh-xxl-24px{max-height:24px!important}.mh-xxl-25px{max-height:25px!important}.mh-xxl-25e{max-height:1.563rem!important}.mh-xxl-30px{max-height:30px!important}.mh-xxl-35px{max-height:35px!important}.mh-xxl-35e{max-height:2.188rem!important}.mh-xxl-38e{max-height:2.375rem!important}.mh-xxl-40px{max-height:40px!important}.mh-xxl-41{max-height:2.563rem!important}.mh-xxl-42{max-height:2.625rem!important}.mh-xxl-44{max-height:2.75rem!important}.mh-xxl-45px{max-height:45px!important}.mh-xxl-45e{max-height:2.813rem!important}.mh-xxl-48px{max-height:48px!important}.mh-xxl-49e{max-height:4.938rem!important}.mh-xxl-50px{max-height:50px!important}.mh-xxl-51{max-height:3.188rem!important}.mh-xxl-55px{max-height:55px!important}.mh-xxl-60px{max-height:60px!important}.mh-xxl-65px{max-height:65px!important}.mh-xxl-66px{max-height:66px!important}.mh-xxl-70px{max-height:70px!important}.mh-xxl-75px{max-height:75px!important}.mh-xxl-79e{max-height:4.938rem!important}.mh-xxl-80px{max-height:80px!important}.mh-xxl-80e{max-height:5rem!important}.mh-xxl-84{max-height:5.25rem!important}.mh-xxl-85px{max-height:85px!important}.mh-xxl-87e{max-height:5.438rem!important}.mh-xxl-90px{max-height:90px!important}.mh-xxl-90e{max-height:5.625rem!important}.mh-xxl-95px{max-height:95px!important}.mh-xxl-100px{max-height:100px!important}.mh-xxl-110{max-height:6.875rem!important}.mh-xxl-120{max-height:7.5rem!important}.mh-xxl-125px{max-height:125px!important}.mh-xxl-126{max-height:7.875rem!important}.mh-xxl-148{max-height:9.25rem!important}.mh-xxl-150px{max-height:150px!important}.mh-xxl-152{max-height:9.5rem!important}.mh-xxl-175px{max-height:175px!important}.mh-xxl-180{max-height:11.25rem!important}.mh-xxl-191{max-height:11.938rem!important}.mh-xxl-200px{max-height:200px!important}.mh-xxl-200e{max-height:12.5rem!important}.mh-xxl-220{max-height:13.75rem!important}.mh-xxl-220px{max-height:220px!important}.mh-xxl-225px{max-height:225px!important}.mh-xxl-231e{max-height:14.445rem!important}.mh-xxl-250px{max-height:250px!important}.mh-xxl-262e{max-height:16.375rem!important}.mh-xxl-275px{max-height:275px!important}.mh-xxl-300px{max-height:300px!important}.mh-xxl-325px{max-height:325px!important}.mh-xxl-326e{max-height:20.375rem!important}.mh-xxl-349e{max-height:21.813em!important}.mh-xxl-350px{max-height:350px!important}.mh-xxl-374px{max-height:374px!important}.mh-xxl-375px{max-height:375px!important}.mh-xxl-400px{max-height:400px!important}.mh-xxl-400{max-height:25rem!important}.mh-xxl-419r{max-height:26.188em!important}.mh-xxl-420px{max-height:420px!important}.mh-xxl-425px{max-height:425px!important}.mh-xxl-431px{max-height:431px!important}.mh-xxl-450px{max-height:450px!important}.mh-xxl-475px{max-height:475px!important}.mh-xxl-484px{max-height:484px!important}.mh-xxl-458px{max-height:458px!important}.mh-xxl-492e{max-height:30.75rem!important}.mh-xxl-500px{max-height:500px!important}.mh-xxl-522e{max-height:32.625rem!important}.mh-xxl-538e{max-height:33.5rem!important}.mh-xxl-550px{max-height:550px!important}.mh-xxl-600px{max-height:600px!important}.mh-xxl-600e{max-height:37.53em!important}.mh-xxl-631px{max-height:631px!important}.mh-xxl-650px{max-height:650px!important}.mh-xxl-700px{max-height:700px!important}.mh-xxl-750px{max-height:750px!important}.mh-xxl-800px{max-height:800px!important}.mh-xxl-850px{max-height:850px!important}.mh-xxl-900px{max-height:900px!important}.mh-xxl-950px{max-height:950px!important}.mh-xxl-1000px{max-height:1000px!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3r{margin:.625rem!important}.m-xxl-3{margin:.75rem!important}.m-xxl-4{margin:1rem!important}.m-xxl-5{margin:1.25rem!important}.m-xxl-6{margin:1.5rem!important}.m-xxl-7{margin:1.75rem!important}.m-xxl-7e{margin:1.875rem!important}.m-xxl-8{margin:2rem!important}.m-xxl-9{margin:2.25rem!important}.m-xxl-10{margin:2.5rem!important}.m-xxl-11{margin:2.75rem!important}.m-xxl-12{margin:3rem!important}.m-xxl-13{margin:3.25rem!important}.m-xxl-14{margin:3.5rem!important}.m-xxl-15{margin:3.75rem!important}.m-xxl-16{margin:4rem!important}.m-xxl-17{margin:4.25rem!important}.m-xxl-18{margin:4.5rem!important}.m-xxl-19{margin:4.75rem!important}.m-xxl-20{margin:5rem!important}.m-xxl-25{margin:5.625rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3r{margin-right:.625rem!important;margin-left:.625rem!important}.mx-xxl-3{margin-right:.75rem!important;margin-left:.75rem!important}.mx-xxl-4{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-5{margin-right:1.25rem!important;margin-left:1.25rem!important}.mx-xxl-6{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-7{margin-right:1.75rem!important;margin-left:1.75rem!important}.mx-xxl-7e{margin-right:1.875rem!important;margin-left:1.875rem!important}.mx-xxl-8{margin-right:2rem!important;margin-left:2rem!important}.mx-xxl-9{margin-right:2.25rem!important;margin-left:2.25rem!important}.mx-xxl-10{margin-right:2.5rem!important;margin-left:2.5rem!important}.mx-xxl-11{margin-right:2.75rem!important;margin-left:2.75rem!important}.mx-xxl-12{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-13{margin-right:3.25rem!important;margin-left:3.25rem!important}.mx-xxl-14{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-15{margin-right:3.75rem!important;margin-left:3.75rem!important}.mx-xxl-16{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-17{margin-right:4.25rem!important;margin-left:4.25rem!important}.mx-xxl-18{margin-right:4.5rem!important;margin-left:4.5rem!important}.mx-xxl-19{margin-right:4.75rem!important;margin-left:4.75rem!important}.mx-xxl-20{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-25{margin-right:5.625rem!important;margin-left:5.625rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3r{margin-top:.625rem!important;margin-bottom:.625rem!important}.my-xxl-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.my-xxl-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-5{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.my-xxl-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-7{margin-top:1.75rem!important;margin-bottom:1.75rem!important}.my-xxl-7e{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.my-xxl-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-xxl-9{margin-top:2.25rem!important;margin-bottom:2.25rem!important}.my-xxl-10{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.my-xxl-11{margin-top:2.75rem!important;margin-bottom:2.75rem!important}.my-xxl-12{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-13{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.my-xxl-14{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-15{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.my-xxl-16{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-17{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.my-xxl-18{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.my-xxl-19{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.my-xxl-20{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-25{margin-top:5.625rem!important;margin-bottom:5.625rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3r{margin-top:.625rem!important}.mt-xxl-3{margin-top:.75rem!important}.mt-xxl-4{margin-top:1rem!important}.mt-xxl-5{margin-top:1.25rem!important}.mt-xxl-6{margin-top:1.5rem!important}.mt-xxl-7{margin-top:1.75rem!important}.mt-xxl-7e{margin-top:1.875rem!important}.mt-xxl-8{margin-top:2rem!important}.mt-xxl-9{margin-top:2.25rem!important}.mt-xxl-10{margin-top:2.5rem!important}.mt-xxl-11{margin-top:2.75rem!important}.mt-xxl-12{margin-top:3rem!important}.mt-xxl-13{margin-top:3.25rem!important}.mt-xxl-14{margin-top:3.5rem!important}.mt-xxl-15{margin-top:3.75rem!important}.mt-xxl-16{margin-top:4rem!important}.mt-xxl-17{margin-top:4.25rem!important}.mt-xxl-18{margin-top:4.5rem!important}.mt-xxl-19{margin-top:4.75rem!important}.mt-xxl-20{margin-top:5rem!important}.mt-xxl-25{margin-top:5.625rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3r{margin-right:.625rem!important}.me-xxl-3{margin-right:.75rem!important}.me-xxl-4{margin-right:1rem!important}.me-xxl-5{margin-right:1.25rem!important}.me-xxl-6{margin-right:1.5rem!important}.me-xxl-7{margin-right:1.75rem!important}.me-xxl-7e{margin-right:1.875rem!important}.me-xxl-8{margin-right:2rem!important}.me-xxl-9{margin-right:2.25rem!important}.me-xxl-10{margin-right:2.5rem!important}.me-xxl-11{margin-right:2.75rem!important}.me-xxl-12{margin-right:3rem!important}.me-xxl-13{margin-right:3.25rem!important}.me-xxl-14{margin-right:3.5rem!important}.me-xxl-15{margin-right:3.75rem!important}.me-xxl-16{margin-right:4rem!important}.me-xxl-17{margin-right:4.25rem!important}.me-xxl-18{margin-right:4.5rem!important}.me-xxl-19{margin-right:4.75rem!important}.me-xxl-20{margin-right:5rem!important}.me-xxl-25{margin-right:5.625rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3r{margin-bottom:.625rem!important}.mb-xxl-3{margin-bottom:.75rem!important}.mb-xxl-4{margin-bottom:1rem!important}.mb-xxl-5{margin-bottom:1.25rem!important}.mb-xxl-6{margin-bottom:1.5rem!important}.mb-xxl-7{margin-bottom:1.75rem!important}.mb-xxl-7e{margin-bottom:1.875rem!important}.mb-xxl-8{margin-bottom:2rem!important}.mb-xxl-9{margin-bottom:2.25rem!important}.mb-xxl-10{margin-bottom:2.5rem!important}.mb-xxl-11{margin-bottom:2.75rem!important}.mb-xxl-12{margin-bottom:3rem!important}.mb-xxl-13{margin-bottom:3.25rem!important}.mb-xxl-14{margin-bottom:3.5rem!important}.mb-xxl-15{margin-bottom:3.75rem!important}.mb-xxl-16{margin-bottom:4rem!important}.mb-xxl-17{margin-bottom:4.25rem!important}.mb-xxl-18{margin-bottom:4.5rem!important}.mb-xxl-19{margin-bottom:4.75rem!important}.mb-xxl-20{margin-bottom:5rem!important}.mb-xxl-25{margin-bottom:5.625rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3r{margin-left:.625rem!important}.ms-xxl-3{margin-left:.75rem!important}.ms-xxl-4{margin-left:1rem!important}.ms-xxl-5{margin-left:1.25rem!important}.ms-xxl-6{margin-left:1.5rem!important}.ms-xxl-7{margin-left:1.75rem!important}.ms-xxl-7e{margin-left:1.875rem!important}.ms-xxl-8{margin-left:2rem!important}.ms-xxl-9{margin-left:2.25rem!important}.ms-xxl-10{margin-left:2.5rem!important}.ms-xxl-11{margin-left:2.75rem!important}.ms-xxl-12{margin-left:3rem!important}.ms-xxl-13{margin-left:3.25rem!important}.ms-xxl-14{margin-left:3.5rem!important}.ms-xxl-15{margin-left:3.75rem!important}.ms-xxl-16{margin-left:4rem!important}.ms-xxl-17{margin-left:4.25rem!important}.ms-xxl-18{margin-left:4.5rem!important}.ms-xxl-19{margin-left:4.75rem!important}.ms-xxl-20{margin-left:5rem!important}.ms-xxl-25{margin-left:5.625rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3r{padding:.625rem!important}.p-xxl-3{padding:.75rem!important}.p-xxl-4{padding:1rem!important}.p-xxl-5{padding:1.25rem!important}.p-xxl-6{padding:1.5rem!important}.p-xxl-7{padding:1.75rem!important}.p-xxl-7e{padding:1.875rem!important}.p-xxl-8{padding:2rem!important}.p-xxl-9{padding:2.25rem!important}.p-xxl-10{padding:2.5rem!important}.p-xxl-11{padding:2.75rem!important}.p-xxl-12{padding:3rem!important}.p-xxl-13{padding:3.25rem!important}.p-xxl-14{padding:3.5rem!important}.p-xxl-15{padding:3.75rem!important}.p-xxl-16{padding:4rem!important}.p-xxl-17{padding:4.25rem!important}.p-xxl-18{padding:4.5rem!important}.p-xxl-19{padding:4.75rem!important}.p-xxl-20{padding:5rem!important}.p-xxl-25{padding:5.625rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3r{padding-right:.625rem!important;padding-left:.625rem!important}.px-xxl-3{padding-right:.75rem!important;padding-left:.75rem!important}.px-xxl-4{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-5{padding-right:1.25rem!important;padding-left:1.25rem!important}.px-xxl-6{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-7{padding-right:1.75rem!important;padding-left:1.75rem!important}.px-xxl-7e{padding-right:1.875rem!important;padding-left:1.875rem!important}.px-xxl-8{padding-right:2rem!important;padding-left:2rem!important}.px-xxl-9{padding-right:2.25rem!important;padding-left:2.25rem!important}.px-xxl-10{padding-right:2.5rem!important;padding-left:2.5rem!important}.px-xxl-11{padding-right:2.75rem!important;padding-left:2.75rem!important}.px-xxl-12{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-13{padding-right:3.25rem!important;padding-left:3.25rem!important}.px-xxl-14{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-15{padding-right:3.75rem!important;padding-left:3.75rem!important}.px-xxl-16{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-17{padding-right:4.25rem!important;padding-left:4.25rem!important}.px-xxl-18{padding-right:4.5rem!important;padding-left:4.5rem!important}.px-xxl-19{padding-right:4.75rem!important;padding-left:4.75rem!important}.px-xxl-20{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-25{padding-right:5.625rem!important;padding-left:5.625rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3r{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-xxl-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-xxl-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-5{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.py-xxl-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-7{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.py-xxl-7e{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.py-xxl-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-xxl-9{padding-top:2.25rem!important;padding-bottom:2.25rem!important}.py-xxl-10{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.py-xxl-11{padding-top:2.75rem!important;padding-bottom:2.75rem!important}.py-xxl-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-13{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.py-xxl-14{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-15{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.py-xxl-16{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-17{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.py-xxl-18{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.py-xxl-19{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.py-xxl-20{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-25{padding-top:5.625rem!important;padding-bottom:5.625rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3r{padding-top:.625rem!important}.pt-xxl-3{padding-top:.75rem!important}.pt-xxl-4{padding-top:1rem!important}.pt-xxl-5{padding-top:1.25rem!important}.pt-xxl-6{padding-top:1.5rem!important}.pt-xxl-7{padding-top:1.75rem!important}.pt-xxl-7e{padding-top:1.875rem!important}.pt-xxl-8{padding-top:2rem!important}.pt-xxl-9{padding-top:2.25rem!important}.pt-xxl-10{padding-top:2.5rem!important}.pt-xxl-11{padding-top:2.75rem!important}.pt-xxl-12{padding-top:3rem!important}.pt-xxl-13{padding-top:3.25rem!important}.pt-xxl-14{padding-top:3.5rem!important}.pt-xxl-15{padding-top:3.75rem!important}.pt-xxl-16{padding-top:4rem!important}.pt-xxl-17{padding-top:4.25rem!important}.pt-xxl-18{padding-top:4.5rem!important}.pt-xxl-19{padding-top:4.75rem!important}.pt-xxl-20{padding-top:5rem!important}.pt-xxl-25{padding-top:5.625rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3r{padding-right:.625rem!important}.pe-xxl-3{padding-right:.75rem!important}.pe-xxl-4{padding-right:1rem!important}.pe-xxl-5{padding-right:1.25rem!important}.pe-xxl-6{padding-right:1.5rem!important}.pe-xxl-7{padding-right:1.75rem!important}.pe-xxl-7e{padding-right:1.875rem!important}.pe-xxl-8{padding-right:2rem!important}.pe-xxl-9{padding-right:2.25rem!important}.pe-xxl-10{padding-right:2.5rem!important}.pe-xxl-11{padding-right:2.75rem!important}.pe-xxl-12{padding-right:3rem!important}.pe-xxl-13{padding-right:3.25rem!important}.pe-xxl-14{padding-right:3.5rem!important}.pe-xxl-15{padding-right:3.75rem!important}.pe-xxl-16{padding-right:4rem!important}.pe-xxl-17{padding-right:4.25rem!important}.pe-xxl-18{padding-right:4.5rem!important}.pe-xxl-19{padding-right:4.75rem!important}.pe-xxl-20{padding-right:5rem!important}.pe-xxl-25{padding-right:5.625rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3r{padding-bottom:.625rem!important}.pb-xxl-3{padding-bottom:.75rem!important}.pb-xxl-4{padding-bottom:1rem!important}.pb-xxl-5{padding-bottom:1.25rem!important}.pb-xxl-6{padding-bottom:1.5rem!important}.pb-xxl-7{padding-bottom:1.75rem!important}.pb-xxl-7e{padding-bottom:1.875rem!important}.pb-xxl-8{padding-bottom:2rem!important}.pb-xxl-9{padding-bottom:2.25rem!important}.pb-xxl-10{padding-bottom:2.5rem!important}.pb-xxl-11{padding-bottom:2.75rem!important}.pb-xxl-12{padding-bottom:3rem!important}.pb-xxl-13{padding-bottom:3.25rem!important}.pb-xxl-14{padding-bottom:3.5rem!important}.pb-xxl-15{padding-bottom:3.75rem!important}.pb-xxl-16{padding-bottom:4rem!important}.pb-xxl-17{padding-bottom:4.25rem!important}.pb-xxl-18{padding-bottom:4.5rem!important}.pb-xxl-19{padding-bottom:4.75rem!important}.pb-xxl-20{padding-bottom:5rem!important}.pb-xxl-25{padding-bottom:5.625rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3r{padding-left:.625rem!important}.ps-xxl-3{padding-left:.75rem!important}.ps-xxl-4{padding-left:1rem!important}.ps-xxl-5{padding-left:1.25rem!important}.ps-xxl-6{padding-left:1.5rem!important}.ps-xxl-7{padding-left:1.75rem!important}.ps-xxl-7e{padding-left:1.875rem!important}.ps-xxl-8{padding-left:2rem!important}.ps-xxl-9{padding-left:2.25rem!important}.ps-xxl-10{padding-left:2.5rem!important}.ps-xxl-11{padding-left:2.75rem!important}.ps-xxl-12{padding-left:3rem!important}.ps-xxl-13{padding-left:3.25rem!important}.ps-xxl-14{padding-left:3.5rem!important}.ps-xxl-15{padding-left:3.75rem!important}.ps-xxl-16{padding-left:4rem!important}.ps-xxl-17{padding-left:4.25rem!important}.ps-xxl-18{padding-left:4.5rem!important}.ps-xxl-19{padding-left:4.75rem!important}.ps-xxl-20{padding-left:5rem!important}.ps-xxl-25{padding-left:5.625rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3r{gap:.625rem!important}.gap-xxl-3{gap:.75rem!important}.gap-xxl-4{gap:1rem!important}.gap-xxl-5{gap:1.25rem!important}.gap-xxl-6{gap:1.5rem!important}.gap-xxl-7{gap:1.75rem!important}.gap-xxl-7e{gap:1.875rem!important}.gap-xxl-8{gap:2rem!important}.gap-xxl-9{gap:2.25rem!important}.gap-xxl-10{gap:2.5rem!important}.gap-xxl-11{gap:2.75rem!important}.gap-xxl-12{gap:3rem!important}.gap-xxl-13{gap:3.25rem!important}.gap-xxl-14{gap:3.5rem!important}.gap-xxl-15{gap:3.75rem!important}.gap-xxl-16{gap:4rem!important}.gap-xxl-17{gap:4.25rem!important}.gap-xxl-18{gap:4.5rem!important}.gap-xxl-19{gap:4.75rem!important}.gap-xxl-20{gap:5rem!important}.gap-xxl-25{gap:5.625rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3r{row-gap:.625rem!important}.row-gap-xxl-3{row-gap:.75rem!important}.row-gap-xxl-4{row-gap:1rem!important}.row-gap-xxl-5{row-gap:1.25rem!important}.row-gap-xxl-6{row-gap:1.5rem!important}.row-gap-xxl-7{row-gap:1.75rem!important}.row-gap-xxl-7e{row-gap:1.875rem!important}.row-gap-xxl-8{row-gap:2rem!important}.row-gap-xxl-9{row-gap:2.25rem!important}.row-gap-xxl-10{row-gap:2.5rem!important}.row-gap-xxl-11{row-gap:2.75rem!important}.row-gap-xxl-12{row-gap:3rem!important}.row-gap-xxl-13{row-gap:3.25rem!important}.row-gap-xxl-14{row-gap:3.5rem!important}.row-gap-xxl-15{row-gap:3.75rem!important}.row-gap-xxl-16{row-gap:4rem!important}.row-gap-xxl-17{row-gap:4.25rem!important}.row-gap-xxl-18{row-gap:4.5rem!important}.row-gap-xxl-19{row-gap:4.75rem!important}.row-gap-xxl-20{row-gap:5rem!important}.row-gap-xxl-25{row-gap:5.625rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3r{column-gap:.625rem!important}.column-gap-xxl-3{column-gap:.75rem!important}.column-gap-xxl-4{column-gap:1rem!important}.column-gap-xxl-5{column-gap:1.25rem!important}.column-gap-xxl-6{column-gap:1.5rem!important}.column-gap-xxl-7{column-gap:1.75rem!important}.column-gap-xxl-7e{column-gap:1.875rem!important}.column-gap-xxl-8{column-gap:2rem!important}.column-gap-xxl-9{column-gap:2.25rem!important}.column-gap-xxl-10{column-gap:2.5rem!important}.column-gap-xxl-11{column-gap:2.75rem!important}.column-gap-xxl-12{column-gap:3rem!important}.column-gap-xxl-13{column-gap:3.25rem!important}.column-gap-xxl-14{column-gap:3.5rem!important}.column-gap-xxl-15{column-gap:3.75rem!important}.column-gap-xxl-16{column-gap:4rem!important}.column-gap-xxl-17{column-gap:4.25rem!important}.column-gap-xxl-18{column-gap:4.5rem!important}.column-gap-xxl-19{column-gap:4.75rem!important}.column-gap-xxl-20{column-gap:5rem!important}.column-gap-xxl-25{column-gap:5.625rem!important}.fs-xxl-1{font-size:calc(1.3rem + .6vw)!important}.fs-xxl-2{font-size:calc(1.275rem + .3vw)!important}.fs-xxl-3{font-size:calc(1.26rem + .12vw)!important}.fs-xxl-4{font-size:1.25rem!important}.fs-xxl-5{font-size:1.125rem!important}.fs-xxl-6{font-size:1.075rem!important}.fs-xxl-7{font-size:.95rem!important}.fs-xxl-8{font-size:.875rem!important}.fs-xxl-9,.fs-xxl-10e{font-size:.75rem!important}.fs-xxl-10{font-size:.625rem!important}.fs-xxl-base{font-size:1rem!important}.fs-xxl-fluid{font-size:100%!important}.fs-xxl-2x{font-size:calc(1.325rem + .9vw)!important}.fs-xxl-2xx{font-size:calc(1.3375rem + 1.05vw)!important}.fs-xxl-2qx{font-size:calc(1.35rem + 1.2vw)!important}.fs-xxl-2hx{font-size:calc(1.375rem + 1.5vw)!important}.fs-xxl-2tx{font-size:calc(1.4rem + 1.8vw)!important}.fs-xxl-3x{font-size:calc(1.425rem + 2.1vw)!important}.fs-xxl-3qx{font-size:calc(1.45rem + 2.4vw)!important}.fs-xxl-3hx{font-size:calc(1.475rem + 2.7vw)!important}.fs-xxl-3tx{font-size:calc(1.5rem + 3vw)!important}.fs-xxl-4x{font-size:calc(1.525rem + 3.3vw)!important}.fs-xxl-4qx{font-size:calc(1.55rem + 3.6vw)!important}.fs-xxl-4hx{font-size:calc(1.575rem + 3.9vw)!important}.fs-xxl-4tx{font-size:calc(1.6rem + 4.2vw)!important}.fs-xxl-5x{font-size:calc(1.625rem + 4.5vw)!important}.fs-xxl-5qx{font-size:calc(1.65rem + 4.8vw)!important}.fs-xxl-5hx{font-size:calc(1.675rem + 5.1vw)!important}.fs-xxl-5tx{font-size:calc(1.7rem + 5.4vw)!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.min-w-xxl-unset{min-width:unset!important}.min-w-xxl-1r{min-width:1rem!important}.min-w-xxl-2r{min-width:2rem!important}.min-w-xxl-3r{min-width:3rem!important}.min-w-xxl-1r1{min-width:1.125rem!important}.min-w-xxl-1r5{min-width:1.5rem!important}.min-w-xxl-2e{min-width:.115rem!important}.min-w-xxl-3e{min-width:.125rem!important}.min-w-xxl-4r{min-width:.25rem!important}.min-w-xxl-5r{min-width:.5rem!important}.min-w-xxl-15r{min-width:.938rem!important}.min-w-xxl-10r{min-width:.625rem!important}.min-w-xxl-11r5{min-width:.719rem!important}.min-w-xxl-5{min-width:5%!important}.min-w-xxl-10{min-width:10%!important}.min-w-xxl-15{min-width:15%!important}.min-w-xxl-25{min-width:25%!important}.min-w-xxl-30{min-width:30%!important}.min-w-xxl-35{min-width:35%!important}.min-w-xxl-50{min-width:50%!important}.min-w-xxl-65{min-width:65%!important}.min-w-xxl-70{min-width:70%!important}.min-w-xxl-75{min-width:75%!important}.min-w-xxl-85{min-width:85%!important}.min-w-xxl-90{min-width:90%!important}.min-w-xxl-95{min-width:95%!important}.min-w-xxl-100{min-width:100%!important}.min-w-xxl-auto{min-width:auto!important}.min-w-xxl-1px{min-width:1px!important}.min-w-xxl-2px{min-width:2px!important}.min-w-xxl-3px{min-width:3px!important}.min-w-xxl-4px{min-width:4px!important}.min-w-xxl-5px{min-width:5px!important}.min-w-xxl-6px{min-width:6px!important}.min-w-xxl-7px{min-width:7px!important}.min-w-xxl-8px{min-width:8px!important}.min-w-xxl-9px{min-width:9px!important}.min-w-xxl-10px{min-width:10px!important}.min-w-xxl-12px{min-width:12px!important}.min-w-xxl-14px{min-width:.875rem!important}.min-w-xxl-15px{min-width:15px!important}.min-w-xxl-18px{min-width:18px!important}.min-w-xxl-20px{min-width:20px!important}.min-w-xxl-24px{min-width:24px!important}.min-w-xxl-25px{min-width:25px!important}.min-w-xxl-25e{min-width:1.563rem!important}.min-w-xxl-30px{min-width:30px!important}.min-w-xxl-35px{min-width:35px!important}.min-w-xxl-35e{min-width:2.188rem!important}.min-w-xxl-38e{min-width:2.375rem!important}.min-w-xxl-40px{min-width:40px!important}.min-w-xxl-41{min-width:2.563rem!important}.min-w-xxl-42{min-width:2.625rem!important}.min-w-xxl-44{min-width:2.75rem!important}.min-w-xxl-45px{min-width:45px!important}.min-w-xxl-45e{min-width:2.813rem!important}.min-w-xxl-48px{min-width:48px!important}.min-w-xxl-49e{min-width:4.938rem!important}.min-w-xxl-50px{min-width:50px!important}.min-w-xxl-51{min-width:3.188rem!important}.min-w-xxl-55px{min-width:55px!important}.min-w-xxl-60px{min-width:60px!important}.min-w-xxl-65px{min-width:65px!important}.min-w-xxl-66px{min-width:66px!important}.min-w-xxl-70px{min-width:70px!important}.min-w-xxl-75px{min-width:75px!important}.min-w-xxl-79e{min-width:4.938rem!important}.min-w-xxl-80px{min-width:80px!important}.min-w-xxl-80e{min-width:5rem!important}.min-w-xxl-84{min-width:5.25rem!important}.min-w-xxl-85px{min-width:85px!important}.min-w-xxl-87e{min-width:5.438rem!important}.min-w-xxl-90px{min-width:90px!important}.min-w-xxl-90e{min-width:5.625rem!important}.min-w-xxl-95px{min-width:95px!important}.min-w-xxl-100px{min-width:100px!important}.min-w-xxl-110{min-width:6.875rem!important}.min-w-xxl-120{min-width:7.5rem!important}.min-w-xxl-125px{min-width:125px!important}.min-w-xxl-126{min-width:7.875rem!important}.min-w-xxl-148{min-width:9.25rem!important}.min-w-xxl-150px{min-width:150px!important}.min-w-xxl-152{min-width:9.5rem!important}.min-w-xxl-175px{min-width:175px!important}.min-w-xxl-180{min-width:11.25rem!important}.min-w-xxl-191{min-width:11.938rem!important}.min-w-xxl-200px{min-width:200px!important}.min-w-xxl-200e{min-width:12.5rem!important}.min-w-xxl-220{min-width:13.75rem!important}.min-w-xxl-220px{min-width:220px!important}.min-w-xxl-225px{min-width:225px!important}.min-w-xxl-231e{min-width:14.445rem!important}.min-w-xxl-250px{min-width:250px!important}.min-w-xxl-262e{min-width:16.375rem!important}.min-w-xxl-275px{min-width:275px!important}.min-w-xxl-300px{min-width:300px!important}.min-w-xxl-325px{min-width:325px!important}.min-w-xxl-326e{min-width:20.375rem!important}.min-w-xxl-349e{min-width:21.813em!important}.min-w-xxl-350px{min-width:350px!important}.min-w-xxl-374px{min-width:374px!important}.min-w-xxl-375px{min-width:375px!important}.min-w-xxl-400px{min-width:400px!important}.min-w-xxl-400{min-width:25rem!important}.min-w-xxl-419r{min-width:26.188em!important}.min-w-xxl-420px{min-width:420px!important}.min-w-xxl-425px{min-width:425px!important}.min-w-xxl-431px{min-width:431px!important}.min-w-xxl-450px{min-width:450px!important}.min-w-xxl-475px{min-width:475px!important}.min-w-xxl-484px{min-width:484px!important}.min-w-xxl-458px{min-width:458px!important}.min-w-xxl-492e{min-width:30.75rem!important}.min-w-xxl-500px{min-width:500px!important}.min-w-xxl-522e{min-width:32.625rem!important}.min-w-xxl-538e{min-width:33.5rem!important}.min-w-xxl-550px{min-width:550px!important}.min-w-xxl-600px{min-width:600px!important}.min-w-xxl-600e{min-width:37.53em!important}.min-w-xxl-631px{min-width:631px!important}.min-w-xxl-650px{min-width:650px!important}.min-w-xxl-700px{min-width:700px!important}.min-w-xxl-750px{min-width:750px!important}.min-w-xxl-800px{min-width:800px!important}.min-w-xxl-850px{min-width:850px!important}.min-w-xxl-900px{min-width:900px!important}.min-w-xxl-950px{min-width:950px!important}.min-w-xxl-1000px{min-width:1000px!important}.min-h-xxl-unset{min-height:unset!important}.min-h-xxl-1r{min-height:1rem!important}.min-h-xxl-2r{min-height:2rem!important}.min-h-xxl-3r{min-height:3rem!important}.min-h-xxl-1r1{min-height:1.125rem!important}.min-h-xxl-1r5{min-height:1.5rem!important}.min-h-xxl-2e{min-height:.115rem!important}.min-h-xxl-3e{min-height:.125rem!important}.min-h-xxl-4r{min-height:.25rem!important}.min-h-xxl-5r{min-height:.5rem!important}.min-h-xxl-15r{min-height:.938rem!important}.min-h-xxl-10r{min-height:.625rem!important}.min-h-xxl-11r5{min-height:.719rem!important}.min-h-xxl-5{min-height:5%!important}.min-h-xxl-10{min-height:10%!important}.min-h-xxl-15{min-height:15%!important}.min-h-xxl-25{min-height:25%!important}.min-h-xxl-30{min-height:30%!important}.min-h-xxl-35{min-height:35%!important}.min-h-xxl-50{min-height:50%!important}.min-h-xxl-65{min-height:65%!important}.min-h-xxl-70{min-height:70%!important}.min-h-xxl-75{min-height:75%!important}.min-h-xxl-85{min-height:85%!important}.min-h-xxl-90{min-height:90%!important}.min-h-xxl-95{min-height:95%!important}.min-h-xxl-100{min-height:100%!important}.min-h-xxl-auto{min-height:auto!important}.min-h-xxl-1px{min-height:1px!important}.min-h-xxl-2px{min-height:2px!important}.min-h-xxl-3px{min-height:3px!important}.min-h-xxl-4px{min-height:4px!important}.min-h-xxl-5px{min-height:5px!important}.min-h-xxl-6px{min-height:6px!important}.min-h-xxl-7px{min-height:7px!important}.min-h-xxl-8px{min-height:8px!important}.min-h-xxl-9px{min-height:9px!important}.min-h-xxl-10px{min-height:10px!important}.min-h-xxl-12px{min-height:12px!important}.min-h-xxl-14px{min-height:.875rem!important}.min-h-xxl-15px{min-height:15px!important}.min-h-xxl-18px{min-height:18px!important}.min-h-xxl-20px{min-height:20px!important}.min-h-xxl-24px{min-height:24px!important}.min-h-xxl-25px{min-height:25px!important}.min-h-xxl-25e{min-height:1.563rem!important}.min-h-xxl-30px{min-height:30px!important}.min-h-xxl-35px{min-height:35px!important}.min-h-xxl-35e{min-height:2.188rem!important}.min-h-xxl-38e{min-height:2.375rem!important}.min-h-xxl-40px{min-height:40px!important}.min-h-xxl-41{min-height:2.563rem!important}.min-h-xxl-42{min-height:2.625rem!important}.min-h-xxl-44{min-height:2.75rem!important}.min-h-xxl-45px{min-height:45px!important}.min-h-xxl-45e{min-height:2.813rem!important}.min-h-xxl-48px{min-height:48px!important}.min-h-xxl-49e{min-height:4.938rem!important}.min-h-xxl-50px{min-height:50px!important}.min-h-xxl-51{min-height:3.188rem!important}.min-h-xxl-55px{min-height:55px!important}.min-h-xxl-60px{min-height:60px!important}.min-h-xxl-65px{min-height:65px!important}.min-h-xxl-66px{min-height:66px!important}.min-h-xxl-70px{min-height:70px!important}.min-h-xxl-75px{min-height:75px!important}.min-h-xxl-79e{min-height:4.938rem!important}.min-h-xxl-80px{min-height:80px!important}.min-h-xxl-80e{min-height:5rem!important}.min-h-xxl-84{min-height:5.25rem!important}.min-h-xxl-85px{min-height:85px!important}.min-h-xxl-87e{min-height:5.438rem!important}.min-h-xxl-90px{min-height:90px!important}.min-h-xxl-90e{min-height:5.625rem!important}.min-h-xxl-95px{min-height:95px!important}.min-h-xxl-100px{min-height:100px!important}.min-h-xxl-110{min-height:6.875rem!important}.min-h-xxl-120{min-height:7.5rem!important}.min-h-xxl-125px{min-height:125px!important}.min-h-xxl-126{min-height:7.875rem!important}.min-h-xxl-148{min-height:9.25rem!important}.min-h-xxl-150px{min-height:150px!important}.min-h-xxl-152{min-height:9.5rem!important}.min-h-xxl-175px{min-height:175px!important}.min-h-xxl-180{min-height:11.25rem!important}.min-h-xxl-191{min-height:11.938rem!important}.min-h-xxl-200px{min-height:200px!important}.min-h-xxl-200e{min-height:12.5rem!important}.min-h-xxl-220{min-height:13.75rem!important}.min-h-xxl-220px{min-height:220px!important}.min-h-xxl-225px{min-height:225px!important}.min-h-xxl-231e{min-height:14.445rem!important}.min-h-xxl-250px{min-height:250px!important}.min-h-xxl-262e{min-height:16.375rem!important}.min-h-xxl-275px{min-height:275px!important}.min-h-xxl-300px{min-height:300px!important}.min-h-xxl-325px{min-height:325px!important}.min-h-xxl-326e{min-height:20.375rem!important}.min-h-xxl-349e{min-height:21.813em!important}.min-h-xxl-350px{min-height:350px!important}.min-h-xxl-374px{min-height:374px!important}.min-h-xxl-375px{min-height:375px!important}.min-h-xxl-400px{min-height:400px!important}.min-h-xxl-400{min-height:25rem!important}.min-h-xxl-419r{min-height:26.188em!important}.min-h-xxl-420px{min-height:420px!important}.min-h-xxl-425px{min-height:425px!important}.min-h-xxl-431px{min-height:431px!important}.min-h-xxl-450px{min-height:450px!important}.min-h-xxl-475px{min-height:475px!important}.min-h-xxl-484px{min-height:484px!important}.min-h-xxl-458px{min-height:458px!important}.min-h-xxl-492e{min-height:30.75rem!important}.min-h-xxl-500px{min-height:500px!important}.min-h-xxl-522e{min-height:32.625rem!important}.min-h-xxl-538e{min-height:33.5rem!important}.min-h-xxl-550px{min-height:550px!important}.min-h-xxl-600px{min-height:600px!important}.min-h-xxl-600e{min-height:37.53em!important}.min-h-xxl-631px{min-height:631px!important}.min-h-xxl-650px{min-height:650px!important}.min-h-xxl-700px{min-height:700px!important}.min-h-xxl-750px{min-height:750px!important}.min-h-xxl-800px{min-height:800px!important}.min-h-xxl-850px{min-height:850px!important}.min-h-xxl-900px{min-height:900px!important}.min-h-xxl-950px{min-height:950px!important}.min-h-xxl-1000px{min-height:1000px!important}}@media(min-width:1200px){.fs-1{font-size:1.75rem!important}.fs-2{font-size:1.5rem!important}.fs-3{font-size:1.35rem!important}.fs-2x{font-size:2rem!important}.fs-2xx{font-size:2.125rem!important}.fs-2qx{font-size:2.25rem!important}.fs-2hx{font-size:2.5rem!important}.fs-2tx{font-size:2.75rem!important}.fs-3x{font-size:3rem!important}.fs-3qx{font-size:3.25rem!important}.fs-3hx{font-size:3.5rem!important}.fs-3tx{font-size:3.75rem!important}.fs-4x{font-size:4rem!important}.fs-4qx{font-size:4.25rem!important}.fs-4hx{font-size:4.5rem!important}.fs-4tx{font-size:4.75rem!important}.fs-5x{font-size:5rem!important}.fs-5qx{font-size:5.25rem!important}.fs-5hx{font-size:5.5rem!important}.fs-5tx{font-size:5.75rem!important}.fs-sm-1{font-size:1.75rem!important}.fs-sm-2{font-size:1.5rem!important}.fs-sm-3{font-size:1.35rem!important}.fs-sm-2x{font-size:2rem!important}.fs-sm-2xx{font-size:2.125rem!important}.fs-sm-2qx{font-size:2.25rem!important}.fs-sm-2hx{font-size:2.5rem!important}.fs-sm-2tx{font-size:2.75rem!important}.fs-sm-3x{font-size:3rem!important}.fs-sm-3qx{font-size:3.25rem!important}.fs-sm-3hx{font-size:3.5rem!important}.fs-sm-3tx{font-size:3.75rem!important}.fs-sm-4x{font-size:4rem!important}.fs-sm-4qx{font-size:4.25rem!important}.fs-sm-4hx{font-size:4.5rem!important}.fs-sm-4tx{font-size:4.75rem!important}.fs-sm-5x{font-size:5rem!important}.fs-sm-5qx{font-size:5.25rem!important}.fs-sm-5hx{font-size:5.5rem!important}.fs-sm-5tx{font-size:5.75rem!important}.fs-md-1{font-size:1.75rem!important}.fs-md-2{font-size:1.5rem!important}.fs-md-3{font-size:1.35rem!important}.fs-md-2x{font-size:2rem!important}.fs-md-2xx{font-size:2.125rem!important}.fs-md-2qx{font-size:2.25rem!important}.fs-md-2hx{font-size:2.5rem!important}.fs-md-2tx{font-size:2.75rem!important}.fs-md-3x{font-size:3rem!important}.fs-md-3qx{font-size:3.25rem!important}.fs-md-3hx{font-size:3.5rem!important}.fs-md-3tx{font-size:3.75rem!important}.fs-md-4x{font-size:4rem!important}.fs-md-4qx{font-size:4.25rem!important}.fs-md-4hx{font-size:4.5rem!important}.fs-md-4tx{font-size:4.75rem!important}.fs-md-5x{font-size:5rem!important}.fs-md-5qx{font-size:5.25rem!important}.fs-md-5hx{font-size:5.5rem!important}.fs-md-5tx{font-size:5.75rem!important}.fs-lg-1{font-size:1.75rem!important}.fs-lg-2{font-size:1.5rem!important}.fs-lg-3{font-size:1.35rem!important}.fs-lg-2x{font-size:2rem!important}.fs-lg-2xx{font-size:2.125rem!important}.fs-lg-2qx{font-size:2.25rem!important}.fs-lg-2hx{font-size:2.5rem!important}.fs-lg-2tx{font-size:2.75rem!important}.fs-lg-3x{font-size:3rem!important}.fs-lg-3qx{font-size:3.25rem!important}.fs-lg-3hx{font-size:3.5rem!important}.fs-lg-3tx{font-size:3.75rem!important}.fs-lg-4x{font-size:4rem!important}.fs-lg-4qx{font-size:4.25rem!important}.fs-lg-4hx{font-size:4.5rem!important}.fs-lg-4tx{font-size:4.75rem!important}.fs-lg-5x{font-size:5rem!important}.fs-lg-5qx{font-size:5.25rem!important}.fs-lg-5hx{font-size:5.5rem!important}.fs-lg-5tx{font-size:5.75rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.form-control{box-shadow:none!important;padding:.613rem 1rem}.dropdown.show>.form-control{color:#8d8d8d;border-color:#707070}.form-control[readonly]{background-color:#fff}.form-control.form-control-solid{background-color:#f9f9f9;border-color:#e5e5e5;color:#29292a;transition:color .2s ease,background-color .2s ease;border-radius:.25rem}.form-control.form-control-solid::placeholder{color:#8d8d8d}.form-control.form-control-solid::placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.form-control.form-control-solid::-moz-placeholder{color:#8d8d8d;opacity:1}.form-control.form-control-solid::-moz-placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.dropdown.show>.form-control.form-control-solid,.form-control.form-control-solid:active,.form-control.form-control-solid.active,.form-control.form-control-solid:focus,.form-control.form-control-solid.focus{background-color:#f7f7f7;border-color:#f7f7f7;color:#29292a;transition:color .2s ease,background-color .2s ease}.form-control.form-control-white{background-color:#fff;border-color:#fff}.dropdown.show>.form-control.form-control-white,.form-control.form-control-white:active,.form-control.form-control-white.active,.form-control.form-control-white:focus,.form-control.form-control-white.focus{background-color:#fff;border-color:#fff}.form-control.form-control-flush{border:0;background-color:transparent;outline:none!important;box-shadow:none;border-radius:0}.placeholder-gray-500::placeholder{color:#8d8d8d}.placeholder-gray-500::placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.placeholder-white::placeholder{color:#fff}.placeholder-white::placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.placeholder-white::-moz-placeholder{color:#fff;opacity:1}.placeholder-white::-moz-placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.resize-none{resize:none}.icon-style{width:1.5rem!important;height:1.5rem!important}.no-outline{outline:none;border:hidden;background:transparent;width:85%}.placholder-input{position:absolute;margin-top:2.5rem;margin-left:3rem}.form-select{box-shadow:none!important}.form-select.form-select-solid{background-color:#f9f9f9;border-color:#e5e5e5;color:#29292a;transition:color .2s ease,background-color .2s ease}.form-select.form-select-solid::placeholder{color:#8d8d8d}.form-select.form-select-solid::placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.form-select.form-select-solid::-moz-placeholder{color:#8d8d8d;opacity:1}.form-select.form-select-solid::-moz-placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.dropdown.show>.form-select.form-select-solid,.form-select.form-select-solid:active,.form-select.form-select-solid.active,.form-select.form-select-solid:focus,.form-select.form-select-solid.focus{background-color:#f7f7f7;border-color:#e5e5e5!important;color:#29292a;transition:color .2s ease,background-color .2s ease}.form-select.form-select-white{background-color:#fff;border-color:#fff;color:#8d8d8d}.form-select.form-select-white::placeholder{color:#8d8d8d}.form-select.form-select-white::placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.form-select.form-select-white::-moz-placeholder{color:#8d8d8d;opacity:1}.form-select.form-select-white::-moz-placeholder .required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.dropdown.show>.form-select.form-select-white,.form-select.form-select-white:active,.form-select.form-select-white.active,.form-select.form-select-white:focus,.form-select.form-select-white.focus{background-color:#fff;border-color:#fff!important;color:#8d8d8d}.select-no-outline{outline:none;border:hidden;background:transparent;width:85%}select:invalid{color:#8d8d8d}.required:after{content:"*";position:relative;font-size:inherit;color:#f64e60;padding-left:.25rem;font-weight:700}.form-check .form-check-label{cursor:pointer}.form-check .form-check-input{cursor:pointer;-webkit-appearance:none;appearance:none}.form-check.form-check-custom{display:flex;align-items:center;padding-left:0;margin:0}.form-check.form-check-custom .form-check-input{margin:0;float:none;flex-shrink:0}.form-check.form-check-custom .form-check-label{margin-left:.55rem}.form-check:not(.form-switch) .form-check-input[type=checkbox]{background-size:60% 60%}.form-check.form-check-solid .form-check-input{border:0;background-color:#fff;border:1px solid #8d8d8d!important;background-size:81%!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a39696'/%3e%3c/svg%3e")}.form-check.form-check-solid .form-check-input:active,.form-check.form-check-solid .form-check-input:focus{filter:none;background-color:#8d8d8d}.form-check.form-check-solid .form-check-input:checked{background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2340a060'/%3e%3c/svg%3e")!important}.form-check.form-check-alt .form-check-input{border:0;background-color:#fff;border:1px solid #5e718d!important;background-size:81%!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a39696'/%3e%3c/svg%3e")}.form-check.form-check-alt .form-check-input:active,.form-check.form-check-alt .form-check-input:focus{filter:none;background-color:#8d8d8d}.form-check.form-check-alt .form-check-input:checked{background-color:#fff;border:1px solid #5e718d!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2340a060'/%3e%3c/svg%3e")!important}.form-check.form-check-success .form-check-input:checked{background-color:#0bb783}.form-check.form-check-danger .form-check-input:checked{background-color:#f64e60}.form-check.form-check-warning .form-check-input:checked{background-color:#ffa800}.form-check.form-check-custom.form-check-sm .form-check-input{height:1.5rem;width:1.5rem}.form-check.form-check-custom.form-check-lg .form-check-input{height:2.25rem;width:2.25rem}.form-switch.form-check-solid .form-check-input{height:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238d8d8d'/%3e%3c/svg%3e");border-radius:3.25rem}.form-switch.form-check-solid .form-check-input:checked{filter:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2340a060'/%3e%3c/svg%3e")}.form-switch.form-check-solid.form-switch-sm .form-check-input{height:1.5rem;width:2.5rem}.form-switch.form-check-solid.form-switch-lg .form-check-input{height:2.75rem;width:3.75rem}.form-check-input-alt:checked[type=checkbox]{background-color:#1f8505!important;background-image:url("data:image/svg+xml,%3csvg%20width='7'%20height='5'%20viewBox='0%200%207%205'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.621094%202.6778L2.62109%204.45558L5.95443%200.900024'%20stroke='white'%20strokeLinecap='round'%20strokeLinejoin='round'/%3e%3c/svg%3e")!important}.text-white{color:#fff!important}.text-hover-white,.text-hover-white i{transition:color .2s ease,background-color .2s ease}.text-hover-white:hover,.text-hover-white:hover i{transition:color .2s ease,background-color .2s ease;color:#fff!important}.text-primary{color:#006cec!important}.text-hover-primary,.text-hover-primary i{transition:color .2s ease,background-color .2s ease}.text-hover-primary:hover,.text-hover-primary:hover i{transition:color .2s ease,background-color .2s ease;color:#006cec!important}.text-secondary{color:#999!important}.text-hover-secondary,.text-hover-secondary i{transition:color .2s ease,background-color .2s ease}.text-hover-secondary:hover,.text-hover-secondary:hover i{transition:color .2s ease,background-color .2s ease;color:#999!important}.text-success{color:#1f8505!important}.text-hover-success,.text-hover-success i{transition:color .2s ease,background-color .2s ease}.text-hover-success:hover,.text-hover-success:hover i{transition:color .2s ease,background-color .2s ease;color:#1f8505!important}.text-alt-success{color:#40a060!important}.text-hover-alt-success,.text-hover-alt-success i{transition:color .2s ease,background-color .2s ease}.text-hover-alt-success:hover,.text-hover-alt-success:hover i{transition:color .2s ease,background-color .2s ease;color:#40a060!important}.text-warning{color:#ebbc2e!important}.text-hover-warning,.text-hover-warning i{transition:color .2s ease,background-color .2s ease}.text-hover-warning:hover,.text-hover-warning:hover i{transition:color .2s ease,background-color .2s ease;color:#ebbc2e!important}.text-danger{color:#ee151d!important}.text-hover-danger,.text-hover-danger i{transition:color .2s ease,background-color .2s ease}.text-hover-danger:hover,.text-hover-danger:hover i{transition:color .2s ease,background-color .2s ease;color:#ee151d!important}.text-muted{color:#8d8d8d!important}.text-hover-muted,.text-hover-muted i{transition:color .2s ease,background-color .2s ease}.text-hover-muted:hover,.text-hover-muted:hover i{transition:color .2s ease,background-color .2s ease;color:#8d8d8d!important}.text-dark{color:#29292a!important}.text-hover-dark,.text-hover-dark i{transition:color .2s ease,background-color .2s ease}.text-hover-dark:hover,.text-hover-dark:hover i{transition:color .2s ease,background-color .2s ease;color:#29292a!important}.text-dark2{color:#061b01!important}.text-hover-dark2,.text-hover-dark2 i{transition:color .2s ease,background-color .2s ease}.text-hover-dark2:hover,.text-hover-dark2:hover i{transition:color .2s ease,background-color .2s ease;color:#061b01!important}.text-brown{color:#645116!important}.text-hover-brown,.text-hover-brown i{transition:color .2s ease,background-color .2s ease}.text-hover-brown:hover,.text-hover-brown:hover i{transition:color .2s ease,background-color .2s ease;color:#645116!important}.text-gray-800{color:#a39696!important}.text-hover-gray-800,.text-hover-gray-800 i{transition:color .2s ease,background-color .2s ease}.text-hover-gray-800:hover,.text-hover-gray-800:hover i{transition:color .2s ease,background-color .2s ease;color:#a39696!important}.text-gray-400{color:#707070!important}.text-hover-gray-400,.text-hover-gray-400 i{transition:color .2s ease,background-color .2s ease}.text-hover-gray-400:hover,.text-hover-gray-400:hover i{transition:color .2s ease,background-color .2s ease;color:#707070!important}.text-gray{color:#e5e5e5!important}.text-hover-gray,.text-hover-gray i{transition:color .2s ease,background-color .2s ease}.text-hover-gray:hover,.text-hover-gray:hover i{transition:color .2s ease,background-color .2s ease;color:#e5e5e5!important}.text-edit{color:#0da4c6!important}.text-hover-edit,.text-hover-edit i{transition:color .2s ease,background-color .2s ease}.text-hover-edit:hover,.text-hover-edit:hover i{transition:color .2s ease,background-color .2s ease;color:#0da4c6!important}.text-pending{color:#e3b118!important}.text-hover-pending,.text-hover-pending i{transition:color .2s ease,background-color .2s ease}.text-hover-pending:hover,.text-hover-pending:hover i{transition:color .2s ease,background-color .2s ease;color:#e3b118!important}.text-label-text{color:#aaa!important}.text-hover-label-text,.text-hover-label-text i{transition:color .2s ease,background-color .2s ease}.text-hover-label-text:hover,.text-hover-label-text:hover i{transition:color .2s ease,background-color .2s ease;color:#aaa!important}.text-alt-red{color:#fde7e8!important}.text-hover-alt-red,.text-hover-alt-red i{transition:color .2s ease,background-color .2s ease}.text-hover-alt-red:hover,.text-hover-alt-red:hover i{transition:color .2s ease,background-color .2s ease;color:#fde7e8!important}.text-yellow{color:#f1b807!important}.text-hover-yellow,.text-hover-yellow i{transition:color .2s ease,background-color .2s ease}.text-hover-yellow:hover,.text-hover-yellow:hover i{transition:color .2s ease,background-color .2s ease;color:#f1b807!important}.text-dblack{color:#1d1b1b!important}.text-hover-dblack,.text-hover-dblack i{transition:color .2s ease,background-color .2s ease}.text-hover-dblack:hover,.text-hover-dblack:hover i{transition:color .2s ease,background-color .2s ease;color:#1d1b1b!important}.text-form-grey{color:#7c7c7c!important}.text-hover-form-grey,.text-hover-form-grey i{transition:color .2s ease,background-color .2s ease}.text-hover-form-grey:hover,.text-hover-form-grey:hover i{transition:color .2s ease,background-color .2s ease;color:#7c7c7c!important}.text-tc{color:#f1b900!important}.text-hover-tc,.text-hover-tc i{transition:color .2s ease,background-color .2s ease}.text-hover-tc:hover,.text-hover-tc:hover i{transition:color .2s ease,background-color .2s ease;color:#f1b900!important}.text-transparent{color:transparent}.fw-boldest{font-weight:700!important}.cursor-disabled{cursor:not-allowed}.cursor-default{cursor:default}.cursor-move{cursor:move}.upppercaseText{text-transform:uppercase}.capitaliseText{text-transform:capitalize}.lowercaseText{text-transform:lowercase}.pop{font-family:Poppins,sans-serif}.underline-white{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#fff!important}.underline-primary{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#006cec!important}.underline-secondary{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#999!important}.underline-success{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#1f8505!important}.underline-alt-success{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#40a060!important}.underline-warning{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#ebbc2e!important}.underline-danger{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#ee151d!important}.underline-muted{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#8d8d8d!important}.underline-dark{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#29292a!important}.underline-dark2{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#061b01!important}.underline-brown{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#645116!important}.underline-gray-800{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#a39696!important}.underline-gray-400{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#707070!important}.underline-gray{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#e5e5e5!important}.underline-edit{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#0da4c6!important}.underline-pending{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#e3b118!important}.underline-label-text{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#aaa!important}.underline-alt-red{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#fde7e8!important}.underline-yellow{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#f1b807!important}.underline-dblack{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#1d1b1b!important}.underline-form-grey{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#7c7c7c!important}.underline-tc{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#f1b900!important}p{font-family:Poppins}.shine{background:#f6f7f8;background-image:linear-gradient(to right,#f6f7f8,#edeef1 20%,#f6f7f8 40% 100%);background-repeat:no-repeat;background-size:800px 104px;display:inline-block;position:relative;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;-webkit-animation-duration:2s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;-webkit-animation-timing-function:linear}.shine.w1{width:20%}.shine.w2{width:40%}.shine.w3{width:60%}.shine.w4{width:80%}.shine.w5{width:100%}.shine.h1{height:10px}.shine.h2{height:20px}.shine.h3{height:30px}.shine.h4{height:40px}.shine.h5{height:50px}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.border-active:not(.active):not(:active):not(:hover):not(:focus){border-color:transparent!important}.border-hover:not(:hover):not(:focus):not(.active):not(:active){cursor:pointer;border-color:transparent!important}.border-gray-100{border-color:#030d00!important}.border-gray-200{border-color:#333!important}.border-gray-300{border-color:#353d33!important}.border-gray-400{border-color:#707070!important}.border-gray-500{border-color:#8d8d8d!important}.border-gray-600{border-color:#9a9e99!important}.border-gray-700{border-color:#999!important}.border-gray-800{border-color:#a39696!important}.border-gray-900{border-color:#fff!important}.border-gray-light{border-color:#e3e3e3!important}.border-hover-white:hover,.border-active-white.active{border-color:#fff!important}.border-hover-light:hover,.border-active-light.active{border-color:#030d00!important}.border-hover-primary:hover,.border-active-primary.active{border-color:#006cec!important}.border-hover-secondary:hover,.border-active-secondary.active{border-color:#999!important}.border-hover-success:hover,.border-active-success.active{border-color:#1f8505!important}.border-hover-alt-success:hover,.border-active-alt-success.active{border-color:#40a060!important}.border-hover-warning:hover,.border-active-warning.active{border-color:#ebbc2e!important}.border-hover-danger:hover,.border-active-danger.active{border-color:#ee151d!important}.border-hover-info:hover,.border-active-info.active{border-color:#8950fc!important}.border-hover-dark:hover,.border-active-dark.active{border-color:#29292a!important}.border-hover-dark2:hover,.border-active-dark2.active{border-color:#061b01!important}.border-hover-brown:hover,.border-active-brown.active{border-color:#645116!important}.border-hover-footer:hover,.border-active-footer.active{border-color:#fbcb38!important}.border-hover-warning-alt:hover,.border-active-warning-alt.active{border-color:#ffc125!important}.border-hover-black:hover,.border-active-black.active{border-color:#000!important}.border-hover-gray:hover,.border-active-gray.active{border-color:#e5e5e5!important}.border-hover-edit:hover,.border-active-edit.active{border-color:#0da4c6!important}.border-hover-primary-500:hover,.border-active-primary-500.active{border-color:#5e718d!important}.border-hover-gray-500:hover,.border-active-gray-500.active{border-color:#8d8d8d!important}.border-hover-alt-gray:hover,.border-active-alt-gray.active{border-color:#f4f4f4!important}.border-hover-light-success:hover,.border-active-light-success.active{border-color:#d2e7cd!important}.border-hover-collection-button:hover,.border-active-collection-button.active{border-color:#aaa!important}.border-hover-admin-body:hover,.border-active-admin-body.active{border-color:#f9f9f9!important}.border-hover-unchecked:hover,.border-active-unchecked.active{border-color:#e8e8e8!important}.border-hover-pending:hover,.border-active-pending.active{border-color:#fef5d7!important}.border-hover-alt-red:hover,.border-active-alt-red.active{border-color:#fde7e8!important}.border-hover-form-grey:hover,.border-active-form-grey.active{border-color:#7c7c7c!important}.border-input{border-color:#979797!important}.border-hover-transparent:hover{border-color:transparent!important}.border-dashed{border-style:dashed!important;border-color:#353d33}.border-top-dashed{border-top-style:dashed!important}.border-bottom-dashed{border-bottom-style:dashed!important}.border-start-dashed{border-left-style:dashed!important}.border-end-dashed{border-right-style:dashed!important}.border-dotted{border-style:dotted!important}.border-top-dotted{border-top-style:dotted!important}.border-bottom-dotted{border-bottom-style:dotted!important}.border-start-dotted{border-left-style:dotted!important}.border-end-dotted{border-right-style:dotted!important}.border-transparent{border-color:transparent!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-circle{border-radius:50%!important}.ant-form-item{font-family:Poppins,Helvetica,"sans-serif"!important}.ant-form-item-label{color:#484848;font-family:Poppins,sans-serif!important;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.ant-input{background:#f9f9f9!important;font-family:Poppins,Helvetica,"sans-serif"!important}.ant-input-affix-wrapper{border-radius:4px;border:1px solid #aca9a8;background:#f9f9f9!important;height:45px}.ant-input-affix-wrapper:hover{border:1px solid #373737!important}.ant-form-item .ant-form-item-explain-error{font-family:Poppins,Helvetica,"sans-serif"!important}.ant-btn{border-radius:4px;background-color:#f1b900;padding:10px;color:#1d1b1b;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;height:auto;border:none!important}.ant-btn svg path{fill:#000!important}.ant-btn:hover,.ant-btn:active{background-color:#dfac00!important;color:#1d1b1b!important;outline:none!important;border:none!important}.ant-btn:hover:disabled,.ant-btn:active:disabled{background-color:#f9e296!important;color:#fef8e6!important}.ant-btn:disabled{background:#f9e296;color:#fef8e6}.ant-btn:disabled svg path{fill:#fef8e6!important}.ant-checkbox .ant-checkbox-inner :after{border:2px solid brown!important}.ant-checkbox-wrapper .ant-checkbox{background-color:#fff;border:1.5px solid #a4a4a6!important;outline:none!important;border:none!important}.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{width:.938rem!important;height:.938rem!important;border:1.5px solid #a4a4a6!important}.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner :after{border:2px solid green!important}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{border-color:#f2b807!important;background-color:#f2b807!important;width:.938rem!important;height:.938rem!important}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after{border:2px solid #292d32;border-top:0;-webkit-border-start:0;border-inline-start:0}.ant-select-lg{height:50px!important}.footer{padding:1rem;background:url(/assets/footerShape-BY780wFa.png) center center no-repeat,#29292a!important;display:grid;grid-template-columns:1fr;color:#fff}@media screen and (min-width:992px){.footer{padding:2rem;gap:4rem}}.footer .social-icons-footer{display:grid;margin-top:2rem;padding:0;grid-template-columns:repeat(4,1fr);width:15rem;align-items:center;font-size:1rem;color:var(--clr-primary-5);transition:var(--transition)}@media screen and (min-width:992px){.footer .social-icons-footer{display:grid;margin-top:-4rem;padding:0}}.link-text{text-decoration:none;color:#fff}.footer-container{display:grid;grid-template-columns:1fr}@media screen and (min-width:992px){.footer-container{grid-template-columns:40% 1fr 1fr 1fr;grid-gap:2rem}}.footer-container .footer-message .message{margin-top:34.54px;margin-bottom:41.91px}.footer-center{display:block;place-items:center;margin-left:2rem}@media screen and (max-width:540px){.footer-center{margin-left:unset}}.footer .social-icons{margin-bottom:2rem}.footer .social-icon{color:var(--clr-primary-10)}.footer-quick-link{font-family:Poppins;font-style:normal;font-weight:600;font-size:18px;line-height:150.5%;color:#f1b807}.footer-quick-link-text{font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:1.457rem;color:#fff}.footer-bottom{display:flex;border-top:2px dashed rgba(213,213,213,.2);padding:2rem 0;justify-content:space-between;flex-direction:row}@media screen and (max-width:540px){.footer-bottom{flex-direction:column}}.footer-bottom .footer-store{display:grid;grid-template-columns:1fr 1fr;grid-gap:.688rem}@media screen and (max-width:540px){.footer-bottom .footer-store{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}}.footer-bottom-div{margin-top:1rem;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:21px;color:#fff!important}.footer-bg{background:linear-gradient(0deg,#545455,#545455),linear-gradient(0deg,#0003,#0003),linear-gradient(0deg,#0003,#0003),linear-gradient(0deg,#0003,#0003),linear-gradient(0deg,#0003,#0003)}.layout-dark-container{height:458px!important}@media screen and (max-width:991px){.layout-dark-container{margin-top:-10px;height:50vh!important}}.imgLeft{width:168.995px;height:162.68px}@media screen and (max-width:991px){.imgLeft{width:20%;height:20%}}.imgRight{width:205.998px;height:180.34px}@media screen and (max-width:991px){.imgRight{width:25%;height:25%}}.imgRight2{margin-top:-105px}@media screen and (max-width:991px){.imgRight2{width:50%;height:50%}}.header-logo{margin-left:73px;margin-right:120px;margin-bottom:71px}@media screen and (max-width:991px){.header-logo{margin-left:5%;margin-right:5%;margin-bottom:15%}}.header-logo .logo{width:162px;height:39.01px;margin-top:33px}@media screen and (max-width:991px){.header-logo .logo{width:100px;height:unset;margin-top:24px}}.header-logo .home{width:40px;height:40px;margin-top:28px}@media screen and (max-width:991px){.header-logo .home{width:24px;height:29px;margin-top:24px}}.outletContent{margin:5%}@media screen and (min-width:992px){.outletContent{margin-left:73px;margin-right:113px;margin-top:6px;display:flex;justify-content:space-between}}.outletContent .header-container{min-height:800px;position:relative}.outletContent .main{z-index:1}@media screen and (min-width:992px){.outletContent .main{width:539px}}.outletContent .bottom-content{position:absolute;bottom:0;left:0;width:100%}.outletContent .bottom-content-left{position:absolute;bottom:0;left:-15%;width:100%}.main-container{border-radius:40px;background:#fff;box-shadow:0 4px 35px #00000014;min-height:50vh;width:100%;max-width:500px;margin:0 auto;overflow-x:hidden;box-sizing:border-box}@media(max-width:767px){.main-container{border-radius:30px;max-width:calc(100% - 40px);padding:0}}@media(max-width:479px){.main-container{border-radius:20px;max-width:calc(100% - 24px)}}.nav{height:5rem;padding:1rem 0;transition:var(--transition);background:transparent}.nav-center{width:100%;padding:0rem 1rem;margin:0 auto;z-index:999}@media screen and (min-width:992px){.nav-center{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 40px}}.nav-header{display:grid;grid-template-columns:auto;align-items:center}@media screen and (max-width:992px){.nav-header{display:flex;justify-content:space-between}}.hamburger-button{position:relative;width:40px;height:40px;background:transparent;border:none;cursor:pointer}@media screen and (min-width:992px){.hamburger-button{display:none}}.bar{width:30px;height:4px;background:#fff;margin:6px 0;transition:.4s}.open .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.open .bar:nth-child(2){opacity:0}.open .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.nav-logo{width:150px;height:36px}.nav-links{display:none}@media screen and (min-width:992px){.nav-links{display:grid;grid-template-columns:repeat(5,1fr);white-space:nowrap;column-gap:30px}}.nav-button-container{display:none}@media screen and (min-width:992px){.nav-button-container{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;justify-self:center}.nav-bar-margin-right{margin-right:6rem}.nav-bar-margin-left{margin-left:6rem}.nav-link-container{display:grid;grid-template-columns:1fr;justify-items:center;justify-self:center}.nav-links a{text-transform:capitalize;transition:var(--transition);text-decoration:none;color:#fff;text-align:center;font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:600;line-height:1.75rem;display:inline-flex}.nav-links a:after{content:"";width:0%;height:3px;background-color:var(--clr-primary-5);margin:.3rem auto;display:grid}.active:after{content:"";width:100%;height:3px;margin:.3rem auto;display:grid}.active:hover:after{width:100%;transition:width .3s linear}.nav-links a:hover:after{width:100%;transition:width .3s linear}.nav-btn-link{border-color:transparent;color:#f1b807;cursor:pointer;background:transparent;border-radius:4px;padding:10px;gap:10px;width:150px;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:500;font-size:1rem;line-height:1.75rem;text-align:center}.nav-btn-link-2{border:1px solid #f1b807;color:#1f1f28;cursor:pointer;background:#f1b807;border-radius:4px;padding:10px;gap:10px;width:150px;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:500;font-size:1rem;line-height:1.75rem;text-align:center}.nav-btn-link-3{display:flex;width:119px;padding:4px 10px;justify-content:center;align-items:center;gap:10px;border-radius:4px;border:1px solid var(--foundation-blue-secondary-text-400, #545455)}.nav-btn-link-4{display:flex;width:119px;padding:4px 10px;justify-content:center;align-items:center;gap:10px;border-radius:4px;background:var(--foundation-yellow-primary-500, #f1b807);border:none}}.navbar-fixed{position:fixed;top:0;left:0;width:100%;background:#1f1f28;z-index:2;box-shadow:0 5px 15px #0000001a;padding:1rem}.sidebar{position:fixed;top:0;right:-250px;width:250px;height:100%;background:#333;transition:.4s}@media screen and (min-width:992px){.sidebar{display:none}}.show-sidebar{right:0}.sidebar-menu{list-style:none;padding:4rem 0 0;margin:0;text-align:center}.sidebar-menu li{padding:15px;text-align:right}.sidebar-menu a{font-size:1rem;text-transform:capitalize;transition:var(--transition);color:#fff;display:inline-block;padding:.5rem 0;text-decoration:none;text-align:center;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:600}.content-container{min-height:500px}.auth-layout-header{padding:0rem 1rem;border-bottom:1px solid #dadada;background:#fff}@media screen and (min-width:992px){.auth-layout-header{padding:0rem 40px}}.auth-layout-header .auth-nav{height:5.75rem;transition:var(--transition);background:transparent;display:flex;align-items:center;justify-content:center}@media screen and (min-width:992px){.auth-layout-header .auth-nav{height:100px}}.auth-layout-header .auth-nav-center{width:100%;margin:0 auto;z-index:1}.auth-layout-header .auth-nav-header{display:grid;grid-template-columns:1fr 1fr;align-items:center}@media screen and (max-width:992px){.auth-layout-header .auth-nav-header{width:100%;display:flex;justify-content:space-between;align-items:center}}.auth-layout-header .auth-nav-header .logo-container{display:flex!important;gap:3.125rem!important}.auth-layout-header .auth-nav-header .auth-nav-logo{width:127.216px;height:20px}.auth-layout-header .hamburger-button{position:relative;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer}@media screen and (min-width:992px){.auth-layout-header .hamburger-button{display:none}}.auth-layout-header .bar{width:30px;height:4px;background:#009ef6;margin:6px 0;transition:.4s}.auth-layout-header .open .bar:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.auth-layout-header .open .bar:nth-child(2){opacity:0}.auth-layout-header .open .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.auth-layout-header .headerLeftNav{display:flex;align-items:center;gap:1.25rem;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:21px;color:#061b01;justify-content:flex-end}.auth-layout-header .headerLeftNav .headerUsernameRole{display:grid;justify-content:center;justify-items:center;gap:.625rem}.auth-layout-header .headerLeftNav .headerUsernameRole .role{padding:.125rem .375rem;min-width:49px;min-height:22px;background:#006cec;border-radius:2px}.auth-layout-header .headerLeftNav .headerUsernameRole .role .role-text{font-weight:500;font-size:.75rem;line-height:1.125rem;color:#fff}.auth-layout-header .headerLeftNav .headerUserAvatar{display:flex;align-items:center;gap:20px}.auth-layout-header .headerLeftNav .headerUserAvatar img{width:38px}.auth-layout-header .headerLeftNav .headerUserAvatar .userImg{width:50px;height:50px;border-radius:50px}.auth-layout-header .headerLeftNav .headerUserAvatar .userImg .dummyHead{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;padding:0;min-width:250px}.auth-layout-header .headerLeftNav .headerUserAvatar .userImg .dummyHead .avatar-icon{background-color:#e0e0e0;color:#555;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-right:16px}@media(max-width:885px){.auth-layout-header .headerLeftNav{display:none}}.auth-layout-header .sidebar{position:fixed;top:0;right:-250px;width:250px;height:100%;background:#007ec5;transition:.4s;z-index:100}@media screen and (min-width:992px){.auth-layout-header .sidebar{display:none}}.auth-layout-header .show-sidebar{right:0}.auth-layout-header .sidebar-menu{list-style:none;padding:4rem 0 0;margin:0;text-align:center}.auth-layout-header .sidebar-menu li{padding:15px;text-align:right}.auth-layout-header .sidebar-menu a{font-size:1rem;text-transform:capitalize;transition:var(--transition);color:#fff;display:inline-block;padding:.5rem 0;text-decoration:none;text-align:center;font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:600}.sidebarMain{background:#fff;width:100%;display:flex;flex-direction:column;padding-top:1.375rem;padding-bottom:0;height:calc(100vh - 93px);overflow-y:auto}.sidebarMain :where(.css-dev-only-do-not-override-yp8pcc).ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title,.sidebarMain :where(.css-dev-only-do-not-override-yp8pcc).ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:500;font-size:.875rem;line-height:1.313rem;color:#9a9e99!important}.sidebarMain :where(.css-dev-only-do-not-override-yp8pcc).ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title Link,.sidebarMain :where(.css-dev-only-do-not-override-yp8pcc).ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title Link{padding-left:0}.sidebarMain .ant-menu{font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:500;font-size:.875rem;line-height:1.313rem;color:#9a9e99!important;display:inline-grid;gap:9px}.sidebarMain :where(.css-yp8pcc).ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title,.sidebarMain :where(.css-yp8pcc).ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{font-family:Poppins,Helvetica,"sans-serif";font-style:normal;font-weight:500;font-size:.875rem;line-height:1.313rem;color:#9a9e99!important}.sidebarMain :where(.css-yp8pcc).ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title Link,.sidebarMain :where(.css-yp8pcc).ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title Link{padding-left:0}.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light .ant-menu-submenu-selected>.ant-menu-submenu-title,.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light>.ant-menu .ant-menu-submenu-selected>.ant-menu-submenu-title{color:#9a9e99;padding:0!important;background:#fff!important}.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline,.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light>.ant-menu.ant-menu-inline .ant-menu-sub.ant-menu-inline{background:#fff}.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover,.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light>.ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title{background-color:#fff;padding-left:0!important}.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover:hover,.sidebarMain :where(.css-dev-only-do-not-override-2q8sxy).ant-menu-light>.ant-menu:not(.ant-menu-horizontal) .ant-menu-submenu-title:hover{background-color:#fff;padding-left:0!important}.sidebarMain .ant-menu-submenu-title{padding-left:0!important;display:flex;align-items:center;border-radius:unset}.sidebarMain .sidebarHeading{-webkit-border-end:unset!important;border-inline-end:unset!important}.sidebarMain .sidebarHeading .menu-item{display:flex;align-items:center;padding-left:.75rem!important;padding-right:.75rem!important;height:41px;max-width:213px;background-color:#fff;border-radius:unset;color:#9d9d9d}.sidebarMain .sidebarHeading .text.ff{color:red}.sidebarMain .sidebarHeading .subMenu{padding-left:1.813rem!important;background-color:#fff;border-radius:unset}.sidebarMain .sidebarHeading .subMenu-item{padding-left:.625rem!important;height:50px;background-color:#fff;border-radius:unset}.sidebarMain nav{display:grid;gap:24px}.sidebarMain nav a{display:flex;align-items:center;text-decoration:none;font-family:Poppins,Helvetica,"sans-serif";color:#9d9d9d;font-size:14px;font-style:normal;font-weight:400;line-height:normal}@media(max-width:991px){.sidebarMain{position:absolute;top:0;left:0;width:0;height:100vh;padding-inline:0;box-sizing:border-box;overflow:hidden;transition:linear width .2s}}.sidebarMainActivated{position:fixed;top:100px;width:250px;height:100%;background:#fff;transition:.4s;z-index:100;right:0;padding-top:0}.menu-link-text{color:var(--foundation-blue-secondary-text-200, #9d9d9d);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.text-primary{display:flex;width:213px;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:4px;color:#654d03!important;background:var(--foundation-yellow-primary-100, #fbe9b2)}.text-primary:hover{color:#654d03!important}.app-container .mainDashboard{width:100vw;height:100vh;display:grid}.app-container .mainDashboard .sideBar-Outlet{display:grid;grid-template-columns:252px auto;height:calc(100vh - 100px);background:#fff;overflow-y:auto}@media(min-width:991px){.app-container .mainDashboard .sideBar-Outlet{gap:calc(30px - 1rem)}}@media(max-width:991px){.app-container .mainDashboard .sideBar-Outlet{display:block}}.app-container .mainDashboard .sideBar-Outlet .dashboardSidebar{background:#fff;border-right:1px solid #dadada}@media(max-width:600px){.app-container .mainDashboard .sideBar-Outlet{grid-template-columns:100%}}.app-container .mainDashboard .sideBar-Outlet .main-container{padding:1.875rem 1.875rem 0 1rem;height:calc(100vh - 100px);overflow-y:auto}.app-container .mainDashboard .sideBar-Outlet .main-container .content{min-height:50vh}.app-container .mainDashboard .sideBar-Outlet .main-containe{height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden}.app-container .mainDashboard .sideBar-Outlet .main-containe .content{min-height:50vh}.app-container{width:100vw;background:#fff;min-height:100vh}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{font-family:Poppins,Helvetica,"sans-serif";background:#fff;color:#fff;line-height:1.5;min-height:100vh;font-weight:400;overflow-x:hidden;width:100%;margin:0;padding:0}.icon{padding:7px 20px 7px 10px;background:url(https://static.thenounproject.com/png/101791-200.png) no-repeat right;background-size:20px;background-position-x:95%;width:250px;border-radius:4px;border:1px solid #eaeaea;outline:none;box-shadow:none}.icon:focus-within,.icon:focus,.icon:active{border-radius:4px;border:1px solid #eaeaea;outline:none;box-shadow:none}.border-bottom{border-bottom:1px solid #eaeaea}.w-50{width:66%}.w-100{width:100%}.add-cta{border:1px solid #f9de8d;box-shadow:0 4px 12px #0000000f;outline:none!important;background:#f9de8d!important}*,: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-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}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-feature-settings:normal;font-variation-settings:normal;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-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([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}dialog{padding:0}textarea{resize:vertical}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]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.-bottom-\[3\%\]{bottom:-3%}.-left-\[6\%\]{left:-6%}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-\[10\]{bottom:10}.left-0{left:0}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-2\/3{left:66.666667%}.left-\[10\%\]{left:10%}.right-0{right:0}.top-0{top:0}.top-1\/2{top:50%}.top-12{top:3rem}.z-50{z-index:50}.float-start{float:inline-start}.float-end{float:inline-end}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.m-4{margin:1rem}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.\!mt-5{margin-top:1.25rem!important}.\!mt-6{margin-top:1.5rem!important}.-mt-12{margin-top:-3rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-20{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-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-\[74px\]{margin-bottom:74px}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-8{margin-right:2rem}.mr-auto{margin-right:auto}.ms-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}.ms-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.ms-4{-webkit-margin-start:1rem;margin-inline-start:1rem}.ms-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.\!h-1\/3{height:33.333333%!important}.\!h-3{height:.75rem!important}.\!h-32{height:8rem!important}.\!h-\[500px\]{height:500px!important}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-3\/4{height:75%}.h-4\/5{height:80%}.h-5{height:1.25rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[24px\]{height:24px}.h-\[50px\]{height:50px}.h-\[800px\]{height:800px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.min-h-fit{min-height:-webkit-fit-content;min-height:fit-content}.min-h-screen{min-height:100vh}.\!w-full{width:100%!important}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.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\/3{width:66.666667%}.w-2\/4{width:50%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-4\/5{width:80%}.w-5\/6{width:83.333333%}.w-8{width:2rem}.w-96{width:24rem}.w-\[100\%\]{width:100%}.w-\[1000px\]{width:1000px}.w-\[24px\]{width:24px}.w-\[50\%\]{width:50%}.w-\[550px\]{width:550px}.w-\[70\%\]{width:70%}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[60\%\]{max-width:60%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.translate-x-1\/2{--tw-translate-x: 50%;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-1\/2{--tw-translate-y: 50%;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))}.rotate-90{--tw-rotate: 90deg;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 pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.\!list-none{list-style-type:none!important}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-end{place-content:end}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-x-0{column-gap:0px}.gap-x-24{column-gap:6rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-5{column-gap:1.25rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-x-9{column-gap:2.25rem}.gap-y-0{row-gap:0px}.gap-y-16{row-gap:4rem}.gap-y-2{row-gap:.5rem}.gap-y-20{row-gap:5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-7{row-gap:1.75rem}.gap-y-8{row-gap:2rem}.gap-y-9{row-gap:2.25rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-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-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * 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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.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)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-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-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.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))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-stretch{place-self:stretch}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.\!overflow-y-scroll{overflow-y:scroll!important}.overflow-y-scroll{overflow-y:scroll}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-md{border-radius:.375rem!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[32px\]{border-radius:32px}.rounded-\[4px\]{border-radius:4px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-br-none{border-bottom-right-radius:0}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-tr-none{border-top-right-radius:0}.\!border-0{border-width:0px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.\!border-b{border-bottom-width:1px!important}.\!border-r-0{border-right-width:0px!important}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-BagAsh{--tw-border-opacity: 1 !important;border-color:rgb(189 189 189 / var(--tw-border-opacity, 1))!important}.\!border-BagBorder{--tw-border-opacity: 1 !important;border-color:rgb(234 234 234 / var(--tw-border-opacity, 1))!important}.\!border-BagFoundation{--tw-border-opacity: 1 !important;border-color:rgb(41 41 42 / var(--tw-border-opacity, 1))!important}.\!border-\[\#F6F8FA\]{--tw-border-opacity: 1 !important;border-color:rgb(246 248 250 / var(--tw-border-opacity, 1))!important}.\!border-gray-300{--tw-border-opacity: 1 !important;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))!important}.\!border-pryYellow{--tw-border-opacity: 1 !important;border-color:rgb(242 184 7 / var(--tw-border-opacity, 1))!important}.\!border-resend{--tw-border-opacity: 1 !important;border-color:rgb(241 185 0 / var(--tw-border-opacity, 1))!important}.\!border-soft400{--tw-border-opacity: 1 !important;border-color:rgb(134 140 152 / var(--tw-border-opacity, 1))!important}.\!border-sub300{--tw-border-opacity: 1 !important;border-color:rgb(205 208 213 / var(--tw-border-opacity, 1))!important}.border-BagAsh{--tw-border-opacity: 1;border-color:rgb(189 189 189 / var(--tw-border-opacity, 1))}.border-BagBorder,.border-BagBorderShade{--tw-border-opacity: 1;border-color:rgb(234 234 234 / var(--tw-border-opacity, 1))}.border-BagButtonBg{--tw-border-opacity: 1;border-color:rgb(249 222 141 / var(--tw-border-opacity, 1))}.border-BagDarkLight{--tw-border-opacity: 1;border-color:rgb(112 112 112 / var(--tw-border-opacity, 1))}.border-BagDeveloperPortal{--tw-border-opacity: 1;border-color:rgb(254 248 230 / var(--tw-border-opacity, 1))}.border-BagFoundation{--tw-border-opacity: 1;border-color:rgb(41 41 42 / var(--tw-border-opacity, 1))}.border-BagYellow{--tw-border-opacity: 1;border-color:rgb(244 198 57 / var(--tw-border-opacity, 1))}.border-BagYellowShade{--tw-border-opacity: 1;border-color:rgb(241 184 7 / var(--tw-border-opacity, 1))}.border-\[\#D0D5DD\]{--tw-border-opacity: 1;border-color:rgb(208 213 221 / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-pagination{--tw-border-opacity: 1;border-color:rgb(251 233 178 / var(--tw-border-opacity, 1))}.border-rejectBorder{--tw-border-opacity: 1;border-color:rgb(236 34 5 / var(--tw-border-opacity, 1))}.border-resend{--tw-border-opacity: 1;border-color:rgb(241 185 0 / var(--tw-border-opacity, 1))}.border-success{--tw-border-opacity: 1;border-color:rgb(7 198 62 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.\!border-b-soft200{--tw-border-opacity: 1 !important;border-bottom-color:rgb(215 215 216 / var(--tw-border-opacity, 1))!important}.\!border-t-soft200{--tw-border-opacity: 1 !important;border-top-color:rgb(215 215 216 / var(--tw-border-opacity, 1))!important}.border-b-BagBorder,.border-b-BagBorderShade{--tw-border-opacity: 1;border-bottom-color:rgb(234 234 234 / var(--tw-border-opacity, 1))}.border-b-BagDarkLight{--tw-border-opacity: 1;border-bottom-color:rgb(112 112 112 / var(--tw-border-opacity, 1))}.border-b-pryYellow{--tw-border-opacity: 1;border-bottom-color:rgb(242 184 7 / var(--tw-border-opacity, 1))}.border-t-BagAsh{--tw-border-opacity: 1;border-top-color:rgb(189 189 189 / var(--tw-border-opacity, 1))}.\!bg-BagAsh{--tw-bg-opacity: 1 !important;background-color:rgb(189 189 189 / var(--tw-bg-opacity, 1))!important}.\!bg-BagDeem{--tw-bg-opacity: 1 !important;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))!important}.\!bg-BagFoundation{--tw-bg-opacity: 1 !important;background-color:rgb(41 41 42 / var(--tw-bg-opacity, 1))!important}.\!bg-BagYellow{--tw-bg-opacity: 1 !important;background-color:rgb(244 198 57 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#FEF8E6\]{--tw-bg-opacity: 1 !important;background-color:rgb(254 248 230 / var(--tw-bg-opacity, 1))!important}.\!bg-green50{--tw-bg-opacity: 1 !important;background-color:rgb(230 249 236 / var(--tw-bg-opacity, 1))!important}.\!bg-main900{--tw-bg-opacity: 1 !important;background-color:rgb(10 13 20 / var(--tw-bg-opacity, 1))!important}.\!bg-resend{--tw-bg-opacity: 1 !important;background-color:rgb(241 185 0 / var(--tw-bg-opacity, 1))!important}.\!bg-transparent{background-color:transparent!important}.\!bg-violet50{--tw-bg-opacity: 1 !important;background-color:rgb(241 233 253 / var(--tw-bg-opacity, 1))!important}.\!bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.\!bg-yellow50{--tw-bg-opacity: 1 !important;background-color:rgb(250 252 236 / var(--tw-bg-opacity, 1))!important}.bg-BagAsh{--tw-bg-opacity: 1;background-color:rgb(189 189 189 / var(--tw-bg-opacity, 1))}.bg-BagBorder,.bg-BagBorderShade{--tw-bg-opacity: 1;background-color:rgb(234 234 234 / var(--tw-bg-opacity, 1))}.bg-BagButtonBg{--tw-bg-opacity: 1;background-color:rgb(249 222 141 / var(--tw-bg-opacity, 1))}.bg-BagDarkLight{--tw-bg-opacity: 1;background-color:rgb(112 112 112 / var(--tw-bg-opacity, 1))}.bg-BagDeem{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.bg-BagDeveloperPortal{--tw-bg-opacity: 1;background-color:rgb(254 248 230 / var(--tw-bg-opacity, 1))}.bg-BagFoundation{--tw-bg-opacity: 1;background-color:rgb(41 41 42 / var(--tw-bg-opacity, 1))}.bg-BagYellow{--tw-bg-opacity: 1;background-color:rgb(244 198 57 / var(--tw-bg-opacity, 1))}.bg-BagYellowShade{--tw-bg-opacity: 1;background-color:rgb(241 184 7 / var(--tw-bg-opacity, 1))}.bg-\[\#252526\]{--tw-bg-opacity: 1;background-color:rgb(37 37 38 / var(--tw-bg-opacity, 1))}.bg-\[\#F6F8FA\]{--tw-bg-opacity: 1;background-color:rgb(246 248 250 / var(--tw-bg-opacity, 1))}.bg-agent{--tw-bg-opacity: 1;background-color:rgb(171 131 5 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-cardbg{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1))}.bg-cream{--tw-bg-opacity: 1;background-color:rgb(255 252 242 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-not_found{--tw-bg-opacity: 1;background-color:rgb(37 37 38 / var(--tw-bg-opacity, 1))}.bg-pagination{--tw-bg-opacity: 1;background-color:rgb(251 233 178 / var(--tw-bg-opacity, 1))}.bg-pryYellow{--tw-bg-opacity: 1;background-color:rgb(242 184 7 / var(--tw-bg-opacity, 1))}.bg-success_light{--tw-bg-opacity: 1;background-color:rgb(234 255 224 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-utils2{--tw-bg-opacity: 1;background-color:rgb(241 244 248 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.\!px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.\!px-8{padding-left:2rem!important;padding-right:2rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.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}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-32{padding-top:8rem;padding-bottom:8rem}.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}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pt-2{padding-top:.5rem!important}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pe-2{-webkit-padding-end:.5rem;padding-inline-end:.5rem}.ps-0{-webkit-padding-start:0px;padding-inline-start:0px}.ps-1{-webkit-padding-start:.25rem;padding-inline-start:.25rem}.ps-2{-webkit-padding-start:.5rem;padding-inline-start:.5rem}.ps-3{-webkit-padding-start:.75rem;padding-inline-start:.75rem}.ps-6{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-40{padding-top:10rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-AgrandirBold{font-family:AgrandirBold}.font-InterMedium{font-family:InterMedium}.font-InterRegular{font-family:InterRegular}.font-PlusJarkataExtra{font-family:PlusJarkataExtra}.font-PlusJarkataMedium{font-family:PlusJarkataMedium}.font-PlusJarkataRegular{font-family:PlusJarkataRegular}.font-PlusJarkataSemiBold{font-family:PlusJarkataSemiBold}.font-Poppins{font-family:Poppins}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.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-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-6{line-height:1.5rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.\!text-\[\#747474CC\]{color:#747474cc!important}.\!text-creditCard{--tw-text-opacity: 1 !important;color:rgb(71 71 71 / var(--tw-text-opacity, 1))!important}.\!text-darkoption{--tw-text-opacity: 1 !important;color:rgb(31 31 40 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-BagAsh{--tw-text-opacity: 1;color:rgb(189 189 189 / var(--tw-text-opacity, 1))}.text-BagBorder{--tw-text-opacity: 1;color:rgb(234 234 234 / var(--tw-text-opacity, 1))}.text-BagDanger{--tw-text-opacity: 1;color:rgb(236 34 5 / var(--tw-text-opacity, 1))}.text-BagDark{--tw-text-opacity: 1;color:rgb(72 72 72 / var(--tw-text-opacity, 1))}.text-BagDarkLight{--tw-text-opacity: 1;color:rgb(112 112 112 / var(--tw-text-opacity, 1))}.text-BagDarkShade,.text-BagDarkText{--tw-text-opacity: 1;color:rgb(84 84 85 / var(--tw-text-opacity, 1))}.text-BagDarkTileLight{--tw-text-opacity: 1;color:rgb(107 107 107 / var(--tw-text-opacity, 1))}.text-BagDarkTitle{--tw-text-opacity: 1;color:rgb(72 72 72 / var(--tw-text-opacity, 1))}.text-BagDarkTitleShade{--tw-text-opacity: 1;color:rgb(43 43 43 / var(--tw-text-opacity, 1))}.text-BagDeem{--tw-text-opacity: 1;color:rgb(249 249 249 / var(--tw-text-opacity, 1))}.text-BagFoundation{--tw-text-opacity: 1;color:rgb(41 41 42 / var(--tw-text-opacity, 1))}.text-BagNeutral70{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-BagNeutralDark{--tw-text-opacity: 1;color:rgb(31 31 37 / var(--tw-text-opacity, 1))}.text-BagNeutralDarkFoundation{--tw-text-opacity: 1;color:rgb(157 157 157 / var(--tw-text-opacity, 1))}.text-BagSuccess{--tw-text-opacity: 1;color:rgb(49 208 95 / var(--tw-text-opacity, 1))}.text-BagText{--tw-text-opacity: 1;color:rgb(164 164 166 / var(--tw-text-opacity, 1))}.text-BagYellow{--tw-text-opacity: 1;color:rgb(244 198 57 / var(--tw-text-opacity, 1))}.text-BagYellowShade{--tw-text-opacity: 1;color:rgb(241 184 7 / var(--tw-text-opacity, 1))}.text-\[\#0A0D14\]{--tw-text-opacity: 1;color:rgb(10 13 20 / var(--tw-text-opacity, 1))}.text-\[\#29292A\]{--tw-text-opacity: 1;color:rgb(41 41 42 / var(--tw-text-opacity, 1))}.text-\[\#344054\]{--tw-text-opacity: 1;color:rgb(52 64 84 / var(--tw-text-opacity, 1))}.text-\[\#525866\]{--tw-text-opacity: 1;color:rgb(82 88 102 / var(--tw-text-opacity, 1))}.text-\[\#667085\]{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}.text-\[\#74747499\]{color:#74747499}.text-\[\#D7D7D8\]{--tw-text-opacity: 1;color:rgb(215 215 216 / var(--tw-text-opacity, 1))}.text-admin{--tw-text-opacity: 1;color:rgb(1 148 179 / var(--tw-text-opacity, 1))}.text-agent{--tw-text-opacity: 1;color:rgb(171 131 5 / var(--tw-text-opacity, 1))}.text-bank{--tw-text-opacity: 1;color:rgb(5 139 43 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-currency{--tw-text-opacity: 1;color:rgb(82 88 102 / var(--tw-text-opacity, 1))}.text-darkoption{--tw-text-opacity: 1;color:rgb(31 31 40 / var(--tw-text-opacity, 1))}.text-default{--tw-text-opacity: 1;color:rgb(179 122 12 / var(--tw-text-opacity, 1))}.text-details{--tw-text-opacity: 1;color:rgb(133 101 4 / var(--tw-text-opacity, 1))}.text-disabled{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-enable{--tw-text-opacity: 1;color:rgb(80 153 43 / var(--tw-text-opacity, 1))}.text-finance{--tw-text-opacity: 1;color:rgb(1 148 179 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-grey{--tw-text-opacity: 1;color:rgb(110 110 110 / var(--tw-text-opacity, 1))}.text-header{--tw-text-opacity: 1;color:rgb(101 77 3 / var(--tw-text-opacity, 1))}.text-header200{--tw-text-opacity: 1;color:rgb(44 33 0 / var(--tw-text-opacity, 1))}.text-main900{--tw-text-opacity: 1;color:rgb(10 13 20 / var(--tw-text-opacity, 1))}.text-not_found{--tw-text-opacity: 1;color:rgb(37 37 38 / var(--tw-text-opacity, 1))}.text-onboarding{--tw-text-opacity: 1;color:rgb(145 160 48 / var(--tw-text-opacity, 1))}.text-pry90{--tw-text-opacity: 1;color:rgb(16 24 40 / var(--tw-text-opacity, 1))}.text-pryYellow{--tw-text-opacity: 1;color:rgb(242 184 7 / var(--tw-text-opacity, 1))}.text-reject{--tw-text-opacity: 1;color:rgb(236 34 5 / var(--tw-text-opacity, 1))}.text-resend{--tw-text-opacity: 1;color:rgb(241 185 0 / var(--tw-text-opacity, 1))}.text-soft400{--tw-text-opacity: 1;color:rgb(134 140 152 / var(--tw-text-opacity, 1))}.text-success{--tw-text-opacity: 1;color:rgb(7 198 62 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.opacity-90{opacity:.9}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;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)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-pagination{outline-color:#fbe9b2}.ring-pagination{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 233 178 / var(--tw-ring-opacity, 1))}.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,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-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-text-decoration-color,-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,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{margin:0}.select-tight-arrow .ant-select-selector .ant-select-show-arrow{padding-right:24px!important;justify-content:center;right:8px!important;display:flex;align-items:center}.ant-input-group-addon{background:#f1b807}.ant-input-wrapper{height:50px!important;background:transparent!important}.ant-input-lg{height:50px!important;outline:none;box-shadow:none!important}.admin-bg{background:linear-gradient(to right,#fef8e6 0% 52%,#fbe9b2 52% 100%)}.admin-bg-hor{background:linear-gradient(to top,#fef8e6 0% 50%,#fbe9b2 50% 100%)}.verify-developer{width:180px!important;height:48px!important;padding:2px 10px!important;border-radius:4px!important;background-color:#545455!important;color:#eaeaea!important}.verify-developer:hover{background-color:#545455!important;color:#eaeaea!important}.verify-account-login{width:180px!important;height:48px!important;padding:2px 10px!important;border-radius:4px!important;opacity:0px!important;background-color:#f1b807!important;color:#eaeaea!important}.copy-key{border-radius:0 4px 4px 0!important}.scrollX{overflow:hidden}.scrollX:hover{overflow-x:scroll}.scrollX::-webkit-scrollbar{width:5px;height:5px;border:1px solid #fff;cursor:pointer}.scrollX::-webkit-scrollbar-track{border-radius:10px;width:5px}.scrollX::-webkit-scrollbar-thumb:horizontal{background:#eaeaea;border-radius:80px;height:2px;cursor:pointer}.scrollX::-webkit-scrollbar-thumb:hover{background:#eaeaea}.star:before{display:inline-block;-webkit-margin-end:4px;margin-inline-end:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:"*"}.fund-view-header{display:flex;padding:5px 0;align-items:center;gap:10px;color:#484848;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.amt-sty{display:flex;justify-content:space-between;align-items:center;width:100%}.ghy-sty{display:flex;justify-content:space-evenly;gap:2rem;align-items:center;width:100%}.bm-card{border-radius:0 0 6px 6px;border-right:1px solid var(--Foundation-Blue-Secondary-Text-50, #eaeaea);border-bottom:1px solid var(--Foundation-Blue-Secondary-Text-50, #eaeaea);border-left:1px solid var(--Foundation-Blue-Secondary-Text-50, #eaeaea);background:var(--Utils, #f9f9f9);display:flex;height:34px;padding:1rem;justify-content:space-between;align-items:center;flex-shrink:0;cursor:pointer}.bm-card span{color:var(--Foundation-Blue-Secondary-Text-400, #545455);font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.add-threas{display:flex;width:100%;justify-content:space-between}.overlap{color:var(--Foundation-Blue-Secondary-Text-400, #545455);font-family:Poppins;font-size:4.885px;font-style:normal;font-weight:600;line-height:normal}.doc-root{display:flex;flex-wrap:wrap;justify-content:space-between}.doc-item{flex:1 1 calc(20% - 10px);margin-bottom:20px;box-sizing:border-box;cursor:pointer}.doc-item:not(:nth-child(5n)){margin-right:15px}.date_field .ant-picker .ant-picker-outlined{display:inherit!important}.list_custom .ant-list-header{padding-inline:initial!important;padding-block:initial!important;border:1px solid #eaeaea!important;border-radius:0!important}.skip{color:#f1b807;background:#fff;border:1px solid #f1b807!important}.browse{border:1px solid var(--stroke-sub-300, #cdd0d5)!important;background:#fff!important}.ant-otp-input-wrapper{width:56px!important;height:56px!important;border-radius:6px!important;padding:10px!important;text-align:center;font-size:18px}.custom-otp .ant-input:not(:last-child){margin-right:8px}.ant-otp.ant-otp-lg:nth-child{width:56px!important;height:56px!important;border-radius:6px!important;padding:10px!important;text-align:center;font-size:18px}.close-btn,.close-btn:hover{border:1px solid #cdd0d5!important;border-color:#cdd0d5!important}.close-btn:focus{border:1px solid #cdd0d5!important;border-color:#cdd0d5!important}.close-btn:active{border:1px solid #cdd0d5!important;border-color:#cdd0d5!important}.upload-container{border-radius:12px!important}.full-width-rate{display:flex;width:100%;gap:8px;font-size:20px}.full-width-rate li{flex:1 1 0;display:flex;align-items:center;justify-content:center}.full-width-rate .anticon{font-size:1.25em}.sidebar-auth-button{height:48px!important;width:152px!important}.sidebar-auth-button-2{height:48px!important;width:209px!important}@media(min-width:1280px){.xl\:container{width:100%}@media(min-width:640px){.xl\:container{max-width:640px}}@media(min-width:768px){.xl\:container{max-width:768px}}@media(min-width:1024px){.xl\:container{max-width:1024px}}.xl\:container{max-width:1280px}@media(min-width:1536px){.xl\:container{max-width:1536px}}}.placeholder\:bg-transparent::placeholder{background-color:transparent}.placeholder\:text-center::placeholder{text-align:center}.placeholder\:text-right::placeholder{text-align:right}.placeholder\:font-AgrandirBold::placeholder{font-family:AgrandirBold}.placeholder\:text-2xl::placeholder{font-size:1.5rem;line-height:2rem}.placeholder\:text-4xl::placeholder{font-size:2.25rem;line-height:2.5rem}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:font-bold::placeholder{font-weight:700}.placeholder\:font-medium::placeholder{font-weight:500}.placeholder\:text-BagFoundation::placeholder{--tw-text-opacity: 1;color:rgb(41 41 42 / var(--tw-text-opacity, 1))}.placeholder\:text-BagNeutralDarkFoundation::placeholder{--tw-text-opacity: 1;color:rgb(157 157 157 / var(--tw-text-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-soft400:hover{--tw-border-opacity: 1;border-color:rgb(134 140 152 / var(--tw-border-opacity, 1))}.hover\:\!bg-BagAsh:hover{--tw-bg-opacity: 1 !important;background-color:rgb(189 189 189 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-BagDeem:hover{--tw-bg-opacity: 1 !important;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-BagFoundation:hover{--tw-bg-opacity: 1 !important;background-color:rgb(41 41 42 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-gray-50:hover{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-main900:hover{--tw-bg-opacity: 1 !important;background-color:rgb(10 13 20 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-pryYellow:hover{--tw-bg-opacity: 1 !important;background-color:rgb(242 184 7 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-resend:hover{--tw-bg-opacity: 1 !important;background-color:rgb(241 185 0 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-transparent:hover{background-color:transparent!important}.hover\:\!bg-white:hover{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))!important}.hover\:bg-BagAsh:hover{--tw-bg-opacity: 1;background-color:rgb(189 189 189 / var(--tw-bg-opacity, 1))}.hover\:bg-BagFoundation:hover{--tw-bg-opacity: 1;background-color:rgb(41 41 42 / var(--tw-bg-opacity, 1))}.hover\:bg-BagYellow:hover{--tw-bg-opacity: 1;background-color:rgb(244 198 57 / var(--tw-bg-opacity, 1))}.hover\:bg-pryYellow:hover{--tw-bg-opacity: 1;background-color:rgb(242 184 7 / var(--tw-bg-opacity, 1))}.hover\:bg-reject:hover{--tw-bg-opacity: 1;background-color:rgb(236 34 5 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.hover\:\!text-BagFoundation:hover{--tw-text-opacity: 1 !important;color:rgb(41 41 42 / var(--tw-text-opacity, 1))!important}.hover\:\!text-darkoption:hover{--tw-text-opacity: 1 !important;color:rgb(31 31 40 / var(--tw-text-opacity, 1))!important}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:text-BagDanger:hover{--tw-text-opacity: 1;color:rgb(236 34 5 / var(--tw-text-opacity, 1))}.hover\:text-BagDarkText:hover{--tw-text-opacity: 1;color:rgb(84 84 85 / var(--tw-text-opacity, 1))}.hover\:text-BagFoundation:hover{--tw-text-opacity: 1;color:rgb(41 41 42 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-reject:hover{--tw-text-opacity: 1;color:rgb(236 34 5 / var(--tw-text-opacity, 1))}.hover\:text-resend:hover{--tw-text-opacity: 1;color:rgb(241 185 0 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.focus\:\!border-b-2:focus{border-bottom-width:2px!important}.focus\:\!border-BagYellowShade:focus{--tw-border-opacity: 1 !important;border-color:rgb(241 184 7 / var(--tw-border-opacity, 1))!important}.focus\:\!shadow-none:focus{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}@media(min-width:640px){.sm\:inline{display:inline}.sm\:h-\[30px\]{height:30px}.sm\:w-1\/2{width:50%}.sm\:w-4\/5{width:80%}.sm\:w-\[30px\]{width:30px}.sm\:w-auto{width:auto}.sm\:flex-none{flex:none}.sm\:p-7{padding:1.75rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pt-8{padding-top:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:placeholder\:text-4xl::placeholder{font-size:2.25rem;line-height:2.5rem}}@media(min-width:768px){.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:ml-0{margin-left:0}.md\:mr-auto{margin-right:auto}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:h-screen{height:100vh}.md\:min-h-screen{min-height:100vh}.md\:w-1\/2{width:50%}.md\:w-16{width:4rem}.md\:w-2\/3{width:66.666667%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-4\/5{width:80%}.md\:w-full{width:100%}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:justify-between{justify-content:space-between}.md\:gap-4{gap:1rem}.md\:gap-8{gap:2rem}.md\:gap-x-8{column-gap:2rem}.md\:gap-y-0{row-gap:0px}.md\:gap-y-8{row-gap:2rem}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\: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)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\: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)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:pb-12{padding-bottom:3rem}.md\:pt-0{padding-top:0}.md\:pt-8{padding-top:2rem}.md\:text-center{text-align:center}.md\:text-start{text-align:start}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-screen{height:100vh}.lg\:w-1\/2{width:50%}.lg\:w-2\/3{width:66.666667%}.lg\:w-3\/4{width:75%}.lg\:w-4\/5{width:80%}.lg\:w-\[500px\]{width:500px}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-16{gap:4rem}.lg\:gap-x-8{column-gap:2rem}.lg\:gap-y-0{row-gap:0px}.lg\:gap-y-6{row-gap:1.5rem}.lg\:gap-y-8{row-gap:2rem}.lg\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:pt-0{padding-top:0}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1280px){.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:h-screen{height:100vh}.xl\:w-1\/2{width:50%}.xl\:w-1\/3{width:33.333333%}.xl\:w-1\/5{width:20%}.xl\:w-11\/12{width:91.666667%}.xl\:w-2\/3{width:66.666667%}.xl\:w-2\/5{width:40%}.xl\:w-20{width:5rem}.xl\:w-3\/4{width:75%}.xl\:w-4\/5{width:80%}.xl\:w-5\/6{width:83.333333%}.xl\:w-\[42\%\]{width:42%}.xl\:w-\[500px\]{width:500px}.xl\:w-\[52\%\]{width:52%}.xl\:w-full{width:100%}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-start{align-items:flex-start}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:gap-7{gap:1.75rem}.xl\:gap-x-8{column-gap:2rem}.xl\:gap-y-0{row-gap:0px}.xl\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\: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)))}.xl\: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)))}.xl\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.xl\:place-self-end{place-self:end}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:pt-0{padding-top:0}.xl\:text-center{text-align:center}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-5xl{font-size:3rem;line-height:1}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}
