:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fbfaf9;font-family:sans-serif;font-family:NunitoSans,sans-serif;font-size:14px;margin:0}#root,body,html{height:100%;min-height:100%}.App{height:100%}.italic{font-style:italic}*{box-sizing:border-box}h1,h2,h3,h4,p{margin-top:0}h1,h2{margin-bottom:15px}h3,h4{margin-bottom:10px}h1,h2{font-family:NunitoSans-Bold,sans-serif}h2{font-size:18px}h4{font-family:NunitoSans-Bold,sans-serif;font-size:14px}a,input,li,p,textarea{color:#282828;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400}a.bold,input.bold,li.bold,p.bold,textarea.bold{font-family:NunitoSans-Bold,sans-serif}a.small,input.small,li.small,p.small,textarea.small{font-size:12px}button{box-shadow-vertical-align:middle;background-color:#00875e;border:1px solid #00875e;border-radius:10px;box-shadow:0 14px 64px -4px #18274b0a span;color:#fff;cursor:pointer;display:flex;font-family:sans-serif;font-family:NunitoSans,sans-serif;font-size:14px;height:45px;padding:15px 20px;text-align:center;white-space:nowrap}button,button .icon{align-items:center;justify-content:center}button .icon{display:inline-flex;font-size:20px;position:relative}button .icon.loader>div{position:relative;top:-1px}button .icon svg{position:relative;top:-50%;vertical-align:middle}button .icon:not(.loader):first-child{margin-left:-8px}button .icon+span,button span+.icon{margin-left:8px}button.secondary{background-color:#fff;color:#00875e}button.secondary svg{color:#00875e}button.invisible{background-color:#0000;border-color:#0000;color:#949494}button.disabled{background-color:#eaeaea;border-color:#eaeaea;color:#6f6f6f;opacity:.7}a{text-underline-offset:2px}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:inset 0 0 0 30px #0000!important}button.loader{position:relative;top:-1px}@keyframes input-email_rotate__fwRVJ{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-email_container-input-email__ZYpdK:not(.input-email_login__HOefX) label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-email_container-input-email__ZYpdK.input-email_inline__65tKZ{align-items:center;display:flex;justify-content:space-between}.input-email_container-input-email__ZYpdK.input-email_inline__65tKZ label{margin-right:10px}.input-email_container-input-email__ZYpdK:not(.input-email_inline__65tKZ) label+.input-email_input__wiZKv{margin-top:10px}.input-email_container-input-email__ZYpdK .input-email_input__wiZKv{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-email_container-input-email__ZYpdK .input-email_input__wiZKv:focus{border:1px solid #00875e}.input-email_container-input-email__ZYpdK .input-email_input__wiZKv::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-email_container-input-email__ZYpdK.input-email_primary__-IucI .input-email_input__wiZKv{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-email_container-input-email__ZYpdK.input-email_primary__-IucI .input-email_input__wiZKv:focus{border:1px solid #00875e}.input-email_container-input-email__ZYpdK.input-email_primary__-IucI .input-email_input__wiZKv::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-email_container-input-email__ZYpdK.input-email_login__HOefX{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}@keyframes input-text_rotate__dyM1G{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-text_container-input__mPYuU label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-text_container-input__mPYuU.input-text_inline__W1jnO{align-items:center;display:flex;justify-content:space-between}.input-text_container-input__mPYuU.input-text_inline__W1jnO label{margin-right:10px}.input-text_container-input__mPYuU:not(.input-text_inline__W1jnO) label+.input-text_input__30POp{margin-top:10px}.input-text_container-input__mPYuU input{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-text_container-input__mPYuU input:focus{border:1px solid #00875e}.input-text_container-input__mPYuU input::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-text_container-input__mPYuU.input-text_h1__7Ig2j input{border:none;border-bottom:1px solid #eae8e3;border-radius:0;font-family:NunitoSans-Bold;font-size:18px;padding:0 0 6px}.input-text_container-input__mPYuU.input-text_h1__7Ig2j input:focus{border-bottom:1px solid #00875e}.input-text_container-input__mPYuU.input-text_h1__7Ig2j input::placeholder{color:#6f6f6f;font-family:NunitoSans-Bold}.input-text_container-input__mPYuU.input-text_discret__YiBUg input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-text_container-input__mPYuU.input-text_primary__5hQkm .input-text_input__30POp{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-text_container-input__mPYuU.input-text_primary__5hQkm .input-text_input__30POp:focus{border:1px solid #00875e}.input-text_container-input__mPYuU.input-text_primary__5hQkm .input-text_input__30POp::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}@keyframes input-number_rotate__ua7ZF{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-number_container-input__vkkDz.input-number_unit__3SzBe{position:relative}.input-number_container-input__vkkDz.input-number_unit__3SzBe input{padding-right:10px}.input-number_container-input__vkkDz.input-number_unit__3SzBe input::-webkit-inner-spin-button,.input-number_container-input__vkkDz.input-number_unit__3SzBe input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-number_container-input__vkkDz.input-number_unit__3SzBe .input-number_unit__3SzBe{color:#949494;font-weight:700;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.input-number_container-input__vkkDz label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-number_container-input__vkkDz.input-number_inline__TCcy3{align-items:center;display:flex;justify-content:space-between}.input-number_container-input__vkkDz.input-number_inline__TCcy3 label{margin-right:10px}.input-number_container-input__vkkDz:not(.input-number_inline__TCcy3) label+.input-number_input__2rKLm{margin-top:10px}.input-number_container-input__vkkDz input{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-number_container-input__vkkDz input:focus{border:1px solid #00875e}.input-number_container-input__vkkDz input::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-number_container-input__vkkDz.input-number_discret__6zj4h input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-number_container-input__vkkDz.input-number_primary__ZWg0E .input-number_input__2rKLm{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-number_container-input__vkkDz.input-number_primary__ZWg0E .input-number_input__2rKLm:focus{border:1px solid #00875e}.input-number_container-input__vkkDz.input-number_primary__ZWg0E .input-number_input__2rKLm::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}@keyframes input-format-pattern_rotate__pXjBw{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-format-pattern_container-input-format-number__sBbIl label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_inline__KGt5b{align-items:center;display:flex;justify-content:space-between}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_inline__KGt5b label{margin-right:10px}.input-format-pattern_container-input-format-number__sBbIl:not(.input-format-pattern_inline__KGt5b) label+.input-format-pattern_input__ZBE-B{margin-top:10px}.input-format-pattern_container-input-format-number__sBbIl .input-format-pattern_input__ZBE-B{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-format-pattern_container-input-format-number__sBbIl .input-format-pattern_input__ZBE-B:focus{border:1px solid #00875e}.input-format-pattern_container-input-format-number__sBbIl .input-format-pattern_input__ZBE-B::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_primary__Thf1k .input-format-pattern_input__ZBE-B{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_primary__Thf1k .input-format-pattern_input__ZBE-B:focus{border:1px solid #00875e}.input-format-pattern_container-input-format-number__sBbIl.input-format-pattern_primary__Thf1k .input-format-pattern_input__ZBE-B::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}@keyframes input-password_rotate__U9Tmf{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-password_container-input-password__u\+Qtn{position:relative}.input-password_container-input-password__u\+Qtn:not(.input-password_login__3zdnB) label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-password_container-input-password__u\+Qtn.input-password_inline__rx\+xL{align-items:center;display:flex;justify-content:space-between}.input-password_container-input-password__u\+Qtn.input-password_inline__rx\+xL label{margin-right:10px}.input-password_container-input-password__u\+Qtn:not(.input-password_inline__rx\+xL) label+.input-password_container-input__0aScc{margin-top:10px}.input-password_container-input-password__u\+Qtn .input-password_input__vu05b{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-password_container-input-password__u\+Qtn .input-password_input__vu05b:focus{border:1px solid #00875e}.input-password_container-input-password__u\+Qtn .input-password_input__vu05b::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-password_container-input-password__u\+Qtn.input-password_primary__pmume .input-password_input__vu05b{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-password_container-input-password__u\+Qtn.input-password_primary__pmume .input-password_input__vu05b:focus{border:1px solid #00875e}.input-password_container-input-password__u\+Qtn.input-password_primary__pmume .input-password_input__vu05b::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-password_container-input-password__u\+Qtn.input-password_login__3zdnB{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-password_container-input__0aScc{position:relative;width:100%}.input-password_container-input__0aScc .input-password_container-icon__dff\+q{align-content:center;cursor:pointer;display:block;height:45px;justify-content:center;position:absolute;right:0;top:0;width:45px}.input-password_container-input__0aScc .input-password_container-icon__dff\+q>svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.input-password_container-input__0aScc .input-password_input__vu05b::-ms-clear,.input-password_container-input__0aScc .input-password_input__vu05b::-ms-reveal{display:none}.input-password_container-input__0aScc .input-password_input__vu05b::-webkit-credentials-auto-fill-button{background-color:#0000;margin:0;width:0}@keyframes textarea_rotate__5W5Ga{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.textarea_container-textarea__qiQ0A{margin:0}.textarea_container-textarea__qiQ0A label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.textarea_container-textarea__qiQ0A.textarea_login__yOu7K:not(.textarea_inline__YERGH) label{background-color:#404b52;color:#fff}.textarea_container-textarea__qiQ0A.textarea_inline__YERGH{align-items:center;align-items:flex-start;display:flex;justify-content:space-between}.textarea_container-textarea__qiQ0A.textarea_inline__YERGH label{margin-right:10px;margin-top:12px}.textarea_container-textarea__qiQ0A:not(.textarea_inline__YERGH) label+.textarea_container__wBpx5{margin-top:15px}.textarea_container-textarea__qiQ0A.textarea_disabled__qMaaO{opacity:.5;pointer-events:none}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;resize:none;width:100%}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r:focus{border:1px solid #00875e}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar{width:10px}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar-track{background:#0000}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar-thumb{background:#28282833;border-radius:5px}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r::-webkit-scrollbar-thumb:hover{background:#00875e}.textarea_container-textarea__qiQ0A .textarea_input__Vf0\+r.textarea_disabled__qMaaO{pointer-events:none}.textarea_container-textarea__qiQ0A.textarea_primary__20ecg .textarea_input__Vf0\+r{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.textarea_container-textarea__qiQ0A.textarea_primary__20ecg .textarea_input__Vf0\+r:focus{border:1px solid #00875e}.textarea_container-textarea__qiQ0A.textarea_primary__20ecg .textarea_input__Vf0\+r::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.textarea_container-textarea__qiQ0A.textarea_discret__t1sh5 textarea{background-color:#0000;border:none;border-bottom:1px solid #eae8e3;border-radius:0;min-height:28px;overflow:hidden;padding:10px 0}.textarea_container-textarea__qiQ0A.textarea_discret__t1sh5 textarea:focus{border:none;border-bottom:1px solid #00875e}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc .textarea_input__Vf0\+r{background-color:#fff;border:1px solid #fff;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;line-height:17px;outline:none;padding:11px;width:100%}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc .textarea_input__Vf0\+r:focus{border:1px solid #00875e}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc .textarea_input__Vf0\+r::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.textarea_container-textarea__qiQ0A.textarea_secondary__JGlEc textarea{border:none!important;line-height:18px!important}.textarea_container-textarea__qiQ0A .textarea_container__wBpx5{width:100%}.textarea_container-textarea__qiQ0A .textarea_container__wBpx5 .textarea_count-characters__u-sGo{color:#282828;font-size:14px;margin:0;padding:15px 15px 0;text-align:right}.textarea_container-textarea__qiQ0A .textarea_container__wBpx5 .textarea_count-characters__u-sGo span{color:#282828}@keyframes list-tags_rotate__nWe68{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list-tags_list-tags__8p-\+\+{width:100%}.list-tags_list-tags__8p-\+\+ label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.list-tags_list-tags__8p-\+\+.list-tags_inline__nHiTO{align-items:center;display:flex;justify-content:flex-start}.list-tags_list-tags__8p-\+\+.list-tags_inline__nHiTO label{margin-right:10px}.list-tags_list-tags__8p-\+\+:not(.list-tags_inline__nHiTO) label+ul{margin-top:15px}.list-tags_list-tags__8p-\+\+ ul{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin:0;padding:0;width:100%}.list-tags_list-tags__8p-\+\+ ul li{list-style:none}.list-tags_list-tags__8p-\+\+ ul li button{background-color:#0000;border:none;border-radius:10px;box-shadow:inset 0 0 0 1px #80c3ae;color:#6f6f6f;font-family:NunitoSans-Bold;padding:10px;width:100%}.list-tags_list-tags__8p-\+\+ ul li button.list-tags_selected__Oiox-{background-color:#00875e;border-color:#00875e;box-shadow:inset 0 0 0 1px #00875e;color:#fff}@keyframes styled-select_rotate__0j\+Zl{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.styled-select_container-select__wQ\+So label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.styled-select_container-select__wQ\+So.styled-select_inline__Fe2fa{align-items:center;display:flex;justify-content:space-between}.styled-select_container-select__wQ\+So.styled-select_inline__Fe2fa label{margin-right:10px}.styled-select_container-select__wQ\+So:not(.styled-select_inline__Fe2fa) label+.styled-select_select__NHULQ{margin-top:10px}.styled-select_container-select__wQ\+So .styled-select_select__NHULQ{width:100%}@keyframes checkbox_rotate__zyHL1{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.checkbox_checkbox__kM97t.checkbox_inline__xeeEM{align-items:center;display:flex}.checkbox_checkbox__kM97t.checkbox_inline__xeeEM .checkbox_container__y11C1{margin-right:10px}.checkbox_checkbox__kM97t label{color:#6f6f6f;cursor:pointer;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.checkbox_checkbox__kM97t .checkbox_container__y11C1{display:flex;height:24px;justify-content:flex-start}.checkbox_checkbox__kM97t .checkbox_square__GjIw2{align-items:center;background-color:#eaeaea;border-radius:6px;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.checkbox_checkbox__kM97t .checkbox_square__GjIw2>svg{color:#00875e}@keyframes input-color_rotate__8VjgU{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-color_input__WsSSt{align-items:flex-end;display:flex}.input-color_input__WsSSt label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-color_input__WsSSt label+input{margin-top:10px}.input-color_input__WsSSt .input-color_inputColor__raCOD{all:unset;border:none;box-shadow:none;display:inline;height:0;opacity:0;outline:none;padding:0;width:0}.input-color_input__WsSSt .input-color_inputText__\+9CDp{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;max-width:78px;min-width:90px;outline:none;padding:11px;width:100%}.input-color_input__WsSSt .input-color_inputText__\+9CDp:focus{border:1px solid #00875e}.input-color_input__WsSSt .input-color_inputText__\+9CDp::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-color_input__WsSSt .input-color_color__dJNSs{border-radius:10px;box-shadow:inset 0 0 0 1px #6e71774d;height:44px;margin-left:10px;width:44px}.error-field_errors-fields__wsuhJ p{color:#fa5c4f;font-size:12px;margin:5px 0}.signin-form_signin-form__1G5DF{max-width:400px}.signin-form_signin-form__1G5DF .signin-form_form__aLrCP{margin-bottom:30px}.signin-form_signin-form__1G5DF .signin-form_form__aLrCP .signin-form_containerField__gKIbM{margin:0 0 15px}.signin-form_signin-form__1G5DF .signin-form_form__aLrCP .signin-form_message-error__WakNn{color:#fa5c4f;font-size:14px}.signin-form_signin-form__1G5DF .signin-form_container-link__uH\+XT{margin-bottom:20px}.signin-form_signin-form__1G5DF .signin-form_container-link__uH\+XT p{color:#282828;font-size:14px}.signin-form_signin-form__1G5DF .signin-form_container-link__uH\+XT p a{color:#00875e;font-size:14px;text-decoration:none}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64- .signin-form_containerBtn__kToAE{align-items:center;display:flex}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64- .signin-form_containerBtn__kToAE>a{margin-left:15px;margin-top:0}.signin-form_signin-form__1G5DF .signin-form_containerSubmit__Uw64->a{color:#282828;display:block;margin-top:15px;position:relative}@keyframes signin_rotate__JJMkZ{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.signin_signin__fWCgT{background-image:url(/static/media/bg-signin.8b3944b943e5dcfb6331.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;height:100%}.signin_signin__fWCgT .signin_container__wrW7q{height:100%;margin:0 auto;max-width:1240px;padding:0 15px;width:100%}@media screen and (min-width:576px){.signin_signin__fWCgT .signin_container__wrW7q{padding:0 20px}}.signin_signin__fWCgT .signin_container__wrW7q>div{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;vertical-align:top}.signin_signin__fWCgT .signin_container__wrW7q>div:first-child{width:45%}.signin_signin__fWCgT .signin_container__wrW7q>div:nth-child(2){width:55%}.signin_signin__fWCgT .signin_container__wrW7q .signin_form__Tj63b{max-width:400px;width:100%}.signin_signin__fWCgT .signin_container__wrW7q .signin_form__Tj63b a{color:#282828;display:block;margin-top:15px;position:relative;text-decoration:underline}.emailresetpwd-form_emailresetpwd-form__hueVS{max-width:400px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04{margin-bottom:30px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04 .emailresetpwd-form_container-field__q3OKN{margin:0 0 15px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04 .emailresetpwd-form_message-error__1oOaQ{color:#fa5c4f;font-size:14px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_form__Bue04 .emailresetpwd-form_message-succeed__rsOsI{color:#5bc284;font-size:14px}.emailresetpwd-form_emailresetpwd-form__hueVS .emailresetpwd-form_containerSubmit__13ZTK a{color:#282828;display:block;margin-top:15px;position:relative;text-decoration:underline}@keyframes forgot-password_rotate__6z97V{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.forgot-password_forgotPassword__Y6naO{background-image:url(/static/media/bg-signin.8b3944b943e5dcfb6331.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;height:100%}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS{height:100%;margin:0 auto;max-width:1240px;padding:0 15px;width:100%}@media screen and (min-width:576px){.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS{padding:0 20px}}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS>div{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;vertical-align:top}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS>div:first-child{width:45%}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS>div:nth-child(2){width:55%}.forgot-password_forgotPassword__Y6naO .forgot-password_container__TGijS .forgot-password_form__y\+JQg{max-width:400px;width:100%}.resetpwd-form_resetpwd-form__-JKKn{max-width:400px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_container-field__NKKW9{margin:0 0 15px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_message-error__8V3LU{color:#fa5c4f;font-size:12px;margin-top:15px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_message-succeed__7fd-o{color:#4eabbf;font-family:CenturyGothic;font-size:14px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_submit__-mRbd,.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt .resetpwd-form_succeed__zyHaG{margin-top:30px}.resetpwd-form_resetpwd-form__-JKKn .resetpwd-form_form__Laazt button.resetpwd-form_btnSucceed__\+KsZF{margin-bottom:15px;max-width:100%;white-space:nowrap}@keyframes reset-password_rotate__RSAgg{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.reset-password_resetPassword__0qElq{background-image:url(/static/media/bg-signin.8b3944b943e5dcfb6331.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;height:100%}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8{height:100%;margin:0 auto;max-width:1240px;padding:0 15px;width:100%}@media screen and (min-width:576px){.reset-password_resetPassword__0qElq .reset-password_container__SSnT8{padding:0 20px}}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8>div{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;vertical-align:top}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8>div:first-child{width:45%}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8>div:nth-child(2){width:55%}.reset-password_resetPassword__0qElq .reset-password_container__SSnT8 .reset-password_form__vN88k{max-width:400px;width:100%}.navbar_navbar__lfFtd{background-color:#fbfaf9;display:inline-flex;flex-direction:column;height:100%;position:absolute;vertical-align:top;width:60px;z-index:2}@media screen and (max-width:1200px){.navbar_navbar__lfFtd{transition:width .4s ease-in-out}.navbar_navbar__lfFtd .navbar_navigation__uF1Ui>ul:first-child{width:236px}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_content__XRDcj{position:relative}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_content__XRDcj .navbar_overlay__WOaGC{bottom:0;position:absolute;top:0;width:60px;z-index:1}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_logo__oBAlx{align-content:center;display:flex;justify-content:center}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_logo__oBAlx>div{overflow:hidden;width:48px}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_logo__oBAlx>div img{height:65px;left:-10px;position:relative}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_navigation__uF1Ui{position:relative}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_navigation__uF1Ui ul{pointer-events:none}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_navigation__uF1Ui .navbar_itemText__sMYpZ{display:none}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_bottom__Z-SbF{padding:0}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_bottom__Z-SbF button{width:100%}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_bottom__Z-SbF button span:first-child{margin-left:0}.navbar_navbar__lfFtd:not(.navbar_open__Tte1N) .navbar_bottom__Z-SbF button span:nth-child(2){display:none}.navbar_navbar__lfFtd.navbar_open__Tte1N{width:236px}}@media screen and (min-width:1200px){.navbar_navbar__lfFtd{position:relative;width:236px}}.navbar_navbar__lfFtd .navbar_content__XRDcj{flex:1 1}.navbar_navbar__lfFtd .navbar_content__XRDcj img{display:block;margin:15px auto;width:111px}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui{padding:20px}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li{font-family:NunitoSans-Bold}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li .navbar_item__6mwoZ{padding:10px 0}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul{padding-left:15px}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul .navbar_item__6mwoZ{padding:3px 0}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_members__ayoSn li{padding-left:15px;position:relative}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_members__ayoSn li:after{content:"";display:block;height:7px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:7px}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_members__ayoSn li:first-child:after{background-color:#4eabbf}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_members__ayoSn li:nth-child(2):after{background-color:#282828}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_question__pPhM0 li{padding-left:15px;position:relative}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_question__pPhM0 li:after{content:"";display:block;height:7px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:7px}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_question__pPhM0 li:first-child:after{background-color:#00875e}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_question__pPhM0 li:nth-child(2):after{background-color:#4eabbf}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui>ul>li>ul.navbar_question__pPhM0 li:nth-child(3):after{background-color:#282828}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui .navbar_icon__JaSOH{display:inline-block;margin-right:10px;vertical-align:middle}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui .navbar_item__6mwoZ{cursor:pointer;display:inline-block;font-family:NunitoSans-Bold;text-decoration:none}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui .navbar_item__6mwoZ.navbar_active__tS\+cj{color:#282828}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui .navbar_item__6mwoZ.navbar_active__tS\+cj svg{fill:#282828}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui .navbar_item__6mwoZ:not(.navbar_active__tS\+cj){color:#6f6f6f}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui .navbar_item__6mwoZ:not(.navbar_active__tS\+cj) svg{fill:#6f6f6f}.navbar_navbar__lfFtd .navbar_content__XRDcj .navbar_navigation__uF1Ui ul{list-style:none;padding:0}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF{padding:15px;text-align:center}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx{border-bottom:1px solid #eae8e3;padding-bottom:15px}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx a{align-items:center;display:flex;justify-content:center;text-decoration:none}@media screen and (max-width:1200px){.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx a .navbar_name__2vWjv{display:none}}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx a .navbar_profilePicture__qxXsl{align-items:center;background-color:#00875e99;border-radius:10px;box-shadow:inset 0 0 0 2px #282828;display:flex;height:44px;justify-content:center;margin-right:10px;width:44px}@media screen and (max-width:1200px){.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx a .navbar_profilePicture__qxXsl{margin-right:0}}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx a .navbar_profilePicture__qxXsl p{color:#fff}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF .navbar_user__vdyyx a p{font-family:NunitoSans-Bold;margin:0}.navbar_navbar__lfFtd .navbar_bottom__Z-SbF button{width:200px}@keyframes layout_rotate__47xNG{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.layout_global__e9WKl{display:inline-block;height:100%;margin-left:60px;padding:20px 20px 20px 0;position:relative;vertical-align:top;width:calc(100% - 60px);z-index:1}@media screen and (min-width:1200px){.layout_global__e9WKl{margin-left:0;padding:20px;width:calc(100% - 236px)}}.layout_global__e9WKl .layout_container__76NxH{height:100%;max-height:100%;overflow-y:auto;scrollbar-gutter:stable;width:100%}.layout_global__e9WKl .layout_container__76NxH::-webkit-scrollbar{width:10px}.layout_global__e9WKl .layout_container__76NxH::-webkit-scrollbar-track{background:#0000}.layout_global__e9WKl .layout_container__76NxH::-webkit-scrollbar-thumb{background:#28282833;border-radius:5px}.layout_global__e9WKl .layout_container__76NxH::-webkit-scrollbar-thumb:hover{background:#00875e}.users-table_usersTable__\+v6SV table{border-collapse:collapse;border-spacing:0;width:100%}.users-table_usersTable__\+v6SV table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.users-table_usersTable__\+v6SV table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.users-table_usersTable__\+v6SV table thead th .users-table_sortIcons__-EX-3{opacity:.3}.users-table_usersTable__\+v6SV table thead th .users-table_sortIcons__-EX-3>svg:first-child{transform:translateY(-80%)}.users-table_usersTable__\+v6SV table thead th .users-table_sortIcons__-EX-3>svg:nth-child(2){transform:translateY(-20%)}.users-table_usersTable__\+v6SV table tbody tr{cursor:pointer}.users-table_usersTable__\+v6SV table tbody td{padding:15px 0 15px 20px}@keyframes tepik-team_rotate__NVwne{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.tepik-team_tepikTeam__9DMp6{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.tepik-team_tepikTeam__9DMp6{padding:30px}}.tepik-team_tepikTeam__9DMp6 .tepik-team_header__Oos1S{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.tepik-team_tepikTeam__9DMp6 .tepik-team_header__Oos1S h1{margin-bottom:0}.tepik-team_tepikTeam__9DMp6 .tepik-team_header__Oos1S h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.tepik-team_tepikTeam__9DMp6 .tepik-team_header__Oos1S>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.tepik-team_tepikTeam__9DMp6 .tepik-team_header__Oos1S>div:last-child a{text-decoration:none}.tepik-team_tepikTeam__9DMp6 .tepik-team_header__Oos1S>div:last-child button{margin-left:20px}@keyframes input-search_rotate__X8z5G{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-search_inputSearch__-yKpO .input-search_toggle__7AsF\+{align-items:center;background-color:#0000;border:1px solid #eae8e3;border-radius:10px;color:#282828;cursor:pointer;display:flex;font-size:16px;height:43px;justify-content:center;padding:0;transition:all .2s ease-in-out;width:43px}.input-search_inputSearch__-yKpO .input-search_toggle__7AsF\+ svg{color:#282828}.input-search_inputSearch__-yKpO .input-search_toggle__7AsF\+:hover{font-size:18px}@keyframes tag_rotate__OgLQh{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.tag_tag__hT3IM{align-items:center;background-color:#b3dbcf;background-color:var(--color,#b3dbcf);border-radius:4px;color:#282828;display:inline-flex;font-size:14px;height:30px;justify-content:center;overflow:hidden;position:relative;z-index:0}.tag_tag__hT3IM>p{margin:0;min-width:50px;padding:0 10px;text-align:center}.tag_tag__hT3IM .tag_delete__HJFV-{align-items:center;cursor:pointer;display:inline-flex;height:30px;justify-content:center;position:relative;width:30px}.tag_tag__hT3IM .tag_delete__HJFV-:after{background-color:#282828;content:"";display:block;height:30px;left:0;opacity:.12;position:absolute;top:0;width:30px;z-index:0}.tag_tag__hT3IM .tag_delete__HJFV- p{cursor:pointer;font-size:18px;margin:0;position:relative;z-index:1}@keyframes select-multiple_rotate__ggT34{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.select-multiple_selectMultiple__du86j h4{font-family:NunitoSans-Bold;margin-bottom:8px}.select-multiple_selectMultiple__du86j .select-multiple_containerField__2\+HGk{align-items:flex-end;display:flex;margin-bottom:10px}.select-multiple_selectMultiple__du86j .select-multiple_containerField__2\+HGk>div:first-child{width:100%}.select-multiple_selectMultiple__du86j .select-multiple_containerField__2\+HGk>button{margin-left:20px}.select-multiple_selectMultiple__du86j .select-multiple_tags__\+qSfM{display:flex;flex-wrap:wrap;margin-bottom:20px;padding-bottom:-10px}.select-multiple_selectMultiple__du86j .select-multiple_tags__\+qSfM>div{margin-bottom:10px;margin-right:10px}@keyframes admin-form_rotate__ZEyrR{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.admin-form_form__Yc-ym{max-width:680px}.admin-form_form__Yc-ym .admin-form_row__CrNDR{grid-gap:15px;display:grid;grid-template-columns:1fr 1fr}.admin-form_form__Yc-ym .admin-form_row__CrNDR.admin-form_organisation__bY80Q{display:flex;width:100%}.admin-form_form__Yc-ym .admin-form_row__CrNDR.admin-form_organisation__bY80Q .admin-form_containerField__AMytN{width:65%}.admin-form_form__Yc-ym .admin-form_containerField__AMytN{margin-bottom:20px}@keyframes create-admin_rotate__OHkP5{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.create-admin_createAdmin__mKygt{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.create-admin_createAdmin__mKygt{padding:30px}}.create-admin_createAdmin__mKygt:after{background-image:url(/static/media/illu-tepik-teams.456573b28f922b846171.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.create-admin_createAdmin__mKygt .create-admin_header__qdeQw{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.create-admin_createAdmin__mKygt .create-admin_header__qdeQw .create-admin_dotLoader__1Vgtq{animation-duration:1s;animation-iteration-count:infinite;animation-name:create-admin_rotate__OHkP5;background-color:#fff6;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}.create-admin_createAdmin__mKygt .create-admin_header__qdeQw .create-admin_backward__RflKC{font-size:24px}.create-admin_createAdmin__mKygt .create-admin_form__9-Q3u{position:relative;z-index:1}@keyframes edit_rotate__KcbZn{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit_edit__27REA{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;height:100%;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.edit_edit__27REA{padding:30px}}.edit_edit__27REA:after{background-image:url(/static/media/illu-tepik-teams.456573b28f922b846171.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.edit_edit__27REA .edit_header__TqJml{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.edit_edit__27REA .edit_header__TqJml .edit_dotLoader__sNwdW{animation-duration:1s;animation-iteration-count:infinite;animation-name:edit_rotate__KcbZn;background-color:#fff6;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}.edit_edit__27REA .edit_header__TqJml .edit_backward__ItoyF{font-size:24px}.edit_edit__27REA .edit_form__CNje4{position:relative;z-index:1}.edit_edit__27REA .edit_delete__Wr6Uv{color:#fa5c4f;cursor:pointer;font-family:NunitoSans-Bold;margin:auto 20px 0 0;text-decoration:underline}.modal_overlay-modal__5Etb3{background-color:#1a1b4299;height:100%;position:fixed;top:0;width:100%;z-index:3000}.modal_modal__H4mo9{background-color:#fff;border-radius:8px;left:50%;padding:20px;position:fixed;top:120px;transform:translate(-50%);width:310px;z-index:3001}@media screen and (min-width:700px){.modal_modal__H4mo9{top:20px}}.modal_modal__H4mo9 p{margin-top:0}.modal_modal__H4mo9 .modal_container-btn__a45Mv{display:flex;justify-content:center}.modal_modal__H4mo9 .modal_container-btn__a45Mv button:first-child{margin-right:5px}.modal_modal__H4mo9 .modal_container-btn__a45Mv button:last-child{margin-left:5px}.quiz-table_quizTable__aelot table{border-collapse:collapse;border-spacing:0;width:100%}.quiz-table_quizTable__aelot table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.quiz-table_quizTable__aelot table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.quiz-table_quizTable__aelot table thead th .quiz-table_sortIcons__OtXUW{opacity:.3}.quiz-table_quizTable__aelot table thead th .quiz-table_sortIcons__OtXUW>svg:first-child{transform:translateY(-80%)}.quiz-table_quizTable__aelot table thead th .quiz-table_sortIcons__OtXUW>svg:nth-child(2){transform:translateY(-20%)}.quiz-table_quizTable__aelot table tbody tr{cursor:pointer}.quiz-table_quizTable__aelot table tbody td{padding:15px 0 15px 20px}.quiz-table_quizTable__aelot table tbody td:nth-child(3){width:20%}@keyframes tags_rotate__HSOm3{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.tags_tags__fnv2p{display:flex;justify-content:flex-start}.tags_tags__fnv2p .tags_tag__ZIah8{background-color:#b3dbcf;border-radius:5px;font-size:14px;margin:0 8px 0 0;padding:4px 8px}@keyframes list_rotate__1Qh3b{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_list__\+PBO8{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_list__\+PBO8{padding:30px}}.list_list__\+PBO8 .list_header__AveI0{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_list__\+PBO8 .list_header__AveI0 h1{margin-bottom:0}.list_list__\+PBO8 .list_header__AveI0 h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_list__\+PBO8 .list_header__AveI0 a{text-decoration:none}.list_list__\+PBO8 .list_header__AveI0>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_list__\+PBO8 .list_header__AveI0>div:last-child button{margin-left:20px}.list_list__\+PBO8 .list_filters__2ZHri{display:flex}.list_list__\+PBO8 .list_filters__2ZHri>div{margin-right:20px}.filter-searchparam_container__KmcDK label{color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px}.questionsDistribution_questionsDistribution__mXFIM{display:flex;flex-direction:column;gap:20px}.questionsDistribution_questionsDistribution__mXFIM .questionsDistribution_inputsContainer__oOGkC{align-items:flex-end;display:flex;gap:25px;margin:0 0 12px}.questionsDistribution_questionsDistribution__mXFIM .questionsDistribution_totalQuestionsInput__3vL0b label{color:#6f6f6f}.questionsDistribution_questionsDistribution__mXFIM .questionsDistribution_totalQuestionsInput__3vL0b input{background:#e5f3ef;border:none;border-radius:14px;display:block;font-size:20px;font-weight:800;height:42px;margin:10px 0 0;outline:none;padding:0 0 0 20px;width:153px}.questionsDistribution_questionsDistribution__mXFIM .questionsDistribution_distributedInputsContainer__8PZ8o{display:flex;gap:12px}.distributedInput_distributedInput__7ve9O{align-items:flex-end;display:flex;gap:12px;position:relative}.distributedInput_distributedInput__7ve9O p{font-size:12px;padding:0 0 0 10px}.distributedInput_distributedInput__7ve9O p svg{color:#d4d4d4;font-size:16px;margin-left:5px;transform:translateY(3px)}.distributedInput_distributedInput__7ve9O input{border:1px solid #eae8e3;border-radius:10px;display:block;font-size:16px;height:43px;margin:10px 0 0;padding:0 0 0 20px;width:100%}.distributedInput_distributedInput__7ve9O input:focus{outline:1px solid #00714e}.distributedInput_distributedInput__7ve9O input::-webkit-inner-spin-button,.distributedInput_distributedInput__7ve9O input::-webkit-outer-spin-button{-webkit-appearance:none}.distributedInput_distributedInput__7ve9O input[type=number]{-webkit-appearance:textfield;appearance:textfield}@keyframes quiz-form_rotate__dD2ZE{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.quiz-form_modalPlants__-IIDn{width:310px}.quiz-form_modalPlants__-IIDn .quiz-form_header__xijnB{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.quiz-form_modalPlants__-IIDn .quiz-form_header__xijnB h5,.quiz-form_modalPlants__-IIDn .quiz-form_header__xijnB p{font-size:12px;margin:0}.quiz-form_modalPlants__-IIDn .quiz-form_header__xijnB p{color:#00875e;cursor:pointer}.quiz-form_modalPlants__-IIDn .quiz-form_containerBtn__1u-35{display:flex;justify-content:flex-end;margin-top:15px}hr{border:none;border-bottom:1px dashed #949494;margin-left:-30px;margin-top:20px;width:calc(100% + 60px)}.quiz-form_form__fvyFR .quiz-form_containerField__aiRRp{margin-bottom:20px}.quiz-form_form__fvyFR .quiz-form_tabs__SDICK{margin:0 -30px}.quiz-form_form__fvyFR .quiz-form_tabs__SDICK ul{border-bottom:1px solid #eaeaea;margin:0;padding:0}.quiz-form_form__fvyFR .quiz-form_tabs__SDICK ul li{cursor:pointer;display:inline-block;font-family:NunitoSans-Bold;font-size:18px;list-style:none;padding:0 20px 15px;position:relative}.quiz-form_form__fvyFR .quiz-form_tabs__SDICK ul li.quiz-form_actived__GJzMn:after{background-color:#00875e;border-radius:0 0 2px 2px;bottom:0;content:"";display:block;height:5px;left:0;position:absolute;transform:translateY(100%);width:100%}.quiz-form_form__fvyFR .quiz-form_advancedModeButton__YzV2j{height:auto;padding:5px 15px}.quiz-form_form__fvyFR section{padding:0}.quiz-form_form__fvyFR .quiz-form_questionsCount__9ZLB\+{margin:15px 0 30px}.quiz-form_form__fvyFR .quiz-form_questionsCount__9ZLB\+ .quiz-form_count-container__Kt0OK{margin-bottom:25px}.quiz-form_form__fvyFR .quiz-form_questionsCount__9ZLB\+ .quiz-form_count-container__Kt0OK .quiz-form_count__vgNuf{background-color:#368f6530;border-radius:10px;display:inlin-block;font-family:NunitoSans-Bold;font-size:20px;padding:5px 10px}.quiz-form_form__fvyFR .quiz-form_questionsCount__9ZLB\+>div{margin-bottom:20px}.quiz-form_form__fvyFR .quiz-form_questionsCount__9ZLB\+ .quiz-form_fields__av1C5{display:flex;margin-bottom:0}.quiz-form_form__fvyFR .quiz-form_questionsCount__9ZLB\+ .quiz-form_fields__av1C5 .quiz-form_containerField__aiRRp:not(:last-child){margin-right:10px}.quiz-form_form__fvyFR .quiz-form_recognition__JGsig h4 span{background-color:#4eabbf}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- h4 span{background-color:#4c549e}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- h5,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig h5{font-family:NunitoSans-Bold;font-size:14px}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_distribution__kVHwZ,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_distribution__kVHwZ{display:flex}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_distribution__kVHwZ .quiz-form_containerField__aiRRp,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_distribution__kVHwZ .quiz-form_containerField__aiRRp{max-width:130px}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_distribution__kVHwZ .quiz-form_containerField__aiRRp:not(:last-child),.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_distribution__kVHwZ .quiz-form_containerField__aiRRp:not(:last-child){margin-right:10px}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_selectionPlants__vxZKu,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_selectionPlants__vxZKu{cursor:not-allowed;max-width:600px;opacity:.35}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_selectionPlants__vxZKu>*,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_selectionPlants__vxZKu>*{pointer-events:none}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_selectFiltersPlant__8lh1L,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_selectFiltersPlant__8lh1L{display:flex;justify-content:space-between;width:100%}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_selectFiltersPlant__8lh1L .quiz-form_containerField__aiRRp,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_selectFiltersPlant__8lh1L .quiz-form_containerField__aiRRp{width:calc(33.33% - 10px)}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_specificPlants__OmK8S ul,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_specificPlants__OmK8S ul{margin:15px 0 0;padding:0}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_specificPlants__OmK8S ul li,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_specificPlants__OmK8S ul li{display:inline-block;list-style-type:none;margin:0 10px 10px 0}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_specificPlants__OmK8S ul li:not(:last-child),.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_specificPlants__OmK8S ul li:not(:last-child){margin-bottom:10px}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_specificPlants__OmK8S ul li .quiz-form_plant__lu0Ii,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_specificPlants__OmK8S ul li .quiz-form_plant__lu0Ii{background-color:#4c549e;border-radius:10px;height:30px;max-width:150px;padding:3px 10px}.quiz-form_form__fvyFR .quiz-form_knowledge__3j2T- .quiz-form_specificPlants__OmK8S ul li .quiz-form_plant__lu0Ii p,.quiz-form_form__fvyFR .quiz-form_recognition__JGsig .quiz-form_specificPlants__OmK8S ul li .quiz-form_plant__lu0Ii p{color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz{margin-top:20px}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_choose__ZX7FU{display:flex}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_choose__ZX7FU button{margin-right:15px}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_choose__ZX7FU button:not(.quiz-form_active__kXMce){background-color:#0000;color:#6f6f6f}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_selectPlants__u9fhT{margin-bottom:15px}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_selectPlants__u9fhT .quiz-form_select__dZ6nw{align-items:flex-end;display:flex;width:100%}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_selectPlants__u9fhT .quiz-form_select__dZ6nw .quiz-form_containerField__aiRRp{margin-bottom:0;margin-right:15px;width:50%}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_selectPlants__u9fhT .quiz-form_select__dZ6nw .quiz-form_containerField__aiRRp button.quiz-form_create__MdEWt{background-color:#0000;border:none;color:#00875e;height:auto;padding:0;text-decoration:underline}.quiz-form_form__fvyFR .quiz-form_plants__gNvEz .quiz-form_typesPlantName__LRFUW{margin-bottom:35px;max-width:600px}.quiz-form_form__fvyFR .quiz-form_difficulty__7UN3P{margin-top:20px}.quiz-form_form__fvyFR .quiz-form_difficulty__7UN3P p{color:#949494}.quiz-form_form__fvyFR .quiz-form_difficulty__7UN3P .quiz-form_select__dZ6nw{display:flex;margin-bottom:20px}.quiz-form_form__fvyFR .quiz-form_difficulty__7UN3P .quiz-form_select__dZ6nw .quiz-form_level__n6QDf{align-items:center;border-radius:20px;display:flex;height:26px;justify-content:center;margin-right:15px;padding:0;text-transform:uppercase;width:26px}@keyframes advanced-distribution_rotate__aLAUx{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.advanced-distribution_advanced__hjyKZ{margin-top:20px;width:100%}.advanced-distribution_advanced__hjyKZ h3{color:#00875e;margin:0}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB{display:grid;grid-template-columns:repeat(3,1fr)}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu{display:flex;flex-direction:column;justify-content:flex-end}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu label{color:#282828;font-size:12px}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu .advanced-distribution_numbers__zGNoV{display:flex;margin-top:5px}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu .advanced-distribution_numbers__zGNoV button{align-items:center;background-color:#0000;display:flex;height:38px;justify-content:center;margin-right:6px;padding:0;width:38px}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu .advanced-distribution_numbers__zGNoV button.advanced-distribution_active__tRyhD{background-color:#00875e}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu .advanced-distribution_numbers__zGNoV button.advanced-distribution_active__tRyhD p{color:#fff}.advanced-distribution_advanced__hjyKZ .advanced-distribution_options__RfKdB .advanced-distribution_option__Li0tu .advanced-distribution_numbers__zGNoV button p{margin:0}@keyframes create_rotate__fLcJt{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.create_create__sxtQT{display:flex;flex-wrap:wrap;height:100%}.create_create__sxtQT .create_header__GW43X{display:flex;margin-bottom:10px;padding-left:15px;width:100%}@media screen and (min-width:1200px){.create_create__sxtQT .create_header__GW43X{padding-left:0}}.create_create__sxtQT .create_header__GW43X a{color:#6f6f6f;text-decoration:none}.create_create__sxtQT .create_header__GW43X a svg{margin-right:5px;position:relative;top:2px}.create_create__sxtQT .create_header__GW43X p{border-left:1px solid #eae8e3;font-family:NunitoSans-Bold;margin-bottom:0;margin-left:10px;padding-left:10px}.create_create__sxtQT .create_form__CH7XQ{background-color:#fff;border-radius:10px;min-height:100%;overflow:auto;padding:0;width:calc(100% - 354px)}@media screen and (min-width:1200px){.create_create__sxtQT .create_form__CH7XQ{padding:30px}}.create_create__sxtQT .create_moreSettings__JFN\+R{min-height:100%;padding-left:15px;width:354px}.create_create__sxtQT .create_moreSettings__JFN\+R button{margin-bottom:15px;width:100%}.create_create__sxtQT .create_moreSettings__JFN\+R button .create_dotLoader__WAuw7{animation-duration:1s;animation-iteration-count:infinite;animation-name:create_rotate__fLcJt;background-color:#00875e;background-color:#ffffff80;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}@keyframes additionnal-quiz-settings_rotate__uUnax{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.additionnal-quiz-settings_block__Q0cTR{background-color:#fff;border-radius:10px;padding:10px 15px}.additionnal-quiz-settings_block__Q0cTR .additionnal-quiz-settings_containerField__SkozF{margin-bottom:20px}.additionnal-quiz-settings_block__Q0cTR .additionnal-quiz-settings_containerField__SkozF.additionnal-quiz-settings_time__tGmrS{max-width:180px}@keyframes edit-mode_rotate__9GSn-{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit-mode_loader__eSaEh{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.edit-mode_edit__xSzgO{align-items:flex-start;display:flex;padding-right:20px;position:relative;width:100%}.edit-mode_edit__xSzgO .edit-mode_form__lhPoL{background-color:#fff;border-radius:10px;min-height:100%;padding:20px 30px;width:calc(100% - 334px)}@media screen and (min-width:1200px){.edit-mode_edit__xSzgO .edit-mode_form__lhPoL{padding:30px}}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI{height:100vh;min-height:100%;padding-left:15px;position:-webkit-sticky;position:sticky;top:0;width:334px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI button.edit-mode_not-dirty__QiDfV{background-color:#eaeaea;border:1px solid #eaeaea;color:#6f6f6f}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_switchMode__P40cx{display:flex;margin-bottom:20px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_switchMode__P40cx a{background-color:#eaeaea;cursor:pointer;display:block;height:48px;padding:15px 20px;text-align:center;text-decoration:none;width:50%}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_switchMode__P40cx a.edit-mode_actived__ebEwJ{background-color:#00875e;color:#fff}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_switchMode__P40cx a:first-child{border-radius:10px 0 0 10px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_switchMode__P40cx a:last-child{border-radius:0 10px 10px 0}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_block__OL9eL{background-color:#fff;border-radius:10px;padding:10px 15px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_block__OL9eL .edit-mode_containerField__bFqRO{margin-bottom:20px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_lastUpdate__ppIAY .edit-mode_status__\+n3Rc p{font-size:14px;margin-bottom:3px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_lastUpdate__ppIAY .edit-mode_status__\+n3Rc p span{color:#00875e;font-family:NunitoSans-Bold}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_lastUpdate__ppIAY p{color:#6f6f6f;font-size:12px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI button{margin-bottom:15px;width:100%}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI button .edit-mode_dotLoader__VzeO0{animation-duration:1s;animation-iteration-count:infinite;animation-name:edit-mode_rotate__9GSn-;background-color:#00875e;background-color:#ffffff80;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}.edit-mode_edit__xSzgO .edit-mode_moreSettings__S7PkI .edit-mode_delete__vWMDB{color:#fa5c4f;display:inline-block;font-family:NunitoSans-Bold;margin-top:15px;padding:0;text-align:left;text-decoration:underline}.loader_loader__5x2cA{display:inline-block;position:relative}.loader_loader__5x2cA:not(.loader_white__kXSNA) div{border-color:#00875e #0000 #0000}.loader_loader__5x2cA.loader_white__kXSNA div{border-color:#fff #0000 #0000}.loader_loader__5x2cA.loader_small__LUigr{height:20px;position:relative;width:20px}.loader_loader__5x2cA.loader_small__LUigr div{border-width:2px;height:20px;margin-left:-1px;margin-top:-1px;width:20px}.loader_loader__5x2cA:not(.loader_small__LUigr){height:40px;width:60px}.loader_loader__5x2cA:not(.loader_small__LUigr) div{height:60px;width:60px}.loader_loader__5x2cA div{animation:loader_lds-ring__oCB2Y 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid #00875e;border-radius:50%;box-sizing:border-box;display:block;height:60px;margin:6px;position:absolute;width:60px}.loader_loader__5x2cA div:first-child{animation-delay:-.45s}.loader_loader__5x2cA div:nth-child(2){animation-delay:-.3s}.loader_loader__5x2cA div:nth-child(3){animation-delay:-.15s}@keyframes loader_lds-ring__oCB2Y{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal_overlay-modal__GIFyn{background-color:#1a1b4299;height:100%;position:fixed;top:0;width:100%;z-index:3000}.modal_modal__4ixK1{background-color:#fff;border-radius:8px;left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:3001}.modal_modal__4ixK1 p{margin-top:0}.modal_modal__4ixK1 .modal_container-btn__gr1TB{display:flex;justify-content:center}.modal_modal__4ixK1 .modal_container-btn__gr1TB button:first-child{margin-right:5px}.modal_modal__4ixK1 .modal_container-btn__gr1TB button:last-child{margin-left:5px}@keyframes ShareModal_rotate__ZOvGv{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.ShareModal_container__R1VBK{max-width:800px;padding:10px 20px;width:80vw}.ShareModal_container__R1VBK header{align-items:center;display:flex;justify-content:space-between}.ShareModal_container__R1VBK header h2{margin:0}.ShareModal_container__R1VBK header .ShareModal_tabs__8zITr{display:flex}.ShareModal_container__R1VBK header .ShareModal_tabs__8zITr button{background-color:#0000;border:none;color:#6f6f6f;display:block;font-family:NunitoSans-Bold;font-size:14px;margin-left:20px;padding:0}.ShareModal_container__R1VBK header .ShareModal_tabs__8zITr button span{border-radius:3px;display:block;height:5px;margin-top:2px;transition:all .2s ease-in-out;width:100%}.ShareModal_container__R1VBK header .ShareModal_tabs__8zITr button.ShareModal_active__Z5s63{color:#282828}.ShareModal_container__R1VBK header .ShareModal_tabs__8zITr button.ShareModal_active__Z5s63 span{background-color:#00875e}.ShareModal_container__R1VBK .ShareModal_search__BO4V0{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:20px}.ShareModal_container__R1VBK .ShareModal_search__BO4V0 .ShareModal_input__8w4df{border:1px solid #eae8e3;border-radius:10px;overflow:hidden;position:relative;width:280px}.ShareModal_container__R1VBK .ShareModal_search__BO4V0 .ShareModal_input__8w4df input{border:none;font-size:14px;outline:none;padding:11px 14px;width:100%}.ShareModal_container__R1VBK .ShareModal_search__BO4V0 .ShareModal_input__8w4df .ShareModal_icon__DYKcs{align-items:center;color:#282828;display:flex;font-size:18px;height:41px;justify-content:center;pointer-events:none;position:absolute;right:0;top:0;width:40px}.ShareModal_container__R1VBK .ShareModal_search__BO4V0 .ShareModal_input__8w4df .ShareModal_icon__DYKcs.ShareModal_active__Z5s63{cursor:pointer;pointer-events:all}.ShareModal_container__R1VBK .ShareModal_search__BO4V0 .ShareModal_filters__7FG37{display:flex}.ShareModal_container__R1VBK .ShareModal_search__BO4V0 .ShareModal_filters__7FG37>div{margin-right:10px}.ShareModal_container__R1VBK .ShareModal_add__gXXUr{height:45px}.ShareModal_container__R1VBK .ShareModal_add__gXXUr button{padding:0 10px}.ShareModal_container__R1VBK .ShareModal_list__GHpro{height:30vh;overflow-y:auto;padding-top:8px}.ShareModal_container__R1VBK .ShareModal_row__cAk71{align-items:center;display:flex;min-height:36px;width:100%}.ShareModal_container__R1VBK .ShareModal_row__cAk71.ShareModal_label__eNEs\+{border-bottom:1px solid #eae8e3;margin-top:20px}.ShareModal_container__R1VBK .ShareModal_row__cAk71.ShareModal_label__eNEs\+ p{color:#6f6f6f;padding-bottom:5px}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8{align-items:center;display:flex;width:calc(50% - 15px)}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8 img{margin-right:10px}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8 .ShareModal_check__FQyO\+{align-items:center;background-color:#6f6f6f33;border-radius:3px;cursor:pointer;display:flex;height:20px;justify-content:center;transition:all .2s ease-in-out;width:20px}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8 .ShareModal_check__FQyO\+:hover{background-color:#6f6f6f66}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8 .ShareModal_check__FQyO\+ svg{color:#00875e}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8:first-child{width:30px}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8 p{margin:0}.ShareModal_container__R1VBK .ShareModal_row__cAk71 .ShareModal_col__Dunl8:not(.ShareModal_tags__IShdC) p{margin:0 8px 0 0}.ShareModal_container__R1VBK .ShareModal_footer__iymF8{align-items:center;display:flex;height:48px;justify-content:space-between}.ShareModal_container__R1VBK .ShareModal_footer__iymF8 .ShareModal_shared__p\+hl8{display:flex}.ShareModal_container__R1VBK .ShareModal_footer__iymF8 .ShareModal_shared__p\+hl8 p{font-family:NunitoSans-Bold;margin:0 10px 0 0}.ShareModal_container__R1VBK .ShareModal_footer__iymF8 .ShareModal_shared__p\+hl8 p span{color:#00875e}.ShareModal_container__R1VBK .ShareModal_footer__iymF8 .ShareModal_actions__jJDmN{align-items:center;display:flex}.ShareModal_container__R1VBK .ShareModal_cancel__MiCG-{background-color:#0000;border:none;color:#6f6f6f;font-family:NunitoSans-Bold;text-decoration:underline}@keyframes share-settings_rotate__P4sll{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.share-settings_block__R-sjL{background-color:#fff;border-radius:10px;margin-top:20px;padding:10px 15px}.share-settings_block__R-sjL .share-settings_shared__WRxfP{display:flex}.share-settings_block__R-sjL .share-settings_shared__WRxfP p{font-family:NunitoSans-Bold;margin-bottom:10px;margin-right:10px}.share-settings_block__R-sjL .share-settings_shared__WRxfP p span{color:#00875e}@keyframes InputFile_rotate__nMPUc{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.InputFile_container__CrbKb{display:flex;width:100%}.InputFile_container__CrbKb input{display:none}.InputFile_container__CrbKb label{display:block;width:100%}.InputFile_container__CrbKb .InputFile_media__wCCu3{display:block;position:relative;width:100%}.InputFile_container__CrbKb .InputFile_media__wCCu3 label{align-items:center;background-color:#00875e;border-radius:5px;bottom:10px;cursor:pointer;display:block;display:flex;height:30px;justify-content:center;position:absolute;right:10px;width:30px;z-index:1}.InputFile_container__CrbKb .InputFile_media__wCCu3 label img{width:20px}@keyframes quiz-picture_rotate__jhLmg{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.quiz-picture_block__Eog7V{background-color:#fff;border-radius:10px;margin-top:20px;padding:10px 15px}.quiz-picture_block__Eog7V .quiz-picture_picture__lv0Gk{align-items:center;background-color:#f8f8f8;border:1px dashed #2828284d;border-radius:10px;color:#00875e;cursor:pointer;display:flex;height:100px;justify-content:center;overflow:hidden;position:relative;width:100%}.quiz-picture_block__Eog7V .quiz-picture_picture__lv0Gk.quiz-picture_media__c50dm{border:1px solid #eae8e3}.quiz-picture_block__Eog7V .quiz-picture_picture__lv0Gk img{height:auto;object-fit:cover;width:100%}.quiz-picture_block__Eog7V .quiz-picture_picture__lv0Gk svg{font-size:24px;margin-right:10px}.quiz-picture_block__Eog7V .quiz-picture_picture__lv0Gk p{color:#00875e;font-family:NunitoSans-Bold;margin:0}@keyframes preview-mode_rotate__SiLnl{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.preview-mode_loader__repZl{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.preview-mode_preview__HbFwL{display:flex;flex-wrap:wrap;height:100%;width:100%}.preview-mode_preview__HbFwL .preview-mode_questions__shhrm{background-color:#fff;border-radius:10px;min-height:100%;overflow:auto;padding:0;width:calc(100% - 354px)}@media screen and (min-width:1200px){.preview-mode_preview__HbFwL .preview-mode_questions__shhrm{padding:30px}}.preview-mode_preview__HbFwL .preview-mode_moreSettings__9n1tR{min-height:100%;padding-left:15px;width:354px}.preview-mode_preview__HbFwL .preview-mode_moreSettings__9n1tR .preview-mode_switchMode__tvztn{display:flex;margin-bottom:20px}.preview-mode_preview__HbFwL .preview-mode_moreSettings__9n1tR .preview-mode_switchMode__tvztn a{background-color:#eaeaea;display:block;height:48px;padding:15px 20px;text-align:center;text-decoration:none;width:50%}.preview-mode_preview__HbFwL .preview-mode_moreSettings__9n1tR .preview-mode_switchMode__tvztn a.preview-mode_actived__7atu7{background-color:#00875e;color:#fff}.preview-mode_preview__HbFwL .preview-mode_moreSettings__9n1tR .preview-mode_switchMode__tvztn a:first-child{border-radius:10px 0 0 10px}.preview-mode_preview__HbFwL .preview-mode_moreSettings__9n1tR .preview-mode_switchMode__tvztn a:last-child{border-radius:0 10px 10px 0}.select_container__t5SmG label{color:#00875e;display:inline-block;font-family:NunitoSans-Bold;font-size:14px}.search-plant_modal__jq1wx{min-width:350px}.search-plant_modal__jq1wx .search-plant_header__EeyJ-{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.search-plant_modal__jq1wx .search-plant_header__EeyJ- h5,.search-plant_modal__jq1wx .search-plant_header__EeyJ- p{font-size:12px;margin:0}.search-plant_modal__jq1wx .search-plant_header__EeyJ- p{color:#00875e;cursor:pointer}.search-plant_modal__jq1wx .search-plant_containerBtn__yYDGM{align-items:center;display:flex;justify-content:flex-end;margin-top:15px}.search-plant_modal__jq1wx .search-plant_containerBtn__yYDGM .search-plant_loader__Hmfpf{margin-right:10px;position:relative;top:3px}.search-plant_btn__qX5TX{height:auto;padding:5px 8px 5px 15px}.search-plant_btn__qX5TX span{display:inline-block;margin-left:5px;position:relative;top:2px}@keyframes select-plant_rotate__3s\+jP{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.question_question__I4xtp{background:#fbfbfb;border:1px #e3e3e3;border-radius:7px;margin-bottom:20px;padding:15px;position:relative}.question_question__I4xtp.question_loading__3MG-s>div:not(.question_loader__Ng7KH){opacity:.5;pointer-events:none}.question_question__I4xtp .question_loader__Ng7KH{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.question_question__I4xtp .question_header__TX84g{display:flex;justify-content:space-between}.question_question__I4xtp .question_header__TX84g>div:first-child{display:flex}.question_question__I4xtp .question_header__TX84g>div:first-child .question_icon__bUZXB{border-radius:15px;height:14px;margin-right:4px;margin-top:2px;width:14px}.question_question__I4xtp .question_header__TX84g>div:first-child .question_generalType__8ssvK{color:#00875e;margin-left:5px}.question_question__I4xtp .question_header__TX84g .question_options__7XLYl{display:flex}.question_question__I4xtp .question_header__TX84g .question_options__7XLYl>button:not(:last-child),.question_question__I4xtp .question_header__TX84g .question_options__7XLYl>div:not(:last-child){margin-right:10px}.question_question__I4xtp .question_header__TX84g .question_refresh__krU0J{height:auto;padding:5px}.question_question__I4xtp .question_questionPictures__-8YuP{display:flex;justify-content:space-around}.question_question__I4xtp .question_questionPictures__-8YuP .question_picture__glWiN{border-radius:4px;height:80px;margin:10px;object-position:center;overflow:hidden;position:relative;width:33%}.question_question__I4xtp .question_questionPictures__-8YuP .question_picture__glWiN button{background-color:#fff;border:none;color:#282828;height:auto;padding:10px;position:absolute;right:10px;top:10px;z-index:1}.question_question__I4xtp .question_questionPictures__-8YuP .question_picture__glWiN img{height:100%;object-fit:cover;width:100%}.question_question__I4xtp>.question_text__yLccX{margin-top:15px}.question_question__I4xtp>.question_options__7XLYl{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.question_question__I4xtp>.question_options__7XLYl .question_option__C2LT1{background:#fff;border:1px solid #cbcbcb;border-radius:6px}.question_question__I4xtp>.question_options__7XLYl .question_option__C2LT1 p{margin:0;padding:10px;text-align:center}.question_question__I4xtp>.question_options__7XLYl .question_option__C2LT1 .question_pictures__Tlybb{display:flex;justify-content:space-around}.question_question__I4xtp>.question_options__7XLYl .question_option__C2LT1 .question_pictures__Tlybb .question_picture__glWiN{border-radius:4px;height:80px;margin:10px;object-position:center;overflow:hidden;position:relative;width:33%}.question_question__I4xtp>.question_options__7XLYl .question_option__C2LT1 .question_pictures__Tlybb .question_picture__glWiN button{background-color:#fff;border:none;color:#282828;height:auto;padding:10px;position:absolute;right:10px;top:10px;z-index:1}.question_question__I4xtp>.question_options__7XLYl .question_option__C2LT1 .question_pictures__Tlybb .question_picture__glWiN img{height:100%;object-fit:cover;width:100%}@keyframes edit_rotate__zTH8H{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit_edit__zlyBf{display:flex;flex-wrap:wrap;height:100%}.edit_edit__zlyBf .edit_header__GynYg{margin-bottom:10px;padding-left:15px;width:100%}@media screen and (min-width:1200px){.edit_edit__zlyBf .edit_header__GynYg{padding-left:0}}.edit_edit__zlyBf .edit_header__GynYg a{color:#6f6f6f;cursor:pointer;text-decoration:none}.edit_edit__zlyBf .edit_header__GynYg a svg{margin-right:5px;position:relative;top:2px}@keyframes list_rotate__qklBd{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_listTags__8w0ag{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_listTags__8w0ag{padding:30px}}.list_listTags__8w0ag .list_header__5dwxC{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_listTags__8w0ag .list_header__5dwxC h1{margin-bottom:0}.list_listTags__8w0ag .list_header__5dwxC h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_listTags__8w0ag .list_header__5dwxC>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_listTags__8w0ag .list_header__5dwxC>div:last-child a{text-decoration:none}.list_listTags__8w0ag .list_header__5dwxC>div:last-child button{margin-left:20px}.list_listTags__8w0ag .list_tags__mdspK{display:flex;flex-wrap:wrap;margin-top:30px}.list_listTags__8w0ag .list_tags__mdspK .list_tag__HRtqY{align-items:center;border-radius:10px;cursor:pointer;display:flex;margin:0 10px 10px 0;padding:6px 14px;text-decoration:none;transition:all .3s ease-in-out}.list_listTags__8w0ag .list_tags__mdspK .list_tag__HRtqY:hover{background-color:#fbfaf9}.list_listTags__8w0ag .list_tags__mdspK .list_tag__HRtqY p{font-size:14px;margin-bottom:0}@keyframes createTag_rotate__nFO\+u{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.createTag_container__mbl8k label{color:#6f6f6f;display:block;margin-bottom:10px;margin-left:10px}.createTag_container__mbl8k .createTag_form__cfG\+p{display:flex}.createTag_container__mbl8k .createTag_form__cfG\+p .createTag_field__XyYUA{width:260px}.createTag_container__mbl8k .createTag_form__cfG\+p .createTag_color__Jonrt{align-items:center;border:1px solid #eae8e3;border-radius:10px;display:flex;height:45px;justify-content:center;margin:0 10px;position:relative;width:45px}.createTag_container__mbl8k .createTag_form__cfG\+p .createTag_color__Jonrt .createTag_select__ztd6z{border-radius:8px;height:34px;width:34px}.createTag_container__mbl8k .createTag_form__cfG\+p .createTag_color__Jonrt input{border:none;height:45px;opacity:0;position:absolute;width:45px}.createTag_container__mbl8k .createTag_form__cfG\+p button{align-items:center;display:flex}.createTag_container__mbl8k .createTag_form__cfG\+p button p{color:#fff;margin:0 0 0 10px}@keyframes edit_rotate__asFZp{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit_editTags__xlwaf{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.edit_editTags__xlwaf{padding:30px}}.edit_editTags__xlwaf:after{background-image:url(/static/media/user-cagetories.a6f5e6dd403be010f607.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.edit_editTags__xlwaf .edit_header__njutR{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.edit_editTags__xlwaf .edit_header__njutR .edit_backward__-KGS-{font-size:24px}.edit_editTags__xlwaf .edit_header__njutR>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.edit_editTags__xlwaf .edit_header__njutR>div:last-child button{margin-left:20px}.edit_editTags__xlwaf .edit_form__ZNnEj{position:relative;z-index:1}@keyframes tag-form_rotate__qdfxc{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.tag-form_form__m\+cBl{max-width:500px}.tag-form_form__m\+cBl section{margin-bottom:20px}.tag-form_form__m\+cBl .tag-form_row__wQDhN{display:flex}.tag-form_form__m\+cBl .tag-form_row__wQDhN>div:first-child{margin-right:15px}.tag-form_form__m\+cBl .tag-form_containerField__zYVox{margin-bottom:20px;width:100%}.tag-form_form__m\+cBl label{color:#6f6f6f}.tag-form_form__m\+cBl .tag-form_color__jmgFP{align-items:center;border:1px solid #eae8e3;border-radius:10px;display:flex;height:45px;justify-content:center;margin-top:10px;position:relative;width:45px}.tag-form_form__m\+cBl .tag-form_color__jmgFP .tag-form_select__oOxc-{border-radius:8px;height:34px;width:34px}.tag-form_form__m\+cBl .tag-form_color__jmgFP input{border:none;height:45px;opacity:0;position:absolute;width:45px}@keyframes list_rotate__zbbxm{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_listOrganisations__rGhYk{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_listOrganisations__rGhYk{padding:30px}}.list_listOrganisations__rGhYk .list_header__xtWH\+{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_listOrganisations__rGhYk .list_header__xtWH\+ h1{margin-bottom:0}.list_listOrganisations__rGhYk .list_header__xtWH\+ h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_listOrganisations__rGhYk .list_header__xtWH\+>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_listOrganisations__rGhYk .list_header__xtWH\+>div:last-child a{text-decoration:none}.list_listOrganisations__rGhYk .list_header__xtWH\+>div:last-child button{margin-left:20px}.list_listOrganisations__rGhYk .list_filters__l5u6U{display:flex;margin-bottom:10px}.list_listOrganisations__rGhYk .list_filters__l5u6U>div{margin-right:20px}.organisations-table_organisationsTable__H9ujC table{border-collapse:collapse;border-spacing:0;width:100%}.organisations-table_organisationsTable__H9ujC table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.organisations-table_organisationsTable__H9ujC table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.organisations-table_organisationsTable__H9ujC table thead th .organisations-table_sortIcons__MLcSZ{opacity:.3}.organisations-table_organisationsTable__H9ujC table thead th .organisations-table_sortIcons__MLcSZ>svg:first-child{transform:translateY(-80%)}.organisations-table_organisationsTable__H9ujC table thead th .organisations-table_sortIcons__MLcSZ>svg:nth-child(2){transform:translateY(-20%)}.organisations-table_organisationsTable__H9ujC table tbody tr{cursor:pointer}.organisations-table_organisationsTable__H9ujC table tbody td{padding:15px 0 15px 20px}.organisations-table_organisationsTable__H9ujC table tbody td .organisations-table_countUsers__hmSRt{font-family:NunitoSans-Bold;margin:0}.organisations-table_organisationsTable__H9ujC table tbody td .organisations-table_userCategories__LTeE5{list-style:none;margin:0;padding:0}.organisations-table_organisationsTable__H9ujC table tbody td .organisations-table_userCategories__LTeE5 li{background-color:#e5f3ef;border-radius:3px;display:inline-block;margin-bottom:10px;margin-right:10px;padding:3px 10px}@keyframes organisation-form_rotate__u9NmX{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.organisation-form_row__-xSt7{display:flex;max-width:600px}.organisation-form_row__-xSt7:first-child .organisation-form_containerField__AsGbO:first-child,.organisation-form_row__-xSt7:nth-child(2) .organisation-form_containerField__AsGbO:first-child,.organisation-form_row__-xSt7:nth-child(3) .organisation-form_containerField__AsGbO:first-child{margin-right:15px;min-width:450px;width:450px}.organisation-form_row2__6D5zN{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;max-width:600px}.organisation-form_companyFields__1jYCP{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;max-width:600px}.organisation-form_containerField__AsGbO{margin-bottom:20px;width:100%}.organisation-form_containerField__AsGbO.organisation-form_type__iao92{align-items:flex-end;display:flex}.organisation-form_containerField__AsGbO.organisation-form_type__iao92>div:first-child{width:100%}.organisation-form_containerField__AsGbO.organisation-form_type__iao92>button{margin-left:20px}.organisation-form_profiles__jmyiQ{width:100%}.organisation-form_tags__gC1Xp{display:flex}.organisation-form_tags__gC1Xp>div{margin-bottom:10px;margin-right:10px}@keyframes create-organisation_rotate__0M6zu{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.create-organisation_createOrganisation__XPLbk{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.create-organisation_createOrganisation__XPLbk{padding:30px}}.create-organisation_createOrganisation__XPLbk:after{background-image:url(/static/media/illu-orga.1b02e5374ae9672d3010.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.create-organisation_createOrganisation__XPLbk .create-organisation_header__wGXfQ{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.create-organisation_createOrganisation__XPLbk .create-organisation_header__wGXfQ .create-organisation_backward__ng9wO{font-size:24px}.create-organisation_createOrganisation__XPLbk .create-organisation_header__wGXfQ>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.create-organisation_createOrganisation__XPLbk .create-organisation_header__wGXfQ>div:last-child button{margin-left:20px}.create-organisation_createOrganisation__XPLbk .create-organisation_content__Yi6HO{position:relative;z-index:1}@keyframes edit-organisation_rotate__uy2ZY{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit-organisation_editOrganisation__W94O-{position:relative}.edit-organisation_editOrganisation__W94O-:after{background-image:url(/static/media/illu-orga.1b02e5374ae9672d3010.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.edit-organisation_editOrganisation__W94O- .edit-organisation_header__4qN3x{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.edit-organisation_editOrganisation__W94O- .edit-organisation_header__4qN3x h2{margin-bottom:0}.edit-organisation_editOrganisation__W94O- .edit-organisation_header__4qN3x>div:last-child,.edit-organisation_editOrganisation__W94O- .edit-organisation_header__4qN3x>div:last-child button{margin-left:auto}.edit-organisation_editOrganisation__W94O- .edit-organisation_content__yVswb{position:relative;z-index:1}.users-table_usersTable__A-xEF table{border-collapse:collapse;border-spacing:0;width:100%}.users-table_usersTable__A-xEF table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.users-table_usersTable__A-xEF table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.users-table_usersTable__A-xEF table thead th .users-table_sortIcons__EaeKx{opacity:.3}.users-table_usersTable__A-xEF table thead th .users-table_sortIcons__EaeKx>svg:first-child{transform:translateY(-80%)}.users-table_usersTable__A-xEF table thead th .users-table_sortIcons__EaeKx>svg:nth-child(2){transform:translateY(-20%)}.users-table_usersTable__A-xEF table tbody tr{cursor:pointer}.users-table_usersTable__A-xEF table tbody td{padding:15px 0 15px 20px}.users-table_usersTable__A-xEF table tbody td .users-table_userCategories__l3OOr{list-style:none;margin:0;padding:0}.users-table_usersTable__A-xEF table tbody td .users-table_userCategories__l3OOr li{background-color:#e5f3ef;border-radius:3px;display:inline-block;margin-bottom:10px;margin-right:10px;padding:3px 10px}@keyframes list-organisation-members_rotate__rkM6f{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_header__Srrq6{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_header__Srrq6 h2{margin-bottom:0}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_header__Srrq6 h2 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_header__Srrq6>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_header__Srrq6>div:last-child a{text-decoration:none}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_header__Srrq6>div:last-child button{margin-left:20px}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_filters__MnTQs{display:flex;margin-bottom:10px}.list-organisation-members_listOrganisationMembers__ic2CA .list-organisation-members_filters__MnTQs>div{margin-right:20px}@keyframes client-form_rotate__\+HvQF{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.client-form_form__oJJ7E{max-width:650px}h3{font-family:NunitoSans-Bold;font-size:14px}.client-form_containerField__4NAkd{margin-bottom:20px}.client-form_row__Y3zW3{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;max-width:600px}.client-form_check__vUzNt{margin-top:20px}.client-form_roles__jzKhk{display:flex}.client-form_roles__jzKhk button{border:1px solid #80c3ae;border-radius:6px;color:#6f6f6f;font-family:NunitoSans;font-size:14px;height:30px;margin-bottom:30px;margin-right:10px;padding:2px 8px}.client-form_roles__jzKhk button:not(.client-form_active__uHs7I){background-color:#0000}.client-form_roles__jzKhk button.client-form_active__uHs7I{color:#fff}.client-form_tags__PuFAp{width:70%}@keyframes input-date_rotate__MyPe3{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-date_container-input__Scfun label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-date_container-input__Scfun.input-date_inline__SBOKW{align-items:center;display:flex;justify-content:space-between}.input-date_container-input__Scfun.input-date_inline__SBOKW label{margin-right:10px}.input-date_container-input__Scfun:not(.input-date_inline__SBOKW) label+.input-date_input__zNfM8{margin-top:10px}.input-date_container-input__Scfun input{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__Scfun input:focus{border:1px solid #00875e}.input-date_container-input__Scfun input::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-date_container-input__Scfun.input-date_discret__ZDNEd input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-date_container-input__Scfun.input-date_primary__cmvvW .input-date_input__zNfM8{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__Scfun.input-date_primary__cmvvW .input-date_input__zNfM8:focus{border:1px solid #00875e}.input-date_container-input__Scfun.input-date_primary__cmvvW .input-date_input__zNfM8::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}@keyframes create-organisation-member_rotate__umd58{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.create-organisation-member_createMember__Mj4UO{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}.create-organisation-member_createMember__Mj4UO:after{background-image:url(/static/media/illu-orga-member.500a304ae9784045d667.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.create-organisation-member_createMember__Mj4UO .create-organisation-member_save__vvXmp{position:absolute;right:0;z-index:2}.create-organisation-member_createMember__Mj4UO .create-organisation-member_save__vvXmp .create-organisation-member_dotLoader__PCWRu{animation-duration:1s;animation-iteration-count:infinite;animation-name:create-organisation-member_rotate__umd58;background-color:#00875e;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}.create-organisation-member_createMember__Mj4UO .create-organisation-member_save__vvXmp h1{margin-bottom:0}.create-organisation-member_createMember__Mj4UO .create-organisation-member_save__vvXmp h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.create-organisation-member_createMember__Mj4UO .create-organisation-member_form__xI9Ig{position:relative;z-index:1}@keyframes edit-organisation-member_rotate__oWriY{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit-organisation-member_editMember__ZUT3H{background-color:#fff;border-radius:10px;display:flex;flex:1 1;flex-direction:column;min-height:100%;position:relative}.edit-organisation-member_editMember__ZUT3H:after{background-image:url(/static/media/illu-orga-member.500a304ae9784045d667.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.edit-organisation-member_editMember__ZUT3H .edit-organisation-member_save__9hfIl{align-items:center;display:flex;justify-content:space-between;position:absolute;right:0;z-index:2}.edit-organisation-member_editMember__ZUT3H .edit-organisation-member_save__9hfIl .edit-organisation-member_dotLoader__0W9gf{animation-duration:1s;animation-iteration-count:infinite;animation-name:edit-organisation-member_rotate__oWriY;background-color:#00875e;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}.edit-organisation-member_editMember__ZUT3H .edit-organisation-member_save__9hfIl .edit-organisation-member_createdAt__G1LND{color:#6f6f6f;margin:0 20px 0 auto}.edit-organisation-member_editMember__ZUT3H .edit-organisation-member_content__WBEt0{position:relative;z-index:1}.edit-organisation-member_editMember__ZUT3H .edit-organisation-member_delete__KcuB-{color:#fa5c4f;cursor:pointer;font-family:NunitoSans-Bold;margin:20px 20px 0 0;text-decoration:underline}@keyframes organisation-detail_rotate__BhJn7{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.organisation-detail_detail__Lg1IB{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.organisation-detail_detail__Lg1IB{padding:30px}}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp{align-items:center;display:flex;margin-bottom:20px;position:relative}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp .organisation-detail_backward__odHcE{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-right:30px;padding-right:15px;position:absolute;text-decoration:none;top:0}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp .organisation-detail_backward__odHcE svg{margin-right:5px;position:relative;top:2px}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp header{align-items:flex-end;border-bottom:1px solid #eae8e3;display:flex;justify-content:space-between;margin-top:30px;width:100%}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp header .organisation-detail_title__VbGat label{color:#6f6f6f}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp header .organisation-detail_title__VbGat h1{font-size:24px;margin-bottom:5px}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp header .organisation-detail_links__JMp0R{display:flex}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp header .organisation-detail_links__JMp0R a{border-bottom:1px solid #0000;display:block;font-family:NunitoSans-Bold;font-size:18px;margin-left:20px;opacity:.4;padding:10px;text-decoration:none}.organisation-detail_detail__Lg1IB .organisation-detail_navigation__RYlJp header .organisation-detail_links__JMp0R a.organisation-detail_active__Cx2cH{border-bottom:1px solid #00875e;opacity:1}@keyframes list_rotate__boWuM{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_listCenters__5zonQ{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_listCenters__5zonQ{padding:30px}}.list_listCenters__5zonQ .list_header__kb-Li{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_listCenters__5zonQ .list_header__kb-Li h1{margin-bottom:0}.list_listCenters__5zonQ .list_header__kb-Li h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_listCenters__5zonQ .list_header__kb-Li>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_listCenters__5zonQ .list_header__kb-Li>div:last-child a{text-decoration:none}.list_listCenters__5zonQ .list_header__kb-Li>div:last-child button{margin-left:20px}.list_listCenters__5zonQ .list_filters__ghVJm{display:flex;margin-bottom:10px}.list_listCenters__5zonQ .list_filters__ghVJm>div{margin-right:20px}.centers-table_centersTable__yiGEU table{border-collapse:collapse;border-spacing:0;width:100%}.centers-table_centersTable__yiGEU table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.centers-table_centersTable__yiGEU table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.centers-table_centersTable__yiGEU table thead th .centers-table_sortIcons__MJK62{opacity:.3}.centers-table_centersTable__yiGEU table thead th .centers-table_sortIcons__MJK62>svg:first-child{transform:translateY(-80%)}.centers-table_centersTable__yiGEU table thead th .centers-table_sortIcons__MJK62>svg:nth-child(2){transform:translateY(-20%)}.centers-table_centersTable__yiGEU table tbody tr{cursor:pointer}.centers-table_centersTable__yiGEU table tbody td{padding:15px 0 15px 20px}@keyframes center-form_rotate__qFqUX{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.center-form_form__pkwjk{max-width:500px}.center-form_form__pkwjk section{margin-bottom:20px}.center-form_form__pkwjk .center-form_row__4vgV3{display:flex}.center-form_form__pkwjk .center-form_row__4vgV3>div:nth-child(2){margin-left:15px}.center-form_form__pkwjk .center-form_containerField__sZvro{margin-bottom:20px;width:100%}.center-form_form__pkwjk .center-form_containerField__sZvro.center-form_shortField__xX0CZ{max-width:130px}.center-form_form__pkwjk .center-form_companyFields__cqchY{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;max-width:600px}.center-form_form__pkwjk .center-form_tags__qWGfJ{display:flex}.center-form_form__pkwjk .center-form_tags__qWGfJ>div{margin-bottom:10px;margin-right:10px}@keyframes edit-center_rotate__8uxtH{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit-center_createCenter__Nh45c{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.edit-center_createCenter__Nh45c{padding:30px;padding:0}}.edit-center_createCenter__Nh45c:after{background-image:url(/static/media/illu-tepik-teams.456573b28f922b846171.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.edit-center_createCenter__Nh45c .edit-center_submit__5FeyD{position:absolute;right:0;z-index:2}.edit-center_createCenter__Nh45c .edit-center_content__208AM{position:relative;z-index:1}@keyframes create-center_rotate__9D59W{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.create-center_createCenter__dRiGf{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.create-center_createCenter__dRiGf{padding:30px}}.create-center_createCenter__dRiGf .create-center_header__9LoUP{border-bottom:1px solid #eae8e3;margin-bottom:20px;width:100%}.create-center_createCenter__dRiGf .create-center_header__9LoUP .create-center_backward__XTaSk{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:20px;margin-right:30px;padding-right:15px;text-decoration:none}.create-center_createCenter__dRiGf .create-center_header__9LoUP .create-center_backward__XTaSk svg{margin-right:5px;position:relative;top:2px}@keyframes center-detail_rotate__WOzQx{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.center-detail_detail__dAchJ{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.center-detail_detail__dAchJ{padding:30px}}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1{align-items:center;display:flex;margin-bottom:20px;position:relative}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 .center-detail_backward__u\+zZ6{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-right:30px;padding-right:15px;position:absolute;text-decoration:none;top:0}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 .center-detail_backward__u\+zZ6 svg{margin-right:5px;position:relative;top:2px}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 header{align-items:flex-end;border-bottom:1px solid #eae8e3;display:flex;justify-content:space-between;margin-top:30px;width:100%}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 header .center-detail_title__lr5Yo label{color:#6f6f6f}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 header .center-detail_title__lr5Yo h1{font-size:24px;margin-bottom:5px}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 header .center-detail_links__Fro3c{display:flex}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 header .center-detail_links__Fro3c a{border-bottom:1px solid #0000;display:block;font-family:NunitoSans-Bold;font-size:18px;opacity:.4;padding:10px;text-decoration:none}.center-detail_detail__dAchJ .center-detail_navigation__BDPn1 header .center-detail_links__Fro3c a.center-detail_active__gFqAT{border-bottom:1px solid #00875e;opacity:1}@keyframes list_rotate__VW434{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_listSessions__roHxg{background-color:#fff;border-radius:10px;min-height:100%;padding:0}@media screen and (min-width:1200px){.list_listSessions__roHxg{padding:30px;padding:0}}.list_listSessions__roHxg .list_header__zjVOD{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin-bottom:20px}.list_listSessions__roHxg .list_header__zjVOD h1{margin-bottom:0}.list_listSessions__roHxg .list_header__zjVOD h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_listSessions__roHxg .list_header__zjVOD>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_listSessions__roHxg .list_header__zjVOD>div:last-child a{text-decoration:none}.list_listSessions__roHxg .list_header__zjVOD>div:last-child button{margin-left:20px}.list_listSessions__roHxg .list_filters__rGSlQ{display:flex;margin-bottom:10px}.list_listSessions__roHxg .list_filters__rGSlQ>div{margin-right:20px}.sessions-table_sessionsTable__E69c0{width:100%}.sessions-table_sessionsTable__E69c0 table{border-collapse:collapse;border-spacing:0;width:100%}.sessions-table_sessionsTable__E69c0 table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.sessions-table_sessionsTable__E69c0 table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.sessions-table_sessionsTable__E69c0 table thead th .sessions-table_sortIcons__oeZKo{opacity:.3}.sessions-table_sessionsTable__E69c0 table thead th .sessions-table_sortIcons__oeZKo>svg:first-child{transform:translateY(-80%)}.sessions-table_sessionsTable__E69c0 table thead th .sessions-table_sortIcons__oeZKo>svg:nth-child(2){transform:translateY(-20%)}.sessions-table_sessionsTable__E69c0 table tbody tr{cursor:pointer}.sessions-table_sessionsTable__E69c0 table tbody tr:hover .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7{opacity:1;pointer-events:all}.sessions-table_sessionsTable__E69c0 table tbody td{padding:15px 0 15px 20px}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO{align-items:center;display:flex;justify-content:space-between;position:relative}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7{opacity:0;pointer-events:none}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_icon__BJ8-F{height:26px;transform:rotate(90deg);width:20px}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_dropdown-content__UxhpY{opacity:0;pointer-events:none;position:absolute;right:0;top:0}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_dropdown-content__UxhpY.sessions-table_open__2reZC{opacity:1;pointer-events:all;z-index:10}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_dropdown-content__UxhpY .sessions-table_content__Z288U{background:#fff;border-radius:3px;box-shadow:0 2px 33.7px 0 #00000014;padding:0 10px}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_dropdown-content__UxhpY .sessions-table_content__Z288U .sessions-table_item__t5JDj{padding:10px;width:175px}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_dropdown-content__UxhpY .sessions-table_content__Z288U .sessions-table_item__t5JDj:not(:first-child){border-top:1px solid #eae8e3}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_status__GyDlO .sessions-table_dropdown__gn-I7 .sessions-table_dropdown-content__UxhpY .sessions-table_content__Z288U .sessions-table_item__t5JDj p{margin:0}.sessions-table_sessionsTable__E69c0 table tbody td p.sessions-table_statusLabel__SdjVq{margin:0;position:relative}.sessions-table_sessionsTable__E69c0 table tbody td p.sessions-table_statusLabel__SdjVq:after{background-color:#00875e;border-radius:10px;content:"";display:block;height:10px;left:-15px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.sessions-table_sessionsTable__E69c0 table tbody td p.sessions-table_statusLabel__SdjVq.sessions-table_close__grvja:after{background-color:#949494}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_countUsers__7tzuk{font-family:NunitoSans-Bold;margin:0}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_userCategories__y0TIv{list-style:none;margin:0;padding:0}.sessions-table_sessionsTable__E69c0 table tbody td .sessions-table_userCategories__y0TIv li{background-color:#e5f3ef;border-radius:3px;display:inline-block;margin-bottom:10px;margin-right:10px;padding:3px 10px}@keyframes account_rotate__bxdQc{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.account_account__djinC{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.account_account__djinC{padding:30px}}.account_account__djinC:after{background-image:url(/static/media/illu-tepik-teams.456573b28f922b846171.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}.account_account__djinC .account_header__ElI4J{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1}.account_account__djinC .account_header__ElI4J .account_backward__R1uUp{font-size:24px}.account_account__djinC .account_header__ElI4J>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.account_account__djinC .account_header__ElI4J>div:last-child .account_createdAt__\+7NHY{color:#6f6f6f;margin:0 20px 0 auto}.account_account__djinC .account_content__39LAF{position:relative;z-index:1}.account_account__djinC .account_content__39LAF .account_form__4NPbx{max-width:680px}.account_account__djinC .account_content__39LAF .account_form__4NPbx .account_containerField__FRflK{margin-bottom:20px}@keyframes list_rotate__1T\+bV{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_listFormations__l46hN{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_listFormations__l46hN{padding:30px}}.list_listFormations__l46hN .list_header__MlSkD{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_listFormations__l46hN .list_header__MlSkD h1{margin-bottom:0}.list_listFormations__l46hN .list_header__MlSkD h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_listFormations__l46hN .list_header__MlSkD>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_listFormations__l46hN .list_header__MlSkD>div:last-child a{text-decoration:none}.list_listFormations__l46hN .list_header__MlSkD>div:last-child button{margin-left:20px}.list_listFormations__l46hN .list_filters__TCgbh{display:flex;margin-bottom:10px}.list_listFormations__l46hN .list_filters__TCgbh>div{margin-right:20px}.formations-table_formationsTable__2iv8X table{border-collapse:collapse;border-spacing:0;width:100%}.formations-table_formationsTable__2iv8X table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.formations-table_formationsTable__2iv8X table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.formations-table_formationsTable__2iv8X table thead th .formations-table_sortIcons__3IxPc{opacity:.3}.formations-table_formationsTable__2iv8X table thead th .formations-table_sortIcons__3IxPc>svg:first-child{transform:translateY(-80%)}.formations-table_formationsTable__2iv8X table thead th .formations-table_sortIcons__3IxPc>svg:nth-child(2){transform:translateY(-20%)}.formations-table_formationsTable__2iv8X table tbody tr{cursor:pointer}.formations-table_formationsTable__2iv8X table tbody tr:hover .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM{opacity:1;pointer-events:all}.formations-table_formationsTable__2iv8X table tbody td{padding:15px 0 15px 20px}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o{align-items:center;display:flex;justify-content:space-between;position:relative}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM{opacity:0;pointer-events:none}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_icon__fYp5O{height:26px;transform:rotate(90deg);width:20px}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_dropdown-content__LSJyD{opacity:0;pointer-events:none;position:absolute;right:0;top:0}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_dropdown-content__LSJyD.formations-table_open__lJYiM{opacity:1;pointer-events:all;z-index:10}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_dropdown-content__LSJyD .formations-table_content__e3s5o{background:#fff;border-radius:3px;box-shadow:0 2px 33.7px 0 #00000014;padding:0 10px}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_dropdown-content__LSJyD .formations-table_content__e3s5o .formations-table_item__szzPP{padding:10px;width:175px}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_dropdown-content__LSJyD .formations-table_content__e3s5o .formations-table_item__szzPP:not(:first-child){border-top:1px solid #eae8e3}.formations-table_formationsTable__2iv8X table tbody td .formations-table_status__FCg1o .formations-table_dropdown__Mv2IM .formations-table_dropdown-content__LSJyD .formations-table_content__e3s5o .formations-table_item__szzPP p{margin:0}.formations-table_formationsTable__2iv8X table tbody td p.formations-table_statusLabel__LrzEc{margin:0;position:relative}.formations-table_formationsTable__2iv8X table tbody td p.formations-table_statusLabel__LrzEc:after{background-color:#00875e;border-radius:10px;content:"";display:block;height:10px;left:-15px;position:absolute;top:50%;transform:translateY(-50%);width:10px}.formations-table_formationsTable__2iv8X table tbody td p.formations-table_statusLabel__LrzEc.formations-table_close__0Clex:after{background-color:#949494}.formations-table_formationsTable__2iv8X table tbody td .formations-table_countUsers__uCHPq{font-family:NunitoSans-Bold;margin:0}.formations-table_formationsTable__2iv8X table tbody td .formations-table_userCategories__NiFQ0{list-style:none;margin:0;padding:0}.formations-table_formationsTable__2iv8X table tbody td .formations-table_userCategories__NiFQ0 li{background-color:#e5f3ef;border-radius:3px;display:inline-block;margin-bottom:10px;margin-right:10px;padding:3px 10px}@keyframes formation-detail_rotate__vitwm{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.formation-detail_detail__nmm1k{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.formation-detail_detail__nmm1k{padding:30px}}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt{align-items:center;display:flex;margin-bottom:20px;position:relative}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt .formation-detail_backward__Ai4SK{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-right:30px;padding-right:15px;position:absolute;text-decoration:none;top:0}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt .formation-detail_backward__Ai4SK svg{margin-right:5px;position:relative;top:2px}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt header{align-items:flex-end;border-bottom:1px solid #eae8e3;display:flex;justify-content:space-between;margin-top:30px;width:100%}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt header .formation-detail_title__KDhoK label{color:#6f6f6f}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt header .formation-detail_title__KDhoK h1{font-size:24px;margin-bottom:5px}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt header .formation-detail_links__Ry4Xk{display:flex}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt header .formation-detail_links__Ry4Xk a{border-bottom:1px solid #0000;display:block;font-family:NunitoSans-Bold;font-size:18px;margin-left:20px;opacity:.4;padding:10px;text-decoration:none}.formation-detail_detail__nmm1k .formation-detail_navigation__pknDt header .formation-detail_links__Ry4Xk a.formation-detail_active__aMnPj{border-bottom:1px solid #00875e;opacity:1}.learners-table_learnersTable__sJhMH table{border-collapse:collapse;border-spacing:0;width:100%}.learners-table_learnersTable__sJhMH table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.learners-table_learnersTable__sJhMH table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.learners-table_learnersTable__sJhMH table thead th .learners-table_sortIcons__nr6pE{opacity:.3}.learners-table_learnersTable__sJhMH table thead th .learners-table_sortIcons__nr6pE>svg:first-child{transform:translateY(-80%)}.learners-table_learnersTable__sJhMH table thead th .learners-table_sortIcons__nr6pE>svg:nth-child(2){transform:translateY(-20%)}.learners-table_learnersTable__sJhMH table tbody tr:hover .learners-table_delete__9NsEO{opacity:1;pointer-events:all}.learners-table_learnersTable__sJhMH table tbody td{padding:15px 0 15px 20px;position:relative}.learners-table_learnersTable__sJhMH table tbody td .learners-table_delete__9NsEO{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;opacity:0;pointer-events:none;position:absolute;right:0;top:0;width:30px}.learners-table_learnersTable__sJhMH table tbody td .learners-table_userCategories__LFiPu{list-style:none;margin:0;padding:0}.learners-table_learnersTable__sJhMH table tbody td .learners-table_userCategories__LFiPu li{background-color:#e5f3ef;border-radius:3px;display:inline-block;margin-bottom:10px;margin-right:10px;padding:3px 10px}@keyframes learners_rotate__mpgBN{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.learners_learners__Koaiz .learners_header__40PPf{display:flex;justify-content:space-between}.learners_learners__Koaiz .learners_header__40PPf .learners_filters__xE7Ow{align-items:center;display:flex}.learners_learners__Koaiz .learners_header__40PPf .learners_filters__xE7Ow>div{margin-right:10px}@keyframes FormationsQuizModal_rotate__wl16s{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.FormationsQuizModal_container__nVN97{max-width:800px;width:80vw}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_filters__2LUzY{display:flex}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_filters__2LUzY>div{margin-right:10px}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_list__nCtMk{height:30vh;overflow-y:auto;padding-top:8px}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+{align-items:center;display:flex;min-height:36px;width:100%}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+.FormationsQuizModal_label__bBu4w{border-bottom:1px solid #eae8e3;margin-top:20px}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+.FormationsQuizModal_label__bBu4w p{color:#6f6f6f;padding-bottom:5px}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+ .FormationsQuizModal_col__0H769{width:calc(50% - 15px)}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+ .FormationsQuizModal_col__0H769 .FormationsQuizModal_check__Y2F5M{align-items:center;background-color:#6f6f6f33;border-radius:3px;cursor:pointer;display:flex;height:20px;justify-content:center;transition:all .2s ease-in-out;width:20px}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+ .FormationsQuizModal_col__0H769 .FormationsQuizModal_check__Y2F5M:hover{background-color:#6f6f6f66}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+ .FormationsQuizModal_col__0H769 .FormationsQuizModal_check__Y2F5M svg{color:#00875e}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+ .FormationsQuizModal_col__0H769 p{margin:0}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_row__HkiZ\+ .FormationsQuizModal_col__0H769:first-child{width:30px}.FormationsQuizModal_container__nVN97 .FormationsQuizModal_action__zPGKM{display:flex;justify-content:flex-end}@keyframes QuizList_rotate__0wpMG{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.QuizList_quiz__htwDN .QuizList_header__NaewQ{display:flex;justify-content:space-between}.QuizList_quiz__htwDN .QuizList_header__NaewQ .QuizList_filters__1fbxg{align-items:center;display:flex}.QuizList_quiz__htwDN .QuizList_header__NaewQ .QuizList_filters__1fbxg>div{margin-right:10px}@keyframes formationsQuizList_rotate__7qYG2{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.formationsQuizList_content__8pb53{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;padding-bottom:2px;width:100%}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP{display:flex;padding:6px 10px;text-decoration:none;transition:all .2s ease-in-out;width:100%}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP:not(.formationsQuizList_label__adjdZ){cursor:grab;transition:margin .2s ease}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP:not(.formationsQuizList_label__adjdZ).formationsQuizList_dragging__gBtcv{background-color:#f0f8ff;opacity:.8}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP:not(.formationsQuizList_label__adjdZ).formationsQuizList_hovered__epYrU{background-color:#eef7ff;margin-top:20px;transition:margin .2s ease}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP:hover:not(.formationsQuizList_dragging__gBtcv) .formationsQuizList_col__P1MiH .formationsQuizList_delete__exLVD,.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP:hover:not(.formationsQuizList_hovered__epYrU) .formationsQuizList_col__P1MiH .formationsQuizList_delete__exLVD{display:block}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH{align-items:center;display:flex;padding:4px 8px;position:relative;width:28.3333333333%}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH.formationsQuizList_sort__XwqCB{cursor:pointer}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH.formationsQuizList_desc__biqSR .formationsQuizList_icon__SON4A{transform:rotate(180deg)}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_icon__SON4A{align-items:center;color:#6f6f6f;display:flex;justify-content:center;left:-10px;position:absolute}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH:first-child{width:10%}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH:last-child{width:5%}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH p{font-size:14px;margin-bottom:0}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH p.formationsQuizList_order__jJQPG{align-items:center;background-color:#00875e33;border-radius:30px;display:flex;font-family:NunitoSans-Bold;font-size:14px;height:24px;justify-content:center;width:24px}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6{align-items:center;border:1px solid #eae8e3;border-radius:10px;display:flex;height:28px;padding:0 3px}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6:hover input{background-color:#f0f8ff}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6 input{-moz-appearance:textfield;background-color:#0000;border:none;border-radius:10px;text-align:center;width:28px}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6 input::-webkit-inner-spin-button,.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6 input:focus{outline:none}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_condition__xBuB6 p{font-family:NunitoSans-Bold;text-align:center;width:28px}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_tags__Qmd-2{display:flex}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_tags__Qmd-2 p{border-radius:7px;font-size:12px;margin:0 6px 0 0;padding:4px 8px}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP .formationsQuizList_col__P1MiH .formationsQuizList_delete__exLVD{cursor:pointer;display:none}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP.formationsQuizList_label__adjdZ{border-bottom:1px solid #eae8e3}.formationsQuizList_content__8pb53 .formationsQuizList_row__ctduP.formationsQuizList_label__adjdZ .formationsQuizList_col__P1MiH p{color:#6f6f6f;font-size:14px}.formationsQuizList_content__8pb53 .formationsQuizList_list__9Vxp9{max-height:calc(100vh - 210px);overflow-y:auto}@keyframes formation-form_rotate__EMZDZ{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.formation-form_row__fkdkt{display:flex;max-width:600px}.formation-form_row2__ypegC{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;max-width:600px}.formation-form_companyFields__IIAcj{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;max-width:600px}.formation-form_containerField__hQX4e{margin-bottom:20px;width:100%}.formation-form_containerField__hQX4e.formation-form_cover__-6xM1{width:50%}.formation-form_containerField__hQX4e.formation-form_type__kL6gO{align-items:flex-end;display:flex}.formation-form_containerField__hQX4e.formation-form_type__kL6gO>div:first-child{width:100%}.formation-form_containerField__hQX4e.formation-form_type__kL6gO>button{margin-left:20px}.formation-form_profiles__eo8P5{width:70%}.formation-form_picture__YJxMU{align-items:center;background-color:#f8f8f8;border:1px dashed #2828284d;border-radius:10px;color:#00875e;cursor:pointer;display:flex;height:120px;justify-content:center;overflow:hidden;position:relative;width:100%}.formation-form_picture__YJxMU.formation-form_media__KY8S0{border:1px solid #eae8e3}.formation-form_picture__YJxMU img{height:auto;object-fit:cover;width:100%}.formation-form_picture__YJxMU svg{font-size:24px;margin-right:10px}.formation-form_picture__YJxMU p{color:#00875e;font-family:NunitoSans-Bold;margin:0}.formation-form_tags__Lao2g{display:flex}.formation-form_tags__Lao2g>div{margin-bottom:10px;margin-right:10px}@keyframes formation-create_rotate__n3Ayj{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.formation-create_create-formation__BQ0BR{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.formation-create_create-formation__BQ0BR{padding:30px}}.formation-create_create-formation__BQ0BR .formation-create_backward__RkKph{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:30px;margin-right:30px;padding-right:15px;text-decoration:none}.formation-create_create-formation__BQ0BR .formation-create_backward__RkKph svg{margin-right:5px;position:relative;top:2px}.formation-create_create-formation__BQ0BR .formation-create_submit__UPXc4{position:absolute;right:30px;top:30px;z-index:2}.formation-create_create-formation__BQ0BR .formation-create_content__-\+4VF{position:relative;z-index:1}@keyframes formation-edit_rotate__2m9yH{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.formation-edit_create-formation__s5DT\+{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.formation-edit_create-formation__s5DT\+{padding:30px}}.formation-edit_create-formation__s5DT\+ .formation-edit_backward__N-79N{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:30px;margin-right:30px;padding-right:15px;text-decoration:none}.formation-edit_create-formation__s5DT\+ .formation-edit_backward__N-79N svg{margin-right:5px;position:relative;top:2px}.formation-edit_create-formation__s5DT\+ .formation-edit_submit__nkNyC{position:absolute;right:30px;top:30px;z-index:2}.formation-edit_create-formation__s5DT\+ .formation-edit_content__837as{position:relative;z-index:1}@keyframes list_rotate__L0zCg{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_listSessions__TlbDc{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_listSessions__TlbDc{padding:30px}}.list_listSessions__TlbDc .list_header__tf-Fp{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_listSessions__TlbDc .list_header__tf-Fp h1{margin-bottom:0}.list_listSessions__TlbDc .list_header__tf-Fp h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_listSessions__TlbDc .list_header__tf-Fp>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_listSessions__TlbDc .list_header__tf-Fp>div:last-child a{text-decoration:none}.list_listSessions__TlbDc .list_header__tf-Fp>div:last-child button{margin-left:20px}.list_listSessions__TlbDc .list_filters__oaF-I{display:flex;margin-bottom:10px}.list_listSessions__TlbDc .list_filters__oaF-I>div{margin-right:20px}@keyframes session-detail_rotate__nSsRP{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.session-detail_detail__05SSv{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.session-detail_detail__05SSv{padding:30px}}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ{align-items:center;display:flex;margin-bottom:20px;position:relative}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ .session-detail_backward__Ur6Wq{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-right:30px;padding-right:15px;position:absolute;text-decoration:none;top:0}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ .session-detail_backward__Ur6Wq svg{margin-right:5px;position:relative;top:2px}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ header{align-items:flex-end;border-bottom:1px solid #eae8e3;display:flex;justify-content:space-between;margin-top:30px;width:100%}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ header .session-detail_title__Jrc12 label{color:#6f6f6f}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ header .session-detail_title__Jrc12 h1{font-size:24px;margin-bottom:5px}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ header .session-detail_links__UTR2j{display:flex}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ header .session-detail_links__UTR2j a{border-bottom:1px solid #0000;display:block;font-family:NunitoSans-Bold;font-size:18px;margin-left:20px;opacity:.4;padding:10px;text-decoration:none}.session-detail_detail__05SSv .session-detail_navigation__\+RbnQ header .session-detail_links__UTR2j a.session-detail_active__H2oiA{border-bottom:1px solid #00875e;opacity:1}@keyframes learners_rotate__ACjmZ{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.learners_learners__4STMF .learners_header__1NQ2v{display:flex;justify-content:space-between}.learners_learners__4STMF .learners_header__1NQ2v .learners_filters__bJejJ{align-items:center;display:flex}.learners_learners__4STMF .learners_header__1NQ2v .learners_filters__bJejJ>div{margin-right:10px}@keyframes SessionLearnersModale_rotate__1A7cc{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.SessionLearnersModale_container__cFWZm{max-width:800px;width:80vw}.SessionLearnersModale_container__cFWZm h2{font-family:NunitoSans-Bold;font-size:18px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_filters__qLej-{display:flex}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_filters__qLej->div{margin-right:10px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_list__vXcKO{height:30vh;overflow-y:auto;padding-top:8px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv{align-items:center;display:flex;min-height:36px;width:100%}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv.SessionLearnersModale_label__Kh0Ut{border-bottom:1px solid #eae8e3;margin-top:20px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv.SessionLearnersModale_label__Kh0Ut p{color:#6f6f6f;padding-bottom:5px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4{width:calc(50% - 15px)}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4 .SessionLearnersModale_check__ouYMH{align-items:center;background-color:#6f6f6f33;border-radius:3px;cursor:pointer;display:flex;height:20px;justify-content:center;transition:all .2s ease-in-out;width:20px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4 .SessionLearnersModale_check__ouYMH:hover{background-color:#6f6f6f66}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4 .SessionLearnersModale_check__ouYMH svg{color:#00875e}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4:first-child{width:30px}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4 p{margin:0}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_row__2d2Kv .SessionLearnersModale_col__MVfc4:not(.SessionLearnersModale_tags__SehsJ) p{margin:0 8px 0 0}.SessionLearnersModale_container__cFWZm .SessionLearnersModale_action__Kel9I{display:flex;justify-content:flex-end}@keyframes edit-session_rotate__5aCpe{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit-session_editSession__N9MVO{position:relative}.edit-session_editSession__N9MVO .edit-session_actions__KyuN2{align-items:center;display:flex;position:absolute;right:0;z-index:2}.edit-session_editSession__N9MVO .edit-session_actions__KyuN2 button{margin-left:10px}.edit-session_editSession__N9MVO .edit-session_actions__KyuN2 p{margin:0 10px}.edit-session_editSession__N9MVO .edit-session_actions__KyuN2 .edit-session_cancel__N2gpJ{background-color:#fa5c4f33;border:none;color:#fa5c4f}.edit-session_editSession__N9MVO .edit-session_actions__KyuN2 .edit-session_count__k86Zi{align-items:center;color:#00875e;display:flex;font-family:NunitoSans-Bold;margin-right:10px}.edit-session_editSession__N9MVO .edit-session_actions__KyuN2 .edit-session_count__k86Zi span{align-items:center;background-color:#00875e1a;border-radius:10px;display:flex;font-family:NunitoSans-Bold;height:30px;justify-content:center;margin-left:10px;padding:8px 10px}.edit-session_editSession__N9MVO .edit-session_content__ypLAO{position:relative;z-index:1}@keyframes session-form_rotate__Ytdl6{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.session-form_row__4pVTM{display:flex;max-width:600px}.session-form_row2__tRsZQ{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;max-width:600px}.session-form_companyFields__F47e7{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;max-width:600px}.session-form_containerField__T7TS6{margin-bottom:20px;width:100%}@keyframes input-date_rotate__6WxYh{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.input-date_container-input__TYvRk label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.input-date_container-input__TYvRk.input-date_inline__jWUMG{align-items:center;display:flex;justify-content:space-between}.input-date_container-input__TYvRk.input-date_inline__jWUMG label{margin-right:10px}.input-date_container-input__TYvRk:not(.input-date_inline__jWUMG) label+.input-date_input__BUFXw{margin-top:10px}.input-date_container-input__TYvRk input{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__TYvRk input:focus{border:1px solid #00875e}.input-date_container-input__TYvRk input::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}.input-date_container-input__TYvRk.input-date_discret__J5eRa input{background-color:#0000;border:0;padding-left:0;padding-right:0}.input-date_container-input__TYvRk.input-date_primary__16hGX .input-date_input__BUFXw{background-color:#fff;border:1px solid #eae8e3;border-radius:0;border-radius:10px;box-shadow:0 18px 32px #d0d2da26;box-sizing:border-box;color:#282828;display:block;font-family:NunitoSans,sans-serif;font-size:14px;line-height:21px;outline:none;padding:11px;width:100%}.input-date_container-input__TYvRk.input-date_primary__16hGX .input-date_input__BUFXw:focus{border:1px solid #00875e}.input-date_container-input__TYvRk.input-date_primary__16hGX .input-date_input__BUFXw::placeholder{color:#6f6f6f;font-family:NunitoSans,sans-serif}@keyframes session-create_rotate__PJQOe{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.session-create_create-session__tvmzD{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.session-create_create-session__tvmzD{padding:30px}}.session-create_create-session__tvmzD .session-create_backward__TddA1{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:30px;margin-right:30px;padding-right:15px;text-decoration:none}.session-create_create-session__tvmzD .session-create_backward__TddA1 svg{margin-right:5px;position:relative;top:2px}.session-create_create-session__tvmzD .session-create_submit__EMoqV{position:absolute;right:30px;top:30px;z-index:2}.session-create_create-session__tvmzD .session-create_content__57VVY{position:relative;z-index:1}@keyframes formation-edit_rotate__rBmnI{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.formation-edit_create-formation__lmsD6{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.formation-edit_create-formation__lmsD6{padding:30px}}.formation-edit_create-formation__lmsD6 .formation-edit_backward__S2Bx6{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:30px;margin-right:30px;padding-right:15px;text-decoration:none}.formation-edit_create-formation__lmsD6 .formation-edit_backward__S2Bx6 svg{margin-right:5px;position:relative;top:2px}.formation-edit_create-formation__lmsD6 .formation-edit_submit__JbbUB{position:absolute;right:30px;top:30px;z-index:2}.formation-edit_create-formation__lmsD6 .formation-edit_content__GhMpM{position:relative;z-index:1}@keyframes list_rotate__AvKx2{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_plantsLists__Wh47n{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_plantsLists__Wh47n{padding:30px}}.list_plantsLists__Wh47n .list_header__zpQk1{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_plantsLists__Wh47n .list_header__zpQk1 h1{margin-bottom:0}.list_plantsLists__Wh47n .list_header__zpQk1 h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_plantsLists__Wh47n .list_header__zpQk1>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_plantsLists__Wh47n .list_header__zpQk1>div:last-child a{text-decoration:none}.list_plantsLists__Wh47n .list_header__zpQk1>div:last-child button{margin-left:20px}.list_plantsLists__Wh47n .list_filters__Wod0S{display:flex;margin-bottom:10px}.list_plantsLists__Wh47n .list_filters__Wod0S>div{margin-right:20px}.plantsLists-table_PlantsLists__vEP2J table{border-collapse:collapse;border-spacing:0;width:100%}.plantsLists-table_PlantsLists__vEP2J table thead th{border-bottom:1px solid #eae8e3;color:#6f6f6f;cursor:pointer;padding:15px 0 15px 20px;position:relative;text-align:left}.plantsLists-table_PlantsLists__vEP2J table thead th svg{left:0;position:absolute;top:50%;transform:translateY(-50%)}.plantsLists-table_PlantsLists__vEP2J table thead th .plantsLists-table_sortIcons__6EFJ7{opacity:.3}.plantsLists-table_PlantsLists__vEP2J table thead th .plantsLists-table_sortIcons__6EFJ7>svg:first-child{transform:translateY(-80%)}.plantsLists-table_PlantsLists__vEP2J table thead th .plantsLists-table_sortIcons__6EFJ7>svg:nth-child(2){transform:translateY(-20%)}.plantsLists-table_PlantsLists__vEP2J table tbody tr{cursor:pointer}.plantsLists-table_PlantsLists__vEP2J table tbody td{padding:15px 0 15px 20px}@keyframes plants-list-form_rotate__LZavt{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.plants-list-form_form__9lbHa{align-items:flex-start;display:flex;justify-content:space-between;margin-top:10px}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj{display:flex;flex-direction:column;width:32%}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj:first-child{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;width:calc(68% - 20px)}@media screen and (min-width:1200px){.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj:first-child{padding:30px}}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj .plants-list-form_creator__4XztS{color:#6f6f6f;font-size:12px;margin:15px 0 0}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj .plants-list-form_name__Cl9uy{max-width:420px}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj .plants-list-form_tags__IbCHI{background-color:#fff;border-radius:10px;margin-top:15px;min-height:100%;min-height:auto;padding:15px 20px}@media screen and (min-width:1200px){.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj .plants-list-form_tags__IbCHI{padding:30px;padding-bottom:5px}}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section{margin-top:20px;width:100%}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_row__XwGWQ{display:flex}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_row__XwGWQ .plants-list-form_search__QJ0dP{align-items:center;border:1px solid #eae8e3;border-radius:10px;display:flex;margin-bottom:20px;max-width:300px}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_row__XwGWQ .plants-list-form_search__QJ0dP svg{font-size:20px}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_row__XwGWQ .plants-list-form_search__QJ0dP input{border:none;border-radius:10px;height:45px;padding:10px 15px;width:calc(100% - 30px)}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_row__XwGWQ .plants-list-form_search__QJ0dP input:focus{outline:none}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_row__XwGWQ button{margin-left:15px}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_message__qKXAe span{color:#00875e;text-decoration:underline}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section h2{font-size:14px}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d{border-radius:10px;margin-bottom:30px;overflow:hidden;width:100%}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d:first-child .plants-list-form_item__bp0tR{background-color:#368f6580}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR{align-items:center;display:flex;justify-content:space-between;min-height:40px;padding:0 15px;width:100%}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR:nth-child(odd){background-color:#eae8e34d}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR:nth-child(odd):not(:last-child){border-bottom:1px solid #eae8e3}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR.plants-list-form_add__-IpTQ{background-color:#368f6533}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR.plants-list-form_add__-IpTQ:not(:last-child){border-bottom:1px solid #368f6533}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR p{margin:0}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR button{background-color:#0000;border:none;font-size:12px;height:auto;padding:0}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR button.plants-list-form_delete__xIOIL{color:#fa5c4f;text-decoration:underline}.plants-list-form_form__9lbHa .plants-list-form_col__rPJbj section .plants-list-form_list__UT75d .plants-list-form_item__bp0tR button.plants-list-form_add__-IpTQ{color:#00875e;text-decoration:underline}@keyframes plantsGroupModal_rotate__SG2xN{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.plantsGroupModal_modalPlants__CIdiY{width:493px}.plantsGroupModal_modalPlants__CIdiY .plantsGroupModal_field__2aOpm{margin-bottom:10px}.plantsGroupModal_modalPlants__CIdiY .plantsGroupModal_actions__B6w\+F{align-items:center;display:flex;justify-content:flex-end;margin-top:20px;padding-bottom:10px}.plantsGroupModal_modalPlants__CIdiY .plantsGroupModal_actions__B6w\+F p{color:#28282880;margin:0 10px}.plantsGroupModal_modalPlants__CIdiY .plantsGroupModal_actions__B6w\+F button.plantsGroupModal_disabled__c4ttd{pointer-events:none}.plantsGroupModal_modalPlants__CIdiY .plantsGroupModal_actions__B6w\+F .plantsGroupModal_dotLoader__n\+6gI{animation-duration:1s;animation-iteration-count:infinite;animation-name:plantsGroupModal_rotate__SG2xN;background-color:#00875e;background-color:#ffffff80;border-radius:7px;display:inline-block;height:14px;margin-right:15px;width:14px}@keyframes edit_rotate__zYsqp{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.edit_edit__blvCJ{position:relative}@media screen and (min-width:1200px){.edit_edit__blvCJ{padding:0}}.edit_edit__blvCJ .edit_content__yDfh7{position:relative;z-index:1}@keyframes create-plants-list_rotate__ZENmK{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.create-plants-list_create__LL7Nq{position:relative}.create-plants-list_create__LL7Nq .create-plants-list_header__nGHdI{margin-bottom:20px;width:100%}.create-plants-list_create__LL7Nq .create-plants-list_header__nGHdI .create-plants-list_backward__a\+cV9{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:20px;margin-right:30px;padding-right:15px;text-decoration:none}.create-plants-list_create__LL7Nq .create-plants-list_header__nGHdI .create-plants-list_backward__a\+cV9 svg{margin-right:5px;position:relative;top:2px}@keyframes plants-list-detail_rotate__7QtEJ{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.plants-list-detail_detail__Sia\+R{display:flex;flex-direction:column}.plants-list-detail_detail__Sia\+R .plants-list-detail_navigation__T3Lyc{align-items:center;display:flex;margin-bottom:20px;position:relative}.plants-list-detail_detail__Sia\+R .plants-list-detail_navigation__T3Lyc .plants-list-detail_backward__N\+ouH{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-right:30px;padding-right:15px;position:absolute;text-decoration:none;top:0}.plants-list-detail_detail__Sia\+R .plants-list-detail_navigation__T3Lyc .plants-list-detail_backward__N\+ouH svg{margin-right:5px;position:relative;top:2px}@keyframes list_rotate__U4jHc{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.list_articlesList__l5h6F{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px}@media screen and (min-width:1200px){.list_articlesList__l5h6F{padding:30px}}.list_articlesList__l5h6F .list_header__MMIvz{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.list_articlesList__l5h6F .list_header__MMIvz h1{margin-bottom:0}.list_articlesList__l5h6F .list_header__MMIvz h1 span{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-size:14px;margin-left:15px;padding:3px 5px;vertical-align:middle}.list_articlesList__l5h6F .list_header__MMIvz>div:last-child{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.list_articlesList__l5h6F .list_header__MMIvz>div:last-child a{text-decoration:none}.list_articlesList__l5h6F .list_header__MMIvz>div:last-child button{margin-left:20px}.list_articlesList__l5h6F .list_filters__6v0-8{display:flex;margin-bottom:10px}.list_articlesList__l5h6F .list_filters__6v0-8>div{margin-right:20px}.list_articlesList__l5h6F .list_panel__nRZG1{border-bottom:1px solid #eae8e3}.list_articlesList__l5h6F .list_panel__nRZG1 .list_panel-header__uBcW-{align-items:center;display:flex;height:60px;justify-content:space-between;width:100%}.list_articlesList__l5h6F .list_panel__nRZG1 .list_panel-header__uBcW- h2{margin:0}.list_articlesList__l5h6F .list_panel__nRZG1 .list_panel-header__uBcW- .list_actions__U48co{align-items:center;display:flex}.list_articlesList__l5h6F .list_panel__nRZG1 .list_panel-header__uBcW- .list_actions__U48co p{border:1px solid #eae8e3;border-radius:5px;color:#6f6f6f;display:inline-block;font-family:NunitoSans-Bold,sans-serif;font-size:14px;margin:0 10px 0 15px;padding:3px 5px;vertical-align:middle}.list_articlesList__l5h6F .list_panel__nRZG1 .list_panel-header__uBcW- .list_actions__U48co button{align-items:center;background-color:#0000;border:none;color:#282828;display:flex;font-size:23px;height:40px;justify-content:center;padding:0;width:40px}.list_articlesList__l5h6F .list_panel__nRZG1 .list_panel-header__uBcW- .list_actions__U48co button.list_open__3KqnP{transform:rotate(180deg)}.list_articlesList__l5h6F .list_panel__nRZG1 .list_grid__7PH\+H{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.list_card__ZxrK7{display:block;text-decoration:none}.list_card__ZxrK7:hover img{transform:scale(1.05)}.list_card__ZxrK7.list_home__5l7zh{background:#fff;border-radius:11px;box-shadow:0 2px 33.7px 0 #00000014;padding:4px}.list_card__ZxrK7.list_home__5l7zh .list_infos__8P\+i5{padding:10px}.list_card__ZxrK7.list_home__5l7zh .list_infos__8P\+i5 p{-webkit-line-clamp:2;max-height:3em}.list_card__ZxrK7 .list_cover__LElUi{align-items:center;background-color:#efeeee;border-radius:10px;display:flex;height:135px;justify-content:center;overflow:hidden;width:100%}.list_card__ZxrK7 .list_cover__LElUi img{object-fit:cover;transition:all .2s ease-in-out;width:100%}.list_card__ZxrK7 .list_infos__8P\+i5 .list_tags__F4xYi{display:flex;flex-wrap:wrap;margin-bottom:3px;margin-top:3px}.list_card__ZxrK7 .list_infos__8P\+i5 .list_tags__F4xYi p{border:1px solid #eae8e3;border-radius:30px;color:#282828;font-size:12px;margin:5px 5px 5px 0;padding:3px 10px}.list_card__ZxrK7 .list_infos__8P\+i5 h3{font-size:18px;margin-bottom:0}.list_card__ZxrK7 .list_infos__8P\+i5 p{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#6f6f6f;display:-webkit-box;font-size:12px;line-height:1.5;margin-bottom:0;max-height:4.5em;overflow:hidden;text-overflow:ellipsis}.list_card__ZxrK7 .list_infos__8P\+i5 p.list_creator__si4Js{color:#00875e;margin-bottom:0;margin-top:0}@keyframes editArticle_rotate__u\+Oh3{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.editArticle_create__mZgHK{position:relative}.editArticle_create__mZgHK .editArticle_header__Tynhs{margin-bottom:0;width:100%}.editArticle_create__mZgHK .editArticle_header__Tynhs .editArticle_backward__Jit2B{border-right:1px solid #eae8e3;color:#6f6f6f;display:inline-block;font-family:NunitoSans;font-size:14px;margin-bottom:20px;margin-right:30px;padding-right:15px;text-decoration:none}.editArticle_create__mZgHK .editArticle_header__Tynhs .editArticle_backward__Jit2B svg{margin-right:5px;position:relative;top:2px}.editArticle_create__mZgHK .editArticle_edit__CPFVo{position:relative}@media screen and (min-width:1200px){.editArticle_create__mZgHK .editArticle_edit__CPFVo{padding:0}}.editArticle_create__mZgHK .editArticle_edit__CPFVo .editArticle_content__Ot4Wy{position:relative;z-index:1}@keyframes article-form_rotate__OWj8k{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.article-form_form__wU-Mr{align-items:flex-start;display:flex;justify-content:space-between;margin-top:10px}.article-form_form__wU-Mr .article-form_col__OidNz{display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:50px;padding-right:20px;width:32%}.article-form_form__wU-Mr .article-form_col__OidNz:first-child{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;width:calc(68% - 20px)}@media screen and (min-width:1200px){.article-form_form__wU-Mr .article-form_col__OidNz:first-child{padding:30px}}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_submit__btDuk.article-form_saved__ycY7S{background-color:#949494;border:1px solid #949494}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_creator__p7Cm6{color:#6f6f6f;font-size:12px;margin:15px 0 0}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_description__6d0o\+,.article-form_form__wU-Mr .article-form_col__OidNz .article-form_name__Gk5oF{margin-bottom:20px}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_block__j88gD{background-color:#fff;border-radius:10px;margin-top:15px;min-height:100%;min-height:auto;padding:15px 20px}@media screen and (min-width:1200px){.article-form_form__wU-Mr .article-form_col__OidNz .article-form_block__j88gD{padding:30px;padding:20px 30px 5px}}.article-form_form__wU-Mr .article-form_col__OidNz label{color:#6f6f6f}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_date__FEro6{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_date__FEro6 .article-form_input__D33sy{width:calc(100% - 150px)}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_cover__sIB4w{align-items:center;background-color:#f8f8f8;border:1px dashed #2828284d;border-radius:10px;color:#00875e;cursor:pointer;display:flex;height:25vh;justify-content:center;overflow:hidden;position:relative;width:100%}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_cover__sIB4w.article-form_media__hunn-{border:1px solid #eae8e3}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_cover__sIB4w img{height:auto;object-fit:cover;width:100%}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_cover__sIB4w svg{font-size:24px;margin-right:10px}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_cover__sIB4w p{color:#00875e;font-family:NunitoSans-Bold;margin:0}.article-form_form__wU-Mr .article-form_col__OidNz .article-form_delete__iiC3z{background-color:#0000;border:none;color:#fa5c4f;cursor:pointer;font-family:NunitoSans-Bold;margin:20px 0;text-align:left;text-decoration:underline}.article-form_add__Q0\+-Q{align-items:center;border:1px dashed #2828284d;border-radius:10px;display:flex;height:53px;justify-content:center;position:relative;width:100%}.article-form_add__Q0\+-Q .article-form_add-btn__2vKKv{border-radius:5px;height:30px;padding:0;width:30px}.article-form_add__Q0\+-Q .article-form_add-btn__2vKKv:not(.article-form_open__JXLhh){background-color:#949494;border:1px solid #949494}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2{bottom:0;height:240px;opacity:0;pointer-events:none;position:absolute;transition:all .2s ease-in-out;width:110px}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2.article-form_open__JXLhh{opacity:1;pointer-events:all}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2 .article-form_options__Kw4BD{background:#fff;border:1px solid #eae8e3;border-radius:4px;box-shadow:0 4px 10px 0 #00000008;height:180px;overflow:hidden;position:relative}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2 .article-form_options__Kw4BD button{align-items:center;background-color:#0000;border:none;border-radius:0;color:#282828;cursor:pointer;display:flex;height:45px;justify-content:space-between;padding:8px 15px;width:100%}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2 .article-form_options__Kw4BD button:hover{background-color:#2828281a}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2 .article-form_options__Kw4BD button .article-form_icon__O4tde{align-items:center;display:flex;justify-content:center;width:40px}.article-form_add__Q0\+-Q .article-form_option-container__Jwmx2 .article-form_options__Kw4BD button p{margin:0 10px;text-align:center}.article-form_fields__mXUO3{margin:20px 0}.article-form_fields__mXUO3 .article-form_field__4F5J0{margin-bottom:15px;position:relative}.article-form_fields__mXUO3 .article-form_field__4F5J0:hover .article-form_actions__UuAgc{opacity:1;pointer-events:all}.article-form_fields__mXUO3 .article-form_field__4F5J0.article-form_dragging__bn-3g{opacity:.8}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_actions__UuAgc{background-color:#00875e;border-bottom-left-radius:10px;border-top-right-radius:10px;display:flex;height:30px;opacity:0;pointer-events:none;position:absolute;right:0;top:0;width:56px;z-index:1}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_actions__UuAgc .article-form_icon__O4tde{align-items:center;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_actions__UuAgc .article-form_icon__O4tde:last-child{cursor:grab}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_cover__sIB4w{margin-top:0}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_cover__sIB4w.article-form_media__hunn-{height:auto}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_cover__sIB4w.article-form_media__hunn- video{width:100%}.article-form_fields__mXUO3 .article-form_field__4F5J0 .article-form_input__D33sy{border:1px solid #eae8e3;border-radius:10px;padding:10px 15px 5px}.ql-container{box-sizing:border-box;font-family:NunitoSans;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;min-height:50px;outline:none;overflow-y:auto;tab-size:4;-moz-tab-size:4;white-space:pre-wrap}.discret .ql-editor{padding:10px 0!important}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{color:#282828;font-size:14px}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#9ba0ab;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#9ba0ab;content:attr(data-placeholder);font-size:16px;opacity:.6;pointer-events:none;position:absolute}.ql-bubble .ql-toolbar:after,.ql-bubble.ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble .ql-toolbar button,.ql-bubble.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble .ql-toolbar button svg,.ql-bubble.ql-toolbar button svg{float:left;height:100%}.ql-bubble .ql-toolbar button:active:hover,.ql-bubble.ql-toolbar button:active:hover{outline:none}.ql-bubble .ql-toolbar input.ql-image[type=file],.ql-bubble.ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button:focus,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover{color:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble .ql-toolbar button:hover:not(.ql-active),.ql-bubble.ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip button{box-shadow:none}.ql-bubble .ql-tooltip-arrow{border-left:6px solid #0000;border-right:6px solid #0000;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:#0000;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{position:absolute;right:20px;top:10px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;color:#fff;content:attr(href);font-size:12px;font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;top:-5px;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #444;content:" ";height:0;top:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}@keyframes text-editor_rotate__ufFSU{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.text-editor_field__noaOl label{color:#6f6f6f;font-family:NunitoSans,sans-serif;font-size:14px;font-weight:400;line-height:17px;white-space:nowrap}.text-editor_field__noaOl label+div{margin-top:10px}.text-editor_field__noaOl .text-editor_texteditor__WeeRJ{color:#fff;padding:0}.text-editor_field__noaOl .text-editor_texteditor__WeeRJ.text-editor_discret__Xp3BF{background-color:#0000}.text-editor_field__noaOl .text-editor_count-characters__Op0kk{color:#6f6f6f;font-size:14px;margin:0;padding:15px;text-align:right}.text-editor_field__noaOl .text-editor_count-characters__Op0kk span{color:#282828}@keyframes home_rotate__o2rZ6{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.home_home__qA4gR{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.home_home__qA4gR{padding:30px}}.home_home__qA4gR header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;position:relative;z-index:1;z-index:2}.home_home__qA4gR header h1{font-size:36px}.home_home__qA4gR header .home_filter__eA0rc{background:#fff;border:1px solid #eae8e3;border-radius:50px;padding:0 12px}.home_home__qA4gR .home_content__P-GDI{position:relative;z-index:0}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW{margin-bottom:30px}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW,.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW .home_indicators__n1MBW{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW .home_connection__7u56l{background:#fff;border-radius:11px;box-shadow:0 2px 33.7px 0 #00000014;padding:10px 15px 15px}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW .home_connection__7u56l h2{margin-bottom:0}.home_home__qA4gR .home_content__P-GDI .home_header__DjkFW .home_connection__7u56l .home_chart__sn2Ea{height:185px;width:100%}.home_home__qA4gR .home_content__P-GDI .home_articles__TQAms .home_list__GEe5p{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.counter_counter__Ufr8v{background:#fff;border-radius:11px;box-shadow:0 2px 33.7px 0 #00000014;display:flex;flex-direction:column;padding:20px}.counter_counter__Ufr8v .counter_label__86GnG{display:flex}.counter_counter__Ufr8v .counter_label__86GnG .counter_icon__NAR1P{margin-right:8px}.counter_counter__Ufr8v .counter_values__zl9wc{align-items:flex-end;display:flex}.counter_counter__Ufr8v .counter_values__zl9wc h2{font-size:32px;line-height:20px;margin:0}.counter_counter__Ufr8v .counter_values__zl9wc h4{color:#00875e;line-height:14px;margin:0 10px;transform:translateY(2px)}@keyframes lines_rotate__g93yX{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.lines_lines__ZZ7PL{height:100%;overflow:hidden;width:100%}@keyframes stats_rotate__3xnTW{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.stats_home__NeQLq{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.stats_home__NeQLq{padding:30px}}@media screen and (min-width:1600px){.stats_home__NeQLq:after{background-image:url(/static/media/stats.f8ea8ecfcaee312f510c.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:calc(100% - 140px);max-height:570px;pointer-events:none;position:absolute;right:30px;top:90px;width:100%;z-index:0}}.stats_home__NeQLq header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;position:relative;z-index:1;z-index:2}.stats_home__NeQLq header h1{font-size:36px}.stats_home__NeQLq header .stats_filter__bh\+tY{background:#fff;border:1px solid #eae8e3;border-radius:50px;padding:0 12px}.stats_home__NeQLq .stats_filters__9sceO{display:flex;margin-bottom:20px}.stats_home__NeQLq .stats_filters__9sceO .stats_filter__bh\+tY{margin-right:10px}.stats_home__NeQLq .stats_content__\+SgMf{position:relative;z-index:1}@media screen and (min-width:900px){.stats_home__NeQLq .stats_content__\+SgMf{max-width:650px;width:70%}}.stats_home__NeQLq .stats_content__\+SgMf .stats_indicators__dJ6pl{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.stats_home__NeQLq .stats_content__\+SgMf .stats_connection__Bnhrv{background:#fff;border-radius:11px;box-shadow:0 2px 33.7px 0 #00000014;margin:20px 0;padding:10px 15px 15px;width:100%}.stats_home__NeQLq .stats_content__\+SgMf .stats_connection__Bnhrv h2{margin-bottom:0}.stats_home__NeQLq .stats_content__\+SgMf .stats_connection__Bnhrv .stats_chart__wEXew{height:235px;width:100%}.stats_home__NeQLq .stats_content__\+SgMf .stats_articles__RuKPa .stats_list__2qwLW{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@keyframes stats-formations_rotate__kzzUD{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.stats-formations_stats__4erjq{background-color:#fff;border-radius:10px;min-height:100%;padding:15px 20px;position:relative}@media screen and (min-width:1200px){.stats-formations_stats__4erjq{padding:30px}}.stats-formations_stats__4erjq header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;position:relative;z-index:1;z-index:2}.stats-formations_stats__4erjq header h1{font-size:36px}.stats-formations_stats__4erjq header .stats-formations_filter__N2hpH{background:#fff;border:1px solid #eae8e3;border-radius:50px;padding:0 12px}.stats-formations_stats__4erjq .stats-formations_filters__ehAPs{display:flex;margin-bottom:20px}.stats-formations_stats__4erjq .stats-formations_filters__ehAPs .stats-formations_filter__N2hpH{margin-right:10px}.stats-formations_stats__4erjq .stats-formations_content__bglOx{position:relative;width:80%;z-index:0}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_indicators__G30hQ{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE{background:#fff;border-radius:11px;box-shadow:0 2px 33.7px 0 #00000014;margin:20px 0;padding:15px;width:100%}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo{display:flex}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo:first-child p{margin:0}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo:not(:first-child){align-items:center;border-bottom:1px solid #eae8e3;height:38px}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo:not(:first-child) p{font-family:NunitoSans-Bold;margin:0;padding-right:10px}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo .stats-formations_col__OSPc0{align-items:center;display:flex;width:25%}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo .stats-formations_col__OSPc0 svg{margin-right:8px}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_formations__iUmTE .stats-formations_row__xs7Eo .stats-formations_col__OSPc0:first-child{width:50%}.stats-formations_stats__4erjq .stats-formations_content__bglOx .stats-formations_articles__c7YZ7 .stats-formations_list__7n6R7{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@font-face{font-family:NunitoSans;src:url(/static/media/NunitoSans_10pt-SemiBold.39af491f33e04d1f69b6.ttf) format("truetype")}@font-face{font-family:NunitoSans-Bold;src:url(/static/media/NunitoSans_10pt-ExtraBold.e62f6dbe2dbde08fb1ff.ttf) format("truetype")}@font-face{font-family:NunitoSans-Italic;src:url(/static/media/NunitoSans_10pt-SemiBoldItalic.b098a6550df6d89952f5.ttf) format("truetype")}@keyframes mobile_rotate__EuekT{0%{transform:rotateX(0) rotateY(0)}50%{transform:rotateX(-180deg) rotateY(0)}to{transform:rotateX(-180deg) rotateY(-180deg)}}.mobile_mobile__Sj9Ab{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.mobile_mobile__Sj9Ab p{font-size:14px}
/*# sourceMappingURL=main.0af3242a.css.map*/