: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:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Samsung Sharp Sans Regular;font-style:normal;font-weight:400;src:local("Samsung Sharp Sans Regular"),url(/_next/static/media/samsungsharpsans.4f718fef.woff) format("woff")}@font-face{font-family:Samsung Sharp Sans Medium;font-style:normal;font-weight:400;src:local("Samsung Sharp Sans Medium"),url(/_next/static/media/samsungsharpsans-medium.77df5872.woff) format("woff")}@font-face{font-family:Samsung Sharp Sans Bold;font-style:normal;font-weight:400;src:local("Samsung Sharp Sans Bold"),url(/_next/static/media/samsungsharpsans-bold.7ea05e32.woff) format("woff")}@font-face{font-family:aeonik;font-style:normal;font-weight:100;src:url(/_next/static/media/Aeonik-Air.c91aeadd.otf)}@font-face{font-family:aeonik;font-style:normal;font-weight:200;src:url(/_next/static/media/Aeonik-Thin.3c35a761.otf)}@font-face{font-family:aeonik;font-style:normal;font-weight:300;src:url(/_next/static/media/Aeonik-Light.4a08444d.otf)}@font-face{font-family:aeonik;font-style:normal;font-weight:400;src:url(/_next/static/media/Aeonik-Regular.36551b76.otf)}@font-face{font-family:aeonik;font-style:normal;font-weight:500;src:url(/_next/static/media/Aeonik-Medium.15215334.otf)}@font-face{font-family:aeonik;font-style:normal;font-weight:600;src:url(/_next/static/media/Aeonik-Bold.849e4137.otf)}@font-face{font-family:aeonik;font-style:normal;font-weight:700;src:url(/_next/static/media/Aeonik-Black.edaff1c0.otf)}@font-face{font-family:Inter;font-style:normal;font-weight:100;src:local("Inter Thin BETA"),url(/_next/static/media/Inter-Thin-BETA.e0f5799e.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:local("Inter Extra Light BETA"),url(/_next/static/media/Inter-ExtraLight-BETA.55f01d10.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:local("Inter Light BETA"),url(/_next/static/media/Inter-Light-BETA.d20779b6.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local("Inter Regular"),url(/_next/static/media/Inter-Regular.9bdeb83a.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local("Inter Medium"),url(/_next/static/media/Inter-Medium.22e38e1f.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local("Inter Semi Bold"),url(/_next/static/media/Inter-SemiBold.c5ff56bb.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local("Inter Bold"),url(/_next/static/media/Inter-Bold.17350038.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:800;src:local("Inter Extra Bold"),url(/_next/static/media/Inter-ExtraBold.4859b19e.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:900;src:local("Inter Black"),url(/_next/static/media/Inter-Black.321f0807.woff) format("woff")}*{box-sizing:border-box}.main-container{width:auto;display:flex;gap:1rem;margin:0 auto;border-radius:5px}.slider-right-side{width:100%;max-width:170px;position:relative}.slider-left-side{width:calc(100% - 170px);height:775px;position:relative;border-radius:10px}.verticalSlider{height:100%;position:relative}.nextIconVertical{border-radius:0 0 10px 10px;bottom:0;border:0}.nextIconVertical,.prevIconVertical{background:#d1d1d1;width:100%;position:absolute;height:30px;left:50%;transform:translate(-50%);cursor:pointer;z-index:1;outline:none}.prevIconVertical{border-radius:10px 10px 0 0;top:-31px;border:0}.horizontalSlider{height:775px;position:relative;width:100%;border-radius:5px}.nextIconHorizontal{left:35px}.nextIconHorizontal,.prevIconHorizontal{background-color:#000;cursor:pointer;opacity:.81;border-radius:7px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1;transition:.3s;height:40px;display:flex;justify-content:center;align-items:center;padding:.5rem;outline:none;border:0}.prevIconHorizontal{right:-5px}.verticalSlider>.slick-list>.slick-track>.slick-current>div>.inner-vertical>div:nth-child(2){background:#007040}.verticalSlider>.slick-list>.slick-track>.slick-current>div>.inner-vertical>div:nth-child(2)>span>img{opacity:.48}.nextIconHorizontal:hover,.prevIconHorizontal:hover{background:#007040}.inner-vertical{padding:5px 0;height:176px;width:100%;display:flex!important;justify-content:center!important;align-items:center!important}.bottomDiv{color:#fff;height:30px;width:100%;bottom:-1px;background:#050505;opacity:.8;justify-content:center;align-items:center;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.bottomDiv,.show_Modal{position:absolute;mix-blend-mode:normal;display:flex}.show_Modal{width:32px;background:#000;padding:1rem;opacity:.48;border-radius:7px;height:32px;right:0;bottom:10px;transform:translate(-50%,-50%);cursor:pointer}@media(max-width:550px){.show_Modal{display:none}}.inner-horizontal{height:775px;object-fit:fit;width:100%!important;border-radius:5px}.inner-horizontal>img{border-radius:5px}.modal_Icon{transform:translate(-50%,-50%);right:-5px;fill:#fff!important;min-width:20px;height:20px}@media(max-width:1440px){.show_Modal{top:90%}}@media(max-width:1224px){.show_Modal{top:88%}}@media(max-width:1440px){.verticalSlider{height:590px}.horizontalSlider,.inner-horizontal{height:600px}.inner-vertical{height:134px;padding:8px 0}.slider-left-side{height:600px;width:calc(100% - 120px)}.slider-right-side{min-width:120px}}@media only screen and (max-width:800px){.main-container{width:auto}.slider-right-side,.verticalSlider{display:none}.slider-left-side{width:98%;margin:0 auto}.prevIconHorizontal{right:0}.bottomDiv{width:100%;margin:0 auto}}@media only screen and (max-width:1440px)and (min-width:1024px){.nextIconVertical{bottom:16px!important}}@media(max-width:1024px){.slider-right-side{background-color:red!important;display:none!important}.slider-left-side{width:100%;margin:0 auto}}@media only screen and (max-width:2560px)and (min-width:1420px){.show_Modal{top:90%}}.main-modalSlider{position:relative;height:98vh;width:75vw;padding:.5rem}@media(max-width:700px){.main-modalSlider{width:auto}}.modal-slider-section-one{margin:auto;height:100%;padding:2rem 1rem 1rem}.modal-slider-section-one div{height:100%}.inner_modalslider-section-one{height:350px;width:100%}.modal-section-two{padding:0 2rem;margin-top:.3rem;height:150px}.modal-slider-section-two{height:150px;width:100%;display:flex;justify-content:center;align-items:center}.modal-slider-section-two>.slick-list>.slick-track>.slick-current>div>.inner_modalslider-section-two{background:#007040}.modal-slider-section-two>.slick-list>.slick-track>.slick-current>div>.inner_modalslider-section-two>div>span>img{opacity:.48}.inner_modalslider-section-two{height:130px;width:100%;margin:.5rem 0;padding:0 3px}.modalslidecount{margin:0;position:absolute;bottom:1.5%;left:50%;transform:translate(-50%,-50%);background-color:#050505;display:block;width:50%;text-align:center;height:28px;opacity:.48;color:#fff;font-size:22px;font-weight:500}.managecancel{margin:0;position:absolute;top:2%;right:1.5%;cursor:pointer}.nextIconModal{border-top-left-radius:10px;border-bottom-left-radius:10px;left:-17px;border:none}.nextIconModal,.prevIconModal{background:#d1d1d1;width:25px;height:135px;position:absolute;top:50%;transform:translate(-50%,-50%);outline:none;cursor:pointer}.prevIconModal{border-top-right-radius:10px;border-bottom-right-radius:10px;right:-48px;border:none}.prevIconSectionone{right:0;z-index:1}.nextIconSectionone,.prevIconSectionone{background:#d1d1d1;cursor:pointer;opacity:.81;border-radius:7px;position:absolute;top:50%;transform:translate(-50%,-50%);height:40px;display:flex;justify-content:center;align-items:center;padding:.5rem;outline:none;border:0;transition:.2s}.nextIconSectionone{left:2.5%;z-index:2}.nextIconSectionone:hover,.prevIconSectionone:hover{background-color:#007040}@media only screen and (max-width:1024px)and (min-width:801px){.modalslidecount{width:30% .2%}}@media only screen and (max-width:800px)and (min-width:500px){.modal-slider-section-one{width:100%}.nextIconSectionone{left:27px;top:56%}.prevIconSectionone{right:-9px;top:56%}}@media only screen and (max-width:500px)and (min-width:350px){.modal-slider-section-one{width:100%}.inner_modalslider-section-two{padding:0 3px}}@media only screen and (max-width:500px)and (min-width:320px){.nextIconSectionone{left:28px}.prevIconSectionone{right:-8px}}@media(max-width:375px){.inner_modalslider-section-two{padding:0 2px}.modal-slider-section-one{width:100%}}@media only screen and (max-width:1024px){.modalslidecount{width:76%}}.slick-track{height:unset!important}.btn-fill-green{transition:background-color .5s!important;background-color:#007040!important;cursor:pointer!important}.btn-fill-green,.btn-fill-green span{color:#fff!important}.btn-fill-green:hover{background-color:#009252!important}.btn-fill-green:disabled{cursor:progress!important;background-color:#606060!important;color:#f1f1f1!important}.btn-fill-grey{transition:background-color .5s!important;background-color:#f2f7f2!important}.btn-fill-grey,.btn-fill-grey span{color:#007040!important}.btn-fill-grey:hover{background-color:#d5e0d5!important}.btn-fill-grey:disabled{cursor:no-drop;background-color:#606060!important;color:#f1f1f1!important}.btn-outline{transition:background-color .5s!important;border:2px solid #007040!important;background-color:#fff!important}.btn-outline span{color:#007040!important}.btn-outline:hover{border:2px solid transparent!important;background-color:#e2f1e0!important}.btn-white-outline{transition:background-color .5s!important;background-color:transparent!important;border:2px solid #fff!important}.btn-white-outline,.btn-white-outline span{color:#fff!important}.btn-white-outline:hover{background-color:#e2f1e0!important;color:inherit!important}.btn-fill-blue{transition:background-color .5s!important;background-color:#006686!important}.btn-fill-blue,.btn-fill-blue span{color:#fff!important}.btn-fill-blue:hover{background-color:#0c87a9!important}.btn-fill-blue:disabled{cursor:no-drop!important;color:#b0b0b0!important;background-color:#f1f1f1!important}.btn-fill-text-green{transition:background-color .5s!important;background-color:rgba(16,138,0,.12)!important}.btn-fill-text-green,.btn-fill-text-green span{color:#007040!important}.btn-fill-text-green:hover{background-color:rgba(16,138,0,.2)!important}.btn-socials{transition:.3s!important;background-color:#007040!important;border:transparent!important}.btn-socials svg path{fill:#fff}.btn-socials:hover{background-color:#fff!important;border:2px solid #007040!important}.btn-socials:hover svg path{fill:#007040}.btn-outline-round{transition:background-color .5s!important;border:2px solid #009252!important;background-color:#fff!important}.btn-outline-round,.btn-outline-round span{color:#009252!important}.btn-outline-round:hover{background-color:rgba(16,138,0,.25)!important;border:unset!important}.btn-cancel{background-color:#f2f7f2!important}.btn-cancel,.btn-cancel span{transition:.3s!important;color:#007040!important}.btn-cancel:hover{background-color:#ffe7e7!important}.btn-cancel:hover,.btn-cancel:hover span{color:#f11!important}.btn-cancel:hover:disabled{cursor:progress!important;background-color:#606060!important;color:#fff!important}.btn-cancel:hover:disabled span{color:#fff!important}.btn-cancel:disabled{background-color:#606060!important;color:#fff!important}.btn-cancel:disabled span{color:#fff!important}*{padding:0}*,body{margin:0;font-family:Inter,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#007040;text-decoration:none!important}a:hover{text-decoration:underline}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.link{color:blue!important;text-decoration:underline!important}.skeleton-box{display:inline-block;height:1em;position:relative;overflow:hidden;background-color:#dddbdd}.skeleton-box:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translateX(100%)}}@-moz-document url-prefix(){b:not(.ffBold),button:not(.ffBold),div:not(.ffBold),h1:not(.ffBold),h2:not(.ffBold),h3:not(.ffBold),h4:not(.ffBold),h5:not(.ffBold),h6:not(.ffBold),li:not(.ffBold),p:not(.ffBold),s:not(.ffBold),span:not(.ffBold){font-weight:400!important}}.with-ellipsis{-webkit-line-clamp:2!important;line-clamp:2!important}.with-ellipsis,.with-ellipsis--single-line{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;word-wrap:break-word;word-break:break-word}.with-ellipsis--single-line{-webkit-line-clamp:1!important;line-clamp:1!important}.tooltip-container,.tooltip-container--no-icon{position:relative;cursor:pointer;width:max-content}.tooltip-container--no-icon:hover div,.tooltip-container:hover div{visibility:visible;z-index:9}.tooltip-container svg{margin-bottom:-1px;height:16px;width:26px;width:auto}.tooltip-container svg path{fill:#4285f4}.uppercase{text-transform:uppercase}.flex-center,.pagination__wrapper{display:flex;align-items:center;justify-content:center}.public-DraftStyleDefault-ltr{margin-left:5px}.public-DraftStyleDefault-orderedListItem:before{width:unset!important}