: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:#ffffffb3;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.questionaire{background-color:#fff;height:auto;margin:auto;position:relative;width:90%}.questionaire .navbar{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;left:0;padding:10px;position:absolute;top:0;width:1440px}.questionaire .frame{align-items:center;display:flex;gap:213px;width:1250px}.questionaire .frame,.questionaire .img{flex:0 0 auto;position:relative}.questionaire .frame-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:10px;padding:10px;position:relative;width:883px}.questionaire .div-wrapper{align-items:center;display:flex;flex:0 0 auto;gap:203px;justify-content:flex-end;margin-right:-14px;position:relative;width:877px}.questionaire .div{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:31px;position:relative}.questionaire .frame-2{align-items:center;background-color:var(--foundationyellowprimary-500);border-radius:4px;display:flex;gap:10px;justify-content:center;padding:10px;position:relative;width:150px}.questionaire .text-wrapper{color:#1f1f28;font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:28px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.questionaire .frame-3{align-items:center;display:inline-flex;flex-direction:column;gap:33px;left:224px;padding:10px;position:absolute;top:160px}.questionaire .group-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:6px;position:relative}.questionaire .group{height:40px;position:relative;width:145px}.questionaire .group-2{height:40px;position:relative;width:147px}.questionaire .text-wrapper-2{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:24px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.questionaire .line{height:1px;object-fit:cover;position:relative;width:973px}.questionaire .frame-4{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:29px;position:relative}.questionaire .group-3{height:40px;position:relative;width:207px}.questionaire .group-4{height:40px;position:relative;width:209px}.questionaire .text-wrapper-3{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:18px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.questionaire .frame-5{gap:19px}.questionaire .frame-5,.questionaire .frame-6{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.questionaire .frame-6{gap:72px}.questionaire .frame-7{flex-direction:column;gap:32px}.questionaire .frame-7,.questionaire .frame-8{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.questionaire .frame-8{gap:15px}.questionaire .frame-9{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.questionaire .text-wrapper-4{color:var(--foundationbluesecondarytext-300);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.questionaire .frame-10{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;padding:10px;position:relative;width:478px}.questionaire .text-wrapper-5{line-height:40px;margin-bottom:-1px;margin-top:-3px}.questionaire .text-wrapper-5,.questionaire .text-wrapper-6{color:var(--foundationbluesecondarytext-200);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.questionaire .text-wrapper-6{line-height:32px}.questionaire .text-wrapper-7{color:var(--foundationbluesecondarytext-300);margin-top:-1px}.questionaire .text-wrapper-7,.questionaire .text-wrapper-8{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:22px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.questionaire .text-wrapper-8{color:var(--foundationbluesecondarytext-200)}.questionaire .frame-11{align-items:center;display:inline-flex;flex:0 0 auto;gap:258px;position:relative}.questionaire .vuesax-outline-arrow{height:24px;position:relative;width:24px}.questionaire .frame-12{align-items:center;display:inline-flex;flex:0 0 auto;gap:175px;position:relative}.questionaire .save-and-continue-wrapper{align-items:center;background-color:var(--foundationyellowprimary-500);border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:478px}.questionaire .save-and-continue{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:-1px;margin-top:-3px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.questionaire .frame-13{align-items:flex-end;display:inline-flex;flex-direction:column;gap:6px;left:357px;position:absolute;top:130px}.questionaire .text-wrapper-9{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:28px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.questionaire .frame-14{height:6px;margin-bottom:-3px;margin-left:-1px;margin-right:-3px;object-fit:cover;position:relative;width:730px}.text-area{align-items:flex-start;background-color:red;border:1px solid #eaeaea;border:1px solid var(--foundation-blue-secondary-text-50,#eaeaea);border-radius:4px;display:flex;gap:10px;height:240px;padding:10px;width:478px}.stepThree{align-items:center;gap:48px;padding:10px}.stepThree,.stepThree .group-wrapper{display:inline-flex;flex-direction:column;position:relative}.stepThree .group-wrapper{align-items:flex-start;flex:0 0 auto;gap:6px}.stepThree .group{height:40px;position:relative;width:145px}.stepThree .div-wrapper{height:40px;position:relative;width:147px}.stepThree .text-wrapper{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:24px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.stepThree .line{height:1px;object-fit:cover;position:relative;width:973px}.stepThree .stepThree-wrapper{gap:29px}.stepThree .div,.stepThree .stepThree-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepThree .div{gap:36px}.stepThree .div-2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepThree .group-2{height:40px;position:relative;width:189px}.stepThree .group-3{height:40px;position:relative;width:191px}.stepThree .text-wrapper-2{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:18px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.stepThree .please-provide-full{color:var(--foundationbluesecondarytext-300);font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;position:relative;width:977px}.stepThree .stepThree-wrapper-2{gap:19px}.stepThree .div-3,.stepThree .stepThree-wrapper-2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepThree .div-3{gap:72px}.stepThree .stepThree-wrapper-3{gap:15px}.stepThree .div-4,.stepThree .stepThree-wrapper-3{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepThree .div-4{gap:24px}.stepThree .div-5{flex:0 0 auto;gap:24px}.stepThree .div-5,.stepThree .div-6{align-items:flex-start;display:inline-flex;position:relative}.stepThree .div-6{flex:0 0 auto;flex-direction:column;gap:4px}.stepThree .text-wrapper-3{color:var(--foundationbluesecondarytext-300);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:22px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepThree .stepThree-wrapper-4{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:15px;position:relative}.stepThree .div-wrapper-2{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;padding:10px;position:relative;width:478px}.stepThree .text-wrapper-4{color:var(--foundationbluesecondarytext-200);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:22px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepThree .div-7{align-items:center;display:inline-flex;flex:0 0 auto;gap:322px;position:relative}.stepThree .vuesax-outline-arrow{height:24px;position:relative;width:24px}.stepThree .stepThree-wrapper-5{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:20px;position:relative}.stepThree .div-wrapper-3{align-items:center;border:1px solid;border-color:var(--foundationyellowprimary-500);border-radius:4px;display:flex;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:478px}.stepThree .text-wrapper-5{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:-1px;margin-top:-3px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepThree .group-4{height:40px;position:relative;width:300px}.stepThree .group-5{height:40px;position:relative;width:302px}.stepThree .div-8{align-items:center;display:inline-flex;flex:0 0 auto;gap:323px;position:relative}.stepThree .stepThree-wrapper-6{flex-direction:column;gap:113px}.stepThree .div-9,.stepThree .stepThree-wrapper-6{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.stepThree .div-9{gap:25px}.stepThree .div-wrapper-4{align-items:center;background-color:var(--foundationbluesecondarytext-500);border-radius:4px;display:flex;flex-direction:column;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:97px}.stepThree .text-wrapper-6{color:#fff;font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:32px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepThree .save-and-continue-wrapper{background-color:var(--foundationyellowprimary-500);border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;justify-content:center;width:356px}.stepFour,.stepThree .save-and-continue-wrapper{align-items:center;padding:10px;position:relative}.stepFour{gap:33px}.stepFour,.stepFour .group-wrapper{display:inline-flex;flex-direction:column}.stepFour .group-wrapper{align-items:flex-start;flex:0 0 auto;gap:6px;position:relative}.stepFour .group{height:40px;position:relative;width:145px}.stepFour .div-wrapper{height:40px;position:relative;width:147px}.stepFour .text-wrapper{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:24px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.stepFour .line{height:1px;object-fit:cover;position:relative;width:973px}.stepFour .stepFour-wrapper{gap:29px}.stepFour .div,.stepFour .stepFour-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFour .div{gap:20px}.stepFour .div-2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFour .group-2{height:40px;position:relative;width:211px}.stepFour .group-3{height:40px;position:relative;width:213px}.stepFour .text-wrapper-2{color:var(--foundationbluesecondarytext-500);font-size:18px;font-weight:600;height:40px;left:0;line-height:40px;position:absolute;top:0}.stepFour .please-note-that,.stepFour .text-wrapper-2{font-family:Poppins,Helvetica;letter-spacing:0;text-align:center;white-space:nowrap}.stepFour .please-note-that{color:var(--foundationbluesecondarytext-200);font-size:12px;font-weight:400;line-height:18px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFour .span{color:#9d9d9d}.stepFour .text-wrapper-3{color:#ec1c24}.stepFour .div-3{gap:45px}.stepFour .div-3,.stepFour .stepFour-wrapper-2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFour .stepFour-wrapper-2{gap:72px}.stepFour .stepFour-wrapper-3{gap:16px}.stepFour .div-4,.stepFour .stepFour-wrapper-3{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFour .div-4{gap:46px}.stepFour .div-5{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.stepFour .has-the-board-of{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFour .text-wrapper-4{color:#707070}.stepFour .stepFour-wrapper-4{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:15px;position:relative}.stepFour .stepFour-wrapper-5{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;padding:10px;position:relative;width:478px}.stepFour .div-6{align-items:center;display:inline-flex;flex:0 0 auto;gap:350px;margin-bottom:-2px;margin-top:-2px;position:relative}.stepFour .text-wrapper-5{color:var(--foundationbluesecondarytext-200);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:40px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFour .vuesax-outline-arrow{height:24px;position:relative;width:24px}.stepFour .has-the-institution{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFour .div-7{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:4px;position:relative}.stepFour .stepFour-wrapper-6{align-items:flex-start;display:flex;gap:15px;position:relative;width:245px}.stepFour .stepFour-wrapper-7{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;padding:10px;position:relative;width:245px}.stepFour .div-wrapper-2{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;margin-bottom:-2px;margin-top:-2px;position:relative}.stepFour .p{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;width:509px}.stepFour .div-8{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:25px;position:relative}.stepFour .div-wrapper-3{align-items:center;background-color:var(--foundationbluesecondarytext-500);border-radius:4px;display:flex;flex-direction:column;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:97px}.stepFour .text-wrapper-6{color:#fff;font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:32px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFour .save-and-continue-wrapper{align-items:center;background-color:var(--foundationyellowprimary-500);border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:356px}.stepFour .save-and-continue{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:-1px;margin-top:-3px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFive{align-items:center;gap:33px;padding:10px}.stepFive,.stepFive .group-wrapper{display:inline-flex;flex-direction:column;position:relative}.stepFive .group-wrapper{align-items:flex-start;flex:0 0 auto;gap:6px}.stepFive .group{height:40px;position:relative;width:145px}.stepFive .div-wrapper{height:40px;position:relative;width:147px}.stepFive .text-wrapper{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:24px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.stepFive .line{height:1px;object-fit:cover;position:relative;width:973px}.stepFive .div{gap:45px}.stepFive .div,.stepFive .div-2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFive .div-2{gap:20px}.stepFive .div-3{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFive .group-2{height:40px;position:relative;width:351px}.stepFive .group-3{height:40px;position:relative;width:353px}.stepFive .text-wrapper-2{color:var(--foundationbluesecondarytext-500);font-size:18px;font-weight:600;height:40px;left:0;line-height:40px;position:absolute;top:0}.stepFive .please-note-that,.stepFive .text-wrapper-2{font-family:Poppins,Helvetica;letter-spacing:0;text-align:center;white-space:nowrap}.stepFive .please-note-that{color:var(--foundationbluesecondarytext-200);font-size:12px;font-weight:400;line-height:18px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFive .span{color:#9d9d9d}.stepFive .text-wrapper-3{color:#ec1c24}.stepFive .stepFive-wrapper{gap:19px}.stepFive .stepFive-wrapper,.stepFive .stepFive-wrapper-2{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFive .stepFive-wrapper-2{gap:72px}.stepFive .stepFive-wrapper-3{gap:16px}.stepFive .div-4,.stepFive .stepFive-wrapper-3{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.stepFive .div-4{gap:46px}.stepFive .div-5{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative;width:509px}.stepFive .p{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;width:509px}.stepFive .text-wrapper-4{color:#707070}.stepFive .stepFive-wrapper-4{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:15px;position:relative}.stepFive .stepFive-wrapper-5{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;padding:10px;position:relative;width:478px}.stepFive .div-6{align-items:center;display:inline-flex;flex:0 0 auto;gap:350px;margin-bottom:-2px;margin-top:-2px;position:relative}.stepFive .text-wrapper-5{color:var(--foundationbluesecondarytext-200);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:40px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFive .vuesax-outline-arrow{height:24px;position:relative;width:24px}.stepFive .div-7{align-items:flex-start;flex-direction:column;gap:4px}.stepFive .div-7,.stepFive .div-8{display:inline-flex;flex:0 0 auto;position:relative}.stepFive .div-8{align-items:flex-end;gap:68px;justify-content:flex-end}.stepFive .how-often-are-the{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFive .stepFive-wrapper-6{align-items:flex-start;display:flex;flex:0 0 auto;gap:15px;position:relative;width:360px}.stepFive .stepFive-wrapper-7{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;padding:10px;position:relative;width:360px}.stepFive .div-9{gap:208px;margin-bottom:-2px;margin-top:-2px}.stepFive .div-9,.stepFive .div-wrapper-2{align-items:center;display:inline-flex;flex:0 0 auto;position:relative}.stepFive .div-wrapper-2{gap:4px}.stepFive .who-approves-this-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:71px;position:relative}.stepFive .who-approves-this{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFive .div-wrapper-3{align-items:center;gap:4px;margin-bottom:-2px;margin-top:-2px}.stepFive .div-10,.stepFive .div-wrapper-3{display:inline-flex;flex:0 0 auto;position:relative}.stepFive .div-10{align-items:flex-end;gap:68px}.stepFive .div-11{align-items:flex-start;display:flex;flex-direction:column;gap:4px;position:relative;width:361px}.stepFive .div-12{color:#0000;font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:32px;margin-top:-1px;position:relative;width:360px}.stepFive .div-13{align-items:center;gap:232px;margin-bottom:-2px;margin-top:-2px}.stepFive .div-13,.stepFive .div-14{display:inline-flex;flex:0 0 auto;position:relative}.stepFive .div-14{align-items:flex-start;gap:25px}.stepFive .div-wrapper-4{align-items:center;background-color:var(--foundationbluesecondarytext-500);border-radius:4px;display:flex;flex-direction:column;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:97px}.stepFive .text-wrapper-6{color:#fff;font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:32px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.stepFive .save-and-continue-wrapper{align-items:center;background-color:var(--foundationyellowprimary-500);border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;height:56px;justify-content:center;padding:10px;position:relative;width:356px}.stepFive .save-and-continue{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:40px;margin-bottom:-1px;margin-top:-3px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD{background-color:#fff;height:1668px;position:relative;width:1440px}.DOCUMENT-UPLOAD .navbar{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;left:0;padding:10px;position:absolute;top:0;width:1440px}.DOCUMENT-UPLOAD .frame{align-items:center;display:flex;gap:213px;width:1250px}.DOCUMENT-UPLOAD .frame,.DOCUMENT-UPLOAD .img{flex:0 0 auto;position:relative}.DOCUMENT-UPLOAD .frame-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:10px;padding:10px;position:relative;width:883px}.DOCUMENT-UPLOAD .div-wrapper{align-items:center;display:flex;flex:0 0 auto;gap:203px;justify-content:flex-end;margin-right:-14px;position:relative;width:877px}.DOCUMENT-UPLOAD .div{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:31px;position:relative}.DOCUMENT-UPLOAD .frame-2{align-items:center;background-color:var(--foundationyellowprimary-500);border-radius:4px;display:flex;gap:10px;justify-content:center;padding:10px;position:relative;width:150px}.DOCUMENT-UPLOAD .text-wrapper{color:#1f1f28;font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:28px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-3{align-items:center;display:inline-flex;gap:8px;left:203px;position:absolute;top:120px}.DOCUMENT-UPLOAD .vuesax-outline-arrow{height:18px;position:relative;width:18px}.DOCUMENT-UPLOAD .text-wrapper-2{color:var(--foundationbluesecondarytext-300);font-family:Poppins,Helvetica;font-size:16px;font-weight:500;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-4{align-items:flex-start;display:inline-flex;flex-direction:column;gap:33px;left:203px;position:absolute;top:164px}.DOCUMENT-UPLOAD .frame-5{gap:21px}.DOCUMENT-UPLOAD .frame-5,.DOCUMENT-UPLOAD .frame-6{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.DOCUMENT-UPLOAD .group{height:40px;position:relative;width:289px}.DOCUMENT-UPLOAD .group-2{height:40px;position:relative;width:291px}.DOCUMENT-UPLOAD .text-wrapper-3{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:32px;font-weight:600;height:40px;left:0;letter-spacing:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.DOCUMENT-UPLOAD .frame-7{align-items:center;display:inline-flex;flex:0 0 auto;gap:46px;position:relative}.DOCUMENT-UPLOAD .p{color:#a3a4a5;font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-8{align-items:center;display:inline-flex;flex:0 0 auto;gap:4px;justify-content:center;padding:10px;position:relative}.DOCUMENT-UPLOAD .text-wrapper-4{color:var(--foundationbluesecondarytext-300);font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-9{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:13px;position:relative}.DOCUMENT-UPLOAD .text-wrapper-5{margin-top:-1px;width:676px}.DOCUMENT-UPLOAD .text-wrapper-5,.DOCUMENT-UPLOAD .text-wrapper-6{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative}.DOCUMENT-UPLOAD .text-wrapper-6{width:247px}.DOCUMENT-UPLOAD .text-wrapper-7{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;width:290px}.DOCUMENT-UPLOAD .line{height:1px;object-fit:cover;position:relative;width:1030px}.DOCUMENT-UPLOAD .frame-10{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:51px;position:relative}.DOCUMENT-UPLOAD .frame-11{align-items:flex-start;background-color:var(--foundationyellowprimary-50);border:2px dashed;border-color:var(--foundationyellowprimary-500);border-radius:4px;display:flex;flex-direction:column;gap:51px;height:285px;padding:0 10px;position:relative;width:1031px}.DOCUMENT-UPLOAD .frame-12{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:10px;position:relative}.DOCUMENT-UPLOAD .text-wrapper-8{color:#484848;font-family:Poppins,Helvetica;font-size:14px;font-weight:300;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-13{align-self:stretch;display:flex;gap:2px;width:100%}.DOCUMENT-UPLOAD .frame-13,.DOCUMENT-UPLOAD .frame-14{align-items:center;flex:0 0 auto;flex-direction:column;position:relative}.DOCUMENT-UPLOAD .frame-14{display:inline-flex}.DOCUMENT-UPLOAD .cloud-upload{height:32px;position:relative;width:32px}.DOCUMENT-UPLOAD .frame-15{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:5px 10px;position:relative}.DOCUMENT-UPLOAD .text-wrapper-9{color:#6e6e6e;font-size:24px;font-weight:400}.DOCUMENT-UPLOAD .or-browse-file-from,.DOCUMENT-UPLOAD .text-wrapper-9{font-family:Poppins,Helvetica;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .or-browse-file-from{color:#0000;font-size:14px;font-weight:300}.DOCUMENT-UPLOAD .span{color:#484848}.DOCUMENT-UPLOAD .text-wrapper-10{color:#f2b807}.DOCUMENT-UPLOAD .frame-16{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:16px;position:relative}.DOCUMENT-UPLOAD .frame-17{border:1px solid #50992b;border-radius:4px;display:flex;padding:10px;width:200px}.DOCUMENT-UPLOAD .checkmark-circle-wrapper,.DOCUMENT-UPLOAD .frame-17{align-items:center;flex:0 0 auto;gap:10px;justify-content:center;position:relative}.DOCUMENT-UPLOAD .checkmark-circle-wrapper{display:inline-flex}.DOCUMENT-UPLOAD .checkmark-circle{height:16px;position:relative;width:16px}.DOCUMENT-UPLOAD .union{height:16px;left:0;position:absolute;top:0;width:16px}.DOCUMENT-UPLOAD .text-wrapper-11{color:#50992b;font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-18{flex-direction:column;gap:14px}.DOCUMENT-UPLOAD .frame-18,.DOCUMENT-UPLOAD .frame-19{align-items:flex-start;display:flex;flex:0 0 auto;position:relative;width:1031px}.DOCUMENT-UPLOAD .frame-19{background-color:#f9f9f9}.DOCUMENT-UPLOAD .frame-20{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.DOCUMENT-UPLOAD .frame-21{align-items:center;display:flex;gap:10px;padding:10px;position:relative;width:480px}.DOCUMENT-UPLOAD .text-wrapper-12{color:#484848;font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-22{width:300px}.DOCUMENT-UPLOAD .frame-22,.DOCUMENT-UPLOAD .frame-23{align-items:center;display:flex;gap:10px;padding:10px;position:relative}.DOCUMENT-UPLOAD .frame-23{justify-content:center;width:233px}.DOCUMENT-UPLOAD .frame-24{align-items:center;background-color:#fff;border:1px solid #dadada;display:flex;height:68px;position:relative;width:1031px}.DOCUMENT-UPLOAD .frame-25{align-items:flex-start;border-radius:4px;display:inline-flex;flex:0 0 auto;position:relative}.DOCUMENT-UPLOAD .text-wrapper-13{color:#53b175;font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-26{align-items:center;border:1px solid #dadada;border-radius:4px;display:flex;gap:44px;padding:10px;position:relative;width:300px}.DOCUMENT-UPLOAD .text-wrapper-14{color:#484848;font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .vuesax-outline-arrow-2{height:24px;margin-right:-1px;position:relative;width:24px}.DOCUMENT-UPLOAD .send-circle-wrapper{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px;justify-content:center;position:relative}.DOCUMENT-UPLOAD .send-circle{background-color:#ec4f3c;border-radius:15px;height:30px;position:relative;width:30px}.DOCUMENT-UPLOAD .akar-icons-plus{height:14px;left:8px;position:absolute;top:8px;width:14px}.DOCUMENT-UPLOAD .frame-27{align-items:center;border:1px solid #dadada;border-radius:4px;display:flex;flex:0 0 auto;flex-direction:column;gap:20px;padding:20px;position:relative;width:1031px}.DOCUMENT-UPLOAD .please-select-the{color:#484848;font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DOCUMENT-UPLOAD .frame-28{align-items:center;background-color:#f1b807;border-radius:4px;display:flex;gap:10px;height:46px;justify-content:center;padding:10px;position:relative;width:754px}.DOCUMENT-UPLOAD .text-wrapper-15{color:#1d1b1b;font-family:Poppins,Helvetica;font-size:16px;font-weight:500;letter-spacing:0;line-height:normal;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.document-upload{background-color:#fff;border-radius:10px;gap:22px;height:364px;padding:10px}.document-upload,.document-upload .frame{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.document-upload .frame{align-self:stretch;flex:0 0 auto;gap:65px;width:100%}.document-upload .group{height:60px;position:relative;width:179.86px}.document-upload .img{height:60px;left:56px;position:absolute;top:0;width:60px}.document-upload .div{height:41px;left:127px;position:absolute;top:4px;width:53px}.document-upload .star{height:10px;left:6px;position:absolute;top:27px;width:10px}.document-upload .star-2{height:14px;left:35px;position:absolute;top:6px;width:14px}.document-upload .rectangle{background-color:#c1efa9;height:9px;left:2px;position:absolute;top:2px;transform:rotate(45deg);width:9px}.document-upload .rectangle-2{background-color:#50992b;height:4px;left:21px;position:absolute;top:11px;transform:rotate(45deg);width:4px}.document-upload .frame-2{height:44px;left:0;position:absolute;top:4px;width:40px}.document-upload .star-3{height:10px;left:10px;position:absolute;top:30px;width:10px}.document-upload .rectangle-3{background-color:#77c94e;height:9px;left:2px;position:absolute;top:9px;transform:rotate(45deg);width:9px}.document-upload .rectangle-4{background-color:#b3ec96;height:4px;left:22px;position:absolute;top:17px;transform:rotate(45deg);width:4px}.document-upload .ellipse{border:2px solid;border-radius:5px;height:10px;left:30px;position:absolute;top:0;width:10px}.document-upload .ellipse-2{border:2px solid;border-radius:4px;height:8px;left:30px;position:absolute;top:27px;width:8px}.document-upload .frame-3{gap:14px;justify-content:center}.document-upload .div-wrapper,.document-upload .frame-3{align-items:center;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.document-upload .div-wrapper{gap:40px}.document-upload .text-wrapper{color:var(--foundationbluesecondarytext-400);font-size:24px;margin-top:-1px}.document-upload .our-compliance-team,.document-upload .text-wrapper{font-family:Poppins,Helvetica;font-weight:400;letter-spacing:0;line-height:normal;position:relative;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.document-upload .our-compliance-team{color:var(--foundationbluesecondarytext-300);font-size:14px}.document-upload .frame-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:31px;position:relative}.document-upload .frame-4{align-items:center;background-color:var(--foundationbluesecondarytext-500);border-radius:4px;display:flex;gap:10px;justify-content:center;padding:10px;position:relative;width:150px}.document-upload .text-wrapper-2{color:var(--foundationyellowprimary-50);font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:28px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.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{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=);height:11px;width:16px}.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 .bl,.react-tel-input .fr,.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 .bq,.react-tel-input .nl{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{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.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.highlight,.react-tel-input .country-list .country:hover{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{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.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;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}.DevFrame{align-items:center;display:inline-flex;flex-direction:column;gap:55px;position:relative}.DevFrame .developers-portal{height:207px;position:relative;width:1080px}.DevFrame .overlap-group{border-radius:10px;height:207px;position:relative}.DevFrame .DevFrame-wrapper{align-items:center;background-color:var(--foundationyellowprimary-50);border-radius:10px;display:flex;flex-direction:column;gap:10px;height:207px;justify-content:center;left:0;padding:10px;position:absolute;top:0;width:1080px}.DevFrame .div{display:flex;height:126px;justify-content:space-between;width:726px}.DevFrame .div,.DevFrame .div-2{align-items:flex-start;flex-direction:column;position:relative}.DevFrame .div-2{display:inline-flex;flex:0 0 auto;gap:6px}.DevFrame .group{height:40px;position:relative;width:202px}.DevFrame .div-wrapper{height:40px;position:relative;width:204px}.DevFrame .text-wrapper{color:var(--foundationbluesecondarytext-500);font-size:24px;height:40px;left:0;line-height:40px;position:absolute;text-align:center;top:0;white-space:nowrap}.DevFrame .p,.DevFrame .text-wrapper{font-family:Poppins,Helvetica;font-weight:600;letter-spacing:0}.DevFrame .p{color:#a3a4a5;font-size:14px;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .DevFrame-wrapper-2{align-items:flex-end;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:6px;position:relative}.DevFrame .div-wrapper-2{align-items:center;background-color:var(--foundationbluesecondarytext-400);border-radius:4px;display:flex;gap:10px;height:48px;justify-content:center;padding:2px 10px;position:relative;width:180px}.DevFrame .text-wrapper-2{color:var(--foundationbluesecondarytext-50);font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:28px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .star{height:30px;left:112px;position:absolute;top:131px;width:29px}.DevFrame .img{height:45px;left:971px;position:absolute;top:26px;width:42px}.DevFrame .div-3{flex-direction:column;gap:40px}.DevFrame .div-3,.DevFrame .div-4{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.DevFrame .div-4{gap:8px}.DevFrame .div-wrapper-3{align-items:center;background-color:var(--foundationyellowprimary-500);border-radius:4px;display:flex;gap:10px;justify-content:center;padding:10px;position:relative;width:107px}.DevFrame .text-wrapper-3{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .div-wrapper-4{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;gap:10px;justify-content:center;padding:10px;position:relative;width:107px}.DevFrame .text-wrapper-4{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:16px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .div-wrapper-5{border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:inline-flex;flex:0 0 auto}.DevFrame .DevFrame-wrapper-3,.DevFrame .div-wrapper-5{align-items:center;gap:10px;justify-content:center;padding:10px;position:relative}.DevFrame .DevFrame-wrapper-3{background-color:#fff;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:10px;display:flex;flex-direction:column;height:140px;width:889px}.DevFrame .div-5{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:15px;position:relative}.DevFrame .text-wrapper-5{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:28px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .div-6{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.DevFrame .vuesax-outline-eye-wrapper{border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:2px 0 0 2px;height:41px;overflow:hidden;position:relative;width:562px}.DevFrame .vuesax-outline-eye{height:18px;left:529px;position:absolute;top:11px;width:18px}.DevFrame .vuesax-outline-eye-text{color:#1d1b1b;height:18px;position:absolute;top:11px;width:18px}.DevFrame .div-7{align-items:flex-start;background-color:var(--foundationyellowprimary-100);border-radius:0 4px 4px 0;display:inline-flex;flex:0 0 auto;gap:10px;padding:10px;position:relative}.DevFrame .vuesax-outline-key{height:18px;position:relative;width:18px}.DevFrame .text-wrapper-6{color:#fff;font-family:Poppins,Helvetica;font-size:14px;font-weight:500;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .div-8{background-color:#fff;border-radius:10px;display:flex;gap:56px;height:288px;padding:20px;width:889px}.DevFrame .div-8,.DevFrame .div-9{align-items:center;position:relative}.DevFrame .div-9{display:inline-flex;flex:0 0 auto;flex-direction:column;gap:17px}.DevFrame .div-10{background-color:#fff;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:10px;height:179px;overflow:hidden;position:relative;width:179px}.DevFrame .group-2{height:104px;left:40px;position:relative;top:33px;width:100px}.DevFrame .vector{height:20px;left:25px;position:absolute;top:0;width:51px}.DevFrame .vector-2{left:3px}.DevFrame .vector-2,.DevFrame .vector-3{height:21px;position:absolute;top:14px;width:17px}.DevFrame .vector-3{left:80px}.DevFrame .img-2{height:67px;left:0;object-fit:cover;position:absolute;top:38px;width:100px}.DevFrame .text-wrapper-7{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:28px;position:relative;text-align:center;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DevFrame .imtonigeria{left:40px;top:39px;width:100px}.DevFrame .imtonigeria,.DevFrame .overlap{height:103px;position:relative}.DevFrame .overlap-group-2{height:103px;left:0;position:absolute;top:0;width:100px}.DevFrame .vector-4{height:66px;left:34px;position:absolute;top:37px;width:66px}.DevFrame .vector-5{height:20px;left:57px;position:absolute;top:47px;width:20px}.DevFrame .vector-6{height:20px;left:47px;position:absolute;top:72px;width:38px}.DevFrame .vector-7{height:66px;left:0;position:absolute;top:2px;width:66px}.DevFrame .vector-8{height:21px;left:22px;position:absolute;top:11px;width:21px}.DevFrame .vector-9{height:20px;left:13px;position:absolute;top:36px;width:38px}.DevFrame .vector-10{height:23px;left:33px;position:absolute;top:79px;width:23px}.DevFrame .text-wrapper-8{color:var(--foundationyellowprimary-100);font-family:Poppins,Helvetica;font-size:11.7px;font-weight:700;left:41px;letter-spacing:0;line-height:normal;position:absolute;top:82px}.DevFrame .vector-11{height:23px;left:49px;position:absolute;top:0;width:23px}.DevFrame .text-wrapper-9{color:var(--foundationyellowprimary-100);font-family:Poppins,Helvetica;font-size:11.7px;font-weight:700;left:56px;letter-spacing:0;line-height:normal;position:absolute;top:3px}.DevFrame .vector-12{top:9px}.DevFrame .vector-12,.DevFrame .vector-13{height:1px;left:55px;position:absolute;width:10px}.DevFrame .vector-13{top:12px}.DevFrame .vector-14{height:11px;left:20px;position:absolute;top:72px;width:11px}.DevFrame .vector-15{height:11px;left:70px;position:absolute;top:23px;width:11px}.Transactions{align-items:center;display:flex;flex-direction:column;gap:34px}.Transactions .div{align-items:flex-start;gap:26px}.Transactions .div,.Transactions .div-2{display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.Transactions .div-2{align-items:flex-end;gap:23px}.Transactions .Transactions-wrapper{gap:36px}.Transactions .Transactions-wrapper,.Transactions .div-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.Transactions .div-wrapper{gap:40px}.Transactions .div-3{flex-direction:column;gap:9px}.Transactions .Transactions-wrapper-2,.Transactions .div-3{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.Transactions .Transactions-wrapper-3{gap:544px}.Transactions .Transactions-wrapper-3,.Transactions .div-4{align-items:flex-end;display:inline-flex;flex:0 0 auto;justify-content:flex-end;position:relative}.Transactions .div-4{gap:10px}.Transactions .Transactions-wrapper-4{align-items:flex-end;display:inline-flex;flex:0 0 auto;gap:707px;justify-content:flex-end;position:relative}.Transactions .Transactions-wrapper-5{gap:31px}.Transactions .Transactions-wrapper-5,.Transactions .div-5{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.Transactions .div-wrapper-2{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px;justify-content:center;padding:5px;position:relative}.Transactions .text-wrapper{color:#484848;font-family:Poppins,Helvetica;font-size:16px;font-weight:500;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .line{height:1px;object-fit:cover;position:relative;width:1080px}.Transactions .div-6{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:22px;position:relative}.Transactions .transaction-card{align-items:center;background-color:#fff;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:6px;display:flex;flex-direction:column;gap:10px;height:130px;justify-content:center;padding:10px;position:relative;width:346px}.Transactions .div-7{gap:19px}.Transactions .div-7,.Transactions .div-8{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.Transactions .div-8{gap:8px}.Transactions .text-wrapper-2{font-size:14px;font-weight:500;margin-top:-1px}.Transactions .text-wrapper-2,.Transactions .text-wrapper-3{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;letter-spacing:0;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .text-wrapper-3{font-size:24px;font-weight:600}.Transactions .div-9{gap:73px}.Transactions .div-10,.Transactions .div-9{align-items:flex-start;display:inline-flex;flex:0 0 auto;position:relative}.Transactions .div-10{gap:8px}.Transactions .text-wrapper-4{color:var(--foundation-greeng200)}.Transactions .text-wrapper-4,.Transactions .text-wrapper-5{font-family:Poppins,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .text-wrapper-5{color:var(--foundationbluesecondarytext-300)}.Transactions .text-wrapper-6{color:var(--foundationbluesecondarytext-500);font-family:Poppins,Helvetica;font-size:12px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .Transactions-wrapper-6{align-items:flex-start;background-color:#fff;border-radius:4px;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:10px;height:225px;justify-content:center;padding:10px 20px;position:relative;width:1082px}.Transactions .div-11{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:10px 10px;position:relative;width:1042px}.Transactions .text-wrapper-7{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:16px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .div-12{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px;justify-content:flex-end;position:relative}.Transactions .Transactions-wrapper-7{align-items:flex-start;display:flex;gap:17px;position:relative;width:253px}.Transactions .div-13{align-items:center;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:inline-flex;flex:0 0 auto;gap:92px;justify-content:center;padding:10px;position:relative}.Transactions .text-wrapper-8{color:var(--foundationbluesecondarytext-200);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:123px}.Transactions .img{height:18px;position:relative;width:18px}.Transactions .div-14{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:4px;position:relative}.Transactions .text-wrapper-9{color:var(--foundationbluesecondarytext-400);font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:99px}.Transactions .div-15{align-items:center;background-color:#f9f9f9;border:1px solid;border-color:var(--foundationbluesecondarytext-50);border-radius:4px;display:flex;flex:0 0 auto;gap:116px;padding:10px;position:relative;width:253px}.Transactions .text-wrapper-10{color:var(--foundationbluesecondarytext-200);width:99px}.Transactions .text-wrapper-10,.Transactions .text-wrapper-11{font-family:Poppins,Helvetica;font-size:14px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative}.Transactions .text-wrapper-11{color:var(--foundationbluesecondarytext-400);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .div-16{align-items:flex-end;display:inline-flex;flex:0 0 auto;gap:11px;position:relative}.Transactions .component-wrapper{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:47px;height:41px;position:relative}.Transactions .component{align-items:center;background-color:var(--foundationyellowprimary-500);border-radius:4px;display:flex;flex-direction:column;gap:10px;height:41px;justify-content:center;padding:10px;position:relative;width:115px}.Transactions .div-17{align-items:flex-start;display:inline-flex;flex:0 0 auto;gap:9px;position:relative}.Transactions .next{color:#fff;font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .TABLE-transactions{align-items:center;gap:10px;overflow:hidden;overflow-x:scroll;padding:10px;width:100%}.Transactions .TABLE-transactions,.Transactions .div-18{display:flex;flex:0 0 auto;flex-direction:column;position:relative}.Transactions .div-18{align-items:flex-start;gap:4px;width:1256px}.Transactions .div-19{align-items:flex-start;background-color:#f9f9f9;display:flex;flex:0 0 auto;gap:2px;position:relative;width:1256px}.Transactions .div-wrapper-3{align-items:center;display:flex;gap:10px;padding:10px 20px;position:relative;width:200px}.Transactions .text-wrapper-12{color:var(--foundationyellowprimary-900);font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .Transactions-wrapper-8{height:41px;position:relative;width:200px}.Transactions .div-20{align-items:center;display:flex;gap:10px;justify-content:center;padding:10px;position:relative;width:200px}.Transactions .text-wrapper-13{color:var(--foundationyellowprimary-900);font-family:Poppins,Helvetica;font-size:14px;font-weight:600;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:right;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .polygon{height:6.5px;position:relative;width:7.2px}.Transactions .div-21{gap:10px;justify-content:flex-end;padding:10px;width:200px}.Transactions .div-21,.Transactions .div-22{align-items:center;display:flex;position:relative}.Transactions .div-22{background-color:#fff;border-bottom-style:solid;border-bottom-width:1px;border-color:var(--foundationbluesecondarytext-50);gap:2px;height:60px;width:1256px}.Transactions .text-wrapper-14,.Transactions .text-wrapper-15{color:#484848;font-family:Poppins,Helvetica;font-size:12px;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;width:150px}.Transactions .text-wrapper-15{text-align:center}.Transactions .Transactions-wrapper-9{gap:5px;width:72px}.Transactions .Transactions-wrapper-9,.Transactions .div-wrapper-4{align-items:center;display:flex;justify-content:center;position:relative}.Transactions .div-wrapper-4{border-radius:2px;gap:10px;height:18px;padding:0 2px;width:44px}.Transactions .text-wrapper-16{color:#484848;font-family:Poppins,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:normal;margin-left:-8px;margin-right:-8px;margin-top:-1px;position:relative;text-align:right;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .pending-label{align-items:center;background-color:var(--foundation-greeng50);border-radius:4px;display:flex;gap:6px;height:34px;justify-content:center;padding:2px 10px;position:relative;width:100px}.Transactions .not-required{color:var(--foundation-greeng400);font-weight:500}.Transactions .not-required,.Transactions .text-wrapper-17{font-family:Poppins,Helvetica;font-size:12px;letter-spacing:0;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .text-wrapper-17{color:#484848;font-weight:400;margin-left:-12.5px;margin-right:-12.5px;margin-top:-1px;text-align:right}.Transactions .text-wrapper-18{color:#484848;font-family:Poppins,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:normal;margin-left:-13.5px;margin-right:-13.5px;margin-top:-1px;position:relative;text-align:right;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .not-required-wrapper{align-items:center;background-color:var(--foundation-orangeo50);border-radius:4px;display:flex;gap:6px;height:34px;justify-content:center;padding:2px 10px;position:relative;width:100px}.Transactions .not-required-2{color:var(--foundation-orangeo300);font-family:Poppins,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Transactions .reject-label{align-items:center;background-color:#ffdcdd;border-radius:4px;display:flex;gap:6px;height:34px;justify-content:center;padding:2px 10px;position:relative;width:100px}.Transactions .rejected{color:#ec1c24;font-family:Poppins,Helvetica;font-size:12px;font-weight:500;letter-spacing:0;line-height:normal;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fund-border{align-items:center;border-bottom:2px solid #ececec;border-radius:4px 4px 0 0;display:flex;gap:4rem;justify-content:flex-start;span{color:#29292a;color:var(--Foundation-Blue-Secondary-Text-500,#29292a);cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.active{align-items:center;background:#fef8e6;background:var(--Foundation-Yellow-Primary-50,#fef8e6);border-bottom:4px solid #f1b807;border-bottom:4px solid var(--Foundation-Yellow-Primary-500,#f1b807);border-radius:4px 4px 0 0;display:flex;gap:10px;height:40px;justify-content:center;padding:1rem;width:100px}}.details-sub{align-items:center;cursor:pointer;display:flex;gap:2rem;span{color:#545455;color:var(--Foundation-Blue-Secondary-Text-400,#545455);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.active{align-items:center;background:#fef8e6;background:var(--Foundation-Yellow-Primary-50,#fef8e6);border:1px solid #f4c639;border:1px solid var(--Foundation-Yellow-Primary-400,#f4c639);border-radius:4px;display:flex;gap:10px;height:30px;justify-content:center;padding:2px 4px;white-space:nowrap}}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:400;src:url(/static/media/Poppins-Italic.e373f6163127e2d469af.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:250;src:url(/static/media/Poppins-Thin.59ff6a729e30c99b478e.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:250;src:url(/static/media/Poppins-ThinItalic.9d5e661e645ce9a32fe6.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:275;src:url(/static/media/Poppins-ExtraLight.333cb30c20e31999802a.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:275;src:url(/static/media/Poppins-ExtraLightItalic.dbdfd398abcbbafc022b.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:300;src:url(/static/media/Poppins-Light.7641a0f76ca9ef6c252c.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:300;src:url(/static/media/Poppins-LightItalic.4a7d59f898225cc2f2e7.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:url(/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:500;src:url(/static/media/Poppins-MediumItalic.89e040c6a64d18f620dc.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(/static/media/Poppins-SemiBold.ac8d04b620e54be9b0f0.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:600;src:url(/static/media/Poppins-SemiBoldItalic.3524ffc3226f4578e5c5.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:url(/static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:700;src:url(/static/media/Poppins-BoldItalic.cfb635a5111b545f5598.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:800;src:url(/static/media/Poppins-ExtraBold.01849ee091e1762a5dd5.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:800;src:url(/static/media/Poppins-ExtraBoldItalic.73d4495be63ad83b25cc.ttf)}@font-face{font-family:Poppins;font-style:normal;font-weight:900;src:url(/static/media/Poppins-Black.d8b850b920a5ef49d752.ttf)}@font-face{font-family:Poppins;font-style:italic;font-weight:900;src:url(/static/media/Poppins-BlackItalic.563eda3d3407af0fb581.ttf)}.loginForm{display:grid;font-family:Poppins,sans-serif;padding:35px 30px}.loginForm .h1,.loginForm h1{color:#000;font-family:Poppins,sans-serif;font-size:40px;font-style:normal;font-weight:600;line-height:normal}.loginForm .forgetPassword{text-align:right}.loginForm .forgetPassword a{color:#757474;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline}.loginForm .loginFooter{align-items:center;color:#7c7c7c;display:inline-flex;flex-direction:column;font-size:10px;font-style:normal;font-weight:400;gap:30px;letter-spacing:.5px;line-height:110.1%;margin-top:60px;place-self:center;text-align:center;width:259px}.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}.loginForm .forgot-con span{color:#7c7c7c;font-family:Poppins;line-height:110.1%}.acct-before,.loginForm .forgot-con span{font-size:14px;font-style:normal;font-weight:400}.acct-before{color:#535151;font-family:Poppins,Helvetica,"sans-serif";line-height:20px;text-align:end}.acct-before .signIn{color:#535151;text-decoration-line:underline}.alt-signUp{align-items:center;display:flex;justify-content:center;margin-bottom:31px}.alt-signUp .line{background:#e3e8f1;height:1px;width:112px}@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:0 1.375rem}.otp-box{display:flex}.otp-box input{background:#f9f9f9;border:1px solid #aca9a8;border-radius:10px;color:#1d1b1b;font-family:Poppins;font-weight:400;height:46px;letter-spacing:.2px;line-height:126.5%;margin:0 6px;outline:none;padding:10px;transition:all .1s;width:46px!important}.enter-otp,.otp-box input{font-size:1rem;font-style:normal}.enter-otp{color:#484848;font-weight:600;line-height:normal}.otp-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.otp-container .done-btn{height:46px;margin:36px 0;width:197px}.otp-container .resend-text{color:#f1b807;cursor:pointer;font-family:Poppins;font-size:.813rem;font-style:normal;font-weight:600;line-height:1.25rem;text-align:center}.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{margin-bottom:25px;margin-top:100px;width:49%}}.body-dashboard .title-body-text .header-title{font-family:Poppins,Helvetica,"sans-serif";font-size:3rem;font-weight:700;letter-spacing:0;line-height:3.125rem;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-wrap:nowrap;text-transform:uppercase}.body-dashboard .title-body-text .started-btn{align-content:center;align-items:center;background:#f1b807;border:1px solid #f1b807;border-radius:.25rem;color:#1f1f28;cursor:pointer;display:flex;font-family:Poppins,Helvetica,"sans-serif";font-size:1.5rem;font-style:normal;font-weight:600;justify-content:center;line-height:1.219rem;margin-bottom:32px;margin-top:36px;padding:.625rem;width:220px}@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-bottom:25px;margin-top:100px}}.body-dashboard .title-body-text-2 .header-title{font-family:Poppins,Helvetica,"sans-serif";font-size:3rem;font-weight:700;letter-spacing:0;line-height:3.125rem;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-wrap:nowrap;text-transform:uppercase}.body-dashboard .title-body-text-2 .started-btn{align-content:center;align-items:center;background:#f1b807;border:1px solid #f1b807;border-radius:.25rem;color:#1f1f28;cursor:pointer;display:flex;font-family:Poppins,Helvetica,"sans-serif";font-size:1.5rem;font-style:normal;font-weight:600;justify-content:center;line-height:1.219rem;margin-bottom:32px;margin-top:36px;padding:.625rem;width:220px}@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{height:100%;left:850px;top:206px;width:100%}.body-dashboard .store{display:flex;justify-content:flex-start;margin-bottom:99.83px;margin-top:41px;width:40%}@media screen and (min-width:992px){.body-dashboard .store{height:59.174px;width:443px}}@media screen and (max-width:540px){.body-dashboard .store{justify-content:center;width:100%}}.body-dashboard .store .apple{height:59.174px;margin-right:22px;width:210.614px}@media screen and (max-width:540px){.body-dashboard .store .apple{height:49.174px;width:170.614px}}.body-dashboard .store .google{height:59.174px;width:210.61px}@media screen and (max-width:540px){.body-dashboard .store .google{height:49.174px;width:170.61px}}.body-dashboard .tc{color:#d9d9d9;font-weight:400}.body-dashboard .tc,.body-dashboard .tc .highlightTc{font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;line-height:1.625rem}.body-dashboard .tc .highlightTc{color:#f1b807;font-weight:800;text-decoration:none}.body-dashboard .api-integration{color:#fff;font-family:Poppins,Helvetica,"sans-serif";font-size:24px;font-style:normal;font-weight:600;line-height:19.5px;text-align:center}.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{margin-top:57.04px;width:633px}}.body-dashboard .steps-container .sub-title-container .sub-title{color:#000;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-align:center;text-transform:uppercase}.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{align-items:center;display:block;display:flex;height:361.15px;justify-content:center;width:361.15px}}.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:auto}}.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:auto}}.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:auto}}.body-dashboard .steps-container .sub-details{color:#6e6e6e;font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:30px;text-align:center}.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{background-color:#29292a;padding:188px 0}@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-align:center;text-transform:uppercase}.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{color:#f6f6f5;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-align:center;text-transform:uppercase}.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;justify-content:space-between;margin:0 149.37px 100px 168px}}.body-dashboard .features-container .features .feature-carousel{border-radius:5px;flex:0 0 30%;margin:0 10px;padding:20px;text-align:left}@media screen and (max-width:540px){.body-dashboard .features-container .features .feature-carousel{flex:initial;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:auto}}.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;letter-spacing:0;line-height:1.625rem;text-align:left}.body-dashboard .features-container .benefits-list-container{display:flex;flex-direction:column;justify-content:center}@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-align:center;text-transform:uppercase}.body-dashboard .features-container .fileBroImage{height:501px;width:501px}.body-dashboard .features-container .image{display:none}@media screen and (min-width:992px){.body-dashboard .features-container .image{align-items:center;display:block;display:flex;height:361.15px;justify-content:center;width:361.15px}}.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:auto}}.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:auto}}.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:auto}.body-dashboard .features-container .middle-sm{justify-content:center;text-align:center}}.body-dashboard .features-container .sub-details{color:#6e6e6e;font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:30px;text-align:center}.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{background-color:#fff;padding:100px 0}@media screen and (max-width:991px){.body-dashboard .features-container-2{padding:5rem 1rem}}.body-dashboard .features-container-2 .title{color:#252526;color:var(--foundation-blue-secondary-text-600,#252526);font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;line-height:40px;text-align:center}.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{color:#0d0c0c;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-align:center;text-transform:uppercase}.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;letter-spacing:0;line-height:1.625rem;text-align:left}.body-dashboard .features-container-2 .benefits-list-container{display:flex;flex-direction:column;margin-top:4rem}@media screen and (min-width:992px){.body-dashboard .features-container-2 .benefits-list-container{width:632px}}.body-dashboard .features-container-2 .middle-sm-txt{color:#252526;display:block;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-align:center;text-transform:uppercase}.body-dashboard .features-container-2 .fileBroImage{height:501px;width:501px}.body-dashboard .features-container-2 .image{display:none}@media screen and (min-width:992px){.body-dashboard .features-container-2 .image{align-items:center;display:block;display:flex;height:361.15px;justify-content:center;width:361.15px}}.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:auto}}.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:auto}}.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:auto}.body-dashboard .features-container-2 .middle-sm{justify-content:center;text-align:center}}.body-dashboard .features-container-2 .sub-details{color:#6e6e6e;font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:30px;text-align:center}.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{align-content:center;align-items:center;background:#f1b807;border:1px solid #f1b807;border-radius:.25rem;color:#1f1f28;cursor:pointer;display:flex;font-family:Poppins,Helvetica,"sans-serif";font-size:1.5rem;font-style:normal;font-weight:600;height:56px;justify-content:center;line-height:1.219rem;padding:.625rem;width:220px}@media screen and (max-width:992px){.body-dashboard .started-btn{font-size:1rem;line-height:.719rem}}.body-dashboard .mission-container{align-items:center;background-color:#fff;display:flex;justify-content:space-between;padding:5rem 1rem}@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{color:#0d0c0c;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-align:center;text-transform:uppercase}.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{height:253px;margin-top:56.36px;width:286.27px}}.body-dashboard .itm-cen{justify-content:center}.body-dashboard .text-din{color:#545455;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}.features-container-3 .title{color:#252526;color:var(--foundation-blue-secondary-text-600,#252526);font-family:Poppins;font-size:48px;font-style:normal;font-weight:600;line-height:40px;text-align:center}.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{color:#0d0c0c;font-size:2.5rem;font-style:normal;font-weight:600;line-height:3.219rem;text-align:center;text-transform:uppercase}.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;letter-spacing:0;line-height:1.625rem;text-align:left}.features-container-3 .benefits-list-container{display:flex;flex-direction:column;margin-top:4rem}@media screen and (min-width:992px){.features-container-3 .benefits-list-container{width:632px}}.features-container-3 .middle-sm-txt{color:#252526;color:var(--foundation-blue-secondary-text-600,#252526);display:block;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-align:center;text-transform:uppercase}.features-container-3 .fileBroImage{height:501px;width:501px}.features-container-3 .image{display:none}@media screen and (min-width:992px){.features-container-3 .image{align-items:center;display:block;display:flex;height:361.15px;justify-content:center;width:361.15px}}.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:auto}}.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:auto}}.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:auto}.features-container-3 .middle-sm{justify-content:center;text-align:center}}.features-container-3 .sub-details{color:#6e6e6e;font-family:Poppins,Helvetica,"sans-serif";font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:30px;text-align:center}.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{color:#0d0c0c;display:grid;grid-template-columns:20% 80%;justify-content:center}.faq-con .faq-side{border-right:1px solid #eaeaea;display:flex;flex-direction:column;margin-left:2rem;padding:50px 0}.faq-con .faq-side a{text-decoration:none}.faq-con .faq-side span{align-items:center;color:#29292a;color:var(--foundation-blue-secondary-text-500,#29292a);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;gap:10px;line-height:28px;margin-right:2rem;padding:10px;text-align:center;white-space:nowrap}.faq-con .faq-side .active{background:#fef8e6;background:var(--foundation-yellow-primary-50,#fef8e6)}.faq-con .faq-main{display:flex;flex-direction:column;margin-left:4rem;padding:50px 0;width:50%}.faq-con .faq-main input{align-items:center;border:2px solid #eaeaea;border:2px solid var(--foundation-blue-secondary-text-50,#eaeaea);border-radius:4px;color:#9d9d9d;color:var(--foundation-blue-secondary-text-200,#9d9d9d);display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;gap:10px;line-height:28px;padding:10px;text-align:center;width:304px}.faq-con .faq-main .faq-body{margin-top:4rem}.faq-con .faq-main .faq-body,.faq-con .faq-main .privacy-body{display:flex;flex-direction:column}.faq-con .faq-main .faq-body-inner{border-top:1px solid #eaeaea;border-top:1px solid var(--foundation-blue-secondary-text-50,#eaeaea);display:flex;justify-content:space-between;padding:1rem}.faq-con .faq-main .faq-body-inner-content{color:#545455;color:var(--foundation-blue-secondary-text-400,#545455);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:24px;padding:1.5rem}.faq-con .faq-main .faq-header{color:#29292a;color:var(--foundation-blue-secondary-text-500,#29292a);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-left:12px}.faq-con .faq-main .privacy-list{display:flex;padding:50 0}.faq-con .faq-main .privacy-list li,.faq-con .faq-main .privacy-list span{color:#545455;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{align-items:flex-start;border-bottom:2px solid #eaeaea;display:flex;gap:9px;padding:1rem}.all-user-text{color:#484848;font-weight:600}.all-user-text,.all-user-text-nude{font-family:Poppins;font-size:18px;font-style:normal;line-height:normal}.all-user-text-nude{color:#bdbdbd;color:var(--foundation-blue-secondary-text-100,#bdbdbd);font-weight:500}.btn-root{display:flex;justify-content:space-between;padding-top:1rem;width:100%}.btn-account-management{align-items:center;background:#fef8e6;background:var(--foundation-yellow-primary-50,#fef8e6);border:1px solid #f9de8d;border:1px solid var(--foundation-yellow-primary-200,#f9de8d);border-radius:4px;box-shadow:0 4px 12px 0 #0000000f;gap:10px;height:48px;justify-content:center;padding:5px 10px}.user-reg-con{align-items:flex-end;display:flex;flex-direction:column}.user-reg-bold-text{font-size:32px;font-weight:600;line-height:40px}.user-reg-bold-text,.user-reg-text{color:#545455;color:var(--foundation-blue-secondary-text-400,#545455);font-family:Poppins;font-style:normal}.user-reg-text{font-size:14px;font-weight:400;line-height:normal}.custom-switch{background-color:"red"}.custom-switch:checked{background-color:"green"}.defualt{align-items:center;background:#ffae11;background:var(--orange,#ffae11);border-radius:4px;flex-shrink:0;gap:10px;height:18px;justify-content:center;padding:0 2px;width:80px}.defualt,.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{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.placeholder-white-opacity-75::-moz-placeholder{color:#ffffffbf;opacity:1}.placeholder-white-opacity-75::-moz-placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}: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:#333;--bs-gray-300:#353d33;--bs-gray-400:#707070;--bs-gray-600:#9a9e99;--bs-gray-700:#999;--bs-gray-800:#a39696;--bs-gray-900:#fff;--bs-gray-light:#e3e3e3;--bs-white:#fff;--bs-light:#030d00;--bs-primary:#006cec;--bs-secondary:#999;--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:#000;--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:#aaa;--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:#163d66;--bs-secondary-text-emphasis:#3e3f3d;--bs-success-text-emphasis:#044934;--bs-info-text-emphasis:#372065;--bs-warning-text-emphasis:#664300;--bs-danger-text-emphasis:#621f26;--bs-light-text-emphasis:#999;--bs-dark-text-emphasis:#999;--bs-primary-bg-subtle:#d7ebff;--bs-secondary-bg-subtle:#ebeceb;--bs-success-bg-subtle:#cef1e6;--bs-info-bg-subtle:#e7dcfe;--bs-warning-bg-subtle:#fec;--bs-danger-bg-subtle:#fddcdf;--bs-light-bg-subtle:#818680;--bs-dark-bg-subtle:#707070;--bs-primary-border-subtle:#afd6ff;--bs-secondary-border-subtle:#d7d8d6;--bs-success-border-subtle:#9de2cd;--bs-info-border-subtle:#d0b9fe;--bs-warning-border-subtle:#ffdc99;--bs-danger-border-subtle:#fbb8bf;--bs-light-border-subtle:#333;--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,#ffffff26,#fff0);--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:#fff;--bs-body-color-rgb:255,255,255;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#ffffffbf;--bs-secondary-color-rgb:255,255,255;--bs-secondary-bg:#333;--bs-secondary-bg-rgb:51,51,51;--bs-tertiary-color:#ffffff80;--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:#2b7acc;--bs-link-hover-color-rgb:43,122,204;--bs-code-color:#d63384;--bs-highlight-color:#fff;--bs-highlight-bg:#fcf1cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#333;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.475rem;--bs-border-radius-sm:0.275rem;--bs-border-radius-lg:0.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 0.5rem 1rem #00000026;--bs-box-shadow-sm:0 0.125rem 0.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:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:#3699ff40;--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]{--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:#d1cbcb;--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:#86c2ff;--bs-link-hover-color:#9fceff;--bs-link-color-rgb:134,194,255;--bs-link-hover-color-rgb:159,206,255;--bs-code-color:#e685b5;--bs-highlight-color:#fff;--bs-highlight-bg:#604a03;--bs-border-color:#999;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;color-scheme:dark}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;border-top:var(--bs-border-width) solid;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#030d00;color:var(--bs-heading-color);font-weight:600;line-height:1.2;margin-bottom:.5rem;margin-top:0}.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-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{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{background-color:#fcf1cd;background-color:var(--bs-highlight-bg);color:#fff;color:var(--bs-highlight-color);padding:.1875em}sub,sup{font-size:.75em}a{color:#3699ff;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}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--bs-font-monospace)}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:#fff;background-color:var(--bs-body-color);border-radius:.275rem;color:#fff;color:var(--bs-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom}caption{color:#ffffffbf;color:var(--bs-secondary-color);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-size: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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;min-width:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:600;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:600;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:600;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:600;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:600;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:600;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#9a9e99;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;background-color:var(--bs-body-bg);border:1px solid #333;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:.475rem;border-radius:var(--bs-border-radius);padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#ffffffbf;color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{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-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 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:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3r,.gx-3r{--bs-gutter-x:0.625rem}.g-3r,.gy-3r{--bs-gutter-y:0.625rem}.g-3,.gx-3{--bs-gutter-x:0.75rem}.g-3,.gy-3{--bs-gutter-y:0.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}.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:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3r,.gx-sm-3r{--bs-gutter-x:0.625rem}.g-sm-3r,.gy-sm-3r{--bs-gutter-y:0.625rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:0.75rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:0.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}.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:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3r,.gx-md-3r{--bs-gutter-x:0.625rem}.g-md-3r,.gy-md-3r{--bs-gutter-y:0.625rem}.g-md-3,.gx-md-3{--bs-gutter-x:0.75rem}.g-md-3,.gy-md-3{--bs-gutter-y:0.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}.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:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3r,.gx-lg-3r{--bs-gutter-x:0.625rem}.g-lg-3r,.gy-lg-3r{--bs-gutter-y:0.625rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:0.75rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:0.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}.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:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3r,.gx-xl-3r{--bs-gutter-x:0.625rem}.g-xl-3r,.gy-xl-3r{--bs-gutter-y:0.625rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:0.75rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:0.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}.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:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3r,.gx-xxl-3r{--bs-gutter-x:0.625rem}.g-xxl-3r,.gy-xxl-3r{--bs-gutter-y:0.625rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:0.75rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:0.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:#0000;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);border-color:var(--bs-table-border-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));color:var(--bs-table-color);color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid;border-top:calc(var(--bs-border-width)*2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0;border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 1px;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-columns>:not(caption)>tr>:nth-child(2n),.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-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:#000;--bs-table-bg:#d7ebff;--bs-table-border-color:#acbccc;--bs-table-striped-bg:#ccdff2;--bs-table-striped-color:#000;--bs-table-active-bg:#c1d3e6;--bs-table-active-color:#000;--bs-table-hover-bg:#c7d9ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#ebeceb;--bs-table-border-color:#bcbcbc;--bs-table-striped-bg:#dfe0df;--bs-table-striped-color:#000;--bs-table-active-bg:#d3d4d3;--bs-table-active-color:#000;--bs-table-hover-bg:#d9dad9;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#cef1e6;--bs-table-border-color:#a5c0b8;--bs-table-striped-bg:#c4e5db;--bs-table-striped-color:#000;--bs-table-active-bg:#bad9cf;--bs-table-active-color:#000;--bs-table-hover-bg:#bfdfd5;--bs-table-hover-color:#000}.table-info,.table-success{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#e7dcfe;--bs-table-border-color:#b9b0cc;--bs-table-striped-bg:#dcd1f2;--bs-table-striped-color:#000;--bs-table-active-bg:#d0c6e5;--bs-table-active-color:#000;--bs-table-hover-bg:#d6cceb;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fec;--bs-table-border-color:#ccbea3;--bs-table-striped-bg:#f2e2c2;--bs-table-striped-color:#000;--bs-table-active-bg:#e6d6b8;--bs-table-active-color:#000;--bs-table-hover-bg:#ecdcbd;--bs-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#fddcdf;--bs-table-border-color:#cbb0b3;--bs-table-striped-bg:#f1d1d4;--bs-table-striped-color:#000;--bs-table-active-bg:#e4c6c9;--bs-table-active-color:#000;--bs-table-hover-bg:#eacbce;--bs-table-hover-color:#000}.table-light{--bs-table-color:#fff;--bs-table-bg:#030d00;--bs-table-border-color:#353d33;--bs-table-striped-bg:#10190d;--bs-table-striped-color:#fff;--bs-table-active-bg:#1c251a;--bs-table-active-color:#fff;--bs-table-hover-bg:#161f13;--bs-table-hover-color:#fff}.table-dark,.table-light{border-color:var(--bs-table-border-color);color:var(--bs-table-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#29292a;--bs-table-border-color:#545455;--bs-table-striped-bg:#343435;--bs-table-striped-color:#fff;--bs-table-active-bg:#3e3e3f;--bs-table-active-color:#fff;--bs-table-hover-bg:#39393a;--bs-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{font-size:1.05rem;margin-bottom:.5rem}.col-form-label,.form-label{color:#a39696;font-weight:500}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.75rem + 1px);padding-top:calc(.75rem + 1px)}.col-form-label-lg{font-size:1.15rem;padding-bottom:calc(.825rem + 1px);padding-top:calc(.825rem + 1px)}.col-form-label-sm{font-size:.925rem;padding-bottom:calc(.55rem + 1px);padding-top:calc(.55rem + 1px)}.form-text{color:#8d8d8d;font-size:.925rem;margin-top:.5rem}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #353d33;border-radius:.475rem;color:#8d8d8d;display:block;font-size:1.1rem;font-weight:500;line-height:1.5;padding:.75rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@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{background-color:#fff;border-color:#707070;box-shadow:0 0 0 .25rem #3699ff40;color:#8d8d8d;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em;margin:0;min-width:85px}.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{background-color:#030d00;background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#8d8d8d;margin:-.75rem -1rem;margin-inline-end:1rem;padding:.75rem 1rem;pointer-events:none;-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{background-color:#030d00;background-color:var(--bs-tertiary-bg);border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#8d8d8d;margin:-.75rem -1rem;margin-inline-end:1rem;padding:.75rem 1rem;pointer-events:none;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:#333;background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#333;background-color:var(--bs-secondary-bg)}.form-control-plaintext{background-color:#0000;border:solid #0000;border-width:1px 0;color:#fff;display:block;line-height:1.5;margin-bottom:0;padding:.75rem 0;width:100%}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.475rem;font-size:.925rem;min-height:calc(1.5em + 1.1rem + 2px);padding:.55rem .75rem}.form-control-sm::-webkit-file-upload-button{margin:-.55rem -.75rem;margin-inline-end:.75rem;padding:.55rem .75rem}.form-control-sm::file-selector-button{margin:-.55rem -.75rem;margin-inline-end:.75rem;padding:.55rem .75rem}.form-control-lg{border-radius:.475rem;font-size:1.15rem;min-height:calc(1.5em + 1.65rem + 2px);padding:.825rem 1.5rem}.form-control-lg::-webkit-file-upload-button{margin:-.825rem -1.5rem;margin-inline-end:1.5rem;padding:.825rem 1.5rem}.form-control-lg::file-selector-button{margin:-.825rem -1.5rem;margin-inline-end:1.5rem;padding:.825rem 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{height:calc(1.5em + 1.5rem + 2px);padding:.75rem;width:3rem}.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;charset=utf-8,%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");-webkit-appearance:none;appearance:none;background-color:#fff;background-image:var(--bs-form-select-bg-img),none;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-position:right 1rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #353d33;border-radius:.475rem;color:#8d8d8d;display:block;font-size:1.1rem;font-weight:500;line-height:1.5;padding:.75rem 3rem .75rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#707070;box-shadow:0 0 0 .25rem #3699ff40;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:1rem}.form-select:disabled{background-color:#333}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #8d8d8d}.form-select-sm{border-radius:.475rem;font-size:.925rem;padding-bottom:.55rem;padding-left:.75rem;padding-top:.55rem}.form-select-lg{border-radius:.475rem;font-size:1.15rem;padding-bottom:.825rem;padding-left:1.5rem;padding-top:.825rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml;charset=utf-8,%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;margin-bottom:.125rem;min-height:1.5rem;padding-left:2.85rem}.form-check .form-check-input{float:left;margin-left:-2.85rem}.form-check-reverse{padding-left:0;padding-right:2.85rem;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-2.85rem}.form-check-input{--bs-form-check-bg:#fff;-webkit-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #8d8d8d;flex-shrink:0;height:2.35rem;margin-top:-.425rem;-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;vertical-align:top;width:2.35rem}@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;box-shadow:none;outline:0}.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cpath d='M11.043 1.029a.792.792 0 1 1 1.206 1.025l-6.73 7.917a.792.792 0 0 1-1.128.079L.828 6.883A.792.792 0 1 1 1.88 5.7l2.958 2.629 6.205-7.3Z' fill='%2340a060'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%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{--bs-form-check-bg-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2340a060' d='M6 10h8'/%3E%3C/svg%3E");background-color:#3699ff;border-color:#3699ff}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:3.25rem;margin-left:-3.75rem;transition:background-position .15s ease-in-out;width:3.25rem}@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;charset=utf-8,%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{--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2340a060'/%3E%3C/svg%3E");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:3.75rem}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-3.75rem}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.6;pointer-events:none}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")}.form-range{-webkit-appearance:none;appearance:none;background-color:#0000;height:1.5rem;padding:0;width:100%}.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{-webkit-appearance:none;appearance:none;background-color:#3699ff;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-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;width:1rem}@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{background-color:#333;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#3699ff;border:0;border-radius:1rem;height: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;width:1rem}@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{background-color:#333;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#ffffffbf;background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:#ffffffbf;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);line-height:1.25;min-height:calc(3.5rem + 2px)}.form-floating>label{border:1px solid #0000;height:100%;left:0;overflow:hidden;padding:1rem;pointer-events:none;position:absolute;text-align:start;text-overflow:ellipsis;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out;white-space:nowrap;z-index:2}@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-plaintext::placeholder,.form-floating>.form-control::placeholder{color:#0000}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:#ffffffa6;color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{background-color:#fff;border-radius:.475rem;content:"";height:1.5em;inset:1rem .5rem;position:absolute;z-index:-1}.form-floating>.form-control:-webkit-autofill~label{color:#ffffffa6;color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#9a9e99}.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after{background-color:#333}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{align-items:center;background-color:#030d00;background-color:var(--bs-tertiary-bg);border:1px solid #353d33;border-radius:.475rem;color:#8d8d8d;display:flex;font-size:1.1rem;font-weight:500;line-height:1.5;padding:.75rem 1rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.475rem;font-size:1.15rem;padding:.825rem 1.5rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.475rem;font-size:.925rem;padding:.55rem .75rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}.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,.input-group.has-validation>:nth-last-child(n+3):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,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-bottom-left-radius:0;border-top-left-radius:0}.valid-feedback{color:#0bb783;color:var(--bs-form-valid-color);display:none;font-size:.925rem;margin-top:.5rem;width:100%}.valid-tooltip{background-color:#1f8505;background-color:var(--bs-success);border-radius:.475rem;border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.925rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%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.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .375rem) center;background-repeat:no-repeat;background-size:calc(.75em + .75rem) calc(.75em + .75rem);border-color:#0bb783;border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 1.5rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#0bb783;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem #1f850540;box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .375rem) right calc(.375em + .375rem);padding-right:calc(1.5em + 1.5rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#0bb783;border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%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.1z'/%3E%3C/svg%3E");background-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem);padding-right:5.5rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#0bb783;border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem #1f850540;box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(4.5rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#0bb783;border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#0bb783;background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #1f850540;box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#0bb783;color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{color:#f64e60;color:var(--bs-form-invalid-color);display:none;font-size:.925rem;margin-top:.5rem;width:100%}.invalid-tooltip{background-color:#ee151d;background-color:var(--bs-danger);border-radius:.475rem;border-radius:var(--bs-border-radius);color:#fff;display:none;font-size:.925rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-position:right calc(.375em + .375rem) center;background-repeat:no-repeat;background-size:calc(.75em + .75rem) calc(.75em + .75rem);border-color:#f64e60;border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 1.5rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#f64e60;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem #ee151d40;box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .375rem) right calc(.375em + .375rem);padding-right:calc(1.5em + 1.5rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#f64e60;border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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-position:right 1rem center,center right 3rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem);padding-right:5.5rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#f64e60;border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem #ee151d40;box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(4.5rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#f64e60;border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#f64e60;background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #ee151d40;box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f64e60;color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:1.5rem;--bs-btn-padding-y:0.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:#0000;--bs-btn-border-width:1px;--bs-btn-border-color:#0000;--bs-btn-border-radius:0.475rem;--bs-btn-hover-border-color:#0000;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.6;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);background-color:var(--bs-btn-bg);border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);color:var(--bs-btn-color);cursor:pointer;display:inline-block;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);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);color:var(--bs-btn-hover-color)}.btn-check+.btn:hover{background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color);color:var(--bs-btn-color)}.btn:focus-visible{background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);color:var(--bs-btn-hover-color);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color);color:var(--bs-btn-active-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active: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{background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);color:var(--bs-btn-disabled-color);opacity:var(--bs-btn-disabled-opacity);pointer-events:none}.btn-white{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-light{--bs-btn-color:#fff;--bs-btn-bg:#030d00;--bs-btn-border-color:#030d00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#030b00;--bs-btn-hover-border-color:#020a00;--bs-btn-focus-shadow-rgb:41,49,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#020a00;--bs-btn-active-border-color:#020a00;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#030d00;--bs-btn-disabled-border-color:#030d00}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#006cec;--bs-btn-border-color:#006cec;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#005cc9;--bs-btn-hover-border-color:#0056bd;--bs-btn-focus-shadow-rgb:38,130,239;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0056bd;--bs-btn-active-border-color:#0051b1;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#006cec;--bs-btn-disabled-border-color:#006cec}.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#999;--bs-btn-border-color:#999;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#a8a8a8;--bs-btn-hover-border-color:#a3a3a3;--bs-btn-focus-shadow-rgb:130,130,130;--bs-btn-active-color:#000;--bs-btn-active-bg:#adadad;--bs-btn-active-border-color:#a3a3a3;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#999;--bs-btn-disabled-border-color:#999}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#1f8505;--bs-btn-border-color:#1f8505;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1a7104;--bs-btn-hover-border-color:#196a04;--bs-btn-focus-shadow-rgb:65,151,43;--bs-btn-active-color:#fff;--bs-btn-active-bg:#196a04;--bs-btn-active-border-color:#176404;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#1f8505;--bs-btn-disabled-border-color:#1f8505}.btn-alt-success{--bs-btn-color:#000;--bs-btn-bg:#40a060;--bs-btn-border-color:#40a060;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#5dae78;--bs-btn-hover-border-color:#53aa70;--bs-btn-focus-shadow-rgb:54,136,82;--bs-btn-active-color:#000;--bs-btn-active-bg:#66b380;--bs-btn-active-border-color:#53aa70;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#40a060;--bs-btn-disabled-border-color:#40a060}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ebbc2e;--bs-btn-border-color:#ebbc2e;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#eec64d;--bs-btn-hover-border-color:#edc343;--bs-btn-focus-shadow-rgb:200,160,39;--bs-btn-active-color:#000;--bs-btn-active-bg:#efc958;--bs-btn-active-border-color:#edc343;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ebbc2e;--bs-btn-disabled-border-color:#ebbc2e}.btn-danger{--bs-btn-color:#000;--bs-btn-bg:#ee151d;--bs-btn-border-color:#ee151d;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f1383f;--bs-btn-hover-border-color:#f02c34;--bs-btn-focus-shadow-rgb:202,18,25;--bs-btn-active-color:#000;--bs-btn-active-bg:#f1444a;--bs-btn-active-border-color:#f02c34;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ee151d;--bs-btn-disabled-border-color:#ee151d}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#8950fc;--bs-btn-border-color:#8950fc;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#7444d6;--bs-btn-hover-border-color:#6e40ca;--bs-btn-focus-shadow-rgb:155,106,252;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6e40ca;--bs-btn-active-border-color:#673cbd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#8950fc;--bs-btn-disabled-border-color:#8950fc}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#29292a;--bs-btn-border-color:#29292a;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#49494a;--bs-btn-hover-border-color:#3e3e3f;--bs-btn-focus-shadow-rgb:73,73,74;--bs-btn-active-color:#fff;--bs-btn-active-bg:#545455;--bs-btn-active-border-color:#3e3e3f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#29292a;--bs-btn-disabled-border-color:#29292a}.btn-dark2{--bs-btn-color:#fff;--bs-btn-bg:#061b01;--bs-btn-border-color:#061b01;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#051701;--bs-btn-hover-border-color:#051601;--bs-btn-focus-shadow-rgb:43,61,39;--bs-btn-active-color:#fff;--bs-btn-active-bg:#051601;--bs-btn-active-border-color:#051401;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#061b01;--bs-btn-disabled-border-color:#061b01}.btn-brown{--bs-btn-color:#fff;--bs-btn-bg:#645116;--bs-btn-border-color:#645116;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#554513;--bs-btn-hover-border-color:#504112;--bs-btn-focus-shadow-rgb:123,107,57;--bs-btn-active-color:#fff;--bs-btn-active-bg:#504112;--bs-btn-active-border-color:#4b3d11;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#645116;--bs-btn-disabled-border-color:#645116}.btn-footer{--bs-btn-color:#000;--bs-btn-bg:#fbcb38;--bs-btn-border-color:#fbcb38;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fcd356;--bs-btn-hover-border-color:#fbd04c;--bs-btn-focus-shadow-rgb:213,173,48;--bs-btn-active-color:#000;--bs-btn-active-bg:#fcd560;--bs-btn-active-border-color:#fbd04c;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fbcb38;--bs-btn-disabled-border-color:#fbcb38}.btn-warning-alt{--bs-btn-color:#000;--bs-btn-bg:#ffc125;--bs-btn-border-color:#ffc125;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca46;--bs-btn-hover-border-color:#ffc73b;--bs-btn-focus-shadow-rgb:217,164,31;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd51;--bs-btn-active-border-color:#ffc73b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc125;--bs-btn-disabled-border-color:#ffc125}.btn-black{--bs-btn-color:#fff;--bs-btn-bg:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#000;--bs-btn-disabled-border-color:#000}.btn-gray{--bs-btn-color:#000;--bs-btn-bg:#e5e5e5;--bs-btn-border-color:#e5e5e5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#e9e9e9;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-focus-shadow-rgb:195,195,195;--bs-btn-active-color:#000;--bs-btn-active-bg:#eaeaea;--bs-btn-active-border-color:#e8e8e8;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#e5e5e5;--bs-btn-disabled-border-color:#e5e5e5}.btn-edit{--bs-btn-color:#000;--bs-btn-bg:#0da4c6;--bs-btn-border-color:#0da4c6;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31b2cf;--bs-btn-hover-border-color:#25adcc;--bs-btn-focus-shadow-rgb:11,139,168;--bs-btn-active-color:#000;--bs-btn-active-bg:#3db6d1;--bs-btn-active-border-color:#25adcc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0da4c6;--bs-btn-disabled-border-color:#0da4c6}.btn-primary-500{--bs-btn-color:#fff;--bs-btn-bg:#5e718d;--bs-btn-border-color:#5e718d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#506078;--bs-btn-hover-border-color:#4b5a71;--bs-btn-focus-shadow-rgb:118,134,158;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4b5a71;--bs-btn-active-border-color:#47556a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#5e718d;--bs-btn-disabled-border-color:#5e718d}.btn-gray-500{--bs-btn-color:#000;--bs-btn-bg:#8d8d8d;--bs-btn-border-color:#8d8d8d;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#9e9e9e;--bs-btn-hover-border-color:#989898;--bs-btn-focus-shadow-rgb:120,120,120;--bs-btn-active-color:#000;--bs-btn-active-bg:#a4a4a4;--bs-btn-active-border-color:#989898;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#8d8d8d;--bs-btn-disabled-border-color:#8d8d8d}.btn-alt-gray{--bs-btn-color:#000;--bs-btn-bg:#f4f4f4;--bs-btn-border-color:#f4f4f4;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f6f6f6;--bs-btn-hover-border-color:#f5f5f5;--bs-btn-focus-shadow-rgb:207,207,207;--bs-btn-active-color:#000;--bs-btn-active-bg:#f6f6f6;--bs-btn-active-border-color:#f5f5f5;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f4f4f4;--bs-btn-disabled-border-color:#f4f4f4}.btn-light-success{--bs-btn-color:#000;--bs-btn-bg:#d2e7cd;--bs-btn-border-color:#d2e7cd;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d9ebd5;--bs-btn-hover-border-color:#d7e9d2;--bs-btn-focus-shadow-rgb:179,196,174;--bs-btn-active-color:#000;--bs-btn-active-bg:#dbecd7;--bs-btn-active-border-color:#d7e9d2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#d2e7cd;--bs-btn-disabled-border-color:#d2e7cd}.btn-collection-button{--bs-btn-color:#000;--bs-btn-bg:#aaa;--bs-btn-border-color:#aaa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#b7b7b7;--bs-btn-hover-border-color:#b3b3b3;--bs-btn-focus-shadow-rgb:145,145,145;--bs-btn-active-color:#000;--bs-btn-active-bg:#bbb;--bs-btn-active-border-color:#b3b3b3;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#aaa;--bs-btn-disabled-border-color:#aaa}.btn-admin-body{--bs-btn-color:#000;--bs-btn-bg:#f9f9f9;--bs-btn-border-color:#f9f9f9;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fafafa;--bs-btn-hover-border-color:#fafafa;--bs-btn-focus-shadow-rgb:212,212,212;--bs-btn-active-color:#000;--bs-btn-active-bg:#fafafa;--bs-btn-active-border-color:#fafafa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f9f9f9;--bs-btn-disabled-border-color:#f9f9f9}.btn-unchecked{--bs-btn-color:#000;--bs-btn-bg:#e8e8e8;--bs-btn-border-color:#e8e8e8;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ebebeb;--bs-btn-hover-border-color:#eaeaea;--bs-btn-focus-shadow-rgb:197,197,197;--bs-btn-active-color:#000;--bs-btn-active-bg:#ededed;--bs-btn-active-border-color:#eaeaea;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#e8e8e8;--bs-btn-disabled-border-color:#e8e8e8}.btn-pending{--bs-btn-color:#000;--bs-btn-bg:#fef5d7;--bs-btn-border-color:#fef5d7;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fef7dd;--bs-btn-hover-border-color:#fef6db;--bs-btn-focus-shadow-rgb:216,208,183;--bs-btn-active-color:#000;--bs-btn-active-bg:#fef7df;--bs-btn-active-border-color:#fef6db;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fef5d7;--bs-btn-disabled-border-color:#fef5d7}.btn-alt-red{--bs-btn-color:#000;--bs-btn-bg:#fde7e8;--bs-btn-border-color:#fde7e8;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fdebeb;--bs-btn-hover-border-color:#fde9ea;--bs-btn-focus-shadow-rgb:215,196,197;--bs-btn-active-color:#000;--bs-btn-active-bg:#fdeced;--bs-btn-active-border-color:#fde9ea;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fde7e8;--bs-btn-disabled-border-color:#fde7e8}.btn-form-grey{--bs-btn-color:#000;--bs-btn-bg:#7c7c7c;--bs-btn-border-color:#7c7c7c;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#909090;--bs-btn-hover-border-color:#898989;--bs-btn-focus-shadow-rgb:105,105,105;--bs-btn-active-color:#000;--bs-btn-active-bg:#969696;--bs-btn-active-border-color:#898989;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#7c7c7c;--bs-btn-disabled-border-color:#7c7c7c}.btn-outline-white{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#030d00;--bs-btn-border-color:#030d00;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#030d00;--bs-btn-hover-border-color:#030d00;--bs-btn-focus-shadow-rgb:3,13,0;--bs-btn-active-color:#fff;--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:#0000;--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:#fff;--bs-btn-hover-bg:#006cec;--bs-btn-hover-border-color:#006cec;--bs-btn-focus-shadow-rgb:0,108,236;--bs-btn-active-color:#fff;--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:#0000;--bs-btn-disabled-border-color:#006cec;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#999;--bs-btn-border-color:#999;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#999;--bs-btn-hover-border-color:#999;--bs-btn-focus-shadow-rgb:153,153,153;--bs-btn-active-color:#000;--bs-btn-active-bg:#999;--bs-btn-active-border-color:#999;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#999;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#999;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#1f8505;--bs-btn-border-color:#1f8505;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1f8505;--bs-btn-hover-border-color:#1f8505;--bs-btn-focus-shadow-rgb:31,133,5;--bs-btn-active-color:#fff;--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:#0000;--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:#000;--bs-btn-hover-bg:#40a060;--bs-btn-hover-border-color:#40a060;--bs-btn-focus-shadow-rgb:64,160,96;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#ebbc2e;--bs-btn-hover-border-color:#ebbc2e;--bs-btn-focus-shadow-rgb:235,188,46;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#ee151d;--bs-btn-hover-border-color:#ee151d;--bs-btn-focus-shadow-rgb:238,21,29;--bs-btn-active-color:#000;--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:#0000;--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:#fff;--bs-btn-hover-bg:#8950fc;--bs-btn-hover-border-color:#8950fc;--bs-btn-focus-shadow-rgb:137,80,252;--bs-btn-active-color:#fff;--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:#0000;--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:#fff;--bs-btn-hover-bg:#29292a;--bs-btn-hover-border-color:#29292a;--bs-btn-focus-shadow-rgb:41,41,42;--bs-btn-active-color:#fff;--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:#0000;--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:#fff;--bs-btn-hover-bg:#061b01;--bs-btn-hover-border-color:#061b01;--bs-btn-focus-shadow-rgb:6,27,1;--bs-btn-active-color:#fff;--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:#0000;--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:#fff;--bs-btn-hover-bg:#645116;--bs-btn-hover-border-color:#645116;--bs-btn-focus-shadow-rgb:100,81,22;--bs-btn-active-color:#fff;--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:#0000;--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:#000;--bs-btn-hover-bg:#fbcb38;--bs-btn-hover-border-color:#fbcb38;--bs-btn-focus-shadow-rgb:251,203,56;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#ffc125;--bs-btn-hover-border-color:#ffc125;--bs-btn-focus-shadow-rgb:255,193,37;--bs-btn-active-color:#000;--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:#0000;--bs-btn-disabled-border-color:#ffc125;--bs-gradient:none}.btn-outline-black{--bs-btn-color:#000;--bs-btn-border-color:#000;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#000;--bs-btn-hover-border-color:#000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#fff;--bs-btn-active-bg:#000;--bs-btn-active-border-color:#000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#000;--bs-gradient:none}.btn-outline-gray{--bs-btn-color:#e5e5e5;--bs-btn-border-color:#e5e5e5;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#e5e5e5;--bs-btn-hover-border-color:#e5e5e5;--bs-btn-focus-shadow-rgb:229,229,229;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#0da4c6;--bs-btn-hover-border-color:#0da4c6;--bs-btn-focus-shadow-rgb:13,164,198;--bs-btn-active-color:#000;--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:#0000;--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:#fff;--bs-btn-hover-bg:#5e718d;--bs-btn-hover-border-color:#5e718d;--bs-btn-focus-shadow-rgb:94,113,141;--bs-btn-active-color:#fff;--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:#0000;--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:#000;--bs-btn-hover-bg:#8d8d8d;--bs-btn-hover-border-color:#8d8d8d;--bs-btn-focus-shadow-rgb:141,141,141;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#f4f4f4;--bs-btn-hover-border-color:#f4f4f4;--bs-btn-focus-shadow-rgb:244,244,244;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#d2e7cd;--bs-btn-hover-border-color:#d2e7cd;--bs-btn-focus-shadow-rgb:210,231,205;--bs-btn-active-color:#000;--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:#0000;--bs-btn-disabled-border-color:#d2e7cd;--bs-gradient:none}.btn-outline-collection-button{--bs-btn-color:#aaa;--bs-btn-border-color:#aaa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#aaa;--bs-btn-hover-border-color:#aaa;--bs-btn-focus-shadow-rgb:170,170,170;--bs-btn-active-color:#000;--bs-btn-active-bg:#aaa;--bs-btn-active-border-color:#aaa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#aaa;--bs-btn-disabled-bg:#0000;--bs-btn-disabled-border-color:#aaa;--bs-gradient:none}.btn-outline-admin-body{--bs-btn-color:#f9f9f9;--bs-btn-border-color:#f9f9f9;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f9f9f9;--bs-btn-hover-border-color:#f9f9f9;--bs-btn-focus-shadow-rgb:249,249,249;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#e8e8e8;--bs-btn-hover-border-color:#e8e8e8;--bs-btn-focus-shadow-rgb:232,232,232;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#fef5d7;--bs-btn-hover-border-color:#fef5d7;--bs-btn-focus-shadow-rgb:254,245,215;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#fde7e8;--bs-btn-hover-border-color:#fde7e8;--bs-btn-focus-shadow-rgb:253,231,232;--bs-btn-active-color:#000;--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:#0000;--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:#000;--bs-btn-hover-bg:#7c7c7c;--bs-btn-hover-border-color:#7c7c7c;--bs-btn-focus-shadow-rgb:124,124,124;--bs-btn-active-color:#000;--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:#0000;--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:#0000;--bs-btn-border-color:#0000;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:#0000;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:#0000;--bs-btn-disabled-color:#999;--bs-btn-disabled-border-color:#0000;--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-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.825rem;--bs-btn-padding-x:1.75rem;--bs-btn-font-size:1.15rem;--bs-btn-border-radius:0.475rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.55rem;--bs-btn-padding-x:1.25rem;--bs-btn-font-size:0.925rem;--bs-btn-border-radius:0.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{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.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:0.5rem;--bs-dropdown-spacer:0.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:0.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:0.25rem;--bs-dropdown-header-color:#9a9e99;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);color:var(--bs-dropdown-color);display:none;font-size:var(--bs-dropdown-font-size);list-style:none;margin:0;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);position:absolute;text-align:left;z-index:var(--bs-dropdown-zindex)}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--bs-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--bs-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--bs-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--bs-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--bs-dropdown-divider-bg);height:0;margin:var(--bs-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:#0000;border:0;border-radius:0;border-radius:var(--bs-dropdown-item-border-radius,0);clear:both;color:var(--bs-dropdown-link-color);display:block;font-weight:400;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--bs-dropdown-link-hover-bg);color:var(--bs-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--bs-dropdown-link-active-bg);color:var(--bs-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:#0000;color:var(--bs-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--bs-dropdown-header-color);display:block;font-size:.925rem;margin-bottom:0;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--bs-dropdown-link-color);display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)}.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:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--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{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.475rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:1.125rem;padding-right:1.125rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.9375rem;padding-right:.9375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:1.3125rem;padding-right:1.3125rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-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;list-style:none;margin-bottom:0;padding-left:0}.nav-link{background:none;border:0;color:var(--bs-nav-link-color);display:block;font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);text-decoration:none;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:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{box-shadow:0 0 0 .25rem #3699ff40;outline:0}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);cursor:default;pointer-events:none}.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{border:var(--bs-nav-tabs-border-width) solid #0000;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius);margin-bottom:calc(var(--bs-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--bs-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color);color:var(--bs-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--bs-nav-tabs-border-width)*-1)}.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{background-color:var(--bs-nav-pills-link-active-bg);color:var(--bs-nav-pills-link-active-color)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid #0000;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:initial}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{border-bottom-color:initial;color:var(--bs-nav-underline-link-active-color);font-weight:500}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.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:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.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:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.075rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:0.475rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--bs-navbar-brand-color);font-size:var(--bs-navbar-brand-font-size);margin-right:var(--bs-navbar-brand-margin-end);padding-bottom:var(--bs-navbar-brand-padding-y);padding-top:var(--bs-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:#0000;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);color:var(--bs-navbar-color);font-size:var(--bs-navbar-toggler-font-size);line-height:1;padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;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-left:var(--bs-navbar-nav-link-padding-x);padding-right: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{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right: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{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right: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{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right: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{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@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-left:var(--bs-navbar-nav-link-padding-x);padding-right: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{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.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-left:var(--bs-navbar-nav-link-padding-x);padding-right: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{background-color:#0000!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' 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:0.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:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.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:0.75rem;word-wrap:break-word;background-clip:initial;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);color:#fff;color:var(--bs-body-color);display:flex;flex-direction:column;height:var(--bs-card-height);min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--bs-card-color);flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x)}.card-title{color:var(--bs-card-title-color);margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{color:var(--bs-card-subtitle-color);margin-top:calc(var(--bs-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);margin-bottom:0;padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color);color:var(--bs-card-cap-color);padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--bs-card-cap-padding-y)*-1);margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-left:calc(var(--bs-card-cap-padding-x)*-.5);margin-right:calc(var(--bs-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--bs-card-inner-border-radius);bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{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-left-radius:var(--bs-card-inner-border-radius);border-bottom-right-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;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color: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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' 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 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23153D66' 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 0.25rem #3699ff40;--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{align-items:center;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;color:var(--bs-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--bs-accordion-transition);width:100%}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);color:var(--bs-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--bs-accordion-btn-icon-width);margin-left:auto;transition:var(--bs-accordion-btn-icon-transition);width:var(--bs-accordion-btn-icon-width)}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);color:var(--bs-accordion-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-left-radius:var(--bs-accordion-border-radius);border-bottom-right-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-left-radius:var(--bs-accordion-inner-border-radius);border-bottom-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-left-radius:var(--bs-accordion-border-radius);border-bottom-right-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-left:0;border-radius:0;border-right: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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--bs-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--bs-breadcrumb-font-size);list-style:none;margin-bottom:var(--bs-breadcrumb-margin-bottom);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--bs-breadcrumb-divider-color);content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.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 0.25rem #3699ff40;--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;list-style:none;padding-left:0}.page-link{background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);color:var(--bs-pagination-color);display:block;font-size:var(--bs-pagination-font-size);padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);position:relative;text-decoration:none;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{background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color);color:var(--bs-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);color:var(--bs-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color);color:var(--bs-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color);color:var(--bs-pagination-disabled-color);pointer-events:none}.page-item:not(:first-child) .page-link{margin-left:-1px;margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-bottom-left-radius:var(--bs-pagination-border-radius);border-top-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--bs-pagination-border-radius);border-top-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.075rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.925rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:500;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);border-radius:var(--bs-badge-border-radius);color:var(--bs-badge-color);display:inline-block;font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);text-align:center;vertical-align:initial;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:#0000;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:#0000;--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;background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);color:var(--bs-alert-color);margin-bottom:var(--bs-alert-margin-bottom);padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:500}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.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:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#3699ff;--bs-progress-bar-transition:width 0.6s ease;background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;font-size:var(--bs-progress-font-size);height:var(--bs-progress-height);overflow:hidden}.progress-bar{background-color:var(--bs-progress-bar-bg);color:var(--bs-progress-bar-color);display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:var(--bs-progress-bar-transition);white-space:nowrap}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);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:progress-bar-stripes 1s linear infinite}@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:0.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;border-radius:var(--bs-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:var(--bs-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:var(--bs-list-group-action-hover-bg);color:var(--bs-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:active{background-color:var(--bs-list-group-action-active-bg);color:var(--bs-list-group-action-active-color)}.list-group-item{background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);color:var(--bs-list-group-color);display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--bs-list-group-disabled-bg);color:var(--bs-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color);color:var(--bs-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--bs-list-group-border-width);margin-top:calc(var(--bs-list-group-border-width)*-1)}.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-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}@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-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@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-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@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-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@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-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}@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-bottom-left-radius:0;border-top-right-radius:var(--bs-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--bs-list-group-border-width);margin-left:calc(var(--bs-list-group-border-width)*-1)}}.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:#000;--bs-btn-close-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem #3699ff40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);background:#0000 var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.475rem;box-sizing:initial;height:1em;opacity:var(--bs-btn-close-opacity);padding:.25em;width:1em}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{opacity:var(--bs-btn-close-disabled-opacity);pointer-events:none;-webkit-user-select:none;user-select:none}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.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),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent);background-clip:padding-box;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);border-radius:var(--bs-toast-border-radius);box-shadow:var(--bs-toast-box-shadow);color:var(--bs-toast-color);font-size:var(--bs-toast-font-size);max-width:100%;pointer-events:auto;width:var(--bs-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;max-width:100%;pointer-events:none;position:absolute;width:-webkit-max-content;width:max-content;z-index:var(--bs-toast-zindex)}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bs-toast-header-bg);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));color:var(--bs-toast-header-color);display:flex;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x)}.toast-header .btn-close{margin-left:var(--bs-toast-padding-x);margin-right:calc(var(--bs-toast-padding-x)*-.5)}.toast-body{word-wrap:break-word;padding:var(--bs-toast-padding-x)}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-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:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--bs-modal-zindex)}.modal-dialog{margin:var(--bs-modal-margin);pointer-events:none;position:relative;width:auto}.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{align-items:center;display:flex;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);color:var(--bs-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;background-color:var(--bs-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--bs-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{align-items:center;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);display:flex;flex-shrink:0;padding:var(--bs-modal-header-padding)}.modal-header .btn-close{margin:calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--bs-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--bs-modal-footer-bg);border-bottom-left-radius:var(--bs-modal-inner-border-radius);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.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{margin-left:auto;margin-right:auto;max-width:var(--bs-modal-width)}.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{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{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:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.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:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:Poppins,Helvetica,"sans-serif";font-family:var(--bs-font-sans-serif);font-size:var(--bs-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--bs-tooltip-margin);opacity:0;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-tooltip-zindex)}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--bs-tooltip-arrow-height);width:var(--bs-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--bs-tooltip-bg);border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--bs-tooltip-arrow-width);left:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(var(--bs-tooltip-arrow-height)*-1)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--bs-tooltip-bg);border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--bs-tooltip-arrow-width);right:calc(var(--bs-tooltip-arrow-height)*-1);width:var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--bs-tooltip-bg);border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius);color:var(--bs-tooltip-color);max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);text-align:center}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.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:0.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:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);display:block;font-family:Poppins,Helvetica,"sans-serif";font-family:var(--bs-font-sans-serif);font-size:var(--bs-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--bs-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--bs-popover-zindex)}.popover .popover-arrow{display:block;height:var(--bs-popover-arrow-height);width:var(--bs-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid #0000;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--bs-popover-bg);bottom:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--bs-popover-arrow-width);left:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--bs-popover-bg);left:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--bs-popover-bg);top:var(--bs-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--bs-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--bs-popover-arrow-width);right:calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--bs-popover-bg);right:var(--bs-popover-border-width)}.popover-header{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);color:var(--bs-popover-header-color);font-size:var(--bs-popover-header-font-size);margin-bottom:0;padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--bs-popover-body-color);padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);width:var(--bs-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid #0000}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.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{clear:both;content:"";display:block}.text-bg-white{background-color:#fff!important;background-color:RGBA(var(--bs-white-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-light{background-color:#030d00!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-primary{background-color:#006cec!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-secondary{background-color:#999!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-success{background-color:#1f8505!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-alt-success{background-color:#40a060!important;background-color:RGBA(var(--bs-alt-success-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning{background-color:#ebbc2e!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-danger{background-color:#ee151d!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-info{background-color:#8950fc!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-dark{background-color:#29292a!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-dark2{background-color:#061b01!important;background-color:RGBA(var(--bs-dark2-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-brown{background-color:#645116!important;background-color:RGBA(var(--bs-brown-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-footer{background-color:#fbcb38!important;background-color:RGBA(var(--bs-footer-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-warning-alt{background-color:#ffc125!important;background-color:RGBA(var(--bs-warning-alt-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-black{background-color:#000!important;background-color:RGBA(var(--bs-black-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray{background-color:#e5e5e5!important;background-color:RGBA(var(--bs-gray-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-edit{background-color:#0da4c6!important;background-color:RGBA(var(--bs-edit-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-primary-500{background-color:#5e718d!important;background-color:RGBA(var(--bs-primary-500-rgb),var(--bs-bg-opacity,1))!important;color:#fff!important}.text-bg-gray-500{background-color:#8d8d8d!important;background-color:RGBA(var(--bs-gray-500-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-alt-gray{background-color:#f4f4f4!important;background-color:RGBA(var(--bs-alt-gray-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-light-success{background-color:#d2e7cd!important;background-color:RGBA(var(--bs-light-success-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-collection-button{background-color:#aaa!important;background-color:RGBA(var(--bs-collection-button-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-admin-body{background-color:#f9f9f9!important;background-color:RGBA(var(--bs-admin-body-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-unchecked{background-color:#e8e8e8!important;background-color:RGBA(var(--bs-unchecked-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-pending{background-color:#fef5d7!important;background-color:RGBA(var(--bs-pending-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-alt-red{background-color:#fde7e8!important;background-color:RGBA(var(--bs-alt-red-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.text-bg-form-grey{background-color:#7c7c7c!important;background-color:RGBA(var(--bs-form-grey-rgb),var(--bs-bg-opacity,1))!important;color:#000!important}.link-white{color:#fff!important;color:RGBA(var(--bs-white-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#fff!important;text-decoration-color:RGBA(var(--bs-white-rgb),var(--bs-link-underline-opacity,1))!important}.link-white:focus,.link-white:hover{color:#fff!important;color:RGBA(255,255,255,var(--bs-link-opacity,1))!important;text-decoration-color:#fff!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important}.link-light{color:#030d00!important;color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#030d00!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:#020a00!important;color:RGBA(2,10,0,var(--bs-link-opacity,1))!important;text-decoration-color:#020a00!important;text-decoration-color:RGBA(2,10,0,var(--bs-link-underline-opacity,1))!important}.link-primary{color:#006cec!important;color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#006cec!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:#0056bd!important;color:RGBA(0,86,189,var(--bs-link-opacity,1))!important;text-decoration-color:#0056bd!important;text-decoration-color:RGBA(0,86,189,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:#999!important;color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#999!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:#adadad!important;color:RGBA(173,173,173,var(--bs-link-opacity,1))!important;text-decoration-color:#adadad!important;text-decoration-color:RGBA(173,173,173,var(--bs-link-underline-opacity,1))!important}.link-success{color:#1f8505!important;color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#1f8505!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:#196a04!important;color:RGBA(25,106,4,var(--bs-link-opacity,1))!important;text-decoration-color:#196a04!important;text-decoration-color:RGBA(25,106,4,var(--bs-link-underline-opacity,1))!important}.link-alt-success{color:#40a060!important;color:RGBA(var(--bs-alt-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#40a060!important;text-decoration-color:RGBA(var(--bs-alt-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-alt-success:focus,.link-alt-success:hover{color:#66b380!important;color:RGBA(102,179,128,var(--bs-link-opacity,1))!important;text-decoration-color:#66b380!important;text-decoration-color:RGBA(102,179,128,var(--bs-link-underline-opacity,1))!important}.link-warning{color:#ebbc2e!important;color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#ebbc2e!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:#efc958!important;color:RGBA(239,201,88,var(--bs-link-opacity,1))!important;text-decoration-color:#efc958!important;text-decoration-color:RGBA(239,201,88,var(--bs-link-underline-opacity,1))!important}.link-danger{color:#ee151d!important;color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#ee151d!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:#f1444a!important;color:RGBA(241,68,74,var(--bs-link-opacity,1))!important;text-decoration-color:#f1444a!important;text-decoration-color:RGBA(241,68,74,var(--bs-link-underline-opacity,1))!important}.link-info{color:#8950fc!important;color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#8950fc!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:#6e40ca!important;color:RGBA(110,64,202,var(--bs-link-opacity,1))!important;text-decoration-color:#6e40ca!important;text-decoration-color:RGBA(110,64,202,var(--bs-link-underline-opacity,1))!important}.link-dark{color:#29292a!important;color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#29292a!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:#212122!important;color:RGBA(33,33,34,var(--bs-link-opacity,1))!important;text-decoration-color:#212122!important;text-decoration-color:RGBA(33,33,34,var(--bs-link-underline-opacity,1))!important}.link-dark2{color:#061b01!important;color:RGBA(var(--bs-dark2-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#061b01!important;text-decoration-color:RGBA(var(--bs-dark2-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark2:focus,.link-dark2:hover{color:#051601!important;color:RGBA(5,22,1,var(--bs-link-opacity,1))!important;text-decoration-color:#051601!important;text-decoration-color:RGBA(5,22,1,var(--bs-link-underline-opacity,1))!important}.link-brown{color:#645116!important;color:RGBA(var(--bs-brown-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#645116!important;text-decoration-color:RGBA(var(--bs-brown-rgb),var(--bs-link-underline-opacity,1))!important}.link-brown:focus,.link-brown:hover{color:#504112!important;color:RGBA(80,65,18,var(--bs-link-opacity,1))!important;text-decoration-color:#504112!important;text-decoration-color:RGBA(80,65,18,var(--bs-link-underline-opacity,1))!important}.link-footer{color:#fbcb38!important;color:RGBA(var(--bs-footer-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#fbcb38!important;text-decoration-color:RGBA(var(--bs-footer-rgb),var(--bs-link-underline-opacity,1))!important}.link-footer:focus,.link-footer:hover{color:#fcd560!important;color:RGBA(252,213,96,var(--bs-link-opacity,1))!important;text-decoration-color:#fcd560!important;text-decoration-color:RGBA(252,213,96,var(--bs-link-underline-opacity,1))!important}.link-warning-alt{color:#ffc125!important;color:RGBA(var(--bs-warning-alt-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#ffc125!important;text-decoration-color:RGBA(var(--bs-warning-alt-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning-alt:focus,.link-warning-alt:hover{color:#ffcd51!important;color:RGBA(255,205,81,var(--bs-link-opacity,1))!important;text-decoration-color:#ffcd51!important;text-decoration-color:RGBA(255,205,81,var(--bs-link-underline-opacity,1))!important}.link-black{color:#000!important;color:RGBA(var(--bs-black-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#000!important;text-decoration-color:RGBA(var(--bs-black-rgb),var(--bs-link-underline-opacity,1))!important}.link-black:focus,.link-black:hover{color:#000!important;color:RGBA(0,0,0,var(--bs-link-opacity,1))!important;text-decoration-color:#000!important;text-decoration-color:RGBA(0,0,0,var(--bs-link-underline-opacity,1))!important}.link-gray{color:#e5e5e5!important;color:RGBA(var(--bs-gray-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#e5e5e5!important;text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity,1))!important}.link-gray:focus,.link-gray:hover{color:#eaeaea!important;color:RGBA(234,234,234,var(--bs-link-opacity,1))!important;text-decoration-color:#eaeaea!important;text-decoration-color:RGBA(234,234,234,var(--bs-link-underline-opacity,1))!important}.link-edit{color:#0da4c6!important;color:RGBA(var(--bs-edit-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#0da4c6!important;text-decoration-color:RGBA(var(--bs-edit-rgb),var(--bs-link-underline-opacity,1))!important}.link-edit:focus,.link-edit:hover{color:#3db6d1!important;color:RGBA(61,182,209,var(--bs-link-opacity,1))!important;text-decoration-color:#3db6d1!important;text-decoration-color:RGBA(61,182,209,var(--bs-link-underline-opacity,1))!important}.link-primary-500{color:#5e718d!important;color:RGBA(var(--bs-primary-500-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#5e718d!important;text-decoration-color:RGBA(var(--bs-primary-500-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary-500:focus,.link-primary-500:hover{color:#4b5a71!important;color:RGBA(75,90,113,var(--bs-link-opacity,1))!important;text-decoration-color:#4b5a71!important;text-decoration-color:RGBA(75,90,113,var(--bs-link-underline-opacity,1))!important}.link-gray-500{color:#8d8d8d!important;color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#8d8d8d!important;text-decoration-color:RGBA(var(--bs-gray-500-rgb),var(--bs-link-underline-opacity,1))!important}.link-gray-500:focus,.link-gray-500:hover{color:#a4a4a4!important;color:RGBA(164,164,164,var(--bs-link-opacity,1))!important;text-decoration-color:#a4a4a4!important;text-decoration-color:RGBA(164,164,164,var(--bs-link-underline-opacity,1))!important}.link-alt-gray{color:#f4f4f4!important;color:RGBA(var(--bs-alt-gray-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#f4f4f4!important;text-decoration-color:RGBA(var(--bs-alt-gray-rgb),var(--bs-link-underline-opacity,1))!important}.link-alt-gray:focus,.link-alt-gray:hover{color:#f6f6f6!important;color:RGBA(246,246,246,var(--bs-link-opacity,1))!important;text-decoration-color:#f6f6f6!important;text-decoration-color:RGBA(246,246,246,var(--bs-link-underline-opacity,1))!important}.link-light-success{color:#d2e7cd!important;color:RGBA(var(--bs-light-success-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#d2e7cd!important;text-decoration-color:RGBA(var(--bs-light-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-light-success:focus,.link-light-success:hover{color:#dbecd7!important;color:RGBA(219,236,215,var(--bs-link-opacity,1))!important;text-decoration-color:#dbecd7!important;text-decoration-color:RGBA(219,236,215,var(--bs-link-underline-opacity,1))!important}.link-collection-button{color:#aaa!important;color:RGBA(var(--bs-collection-button-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#aaa!important;text-decoration-color:RGBA(var(--bs-collection-button-rgb),var(--bs-link-underline-opacity,1))!important}.link-collection-button:focus,.link-collection-button:hover{color:#bbb!important;color:RGBA(187,187,187,var(--bs-link-opacity,1))!important;text-decoration-color:#bbb!important;text-decoration-color:RGBA(187,187,187,var(--bs-link-underline-opacity,1))!important}.link-admin-body{color:#f9f9f9!important;color:RGBA(var(--bs-admin-body-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#f9f9f9!important;text-decoration-color:RGBA(var(--bs-admin-body-rgb),var(--bs-link-underline-opacity,1))!important}.link-admin-body:focus,.link-admin-body:hover{color:#fafafa!important;color:RGBA(250,250,250,var(--bs-link-opacity,1))!important;text-decoration-color:#fafafa!important;text-decoration-color:RGBA(250,250,250,var(--bs-link-underline-opacity,1))!important}.link-unchecked{color:#e8e8e8!important;color:RGBA(var(--bs-unchecked-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#e8e8e8!important;text-decoration-color:RGBA(var(--bs-unchecked-rgb),var(--bs-link-underline-opacity,1))!important}.link-unchecked:focus,.link-unchecked:hover{color:#ededed!important;color:RGBA(237,237,237,var(--bs-link-opacity,1))!important;text-decoration-color:#ededed!important;text-decoration-color:RGBA(237,237,237,var(--bs-link-underline-opacity,1))!important}.link-pending{color:#fef5d7!important;color:RGBA(var(--bs-pending-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#fef5d7!important;text-decoration-color:RGBA(var(--bs-pending-rgb),var(--bs-link-underline-opacity,1))!important}.link-pending:focus,.link-pending:hover{color:#fef7df!important;color:RGBA(254,247,223,var(--bs-link-opacity,1))!important;text-decoration-color:#fef7df!important;text-decoration-color:RGBA(254,247,223,var(--bs-link-underline-opacity,1))!important}.link-alt-red{color:#fde7e8!important;color:RGBA(var(--bs-alt-red-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#fde7e8!important;text-decoration-color:RGBA(var(--bs-alt-red-rgb),var(--bs-link-underline-opacity,1))!important}.link-alt-red:focus,.link-alt-red:hover{color:#fdeced!important;color:RGBA(253,236,237,var(--bs-link-opacity,1))!important;text-decoration-color:#fdeced!important;text-decoration-color:RGBA(253,236,237,var(--bs-link-underline-opacity,1))!important}.link-form-grey{color:#7c7c7c!important;color:RGBA(var(--bs-form-grey-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#7c7c7c!important;text-decoration-color:RGBA(var(--bs-form-grey-rgb),var(--bs-link-underline-opacity,1))!important}.link-form-grey:focus,.link-form-grey:hover{color:#969696!important;color:RGBA(150,150,150,var(--bs-link-opacity,1))!important;text-decoration-color:#969696!important;text-decoration-color:RGBA(150,150,150,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:#000!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;text-decoration-color:#000!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:#000000bf!important;color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;text-decoration-color:#000000bf!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:0 0 0 .25rem #3699ff40;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);outline:0}.icon-link{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-flex;gap:.375rem;text-decoration-color:#3699ff80;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em}.icon-link>.bi{fill:currentcolor;flex-shrink:0;height:1em;transition:transform .2s ease-in-out;width:1em}@media(prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:translate3d(.25em,0,0);transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width: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{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media(min-width:576px){.sticky-sm-top{top:0}.sticky-sm-bottom,.sticky-sm-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-sm-bottom{bottom:0}}@media(min-width:768px){.sticky-md-top{top:0}.sticky-md-bottom,.sticky-md-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-md-bottom{bottom:0}}@media(min-width:992px){.sticky-lg-top{top:0}.sticky-lg-bottom,.sticky-lg-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-lg-bottom{bottom:0}}@media(min-width:1200px){.sticky-xl-top{top:0}.sticky-xl-bottom,.sticky-xl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xl-bottom{bottom:0}}@media(min-width:1400px){.sticky-xxl-top{top:0}.sticky-xxl-bottom,.sticky-xxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxl-bottom{bottom:0}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;white-space:nowrap!important;width:1px!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px;width:var(--bs-border-width)}.align-baseline{vertical-align:initial!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}.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:0 .5rem 1rem #00000026!important;box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;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:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #333!important;border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:1px solid #333!important;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:1px solid #333!important;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:1px solid #333!important;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:1px solid #333!important;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:#afd6ff!important;border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:#d7d8d6!important;border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:#9de2cd!important;border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:#d0b9fe!important;border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:#ffdc99!important;border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:#fbb8bf!important;border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:#333!important;border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:#8d8d8d!important;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:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-unset{width:auto!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:none!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:auto!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:none!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:0!important;min-height:auto!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-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3r{margin-left:.625rem!important;margin-right:.625rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-7e{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.mx-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-12{margin-left:3rem!important;margin-right:3rem!important}.mx-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-16{margin-left:4rem!important;margin-right:4rem!important}.mx-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-19{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-20{margin-left:5rem!important;margin-right:5rem!important}.mx-25{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3r{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-7{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-7e{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-8{margin-bottom:2rem!important;margin-top:2rem!important}.my-9{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-10{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-11{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-12{margin-bottom:3rem!important;margin-top:3rem!important}.my-13{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-14{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-15{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-16{margin-bottom:4rem!important;margin-top:4rem!important}.my-17{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-18{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-19{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-20{margin-bottom:5rem!important;margin-top:5rem!important}.my-25{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3r{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-7e{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.px-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-12{padding-left:3rem!important;padding-right:3rem!important}.px-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-16{padding-left:4rem!important;padding-right:4rem!important}.px-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-19{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-20{padding-left:5rem!important;padding-right:5rem!important}.px-25{padding-left:5.625rem!important;padding-right:5.625rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3r{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-7e{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-11{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-13{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-15{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-17{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-18{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-19{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-20{padding-bottom:5rem!important;padding-top:5rem!important}.py-25{padding-bottom:5.625rem!important;padding-top: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:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;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-10e,.fs-9{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(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(3,13,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-primary{--bs-text-opacity:1;color:rgba(0,108,236,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(153,153,153,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(31,133,5,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-alt-success{--bs-text-opacity:1;color:rgba(64,160,96,var(--bs-text-opacity))!important;color:rgba(var(--bs-alt-success-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(235,188,46,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(238,21,29,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(137,80,252,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(41,41,42,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-dark2{--bs-text-opacity:1;color:rgba(6,27,1,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark2-rgb),var(--bs-text-opacity))!important}.text-brown{--bs-text-opacity:1;color:rgba(100,81,22,var(--bs-text-opacity))!important;color:rgba(var(--bs-brown-rgb),var(--bs-text-opacity))!important}.text-footer{--bs-text-opacity:1;color:rgba(251,203,56,var(--bs-text-opacity))!important;color:rgba(var(--bs-footer-rgb),var(--bs-text-opacity))!important}.text-warning-alt{--bs-text-opacity:1;color:rgba(255,193,37,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-alt-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-gray{--bs-text-opacity:1;color:rgba(229,229,229,var(--bs-text-opacity))!important;color:rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important}.text-edit{--bs-text-opacity:1;color:rgba(13,164,198,var(--bs-text-opacity))!important;color:rgba(var(--bs-edit-rgb),var(--bs-text-opacity))!important}.text-primary-500{--bs-text-opacity:1;color:rgba(94,113,141,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-500-rgb),var(--bs-text-opacity))!important}.text-gray-500{--bs-text-opacity:1;color:rgba(141,141,141,var(--bs-text-opacity))!important;color:rgba(var(--bs-gray-500-rgb),var(--bs-text-opacity))!important}.text-alt-gray{--bs-text-opacity:1;color:rgba(244,244,244,var(--bs-text-opacity))!important;color:rgba(var(--bs-alt-gray-rgb),var(--bs-text-opacity))!important}.text-light-success{--bs-text-opacity:1;color:rgba(210,231,205,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-success-rgb),var(--bs-text-opacity))!important}.text-collection-button{--bs-text-opacity:1;color:rgba(170,170,170,var(--bs-text-opacity))!important;color:rgba(var(--bs-collection-button-rgb),var(--bs-text-opacity))!important}.text-admin-body{--bs-text-opacity:1;color:rgba(249,249,249,var(--bs-text-opacity))!important;color:rgba(var(--bs-admin-body-rgb),var(--bs-text-opacity))!important}.text-unchecked{--bs-text-opacity:1;color:rgba(232,232,232,var(--bs-text-opacity))!important;color:rgba(var(--bs-unchecked-rgb),var(--bs-text-opacity))!important}.text-pending{--bs-text-opacity:1;color:rgba(254,245,215,var(--bs-text-opacity))!important;color:rgba(var(--bs-pending-rgb),var(--bs-text-opacity))!important}.text-alt-red{--bs-text-opacity:1;color:rgba(253,231,232,var(--bs-text-opacity))!important;color:rgba(var(--bs-alt-red-rgb),var(--bs-text-opacity))!important}.text-form-grey{--bs-text-opacity:1;color:rgba(124,124,124,var(--bs-text-opacity))!important;color:rgba(var(--bs-form-grey-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#ffffffbf!important;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:#ffffffbf!important;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:#ffffff80!important;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:#000!important;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:#163d66!important;color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:#3e3f3d!important;color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:#044934!important;color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:#372065!important;color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:#664300!important;color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:#621f26!important;color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:#999!important;color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:#999!important;color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.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;text-decoration-color:rgba(255,255,255,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;text-decoration-color:rgba(3,13,0,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;text-decoration-color:rgba(0,108,236,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;text-decoration-color:rgba(153,153,153,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;text-decoration-color:rgba(31,133,5,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;text-decoration-color:rgba(64,160,96,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;text-decoration-color:rgba(235,188,46,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;text-decoration-color:rgba(238,21,29,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;text-decoration-color:rgba(137,80,252,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;text-decoration-color:rgba(41,41,42,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;text-decoration-color:rgba(6,27,1,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;text-decoration-color:rgba(100,81,22,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;text-decoration-color:rgba(251,203,56,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;text-decoration-color:rgba(255,193,37,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;text-decoration-color:rgba(0,0,0,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;text-decoration-color:rgba(229,229,229,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;text-decoration-color:rgba(13,164,198,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;text-decoration-color:rgba(94,113,141,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;text-decoration-color:rgba(141,141,141,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;text-decoration-color:rgba(244,244,244,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;text-decoration-color:rgba(210,231,205,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;text-decoration-color:rgba(170,170,170,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;text-decoration-color:rgba(249,249,249,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;text-decoration-color:rgba(232,232,232,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;text-decoration-color:rgba(254,245,215,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;text-decoration-color:rgba(253,231,232,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;text-decoration-color:rgba(124,124,124,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;text-decoration-color:#3699ff!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:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.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(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(3,13,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(0,108,236,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(153,153,153,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(31,133,5,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-alt-success{--bs-bg-opacity:1;background-color:rgba(64,160,96,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-alt-success-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(235,188,46,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(238,21,29,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(137,80,252,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(41,41,42,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-dark2{--bs-bg-opacity:1;background-color:rgba(6,27,1,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark2-rgb),var(--bs-bg-opacity))!important}.bg-brown{--bs-bg-opacity:1;background-color:rgba(100,81,22,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-brown-rgb),var(--bs-bg-opacity))!important}.bg-footer{--bs-bg-opacity:1;background-color:rgba(251,203,56,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-footer-rgb),var(--bs-bg-opacity))!important}.bg-warning-alt{--bs-bg-opacity:1;background-color:rgba(255,193,37,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-alt-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-gray{--bs-bg-opacity:1;background-color:rgba(229,229,229,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-gray-rgb),var(--bs-bg-opacity))!important}.bg-edit{--bs-bg-opacity:1;background-color:rgba(13,164,198,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-edit-rgb),var(--bs-bg-opacity))!important}.bg-primary-500{--bs-bg-opacity:1;background-color:rgba(94,113,141,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-500-rgb),var(--bs-bg-opacity))!important}.bg-gray-500{--bs-bg-opacity:1;background-color:rgba(141,141,141,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-gray-500-rgb),var(--bs-bg-opacity))!important}.bg-alt-gray{--bs-bg-opacity:1;background-color:rgba(244,244,244,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-alt-gray-rgb),var(--bs-bg-opacity))!important}.bg-light-success{--bs-bg-opacity:1;background-color:rgba(210,231,205,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-success-rgb),var(--bs-bg-opacity))!important}.bg-collection-button{--bs-bg-opacity:1;background-color:rgba(170,170,170,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-collection-button-rgb),var(--bs-bg-opacity))!important}.bg-admin-body{--bs-bg-opacity:1;background-color:rgba(249,249,249,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-admin-body-rgb),var(--bs-bg-opacity))!important}.bg-unchecked{--bs-bg-opacity:1;background-color:rgba(232,232,232,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-unchecked-rgb),var(--bs-bg-opacity))!important}.bg-pending{--bs-bg-opacity:1;background-color:rgba(254,245,215,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-pending-rgb),var(--bs-bg-opacity))!important}.bg-alt-red{--bs-bg-opacity:1;background-color:rgba(253,231,232,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-alt-red-rgb),var(--bs-bg-opacity))!important}.bg-form-grey{--bs-bg-opacity:1;background-color:rgba(124,124,124,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-form-grey-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(51,51,51,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(3,13,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:#d7ebff!important;background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:#ebeceb!important;background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:#cef1e6!important;background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:#e7dcfe!important;background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:#fec!important;background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:#fddcdf!important;background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:#818680!important;background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:#707070!important;background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:linear-gradient(180deg,#ffffff26,#fff0)!important;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:.475rem!important;border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.275rem!important;border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:.475rem!important;border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:.775rem!important;border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:1rem!important;border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:2rem!important;border-radius:var(--bs-border-radius-xxl)!important}.rounded-pill{border-radius:50rem!important;border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:.475rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:.475rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-1{border-top-left-radius:.275rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:.275rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:.475rem!important;border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:.475rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:.775rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:.775rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:2rem!important;border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:2rem!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:50rem!important;border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-bottom-right-radius:.475rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:.475rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-1{border-bottom-right-radius:.275rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:.275rem!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-bottom-right-radius:.475rem!important;border-bottom-right-radius:var(--bs-border-radius)!important;border-top-right-radius:.475rem!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-bottom-right-radius:.775rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:.775rem!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:1rem!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:2rem!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-bottom-right-radius:50%!important;border-top-right-radius:50%!important}.rounded-end-pill{border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:50rem!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-left-radius:.475rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:.475rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-1{border-bottom-left-radius:.275rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:.275rem!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-left-radius:.475rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-bottom-right-radius:.475rem!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-left-radius:.775rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:.775rem!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:1rem!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:2rem!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-bottom-pill{border-bottom-left-radius:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:50rem!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:.475rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:.475rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-1{border-bottom-left-radius:.275rem!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:.275rem!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:.475rem!important;border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:.475rem!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:.775rem!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:.775rem!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:1rem!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:1rem!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:2rem!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:2rem!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:50rem!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:50rem!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:0!important;min-width:auto!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:0!important;min-height:auto!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:auto!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:none!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:auto!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:none!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-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3r{margin-left:.625rem!important;margin-right:.625rem!important}.mx-sm-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-4{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-sm-7e{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-sm-8{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-sm-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-sm-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-sm-12{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-sm-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-sm-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-sm-16{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-sm-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-sm-19{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-sm-20{margin-left:5rem!important;margin-right:5rem!important}.mx-sm-25{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3r{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-sm-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-7{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-sm-7e{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-sm-8{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-9{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-sm-10{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-sm-11{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-sm-12{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-13{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-sm-14{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-sm-15{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-sm-16{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-17{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-sm-18{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-sm-19{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-sm-20{margin-bottom:5rem!important;margin-top:5rem!important}.my-sm-25{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3r{padding-left:.625rem!important;padding-right:.625rem!important}.px-sm-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-4{padding-left:1rem!important;padding-right:1rem!important}.px-sm-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-sm-7e{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-sm-8{padding-left:2rem!important;padding-right:2rem!important}.px-sm-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-sm-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-sm-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-sm-12{padding-left:3rem!important;padding-right:3rem!important}.px-sm-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-sm-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-sm-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-sm-16{padding-left:4rem!important;padding-right:4rem!important}.px-sm-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-sm-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-sm-19{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-sm-20{padding-left:5rem!important;padding-right:5rem!important}.px-sm-25{padding-left:5.625rem!important;padding-right:5.625rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3r{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-sm-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-sm-7e{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-sm-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-sm-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-sm-11{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-sm-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-13{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-sm-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-sm-15{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-sm-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-17{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-sm-18{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-19{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-sm-20{padding-bottom:5rem!important;padding-top:5rem!important}.py-sm-25{padding-bottom:5.625rem!important;padding-top: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-10e,.fs-sm-9{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:0!important;min-width:auto!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:0!important;min-height:auto!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:auto!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:none!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:auto!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:none!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-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3r{margin-left:.625rem!important;margin-right:.625rem!important}.mx-md-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-4{margin-left:1rem!important;margin-right:1rem!important}.mx-md-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-md-7e{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-md-8{margin-left:2rem!important;margin-right:2rem!important}.mx-md-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-md-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-md-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-md-12{margin-left:3rem!important;margin-right:3rem!important}.mx-md-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-md-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-md-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-md-16{margin-left:4rem!important;margin-right:4rem!important}.mx-md-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-md-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-md-19{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-md-20{margin-left:5rem!important;margin-right:5rem!important}.mx-md-25{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3r{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-md-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-7{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-md-7e{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-md-8{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-9{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-md-10{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-md-11{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-md-12{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-13{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-md-14{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-md-15{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-md-16{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-17{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-md-18{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-md-19{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-md-20{margin-bottom:5rem!important;margin-top:5rem!important}.my-md-25{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-md-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3r{padding-left:.625rem!important;padding-right:.625rem!important}.px-md-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-4{padding-left:1rem!important;padding-right:1rem!important}.px-md-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-md-7e{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-md-8{padding-left:2rem!important;padding-right:2rem!important}.px-md-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-md-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-md-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-md-12{padding-left:3rem!important;padding-right:3rem!important}.px-md-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-md-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-md-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-md-16{padding-left:4rem!important;padding-right:4rem!important}.px-md-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-md-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-md-19{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-md-20{padding-left:5rem!important;padding-right:5rem!important}.px-md-25{padding-left:5.625rem!important;padding-right:5.625rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3r{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-md-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-md-7e{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-md-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-md-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-md-11{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-md-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-13{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-md-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-md-15{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-md-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-17{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-md-18{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-19{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-md-20{padding-bottom:5rem!important;padding-top:5rem!important}.py-md-25{padding-bottom:5.625rem!important;padding-top: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-10e,.fs-md-9{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:0!important;min-width:auto!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:0!important;min-height:auto!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:auto!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:none!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:auto!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:none!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-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3r{margin-left:.625rem!important;margin-right:.625rem!important}.mx-lg-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-4{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-lg-7e{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-lg-8{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-lg-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-lg-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-lg-12{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-lg-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-lg-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-lg-16{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-lg-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-lg-19{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-lg-20{margin-left:5rem!important;margin-right:5rem!important}.mx-lg-25{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3r{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-lg-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-7{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-lg-7e{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-lg-8{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-9{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-lg-10{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-lg-11{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-lg-12{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-13{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-lg-14{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-lg-15{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-lg-16{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-17{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-lg-18{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-lg-19{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-lg-20{margin-bottom:5rem!important;margin-top:5rem!important}.my-lg-25{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3r{padding-left:.625rem!important;padding-right:.625rem!important}.px-lg-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-4{padding-left:1rem!important;padding-right:1rem!important}.px-lg-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-lg-7e{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-lg-8{padding-left:2rem!important;padding-right:2rem!important}.px-lg-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-lg-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-lg-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-lg-12{padding-left:3rem!important;padding-right:3rem!important}.px-lg-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-lg-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-lg-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-lg-16{padding-left:4rem!important;padding-right:4rem!important}.px-lg-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-lg-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-lg-19{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-lg-20{padding-left:5rem!important;padding-right:5rem!important}.px-lg-25{padding-left:5.625rem!important;padding-right:5.625rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3r{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-lg-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-lg-7e{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-lg-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-lg-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-lg-11{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-lg-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-13{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-lg-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-lg-15{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-lg-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-17{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-lg-18{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-19{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-lg-20{padding-bottom:5rem!important;padding-top:5rem!important}.py-lg-25{padding-bottom:5.625rem!important;padding-top: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-10e,.fs-lg-9{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:0!important;min-width:auto!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:0!important;min-height:auto!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:auto!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:none!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:auto!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:none!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-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3r{margin-left:.625rem!important;margin-right:.625rem!important}.mx-xl-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-4{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xl-7e{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xl-8{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xl-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xl-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xl-12{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-xl-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xl-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xl-16{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-xl-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xl-19{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xl-20{margin-left:5rem!important;margin-right:5rem!important}.mx-xl-25{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3r{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-xl-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-7{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xl-7e{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xl-8{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-9{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xl-10{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xl-11{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xl-12{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-13{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-xl-14{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xl-15{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xl-16{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-17{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-xl-18{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xl-19{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xl-20{margin-bottom:5rem!important;margin-top:5rem!important}.my-xl-25{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3r{padding-left:.625rem!important;padding-right:.625rem!important}.px-xl-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-4{padding-left:1rem!important;padding-right:1rem!important}.px-xl-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xl-7e{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xl-8{padding-left:2rem!important;padding-right:2rem!important}.px-xl-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xl-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xl-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xl-12{padding-left:3rem!important;padding-right:3rem!important}.px-xl-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-xl-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xl-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xl-16{padding-left:4rem!important;padding-right:4rem!important}.px-xl-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-xl-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xl-19{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xl-20{padding-left:5rem!important;padding-right:5rem!important}.px-xl-25{padding-left:5.625rem!important;padding-right:5.625rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3r{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-xl-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xl-7e{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xl-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xl-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xl-11{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xl-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-13{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-xl-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xl-15{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xl-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-17{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-xl-18{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-19{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xl-20{padding-bottom:5rem!important;padding-top:5rem!important}.py-xl-25{padding-bottom:5.625rem!important;padding-top: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-10e,.fs-xl-9{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:0!important;min-width:auto!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:0!important;min-height:auto!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:auto!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:none!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:auto!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:none!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-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3r{margin-left:.625rem!important;margin-right:.625rem!important}.mx-xxl-3{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-4{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.mx-xxl-7e{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xxl-8{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-9{margin-left:2.25rem!important;margin-right:2.25rem!important}.mx-xxl-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.mx-xxl-11{margin-left:2.75rem!important;margin-right:2.75rem!important}.mx-xxl-12{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-13{margin-left:3.25rem!important;margin-right:3.25rem!important}.mx-xxl-14{margin-left:3.5rem!important;margin-right:3.5rem!important}.mx-xxl-15{margin-left:3.75rem!important;margin-right:3.75rem!important}.mx-xxl-16{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-17{margin-left:4.25rem!important;margin-right:4.25rem!important}.mx-xxl-18{margin-left:4.5rem!important;margin-right:4.5rem!important}.mx-xxl-19{margin-left:4.75rem!important;margin-right:4.75rem!important}.mx-xxl-20{margin-left:5rem!important;margin-right:5rem!important}.mx-xxl-25{margin-left:5.625rem!important;margin-right:5.625rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3r{margin-bottom:.625rem!important;margin-top:.625rem!important}.my-xxl-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-4{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-6{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-7{margin-bottom:1.75rem!important;margin-top:1.75rem!important}.my-xxl-7e{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xxl-8{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-9{margin-bottom:2.25rem!important;margin-top:2.25rem!important}.my-xxl-10{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.my-xxl-11{margin-bottom:2.75rem!important;margin-top:2.75rem!important}.my-xxl-12{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-13{margin-bottom:3.25rem!important;margin-top:3.25rem!important}.my-xxl-14{margin-bottom:3.5rem!important;margin-top:3.5rem!important}.my-xxl-15{margin-bottom:3.75rem!important;margin-top:3.75rem!important}.my-xxl-16{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-17{margin-bottom:4.25rem!important;margin-top:4.25rem!important}.my-xxl-18{margin-bottom:4.5rem!important;margin-top:4.5rem!important}.my-xxl-19{margin-bottom:4.75rem!important;margin-top:4.75rem!important}.my-xxl-20{margin-bottom:5rem!important;margin-top:5rem!important}.my-xxl-25{margin-bottom:5.625rem!important;margin-top:5.625rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top: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-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3r{padding-left:.625rem!important;padding-right:.625rem!important}.px-xxl-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-4{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-7{padding-left:1.75rem!important;padding-right:1.75rem!important}.px-xxl-7e{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xxl-8{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-9{padding-left:2.25rem!important;padding-right:2.25rem!important}.px-xxl-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-xxl-11{padding-left:2.75rem!important;padding-right:2.75rem!important}.px-xxl-12{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-13{padding-left:3.25rem!important;padding-right:3.25rem!important}.px-xxl-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.px-xxl-15{padding-left:3.75rem!important;padding-right:3.75rem!important}.px-xxl-16{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-17{padding-left:4.25rem!important;padding-right:4.25rem!important}.px-xxl-18{padding-left:4.5rem!important;padding-right:4.5rem!important}.px-xxl-19{padding-left:4.75rem!important;padding-right:4.75rem!important}.px-xxl-20{padding-left:5rem!important;padding-right:5rem!important}.px-xxl-25{padding-left:5.625rem!important;padding-right:5.625rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3r{padding-bottom:.625rem!important;padding-top:.625rem!important}.py-xxl-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-7{padding-bottom:1.75rem!important;padding-top:1.75rem!important}.py-xxl-7e{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xxl-8{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-9{padding-bottom:2.25rem!important;padding-top:2.25rem!important}.py-xxl-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.py-xxl-11{padding-bottom:2.75rem!important;padding-top:2.75rem!important}.py-xxl-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-13{padding-bottom:3.25rem!important;padding-top:3.25rem!important}.py-xxl-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.py-xxl-15{padding-bottom:3.75rem!important;padding-top:3.75rem!important}.py-xxl-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-17{padding-bottom:4.25rem!important;padding-top:4.25rem!important}.py-xxl-18{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-19{padding-bottom:4.75rem!important;padding-top:4.75rem!important}.py-xxl-20{padding-bottom:5rem!important;padding-top:5rem!important}.py-xxl-25{padding-bottom:5.625rem!important;padding-top: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-10e,.fs-xxl-9{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:0!important;min-width:auto!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:0!important;min-height:auto!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{border-color:#707070;color:#8d8d8d}.form-control[readonly]{background-color:#fff}.form-control.form-control-solid{background-color:#f9f9f9;border-color:#e5e5e5;border-radius:.25rem;color:#29292a;transition:color .2s ease,background-color .2s ease}.form-control.form-control-solid::placeholder{color:#8d8d8d}.form-control.form-control-solid::placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.form-control.form-control-solid::-moz-placeholder{color:#8d8d8d;opacity:1}.form-control.form-control-solid::-moz-placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.dropdown.show>.form-control.form-control-solid,.form-control.form-control-solid.active,.form-control.form-control-solid.focus,.form-control.form-control-solid:active,.form-control.form-control-solid:focus{background-color:#f4f4f4;border-color:#f4f4f4;color:#29292a;transition:color .2s ease,background-color .2s ease}.dropdown.show>.form-control.form-control-white,.form-control.form-control-white,.form-control.form-control-white.active,.form-control.form-control-white.focus,.form-control.form-control-white:active,.form-control.form-control-white:focus{background-color:#fff;border-color:#fff}.form-control.form-control-flush{background-color:#0000;border:0;border-radius:0;box-shadow:none;outline:none!important}.placeholder-gray-500::placeholder{color:#8d8d8d}.placeholder-gray-500::placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.placeholder-white::placeholder{color:#fff}.placeholder-white::placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.placeholder-white::-moz-placeholder{color:#fff;opacity:1}.placeholder-white::-moz-placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.resize-none{resize:none}.icon-style{height:1.5rem!important;width:1.5rem!important}.no-outline{background:#0000;border:hidden;outline:none;width:85%}.placholder-input{margin-left:3rem;margin-top:2.5rem;position:absolute}.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{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.form-select.form-select-solid::-moz-placeholder{color:#8d8d8d;opacity:1}.form-select.form-select-solid::-moz-placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.dropdown.show>.form-select.form-select-solid,.form-select.form-select-solid.active,.form-select.form-select-solid.focus,.form-select.form-select-solid:active,.form-select.form-select-solid:focus{background-color:#f4f4f4;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{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.form-select.form-select-white::-moz-placeholder{color:#8d8d8d;opacity:1}.form-select.form-select-white::-moz-placeholder .required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.dropdown.show>.form-select.form-select-white,.form-select.form-select-white.active,.form-select.form-select-white.focus,.form-select.form-select-white:active,.form-select.form-select-white:focus{background-color:#fff;border-color:#fff!important;color:#8d8d8d}.select-no-outline{background:#0000;border:hidden;outline:none;width:85%}select:invalid{color:#8d8d8d}.required:after{color:#f64e60;content:"*";font-size:inherit;font-weight:700;padding-left:.25rem;position:relative}.form-check .form-check-label{cursor:pointer}.form-check .form-check-input{-webkit-appearance:none;appearance:none;cursor:pointer}.form-check.form-check-custom{align-items:center;display:flex;margin:0;padding-left:0}.form-check.form-check-custom .form-check-input{flex-shrink:0;float:none;margin: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{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23a39696'/%3E%3C/svg%3E");background-size:81%!important;border:0;border:1px solid #8d8d8d!important}.form-check.form-check-solid .form-check-input:active,.form-check.form-check-solid .form-check-input:focus{background-color:#8d8d8d;filter:none}.form-check.form-check-solid .form-check-input:checked{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%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{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23a39696'/%3E%3C/svg%3E");background-size:81%!important;border:0;border:1px solid #5e718d!important}.form-check.form-check-alt .form-check-input:active,.form-check.form-check-alt .form-check-input:focus{background-color:#8d8d8d;filter:none}.form-check.form-check-alt .form-check-input:checked{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2340a060'/%3E%3C/svg%3E")!important;border:1px solid #5e718d!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{background-image:url("data:image/svg+xml;charset=utf-8,%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;height:2.25rem}.form-switch.form-check-solid .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2340a060'/%3E%3C/svg%3E");filter:none}.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(/static/media/check.1a0617e8bfd224a40163.svg)!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{color:#fff!important;transition:color .2s ease,background-color .2s ease}.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{color:#006cec!important;transition:color .2s ease,background-color .2s ease}.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{color:#999!important;transition:color .2s ease,background-color .2s ease}.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{color:#1f8505!important;transition:color .2s ease,background-color .2s ease}.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{color:#40a060!important;transition:color .2s ease,background-color .2s ease}.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{color:#ebbc2e!important;transition:color .2s ease,background-color .2s ease}.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{color:#ee151d!important;transition:color .2s ease,background-color .2s ease}.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{color:#8d8d8d!important;transition:color .2s ease,background-color .2s ease}.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{color:#29292a!important;transition:color .2s ease,background-color .2s ease}.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{color:#061b01!important;transition:color .2s ease,background-color .2s ease}.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{color:#645116!important;transition:color .2s ease,background-color .2s ease}.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{color:#a39696!important;transition:color .2s ease,background-color .2s ease}.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{color:#707070!important;transition:color .2s ease,background-color .2s ease}.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{color:#e5e5e5!important;transition:color .2s ease,background-color .2s ease}.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{color:#0da4c6!important;transition:color .2s ease,background-color .2s ease}.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{color:#e3b118!important;transition:color .2s ease,background-color .2s ease}.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{color:#aaa!important;transition:color .2s ease,background-color .2s ease}.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{color:#fde7e8!important;transition:color .2s ease,background-color .2s ease}.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{color:#f1b807!important;transition:color .2s ease,background-color .2s ease}.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{color:#1d1b1b!important;transition:color .2s ease,background-color .2s ease}.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{color:#7c7c7c!important;transition:color .2s ease,background-color .2s ease}.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{color:#f1b900!important;transition:color .2s ease,background-color .2s ease}.text-transparent{color:#0000}.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{color:#fff!important;text-decoration-line:underline}.underline-primary{color:#006cec!important;text-decoration-line:underline}.underline-secondary{color:#999!important;text-decoration-line:underline}.underline-success{color:#1f8505!important;text-decoration-line:underline}.underline-alt-success{color:#40a060!important;text-decoration-line:underline}.underline-warning{color:#ebbc2e!important;text-decoration-line:underline}.underline-danger{color:#ee151d!important;text-decoration-line:underline}.underline-muted{color:#8d8d8d!important;text-decoration-line:underline}.underline-dark{color:#29292a!important;text-decoration-line:underline}.underline-dark2{color:#061b01!important;text-decoration-line:underline}.underline-brown{color:#645116!important;text-decoration-line:underline}.underline-gray-800{color:#a39696!important;text-decoration-line:underline}.underline-gray-400{color:#707070!important;text-decoration-line:underline}.underline-gray{color:#e5e5e5!important;text-decoration-line:underline}.underline-edit{color:#0da4c6!important;text-decoration-line:underline}.underline-pending{color:#e3b118!important;text-decoration-line:underline}.underline-label-text{color:#aaa!important;text-decoration-line:underline}.underline-alt-red{color:#fde7e8!important;text-decoration-line:underline}.underline-yellow{color:#f1b807!important;text-decoration-line:underline}.underline-dblack{color:#1d1b1b!important;text-decoration-line:underline}.underline-form-grey{color:#7c7c7c!important;text-decoration-line:underline}.underline-tc{color:#f1b900!important;text-decoration-line:underline}p{font-family:Poppins}.shine{animation-duration:1s;-webkit-animation-duration:2s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-name:placeholderShimmer;-webkit-animation-name:placeholderShimmer;animation-timing-function:linear;-webkit-animation-timing-function:linear;background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:800px 104px;display:inline-block;position:relative}.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:#0000!important}.border-hover:not(:hover):not(:focus):not(.active):not(:active){border-color:#0000!important;cursor:pointer}.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-active-white.active,.border-hover-white:hover{border-color:#fff!important}.border-active-light.active,.border-hover-light:hover{border-color:#030d00!important}.border-active-primary.active,.border-hover-primary:hover{border-color:#006cec!important}.border-active-secondary.active,.border-hover-secondary:hover{border-color:#999!important}.border-active-success.active,.border-hover-success:hover{border-color:#1f8505!important}.border-active-alt-success.active,.border-hover-alt-success:hover{border-color:#40a060!important}.border-active-warning.active,.border-hover-warning:hover{border-color:#ebbc2e!important}.border-active-danger.active,.border-hover-danger:hover{border-color:#ee151d!important}.border-active-info.active,.border-hover-info:hover{border-color:#8950fc!important}.border-active-dark.active,.border-hover-dark:hover{border-color:#29292a!important}.border-active-dark2.active,.border-hover-dark2:hover{border-color:#061b01!important}.border-active-brown.active,.border-hover-brown:hover{border-color:#645116!important}.border-active-footer.active,.border-hover-footer:hover{border-color:#fbcb38!important}.border-active-warning-alt.active,.border-hover-warning-alt:hover{border-color:#ffc125!important}.border-active-black.active,.border-hover-black:hover{border-color:#000!important}.border-active-gray.active,.border-hover-gray:hover{border-color:#e5e5e5!important}.border-active-edit.active,.border-hover-edit:hover{border-color:#0da4c6!important}.border-active-primary-500.active,.border-hover-primary-500:hover{border-color:#5e718d!important}.border-active-gray-500.active,.border-hover-gray-500:hover{border-color:#8d8d8d!important}.border-active-alt-gray.active,.border-hover-alt-gray:hover{border-color:#f4f4f4!important}.border-active-light-success.active,.border-hover-light-success:hover{border-color:#d2e7cd!important}.border-active-collection-button.active,.border-hover-collection-button:hover{border-color:#aaa!important}.border-active-admin-body.active,.border-hover-admin-body:hover{border-color:#f9f9f9!important}.border-active-unchecked.active,.border-hover-unchecked:hover{border-color:#e8e8e8!important}.border-active-pending.active,.border-hover-pending:hover{border-color:#fef5d7!important}.border-active-alt-red.active,.border-hover-alt-red:hover{border-color:#fde7e8!important}.border-active-form-grey.active,.border-hover-form-grey:hover{border-color:#7c7c7c!important}.border-input{border-color:#979797!important}.border-hover-transparent:hover{border-color:#0000!important}.border-dashed{border-color:#353d33;border-style:dashed!important}.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:#0000!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-bottom-0{border-bottom-right-radius:0!important}.rounded-bottom-0,.rounded-start-0{border-bottom-left-radius:0!important}.rounded-start-0{border-top-left-radius:0!important}.rounded-end-0{border-bottom-right-radius:0!important;border-top-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{background:#f9f9f9!important;border:1px solid #aca9a8;border-radius:4px;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{background-color:#f1b900;border:none!important;border-radius:4px;color:#1d1b1b;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:600;height:auto;line-height:normal;padding:10px;text-transform:capitalize}.ant-btn svg path{fill:#000!important}.ant-btn:active,.ant-btn:hover{background-color:#dfac00!important;border:none!important;color:#1d1b1b!important;outline:none!important}.ant-btn:active:disabled,.ant-btn:hover: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:none!important;outline:none!important}.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border:1.5px solid #a4a4a6!important;height:.938rem!important;width:.938rem!important}.ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner :after{border:2px solid green!important}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background-color:#f2b807!important;border-color:#f2b807!important;height:.938rem!important;width:.938rem!important}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner:after{border:2px solid #292d32;border-inline-start:0;border-top:0}.ant-select-lg{height:50px!important}.footer{background:url(/static/media/footerShape.35b40290076677152d0d.png) 50% no-repeat,#29292a!important;color:#fff;display:grid;grid-template-columns:1fr;padding:1rem}@media screen and (min-width:992px){.footer{gap:4rem;padding:2rem}}.footer .social-icons-footer{align-items:center;color:var(--clr-primary-5);display:grid;font-size:1rem;grid-template-columns:repeat(4,1fr);margin-top:2rem;padding:0;transition:var(--transition);width:15rem}@media screen and (min-width:992px){.footer .social-icons-footer{display:grid;margin-top:-4rem;padding:0}}.link-text{color:#fff;text-decoration:none}.footer-container{display:grid;grid-template-columns:1fr}@media screen and (min-width:992px){.footer-container{grid-gap:2rem;grid-template-columns:40% 1fr 1fr 1fr}}.footer-container .footer-message .message{margin-bottom:41.91px;margin-top:34.54px}.footer-center{display:block;margin-left:2rem;place-items:center}@media screen and (max-width:540px){.footer-center{margin-left:0}}.footer .social-icons{margin-bottom:2rem}.footer .social-icon{color:var(--clr-primary-10)}.footer-quick-link{color:#f1b807;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:150.5%}.footer-quick-link-text{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:1.457rem}.footer-bottom{border-top:2px dashed #d5d5d533;display:flex;flex-direction:row;justify-content:space-between;padding:2rem 0}@media screen and (max-width:540px){.footer-bottom{flex-direction:column}}.footer-bottom .footer-store{grid-gap:.688rem;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:540px){.footer-bottom .footer-store{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem}}.footer-bottom-div{color:#fff!important;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:21px;margin-top:1rem}.layout-dark-container{height:458px!important}@media screen and (max-width:991px){.layout-dark-container{height:50vh!important;margin-top:-10px}}.imgLeft{height:162.68px;width:168.995px}@media screen and (max-width:991px){.imgLeft{height:20%;width:20%}}.imgRight{height:180.34px;width:205.998px}@media screen and (max-width:991px){.imgRight{height:25%;width:25%}}.imgRight2{margin-top:-105px}@media screen and (max-width:991px){.imgRight2{height:50%;width:50%}}.header-logo{margin-bottom:71px;margin-left:73px;margin-right:120px}@media screen and (max-width:991px){.header-logo{margin-bottom:15%;margin-left:5%;margin-right:5%}}.header-logo .logo{height:39.01px;margin-top:33px;width:162px}@media screen and (max-width:991px){.header-logo .logo{height:auto;margin-top:24px;width:100px}}.header-logo .home{height:40px;margin-top:28px;width:40px}@media screen and (max-width:991px){.header-logo .home{height:29px;margin-top:24px;width:24px}}.outletContent{margin:5%}@media screen and (min-width:992px){.outletContent{display:flex;justify-content:space-between;margin-left:73px;margin-right:113px;margin-top:6px}}.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{bottom:0;left:0;position:absolute;width:100%}.outletContent .bottom-content-left{bottom:0;left:-15%;position:absolute;width:100%}.main-container{background:#fff;border-radius:40px;box-shadow:0 4px 35px 0 #00000014;min-height:50vh}.nav{background:#0000;height:5rem;padding:1rem 0;transition:var(--transition)}.nav-center{margin:0 auto;padding:0 1rem;width:100%;z-index:999}@media screen and (min-width:992px){.nav-center{align-items:center;display:flex;justify-content:space-between;padding:0 40px;width:100%}}.nav-header{align-items:center;display:grid;grid-template-columns:auto}@media screen and (max-width:992px){.nav-header{display:flex;justify-content:space-between}}.hamburger-button{background:#0000;border:none;cursor:pointer;height:40px;position:relative;width:40px}@media screen and (min-width:992px){.hamburger-button{display:none}}.bar{background:#fff;height:4px;margin:6px 0;transition:.4s;width:30px}.open .bar:first-child{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{height:36px;width:150px}.nav-links{display:none}@media screen and (min-width:992px){.nav-links{grid-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(5,1fr);white-space:nowrap}}.nav-button-container{display:none}@media screen and (min-width:992px){.nav-button-container{grid-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:1fr 1fr;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{color:#fff;display:inline-flex;font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:600;line-height:1.75rem;text-align:center;text-decoration:none;text-transform:capitalize;transition:var(--transition)}.nav-links a:after{background-color:var(--clr-primary-5);width:0}.active:after,.nav-links a:after{content:"";display:grid;height:3px;margin:.3rem auto}.active:after{width:100%}.active:hover:after,.nav-links a:hover:after{transition:width .3s linear;width:100%}.nav-btn-link{background:#0000;border-color:#0000;border-radius:4px;color:#f1b807}.nav-btn-link,.nav-btn-link-2{cursor:pointer;font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:500;gap:10px;line-height:1.75rem;padding:10px;text-align:center;width:150px}.nav-btn-link-2{background:#f1b807;border:1px solid #f1b807;border-radius:4px;color:#1f1f28}.nav-btn-link-3{border:1px solid #545455;border:1px solid var(--foundation-blue-secondary-text-400,#545455);border-radius:4px}.nav-btn-link-3,.nav-btn-link-4{align-items:center;display:flex;gap:10px;justify-content:center;padding:4px 10px;width:119px}.nav-btn-link-4{background:#f1b807;background:var(--foundation-yellow-primary-500,#f1b807);border:none;border-radius:4px}}.navbar-fixed{background:#1f1f28;box-shadow:0 5px 15px #0000001a;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:2}.sidebar{background:#333;height:100%;position:fixed;right:-250px;top:0;transition:.4s;width:250px}@media screen and (min-width:992px){.sidebar{display:none}}.show-sidebar{right:0}.sidebar-menu{list-style:none;margin:0;padding:4rem 0 0;text-align:center}.sidebar-menu li{padding:15px;text-align:right}.sidebar-menu a{color:#fff;display:inline-block;font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:600;padding:.5rem 0;text-align:center;text-decoration:none;text-transform:capitalize;transition:var(--transition)}.content-container{min-height:500px}.auth-layout-header{background:#fff;border-bottom:1px solid #dadada;padding:0 1rem}@media screen and (min-width:992px){.auth-layout-header{padding:0 40px}}.auth-layout-header .auth-nav{align-items:center;background:#0000;display:flex;height:5.75rem;justify-content:center;transition:var(--transition)}@media screen and (min-width:992px){.auth-layout-header .auth-nav{height:100px}}.auth-layout-header .auth-nav-center{margin:0 auto;width:100%;z-index:1}.auth-layout-header .auth-nav-header{align-items:center;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:992px){.auth-layout-header .auth-nav-header{align-items:center;display:flex;justify-content:space-between;width:100%}}.auth-layout-header .auth-nav-header .logo-container{display:flex!important;gap:3.125rem!important}.auth-layout-header .auth-nav-header .auth-nav-logo{height:20px;width:127.216px}.auth-layout-header .hamburger-button{background:#0000;border:none;cursor:pointer;height:2.5rem;position:relative;width:2.5rem}@media screen and (min-width:992px){.auth-layout-header .hamburger-button{display:none}}.auth-layout-header .bar{background:#009ef6;height:4px;margin:6px 0;transition:.4s;width:30px}.auth-layout-header .open .bar:first-child{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{align-items:center;color:#061b01;display:flex;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;gap:1.25rem;justify-content:flex-end;line-height:21px}.auth-layout-header .headerLeftNav .headerUsernameRole{grid-gap:.625rem;display:grid;gap:.625rem;justify-content:center;justify-items:center}.auth-layout-header .headerLeftNav .headerUsernameRole .role{background:#006cec;border-radius:2px;min-height:22px;min-width:49px;padding:.125rem .375rem}.auth-layout-header .headerLeftNav .headerUsernameRole .role .role-text{color:#fff;font-size:.75rem;font-weight:500;line-height:1.125rem}.auth-layout-header .headerLeftNav .headerUserAvatar{align-items:center;display:flex;gap:20px}.auth-layout-header .headerLeftNav .headerUserAvatar img{width:38px}.auth-layout-header .headerLeftNav .headerUserAvatar .userImg{border-radius:50px;height:50px;width:50px}.auth-layout-header .headerLeftNav .headerUserAvatar .userImg .dummyHead{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;min-width:250px;padding:0}.auth-layout-header .headerLeftNav .headerUserAvatar .userImg .dummyHead .avatar-icon{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#555;display:flex;font-size:18px;height:40px;justify-content:center;margin-right:16px;width:40px}@media(max-width:885px){.auth-layout-header .headerLeftNav{display:none}}.auth-layout-header .sidebar{background:#007ec5;height:100%;position:fixed;right:-250px;top:0;transition:.4s;width:250px;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;margin:0;padding:4rem 0 0;text-align:center}.auth-layout-header .sidebar-menu li{padding:15px;text-align:right}.auth-layout-header .sidebar-menu a{color:#fff;display:inline-block;font-family:Poppins,Helvetica,"sans-serif";font-size:1rem;font-style:normal;font-weight:600;padding:.5rem 0;text-align:center;text-decoration:none;text-transform:capitalize;transition:var(--transition)}.sidebarMain{background:#fff;display:flex;flex-direction:column;height:calc(100vh - 93px);overflow-y:auto;padding-bottom:0;padding-top:1.375rem;width:100%}.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{color:#9a9e99!important;font-family:Poppins,Helvetica,"sans-serif";font-size:.875rem;font-style:normal;font-weight:500;line-height:1.313rem}.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{color:#9a9e99!important;font-family:Poppins,Helvetica,"sans-serif";font-size:.875rem;font-style:normal;font-weight:500;line-height:1.313rem}.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{color:#9a9e99!important;font-family:Poppins,Helvetica,"sans-serif";font-size:.875rem;font-style:normal;font-weight:500;line-height:1.313rem}.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{background:#fff!important;color:#9a9e99;padding:0!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{align-items:center;border-radius:0;border-radius:initial;display:flex;padding-left:0!important}.sidebarMain .sidebarHeading{border-inline-end:unset!important}.sidebarMain .sidebarHeading .menu-item{align-items:center;background-color:#fff;border-radius:0;border-radius:initial;display:flex;height:50px;padding-left:1.813rem!important}.sidebarMain .sidebarHeading .text.ff{color:red}.sidebarMain .sidebarHeading .subMenu{background-color:#fff;border-radius:0;border-radius:initial;padding-left:1.813rem!important}.sidebarMain .sidebarHeading .subMenu-item{background-color:#fff;border-radius:0;border-radius:initial;height:50px;padding-left:.625rem!important}.sidebarMain nav{grid-gap:24px;display:grid;gap:24px}.sidebarMain nav a{align-items:center;color:#9d9d9d;color:var(--foundation-blue-secondary-text-200,#9d9d9d);display:flex;font-family:Poppins,Helvetica,"sans-serif";font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none}@media(max-width:991px){.sidebarMain{box-sizing:border-box;height:100vh;left:0;overflow:hidden;padding-inline:0;position:absolute;top:0;transition:width .2s linear;width:0}}.sidebarMainActivated{background:#fff;height:100%;padding-top:0;position:fixed;right:-250px;right:0;top:100px;transition:.4s;width:250px;z-index:100}.menu-link-text{color:#9d9d9d;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{align-items:center;background:#fbe9b2;background:var(--foundation-yellow-primary-100,#fbe9b2);border-radius:4px;display:flex;gap:10px;justify-content:center;padding:10px;width:213px}.app-container .mainDashboard{display:grid;height:100vh;width:100vw}.app-container .mainDashboard .sideBar-Outlet{background:#fff;display:grid;grid-template-columns:240px auto;height:calc(100vh - 100px);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{height:calc(100vh - 100px);overflow-y:auto;padding:1.875rem 1.875rem 0 1rem}.app-container .mainDashboard .sideBar-Outlet .main-container .content{min-height:50vh}.app-container .mainDashboard .sideBar-Outlet .main-containe{height:calc(100vh - 100px);overflow-x:hidden;overflow-y:auto}.app-container .mainDashboard .sideBar-Outlet .main-containe .content{min-height:50vh}.app-container{background:#fff;min-height:100vh;width:100vw}html{scroll-behavior:smooth}body{background:#fff;color:#fff;font-family:Poppins,Helvetica,"sans-serif";font-weight:400;line-height:1.5;min-height:100vh}.icon{background:url(https://static.thenounproject.com/png/101791-200.png) no-repeat 100%;background-position-x:95%;background-size:20px;padding:7px 20px 7px 10px;width:250px}.icon,.icon:active,.icon:focus,.icon:focus-within{border:1px solid #eaeaea;border-radius:4px;box-shadow:none;outline:none}.border-bottom{border-bottom:1px solid #eaeaea}.w-50{width:66%}.w-100{width:100%}.add-cta{background:#f9de8d!important;border:1px solid #f9de8d;box-shadow:0 4px 12px 0 rgba(0,0,0,.059);outline:none!important}
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}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,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height: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:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--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:#3b82f680;--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:#3b82f680;--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: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.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}.-bottom-\[3\%\]{bottom:-3%}.-left-\[6\%\]{left:-6%}.bottom-\[10\]{bottom:10}.left-1\/2{left:50%}.left-\[10\%\]{left:10%}.top-1\/2{top:50%}.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-2{margin-left:.5rem;margin-right:.5rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.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}.mr-8{margin-right:2rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-4{margin-inline-start:1rem}.ms-5{margin-inline-start:1.25rem}.mt-0{margin-top:0}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.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}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-12{height:3rem}.h-24{height:6rem}.h-8{height:2rem}.h-\[50px\]{height:50px}.h-\[800px\]{height:800px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-11\/12{width:91.666667%}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.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-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[1000px\]{width:1000px}.w-\[550px\]{width:550px}.w-auto{width:auto}.w-full{width:100%}.max-w-full{max-width:100%}.translate-x-1\/2{--tw-translate-x:50%}.translate-x-1\/2,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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%}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.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}.place-content-end{place-content:end}.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}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.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-y-0{row-gap:0}.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-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(3rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(3rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.25rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(4rem*var(--tw-space-y-reverse));margin-top:calc(4rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.25rem*var(--tw-space-y-reverse));margin-top:calc(1.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.75rem*var(--tw-space-y-reverse));margin-top:calc(1.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - 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}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.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-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{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-BagAsh{--tw-border-opacity:1;border-color:rgb(189 189 189/var(--tw-border-opacity))}.border-BagBorder,.border-BagBorderShade{--tw-border-opacity:1;border-color:rgb(234 234 234/var(--tw-border-opacity))}.border-BagButtonBg{--tw-border-opacity:1;border-color:rgb(249 222 141/var(--tw-border-opacity))}.border-BagDarkLight{--tw-border-opacity:1;border-color:rgb(112 112 112/var(--tw-border-opacity))}.border-BagFoundation{--tw-border-opacity:1;border-color:rgb(41 41 42/var(--tw-border-opacity))}.border-BagYellowShade{--tw-border-opacity:1;border-color:rgb(241 184 7/var(--tw-border-opacity))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.border-pagination{--tw-border-opacity:1;border-color:rgb(251 233 178/var(--tw-border-opacity))}.border-rejectBorder{--tw-border-opacity:1;border-color:rgb(236 34 5/var(--tw-border-opacity))}.border-success{--tw-border-opacity:1;border-color:rgb(7 198 62/var(--tw-border-opacity))}.border-b-BagBorder{--tw-border-opacity:1;border-bottom-color:rgb(234 234 234/var(--tw-border-opacity))}.border-b-BagDarkLight{--tw-border-opacity:1;border-bottom-color:rgb(112 112 112/var(--tw-border-opacity))}.bg-BagAsh{--tw-bg-opacity:1;background-color:rgb(189 189 189/var(--tw-bg-opacity))}.bg-BagBorder,.bg-BagBorderShade{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.bg-BagButtonBg{--tw-bg-opacity:1;background-color:rgb(249 222 141/var(--tw-bg-opacity))}.bg-BagDarkLight{--tw-bg-opacity:1;background-color:rgb(112 112 112/var(--tw-bg-opacity))}.bg-BagDeem{--tw-bg-opacity:1;background-color:rgb(249 249 249/var(--tw-bg-opacity))}.bg-BagDeveloperPortal{--tw-bg-opacity:1;background-color:rgb(254 248 230/var(--tw-bg-opacity))}.bg-BagFoundation{--tw-bg-opacity:1;background-color:rgb(41 41 42/var(--tw-bg-opacity))}.bg-BagYellow{--tw-bg-opacity:1;background-color:rgb(244 198 57/var(--tw-bg-opacity))}.bg-BagYellowShade{--tw-bg-opacity:1;background-color:rgb(241 184 7/var(--tw-bg-opacity))}.bg-\[\#252526\]{--tw-bg-opacity:1;background-color:rgb(37 37 38/var(--tw-bg-opacity))}.bg-cardbg{--tw-bg-opacity:1;background-color:rgb(251 251 251/var(--tw-bg-opacity))}.bg-not_found{--tw-bg-opacity:1;background-color:rgb(37 37 38/var(--tw-bg-opacity))}.bg-pagination{--tw-bg-opacity:1;background-color:rgb(251 233 178/var(--tw-bg-opacity))}.bg-success_light{--tw-bg-opacity:1;background-color:rgb(234 255 224/var(--tw-bg-opacity))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.p-0{padding:0}.p-1{padding:.25rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.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-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-32{padding-bottom:8rem;padding-top:8rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-7{padding-bottom:1.75rem;padding-top:1.75rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.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{padding-inline-end:.5rem}.ps-0{padding-inline-start:0}.ps-1{padding-inline-start:.25rem}.ps-3{padding-inline-start:.75rem}.ps-6{padding-inline-start:1.5rem}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.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}.text-right{text-align:right}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-Poppins{font-family:Poppins}.text-2xl{font-size:1.5rem;line-height:2rem}.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-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-10{line-height:2.5rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.text-BagAsh{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity))}.text-BagBorder{--tw-text-opacity:1;color:rgb(234 234 234/var(--tw-text-opacity))}.text-BagDanger{--tw-text-opacity:1;color:rgb(236 34 5/var(--tw-text-opacity))}.text-BagDark{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity))}.text-BagDarkLight{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-BagDarkShade,.text-BagDarkText{--tw-text-opacity:1;color:rgb(84 84 85/var(--tw-text-opacity))}.text-BagDarkTileLight{--tw-text-opacity:1;color:rgb(107 107 107/var(--tw-text-opacity))}.text-BagDarkTitle{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity))}.text-BagDarkTitleShade{--tw-text-opacity:1;color:rgb(43 43 43/var(--tw-text-opacity))}.text-BagFoundation{--tw-text-opacity:1;color:rgb(41 41 42/var(--tw-text-opacity))}.text-BagNeutral70{--tw-text-opacity:1;color:rgb(64 64 64/var(--tw-text-opacity))}.text-BagNeutralDark{--tw-text-opacity:1;color:rgb(31 31 37/var(--tw-text-opacity))}.text-BagNeutralDarkFoundation{--tw-text-opacity:1;color:rgb(157 157 157/var(--tw-text-opacity))}.text-BagSuccess{--tw-text-opacity:1;color:rgb(49 208 95/var(--tw-text-opacity))}.text-BagText{--tw-text-opacity:1;color:rgb(164 164 166/var(--tw-text-opacity))}.text-BagYellow{--tw-text-opacity:1;color:rgb(244 198 57/var(--tw-text-opacity))}.text-BagYellowShade{--tw-text-opacity:1;color:rgb(241 184 7/var(--tw-text-opacity))}.text-admin{--tw-text-opacity:1;color:rgb(1 148 179/var(--tw-text-opacity))}.text-agent{--tw-text-opacity:1;color:rgb(171 131 5/var(--tw-text-opacity))}.text-bank{--tw-text-opacity:1;color:rgb(5 139 43/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity))}.text-darkoption{--tw-text-opacity:1;color:rgb(31 31 40/var(--tw-text-opacity))}.text-default{--tw-text-opacity:1;color:rgb(179 122 12/var(--tw-text-opacity))}.text-details{--tw-text-opacity:1;color:rgb(133 101 4/var(--tw-text-opacity))}.text-disabled{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-enable{--tw-text-opacity:1;color:rgb(80 153 43/var(--tw-text-opacity))}.text-finance{--tw-text-opacity:1;color:rgb(1 148 179/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-grey{--tw-text-opacity:1;color:rgb(110 110 110/var(--tw-text-opacity))}.text-header{--tw-text-opacity:1;color:rgb(101 77 3/var(--tw-text-opacity))}.text-not_found{--tw-text-opacity:1;color:rgb(37 37 38/var(--tw-text-opacity))}.text-onboarding{--tw-text-opacity:1;color:rgb(145 160 48/var(--tw-text-opacity))}.text-reject{--tw-text-opacity:1;color:rgb(236 34 5/var(--tw-text-opacity))}.text-resend{--tw-text-opacity:1;color:rgb(241 185 0/var(--tw-text-opacity))}.text-success{--tw-text-opacity:1;color:rgb(7 198 62/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);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 #0000;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))}.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-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body{margin:0}.ant-input-group-addon{background:#f1b807}.ant-input-lg,.ant-input-wrapper{height:50px!important}.ant-input-lg{box-shadow:none!important;outline:none}.admin-bg{background:linear-gradient(90deg,#fef8e6 0,#fef8e6 52%,#fbe9b2 0,#fbe9b2)}.admin-bg-hor{background:linear-gradient(0deg,#fef8e6 0,#fef8e6 50%,#fbe9b2 0,#fbe9b2)}.verify-developer{border-radius:4px!important;height:48px!important;padding:2px 10px!important;width:180px!important}.verify-developer,.verify-developer:hover{background-color:#545455!important;color:#eaeaea!important}.verify-account-login{background-color:#f1b807!important;border-radius:4px!important;color:#eaeaea!important;height:48px!important;opacity:0!important;padding:2px 10px!important;width:180px!important}.copy-key{border-radius:0 4px 4px 0!important}.scrollX{overflow:hidden}.scrollX:hover{overflow-x:scroll}.scrollX::-webkit-scrollbar{border:1px solid #fff;cursor:pointer;height:5px;width:5px}.scrollX::-webkit-scrollbar-track{border-radius:10px;width:5px}.scrollX::-webkit-scrollbar-thumb:horizontal{background:#eaeaea;border-radius:80px;cursor:pointer;height:2px}.scrollX::-webkit-scrollbar-thumb:hover{background:#eaeaea}.star:before{color:#ff4d4f;content:"*";display:inline-block;font-family:SimSun,sans-serif;font-size:14px;line-height:1;margin-inline-end:4px}.fund-view-header{align-items:center;color:#484848;display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;gap:10px;line-height:normal;padding:5px 0}.amt-sty{justify-content:space-between}.amt-sty,.ghy-sty{align-items:center;display:flex;width:100%}.ghy-sty{gap:2rem;justify-content:space-evenly}.bm-card{align-items:center;background:#f9f9f9;background:var(--Utils,#f9f9f9);border-bottom:1px solid #eaeaea;border-bottom:1px solid var(--Foundation-Blue-Secondary-Text-50,#eaeaea);border-left:1px solid #eaeaea;border-left:1px solid var(--Foundation-Blue-Secondary-Text-50,#eaeaea);border-radius:0 0 6px 6px;border-right:1px solid #eaeaea;border-right:1px solid var(--Foundation-Blue-Secondary-Text-50,#eaeaea);cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:space-between;padding:1rem;span{color:#545455;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;justify-content:space-between;width:100%}.overlap{color:#545455;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{box-sizing:border-box;cursor:pointer;flex-basis:calc(20% - 10px);flex-grow:1;flex-shrink:1;margin-bottom:20px}.doc-item:not(:nth-child(5n)){margin-right:15px}.date_field .ant-picker .ant-picker-outlined{display:inherit!important}.list_custom .ant-list-header{border:1px solid #eaeaea!important;border-radius:0!important;padding-block:0!important;padding-inline:0!important}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:font-medium::placeholder{font-weight:500}.placeholder\:text-BagFoundation::placeholder{--tw-text-opacity:1;color:rgb(41 41 42/var(--tw-text-opacity))}.placeholder\:text-BagNeutralDarkFoundation::placeholder{--tw-text-opacity:1;color:rgb(157 157 157/var(--tw-text-opacity))}.hover\:bg-BagAsh:hover{--tw-bg-opacity:1;background-color:rgb(189 189 189/var(--tw-bg-opacity))}.hover\:bg-BagFoundation:hover{--tw-bg-opacity:1;background-color:rgb(41 41 42/var(--tw-bg-opacity))}.hover\:bg-BagYellow:hover{--tw-bg-opacity:1;background-color:rgb(244 198 57/var(--tw-bg-opacity))}.hover\:bg-reject:hover{--tw-bg-opacity:1;background-color:rgb(236 34 5/var(--tw-bg-opacity))}.hover\:text-BagDanger:hover{--tw-text-opacity:1;color:rgb(236 34 5/var(--tw-text-opacity))}.hover\:text-BagDarkText:hover{--tw-text-opacity:1;color:rgb(84 84 85/var(--tw-text-opacity))}.hover\:text-BagFoundation:hover{--tw-text-opacity:1;color:rgb(41 41 42/var(--tw-text-opacity))}.hover\:text-reject:hover{--tw-text-opacity:1;color:rgb(236 34 5/var(--tw-text-opacity))}.hover\:text-resend:hover{--tw-text-opacity:1;color:rgb(241 185 0/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}@media (min-width:640px){.sm\:pt-8{padding-top:2rem}}@media (min-width:768px){.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:flex{display:flex}.md\:grid{display:grid}.md\:h-screen{height:100vh}.md\:w-2\/3{width:66.666667%}.md\:w-4\/5{width:80%}.md\:w-full{width:100%}.md\:max-w-full{max-width:100%}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-col{flex-direction:column}.md\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.md\:pb-12{padding-bottom:3rem}.md\:pt-0{padding-top:0}.md\:pt-8{padding-top:2rem}.md\:pt-9{padding-top:2.25rem}.md\:text-center{text-align:center}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:1024px){.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-0{margin-top:0}.lg\:mt-14{margin-top:3.5rem}.lg\:flex{display:flex}.lg\:grid{display:grid}.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\:max-w-\[50rem\]{max-width:50rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.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\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.lg\:pt-0{padding-top:0}.lg\:text-left{text-align:left}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.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\:mt-0{margin-top:0}.xl\:mt-20{margin-top:5rem}.xl\:flex{display:flex}.xl\:grid{display:grid}.xl\:h-screen{height:100vh}.xl\:w-1\/2{width:50%}.xl\:w-1\/3{width:33.333333%}.xl\:w-3\/4{width:75%}.xl\:w-4\/5{width:80%}.xl\:w-\[500px\]{width:500px}.xl\:w-\[52\%\]{width:52%}.xl\:w-full{width:100%}.xl\:max-w-\[50rem\]{max-width:50rem}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.xl\:pt-0{padding-top:0}.xl\:text-left{text-align:left}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-base{font-size:1rem;line-height:1.5rem}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}}
/*# sourceMappingURL=main.1cdc27df.css.map*/