: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-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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.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}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;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: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;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{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;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,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%{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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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: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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-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)}}.nibCard_old-container__Clf0g{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibCard_old-container__Clf0g.nibCard_wrap__LB3Dd{flex-wrap:wrap}.nibCard_old-container__Clf0g .nibCard_box__b00gR.nibCard_col__ZgSJO{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibCard_old-container__Clf0g .nibCard_box__b00gR.nibCard_col__ZgSJO>div{width:100%}.nibCard_old-container__Clf0g .nibCard_box__b00gR.nibCard_row__zuwat,.nibCard_old-container__Clf0g form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibCard_old-container__Clf0g form{flex-wrap:wrap;padding:20px;position:relative}.nibCard_old-container__Clf0g form>.nibCard_box__b00gR.nibCard_col__ZgSJO{flex-basis:33.33%}@media screen and (min-width:2560px){.nibCard_old-container__Clf0g form>.nibCard_box__b00gR.nibCard_col__ZgSJO{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibCard_col__ZgSJO,.nibCard_old-container__Clf0g,form{padding:5px}}@media screen and (max-width:450px){.nibCard_col__ZgSJO,.nibCard_old-container__Clf0g,form{padding:0}}.nibCard_text-overflow-hidden__jcBm-{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibCard_icon__SPQvP{color:var(--accent-color)}.nibCard_richtext-output-wrap__CbVqb .nibCard_se-video-container__zRh9v figure{padding-bottom:0!important}.nibCard_cardWrap__Ab8Ft{background-color:#1b1b1b;border-radius:12px;margin:10px;max-width:465px;min-width:320px;padding:5px 10px;position:relative}.nibCard_cardWrap__Ab8Ft .nibCard_card__r4w4p{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.nibCard_cardWrap__Ab8Ft .nibCard_header__xqmHv{padding:20px 40px 10px 20px}.nibCard_cardWrap__Ab8Ft .nibCard_header__xqmHv h3{font-weight:500}.nibCard_cardWrap__Ab8Ft .nibCard_header__xqmHv p{color:#fff9;font-size:90%;font-weight:300}@media screen and (max-width:580px){.nibCard_cardWrap__Ab8Ft{margin:10px 5px}.nibCard_cardWrap__Ab8Ft .nibCard_header__xqmHv{padding:10px}}@media screen and (max-width:450px){.nibCard_cardWrap__Ab8Ft{margin:10px 0}}.nibCardCheckList_old-container__ency\+{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibCardCheckList_old-container__ency\+.nibCardCheckList_wrap__nVCiX{flex-wrap:wrap}.nibCardCheckList_old-container__ency\+ .nibCardCheckList_box__o2BM7.nibCardCheckList_col__fNo4U{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibCardCheckList_old-container__ency\+ .nibCardCheckList_box__o2BM7.nibCardCheckList_col__fNo4U>div{width:100%}.nibCardCheckList_old-container__ency\+ .nibCardCheckList_box__o2BM7.nibCardCheckList_row__mUU6Q,.nibCardCheckList_old-container__ency\+ form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibCardCheckList_old-container__ency\+ form{flex-wrap:wrap;padding:20px;position:relative}.nibCardCheckList_old-container__ency\+ form>.nibCardCheckList_box__o2BM7.nibCardCheckList_col__fNo4U{flex-basis:33.33%}@media screen and (min-width:2560px){.nibCardCheckList_old-container__ency\+ form>.nibCardCheckList_box__o2BM7.nibCardCheckList_col__fNo4U{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibCardCheckList_col__fNo4U,.nibCardCheckList_old-container__ency\+,form{padding:5px}}@media screen and (max-width:450px){.nibCardCheckList_col__fNo4U,.nibCardCheckList_old-container__ency\+,form{padding:0}}.nibCardCheckList_text-overflow-hidden__Dhs3R{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibCardCheckList_icon__pHcUB{color:var(--accent-color)}.nibCardCheckList_richtext-output-wrap__prU8R .nibCardCheckList_se-video-container__GcSPQ figure{padding-bottom:0!important}.nibCardCheckList_list__dz6qd{background-color:#212121;border-radius:10px;overflow:auto}.nibCardCheckList_labels__2RJza{align-items:center;background-color:#2a2a2a;display:flex;flex-direction:row;justify-content:space-between;padding:5px 15px}.nibCardCheckList_labels__2RJza p{color:#fff}.nibCardCheckList_labelTitle__TuGT5{font-size:18px}.nibCardCheckList_inner__IQ3Gv{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.nibCardCheckList_inner__IQ3Gv .nibCardCheckList_label__23laG{color:#fff;flex-basis:50%}.nibCardCheckList_inner__IQ3Gv .nibCardCheckList_underlabel__F1ns\+{color:#cecece;font-size:13px}.nibCardCheckList_inner__IQ3Gv .nibCardCheckList_checkBox__\+7Jee{align-items:center;display:flex;flex-basis:25%;flex-direction:row;justify-content:flex-end;padding-right:4px}.nibCardImage_old-container__0Kxwa{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibCardImage_old-container__0Kxwa.nibCardImage_wrap__BkOlF{flex-wrap:wrap}.nibCardImage_old-container__0Kxwa .nibCardImage_box__aZYHc.nibCardImage_col__CnNq4{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibCardImage_old-container__0Kxwa .nibCardImage_box__aZYHc.nibCardImage_col__CnNq4>div{width:100%}.nibCardImage_old-container__0Kxwa .nibCardImage_box__aZYHc.nibCardImage_row__FLTXD,.nibCardImage_old-container__0Kxwa form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibCardImage_old-container__0Kxwa form{flex-wrap:wrap;padding:20px;position:relative}.nibCardImage_old-container__0Kxwa form>.nibCardImage_box__aZYHc.nibCardImage_col__CnNq4{flex-basis:33.33%}@media screen and (min-width:2560px){.nibCardImage_old-container__0Kxwa form>.nibCardImage_box__aZYHc.nibCardImage_col__CnNq4{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibCardImage_col__CnNq4,.nibCardImage_old-container__0Kxwa,form{padding:5px}}@media screen and (max-width:450px){.nibCardImage_col__CnNq4,.nibCardImage_old-container__0Kxwa,form{padding:0}}.nibCardImage_text-overflow-hidden__SYcK-{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibCardImage_icon__328tg{color:var(--accent-color)}.nibCardImage_richtext-output-wrap__b3mcs .nibCardImage_se-video-container__u-faI figure{padding-bottom:0!important}.nibCardImage_wrap__BkOlF{padding:10px 20px;width:100%}.nibCardImage_wrap__BkOlF h4{color:var(--accent-color);font-size:80%;font-weight:300;padding-bottom:5px}.nibCardImage_wrap__BkOlF .nibCardImage_box__aZYHc{align-items:center;border:2px solid var(--accent-color);border-radius:4px;display:flex;flex-direction:column;justify-content:flex-start;padding:5px;position:relative}.nibCardImage_wrap__BkOlF .nibCardImage_box__aZYHc p{align-self:flex-start;font-size:90%;padding:5px 10px}.nibCardImage_wrap__BkOlF .nibCardImage_box__aZYHc img{max-width:100%}.nibCardImage_wrap__BkOlF .nibCardImage_box__aZYHc .nibCardImage_over__87tE4{align-items:center;background:#00000059;cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%}.nibCardImage_wrap__BkOlF .nibCardImage_box__aZYHc .nibCardImage_over__87tE4 p{align-self:unset;font-size:110%}.nibCardImage_wrap__BkOlF .nibCardImage_box__aZYHc:hover .nibCardImage_over__87tE4{opacity:1}.nibCardItem_old-container__Vblm3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibCardItem_old-container__Vblm3.nibCardItem_wrap__77CBO{flex-wrap:wrap}.nibCardItem_old-container__Vblm3 .nibCardItem_box__1GovB.nibCardItem_col__mN9Et{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibCardItem_old-container__Vblm3 .nibCardItem_box__1GovB.nibCardItem_col__mN9Et>div{width:100%}.nibCardItem_old-container__Vblm3 .nibCardItem_box__1GovB.nibCardItem_row__2Du1y,.nibCardItem_old-container__Vblm3 form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibCardItem_old-container__Vblm3 form{flex-wrap:wrap;padding:20px;position:relative}.nibCardItem_old-container__Vblm3 form>.nibCardItem_box__1GovB.nibCardItem_col__mN9Et{flex-basis:33.33%}@media screen and (min-width:2560px){.nibCardItem_old-container__Vblm3 form>.nibCardItem_box__1GovB.nibCardItem_col__mN9Et{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibCardItem_col__mN9Et,.nibCardItem_old-container__Vblm3,form{padding:5px}}@media screen and (max-width:450px){.nibCardItem_col__mN9Et,.nibCardItem_old-container__Vblm3,form{padding:0}}.nibCardItem_text-overflow-hidden__kdRL\+{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibCardItem_icon__1U67c{color:var(--accent-color)}.nibCardItem_richtext-output-wrap__EbLHo .nibCardItem_se-video-container__-rWy3 figure{padding-bottom:0!important}.nibCardItem_wrap__77CBO{background-color:#212121;border-radius:6px;box-shadow:-5px 5px 10px 0 #00000059;margin:10px 0;min-height:56px;padding:5px;width:100%}.nibCardItem_wrap__77CBO .nibCardItem_header__OcufJ{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-right:50px}.nibCardItem_wrap__77CBO .nibCardItem_header__OcufJ strong{color:var(--accent-color)}.nibCardItem_wrap__77CBO .nibCardItem_header__OcufJ ul{align-items:center;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:auto;max-height:20px;transform:translate(15px,calc(-50% - 5px))}.nibCardItem_wrap__77CBO .nibCardItem_header__OcufJ ul li.nibCardItem_active__LjGg\+ button svg{color:var(--accent-color)}.nibCardItem_wrap__77CBO .nibCardItem_header__OcufJ ul li button{margin:0;padding:2.5px}.nibCardItem_wrap__77CBO p{text-align:right}.nibCardItem_wrap__77CBO .nibCardItem_content__l3mUp{padding:10px 0}.nibCardList_old-container__GXXm7{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibCardList_old-container__GXXm7.nibCardList_wrap__KMsbw{flex-wrap:wrap}.nibCardList_old-container__GXXm7 .nibCardList_box__P1fyG.nibCardList_col__Sfy\+e{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibCardList_old-container__GXXm7 .nibCardList_box__P1fyG.nibCardList_col__Sfy\+e>div{width:100%}.nibCardList_old-container__GXXm7 .nibCardList_box__P1fyG.nibCardList_row__klEUp,.nibCardList_old-container__GXXm7 form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibCardList_old-container__GXXm7 form{flex-wrap:wrap;padding:20px;position:relative}.nibCardList_old-container__GXXm7 form>.nibCardList_box__P1fyG.nibCardList_col__Sfy\+e{flex-basis:33.33%}@media screen and (min-width:2560px){.nibCardList_old-container__GXXm7 form>.nibCardList_box__P1fyG.nibCardList_col__Sfy\+e{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibCardList_col__Sfy\+e,.nibCardList_old-container__GXXm7,form{padding:5px}}@media screen and (max-width:450px){.nibCardList_col__Sfy\+e,.nibCardList_old-container__GXXm7,form{padding:0}}.nibCardList_text-overflow-hidden__uhc2l{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibCardList_icon__38AVz{color:var(--accent-color)}.nibCardList_richtext-output-wrap__hBPjA .nibCardList_se-video-container__\+sen6 figure{padding-bottom:0!important}.nibCardList_list__MR7dK{background-color:#212121;box-shadow:-5px 5px 10px 0 #00000059}.nibCardList_labels__-Egfc{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 15px}.nibCardList_labels__-Egfc p{color:#fff}.nibCardList_inner__WFPRW{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibCardList_inner__WFPRW .nibCardList_label__kcCkT{color:#fff;flex-basis:50%}.nibCardList_inner__WFPRW .nibCardList_checkBox__oWMm4{align-items:center;display:flex;flex-basis:25%;flex-direction:row;justify-content:flex-end}.nibLoader_old-container__GaQOC{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibLoader_old-container__GaQOC.nibLoader_wrap__kbXSk{flex-wrap:wrap}.nibLoader_old-container__GaQOC .nibLoader_box__VBZEs.nibLoader_col__mO4nP{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibLoader_old-container__GaQOC .nibLoader_box__VBZEs.nibLoader_col__mO4nP>div{width:100%}.nibLoader_old-container__GaQOC .nibLoader_box__VBZEs.nibLoader_row__55Cav,.nibLoader_old-container__GaQOC form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibLoader_old-container__GaQOC form{flex-wrap:wrap;padding:20px;position:relative}.nibLoader_old-container__GaQOC form>.nibLoader_box__VBZEs.nibLoader_col__mO4nP{flex-basis:33.33%}@media screen and (min-width:2560px){.nibLoader_old-container__GaQOC form>.nibLoader_box__VBZEs.nibLoader_col__mO4nP{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibLoader_col__mO4nP,.nibLoader_old-container__GaQOC,form{padding:5px}}@media screen and (max-width:450px){.nibLoader_col__mO4nP,.nibLoader_old-container__GaQOC,form{padding:0}}.nibLoader_text-overflow-hidden__VAg5-{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibLoader_icon__Xq7Vg{color:var(--accent-color)}.nibLoader_richtext-output-wrap__qy7qw .nibLoader_se-video-container__6qVXh figure{padding-bottom:0!important}.nibLoader_wrap__kbXSk{height:4px;left:0;position:fixed;top:56px;width:100%;z-index:99999999}.nibLoader_wrap__kbXSk.nibLoader_cir__O5163{align-items:center;background-color:#2f2f2fbf;display:flex;flex-direction:row;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{border:0;padding:0;resize:none}.sun-editor button{background-color:initial;border:0;cursor:pointer;outline:none;touch-action:manipulation}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;line-height:2;text-rendering:auto}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid #0000;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:auto;position:relative;width:auto}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid #0000;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:initial!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px #00000080;display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:initial;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px #00000080;display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:initial;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:-webkit-max-content;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{max-height:300px;min-width:140px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:initial;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;height:auto;margin:auto;max-width:270px;padding:0;width:-webkit-max-content;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;margin:0;padding:4px;resize:none!important;word-break:break-all}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:#0000;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:#0000;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-bottom:0;margin-top:10px}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{box-shadow:0 0 0 .1rem #f2dede;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;height:30px;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:initial;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:unset;line-height:1.5}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #00000040;border-radius:4px;box-shadow:0 5px 10px #0003;display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:-webkit-max-content;width:max-content}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;margin:0;padding:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:initial;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px #00000080;display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:initial;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;position:absolute;width:100%;z-index:1}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:#0000;bottom:auto;display:block;float:none;height:auto;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;height:auto;left:-50%;line-height:unset;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid;border-color:#0000 #0000 #333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{direction:rtl;flex:auto;text-align:right}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;box-shadow:0 0 0 .2rem #eed3d7;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;margin:0;padding:0;vertical-align:initial}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{-webkit-margin-before:1em;-webkit-margin-after:1em;font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{-webkit-margin-before:1.67em;-webkit-margin-after:1.67em;font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{-webkit-margin-before:2.33em;-webkit-margin-after:2.33em;font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:initial;border-width:1px 0 0;display:flex;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{background-color:initial;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;margin:0 0 10px;padding:1px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:#0000;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-bottom:1px solid #b1b1b1;border-top:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{background-color:#1b1f230d;border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}.se-wrapper-inner.se-wrapper-wysiwyg{background-color:#212121;box-shadow:0 5px 10px 0 #00000059;margin:0 auto;max-width:350px;width:350px}.se-wrapper{padding:20px 0}.sun-editor{background-color:#212121;border-color:#3d3d3d!important}.sun-editor .se-container{background-color:gray}.sun-editor .se-toolbar.sun-editor-common{background-color:#212121;outline-color:#3d3d3d}.sun-editor .se-btn-module{border-color:#3d3d3d}.sun-editor .se-btn-module .se-btn{box-shadow:unset!important;color:#cecece}.sun-editor .se-btn-module .se-btn:enabled.active{color:var(--accent-color)}.sun-editor .se-btn-module .se-btn.active:hover,.sun-editor .se-btn-module .se-btn:enabled.active:hover{background-color:#3d3d3d;color:#cecece}.sun-editor .se-btn-module .se-btn.active:hover svg,.sun-editor .se-btn-module .se-btn:enabled.active:hover svg{color:#cecece}.sun-editor .se-btn-module .se-btn:enabled.on,.sun-editor .se-btn-module .se-btn:enabled:hover,.sun-editor .se-btn-module .se-btn:hover{background-color:#3d3d3d;color:#cecece}.sun-editor .se-btn-module .se-btn:disabled{color:#757575}.sun-editor .se-btn-module .se-btn.on,.sun-editor .se-btn-module .se-btn:enabled.on:hover{background-color:#3d3d3d}.sun-editor .se-btn-module .se-btn:enabled:active{background-color:#3d3d3d;box-shadow:unset}.sun-editor .se-resizing-bar.sun-editor-common{background-color:#3d3d3d}.nibButton_old-container__xAs8Z{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibButton_old-container__xAs8Z.nibButton_wrap__QuC\+4{flex-wrap:wrap}.nibButton_old-container__xAs8Z .nibButton_box__aiddR.nibButton_col__lUY-E{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibButton_old-container__xAs8Z .nibButton_box__aiddR.nibButton_col__lUY-E>div{width:100%}.nibButton_old-container__xAs8Z .nibButton_box__aiddR.nibButton_row__EVLTK,.nibButton_old-container__xAs8Z form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibButton_old-container__xAs8Z form{flex-wrap:wrap;padding:20px;position:relative}.nibButton_old-container__xAs8Z form>.nibButton_box__aiddR.nibButton_col__lUY-E{flex-basis:33.33%}@media screen and (min-width:2560px){.nibButton_old-container__xAs8Z form>.nibButton_box__aiddR.nibButton_col__lUY-E{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibButton_col__lUY-E,.nibButton_old-container__xAs8Z,form{padding:5px}}@media screen and (max-width:450px){.nibButton_col__lUY-E,.nibButton_old-container__xAs8Z,form{padding:0}}.nibButton_text-overflow-hidden__tpvu\+{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibButton_icon__z9sev{color:var(--accent-color)}.nibButton_richtext-output-wrap__2Drch .nibButton_se-video-container__YILnL figure{padding-bottom:0!important}.nibButton_btn__WFgis{background-color:#2f2f2f;border:none;border:2px solid var(--accent-color);border-radius:4px;color:#fff;letter-spacing:.25px;padding:10px 20px;position:relative;transition:box-shadow .5s ease}.nibButton_btn__WFgis,.nibButton_btn__WFgis>*{cursor:pointer}.nibButton_btn__WFgis.nibButton_simple__6hx4A{border:none;color:var(--accent-color);font-weight:400;letter-spacing:1px;text-transform:uppercase}.nibButton_btn__WFgis.nibButton_filled__yypti{background-color:var(--accent-color);border:none;border-radius:0;box-shadow:-5px 5px 10px 0 #00000059;color:#2f2f2f;color:#000;font-weight:400;letter-spacing:1px;padding-right:0;text-align:right;text-transform:uppercase}.nibButton_btn__WFgis.nibButton_filled__yypti:disabled{background-color:#757575;border-color:#757575;color:#cecece}.nibButton_btn__WFgis.nibButton_small__CLvb0{font-size:14px;height:40px}.nibButton_btn__WFgis.nibButton_medium__waN8k{font-size:16px;height:50px}.nibButton_loading__Am0yM{color:#0000!important}.nibButton_loadingIndicator__oel9s{left:50%;position:absolute;top:50%;transform:translate(-50%,-40%)}.nibDialog_old-container__xb1Og{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibDialog_old-container__xb1Og.nibDialog_wrap__RhSl5{flex-wrap:wrap}.nibDialog_old-container__xb1Og .nibDialog_box__MZFHq.nibDialog_col__iUJdM{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibDialog_old-container__xb1Og .nibDialog_box__MZFHq.nibDialog_col__iUJdM>div{width:100%}.nibDialog_old-container__xb1Og .nibDialog_box__MZFHq.nibDialog_row__U8KLv,.nibDialog_old-container__xb1Og form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibDialog_old-container__xb1Og form{flex-wrap:wrap;padding:20px;position:relative}.nibDialog_old-container__xb1Og form>.nibDialog_box__MZFHq.nibDialog_col__iUJdM{flex-basis:33.33%}@media screen and (min-width:2560px){.nibDialog_old-container__xb1Og form>.nibDialog_box__MZFHq.nibDialog_col__iUJdM{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibDialog_col__iUJdM,.nibDialog_old-container__xb1Og,form{padding:5px}}@media screen and (max-width:450px){.nibDialog_col__iUJdM,.nibDialog_old-container__xb1Og,form{padding:0}}.nibDialog_text-overflow-hidden__uUMs5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibDialog_icon__xP8mx{color:var(--accent-color)}.nibDialog_richtext-output-wrap__9\+RQj .nibDialog_se-video-container__XuSTo figure{padding-bottom:0!important}.nibDialog_wrap__RhSl5{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px}.nibDialog_wrap__RhSl5 .nibDialog_papper__R-4zW{background-color:#232323;border-radius:12px;box-shadow:-5px 5px 10px 0 #00000059;margin:0;max-width:unset;width:480px}.nibDialog_wrap__RhSl5 .nibDialog_papper__R-4zW .nibDialog_title__7uJMa{padding-top:30px}.nibDialog_wrap__RhSl5 .nibDialog_papper__R-4zW .nibDialog_title__7uJMa .nibDialog_header__ChxtP h3{color:#fff;font-weight:500;line-height:20px}.nibDialog_wrap__RhSl5 .nibDialog_papper__R-4zW .nibDialog_title__7uJMa .nibDialog_header__ChxtP p{color:#fff9;font-size:80%;font-weight:300;text-indent:5px}.nibInput_old-container__vRGWn{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibInput_old-container__vRGWn.nibInput_wrap__vZRSu{flex-wrap:wrap}.nibInput_old-container__vRGWn .nibInput_box__GiiIW.nibInput_col__eSto6{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibInput_old-container__vRGWn .nibInput_box__GiiIW.nibInput_col__eSto6>div{width:100%}.nibInput_old-container__vRGWn .nibInput_box__GiiIW.nibInput_row__eCpv8,.nibInput_old-container__vRGWn form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibInput_old-container__vRGWn form{flex-wrap:wrap;padding:20px;position:relative}.nibInput_old-container__vRGWn form>.nibInput_box__GiiIW.nibInput_col__eSto6{flex-basis:33.33%}@media screen and (min-width:2560px){.nibInput_old-container__vRGWn form>.nibInput_box__GiiIW.nibInput_col__eSto6{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibInput_col__eSto6,.nibInput_old-container__vRGWn,form{padding:5px}}@media screen and (max-width:450px){.nibInput_col__eSto6,.nibInput_old-container__vRGWn,form{padding:0}}.nibInput_text-overflow-hidden__KsZ8d{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibInput_icon__WoK1N{color:var(--accent-color)}.nibInput_richtext-output-wrap__bSSZT .nibInput_se-video-container__DyKJe figure{padding-bottom:0!important}.nibInput_wrap__vZRSu{position:relative}.nibInput_wrap__vZRSu fieldset,.nibInput_wrap__vZRSu fieldset:focus,.nibInput_wrap__vZRSu input,.nibInput_wrap__vZRSu input:focus{border-color:var(--accent-color)!important}.nibInput_wrap__vZRSu .nibInput_toggelPass__GKdlW{position:absolute;right:5px;top:50%;transform:translateY(-50%)}.nibInput_wrap__vZRSu.nibInput_pass__7gNJ9 input{padding-right:37px}.nibInput_container__QpGZC{padding:0;position:relative;width:100%}.nibInput_container__QpGZC .nibInput_overlay__VAnIi{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:80}.nibInput_container__QpGZC .nibInput_inner__sKUKi{height:100%;width:100%;z-index:10}.nibInput_container__QpGZC .nibInput_inner__sKUKi.nibInput_add__\+ZbnN input{padding-right:50px}.nibInput_paperLike__tR2Yg{background-color:#fff;border-radius:0}.nibInput_paperLike__tR2Yg>div{box-shadow:-5px 5px 10px 0 #00000059;padding:8px!important}.nibInput_paperLike__tR2Yg input,.nibInput_paperLike__tR2Yg textarea{color:#000}.nibInput_paperLike__tR2Yg input ::placeholder,.nibInput_paperLike__tR2Yg textarea ::placeholder{color:gray}.nibTable_old-container__RV\+6c{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibTable_old-container__RV\+6c.nibTable_wrap__Ie63P{flex-wrap:wrap}.nibTable_old-container__RV\+6c .nibTable_box__C9CFj.nibTable_col__kjBfg{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibTable_old-container__RV\+6c .nibTable_box__C9CFj.nibTable_col__kjBfg>div{width:100%}.nibTable_old-container__RV\+6c .nibTable_box__C9CFj.nibTable_row__YkmbY,.nibTable_old-container__RV\+6c form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibTable_old-container__RV\+6c form{flex-wrap:wrap;padding:20px;position:relative}.nibTable_old-container__RV\+6c form>.nibTable_box__C9CFj.nibTable_col__kjBfg{flex-basis:33.33%}@media screen and (min-width:2560px){.nibTable_old-container__RV\+6c form>.nibTable_box__C9CFj.nibTable_col__kjBfg{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibTable_col__kjBfg,.nibTable_old-container__RV\+6c,form{padding:5px}}@media screen and (max-width:450px){.nibTable_col__kjBfg,.nibTable_old-container__RV\+6c,form{padding:0}}.nibTable_text-overflow-hidden__jsD6Y{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibTable_icon__U4zja{color:var(--accent-color)}.nibTable_richtext-output-wrap__hlze6 .nibTable_se-video-container__3p-Tp figure{padding-bottom:0!important}.nibTable_wrap__Ie63P{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.nibTable_wrap__Ie63P .nibTable_toolbar__hMvPx{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.nibTable_wrap__Ie63P .nibTable_toolbar__hMvPx .nibTable_filtersWrapper__gVo3C{display:flex;flex-wrap:wrap}.nibTable_wrap__Ie63P .nibTable_toolbar__hMvPx .nibTable_filtersWrapper__gVo3C+*{margin-left:20px}.nibTable_wrap__Ie63P .nibTable_toolbar__hMvPx .nibTable_field__NrESo{margin-bottom:10px;margin-right:10px}.nibTable_wrap__Ie63P .nibTable_toolbar__hMvPx .nibTable_field__NrESo:last-child{margin-right:0}.nibTable_wrap__Ie63P>div{width:100%}.nibTable_wrap__Ie63P .nibTable_end__bTSEK{color:#cecece;font-size:120%;padding:10px 10px 20px;text-align:center;width:100%}.nibTable_wrap__Ie63P .nibTable_loader__gBstn{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:20px;width:100%}.nibTable_table__isvFK{background-color:#3d3d3d;border-collapse:collapse;border-radius:15px;border-width:0;overflow:hidden;width:100%}.nibTable_table__isvFK td{background-clip:padding-box;border:0 solid #0000}.nibTable_table__isvFK tr>td+td{border-left-width:2px}.nibTable_table__isvFK tr+tr>td{border-top-width:2px}.nibTable_table__isvFK thead th{background-color:#3d3d3d;color:#fff;height:55px;max-height:55px;min-height:55px;padding-right:20px;position:-webkit-sticky;position:sticky;text-align:right;top:0;white-space:nowrap;z-index:99}.nibTable_table__isvFK thead th span{align-items:center;display:flex;flex-direction:row;justify-content:center}.nibTable_table__isvFK thead th.nibTable_add__NtkP9{padding:10px}.nibTable_table__isvFK thead th.nibTable_add__NtkP9>div,.nibTable_table__isvFK thead th.nibTable_add__NtkP9>div button{width:100%}.nibTable_table__isvFK tbody{border-radius:15px}.nibTable_table__isvFK tbody tr{height:55px;max-height:55px;min-height:55px}.nibTable_table__isvFK tbody tr:nth-child(odd) td{background-color:#2a2a2a}.nibTable_table__isvFK tbody tr td{background-color:#2f2f2f;color:#fff;padding:0;text-align:right}.nibTable_table__isvFK tbody tr td>div,.nibTable_table__isvFK tbody tr td>p,.nibTable_table__isvFK tbody tr td>span{align-items:center;display:flex;flex-direction:row;height:55px;height:100%;justify-content:flex-end;max-height:55px;min-height:55px;padding:5px 20px 5px 5px;width:100%}.nibTable_table__isvFK tbody tr td>div>div,.nibTable_table__isvFK tbody tr td>p>div,.nibTable_table__isvFK tbody tr td>span>div{width:100%}.nibTable_table__isvFK tbody tr td>div,.nibTable_table__isvFK tbody tr td>p{transition:background-color .5s ease}.nibTable_table__isvFK tbody tr td>div.nibTable_error__2WTkJ,.nibTable_table__isvFK tbody tr td>p.nibTable_error__2WTkJ{background-color:#f44336}.nibTable_edit__c2n8X{padding:0;width:55px}.nibTable_edit__c2n8X>div{padding:0!important;width:100%}.nibTable_edit__c2n8X>div button{width:100%}.nibTable_customCell__h\+AXC,.nibTable_dateCell__V-zEZ,.nibTable_inputCell__-BQyu,.nibTable_selectCell__Lu-Gd{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:100%}.nibTable_inputCell__-BQyu,.nibTable_selectCell__Lu-Gd{margin-right:80px}.nibTable_link__in50l{text-decoration:underline}.nibTable_link__in50l .nibTable_linkIcon__UAJkd svg{color:var(--accent-color)!important;padding:0 2px;vertical-align:super}.nibTable_customCell__h\+AXC{padding:0}.nibTable_eyeCell__T-8aN svg{color:var(--accent-color)}.nibTable_eyeCell__T-8aN:disabled svg{color:unset}.nibTable_selectCell__Lu-Gd.nibTable_MuiInput-underline__7xoQ9:after{border-bottom-color:var(--accent-color)!important}.nibTable_selectCell__Lu-Gd svg{color:#fff}.nibTable_selectCell__Lu-Gd:before{border-bottom:2px solid var(--accent-color)}.nibTable_selectCell__Lu-Gd:hover:before{border-bottom-color:#fff!important}.nibTable_pagination__vi1P4{align-items:center;display:flex;flex-direction:row;height:40px;justify-content:center;margin-bottom:5px;margin-top:5px;max-height:40px;width:calc(100% - 4px)}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw{align-items:center;background-color:#2f2f2f;border:1px solid rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5);border-radius:20px;display:flex;flex-direction:row;justify-content:center;overflow:hidden}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw button{border-radius:0;border-right:1px solid rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5);height:40px;margin:0}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw button:last-of-type{border-right:none}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw button:disabled svg{color:#757575}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw>button:nth-of-type(2),.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw>button:nth-of-type(3){min-width:unset;width:45px}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw .nibTable_railWay__eFxci{align-items:center;display:flex;flex-direction:row;height:40px;justify-content:center;margin:0;padding:0}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw .nibTable_railWay__eFxci>div{align-items:center;border-right:1px solid rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5);display:flex;flex-direction:row;height:100%;justify-content:center;margin:0;padding-bottom:0;padding-top:0}.nibTable_pagination__vi1P4 .nibTable_railWayWrap__euYKw .nibTable_railWay__eFxci>div.nibTable_active__dSbSv{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5)}.nibTable_thumbnailCell__ofmab{cursor:pointer;justify-content:center!important;padding-right:5px!important}.nibTable_tableWrap__NUPqa{border-radius:14px}.filters_old-container__86itn{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.filters_old-container__86itn.filters_wrap__hRtNT{flex-wrap:wrap}.filters_old-container__86itn .filters_box__94nP9.filters_col__PROjd{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.filters_old-container__86itn .filters_box__94nP9.filters_col__PROjd>div{width:100%}.filters_old-container__86itn .filters_box__94nP9.filters_row__WeqdW,.filters_old-container__86itn form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.filters_old-container__86itn form{flex-wrap:wrap;padding:20px;position:relative}.filters_old-container__86itn form>.filters_box__94nP9.filters_col__PROjd{flex-basis:33.33%}@media screen and (min-width:2560px){.filters_old-container__86itn form>.filters_box__94nP9.filters_col__PROjd{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.filters_col__PROjd,.filters_old-container__86itn,form{padding:5px}}@media screen and (max-width:450px){.filters_col__PROjd,.filters_old-container__86itn,form{padding:0}}.filters_text-overflow-hidden__2Xu21{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filters_icon__IV2wh{color:var(--accent-color)}.filters_richtext-output-wrap__wxiiZ .filters_se-video-container__9WpzJ figure{padding-bottom:0!important}.filters_wrapper__c4mmK{width:100%}.filters_wrapper__c4mmK .filters_filterTitle__P598f{margin-bottom:15px}.filters_wrapper__c4mmK .filters_filterTitle__P598f p{font-size:14px!important;font-weight:400!important}.filters_active__BthXQ fieldset{border:none!important}.filters_filterInput__HxdCg{background:#232323;border-radius:10px;height:60px}.filters_nibSelectWithSearchInput__6Tuex{padding-top:2px}.filters_search__ZkTTj{max-width:100%;padding:15px;width:100%}.filters_search__ZkTTj input{font-size:14px;font-style:normal;font-weight:400;line-height:130%}@media screen and (max-width:740px){.filters_search__ZkTTj{min-width:auto}}.filters_companySelect__hbAqm{padding-right:3px}.filters_companySelect__hbAqm input{font-size:14px;font-style:normal;font-weight:400;line-height:130%}.filters_companySelect__hbAqm .filters_MuiInputBase-root__bxSeN.filters_MuiOutlinedInput-root__Xfigs.filters_MuiAutocomplete-inputRoot__acJVe{border:none!important}.filters_companySelect__hbAqm fieldset{border:0}.filters_date__M9w\+N{padding:15px;width:100%}.filters_date__M9w\+N input{font-size:14px;font-style:normal;font-weight:400;line-height:130%}.filters_dateRange__542OV>div,.filters_dateRange__542OV>div>div>div:first-of-type>div:nth-of-type(2)>div{background-color:#2f2f2f}.filters_dateRange__542OV>div>div>div:first-of-type>div:nth-of-type(2)>div:nth-of-type(2){background-color:#fff}.filters_dateRange__542OV>div>div>div:first-of-type>div:nth-of-type(2)>div button span p{color:#fff}.filters_dateRange__542OV>div>div>div:first-of-type>div:nth-of-type(2)>div button:disabled span p{color:#757575}.filters_dateRange__542OV>div>div>div:first-of-type>div:nth-of-type(2)>div button:hover{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.04)}.filters_dateRange__542OV h6,.filters_dateRange__542OV span,.filters_dateRange__542OV svg{color:#fff}.filters_dateRange__542OV div[role=button]:hover{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.04)}.filters_cursorPointer__u3qYY{cursor:pointer}.filters_withMaterialBorder__QEptV{border:none;border-radius:4px;padding:0 10px;position:relative}.filters_withMaterialBorder__QEptV:hover{border-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5)}.filters_withMaterialBorder__QEptV.filters_active__BthXQ{border-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),1)}.filters_filterSelect__gc09X .filters_MuiInputBase-root__bxSeN.filters_MuiInput-root__sZVzI{max-width:100%;width:100%}.nibText_old-container__Iw4up{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibText_old-container__Iw4up.nibText_wrap__AO6tP{flex-wrap:wrap}.nibText_old-container__Iw4up .nibText_box__Ng5LT.nibText_col__U7vbf{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibText_old-container__Iw4up .nibText_box__Ng5LT.nibText_col__U7vbf>div{width:100%}.nibText_old-container__Iw4up .nibText_box__Ng5LT.nibText_row__R6Kqs,.nibText_old-container__Iw4up form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibText_old-container__Iw4up form{flex-wrap:wrap;padding:20px;position:relative}.nibText_old-container__Iw4up form>.nibText_box__Ng5LT.nibText_col__U7vbf{flex-basis:33.33%}@media screen and (min-width:2560px){.nibText_old-container__Iw4up form>.nibText_box__Ng5LT.nibText_col__U7vbf{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibText_col__U7vbf,.nibText_old-container__Iw4up,form{padding:5px}}@media screen and (max-width:450px){.nibText_col__U7vbf,.nibText_old-container__Iw4up,form{padding:0}}.nibText_text-overflow-hidden__5Mxm1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibText_icon__wANf1{color:var(--accent-color)}.nibText_richtext-output-wrap__S96-K .nibText_se-video-container__vmM9T figure{padding-bottom:0!important}.nibText_text__udz9Q{font-weight:300;letter-spacing:.125rem;padding:0 20px}.nibText_text__udz9Q.nibText_secondary__tUnKT{color:#fff9}.nibText_text__udz9Q.nibText_accent__8qb2M{color:var(--accent-color)}.nibText_text__udz9Q.nibText_dark__qMHrr{color:#2f2f2f}.nibText_text__udz9Q.nibText_light__sw57C{color:#fff}.nibText_text__udz9Q.nibText_error__4GI6b{color:#f44336}.nibText_text__udz9Q.nibText_small__kYSma{font-size:80%}.nibText_text__udz9Q.nibText_smallMadium__6M11y{font-size:90%}.nibText_text__udz9Q.nibText_medium__H1998{font-size:100%}.nibText_text__udz9Q.nibText_mediumLarge__yQE7j{font-size:110%}.nibText_text__udz9Q.nibText_large__KjoN-{font-size:120%}.company_old-container__hTRMg{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.company_old-container__hTRMg.company_wrap__MD-LT{flex-wrap:wrap}.company_old-container__hTRMg .company_box__agiOj.company_col__LX4PI{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.company_old-container__hTRMg .company_box__agiOj.company_col__LX4PI>div{width:100%}.company_old-container__hTRMg .company_box__agiOj.company_row__n\+R5R,.company_old-container__hTRMg form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.company_old-container__hTRMg form{flex-wrap:wrap;padding:20px;position:relative}.company_old-container__hTRMg form>.company_box__agiOj.company_col__LX4PI{flex-basis:33.33%}@media screen and (min-width:2560px){.company_old-container__hTRMg form>.company_box__agiOj.company_col__LX4PI{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.company_col__LX4PI,.company_old-container__hTRMg,form{padding:5px}}@media screen and (max-width:450px){.company_col__LX4PI,.company_old-container__hTRMg,form{padding:0}}.company_text-overflow-hidden__hPbCj{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company_icon__ZKb\+p{color:var(--accent-color)}.company_richtext-output-wrap__4Eace .company_se-video-container__ECyv1 figure{padding-bottom:0!important}.company_wrap__MD-LT{width:100%}.company_wrap__MD-LT .company_group__CB31J{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.company_wrap__MD-LT .company_group__CB31J label{flex-basis:50%;margin:0}.company_list__Wk8Ni{background-color:#2f2f2f;box-shadow:-5px 5px 10px 0 #00000059}.company_labels__JPU23{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 15px}.company_labels__JPU23 p{color:#fff}.company_inner__wYdS3{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.company_inner__wYdS3 .company_label__seb1U{color:#fff;flex-basis:50%}.company_inner__wYdS3 .company_checkBox__FZPCl{flex-basis:25%}.company_info__cYedO,.company_inner__wYdS3 .company_checkBox__FZPCl{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.company_info__cYedO{margin-bottom:10px;width:100%}.company_info__cYedO>p{padding:0 5px}.company_search__9TWJp{position:absolute;right:20px;top:10px;width:236px}.filters_old-container__X2Oca{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.filters_old-container__X2Oca.filters_wrap__\+C9dk{flex-wrap:wrap}.filters_old-container__X2Oca .filters_box__C39KX.filters_col__DC0uB{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.filters_old-container__X2Oca .filters_box__C39KX.filters_col__DC0uB>div{width:100%}.filters_old-container__X2Oca .filters_box__C39KX.filters_row__vDNsk,.filters_old-container__X2Oca form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.filters_old-container__X2Oca form{flex-wrap:wrap;padding:20px;position:relative}.filters_old-container__X2Oca form>.filters_box__C39KX.filters_col__DC0uB{flex-basis:33.33%}@media screen and (min-width:2560px){.filters_old-container__X2Oca form>.filters_box__C39KX.filters_col__DC0uB{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.filters_col__DC0uB,.filters_old-container__X2Oca,form{padding:5px}}@media screen and (max-width:450px){.filters_col__DC0uB,.filters_old-container__X2Oca,form{padding:0}}.filters_text-overflow-hidden__kcbcN{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filters_icon__vwDDf{color:var(--accent-color)}.filters_richtext-output-wrap__DtpWZ .filters_se-video-container__IdCJx figure{padding-bottom:0!important}.filters_wrapper__3DtmE{min-width:150px!important}.filters_active__8Z1lI fieldset{border-color:var(--accent-color)!important}.filters_search__YrInY{display:block;max-width:180px;min-width:180px}.filters_dateRange__JZIza>div,.filters_dateRange__JZIza>div>div>div:first-of-type>div:nth-of-type(2)>div{background-color:#2f2f2f}.filters_dateRange__JZIza>div>div>div:first-of-type>div:nth-of-type(2)>div:nth-of-type(2){background-color:#fff}.filters_dateRange__JZIza>div>div>div:first-of-type>div:nth-of-type(2)>div button span p{color:#fff}.filters_dateRange__JZIza>div>div>div:first-of-type>div:nth-of-type(2)>div button:disabled span p{color:#757575}.filters_dateRange__JZIza>div>div>div:first-of-type>div:nth-of-type(2)>div button:hover{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.04)}.filters_dateRange__JZIza h6,.filters_dateRange__JZIza span,.filters_dateRange__JZIza svg{color:#fff}.filters_dateRange__JZIza div[role=button]:hover{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.04)}.filters_cursorPointer__sZXBa{cursor:pointer}.filters_withMaterialBorder__S2\+OE{border:1px solid rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.25);border-radius:4px;padding:0 10px;position:relative}.filters_withMaterialBorder__S2\+OE:hover{border-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5)}.filters_withMaterialBorder__S2\+OE.filters_active__8Z1lI{border-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),1)}.NibFileSelector_old-container__R-Io9{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.NibFileSelector_old-container__R-Io9.NibFileSelector_wrap__VE7sE{flex-wrap:wrap}.NibFileSelector_old-container__R-Io9 .NibFileSelector_box__ZI8FW.NibFileSelector_col__H\+Qoa{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.NibFileSelector_old-container__R-Io9 .NibFileSelector_box__ZI8FW.NibFileSelector_col__H\+Qoa>div{width:100%}.NibFileSelector_old-container__R-Io9 .NibFileSelector_box__ZI8FW.NibFileSelector_row__VHJ8L,.NibFileSelector_old-container__R-Io9 form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.NibFileSelector_old-container__R-Io9 form{flex-wrap:wrap;padding:20px;position:relative}.NibFileSelector_old-container__R-Io9 form>.NibFileSelector_box__ZI8FW.NibFileSelector_col__H\+Qoa{flex-basis:33.33%}@media screen and (min-width:2560px){.NibFileSelector_old-container__R-Io9 form>.NibFileSelector_box__ZI8FW.NibFileSelector_col__H\+Qoa{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.NibFileSelector_col__H\+Qoa,.NibFileSelector_old-container__R-Io9,form{padding:5px}}@media screen and (max-width:450px){.NibFileSelector_col__H\+Qoa,.NibFileSelector_old-container__R-Io9,form{padding:0}}.NibFileSelector_text-overflow-hidden__UnHfo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NibFileSelector_icon__fJmVD{color:var(--accent-color)}.NibFileSelector_richtext-output-wrap__i6S4M .NibFileSelector_se-video-container__y6PsC figure{padding-bottom:0!important}.NibFileSelector_uploadWrap__hq7s9{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.document_old-container__VupAE{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.document_old-container__VupAE.document_wrap__hAmCI{flex-wrap:wrap}.document_old-container__VupAE .document_box__amfQI.document_col__5BdGb{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.document_old-container__VupAE .document_box__amfQI.document_col__5BdGb>div{width:100%}.document_old-container__VupAE .document_box__amfQI.document_row__SjqhK,.document_old-container__VupAE form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.document_old-container__VupAE form{flex-wrap:wrap;padding:20px;position:relative}.document_old-container__VupAE form>.document_box__amfQI.document_col__5BdGb{flex-basis:33.33%}@media screen and (min-width:2560px){.document_old-container__VupAE form>.document_box__amfQI.document_col__5BdGb{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.document_col__5BdGb,.document_old-container__VupAE,form{padding:5px}}@media screen and (max-width:450px){.document_col__5BdGb,.document_old-container__VupAE,form{padding:0}}.document_text-overflow-hidden__8oWh4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document_icon__G1igA{color:var(--accent-color)}.document_richtext-output-wrap__-yraZ .document_se-video-container__HHFKY figure{padding-bottom:0!important}.document_fileLink__Fd1m3{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:55px;justify-content:center;width:100%}.document_wrap__hAmCI{max-width:940px!important;min-height:500px;overflow:hidden;width:100%!important}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7{display:none;height:100%;position:absolute;right:0;top:0;width:100%;z-index:100}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:5px 5px 120px 0 #00000080;height:100%;position:absolute;right:0;top:0;transition:transform .5s ease;width:100%;z-index:10}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_form__wU1tl{height:100%}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_fileSelector__J\+v9E p{color:#757575;flex-basis:100%;margin:0 5px 10px 0}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_fileSelector__J\+v9E button{margin:0 5px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_fileSelector__J\+v9E .document_error__iIW\+c{color:#f44336}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:100%;justify-content:center;padding:20px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_card__m1nTY{border-radius:12px;box-shadow:-5px 5px 10px 0 #00000059;margin:0 10px;min-width:370px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_documentNameCard__m3r2c{border-radius:12px;padding:5px 15px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_settingsCardBody__MFnc6{padding:5px 15px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_saveBtn__Wo2UW{align-items:center;display:flex;flex-basis:100%;flex-direction:row;justify-content:flex-end;margin-top:-10px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_closeBtn__he34p{background-color:var(--accent-color);padding:10px;position:fixed;right:0;top:-20px;z-index:10}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A>div{margin:20px 0}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_formControl__vfRGT{width:100%}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_formControl__vfRGT .document_inner__tJCxY{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_list__uKCSU{background-color:#2f2f2f;border-radius:12px;margin-bottom:15px;padding:0}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_labels__YIGQB{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:5px 15px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_labels__YIGQB p{color:#fff}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_itemsList__ta7O6{padding:0}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_inner__tJCxY{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_inner__tJCxY .document_label__\+u5sP{color:#fff;flex-basis:50%}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_inner__tJCxY .document_checkBox__lM1yt{align-items:center;display:flex;flex-basis:25%;flex-direction:row;justify-content:flex-end}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_info__fW1u3{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:10px;width:100%}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7 .document_documentForm__\+zlSV .document_formInner__wJw8A .document_info__fW1u3>p{padding:0 5px}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7.document_active__NvkQU{display:flex}.document_wrap__hAmCI .document_documentFormWrap__-Cfg7.document_active__NvkQU .document_documentForm__\+zlSV{transform:translateX(0)}.document_imageDialogTitle__UV-3F{font-weight:600!important;margin-bottom:15px;padding-top:20px;text-align:center;text-transform:uppercase}.document_imageDialogSubtitle__\+AUtS{color:#ffffff4d;font-weight:400;margin-inline:auto;max-width:310px;text-align:center}.document_newSaveBtn__\+m6zw{box-shadow:none;display:block;margin-inline:auto;margin-bottom:10px;width:180px}.document_cancelBtn__6M80u{left:50%;margin-bottom:30px;margin-left:0!important;position:relative;transform:translateX(-50%)}.documents_old-container__KgiYe{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.documents_old-container__KgiYe.documents_wrap__rHSge{flex-wrap:wrap}.documents_old-container__KgiYe .documents_box__4hc0b.documents_col__zCLZq{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.documents_old-container__KgiYe .documents_box__4hc0b.documents_col__zCLZq>div{width:100%}.documents_old-container__KgiYe .documents_box__4hc0b.documents_row__UxN\+T,.documents_old-container__KgiYe form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.documents_old-container__KgiYe form{flex-wrap:wrap;padding:20px;position:relative}.documents_old-container__KgiYe form>.documents_box__4hc0b.documents_col__zCLZq{flex-basis:33.33%}@media screen and (min-width:2560px){.documents_old-container__KgiYe form>.documents_box__4hc0b.documents_col__zCLZq{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.documents_col__zCLZq,.documents_old-container__KgiYe,form{padding:5px}}@media screen and (max-width:450px){.documents_col__zCLZq,.documents_old-container__KgiYe,form{padding:0}}.documents_text-overflow-hidden__KPKWR{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents_icon__8kerS{color:var(--accent-color)}.documents_richtext-output-wrap__DKvs9 .documents_se-video-container__pFMh9 figure{padding-bottom:0!important}.documents_cardInput__62-SN{margin-top:20px;width:100%}.documents_cardInput__62-SN:first-of-type{margin-top:0}.documents_input__Ma\+Tn{margin:5px 0}.documents_plates__1L5qL{justify-content:center!important;margin-bottom:20px;width:100%}.documents_plates__1L5qL>div{box-shadow:-5px 5px 10px 0 #00000059;margin:0 10px;padding:20px}.documents_btns__3eASb{margin-left:auto;margin-top:auto;padding-top:100px}.documents_btns__3eASb>button{margin-left:10px;margin-top:10px}.documents_dialogBtns__El4lV{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.documents_dialogBtns__El4lV button{color:#fff}.documents_dialogBtns__El4lV button svg{height:50px;width:50px}.documents_table__tmPei{width:100%}.documents_inner__sj6WJ{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.documents_inner__sj6WJ>button{margin:10px 0;min-width:50%}.documents_listItem__1tBf4{color:#fff}.documents_fileLink__SC-ts{cursor:pointer;width:100%}.documents_fileNameCol__QJzZU{margin-right:50px}.documents_pageTitle__O7xSp{font-size:20px;font-weight:600;line-height:130%;margin-bottom:35px}.documents_documentTopBlock__vHE-K{background:linear-gradient(180deg,#1d1d1d,#171717);border-radius:12px;box-shadow:0 8px 8px #00000026;margin-bottom:15px;padding:30px;width:100%}.documents_documentTopBlock__vHE-K *{line-height:130%}.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv{align-items:center;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:space-between;margin-bottom:50px;margin-top:35px}.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv>div+div{margin-left:30px}@media screen and (max-width:740px){.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv{flex-direction:column;margin-bottom:20px}.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv>div+div{margin-left:0}}.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv .documents_item__T1TkG{align-items:center;border-radius:10px;box-shadow:0 4px 4px #0003;display:flex;flex-direction:column;height:132px;justify-content:space-evenly;position:relative;width:383px;z-index:3}@media screen and (max-width:740px){.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv .documents_item__T1TkG{margin-bottom:20px}}.documents_documentTopBlock__vHE-K .documents_navigation__dx6cv .documents_item__T1TkG .documents_arrow__Iovhl{bottom:100px;position:absolute;right:20px}@media screen and (max-width:860px){.documents_documentTopBlock__vHE-K{width:100%}}.documents_topImage1__yLa30{position:absolute;right:25%;top:70px;z-index:2}@media screen and (max-width:740px){.documents_topImage1__yLa30{display:none}}.documents_topImage2__zI3UZ{position:absolute;right:10%;top:-20px;z-index:2}@media screen and (max-width:740px){.documents_topImage2__zI3UZ{display:none}}.style_old-container__M\+iZH{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.style_old-container__M\+iZH.style_wrap__wixaG{flex-wrap:wrap}.style_old-container__M\+iZH .style_box__aVB5I.style_col__OVRJo{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.style_old-container__M\+iZH .style_box__aVB5I.style_col__OVRJo>div{width:100%}.style_old-container__M\+iZH .style_box__aVB5I.style_row__Vmgk9,.style_old-container__M\+iZH form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.style_old-container__M\+iZH form{flex-wrap:wrap;padding:20px;position:relative}.style_old-container__M\+iZH form>.style_box__aVB5I.style_col__OVRJo{flex-basis:33.33%}@media screen and (min-width:2560px){.style_old-container__M\+iZH form>.style_box__aVB5I.style_col__OVRJo{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.style_col__OVRJo,.style_old-container__M\+iZH,form{padding:5px}}@media screen and (max-width:450px){.style_col__OVRJo,.style_old-container__M\+iZH,form{padding:0}}.style_text-overflow-hidden__J5Mjx{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_icon__2pdEl{color:var(--accent-color)}.style_richtext-output-wrap__vfHEV .style_se-video-container__fm\+Jj figure{padding-bottom:0!important}.style_wrapper__\+0PaT{--background-color:#2f2f2f;align-items:center;background-color:#2f2f2f;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100vw}.style_wrapper__\+0PaT .style_imgWrapper__-rzgC{height:100%;padding-bottom:50px}.style_wrapper__\+0PaT .style_fixedBottom__82n1J{bottom:0;position:absolute;width:100%}.style_wrapper__\+0PaT .style_fixedBottom__82n1J .style_buttonsWrapper__W5XEY{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:center;margin:auto;max-width:640px;position:relative;width:100%}.style_wrapper__\+0PaT .style_fixedBottom__82n1J .style_buttonsWrapper__W5XEY .style_backButton__vJlS4{left:0;position:absolute}.style_wrapper__\+0PaT.style_error__JpWkw{color:#f44336}.style_wrapper__\+0PaT:not(.style_error__JpWkw){color:var(--accent-color)}.style_wrapper__\+0PaT button,.style_wrapper__\+0PaT svg{color:currentColor}.advanced-cropper-line-wrapper--north,.advanced-cropper-line-wrapper--south{height:12px;width:100%}.advanced-cropper-line-wrapper--north{cursor:n-resize}.advanced-cropper-line-wrapper--south{cursor:s-resize}.advanced-cropper-line-wrapper--east,.advanced-cropper-line-wrapper--west{height:100%;width:12px}.advanced-cropper-line-wrapper--east{cursor:e-resize}.advanced-cropper-line-wrapper--west{cursor:w-resize}.advanced-cropper-line-wrapper--disabled{cursor:auto}.advanced-cropper-line-wrapper__content{position:absolute}.advanced-cropper-line-wrapper__content--east,.advanced-cropper-line-wrapper__content--west{height:100%}.advanced-cropper-line-wrapper__content--north,.advanced-cropper-line-wrapper__content--south{width:100%}.advanced-cropper-line-wrapper__content--east{left:50%;transform:translateX(-100%)}.advanced-cropper-line-wrapper__content--west{right:50%;transform:translateX(100%)}.advanced-cropper-line-wrapper__content--north{top:50%}.advanced-cropper-line-wrapper__content--south{bottom:50%}.advanced-cropper-handler-wrapper{height:30px;position:absolute;transform:translate(-50%,-50%);width:30px}.advanced-cropper-handler-wrapper__draggable{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.advanced-cropper-handler-wrapper--west-north{cursor:nw-resize}.advanced-cropper-handler-wrapper--north{cursor:n-resize}.advanced-cropper-handler-wrapper--east-north{cursor:ne-resize}.advanced-cropper-handler-wrapper--east{cursor:e-resize}.advanced-cropper-handler-wrapper--east-south{cursor:se-resize}.advanced-cropper-handler-wrapper--south{cursor:s-resize}.advanced-cropper-handler-wrapper--west-south{cursor:sw-resize}.advanced-cropper-handler-wrapper--west{cursor:w-resize}.advanced-cropper-handler-wrapper--disabled{cursor:auto}.advanced-cropper-bounding-box{height:100%;position:relative;width:100%}.advanced-cropper-bounding-box__handler-wrapper{position:absolute}.advanced-cropper-bounding-box__handler-wrapper--east,.advanced-cropper-bounding-box__handler-wrapper--west{height:100%;top:50%;transform:translateY(-50%)}.advanced-cropper-bounding-box__handler-wrapper--north,.advanced-cropper-bounding-box__handler-wrapper--south{left:50%;transform:translateX(-50%);width:100%}.advanced-cropper-bounding-box__handler-wrapper--west,.advanced-cropper-bounding-box__handler-wrapper--west-north,.advanced-cropper-bounding-box__handler-wrapper--west-south{left:0}.advanced-cropper-bounding-box__handler-wrapper--east,.advanced-cropper-bounding-box__handler-wrapper--east-north,.advanced-cropper-bounding-box__handler-wrapper--east-south{left:100%}.advanced-cropper-bounding-box__handler-wrapper--east-north,.advanced-cropper-bounding-box__handler-wrapper--north,.advanced-cropper-bounding-box__handler-wrapper--west-north{top:0}.advanced-cropper-bounding-box__handler-wrapper--east-south,.advanced-cropper-bounding-box__handler-wrapper--south,.advanced-cropper-bounding-box__handler-wrapper--west-south{top:100%}.advanced-cropper-bounding-box__handler{position:absolute}.advanced-cropper-bounding-box__handler--west-north{left:0;top:0}.advanced-cropper-bounding-box__handler--north{left:50%;top:0}.advanced-cropper-bounding-box__handler--east-north{left:100%;top:0}.advanced-cropper-bounding-box__handler--east{left:100%;top:50%}.advanced-cropper-bounding-box__handler--east-south{left:100%;top:100%}.advanced-cropper-bounding-box__handler--south{left:50%;top:100%}.advanced-cropper-bounding-box__handler--west-south{left:0;top:100%}.advanced-cropper-bounding-box__handler--west{left:0;top:50%}.advanced-cropper-bounding-box__line{position:absolute}.advanced-cropper-bounding-box__line--north,.advanced-cropper-bounding-box__line--south{left:0;transform:translateY(-50%)}.advanced-cropper-bounding-box__line--north{top:0}.advanced-cropper-bounding-box__line--south{top:100%}.advanced-cropper-bounding-box__line--east,.advanced-cropper-bounding-box__line--west{top:0;transform:translateX(-50%)}.advanced-cropper-bounding-box__line--west{left:0}.advanced-cropper-bounding-box__line--east{left:100%}.advanced-cropper-artificial-transition{will-change:transform}.advanced-cropper-background-image{max-width:none!important;pointer-events:none;position:absolute;transform-origin:center;-webkit-user-select:none;user-select:none}.advanced-cropper-canvas{display:none}.advanced-cropper-source{height:1px;opacity:0;position:absolute;visibility:hidden;width:1px}.advanced-cropper-fade{display:flex;flex-direction:column;opacity:0;transition:.5s;visibility:hidden}.advanced-cropper-fade--visible{opacity:1;visibility:visible}.advanced-cropper-wrapper__fade{flex-grow:1;min-height:0}.advanced-cropper-stencil-grid{border-collapse:collapse;display:table;opacity:0;table-layout:fixed;transition:opacity .3s}.advanced-cropper-stencil-grid--visible{opacity:1}.advanced-cropper-stencil-grid__row{display:table-row}.advanced-cropper-stencil-grid__cell{border:1px solid;display:table-cell;height:1%;width:1%}.advanced-cropper-stencil-grid__cell--top{border-top-color:#0000}.advanced-cropper-stencil-grid__cell--left{border-left-color:#0000}.advanced-cropper-stencil-grid__cell--right{border-right-color:#0000}.advanced-cropper-stencil-grid__cell--bottom{border-bottom-color:#0000}.advanced-cropper-stencil-overlay{-webkit-backface-visibility:hidden;box-shadow:0 0 0 1000px currentColor;box-sizing:initial;height:100%;pointer-events:none;position:absolute;width:100%}.advanced-cropper-stencil-wrapper{will-change:transform}.advanced-cropper-boundary{direction:ltr;position:relative;-webkit-user-select:none;user-select:none}.advanced-cropper-boundary__content{height:100%;left:0;position:absolute;top:0;width:100%}.advanced-cropper-boundary__stretcher{max-height:100%;max-width:100%;pointer-events:none;position:relative}.advanced-cropper-circle-stencil{-webkit-backface-visibility:hidden;box-sizing:initial;height:100%;position:absolute;-webkit-transform-style:preserve-3d;width:100%}.advanced-cropper-circle-stencil__overlay{border-radius:50%;overflow:hidden}.advanced-cropper-circle-stencil__preview{border-radius:50%}.advanced-cropper-circle-stencil__draggable-area,.advanced-cropper-circle-stencil__grid,.advanced-cropper-circle-stencil__overlay,.advanced-cropper-circle-stencil__preview{height:100%;position:absolute;width:100%}.advanced-cropper-circle-stencil--movable{cursor:move}.advanced-cropper-rectangle-stencil{-webkit-backface-visibility:hidden;box-sizing:border-box;-webkit-transform-style:preserve-3d}.advanced-cropper-rectangle-stencil,.advanced-cropper-rectangle-stencil__draggable-area,.advanced-cropper-rectangle-stencil__grid,.advanced-cropper-rectangle-stencil__overlay,.advanced-cropper-rectangle-stencil__preview{height:100%;position:absolute;width:100%}.advanced-cropper-rectangle-stencil--movable{cursor:move}.advanced-cropper-simple-line{background:none;border-width:0}.advanced-cropper-simple-line--north,.advanced-cropper-simple-line--south{height:0;width:100%}.advanced-cropper-simple-line--east,.advanced-cropper-simple-line--west{height:100%;width:0}.advanced-cropper-simple-line--east{border-right-width:1px}.advanced-cropper-simple-line--west{border-left-width:1px}.advanced-cropper-simple-line--south{border-bottom-width:1px}.advanced-cropper-simple-line--north{border-top-width:1px}.advanced-cropper-simple-handler{display:block}.advanced-cropper-preview{box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;position:relative}.advanced-cropper-preview__content{left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%)}.advanced-cropper-preview__image{display:none;max-width:none!important;pointer-events:none;position:absolute;transform-origin:center;-webkit-user-select:none;user-select:none}.advanced-cropper-preview__image--visible{display:block}.advanced-cropper-preview__boundary{flex-grow:1;min-height:0;min-width:0}.cropper-preview-wrapper__fade{flex-grow:1;min-height:0;width:100%}.advanced-cropper{background:#000;color:#fff;display:flex;flex-direction:column;max-height:100%;overflow:hidden;position:relative}.advanced-cropper__boundary{flex-grow:1;min-height:0;min-width:0}.advanced-cropper__background-wrapper,.advanced-cropper__wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.advanced-cropper__stencil-wrapper{position:absolute}.advanced-cropper *{box-sizing:border-box}.advanced-cropper-simple-handler{background:currentColor;height:10px;width:10px}.advanced-cropper-simple-line{border-color:#ffffff4d;border-style:solid;transition:border .5s}.advanced-cropper-simple-line--hover{border-color:#fff}.advanced-cropper-circle-stencil__preview{border:2px solid #fff3}.advanced-cropper-stencil-overlay{color:#00000080}.advanced-cropper-stencil-grid{color:#fff6}.cropper_old-container__XRtvU{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.cropper_old-container__XRtvU.cropper_wrap__g4wSt{flex-wrap:wrap}.cropper_old-container__XRtvU .cropper_box__c1hOE.cropper_col__vUu4S{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.cropper_old-container__XRtvU .cropper_box__c1hOE.cropper_col__vUu4S>div{width:100%}.cropper_old-container__XRtvU .cropper_box__c1hOE.cropper_row__Beby\+,.cropper_old-container__XRtvU form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.cropper_old-container__XRtvU form{flex-wrap:wrap;padding:20px;position:relative}.cropper_old-container__XRtvU form>.cropper_box__c1hOE.cropper_col__vUu4S{flex-basis:33.33%}@media screen and (min-width:2560px){.cropper_old-container__XRtvU form>.cropper_box__c1hOE.cropper_col__vUu4S{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.cropper_col__vUu4S,.cropper_old-container__XRtvU,form{padding:5px}}@media screen and (max-width:450px){.cropper_col__vUu4S,.cropper_old-container__XRtvU,form{padding:0}}.cropper_text-overflow-hidden__mnUmh{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cropper_icon__tkMoa{color:var(--accent-color)}.cropper_richtext-output-wrap__X5Jn3 .cropper_se-video-container__pkXxR figure{padding-bottom:0!important}.cropper_dialogFooter__ZE2\+h{display:flex;justify-content:center;margin-top:15px;width:100%}.rug{color:#3d4852;font-family:Helvetica;font-size:16px}.rug img{pointer-events:none;-webkit-user-select:none;user-select:none}.rug .rug-file-input{display:none!important}.rug .rug-item{cursor:grab;justify-content:center;-webkit-user-select:none;user-select:none}.rug .rug-items.__card{grid-gap:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0 -10px;min-height:220px}@media(max-width:450px){.rug .rug-items.__card{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.rug .rug-items.__card .rug-item{align-items:center;display:flex;justify-content:center}.rug .rug-items.__list{min-height:220px;padding-top:30px}.rug .rug-handle{align-items:center;display:flex;flex-direction:column;height:290px;justify-content:center;overflow:hidden;position:relative;width:100%}.rug .rug-handle:before{border:4px solid #3d4852;border-radius:4px;content:"";height:calc(100% - 8px);left:0;position:absolute;top:0;width:calc(100% - 8px)}.rug .rug-handle svg.rug-handle-icon{width:70px}.rug .rug-handle svg.rug-handle-icon line,.rug .rug-handle svg.rug-handle-icon polyline{fill:none;stroke:#3d4852;stroke-linejoin:round;stroke-width:2px;stroke-linecap:round}.rug .rug-handle.__dragging:before{background-color:#007aff26;border:4px dashed #007aff}.rug .rug-handle.__dragging svg line,.rug .rug-handle.__dragging svg polyline{stroke:#007aff}.rug .rug-handle.__dragging .__arrow{animation:up-arrow 1s infinite forwards}.rug .rug-handle .rug-handle-info{position:relative}.rug .rug-handle .rug-handle-info .rug-handle-drop-text{font-size:22px}.rug .rug-handle .rug-handle-info .rug-handle-button{background-color:#007aff;border-radius:3px;color:#f5f5f5;cursor:pointer;display:block;font-size:16px;margin:0 auto;max-width:250px;padding:7px 12px;text-align:center}.rug .rug-handle .rug-handle-info .rug-handle-button:hover{background-color:#007affcc}.rug .rug-handle .rug-handle-info span{display:block;font-size:17px;padding:10px 0;text-align:center}@keyframes up-arrow{0%,50%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@media(max-width:960px){.rug .rug-handle{height:170px}.rug .rug-handle svg{width:50px}.rug .rug-handle .rug-handle-drop-text,.rug .rug-handle span{display:none!important}}.rug-card{background-color:#3d4852;border-radius:5px;cursor:pointer;font-family:Helvetica;height:200px;margin:10px;overflow:hidden;position:relative;width:200px}@media(max-width:450px){.rug-card{height:160px;width:160px}}.rug-card.__error{border:3px solid #ff2d55}.rug-card .rug-card-image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.rug-card .rug-card-name{background:linear-gradient(180deg,#000c,#000000b3 29%,#0000);background-blend-mode:multiply;color:#f5f5f5;font-size:12px;font-weight:700;height:100px;position:absolute;white-space:nowrap;width:100%;z-index:15}.rug-card .rug-card-name>div{margin:10px;overflow:hidden;text-overflow:ellipsis}.rug-card .rug-card-size{color:#c3c3c3;font-size:11px}.rug-card .rug-card-progress{display:block;height:50px;left:calc(50% - 25px);position:absolute;top:calc(50% - 25px);width:50px}.rug-card .rug-card-progress .__progress-cricle{stroke:#007aff;fill:none;stroke-width:5;stroke-linecap:round;transition:stroke-dasharray .2s ease}.rug-card .rug-card-progress-count{color:#fff;font-weight:700;line-height:50px;text-align:center}.rug-card .rug-card-progress-count,.rug-card .rug-card-refresh{height:50px;left:calc(50% - 25px);position:absolute;top:calc(50% - 25px);width:50px}.rug-card .rug-card-refresh{background-color:#ffffffb3;border:2px solid #0000;border-radius:50%;z-index:20}.rug-card .rug-card-refresh:hover{background-color:#ffffffe6;border:2px solid #3d4852}.rug-card .rug-card-refresh .__refresh-icon g{fill:#3d4852}.rug-card .rug-card-refresh.__spin{animation:__spin 1s linear infinite;border:2px solid #007aff!important}.rug-card .rug-card-refresh.__spin .__refresh-icon g{fill:#007aff}.rug-card .rug-card-upload-button{background-color:#ffffffb3;border:2px solid #0000;border-radius:50%;height:50px;left:calc(50% - 25px);position:absolute;text-align:center;top:calc(50% - 25px);width:50px;z-index:20}.rug-card .rug-card-upload-button svg{margin-top:6px;width:25px}.rug-card .rug-card-upload-button svg line,.rug-card .rug-card-upload-button svg polyline{fill:none;stroke:#3d4852;stroke-linejoin:round;stroke-width:3px;stroke-linecap:round}.rug-card .rug-card-upload-button:hover{background-color:#ffffffe6;border:2px solid #007aff}.rug-card .rug-card-upload-button:hover svg line,.rug-card .rug-card-upload-button:hover svg polyline{stroke:#007aff}.rug-card .rug-card-upload-button:hover svg .__arrow{animation:up-arrow 1s infinite forwards}.rug-card .rug-card-remove{align-items:center;background-color:#3d4852;border:1.5px solid #0000;border-radius:9999px;bottom:0;color:#fff;cursor:pointer;display:flex;height:22px;justify-content:center;margin:4px;opacity:.75;padding:4px;position:absolute;right:0;transition:border .2s ease;width:22px}.rug-card .rug-card-remove:hover{border:1.5px solid #fff}.rug-card .rug-card-remove svg{stroke:currentColor;height:18px;width:18px}.rug-list{background-color:#3d4852;border-radius:3px;display:flex;flex-direction:row;font-family:Helvetica;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.rug-list.__error{border:3px solid #ff2d55}.rug-list .rug-list-progress{background:#007aff;border:3px;height:5px;left:0;opacity:0;position:absolute;top:0;transition:all .2s ease;width:0}.rug-list .rug-list-progress.__active{opacity:1}.rug-list .rug-list-progress-count{bottom:5px;color:#f5f5f5;font-size:13px;opacity:0;position:absolute;right:5px;transition:all .2s ease}.rug-list .rug-list-progress-count.__active{opacity:1}.rug-list .rug-list-refresh{background-color:#ffffffb3;border:2px solid #0000;border-radius:50%;bottom:5px;cursor:pointer;height:25px;position:absolute;right:5px;width:25px;z-index:20}.rug-list .rug-list-refresh:hover{background-color:#ffffffe6}.rug-list .rug-list-refresh .__refresh-icon g{fill:#3d4852}.rug-list .rug-list-refresh.__spin{animation:__spin 1s linear infinite}.rug-list .rug-list-refresh.__spin .__refresh-icon g{fill:#007aff}.rug-list .rug-list-upload-button{background-color:#ffffffb3;border:2px solid #0000;border-radius:50%;bottom:5px;cursor:pointer;height:25px;position:absolute;right:5px;text-align:center;width:25px;z-index:20}.rug-list .rug-list-upload-button svg{margin-top:2px;width:15px}.rug-list .rug-list-upload-button svg line,.rug-list .rug-list-upload-button svg polyline{fill:none;stroke:#3d4852;stroke-linejoin:round;stroke-width:3px;stroke-linecap:round}.rug-list .rug-list-upload-button:hover{background-color:#ffffffe6}.rug-list .rug-list-upload-button:hover svg line,.rug-list .rug-list-upload-button:hover svg polyline{stroke:#007aff}.rug-list .rug-list-upload-button:hover svg .__arrow{animation:up-arrow 1s infinite forwards}.rug-list .rug-list-image{height:70px;padding:5px;width:100px}.rug-list .rug-list-image img{height:100%;width:100%}.rug-list .rug-list-content{padding:5px;width:calc(100% - 120px)}.rug-list .rug-list-content .rug-list-name{color:#f5f5f5;font-size:14px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 40px)}.rug-list .rug-list-content .rug-list-size{color:#ddd;font-size:12px;margin-top:3px}.rug-list .rug-list-remove{align-items:center;border-radius:9999px;color:#ccc;display:flex;justify-content:center;opacity:.75;padding:5px;position:absolute;right:0;top:0;z-index:40}.rug-list .rug-list-remove svg{stroke:currentColor;height:22px;width:22px}.rug-list .rug-list-remove:hover{color:#fff}@keyframes __spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.__sorting .rug-card,.__sorting .rug-list{cursor:grab}.rug-dragging-item{cursor:grabbing}.rug-dragging-item>div:not(.rug-list){transform:scale(1.1)}.niblink_old-container__AajDP{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.niblink_old-container__AajDP.niblink_wrap__7j8sn{flex-wrap:wrap}.niblink_old-container__AajDP .niblink_box__rxSZg.niblink_col__qjt0t{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.niblink_old-container__AajDP .niblink_box__rxSZg.niblink_col__qjt0t>div{width:100%}.niblink_old-container__AajDP .niblink_box__rxSZg.niblink_row__gmW6B,.niblink_old-container__AajDP form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.niblink_old-container__AajDP form{flex-wrap:wrap;padding:20px;position:relative}.niblink_old-container__AajDP form>.niblink_box__rxSZg.niblink_col__qjt0t{flex-basis:33.33%}@media screen and (min-width:2560px){.niblink_old-container__AajDP form>.niblink_box__rxSZg.niblink_col__qjt0t{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.niblink_col__qjt0t,.niblink_old-container__AajDP,form{padding:5px}}@media screen and (max-width:450px){.niblink_col__qjt0t,.niblink_old-container__AajDP,form{padding:0}}.niblink_text-overflow-hidden__DszBu{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.niblink_icon__Nhtkm{color:var(--accent-color)}.niblink_richtext-output-wrap__fjQh5 .niblink_se-video-container__mibaV figure{padding-bottom:0!important}.niblink_link__FVqoV{color:var(--accent-color)!important;text-decoration:underline}.loginPage_old-container__OA0aU{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.loginPage_old-container__OA0aU.loginPage_wrap__\+lXGx{flex-wrap:wrap}.loginPage_old-container__OA0aU .loginPage_box__WB5YK.loginPage_col__DWz\+8{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.loginPage_old-container__OA0aU .loginPage_box__WB5YK.loginPage_col__DWz\+8>div{width:100%}.loginPage_old-container__OA0aU .loginPage_box__WB5YK.loginPage_row__l8c8C,.loginPage_old-container__OA0aU form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.loginPage_old-container__OA0aU form{flex-wrap:wrap;padding:20px;position:relative}.loginPage_old-container__OA0aU form>.loginPage_box__WB5YK.loginPage_col__DWz\+8{flex-basis:33.33%}@media screen and (min-width:2560px){.loginPage_old-container__OA0aU form>.loginPage_box__WB5YK.loginPage_col__DWz\+8{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.loginPage_col__DWz\+8,.loginPage_old-container__OA0aU,form{padding:5px}}@media screen and (max-width:450px){.loginPage_col__DWz\+8,.loginPage_old-container__OA0aU,form{padding:0}}.loginPage_text-overflow-hidden__dcRk8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loginPage_icon__Et9Ho{color:var(--accent-color)}.loginPage_richtext-output-wrap__DSprN .loginPage_se-video-container__ikEht figure{padding-bottom:0!important}.loginPage_content__tgzEY{margin-top:150px}.loginPage_content__tgzEY,.loginPage_content__tgzEY .loginPage_main__oyMYX{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.loginPage_content__tgzEY .loginPage_main__oyMYX{height:100%}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX{align-items:center;background:linear-gradient(180deg,#252525,#1f1f1f);border-radius:12px;box-shadow:0 20px 14px #00000026;display:flex;flex-direction:column;height:850px;justify-content:flex-start;margin-bottom:120px;width:430px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_logo__vwHAU{background:url(/static/media/login-logo.75f1f2668891e82484db.png) no-repeat;filter:drop-shadow(0 30px 10px rgba(0,0,0,.15));height:160px;margin-right:20px;margin-top:-110px;width:160px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF{align-items:center;display:flex;flex-direction:column;justify-content:center}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_signIn__70Dad{font-size:22px;font-weight:600;line-height:185%;margin:20px 0}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_logIn__QWdgi{font-size:18px;font-weight:500;line-height:170%;margin-bottom:10px;margin-top:15px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_info__NH3Jx{align-items:center;background:#1f1f1f;border-radius:10px;display:flex;flex-direction:column;height:290px;justify-content:flex-start;padding:25px;width:340px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_info__NH3Jx .loginPage_infoWallet__maT7m{color:#ffffff4d;font-size:16px;line-height:130%;margin-top:10px;text-align:center}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_info__NH3Jx img{margin-top:25px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_loginForm__Io1CO{align-items:normal;display:flex;flex-direction:column;height:280px;justify-content:space-evenly}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_loginForm__Io1CO fieldset{border-color:#ffffff4d;border-radius:12px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_loginForm__Io1CO .loginPage_loginBtn__7iTFO{background:var(--accent-color);border-radius:10px;box-shadow:0 6px 6px #0003;height:60px;width:340px}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_loginForm__Io1CO .loginPage_loginBtn__7iTFO span{color:var(--accent-text-color);font-size:18px;font-weight:700;line-height:130%;text-align:center;text-transform:uppercase}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_links__vdGmz{align-items:normal;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;width:100%}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_links__vdGmz p{color:#ffffff4d;margin:5px 0}.loginPage_content__tgzEY .loginPage_main__oyMYX .loginPage_block__aIEfX .loginPage_loginInfo__BfvUF .loginPage_links__vdGmz a{color:#fff!important}.loginPage_otpBlock__fqM9N{height:360px!important}.loginPage_otpInfo__s7N89{padding:0 30px;text-align:center}.otp_old-container__CdQJp{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.otp_old-container__CdQJp.otp_wrap__I8XL2{flex-wrap:wrap}.otp_old-container__CdQJp .otp_box__S3oXe.otp_col__GuDAD{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.otp_old-container__CdQJp .otp_box__S3oXe.otp_col__GuDAD>div{width:100%}.otp_old-container__CdQJp .otp_box__S3oXe.otp_row__cUV7c,.otp_old-container__CdQJp form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.otp_old-container__CdQJp form{flex-wrap:wrap;padding:20px;position:relative}.otp_old-container__CdQJp form>.otp_box__S3oXe.otp_col__GuDAD{flex-basis:33.33%}@media screen and (min-width:2560px){.otp_old-container__CdQJp form>.otp_box__S3oXe.otp_col__GuDAD{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.otp_col__GuDAD,.otp_old-container__CdQJp,form{padding:5px}}@media screen and (max-width:450px){.otp_col__GuDAD,.otp_old-container__CdQJp,form{padding:0}}.otp_text-overflow-hidden__5PIj3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.otp_icon__k6ThK{color:var(--accent-color)}.otp_richtext-output-wrap__sz99F .otp_se-video-container__mThr\+ figure{padding-bottom:0!important}.otp_otpWrapper__1XqcB{padding-bottom:24px;padding-top:24px}.otp_otpInputWrapper__8Uzdn{gap:8px}.otp_otpInput__jE\+r1{background:#2f2f2f;border-color:#0000;border-radius:8px;color:#fff;font-size:20px;height:50px!important;text-align:center;width:50px!important}.nibMenu_old-container__rStfT{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.nibMenu_old-container__rStfT.nibMenu_wrap__ZCWjU{flex-wrap:wrap}.nibMenu_old-container__rStfT .nibMenu_box__O-kBq.nibMenu_col__2SwFf{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.nibMenu_old-container__rStfT .nibMenu_box__O-kBq.nibMenu_col__2SwFf>div{width:100%}.nibMenu_old-container__rStfT .nibMenu_box__O-kBq.nibMenu_row__a8TDq,.nibMenu_old-container__rStfT form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.nibMenu_old-container__rStfT form{flex-wrap:wrap;padding:20px;position:relative}.nibMenu_old-container__rStfT form>.nibMenu_box__O-kBq.nibMenu_col__2SwFf{flex-basis:33.33%}@media screen and (min-width:2560px){.nibMenu_old-container__rStfT form>.nibMenu_box__O-kBq.nibMenu_col__2SwFf{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.nibMenu_col__2SwFf,.nibMenu_old-container__rStfT,form{padding:5px}}@media screen and (max-width:450px){.nibMenu_col__2SwFf,.nibMenu_old-container__rStfT,form{padding:0}}.nibMenu_text-overflow-hidden__qIb03{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nibMenu_icon__IXBU-{color:var(--accent-color)}.nibMenu_richtext-output-wrap__TEJKq .nibMenu_se-video-container__QEanp figure{padding-bottom:0!important}.nibMenu_wrap__ZCWjU{background-color:#2f2f2f;border:2px solid var(--accent-color);bottom:-10px;box-shadow:-5px 5px 10px 0 #00000059;min-width:250px;position:absolute;right:10px;transform:translateY(100%)}.nibMenu_wrap__ZCWjU:before{border:10px solid #0000;border-bottom:10px solid var(--accent-color);content:"";position:absolute;right:5px;top:-20px}.appNav_old-container__bnnWz{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.appNav_old-container__bnnWz.appNav_wrap__-zxqS{flex-wrap:wrap}.appNav_old-container__bnnWz .appNav_box__aA0eL.appNav_col__3cRbz{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.appNav_old-container__bnnWz .appNav_box__aA0eL.appNav_col__3cRbz>div{width:100%}.appNav_old-container__bnnWz .appNav_box__aA0eL.appNav_row__AoyYG,.appNav_old-container__bnnWz form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.appNav_old-container__bnnWz form{flex-wrap:wrap;padding:20px;position:relative}.appNav_old-container__bnnWz form>.appNav_box__aA0eL.appNav_col__3cRbz{flex-basis:33.33%}@media screen and (min-width:2560px){.appNav_old-container__bnnWz form>.appNav_box__aA0eL.appNav_col__3cRbz{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.appNav_col__3cRbz,.appNav_old-container__bnnWz,form{padding:5px}}@media screen and (max-width:450px){.appNav_col__3cRbz,.appNav_old-container__bnnWz,form{padding:0}}.appNav_text-overflow-hidden__OytGR{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appNav_icon__Hr6fR{color:var(--accent-color)}.appNav_richtext-output-wrap__9pvoB .appNav_se-video-container__hMycU figure{padding-bottom:0!important}.appNav_userCompanyText__TzPjj{font-size:12px;line-height:normal;padding-bottom:8px}.appNav_header__Vw-6-{align-items:center;background:#0000;display:flex;flex-direction:row;height:120px;justify-content:flex-start;left:0;position:fixed;transition:width .35s ease;width:100%;z-index:1000}.appNav_header__Vw-6- .appNav_logo__Szrz9{cursor:pointer;height:100%;width:60px}.appNav_header__Vw-6- .appNav_logo__Szrz9 img{margin:5px 0}.appNav_header__Vw-6- .appNav_leftTools__u9uOR,.appNav_header__Vw-6- .appNav_rightTools__KiL3O{align-items:center;display:flex;flex-direction:row;justify-content:center}.appNav_header__Vw-6- .appNav_leftTools__u9uOR button,.appNav_header__Vw-6- .appNav_rightTools__KiL3O button{margin:0 5px}.appNav_header__Vw-6- .appNav_rightTools__KiL3O .appNav_active__E6QvP{fill:var(--accent-color)}.appNav_header__Vw-6- .appNav_welcomeMsg__9jqMn{color:#cecece;margin-left:auto;margin-right:20px}.appNav_header__Vw-6- .appNav_userProfile__q-8yI{align-items:center;display:flex;flex-direction:row;justify-content:center}.appNav_header__Vw-6- .appNav_userProfile__q-8yI .appNav_userAvatar__jgxi6{background-position:50%;background-size:cover;border-radius:50%;cursor:pointer;height:48px;margin-left:10px;margin-right:10px;position:relative;width:48px}.appNav_header__Vw-6- .appNav_userProfile__q-8yI .appNav_userAvatar__jgxi6 img{border-radius:50%;height:100%;object-fit:contain;width:100%}.appNav_header__Vw-6- .appNav_SideBarBurger__9p-h-{border:2px solid #0000;border-radius:8px;padding:8px}.appNav_header__Vw-6- .appNav_SideBarBurger__9p-h- .appNav_SideBarBurgerImage__\+P2rQ{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAZCAYAAABD2GxlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgB7ddBDYAwDAXQD0EAEiZhDpgjNKAMJAwFzAFzUFpOHOBKmuy/pFuzXXpq005EVgAJPm2dFnhqMsKnagUmTQJ8KiAiapw16lnv+PIX8J/y8Z6tQIFjg8aiMcGP8sh3EBE1ziaJjbkIn+6t7oDfpan2emT4VS7M7SSFPwu0XAAAAABJRU5ErkJggg==) no-repeat;height:25px;width:40px}.appNav_header__Vw-6- .appNav_SideBarBurgerOpen__fzsQD{border:2px solid var(--accent-color)}.appNav_header__Vw-6- .appNav_SideBarBurgerOpen__fzsQD .appNav_SideBarBurgerImage__\+P2rQ{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAZCAYAAABD2GxlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB6SURBVHgB7ddBDYAwDAXQD0EAEiZhDpgjNKAMJAwFzAFzUFpOHOBKmuy/pFuzXXpq005EVgAJPm2dFnhqMsKnagUmTQJ8KiAiapw16lnv+PIX8J/y8Z6tQIFjg8aiMcGP8sh3EBE1ziaJjbkIn+6t7oDfpan2emT4VS7M7SSFPwu0XAAAAABJRU5ErkJggg==) no-repeat}.appNav_header__Vw-6- .appNav_HeaderLogo__lsUJ9{align-items:center;cursor:pointer;display:flex;margin-left:45px;margin-right:20px}.appNav_header__Vw-6- .appNav_HeaderLogo__lsUJ9 img{height:62px;width:140px}@media screen and (max-width:600px){.appNav_header__Vw-6- .appNav_HeaderLogo__lsUJ9{margin-left:20px}}.appNav_header__Vw-6- .appNav_HeaderSearchBlock__qtATM{align-items:center;border-radius:10px;display:flex;height:80px;margin-left:auto;max-width:590px;padding-left:20px;width:100%}@media screen and (max-width:1023px){.appNav_header__Vw-6- .appNav_HeaderSearchBlock__qtATM{height:64px}}.appNav_header__Vw-6- .appNav_HeaderSearchInputBlock__vQdil{height:48px;position:relative;width:100%}@media screen and (max-width:1023px){.appNav_header__Vw-6- .appNav_HeaderSearchInputBlock__vQdil{height:38px}}.appNav_header__Vw-6- .appNav_HeaderSearchInputBlock__vQdil input{background:#232323;border:none;border-radius:24px;color:#666;font-size:16px;font-style:normal;font-weight:400;height:48px;line-height:130%;padding:0 24px 0 34px;width:100%}@media screen and (max-width:1023px){.appNav_header__Vw-6- .appNav_HeaderSearchInputBlock__vQdil input{height:38px}}.appNav_header__Vw-6- .appNav_HeaderSearchIcon__wW7VS{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGzSURBVHgBrVTLccIwEF0JuLuDuIOEOxDTAekAKoAOgApIKogpIRVYAwzDETpwCc6ZX94qEkga8DifN6PxSl49Pa12V1CAJEmi0+k0hNk7n89PZrnA2GLMl8tlSiUQ7qTT6QxBMoEZlezJj8fjy3q93pYSgmxsyDRgK3x2rE4IEeP7jBFfNgrRXywW85uEAVkOe7BarVTo3Gq1JiAam2mx3++bm80md30kYha7ZHDq3iJjYJ39BmYaNRqN99BHHg6HEV2vOQhPDMGPAr83M02gOvEI6Ts2Omb3lIWo1+uvjognjxAxsQs7qgilVI5PrgmkfPQIHbugf4C0RFD6QD+DzlVc+TMktAnao4owDxEZIV6CS5TZhz2x3W6PqhAibjNrI82U9w+5lJIJMDADaalSUwT2IdMwzYS9AqRnznqKk6eus/HhKkkcP10Irt+llqGszwrJbwyFGRHdaRgcQ4Sgi1TSj3tJG66AWq3WNE3Bgklih6zA/yldQ6QTG++QcdvzFLrg+sZVem7SYtOO481K+D9aWEZ+99FKbxJWgWnEWVB66teE90gl/QF8fb4mmzzn+H4BWMnijM+OEsQAAAAASUVORK5CYII=) no-repeat;height:20px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.appNav_sideBar__R9WK-{border-radius:12px;box-shadow:0 8px 8px #00000026;left:0;padding:25px 10px 0 25px!important;position:absolute!important;top:120px;transform:translateX(-2000%);width:320px;z-index:99}.appNav_sideBar__R9WK-.appNav_open__bhmeF{transform:translateX(0)}.appNav_sideBar__R9WK- .appNav_DesktopMenuScrollbars__53MmD{-webkit-overflow-scrolling:touch;overflow-y:scroll;padding-bottom:20px;scrollbar-color:#0000 #0000!important;scrollbar-width:none}.appNav_sideBar__R9WK- .appNav_DesktopMenuScrollbars__53MmD::-webkit-scrollbar{height:0;width:0}.appNav_sideBar__R9WK- .appNav_MenuScrollbars__YR\+zk>div:first-child{padding-right:15px}.appNav_sideBar__R9WK- .appNav_userBlock__ca8sq{display:flex;min-height:100px}.appNav_sideBar__R9WK- .appNav_userAvatar__jgxi6{border-radius:50%;margin-right:42px}.appNav_sideBar__R9WK- .appNav_userAvatarImage__DQMBf{background:#fff;background-position:50%;background-size:cover;border-radius:50%;display:block;height:70px;overflow:hidden;width:70px}.appNav_sideBar__R9WK- .appNav_userAvatarImage__DQMBf img{height:100%;object-fit:contain;width:100%}.appNav_sideBar__R9WK- .appNav_userEditButton__CNGv2{background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADASURBVHgBndIxDoIwFAZgWoSJMJvQgSP0CLi5eQVXT6HcgGO4OjrZI3CIdvAAHVxa/xIkaIht+RPy8pp89CWvaRIYxti5LEuBj1NK7yQQNSiP2ZFIfaiqqqPWWuR5/kLbjMd16huPENJlWbYHPs1wS/4hlMunt9b2wLuiKLiUcnnUX+SCm7e4+amUurqehqAxLVA3/SgUYbzvCdagCcaiAS4s14tc8Hooj0UDNMYcYpHLBoutsSOBekPt3XKTgLwBx5pTCOwsBfIAAAAASUVORK5CYII=) no-repeat;background-position:50%;border-radius:50%;cursor:pointer;height:30px;left:80px;position:absolute;top:45px;width:30px}.appNav_sideBar__R9WK- .appNav_userName__GYphv{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:170%}.appNav_sideBar__R9WK- .appNav_userRolesText__uvPrO{background-color:var(--accent-color);border-radius:8px;color:var(--accent-text-color);float:left;font-size:12px;line-height:16px;padding:0 10px}.appNav_sideBar__R9WK- .appNav_itemIconBlock__ITE60{display:block;width:60px}.appNav_sideBar__R9WK- .appNav_itemIconImage__-ss1a{background-repeat:no-repeat;display:block;height:22px;margin:0 auto;width:22px}.appNav_sideBar__R9WK- .appNav_item__4nUC4{align-items:center;border:1px solid #0000;border-radius:10px;box-shadow:0 4px 4px #0003;display:flex;flex-direction:row;justify-content:flex-start;margin:10px 0;max-width:315px;min-height:64px;padding:0}.appNav_sideBar__R9WK- .appNav_item__4nUC4 a{align-items:center;display:flex;flex-direction:row;height:64px;justify-content:flex-start;padding-right:10px;text-align:left;width:100%}.appNav_sideBar__R9WK- .appNav_item__4nUC4.appNav_withSub__kehCm{margin-bottom:0!important;padding-right:10px}.appNav_sideBar__R9WK- .appNav_item__4nUC4.appNav_withSub__kehCm svg{position:absolute;right:0}.appNav_sideBar__R9WK- .appNav_item__4nUC4.appNav_active__E6QvP{background-color:var(--accent-color);background-repeat:no-repeat;box-shadow:inset 0 4px 4px #0003}.appNav_sideBar__R9WK- .appNav_item__4nUC4.appNav_active__E6QvP p{z-index:999}.appNav_sideBar__R9WK- .appNav_item__4nUC4 .appNav_activeMenuBg__dp673{position:absolute}.appNav_sideBar__R9WK- .appNav_item__4nUC4 .appNav_activeMenuBg__dp673 path{fill:rgba(var(--accent-color-r),var(--accent-color-g10),var(--accent-color-b),1)}.appNav_sideBar__R9WK- .appNav_item__4nUC4:last-of-type{margin-bottom:80px}.appNav_sideBar__R9WK- .appNav_item__4nUC4 .appNav_icon__Hr6fR{color:var(--accent-color);height:20px;position:absolute;right:8px;top:10px;transform:translate(50%,-50%)}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.1);border-radius:6px;max-width:315px;transition:all .25s ease}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b>li{padding:0}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b>li:hover{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.2)}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b>li a{align-items:center;display:flex;padding:8px 20px 8px 5px;text-align:left;width:100%}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b>li a div{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.5);border-radius:50%;display:block;height:10px;margin-left:15px;margin-right:15px;width:10px}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b>li.appNav_active__E6QvP div{background-color:var(--accent-color)}.appNav_sideBar__R9WK- .appNav_subMenu__QSi3b .appNav_subItem__NMs3I{background-color:rgba(var(--accent-color-r),var(--accent-color-g),var(--accent-color-b),.1)}.appNav_exchangeViewSwitchButton__LhJNh{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:75px;justify-content:center;min-width:75px;position:relative;transition:background .2s ease-in-out;width:75px}.appNav_exchangeViewSwitchButton__LhJNh:hover{background:#343434}@media screen and (max-width:1023px){.appNav_exchangeViewSwitchButton__LhJNh{height:60px;min-width:60px;width:60px}.appNav_exchangeViewSwitchButton__LhJNh svg{height:30px!important;width:30px!important}}@media screen and (max-width:640px){.appNav_exchangeViewSwitchButton__LhJNh{height:52px;min-width:52px;width:52px}.appNav_exchangeViewSwitchButton__LhJNh svg{height:28px!important;width:28px!important}}@media screen and (max-width:480px){.appNav_exchangeViewSwitchButton__LhJNh{justify-self:flex-end}}.welcomePage_old-container__v2-l2{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.welcomePage_old-container__v2-l2.welcomePage_wrap__JBTny{flex-wrap:wrap}.welcomePage_old-container__v2-l2 .welcomePage_box__0f4sS.welcomePage_col__vpDqM{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.welcomePage_old-container__v2-l2 .welcomePage_box__0f4sS.welcomePage_col__vpDqM>div{width:100%}.welcomePage_old-container__v2-l2 .welcomePage_box__0f4sS.welcomePage_row__TjMfV,.welcomePage_old-container__v2-l2 form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.welcomePage_old-container__v2-l2 form{flex-wrap:wrap;padding:20px;position:relative}.welcomePage_old-container__v2-l2 form>.welcomePage_box__0f4sS.welcomePage_col__vpDqM{flex-basis:33.33%}@media screen and (min-width:2560px){.welcomePage_old-container__v2-l2 form>.welcomePage_box__0f4sS.welcomePage_col__vpDqM{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.welcomePage_col__vpDqM,.welcomePage_old-container__v2-l2,form{padding:5px}}@media screen and (max-width:450px){.welcomePage_col__vpDqM,.welcomePage_old-container__v2-l2,form{padding:0}}.welcomePage_text-overflow-hidden__E1kmd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.welcomePage_icon__hjwx7{color:var(--accent-color)}.welcomePage_richtext-output-wrap__y\+MUF .welcomePage_se-video-container__Av7nX figure{padding-bottom:0!important}.welcomePage_wrap__JBTny{align-items:center;display:flex;flex-direction:column;height:85%;justify-content:flex-start;left:50%;margin:0 auto;max-width:1100px;position:absolute;top:50%;transform:translate(-50%,-50%);width:85%}.welcomePage_wrap__JBTny h2{color:#878b91;font-size:60px;font-weight:400;text-align:left;width:100%}.welcomePage_wrap__JBTny .welcomePage_box__0f4sS{align-items:center;box-shadow:-5px 5px 10px 0 #00000059;cursor:pointer;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}*{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;outline:none;padding:0}ul li{list-style-type:none}a{text-decoration:none}a:visited{color:inherit}button{border:none;font:unset}::placeholder html{scroll-behavior:smooth}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.Mui-disabled{cursor:not-allowed!important;opacity:.85}.MuiOutlinedInput-root fieldset{border-color:#757575!important;outline-color:#757575!important}.MuiInputBase-root,.MuiInputLabel-formControl,.MuiOutlinedInput-root input{color:#cecece!important}.MuiInput-underline:after{border-bottom-color:var(--accent-color)!important}.MuiTypography-root.MuiFormControlLabel-label.MuiTypography-body1{color:#fff;font-size:14px!important;font-weight:400!important}.MuiFormHelperText-root.MuiFormHelperText-contained.Mui-disabled.MuiFormHelperText-filled.MuiFormHelperText-marginDense,.MuiFormHelperText-root.MuiFormHelperText-contained.Mui-disabled.MuiFormHelperText-marginDense{color:var(--accent-color);opacity:1}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded{background-color:unset}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView,.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView .MuiPickersCalendarHeader-switchHeader button{background-color:#212121}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView .MuiPickersCalendarHeader-switchHeader button svg{color:var(--accent-color)}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView .MuiTypography-root.MuiTypography-body1.MuiTypography-alignCenter{color:#fff}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView .MuiPickersCalendarHeader-daysHeader span{color:#cecece}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView .MuiButtonBase-root.MuiIconButton-root.MuiPickersDay-day{color:#fff}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiPickersBasePicker-pickerView .MuiButtonBase-root.MuiIconButton-root.MuiPickersDay-day.MuiPickersDay-daySelected{color:#212121}.MuiPaper-root.MuiDialog-paper.MuiPickersModal-dialogRoot.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded .MuiDialogActions-root.MuiDialogActions-spacing{background-color:#212121}.MuiPaper-root.MuiStepper-root{background-color:unset}.MuiFormControl-root .MuiFormLabel-root{transform:translate(15px,12px)}.MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl .MuiSelect-root.MuiSelect-select.MuiSelect-selectMenu.MuiInputBase-input{padding:10.5px}.MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl .MuiSelect-nativeInput{transform:translateY(-50%)}.MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl .MuiSelect-icon{color:#fff}.infinite-scroll-component .MuiAutocomplete-inputRoot{flex-wrap:nowrap!important}.MuiAlert-outlinedInfo{border:1px solid #a6d5fa!important}.MuiAlert-outlinedInfo svg{fill:#a6d5fa!important}.MuiAlert-outlinedInfo .MuiAlert-message{color:#a6d5fa!important;font-weight:400}.MuiChip-root.success{background-color:#66bb6a;color:#fff}.MuiChip-root.danger{background-color:#f44336;color:#fff}.MuiChip-root.primary{background-color:var(--accent-color);color:#fff}.MuiTooltip-tooltip{font-size:12px!important}.old-container{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.old-container.wrap{flex-wrap:wrap}.old-container .box.col{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}.old-container .box.col>div{width:100%}.old-container .box.row,.old-container form{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.old-container form{flex-wrap:wrap;padding:20px;position:relative}.old-container form>.box.col{flex-basis:33.33%}@media screen and (min-width:2560px){.old-container form>.box.col{flex-basis:0%;margin-right:2em}}@media screen and (max-width:580px){.col,.old-container,form{padding:5px}}@media screen and (max-width:450px){.col,.old-container,form{padding:0}}.text-overflow-hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon{color:var(--accent-color)}.richtext-output-wrap .se-video-container figure{padding-bottom:0!important}.richtext-output-wrap{overflow-wrap:break-word;padding:5px;width:100%}.richtext-output-wrap *{outline:none!important}.richtext-output-wrap figure{max-width:100%}.richtext-output-wrap figure iframe{border:none;max-width:100%}.richtext-output-wrap address,.richtext-output-wrap blockquote,.richtext-output-wrap body,.richtext-output-wrap center,.richtext-output-wrap dd,.richtext-output-wrap dir,.richtext-output-wrap div,.richtext-output-wrap dl,.richtext-output-wrap dt,.richtext-output-wrap fieldset,.richtext-output-wrap form,.richtext-output-wrap frame,.richtext-output-wrap frameset,.richtext-output-wrap h1,.richtext-output-wrap h2,.richtext-output-wrap h3,.richtext-output-wrap h4,.richtext-output-wrap h5,.richtext-output-wrap h6,.richtext-output-wrap hr,.richtext-output-wrap html,.richtext-output-wrap menu,.richtext-output-wrap noframes,.richtext-output-wrap ol,.richtext-output-wrap p,.richtext-output-wrap pre,.richtext-output-wrap ul{display:block;unicode-bidi:embed}.richtext-output-wrap li{display:list-item}.richtext-output-wrap head{display:none}.richtext-output-wrap table{display:table}.richtext-output-wrap tr{display:table-row}.richtext-output-wrap thead{display:table-header-group}.richtext-output-wrap tbody{display:table-row-group}.richtext-output-wrap tfoot{display:table-footer-group}.richtext-output-wrap col{display:table-column}.richtext-output-wrap colgroup{display:table-column-group}.richtext-output-wrap td,.richtext-output-wrap th{display:table-cell}.richtext-output-wrap caption{display:table-caption}.richtext-output-wrap th{font-weight:bolder;text-align:center}.richtext-output-wrap caption{text-align:center}.richtext-output-wrap body{margin:8px}.richtext-output-wrap h1{font-size:2em;margin:.67em 0}.richtext-output-wrap h2{font-size:1.5em;margin:.75em 0}.richtext-output-wrap h3{font-size:1.17em;margin:.83em 0}.richtext-output-wrap blockquote,.richtext-output-wrap dir,.richtext-output-wrap dl,.richtext-output-wrap fieldset,.richtext-output-wrap form,.richtext-output-wrap h4,.richtext-output-wrap menu,.richtext-output-wrap ol,.richtext-output-wrap p,.richtext-output-wrap ul{margin:1.12em 0}.richtext-output-wrap h5{font-size:.83em;margin:1.5em 0}.richtext-output-wrap h6{font-size:.75em;margin:1.67em 0}.richtext-output-wrap b,.richtext-output-wrap h1,.richtext-output-wrap h2,.richtext-output-wrap h3,.richtext-output-wrap h4,.richtext-output-wrap h5,.richtext-output-wrap h6,.richtext-output-wrap strong{font-weight:bolder}.richtext-output-wrap blockquote{border-left:5px solid var(--accent-color);padding-left:40px;padding-right:40px}.richtext-output-wrap address,.richtext-output-wrap cite,.richtext-output-wrap em,.richtext-output-wrap i,.richtext-output-wrap var{font-style:italic}.richtext-output-wrap code,.richtext-output-wrap kbd,.richtext-output-wrap pre,.richtext-output-wrap samp,.richtext-output-wrap tt{font-family:monospace}.richtext-output-wrap pre{white-space:pre}.richtext-output-wrap button,.richtext-output-wrap input,.richtext-output-wrap select,.richtext-output-wrap textarea{display:inline-block}.richtext-output-wrap big{font-size:1.17em}.richtext-output-wrap small,.richtext-output-wrap sub,.richtext-output-wrap sup{font-size:.83em}.richtext-output-wrap sub{vertical-align:sub}.richtext-output-wrap sup{vertical-align:super}.richtext-output-wrap table{border-spacing:2px}.richtext-output-wrap tbody,.richtext-output-wrap tfoot,.richtext-output-wrap thead{vertical-align:middle}.richtext-output-wrap td,.richtext-output-wrap th,.richtext-output-wrap tr{vertical-align:inherit}.richtext-output-wrap del,.richtext-output-wrap s,.richtext-output-wrap strike{text-decoration:line-through}.richtext-output-wrap hr{border:1px inset;border-color:var(--accent-color)}.richtext-output-wrap hr.__se__dotted{border-style:dotted}.richtext-output-wrap hr.__se__dashed{border-style:dashed}.richtext-output-wrap dd,.richtext-output-wrap dir,.richtext-output-wrap menu,.richtext-output-wrap ol,.richtext-output-wrap ul{margin-left:40px}.richtext-output-wrap ol{list-style-type:decimal}.richtext-output-wrap ul,.richtext-output-wrap ul li{list-style-type:disc}.richtext-output-wrap ol ol,.richtext-output-wrap ol ul,.richtext-output-wrap ul ol,.richtext-output-wrap ul ul{margin-bottom:0;margin-top:0}.richtext-output-wrap ins,.richtext-output-wrap u{text-decoration:underline}.richtext-output-wrap br:before{content:"\a";white-space:pre-line}.richtext-output-wrap center{text-align:center}.richtext-output-wrap span{background-color:#0000}.richtext-output-wrap a{color:var(--accent-color);text-decoration:underline}*{font-family:Roboto,sans-serif!important}html{scrollbar-gutter:stable}body{align-items:flex-start;background-color:#191818;color:#fff;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:12pt;height:100%;justify-content:flex-start;padding-right:0!important;width:100%}::-webkit-calendar-picker-indicator{filter:invert(1)}.Mui-checked svg{color:var(--accent-color)!important}#root{height:100vh;scrollbar-color:#000000b3 #5e5e5e;scrollbar-width:thin;transition:filter .15s ease;width:100%}*,:after,:before{scrollbar-color:inherit;scrollbar-width:inherit}::-webkit-scrollbar{background-color:#5e5e5e;height:8px;width:8px}::-webkit-scrollbar-thumb{background:#000000b3;border-radius:.5em}.md-render h1{font-size:36px!important}.md-render h2{font-size:32px!important}.md-render h3{font-size:28px!important}.md-render h4{font-size:24px!important}.md-render h1,.md-render h2,.md-render h3,.md-render h4,.md-render h5,.md-render h6{display:block!important;font-size:revert!important;margin-bottom:10px!important;margin-top:15px!important}.md-render ol li ol li ol li ul li,.md-render ol li ol li ul li,.md-render ol li ul li,.md-render ul li{list-style-type:disc}.md-render ol,.md-render ul{margin-bottom:14px!important;margin-top:0!important;padding-left:10px!important}.md-render li{margin-bottom:2px!important;margin-left:15px!important}.md-render ul li{list-style-type:disc!important}.md-render ul{list-style:circle inside!important;list-style-position:outside!important}.md-render ol{list-style:decimal inside!important;list-style-position:outside!important}.md-render p{margin:revert!important}.md-render a{color:#1890ff!important}.md-render blockquote{-webkit-margin-start:0;-webkit-margin-end:0;background-color:#c8c8c81a;border-left:2px solid #1890ff80;margin-inline-end:0;margin-inline-start:0;padding-left:10px}.md-render table{-webkit-margin-before:10px;-webkit-margin-after:10px;background-color:#0000001a!important;border-collapse:collapse;margin-block-end:10px;margin-block-start:10px;width:-webkit-fit-content;width:fit-content}.md-render table>tbody>tr>td,.md-render table>tbody>tr>th,.md-render table>tfoot>tr>td,.md-render table>tfoot>tr>th,.md-render table>thead>tr>td,.md-render table>thead>tr>th{border-bottom:1px solid #ffffff80;border-right:1px solid #ffffff80}.md-render table>tbody>tr>:last-child,.md-render table>tfoot>tr>:last-child,.md-render table>thead>tr>:last-child{border-right:0}.md-render table>:last-child>tr:last-child>td,.md-render table>:last-child>tr:last-child>th{border-bottom:0}.md-render th{background-color:#0003;padding:10px 12px!important;text-align:center}.md-render td{padding:8px 10px!important}.md-render table>tbody>tr>td.code{background-color:#0000;border:0;margin:0;padding:0}.md-render mark{background-color:#db9a00!important;color:#000;padding:.1rem .2rem}#app-wrap{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:flex-end;position:relative;width:100%}#app-wrap .breadcrumbs{align-self:flex-start;background-color:var(--accent-color);border-radius:6px;box-shadow:-5px 5px 10px 0 #00000059;margin-left:30px;margin-top:20px;padding:10px 20px;width:-webkit-max-content;width:max-content}#app-wrap .breadcrumbs ol{flex-wrap:nowrap}#app-wrap .breadcrumbs .activeCrumb{color:#2f2f2f}main{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:130px 40px 0 0;transition:width .15s ease;width:100%}@media screen and (max-width:800px){main{padding:130px 0 0}}@media screen and (min-width:910px){main.withSidebar{width:calc(100% - 340px)}}.welcome{color:#cecece;font-size:200%;text-align:center;width:100%}.auth-close,.gFSwGh .separator,.separator,.signup{display:none!important}button:focus{outline:0}.se-image-container{max-width:100%}.customErrorMsg{color:#f44336!important;font-family:Roboto,Trebuchet MS,PFFuturaNeuBook,Open Sans,Helvetica Neue,Arial,sans-serif;font-size:.75rem;font-weight:400;line-height:1.66;margin-left:14px;margin-right:14px;margin-top:4px}#ReactSimpleImageViewer{height:100%;left:0;position:fixed;top:0;width:100%}.rug-image-drop-icon-wrapper{height:180px;position:relative;transition:width .3s ease-out,height .3s ease-in-out;width:180px}.rug-image-drop-icon-wrapper .rug-image-drop-circle-icon{height:100%;width:100%}.rug-image-drop-icon-wrapper .rug-image-drop-plus-icon{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.rug .rug-items.__card{min-height:auto!important}@media(max-width:960px){.rug .rug-handle{height:290px!important}.rug .rug-handle svg{width:100%!important}}.rug .rug-handle:before{border:0!important}.rug .rug-handle.__dragging:before{background:#ffffff1a!important;border:1px dashed #fafafa!important}.rug-handle{cursor:pointer;padding-bottom:29px;padding-top:19px}.rug-handle:hover .rug-image-drop-icon-wrapper{height:190px;width:190px}.rug-handle .rug-handle-info{align-items:center;display:flex;flex-direction:column}.rug-handle .rug-handle-info .rug-handle-drop-text,.rug-handle .rug-handle-info span{color:#fff!important}.rug-handle .rug-handle-info .rug-handle-button{background-color:unset!important}.rug-card-progress-count{opacity:0}.rug-dragging-item{z-index:5000}.dateDialog .MuiPaper-root{background-color:#212121;color:#fff}.dateDialog .MuiDialogActions-spacing button:hover{color:var(--accent-color)}.dateDialog .MuiPickersCalendarHeader-daysHeader span{color:#cecece}.dateDialog .MuiButtonBase-root.MuiIconButton-root.MuiPickersDay-day,.dateDialog .MuiPickersSlideTransition-transitionContainer.MuiPickersCalendar-transitionContainer{color:#fff!important}.dateDialog .MuiPickersClockNumber-clockNumber{color:#fff}.dateDialog .MuiPickersClockNumber-clockNumber.MuiPickersClockNumber-clockNumberSelected{color:#212121}.dateDialog .MuiButtonBase-root.MuiIconButton-root.MuiPickersCalendarHeader-iconButton{background-color:unset}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#app-wrap .appHeader,#app-wrap .appHeader .HeaderLogoImage,#app-wrap .appHeader .HeaderSearchBlock,#app-wrap>nav{transition:all .15s,transform .15s}#app-wrap.header-size-s>nav{height:calc(100% - 70px);top:60px!important}#app-wrap.header-size-s .appHeader,#app-wrap.header-size-s .appHeader .HeaderSearchBlock{height:60px!important}#app-wrap.header-size-s .appHeader .HeaderLogoImage{height:50px!important;width:29px!important}#MtPelerinModal.mtp-modal{background-color:#00000080!important;padding-top:150px!important;z-index:999999!important}#MtPelerinModal .mtp-modal-content{box-shadow:none!important;-webkit-box-shadow:none!important}.header-size-s header{background:#191818}main{padding:120px 0 0;position:relative}.n-wrap{padding:0 15px}.n-container{background:#171717;border-radius:12px;box-shadow:0 8px 8px #00000026;padding:30px;text-align:center;width:100%}.n-container.clear{background:#0000;box-shadow:none;padding:0}.n-container:empty{display:none!important}.n-container form{padding:0!important}.n-modal-container{background:linear-gradient(180deg,#1c1c1c,#171717)!important;border-radius:8px!important;box-shadow:0 6px 6px #00000026!important}.n-modal-container h3{color:#fff;font-size:18px;font-style:normal;font-weight:600;line-height:130%}.n-modal-container .MuiFormControl-root.MuiTextField-root{width:100%}.n-modal-container .MuiFormControl-root.MuiTextField-root fieldset{border:1px solid #fff;border-radius:8px;filter:drop-shadow(0 6px 6px rgba(0,0,0,.2))}.n-modal-container .MuiFormControl-root.MuiTextField-root+.MuiFormControl-root.MuiTextField-root{margin-top:20px}.n-container-form{display:flex;flex-direction:row!important;flex-wrap:wrap!important;justify-content:space-between!important;min-width:340px;width:100%}.n-container-form .n-card-group{margin-bottom:20px}.n-container-form .n-card-group.flex-direction-row{display:flex;flex-direction:row}.n-container-form .n-card-group.flex-direction-column{display:flex;flex-direction:column}.n-container-form .n-size-1{width:100%}.n-container-form .n-size-2,.n-container-form .n-size-3{width:calc(50% - 10px)}@media screen and (max-width:1400px){.n-container-form .n-size-3{width:calc(50% - 10px)}}@media screen and (max-width:960px){.n-container-form .n-size-2,.n-container-form .n-size-3{width:100%}}.n-page-top{display:flex;justify-content:space-between!important}.n-page-top+.n-container-form{margin-top:50px}.n-page-button{display:flex}.n-page-button button+button{margin-left:15px}.n-page-title{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:130%;text-align:left}.n-page-block{background:linear-gradient(180deg,#1d1d1d,#171717);border-radius:12px;box-shadow:0 8px 8px #00000026;padding:30px;width:100%}.n-page-top-button{background:#2a2a2a;border:0 solid #2a2a2a;border-radius:10px;box-sizing:border-box;cursor:pointer;height:60px;width:60px}.n-page-top-button+.n-page-top-button{margin-left:20px}.n-page-top-button:hover{background:#000}.n-page-back{color:#fff!important;font-size:16px;font-style:normal;font-weight:400;height:24px;margin-left:40px!important;text-align:center;text-decoration:underline!important}@media screen and (max-width:960px){.n-page-top{flex-direction:column}.n-page-title{width:100%}.n-page-button{display:block;margin-top:25px;text-align:right}.n-page-button .n-page-back{position:absolute;right:40px;top:50px}}.n-button-big-red{background:var(--accent-color);border:none;border-radius:10px;box-shadow:0 6px 6px #0003;color:var(--accent-text-color);font-size:18px;font-style:normal;font-weight:700;height:60px;line-height:130%;text-align:center;text-transform:uppercase;width:100%}.n-button-big-red.disabled{background:#272727;color:#ffffff1a}.n-button-big-red:hover{filter:brightness(90%)}.n-button-big-red-secondary{background:#3a3a3a;border:none;border-radius:10px;box-shadow:0 6px 6px #0003;color:#fff;font-size:18px;font-style:normal;font-weight:500;height:60px;line-height:130%;text-align:center;text-transform:uppercase;transition:background .1s ease-out;width:100%}.n-button-big-red-secondary:hover{background:#4a4a4a}.n-button-big-red-secondary.disabled{background:#272727;color:#ffffff1a}.n-card-title{background:#2a2a2a;background-color:#2a2a2a;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;font-size:16px;font-style:normal;font-weight:600;height:65px;line-height:65px;padding:0 30px;text-align:left}.n-card-accordion-title{padding:0 10px}.n-card-accordion-title,.n-card-checkbox-title{align-items:center!important;display:flex;justify-content:space-between!important}.n-card-body{background:#232323;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:15px 30px 30px}.n-card-group .ui-card-item{background-color:#0000;box-shadow:none}.n-card-group .ui-card-item-header strong{color:#fff!important;font-size:16px;font-style:normal;font-weight:600;line-height:130%}.ui-card-item-btns-info{opacity:.1}.ui-card-item-btns-active{opacity:1}.n-card-group .n-card-body .ui-card-item{margin-top:25px}.n-card-group .ui-card-item-btns{position:absolute;width:100%;z-index:1}.n-card-group .ui-card-item-btns-add,.n-card-group .ui-card-item-btns-hide-new{position:fixed;right:30px;top:70px}.n-card-group .ui-card-item-btns-info{opacity:.1;position:fixed;right:30px;top:10px}.n-card-group .ui-card-item-btns-active{opacity:1}.n-card-group .ui-card{border-radius:12px;margin:0;min-width:100%;padding:0;width:100%}.n-card-group .ui-card,.n-card-group .ui-card-header{background-color:#0000;position:relative}.n-card-group .ui-card-header strong{text-align:left}.n-card-group .ui-card-card{background-color:#0000}.n-card-group .ui-card-item{margin:0;padding:0}.n-card-group .ui-card-item-header{position:relative}.n-card-group .ui-card-image-wrap{margin:0;padding:0}.n-card-group .ui-card-image-wrap h4{display:none}.n-card-group .ui-card-image-wrap .ui-card-image-box{align-items:center;border:1px dashed #606060;border-radius:12px;display:flex;height:250px;justify-content:center}.n-card-group .ui-card-image-wrap .ui-card-image-box img{max-height:240px}.n-card-group .ui-card-image-wrap .ui-card-image-drop{border-radius:12px;display:flex!important;flex-direction:column!important}.n-card-group .ui-card-image-wrap .ui-card-image-drop.ui-card-image-drop-noimg{background:#0000;opacity:1!important}.n-card-group .ui-card-image-wrap .ui-card-image-drop.ui-card-image-drop-noimg>div{margin:5px 0}.n-card-group .ui-card-image-wrap .ui-card-image-drop.ui-card-image-drop-noimg .MuiButtonBase-root{background:#303030!important;border-radius:4px!important;box-shadow:0 3px 3px #0000001a!important}.n-card-group .ui-card-image-wrap .ui-card-image-drop.ui-card-image-drop-noimg .MuiButtonBase-root:hover{background:#1a1919!important}.n-card-group.hide-body .n-card-body{display:none}.n-card-group.hide-body .n-card-title{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.ui-card .ui-card-item+.ui-card-item,.ui-card+.ui-card{margin-top:25px}.ui-help-text{color:var(--accent-color)!important;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;line-height:1.66;padding:10px 0;text-align:left}.ui-file-selector,.ui-file-selector-wrapper{width:100%}.ui-file-selector .ui-file-selector-header{display:flex;justify-content:space-between!important;padding:20px 0}.ui-file-selector .ui-file-selector-header .ui-file-selector-header-btns{margin-right:17px}.ui-file-selector .ui-file-selector-header .ui-file-selector-header-btns button+button{margin-left:15px}.ui-file-selector .ui-file-selector-header .ui-file-selector-header-btns .MuiButtonBase-root.MuiIconButton-root{padding:0}.ui-file-selector .ui-file-selector-header .ui-file-selector-header-btns .MuiButtonBase-root.MuiIconButton-root[variant=default]{opacity:.1}.ui-file-selector .ui-file-selector-header .ui-file-selector-header-btns .MuiButtonBase-root.MuiIconButton-root[variant=secondary]{opacity:1}.ui-file-selector .ui-file-selector-header .ui-file-selector-header-btns .MuiButtonBase-root.MuiIconButton-root[variant=secondary] svg{color:var(--accent-color)}.n-container .MuiAutocomplete-popupIndicator svg{margin:15px 0}.n-container .MuiOutlinedInput{height:60px}.n-container .MuiInputLabel-root{display:none}.n-container .MuiInputBase-root{background-color:#0000;border:1px solid #ffffff4d;border-radius:10px;font-size:16px;height:60px;margin-top:10px}.n-container .MuiInputBase-root:after,.n-container .MuiInputBase-root:before{display:none}.n-container .MuiInputBase-root.Mui-disabled{background-color:#0000}.n-container .MuiInputBase-root.MuiInputBase-multiline{height:auto;line-height:20px;min-height:60px;padding:20px}.n-container .MuiInputBase-root.MuiInputBase-multiline .MuiFilledInput-inputMarginDense{padding:0}.n-container .MuiFilledInput,.n-container .MuiFilledInput-inputMarginDense{padding:0 20px}.n-container .MuiFormHelperText-contained{margin:0;padding:10px 0;text-align:left}.n-container .MuiFormHelperText-root{color:var(--accent-color)!important;padding:10px 0;text-align:left}.n-container .MuiFormHelperText-root:empty{display:none}.n-container .MuiSelect-select{text-align:left}.n-container .MuiAutocomplete-endAdornment{align-items:center;display:flex;height:100%;top:0}.n-container .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root]{border:0!important}.n-container .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] .MuiAutocomplete-input:first-child{padding:0 15px}.n-container .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root] .MuiAutocomplete-endAdornment{right:15px}.n-container .MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl .MuiSelect-root.MuiSelect-select.MuiSelect-selectMenu.MuiInputBase-input{padding:15px}.n-container .MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl .MuiSelect-icon{margin-right:14px;padding:1px}.n-container .MuiFormControl-root .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-formControl .MuiSelect-icon path{stroke-width:1}.n-container .MuiFormControl-root{border:0!important}.n-container .MuiFormControl-root .MuiSelect-select+input+svg+fieldset{display:none}.n-container .MuiSelect-select.MuiSelect-selectMenu{background-color:#0000;border:0}.n-container .MuiAutocomplete-popupIndicator{margin-right:0}.n-container .MuiAutocomplete-popupIndicator svg{padding:1px}.n-container .MuiAutocomplete-popupIndicator svg path{stroke-width:1}.n-container .MuiPaper-root.MuiPaper-rounded{box-shadow:none}.n-container .MuiSvgIcon-root.MuiSelect-icon.MuiSelect-iconOutlined{padding:1px}.n-container .MuiSvgIcon-root.MuiSelect-icon.MuiSelect-iconOutlined path{stroke-width:1}.n-container .MuiSelect-iconOutlined{right:15px}.ui-card-item-sub{width:100%}.ui-card-item-sub .MuiInputLabel-root{display:block;font-size:.8rem;left:auto;position:relative;text-align:left;top:auto;transform:none}.ui-card-item-sub .MuiInputBase-input.MuiInput-input{padding:0 20px}.ui-card-item-sub label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder{opacity:.4!important}.ui-card-item-sub .MuiAutocomplete-inputRoot[class*=MuiInput-root][class*=MuiInput-marginDense] .MuiAutocomplete-input:first-child{padding:0 20px}.ui-card-item-sub .MuiAutocomplete-root .MuiAutocomplete-endAdornment{margin-right:15px}.ui-card-item-sub .MuiAutocomplete-root fieldset{display:none}.ui-card-item-sub .MuiAutocomplete-root .MuiInputBase-root{background-color:#0000!important;border:1px solid #ffffff4d!important;border-radius:10px!important;font-size:16px!important;height:60px!important;line-height:60px!important}.ui-card-item-sub .MuiAutocomplete-root .MuiInputBase-root.Mui-focused{border:1px solid #ffffff4d!important}.relation-browser-container .MuiInputBase-root{margin-bottom:10px}.relation-browser-container fieldset{display:none}.MuiInputBase-input::-webkit-input-placeholder{color:#757575!important;opacity:1!important}.filterCompanyTypes{background:#232323;border-radius:10px;height:60px;padding:15px;width:100%}.filterCompanyTypes:after,.filterCompanyTypes:before{display:none!important}.filterCompanyTypes .MuiSvgIcon-root.MuiSelect-icon{margin-left:1px;margin-right:15px;margin-top:1px}.filterCompanyTypes .MuiSvgIcon-root.MuiSelect-icon.MuiSelect-iconOpen{right:2px;top:16px}.filterCompanyTypes .MuiSvgIcon-root.MuiSelect-icon path{stroke-width:1}.filterCompanyTypes .MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeSmall{margin-right:19px}.filterCompanyTypes .MuiSelect-select{background-color:#0000!important}.filterCompanyTypes .MuiSelect-nativeInput{background-color:#0000;border:none;bottom:auto;color:#cecece!important;font-size:14px;left:15px;opacity:1;position:absolute;width:100%}.filterCompanyTypes input::placeholder{color:#757575!important}.filterCompanyTypesActive .MuiSelect-nativeInput{opacity:0}.filterEntitySelect{width:100%}.filterEntitySelect .MuiSelect-select{background-color:#0000!important;color:#ffffff4d!important;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.filterEntitySelect .MuiSelect-select:focus{background-color:#0000!important}.filterEntitySelect .MuiSelect-select.MuiSelect-select{padding-left:15px;padding-right:20px}.filterEntitySelect .MuiSelect-select.MuiSelect-selectMenu.MuiInputBase-input.MuiInput-input{color:#a9a6a6}.filterEntitySelect.filterEntitySelectActive .MuiSelect-select.MuiSelect-selectMenu.MuiInputBase-input.MuiInput-input{color:#fff!important}.filterEntitySelect svg+*{margin-right:35px!important}.filterEntitySelect svg+* svg{padding:2px}.filterEntitySelect .MuiSvgIcon-root.MuiSelect-icon{margin-right:10px;padding:1px}.filterEntitySelect .MuiSvgIcon-root.MuiSelect-icon path{stroke-width:1}.ui-add-btn{background:var(--accent-color)!important;border-radius:10px!important;box-shadow:0 6px 6px #0003!important;color:var(--accent-text-color)!important;height:60px!important;width:60px!important}.ui-add-btn svg{height:32px;width:32px}.ui-top-button{background:#2a2a2a!important;border-radius:10px!important;height:60px!important;width:60px!important}.ui-table-title{font-size:20px;margin-bottom:25px}.ui-table-subtitle,.ui-table-title{color:#fff;font-style:normal;font-weight:600;line-height:130%;text-align:left}.ui-table-subtitle{font-size:16px;margin-bottom:10px}.ui-table-alert-info{margin-bottom:20px}.ui-table-info{flex-wrap:wrap!important;justify-content:space-between!important;margin-bottom:35px;margin-top:35px}.ui-table-info,.ui-table-navigation{display:flex;font-size:16px;font-weight:500;width:100%}.ui-table-navigation{align-items:center;flex-direction:row;justify-content:space-between;margin-bottom:50px;margin-top:25px;max-width:100%}.ui-table-navigation>div+div{margin-left:30px}@media screen and (max-width:740px){.ui-table-navigation{flex-direction:column;margin-bottom:20px}.ui-table-navigation>div+div{margin-left:0}}.ui-table-navigation-grid{grid-gap:20px;display:grid;font-size:16px;font-weight:500;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:50px;margin-top:25px;max-width:100%;width:100%}.ui-table-filter{grid-column-gap:20px;grid-row-gap:25px;column-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-top:30px;max-width:100%;row-gap:25px;width:100%}.ui-table-filter.toggle{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.ui-table-filter .ui-table-filter-searchAndAdd{grid-column:span 2}.ui-table-filter .field>div.MuiSelect-root{width:100%}.ui-table-filter .ui-inBetweenSwitch{background:#232323;border-radius:10px;height:60px}.ui-table-filter .ui-inBetweenSwitch .MuiTypography-root.MuiFormControlLabel-label{color:#ffffff4d;font-size:16px;font-style:normal;font-weight:400;line-height:130%;margin-left:15px;overflow:hidden;text-overflow:ellipsis}.ui-table-filter .ui-inBetweenSwitch .MuiSwitch-root{order:1}.ui-table-filter .ui-table-filter-searchAndAdd{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;max-width:100%;width:100%}@media screen and (max-width:768px){.ui-table-filter{align-items:center;flex-direction:column}.ui-table-filter>div{max-width:none;order:2}.ui-table-filter .ui-inBetweenSwitch{width:100%}.ui-table-filter .ui-table-filter-searchAndAdd{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;max-width:100%;order:1;width:100%}.ui-table-filter .ui-table-filter-searchAndAdd>div{flex-basis:100%;max-width:100%}}@media(max-width:768px){.ui-table-filter{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.ui-table-toolbar{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;width:100%}.ui-table-toolbar>div{display:flex}.ui-table-toolbar .ui-table-toolbar-actions>div+div{margin-left:15px}.ui-table-toolbar .ui-filter-search{flex-basis:100%}@media screen and (max-width:740px){.ui-table-toolbar{flex-direction:column}.ui-table-toolbar>div{width:100%}.ui-table-toolbar>div+div{margin-top:30px}.ui-table-toolbar .ui-filter-search{flex-basis:100%;max-width:100%}.ui-table-toolbar .ui-table-toolbar-actions{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:25px;order:3}}.white-list-page .dataTableScroll{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.necsTable thead td,.necsTable thead td>*{min-width:auto!important}.necsTableNewLayout .tableItemTop td{background-color:#303030!important;height:72px!important}@media screen and (max-width:768px){.necsTableNewLayout .tableItemTop td{height:60px!important}}.NecsForwardsAddEditModal input::-webkit-inner-spin-button,.NecsForwardsAddEditModal input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.NecsForwardsAddEditModal input[type=number]{-moz-appearance:textfield}.NecsForwardsAddEditModal .MuiFormControl-marginNormal{margin:0!important}.NecsForwardsAddEditModal .customErrorMsg{display:none!important}.NecsForwardsAddEditModal .deliveriesDate .MuiFilledInput-input{padding-bottom:10px;padding-left:16px;padding-top:10px}.NecsForwardsAddEditModal .MuiFilledInput-adornedEnd{padding-right:0!important}.NecsForwardsAddEditModal .MuiOutlinedInput-adornedEnd{padding-right:4px!important}.NecsForwardsAddEditModal .MuiFilledInput-root.Mui-focused,.NecsForwardsAddEditModal .MuiFilledInput-root:hover{background-color:#0000!important}.NecsTypeStatusSelector .whitePlaceholder input::placeholder{color:#fff!important}.entitySelect .MuiSelect-select.MuiSelect-selectMenu.MuiInputBase-input{color:#757575!important}.entitySelect.entitySelectActive .MuiSelect-select.MuiSelect-selectMenu.MuiInputBase-input{color:#cecece!important}.entitySelect .MuiSelect-iconOutlined{right:6px!important}.accountsSearch .ui-filter-search .MuiInput-root{background:#373737!important}*,: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: }/*
! tailwindcss v3.4.17 | 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:Roboto,sans-serif;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}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]:where(:not([hidden=until-found])){display:none}.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:1340px){.container{max-width:1340px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-x-0{left:0;right:0}.\!right-\[10px\]{right:10px!important}.\!top-\[10px\]{top:10px!important}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-\[-116px\]{left:-116px}.left-\[-15px\]{left:-15px}.right-0{right:0}.right-3{right:.75rem}.right-\[-116px\]{right:-116px}.right-\[10px\]{right:10px}.right-\[12px\]{right:12px}.right-\[40px\]{right:40px}.top-0{top:0}.top-1\/2{top:50%}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-\[-11px\]{top:-11px}.top-\[10px\]{top:10px}.top-\[12px\]{top:12px}.top-\[55\%\]{top:55%}.top-\[70px\]{top:70px}.top-\[96px\]{top:96px}.z-10{z-index:10}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.\!m-0{margin:0!important}.\!m-\[40px\]{margin:40px!important}.m-2{margin:.5rem}.\!my-\[35px\]{margin-bottom:35px!important;margin-top:35px!important}.mx-\[30px\]{margin-left:30px;margin-right:30px}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-8{margin-bottom:2rem;margin-top:2rem}.\!mb-0{margin-bottom:0!important}.\!mb-3{margin-bottom:.75rem!important}.\!mr-0{margin-right:0!important}.\!mt-0{margin-top:0!important}.\!mt-2{margin-top:.5rem!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-\[-10px\]{margin-bottom:-10px}.mb-\[10px\]{margin-bottom:10px}.mb-\[15px\]{margin-bottom:15px}.mb-\[25px\]{margin-bottom:25px}.mb-\[2px\]{margin-bottom:2px}.ml-0{margin-left:0}.ml-\[12px\]{margin-left:12px}.ml-\[18px\]{margin-left:18px}.ml-auto{margin-left:auto}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-\[10px\]{margin-right:10px}.mr-\[60px\]{margin-right:60px}.mr-auto{margin-right:auto}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.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-\[-100px\]{margin-top:-100px}.mt-\[-10px\]{margin-top:-10px}.mt-\[-16px\]{margin-top:-16px}.mt-\[-18px\]{margin-top:-18px}.mt-\[-30px\]{margin-top:-30px}.mt-\[-4px\]{margin-top:-4px}.mt-\[-6px\]{margin-top:-6px}.mt-\[10px\]{margin-top:10px}.mt-\[120px\]{margin-top:120px}.mt-\[25px\]{margin-top:25px}.mt-\[30px\]{margin-top:30px}.mt-\[60px\]{margin-top:60px}.line-clamp-4{-webkit-box-orient:vertical;-webkit-line-clamp:4;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.\!flex{display:flex!important}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.size-1{height:.25rem;width:.25rem}.\!h-2\.5{height:.625rem!important}.\!h-4{height:1rem!important}.\!h-5{height:1.25rem!important}.\!h-\[0px\]{height:0!important}.\!h-\[10px\]{height:10px!important}.\!h-\[18px\]{height:18px!important}.\!h-\[21px\]{height:21px!important}.\!h-\[22px\]{height:22px!important}.\!h-\[25px\]{height:25px!important}.\!h-\[28px\]{height:28px!important}.\!h-\[40px\]{height:40px!important}.\!h-\[50px\]{height:50px!important}.\!h-\[54px\]{height:54px!important}.\!h-\[55px\]{height:55px!important}.\!h-\[60px\]{height:60px!important}.\!h-\[74px\]{height:74px!important}.\!h-full{height:100%!important}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-\[120px\]{height:120px}.h-\[12px\]{height:12px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[230px\]{height:230px}.h-\[24px\]{height:24px}.h-\[25px\]{height:25px}.h-\[28px\]{height:28px}.h-\[29px\]{height:29px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[32px\]{height:32px}.h-\[36px\]{height:36px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[45px\]{height:45px}.h-\[470px\]{height:470px}.h-\[48px\]{height:48px}.h-\[50px\]{height:50px}.h-\[52px\]{height:52px}.h-\[55px\]{height:55px}.h-\[60px\]{height:60px}.h-\[6px\]{height:6px}.h-\[700px\]{height:700px}.h-\[74px\]{height:74px}.h-\[80\%\]{height:80%}.h-\[85px\]{height:85px}.h-auto{height:auto}.h-full{height:100%}.max-h-0{max-height:0}.max-h-96{max-height:24rem}.max-h-\[600px\]{max-height:600px}.max-h-\[636px\]{max-height:636px}.max-h-\[700px\]{max-height:700px}.max-h-\[775px\]{max-height:775px}.max-h-\[80\%\]{max-height:80%}.max-h-\[90px\]{max-height:90px}.min-h-\[124px\]{min-height:124px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[50px\]{min-height:50px}.min-h-\[52px\]{min-height:52px}.min-h-\[6px\]{min-height:6px}.min-h-\[700px\]{min-height:700px}.\!w-2\.5{width:.625rem!important}.\!w-4{width:1rem!important}.\!w-5{width:1.25rem!important}.\!w-\[110px\]{width:110px!important}.\!w-\[120px\]{width:120px!important}.\!w-\[130px\]{width:130px!important}.\!w-\[160px\]{width:160px!important}.\!w-\[18px\]{width:18px!important}.\!w-\[210px\]{width:210px!important}.\!w-\[21px\]{width:21px!important}.\!w-\[22px\]{width:22px!important}.\!w-\[240px\]{width:240px!important}.\!w-\[250px\]{width:250px!important}.\!w-\[25px\]{width:25px!important}.\!w-\[28px\]{width:28px!important}.\!w-\[340px\]{width:340px!important}.\!w-\[40px\]{width:40px!important}.\!w-\[70px\]{width:70px!important}.\!w-\[80\%\]{width:80%!important}.\!w-full{width:100%!important}.w-1{width:.25rem}.w-1\/2{width:50%}.w-12{width:3rem}.w-2{width:.5rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-\[100px\]{width:100px}.w-\[150px\]{width:150px}.w-\[190px\]{width:190px}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[21px\]{width:21px}.w-\[24px\]{width:24px}.w-\[28px\]{width:28px}.w-\[29px\]{width:29px}.w-\[315px\]{width:315px}.w-\[360px\]{width:360px}.w-\[40px\]{width:40px}.w-\[410px\]{width:410px}.w-\[460px\]{width:460px}.w-\[48px\]{width:48px}.w-\[52px\]{width:52px}.w-\[60\%\]{width:60%}.w-\[60px\]{width:60px}.w-\[70\%\]{width:70%}.w-\[80px\]{width:80px}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.\!min-w-fit{min-width:-webkit-fit-content!important;min-width:fit-content!important}.min-w-\[150px\]{min-width:150px}.min-w-\[260px\]{min-width:260px}.min-w-\[315px\]{min-width:315px}.min-w-\[52px\]{min-width:52px}.min-w-\[80px\]{min-width:80px}.min-w-\[84px\]{min-width:84px}.\!max-w-\[140px\]{max-width:140px!important}.\!max-w-\[300px\]{max-width:300px!important}.\!max-w-\[730px\]{max-width:730px!important}.\!max-w-\[95\%\]{max-width:95%!important}.\!max-w-full{max-width:100%!important}.max-w-\[100px\]{max-width:100px}.max-w-\[140px\]{max-width:140px}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[400px\]{max-width:400px}.max-w-\[60\%\]{max-width:60%}.max-w-\[695px\]{max-width:695px}.max-w-\[70\%\]{max-width:70%}.max-w-\[80\%\]{max-width:80%}.max-w-fit{max-width:-webkit-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-screen-app{max-width:1340px}.flex-1{flex:1 1}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.\!basis-1\/2{flex-basis:50%!important}.border-collapse{border-collapse:collapse}.-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%}.translate-y-\[-55\%\]{--tw-translate-y:-55%}.-rotate-90,.translate-y-\[-55\%\]{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))}.-rotate-90{--tw-rotate:-90deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.rotate-\[240deg\]{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))}.rotate-\[240deg\]{--tw-rotate:240deg}.scale-90{--tw-scale-x:.9;--tw-scale-y:.9}.scale-90,.transform{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-not-allowed{cursor:not-allowed!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.snap-none{scroll-snap-type:none}.snap-end{scroll-snap-align:end}.\!list-inside{list-style-position:inside!important}.list-inside{list-style-position:inside}.\!list-disc{list-style-type:disc!important}.list-disc{list-style-type:disc}.grid-flow-col{grid-auto-flow:column}.\!grid-cols-\[repeat\(auto-fill\2c minmax\(200px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.\!flex-nowrap{flex-wrap:nowrap!important}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-baseline{align-items:baseline}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.\!justify-end{justify-content:flex-end!important}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.\!gap-0{gap:0!important}.\!gap-5{gap:1.25rem!important}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-x-\[20px\]{column-gap:20px}.gap-y-\[10px\]{row-gap:10px}.\!self-end{align-self:flex-end!important}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-y-none{overscroll-behavior-y:none}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.\!rounded-\[10px\]{border-radius:10px!important}.\!rounded-\[5px\]{border-radius:5px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[16px\]{border-radius:16px}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-appForwardColor{--tw-border-opacity:1!important;border-color:rgb(146 50 248/var(--tw-border-opacity,1))!important}.\!border-appSpotColor{--tw-border-opacity:1!important;border-color:rgb(51 133 248/var(--tw-border-opacity,1))!important}.border-appDark150{--tw-border-opacity:1;border-color:rgb(42 42 42/var(--tw-border-opacity,1))}.border-appDark200{--tw-border-opacity:1;border-color:rgb(52 52 52/var(--tw-border-opacity,1))}.border-appDark300{--tw-border-opacity:1;border-color:rgb(102 102 102/var(--tw-border-opacity,1))}.border-appGrey200{--tw-border-opacity:1;border-color:rgb(131 131 131/var(--tw-border-opacity,1))}.border-appGrey300{--tw-border-opacity:1;border-color:rgb(117 117 117/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.\!bg-appDark100{--tw-bg-opacity:1!important;background-color:rgb(35 35 35/var(--tw-bg-opacity,1))!important}.\!bg-appDark120{--tw-bg-opacity:1!important;background-color:rgb(37 37 37/var(--tw-bg-opacity,1))!important}.\!bg-appDark150{--tw-bg-opacity:1!important;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))!important}.\!bg-appDark180{--tw-bg-opacity:1!important;background-color:rgb(51 51 51/var(--tw-bg-opacity,1))!important}.\!bg-appDark200{--tw-bg-opacity:1!important;background-color:rgb(52 52 52/var(--tw-bg-opacity,1))!important}.\!bg-appDark80{--tw-bg-opacity:1!important;background-color:rgb(28 28 28/var(--tw-bg-opacity,1))!important}.\!bg-appForwardColor{--tw-bg-opacity:1!important;background-color:rgb(146 50 248/var(--tw-bg-opacity,1))!important}.\!bg-appSpotColor{--tw-bg-opacity:1!important;background-color:rgb(51 133 248/var(--tw-bg-opacity,1))!important}.\!bg-appThemeColor{background-color:var(--accent-color)!important}.\!bg-transparent{background-color:initial!important}.bg-appBgWhiteBlur{background-color:#ffffff0d}.bg-appCreamy{--tw-bg-opacity:1;background-color:rgb(250 251 209/var(--tw-bg-opacity,1))}.bg-appDark100{--tw-bg-opacity:1;background-color:rgb(35 35 35/var(--tw-bg-opacity,1))}.bg-appDark160{--tw-bg-opacity:1;background-color:rgb(42 41 41/var(--tw-bg-opacity,1))}.bg-appDark165{--tw-bg-opacity:1;background-color:rgb(47 47 47/var(--tw-bg-opacity,1))}.bg-appDark170{--tw-bg-opacity:1;background-color:rgb(48 48 48/var(--tw-bg-opacity,1))}.bg-appDark180{--tw-bg-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity,1))}.bg-appDark200{--tw-bg-opacity:1;background-color:rgb(52 52 52/var(--tw-bg-opacity,1))}.bg-appDark210{--tw-bg-opacity:1;background-color:rgb(54 54 54/var(--tw-bg-opacity,1))}.bg-appDark220{--tw-bg-opacity:1;background-color:rgb(66 66 66/var(--tw-bg-opacity,1))}.bg-appDark250{--tw-bg-opacity:1;background-color:rgb(83 83 83/var(--tw-bg-opacity,1))}.bg-appDark300{--tw-bg-opacity:1;background-color:rgb(102 102 102/var(--tw-bg-opacity,1))}.bg-appDark50{background-color:#ffffff1a}.bg-appDark70{--tw-bg-opacity:1;background-color:rgb(25 24 24/var(--tw-bg-opacity,1))}.bg-appDark80{--tw-bg-opacity:1;background-color:rgb(28 28 28/var(--tw-bg-opacity,1))}.bg-appDark90{--tw-bg-opacity:1;background-color:rgb(33 33 33/var(--tw-bg-opacity,1))}.bg-appDirtySand{--tw-bg-opacity:1;background-color:rgb(195 225 126/var(--tw-bg-opacity,1))}.bg-appForwardColor{--tw-bg-opacity:1;background-color:rgb(146 50 248/var(--tw-bg-opacity,1))}.bg-appGrey10{--tw-bg-opacity:1;background-color:rgb(170 170 170/var(--tw-bg-opacity,1))}.bg-appGrey100{--tw-bg-opacity:1;background-color:rgb(206 206 206/var(--tw-bg-opacity,1))}.bg-appGrey150{--tw-bg-opacity:1;background-color:rgb(63 63 63/var(--tw-bg-opacity,1))}.bg-appLightBlue{--tw-bg-opacity:1;background-color:rgb(97 209 253/var(--tw-bg-opacity,1))}.bg-appLightGreen{--tw-bg-opacity:1;background-color:rgb(0 247 123/var(--tw-bg-opacity,1))}.bg-appLightYellow{--tw-bg-opacity:1;background-color:rgb(243 255 10/var(--tw-bg-opacity,1))}.bg-appMutedRed{--tw-bg-opacity:1;background-color:rgb(232 90 79/var(--tw-bg-opacity,1))}.bg-appOceanBlue{--tw-bg-opacity:1;background-color:rgb(160 255 228/var(--tw-bg-opacity,1))}.bg-appOrange{--tw-bg-opacity:1;background-color:rgb(255 138 20/var(--tw-bg-opacity,1))}.bg-appPurple{--tw-bg-opacity:1;background-color:rgb(219 121 255/var(--tw-bg-opacity,1))}.bg-appRed{--tw-bg-opacity:1;background-color:rgb(254 78 69/var(--tw-bg-opacity,1))}.bg-appRetroGreen{--tw-bg-opacity:1;background-color:rgb(74 124 89/var(--tw-bg-opacity,1))}.bg-appSpotColor{--tw-bg-opacity:1;background-color:rgb(51 133 248/var(--tw-bg-opacity,1))}.bg-appThemeColor{background-color:var(--accent-color)}.bg-black\/60{background-color:#0009}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-appGradient{background-image:linear-gradient(180deg,#1d1d1d,#171717)}.bg-appGradient-2{background-image:linear-gradient(180deg,#252525,#1f1f1f)}.bg-appGradient-Radial{background-image:radial-gradient(50.13% 100% at 49.87% 100%,#ffffff26 0,#fff0 100%)}.\!fill-appPink{fill:#d57cff!important}.object-cover{object-fit:cover}.\!p-0{padding:0!important}.\!p-\[10px\]{padding:10px!important}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-\[10px\]{padding:10px}.p-\[6px\]{padding:6px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-\[6px\]{padding-left:6px!important;padding-right:6px!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-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-\[18px\]{padding-left:18px;padding-right:18px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[30px\]{padding-left:30px;padding-right:30px}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-\[10px\]{padding-bottom:10px;padding-top:10px}.py-\[15px\]{padding-bottom:15px;padding-top:15px}.py-\[5px\]{padding-bottom:5px;padding-top:5px}.py-\[6px\]{padding-bottom:6px;padding-top:6px}.\!pr-\[8px\]{padding-right:8px!important}.\!pt-2{padding-top:.5rem!important}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pb-\[24px\]{padding-bottom:24px}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-\[15px\]{padding-left:15px}.pl-\[24px\]{padding-left:24px}.pl-\[40px\]{padding-left:40px}.pl-\[8px\]{padding-left:8px}.pr-10{padding-right:2.5rem}.pr-5{padding-right:1.25rem}.pr-\[10px\]{padding-right:10px}.pr-\[13px\]{padding-right:13px}.pr-\[18px\]{padding-right:18px}.pr-\[20px\]{padding-right:20px}.pr-\[6px\]{padding-right:6px}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[100px\]{padding-top:100px}.pt-\[2px\]{padding-top:2px}.text-left{text-align:left}.\!text-center{text-align:center!important}.text-center{text-align:center}.\!text-right{text-align:right!important}.text-right{text-align:right}.text-start{text-align:start}.align-top{vertical-align:top}.\!text-\[12px\]{font-size:12px!important}.\!text-\[16px\]{font-size:16px!important}.\!text-\[18px\]{font-size:18px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.\!font-semibold{font-weight:600!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.\!uppercase{text-transform:uppercase!important}.uppercase{text-transform:uppercase}.\!capitalize{text-transform:capitalize!important}.capitalize{text-transform:capitalize}.italic{font-style:italic}.\!leading-4{line-height:1rem!important}.leading-\[21px\]{line-height:21px}.\!text-appThemeTextColor{color:var(--accent-text-color)!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-appChatTextColor{color:#e4e4ebcc}.text-appDark300{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity,1))}.text-appDark60{--tw-text-opacity:1;color:rgb(24 23 23/var(--tw-text-opacity,1))}.text-appGrey10{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity,1))}.text-appGrey100{--tw-text-opacity:1;color:rgb(206 206 206/var(--tw-text-opacity,1))}.text-appGrey200{--tw-text-opacity:1;color:rgb(131 131 131/var(--tw-text-opacity,1))}.text-appMutedRed{--tw-text-opacity:1;color:rgb(232 90 79/var(--tw-text-opacity,1))}.text-appPink{--tw-text-opacity:1;color:rgb(213 124 255/var(--tw-text-opacity,1))}.text-appRed{--tw-text-opacity:1;color:rgb(254 78 69/var(--tw-text-opacity,1))}.text-appRetroGreen{--tw-text-opacity:1;color:rgb(74 124 89/var(--tw-text-opacity,1))}.text-appSoftCreamy{--tw-text-opacity:1;color:rgb(245 232 221/var(--tw-text-opacity,1))}.text-appThemeColor{color:var(--accent-color)}.text-appThemeTextColor{color:var(--accent-text-color)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/30{color:#ffffff4d}.\!underline{-webkit-text-decoration-line:underline!important;text-decoration-line:underline!important}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.decoration-dotted{-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-appShadow{--tw-shadow:0px 8px 8px #00000026;--tw-shadow-colored:0px 8px 8px var(--tw-shadow-color)}.shadow-appShadow,.shadow-appShadow-2{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-appShadow-2{--tw-shadow:0px 8px 8px 0px #00000026;--tw-shadow-colored:0px 8px 8px 0px var(--tw-shadow-color)}.shadow-appShadow-3{--tw-shadow:0px 10px 17px 0px #00000026;--tw-shadow-colored:0px 10px 17px 0px var(--tw-shadow-color)}.shadow-appShadow-3,.shadow-appShadow-5{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-appShadow-5{--tw-shadow:0px 4px 4px #0003;--tw-shadow-colored:0px 4px 4px var(--tw-shadow-color)}.shadow-appShadow-7{--tw-shadow:0px 20px 14px #00000026;--tw-shadow-colored:0px 20px 14px var(--tw-shadow-color)}.shadow-appShadow-7,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid #0000;outline-offset:2px}.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)}.backdrop-blur-\[20px\]{--tw-backdrop-blur:blur(20px)}.backdrop-blur-\[20px\],.backdrop-blur-\[4px\]{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[4px\]{--tw-backdrop-blur:blur(4px)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.scrollbar-black{scrollbar-color:#232323 #232323}.scrollbar-black:hover{scrollbar-color:rgba(0,0,0,.702) #5e5e5e}.translate-z-0{transform:translateZ(0)}.\[transform\:matrix\(0\2c 1\2c 1\2c 0\2c 0\2c 0\)\]{transform:matrix(0,1,1,0,0,0)}.hover\:border:hover{border-width:1px}.hover\:border-appDark300:hover{--tw-border-opacity:1;border-color:rgb(102 102 102/var(--tw-border-opacity,1))}.hover\:border-appGrey100:hover{--tw-border-opacity:1;border-color:rgb(206 206 206/var(--tw-border-opacity,1))}.hover\:bg-appDark165:hover{--tw-bg-opacity:1;background-color:rgb(47 47 47/var(--tw-bg-opacity,1))}.hover\:bg-appDark200:hover{--tw-bg-opacity:1;background-color:rgb(52 52 52/var(--tw-bg-opacity,1))}.hover\:bg-appDark210:hover{--tw-bg-opacity:1;background-color:rgb(54 54 54/var(--tw-bg-opacity,1))}.hover\:bg-appDark300:hover{--tw-bg-opacity:1;background-color:rgb(102 102 102/var(--tw-bg-opacity,1))}.hover\:bg-black\/30:hover{background-color:#0000004d}.hover\:bg-opacity-70:hover{--tw-bg-opacity:0.7}.hover\:bg-opacity-80:hover{--tw-bg-opacity:0.8}.hover\:font-semibold:hover{font-weight:600}.hover\:opacity-50:hover{opacity:.5}.hover\:opacity-90:hover{opacity:.9}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:scale-100{--tw-scale-x:1;--tw-scale-y:1;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))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:640px){.sm\:h-\[30px\]{height:30px}.sm\:h-\[60px\]{height:60px}.sm\:w-\[30px\]{width:30px}.sm\:w-\[60px\]{width:60px}.sm\:w-\[630px\]{width:630px}.sm\:min-w-\[60px\]{min-width:60px}.sm\:max-w-\[130px\]{max-width:130px}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:\!right-\[20px\]{right:20px!important}.md\:\!top-\[20px\]{top:20px!important}.md\:right-\[15px\]{right:15px}.md\:top-\[15px\]{top:15px}.md\:ml-1{margin-left:.25rem}.md\:\!h-\[130px\]{height:130px!important}.md\:\!h-\[26px\]{height:26px!important}.md\:\!h-\[28px\]{height:28px!important}.md\:\!h-\[43px\]{height:43px!important}.md\:\!h-\[60px\]{height:60px!important}.md\:h-\[130px\]{height:130px}.md\:h-\[26px\]{height:26px}.md\:h-\[28px\]{height:28px}.md\:h-\[34px\]{height:34px}.md\:h-\[350px\]{height:350px}.md\:h-\[43px\]{height:43px}.md\:h-\[44px\]{height:44px}.md\:h-\[45px\]{height:45px}.md\:h-\[72px\]{height:72px}.md\:min-h-\[160px\]{min-height:160px}.md\:min-h-\[180px\]{min-height:180px}.md\:\!w-\[26px\]{width:26px!important}.md\:\!w-\[28px\]{width:28px!important}.md\:\!w-\[43px\]{width:43px!important}.md\:\!w-\[60px\]{width:60px!important}.md\:w-\[26px\]{width:26px}.md\:w-\[28px\]{width:28px}.md\:w-\[43px\]{width:43px}.md\:w-\[72px\]{width:72px}.md\:w-full{width:100%}.md\:min-w-\[160px\]{min-width:160px}.md\:\!max-w-full{max-width:100%!important}.md\:max-w-\[80\%\]{max-width:80%}.md\:max-w-full{max-width:100%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:items-start{align-items:flex-start}.md\:justify-start{justify-content:flex-start}.md\:gap-5{gap:1.25rem}.md\:gap-7{gap:1.75rem}.md\:rounded-\[16px\]{border-radius:16px}.md\:rounded-\[20px\]{border-radius:20px}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-2{padding-bottom:.5rem;padding-top:.5rem}.md\:py-4{padding-bottom:1rem;padding-top:1rem}.md\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.md\:py-\[13px\]{padding-bottom:13px;padding-top:13px}.md\:pl-2{padding-left:.5rem}.md\:pr-\[15px\]{padding-right:15px}.md\:\!text-\[16px\]{font-size:16px!important}.md\:\!text-\[20px\]{font-size:20px!important}.md\:\!text-base{font-size:1rem!important;line-height:1.5rem!important}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[16px\]{font-size:16px}.md\:text-\[24px\]{font-size:24px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-\[350px\]{height:350px}.lg\:h-\[40px\]{height:40px}.lg\:h-\[450px\]{height:450px}.lg\:h-\[75px\]{height:75px}.lg\:w-\[40px\]{width:40px}.lg\:w-\[75px\]{width:75px}.lg\:w-auto{width:auto}.lg\:min-w-\[75px\]{min-width:75px}.lg\:max-w-\[600px\]{max-width:600px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:grid-cols-\[auto_1fr_auto\]{grid-template-columns:auto 1fr auto}.xl\:grid-cols-\[repeat\(auto-fill\2c minmax\(300px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (min-width:1340px){.app\:px-0{padding-left:0;padding-right:0}}@media (min-width:1536px){.\32xl\:h-\[400px\]{height:400px}.\32xl\:h-\[500px\]{height:500px}}.\[\&\>\*\]\:overflow-hidden>*{overflow:hidden}.\[\&\>\*\]\:text-ellipsis>*{text-overflow:ellipsis}.\[\&\>\*\]\:text-sm>*{font-size:.875rem;line-height:1.25rem}.\[\&\>div\>fieldset\]\:\!border-none>div>fieldset{border-style:none!important}.\[\&\>div\]\:m-\[10px\]>div{margin:10px}.\[\&\>div\]\:basis-\[90\%\]>div{flex-basis:90%}.\[\&\>div\]\:\!rounded-\[10px\]>div{border-radius:10px!important}.\[\&\>div\]\:\!border-none>div{border-style:none!important}.\[\&\>div\]\:\!bg-appDark100>div{--tw-bg-opacity:1!important;background-color:rgb(35 35 35/var(--tw-bg-opacity,1))!important}.\[\&\>div\]\:\!p-\[9px\]>div{padding:9px!important}@media (min-width:768px){.md\:\[\&\>div\]\:basis-\[45\%\]>div{flex-basis:45%}}.\[\&\>fieldset\]\:hidden>fieldset{display:none}.\[\&\>li\]\:\!list-inside>li{list-style-position:inside!important}.\[\&\>li\]\:\!list-disc>li{list-style-type:disc!important}.\[\&\>p\]\:text-appSoftCreamy>p{--tw-text-opacity:1;color:rgb(245 232 221/var(--tw-text-opacity,1))}.\[\&\>p\]\:opacity-75>p{opacity:.75}.\[\&\>span\:not\(\:last-child\)\]\:after\:content-\[\'\2c _\'\]>span:not(:last-child):after{--tw-content:", ";content:var(--tw-content)}.\[\&\>span\>span\]\:p-2>span>span{padding:.5rem}.\[\&\>span\>span\]\:text-appThemeTextColor>span>span{color:var(--accent-text-color)}.\[\&\>span\>svg\]\:fill-appGrey300>span>svg{fill:#757575}.\[\&\>svg\]\:\!relative>svg{position:relative!important}.\[\&\>svg\]\:\!m-0>svg{margin:0!important}.\[\&\>svg\]\:mr-3>svg{margin-right:.75rem}.\[\&\>td\:first-child\]\:\!rounded-bl-\[10px\]>td:first-child{border-bottom-left-radius:10px!important}.\[\&\>td\:first-child\]\:\!pl-5>td:first-child{padding-left:1.25rem!important}.\[\&\>td\:first-child\]\:\!pr-2\.5>td:first-child{padding-right:.625rem!important}.\[\&\>td\:last-child\]\:\!rounded-br-\[10px\]>td:last-child{border-bottom-right-radius:10px!important}.\[\&\>td\:last-child\]\:\!pl-2\.5>td:last-child{padding-left:.625rem!important}.\[\&\>td\:last-child\]\:\!pr-5>td:last-child{padding-right:1.25rem!important}.\[\&\>td\]\:\!px-2\.5>td{padding-left:.625rem!important;padding-right:.625rem!important}
/*# sourceMappingURL=main.a20c7ae1.css.map*/