:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.grid-container{padding-right:.625rem;padding-left:.625rem;max-width:75rem;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.fluid{padding-right:.625rem;padding-left:.625rem;max-width:100%;margin-left:auto;margin-right:auto}@media print,screen and (min-width:40em){.grid-container.fluid{padding-right:.9375rem;padding-left:.9375rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1}.cell.shrink{flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{flex:0 0 auto}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{flex:1 1;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{flex:1 1;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print,screen and (min-width:40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.9375rem;margin-left:-.9375rem}}.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-right:.9375rem;padding-left:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-right:0;margin-left:0}.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-right:0;margin-left:0}.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.625rem}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .625rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .625rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .625rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .625rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.9375rem}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .9375rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .9375rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .9375rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .9375rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .9375rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .9375rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .9375rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .9375rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .9375rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .9375rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .9375rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.9375rem}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .9375rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .9375rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .9375rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .9375rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .9375rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .9375rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .9375rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .9375rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .9375rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .9375rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .9375rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{flex:0 0 auto}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{flex:1 1;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{flex:1 1;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-top:.9375rem;padding-bottom:.9375rem}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width:40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width:64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-top:-.9375rem;margin-bottom:-.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:.9375rem;margin-bottom:.9375rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}@media screen and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@font-face{font-family:tamtam-sb;src:url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.eot?5ha11c=);src:url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.eot?5ha11c=#iefix) format("embedded-opentype"),url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.ttf?5ha11c=) format("truetype"),url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.woff?5ha11c=) format("woff"),url(https://tamtam.s3.eu-west-1.amazonaws.com/cdn/img/storybook/static/fonts/tamtam-sb.svg?5ha11c=#tamtam-sb) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-sb-"],[class^=icon-sb-]{font-family:tamtam-sb!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sb-premium:before{content:""}.icon-sb-arrow-down:before{content:""}.icon-sb-stats:before{content:""}.icon-sb-article-edit:before{content:""}.icon-sb-print:before{content:""}.icon-sb-instagram:before{content:""}.icon-sb-timetable-1:before{content:""}.icon-sb-share:before{content:""}.icon-sb-email:before{content:""}.icon-sb-chevron-up:before{content:""}.icon-sb-chevron-down:before{content:""}.icon-sb-feather:before{content:""}.icon-sb-article:before{content:""}.icon-sb-newspaper:before{content:""}.icon-sb-author:before{content:""}.icon-sb-facebook:before{content:"";color:#3b5998}.icon-sb-linkedin:before{content:"";color:#007ab9}.icon-sb-twitter:before{content:"";color:#55acee}.icon-sb-magnifier:before{content:""}.icon-sb-eye:before{content:""}.icon-sb-edit:before{content:""}.icon-sb-megaphone:before{content:""}.icon-sb-trash:before{content:""}.icon-sb-paper-airplane:before{content:""}.icon-sb-earth:before{content:""}.icon-sb-thumb-up:before{content:""}.icon-sb-thumb-down:before{content:""}.icon-sb-comment:before{content:""}.icon-sb-medias:before{content:""}.icon-sb-three-dots:before{content:""}.icon-sb-plus:before{content:""}.icon-sb-close:before{content:""}.icon-sb-check-outline:before{content:""}.icon-sb-close-outline:before{content:""}.icon-sb-plus-outline:before{content:""}.icon-sb-filter:before{content:""}.icon-sb-tools:before{content:""}.icon-sb-check:before{content:""}.icon-sb-settings:before{content:""}.icon-sb-folder:before{content:""}.icon-sb-star:before{content:""}.icon-sb-star-o:before{content:""}.icon-sb-spinner:before{content:""}.icon-sb-briefcase:before{content:""}.icon-sb-menu:before{content:""}.icon-sb-more-vertical:before{content:""}html{box-sizing:border-box}.hide{display:none!important}*,:after,:before{box-sizing:border-box}body{margin:0;padding:0;color:#8d8d8d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}a{outline:none;line-height:inherit;color:#1779ba;text-decoration:none;cursor:pointer}ul{list-style-type:none}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.rotating{animation:rotation 1s linear infinite}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-name:bounceIn;animation-iteration-count:infinite}.sun-editor .se-tooltip .se-tooltip-inner{z-index:9999!important}.sun-editor-editable{padding:16px 10px!important}.editorBox,.sun-editor-editable{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;color:#29394d!important;font-size:16px!important;line-height:22px!important;background-color:transparent!important}.editorBox p,.sun-editor-editable p{margin-bottom:16px!important}.editorBox h2,.editorBox h3,.editorBox h4,.editorBox h5,.editorBox h6,.sun-editor-editable h2,.sun-editor-editable h3,.sun-editor-editable h4,.sun-editor-editable h5,.sun-editor-editable h6{font-weight:500;margin:1rem 0!important}.editorBox h2,.sun-editor-editable h2{font-size:22px;line-height:28px}.editorBox h3,.sun-editor-editable h3{font-size:20px;line-height:26px}.editorBox h4,.sun-editor-editable h4{font-size:18px;line-height:24px}.editorBox h5,.sun-editor-editable h5{font-size:16px;line-height:22px}.editorBox h6,.sun-editor-editable h6{font-size:14px;line-height:20px}.editorBox table,.sun-editor-editable table{width:100%!important}.editorBox blockquote,.sun-editor-editable blockquote{color:#8a8a8a!important;border-width:0 0 0 1px;border-color:#cacaca}#ttp-adeditor .sun-editor-editable{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif!important;color:#29394d!important;font-size:16px!important;line-height:22px!important;padding:1.5rem!important;background-color:transparent!important}#ttp-adeditor .sun-editor-editable p{margin-bottom:16px!important}#ttp-adeditor .sun-editor-editable h2,#ttp-adeditor .sun-editor-editable h3,#ttp-adeditor .sun-editor-editable h4,#ttp-adeditor .sun-editor-editable h5,#ttp-adeditor .sun-editor-editable h6{font-weight:500;margin:1rem 0!important}#ttp-adeditor .sun-editor-editable h2{font-size:22px;line-height:28px}#ttp-adeditor .sun-editor-editable h3{font-size:20px;line-height:26px}#ttp-adeditor .sun-editor-editable h4{font-size:18px;line-height:24px}#ttp-adeditor .sun-editor-editable h5{font-size:16px;line-height:22px}#ttp-adeditor .sun-editor-editable h6{font-size:14px;line-height:20px}#ttp-adeditor .sun-editor-editable table{width:100%!important}#ttp-adeditor .sun-editor-editable blockquote{color:#8a8a8a!important;border-width:0 0 0 1px;border-color:#cacaca}#ttp-adeditor .sun-editor-editable li{font-weight:400}.Header_m-t-xxs__Umd_f{margin-top:.25rem!important}.Header_p-t-xxs__1cMfa{padding-top:.25rem!important}.Header_m-b-xxs__2A_9-{margin-bottom:.25rem!important}.Header_p-b-xxs__1vsWr{padding-bottom:.25rem!important}.Header_m-l-xxs__1xwvc{margin-left:.25rem!important}.Header_p-l-xxs__29Y0F{padding-left:.25rem!important}.Header_m-r-xxs__2_aK2{margin-right:.25rem!important}.Header_p-r-xxs__3VJeP{padding-right:.25rem!important}.Header_m-x-xxs__31BLE{margin-left:.25rem!important;margin-right:.25rem!important}.Header_p-x-xxs__3vEtB{padding-left:.25rem!important;padding-right:.25rem!important}.Header_m-y-xxs__3FF7Q{margin-top:.25rem!important;margin-bottom:.25rem!important}.Header_p-y-xxs__2G-Jh{padding-top:.25rem!important;padding-bottom:.25rem!important}.Header_m-xxs__gUqnj{margin:.25rem!important}.Header_p-xxs__1QV8y{padding:.25rem!important}.Header_m-t-xs__2RWQS{margin-top:.5rem!important}.Header_p-t-xs__3jk6e{padding-top:.5rem!important}.Header_m-b-xs__28BRz{margin-bottom:.5rem!important}.Header_p-b-xs__2sZQf{padding-bottom:.5rem!important}.Header_m-l-xs__3O8ls{margin-left:.5rem!important}.Header_p-l-xs__3-pv9{padding-left:.5rem!important}.Header_m-r-xs__OHxVx{margin-right:.5rem!important}.Header_p-r-xs__2eN-M{padding-right:.5rem!important}.Header_m-x-xs__1ESR_{margin-left:.5rem!important;margin-right:.5rem!important}.Header_p-x-xs__2Vi8r{padding-left:.5rem!important;padding-right:.5rem!important}.Header_m-y-xs__2WsJy{margin-top:.5rem!important;margin-bottom:.5rem!important}.Header_p-y-xs__1P5At{padding-top:.5rem!important;padding-bottom:.5rem!important}.Header_m-xs__2B4Ht{margin:.5rem!important}.Header_p-xs__1xr5h{padding:.5rem!important}.Header_m-t-s__2CUKT{margin-top:1rem!important}.Header_p-t-s__2w-lz{padding-top:1rem!important}.Header_m-b-s__1lF6K{margin-bottom:1rem!important}.Header_p-b-s__2FJHT{padding-bottom:1rem!important}.Header_m-l-s__1YKXc{margin-left:1rem!important}.Header_p-l-s__6D5jN{padding-left:1rem!important}.Header_m-r-s__2jCQY{margin-right:1rem!important}.Header_p-r-s__2fd3L{padding-right:1rem!important}.Header_m-x-s__1TQos{margin-left:1rem!important;margin-right:1rem!important}.Header_p-x-s__3qX1d{padding-left:1rem!important;padding-right:1rem!important}.Header_m-y-s__3XelU{margin-top:1rem!important;margin-bottom:1rem!important}.Header_p-y-s__3QAJi{padding-top:1rem!important;padding-bottom:1rem!important}.Header_m-s__15ktl{margin:1rem!important}.Header_p-s__2Eh0V{padding:1rem!important}.Header_m-t-m__1Hmeb{margin-top:1.5rem!important}.Header_p-t-m__1JAoL{padding-top:1.5rem!important}.Header_m-b-m__VDbQv{margin-bottom:1.5rem!important}.Header_p-b-m__3hMHd{padding-bottom:1.5rem!important}.Header_m-l-m__8lu0f{margin-left:1.5rem!important}.Header_p-l-m__1m-Hg{padding-left:1.5rem!important}.Header_m-r-m__3ExW8{margin-right:1.5rem!important}.Header_p-r-m__2EhBW{padding-right:1.5rem!important}.Header_m-x-m__oBd8C{margin-left:1.5rem!important;margin-right:1.5rem!important}.Header_p-x-m__2EijM{padding-left:1.5rem!important;padding-right:1.5rem!important}.Header_m-y-m__FLqze{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.Header_p-y-m__VnTn0{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.Header_m-m__CR-VF{margin:1.5rem!important}.Header_p-m__1py_4{padding:1.5rem!important}.Header_m-t-l__unnPz{margin-top:2rem!important}.Header_p-t-l__3Izi3{padding-top:2rem!important}.Header_m-b-l__1f69-{margin-bottom:2rem!important}.Header_p-b-l__2-GYn{padding-bottom:2rem!important}.Header_m-l-l__30ugQ{margin-left:2rem!important}.Header_p-l-l__3OMTL{padding-left:2rem!important}.Header_m-r-l__159_K{margin-right:2rem!important}.Header_p-r-l__158-P{padding-right:2rem!important}.Header_m-x-l__1D-fe{margin-left:2rem!important;margin-right:2rem!important}.Header_p-x-l__8viG1{padding-left:2rem!important;padding-right:2rem!important}.Header_m-y-l__38Y-g{margin-top:2rem!important;margin-bottom:2rem!important}.Header_p-y-l__27PON{padding-top:2rem!important;padding-bottom:2rem!important}.Header_m-l__2JAW_{margin:2rem!important}.Header_p-l__2bhb-{padding:2rem!important}.Header_m-t-xl__inC-R{margin-top:3rem!important}.Header_p-t-xl__3qHh_{padding-top:3rem!important}.Header_m-b-xl__19lmR{margin-bottom:3rem!important}.Header_p-b-xl__1tqvY{padding-bottom:3rem!important}.Header_m-l-xl__1kNNs{margin-left:3rem!important}.Header_p-l-xl__3YTIs{padding-left:3rem!important}.Header_m-r-xl__3_Ezz{margin-right:3rem!important}.Header_p-r-xl__3cIEV{padding-right:3rem!important}.Header_m-x-xl__33Bq4{margin-left:3rem!important;margin-right:3rem!important}.Header_p-x-xl__3InoZ{padding-left:3rem!important;padding-right:3rem!important}.Header_m-y-xl__1TIYm{margin-top:3rem!important;margin-bottom:3rem!important}.Header_p-y-xl__128Iu{padding-top:3rem!important;padding-bottom:3rem!important}.Header_m-xl__kIDah{margin:3rem!important}.Header_p-xl__32qx5{padding:3rem!important}.Header_m-t-xxl__3NpWJ{margin-top:4rem!important}.Header_p-t-xxl__1hOLF{padding-top:4rem!important}.Header_m-b-xxl__25Syt{margin-bottom:4rem!important}.Header_p-b-xxl__37RVY{padding-bottom:4rem!important}.Header_m-l-xxl__2183b{margin-left:4rem!important}.Header_p-l-xxl__3430c{padding-left:4rem!important}.Header_m-r-xxl__2Xn-i{margin-right:4rem!important}.Header_p-r-xxl__TIhFd{padding-right:4rem!important}.Header_m-x-xxl__3YUvd{margin-left:4rem!important;margin-right:4rem!important}.Header_p-x-xxl__1XA1M{padding-left:4rem!important;padding-right:4rem!important}.Header_m-y-xxl__GXLI_{margin-top:4rem!important;margin-bottom:4rem!important}.Header_p-y-xxl__X9xHI{padding-top:4rem!important;padding-bottom:4rem!important}.Header_m-xxl__3Ta4p{margin:4rem!important}.Header_p-xxl__7W5eT{padding:4rem!important}.Header_no-padding__IVPhv{padding:0!important}.Header_no-padding--top__3AVfT{padding-top:0!important}.Header_no-padding--left__khLM1{padding-left:0!important}.Header_no-padding--bottom__gjU-Z{padding-bottom:0!important}.Header_no-padding--right__3iyhw{padding-right:0!important}.Header_no-margin__2lTzB{margin:0!important}.Header_no-margin--top__Hg4Kf{margin-top:0!important}.Header_no-margin--left__12dQn{margin-left:0!important}.Header_no-margin--bottom__320fc{margin-bottom:0!important}.Header_no-margin--right__2SBT9{margin-right:0!important}.Header_header__1v0yI{box-sizing:border-box;text-transform:uppercase;color:#29394d;background-color:#fff;font-weight:500;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);position:relative;display:flex;align-items:center;flex-wrap:wrap}.Header_header__1v0yI a{color:#29394d}.Header_headerLeft__3xOD1{display:flex;position:relative;z-index:105}.Header_headerRight__2f-DD{display:flex;margin-left:auto;background-color:#fff}.Header_appInfo__2HO-X{padding:.45rem 0;cursor:pointer;display:flex;align-items:center;width:12rem;position:relative;transition:box-shadow .3s ease-in-out;z-index:1;color:#29394d;font-size:18px;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none}.Header_appLogo__280F5{height:3rem;margin:0 .75rem}.Header_appName__1A8x5{font-family:Roboto,Segoe UI,Helvetica,sans-serif;font-size:18px;text-transform:none}.Header_expandable__3HSQz{position:relative}.Header_expandable__3HSQz:before{position:absolute;bottom:-.6rem;left:calc(50% - .5rem);z-index:6;background:transparent;border-right:.5rem solid transparent;border-left:.5rem solid transparent;border-bottom:.5rem solid #f1f2f4}.Header_expandable__3HSQz:hover:before{content:""}.Header_dropdown__8OMp8{top:100%;right:1rem;padding:0;width:20rem;background:#f1f2f4;position:absolute;box-shadow:0 4px 4px rgba(41,57,77,.1);border-radius:0 0 4px 4px;margin:0;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:1005;cursor:default}.Header_menuLink__q-HUb{display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin:0 .1rem;transition:all .2s ease-in-out;width:2.8rem;height:2.8rem;border-radius:50%;cursor:pointer}.Header_menuLink__q-HUb:hover{background-color:#f1f2f4}.Header_menuLink__q-HUb a,.Header_menuLink__q-HUb span{display:flex}.Header_headerLanguages__2Beea{display:flex;color:#fff;align-items:center;justify-content:center;font-weight:500;margin:0 .5rem 0 0}.Header_headerLanguages__2Beea li{border-radius:50%;width:2.5rem;height:2.5rem;color:#18a0fb;border:1px solid #c7e8fe;display:flex;align-items:center;justify-content:center;margin:0 .5rem;cursor:pointer;transition:font-size .2s ease-in-out}.Header_headerLanguages__2Beea li.Header_headerLanguageSelected__2-iLG,.Header_headerLanguages__2Beea li:hover{background-color:#18a0fb;color:#fff}.Header_signIn__Cnjfk{padding:0 2rem;display:flex;align-items:center;font-weight:600;transition:color .2s ease-in-out;color:#29394d;font-weight:500;text-transform:none;font-size:.9rem;line-height:1;text-transform:uppercase;cursor:pointer;transition:all .2s ease-in-out}.Header_signIn__Cnjfk:hover{color:#18a0fb}.Header_boxes__box__logo__1MlpH{height:5rem;width:90%;background-repeat:no-repeat;background-size:contain;background-position:50%;margin-bottom:10px}nav li .Header_menu__link__19aHQ{padding:0 1rem;background-color:#f8f9fa;color:#373c54}nav li:hover .Header_menu__link__19aHQ{color:#2c2b3f}.Header_menuLogo__1N04m{padding:0;position:relative;align-items:center;display:flex;z-index:2;cursor:pointer;width:15rem;min-height:64px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Header_menuLogo__1N04m .Header_settingsIcon__Qgwhs{color:#29394d;padding:20px 16px 16px 14px;font-size:1.5rem}.Header_menuLogo__1N04m img{height:2.8rem;margin:0 10px}.Header_menuLogo__1N04m .Header_name__38InR{color:#29394d;font-size:18px;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none}.Header_menuLogo__1N04m.Header_shadow__21OYT{transition:all .2s ease-in-out}.Header_menuLogo__1N04m .Header_iconOptions__3VCDF{transform:rotate(90deg);margin-right:1rem;cursor:pointer}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6{text-align:center;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:12px;color:#29394d;padding-left:0;padding-right:0;left:0;width:100%}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li{position:relative}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li a{display:flex;align-items:center;justify-content:center;color:#29394d;padding:1rem 0;line-height:1.6}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li:after{content:"";display:block;left:.75rem;right:.75rem;top:0;height:1px;position:absolute;background:#f8f9fa}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li:hover{background:#f8f9fa}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6 li:hover a{color:#18a0fb}.Header_menuLogo__1N04m .Header_menuDropdown__uwYY6.Header_show__3Dvp-{opacity:1;visibility:visible}.Header_menuDropdown__uwYY6{position:absolute;right:0;top:100%;box-shadow:0 4px 4px rgba(41,57,77,.1);border-radius:0 0 4px 4px;margin:0;opacity:0;visibility:hidden;padding:0 2rem 1rem;background:#fff;z-index:1005;width:24rem}.Header_menu__Zy7KP a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.Header_menu__Zy7KP{margin:0 1.3rem!important;align-items:center}.Header_menu__Zy7KP .Header_menuImg__3jX35{padding:.5rem}.Header_menu__Zy7KP .Header_e-box-li__36ZMR{width:2.8rem;overflow:hidden;height:2.8rem;border-radius:2rem!important;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.Header_menu__Zy7KP .Header_e-box-li__36ZMR:hover:before{position:relative!important}.Header_menu__Zy7KP .Header_e-box-li__36ZMR.Header_active-e-box__1bEtp{background-color:#e1e1e4}.Header_menu__Zy7KP .Header_e-box-li__36ZMR .Header_badge-new__2XUZ_{margin-bottom:.75rem;margin-left:-3.7rem;border-bottom-right-radius:0}.Header_menu__Zy7KP .Header_e-box-li__36ZMR img{margin:0;width:1.6rem}.Header_menu__Zy7KP>li{padding:.8rem 1rem;border-radius:2rem 2rem 0 0;transition:all .2s ease-in-out;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%;width:2.8rem;height:2.8rem}.Header_menu__Zy7KP>li a img{margin-right:0}.Header_menu__Zy7KP>li .Header_icon__1sL6t{margin-right:.4rem}.Header_menu__Zy7KP>li>span{font-size:1.3rem}.Header_menu__Zy7KP>li>span.Header_dotted__1LYGN:before{top:21%;right:27%}.Header_menu__Zy7KP>li:hover{background-color:#f1f2f4}.Header_menu__Zy7KP>li:hover img{opacity:.85}.Header_menu__Zy7KP>li:hover .Header_badge__mZeQt{visibility:hidden}.Header_menu__Zy7KP>li:hover.Header_expandable__3HSQz:after{content:" ";position:absolute;bottom:0;bottom:-.6rem;left:calc(50% - 7px);z-index:6;background:transparent;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #f1f2f4}.Header_menu__Zy7KP>li:hover .Header_menuDropdown__uwYY6,.Header_menu__Zy7KP>li:hover .Header_socialLinksWrapper__11zjG{opacity:1;visibility:visible}.Header_menu__Zy7KP>li .Header_badge__mZeQt{position:absolute;bottom:0;right:0;background:#fe3745;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;display:inline-block;min-width:1.3rem;padding:.2rem;border-radius:50%;font-size:.7rem;text-align:center;color:#fefefe;font-weight:700;transition:visibility .2s ease-in-out;line-height:1.4}.Header_buttons__2pq8T{display:flex;margin:0 3px 0 0!important;align-items:center;font-size:1.5rem}.Header_buttons__2pq8T .Header_buttonLink__rLQWh{border:1px solid #29394d;border-radius:5px;font-size:14px;font-weight:500;text-transform:uppercase;height:36px;width:auto;margin-right:.6rem;background-color:#fff}.Header_buttons__2pq8T .Header_buttonLink__rLQWh.Header_back_office_clicked__2Yy4r{background-color:#29394d}.Header_buttons__2pq8T .Header_buttonLink__rLQWh.Header_back_office_clicked__2Yy4r a{color:#fff}.Header_buttons__2pq8T .Header_buttonLink__rLQWh.Header_back_office_clicked__2Yy4r a svg path{fill:#fff}.Header_buttons__2pq8T .Header_buttonLink__rLQWh svg{width:14px;height:14px;margin-right:5px}.Header_buttons__2pq8T .Header_notif__ardeF .Header_menuDropdown__uwYY6,.Header_buttons__2pq8T .Header_notif__ardeF .Header_socialLinksWrapper__11zjG{right:-75px}.Header_buttons__2pq8T .Header_notif__ardeF .Header_menuDropdown__uwYY6 a,.Header_buttons__2pq8T .Header_notif__ardeF .Header_socialLinksWrapper__11zjG a{display:block}.Header_buttons__2pq8T .Header_notif__ardeF.Header_notifDot__SzABI:before{content:"";display:block;width:14px;height:14px;background-color:#2495e1;border:2px solid #fff;border-radius:50%;position:absolute;right:8px;top:9px}.Header_buttons__2pq8T .Header_ebox__24NzR .Header_menuDropdown__uwYY6,.Header_buttons__2pq8T .Header_ebox__24NzR .Header_socialLinksWrapper__11zjG{right:-173px}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_menuDropdown__uwYY6,.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksWrapper__11zjG{right:-75px}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul{display:flex;flex-wrap:wrap;padding:1rem;overflow:scroll}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul li{margin:.5rem 0;padding:0 .5rem}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul li a{color:#6d7f92}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j{padding:.5rem;border:.5px solid #eef6ff;box-sizing:border-box;box-shadow:0 0 10px rgba(41,57,77,.05);border-radius:4px;text-align:center;text-transform:none;cursor:pointer;display:block}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j img{width:42px;height:42px;margin-bottom:.5rem}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j .Header_appName__1A8x5{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;text-align:center;color:#3c4e64}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j:hover{background:#f3faff;box-shadow:none;border:none}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j:hover .Header_appName__1A8x5{color:#18a0fb}.Header_buttons__2pq8T .Header_apps__3BGh1 .Header_socialLinksBody__jvGeY>ul .Header_appWrapper__yMt6j.Header_disabled__mjS1C{opacity:.35;cursor:inherit}.Header_buttons__2pq8T a{padding:0;display:flex}.Header_buttons__2pq8T .Header_socialLinksHeader__mzzAA{background:#f1f2f4;font-size:14px;text-align:center;color:#2495e1;padding:1.5rem 1rem;line-height:.2rem;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none;font-weight:400}.Header_buttons__2pq8T .Header_socialLinksHeader_admin__1pFnR{display:flex;justify-content:space-between;align-items:center}.Header_buttons__2pq8T .Header_socialLinksHeader_edit__2RIIQ{cursor:pointer}.Header_buttons__2pq8T .Header_socialLinksHeader_edit__2RIIQ i{font-size:18px}.Header_buttons__2pq8T .Header_socialLinksBody__jvGeY{background:#f1f2f4}.Header_buttons__2pq8T .Header_socialLinksBody__jvGeY>ul{margin:0 .25rem .25rem;border-top:2px solid #fff;max-height:36rem;overflow-y:auto}.Header_buttons__2pq8T .Header_socialLinksWrapper__11zjG{top:45px;padding:0;width:20rem;background:#f1f2f4;position:absolute;box-shadow:0 4px 4px rgba(41,57,77,.1);border-radius:0 0 4px 4px;margin:0;opacity:0;visibility:hidden;z-index:1005;cursor:default}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb{padding:0 .6rem;margin:0 .12rem;position:relative}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_active__3GX0s:after{content:" ";width:8px;height:8px;position:absolute;border:1px solid #fff;background-color:red;bottom:8px;right:12px;border-radius:50%}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO span{font-size:.75rem;text-transform:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li{position:relative;line-height:.2rem;padding:1.5rem 1rem .25rem;font-size:12px;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none;font-weight:400;background:#fff}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:hover{background:#f8f9fa}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:hover a{color:#18a0fb}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:not(:last-child){border-bottom:1px solid #f8f9fa}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li a{font-size:.75rem;line-height:1.1rem;text-transform:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li:last-child{border-bottom:none}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li.Header_read__3yWbQ a{color:#6d7f92!important}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li.Header_notRead__3Nw_u{padding:1.5rem 1.5rem .25rem}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li.Header_notRead__3Nw_u a{color:#29394d}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_subMenuDropdown__QE9BO>li .Header_infos__335Sf{padding-top:.5rem;text-align:right;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:300;font-size:10px;color:#6d7f92}.Header_buttons__2pq8T>.Header_socialLinks__2r2wb .Header_e-box-icon__Fp5v7{width:2rem!important;padding-left:.2rem;padding-bottom:.3rem;height:2rem}.Header_buttons__2pq8T li{padding:0 .6rem}.Header_buttons__2pq8T li:hover:after{background-color:inherit}.Header_buttons__2pq8T li:hover a{color:#3c4e64;border:0}.Header_buttons__2pq8T .Header_back_office_button__37Ehu:hover{cursor:pointer}.Header_buttons__2pq8T .Header_back_office_button__37Ehu li{display:flex;justify-content:center;align-items:center}.Header_notifContent__PX_Gw{font-size:12px;line-height:14px;color:#6d7f92;word-break:break-word}.Header_notReadPoint__1C69X{position:absolute;display:block;right:1rem;top:50%;width:10px;height:10px;border-radius:50%;background-color:#2495e1}.Header_appsContainer__VFG1n{background-color:#fff}.Header_appsContainer__VFG1n .Header_appsColumn__2-XsD{flex:0 0 33.33333%;max-width:33.33333%;min-width:0}.Header_menuImgWrap__2-kC7{width:2.8rem;border-radius:3rem;overflow:hidden;height:2.8rem;background-size:cover;background-position:50%;flex-shrink:0}.Header_profile__yHIKp{margin:0}.Header_profile__yHIKp .Header_menuDropdown__uwYY6{width:20rem;padding:0;background:#f1f2f4!important;top:45px;right:-5px;cursor:auto}.Header_profile__yHIKp .Header_menuDropdown__uwYY6>li{margin:1.1rem .25rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_profileContainer__B7woW{display:flex;padding:0 1rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_menuImgWrap__2-kC7{width:2.5rem;height:2.5rem;margin-right:.5rem;margin-left:.5rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_infos__335Sf{display:flex;flex-direction:column;text-transform:none;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:14px}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_infos__335Sf .Header_email__3UNxe{color:#6d7f92;font-size:12px;font-weight:300;line-height:14px}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W{margin-top:0!important;background:#fff;position:relative;cursor:default}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul{margin:0;display:flex;justify-content:center;align-items:center}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul li{font-size:22px;color:#6d7f92;cursor:pointer;margin:1rem 0}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul li:not(:last-child){margin-right:.5rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul li a{color:#6d7f92}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul i{padding:.5rem}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W ul i:hover{background:#f1f2f4;border-radius:50%;line-height:1}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_social__fGD7W:before{content:"";display:block;height:1px;width:90%;position:absolute;background:#f8f9fa;left:5%}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_logout__28K7C{padding:.25rem;text-align:center;color:#18a0fb;cursor:pointer}.Header_profile__yHIKp .Header_menuDropdown__uwYY6 .Header_logout__28K7C:hover{color:#2495e1}.Header_menuLanguage__3U-IP{margin:0;padding:1.5rem 1rem;background:#fff;margin-bottom:0!important;cursor:default}.Header_menuLanguage__3U-IP ul{display:flex;color:#fff;align-items:center;justify-content:center;margin:0;font-weight:700;height:2rem}.Header_menuLanguage__3U-IP ul li{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0 .5rem;border:1px solid #c7e8fe;color:#18a0fb;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;border-radius:50%;cursor:pointer;transition:font-size .2s ease-in-out}.Header_menuLanguage__3U-IP ul li.Header_selected__1d-Lj,.Header_menuLanguage__3U-IP ul li:hover{background-color:#18a0fb;color:#fff}.Header_menuProfile__1MMyK{margin:0;background:#fff}.Header_menuProfile__1MMyK,.Header_menuProfile__1MMyK a{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.Header_menuProfile__1MMyK a{color:#29394d;white-space:normal;padding:1.5rem 1rem;display:flex;align-items:center;justify-content:center;font-size:12px}.Header_menuProfile__1MMyK a:hover{background:#f8f9fa;color:#18a0fb}.Header_menuProfile__1MMyK:before{content:"";display:block;left:0;right:0;height:1px;position:absolute;background:#f8f9fa;top:4rem}.Header_menuProfile__1MMyK ul{display:flex;color:#fff;align-items:center;justify-content:center;margin:0;font-weight:700;height:.5rem}.Header_menuProfile__1MMyK ul li{display:flex;justify-content:center;align-items:center;width:40px;height:40px;transition:font-size .2s ease-in-out;padding:1.7rem 9.7rem}.Header_menuProfile__1MMyK ul li:hover{background:#f8f9fa}.Header_menuProfile__1MMyK ul li:hover a{color:#18a0fb}.Header_menuProfile__1MMyK ul li a{font-size:12px}.Header_personalData___CeYh{margin:0;background:#fff;padding:1rem;font-size:12px;line-height:14px;font-weight:400;text-align:center;text-transform:none;color:#6d7f92}.Header_personalData_title__2ebfP{font-weight:700;margin-bottom:5px}.Header_personalData___CeYh span{display:block}.Header_personalData_edit__3anWn{margin-top:5px;cursor:pointer;text-decoration:underline}.Header_personalData_actions__1LwLy{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-weight:700}.Header_personalData_cancel__ECgv0{padding:10px;cursor:pointer;width:40%;border:1px solid #b2bcc6;border-radius:5px;background:transparent;color:#6d7f92}.Header_personalData_cancel__ECgv0:hover{background-color:#d8dde2}.Header_personalData_save__2z5jE{padding:10px;cursor:pointer;width:40%;border-radius:5px;background:#06d9b1;color:#fff}.Header_personalData_save__2z5jE:hover{background-color:#02af8e}.Header_input__3sc1D{background:#f8f9fa;border:1px solid #b2bcc6;box-sizing:border-box;border-radius:4px;padding:9px 15px;font-weight:400;font-size:12px;line-height:14px;width:100%}.Header_input__3sc1D:focus{border-color:#18a0fb}.Header_input__3sc1D.Header_error__1eWde{border-color:#d50000}.Header_footerItems__3o7KW{margin:0;background:#fff;padding:1rem}.Header_footerItems__3o7KW .Header_section__3l3LZ{border-bottom:1px solid #f1f2f4;padding-top:.688rem;padding-bottom:.5rem}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li{width:-moz-fit-content;width:fit-content;cursor:pointer;height:1rem;margin-bottom:.625rem;font-size:.875rem;font-weight:400;text-transform:lowercase;display:flex;align-items:center}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li span:first-letter{text-transform:uppercase}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li:last-child{margin-bottom:0}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li:hover{color:#18a0fb}.Header_footerItems__3o7KW .Header_section__3l3LZ ul li:hover .Header_block__2yZu2{background-color:#18a0fb}.Header_footerItems__3o7KW .Header_section__3l3LZ:last-child{border-bottom:none}.Header_footerItems__3o7KW .Header_block__2yZu2{width:10px;height:6px;background:#d8dde2;border-radius:0 3px 3px 0;margin-right:1.25rem}.Header_menu__dropdown__2GK7k{position:absolute;right:0;top:100%;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;border-radius:.2rem;border-top-right-radius:0;opacity:0;visibility:hidden;background:#fff;z-index:1005;width:24rem}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC{padding:1rem 0;border-bottom:1px solid rgba(44,43,63,.1);display:flex;justify-content:space-between}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC span{margin:0;color:#2c2b3f}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC .Header_seeAll__2tPYn{transition:all .2s ease-in-out;color:#95959f;font-size:.7rem;cursor:pointer}.Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC .Header_seeAll__2tPYn:hover{color:#2c2b3f}.Header_menu__hasChild__1ldsf .Header_menu__link__19aHQ,.Header_menu__img__osW0s .Header_menu__link__19aHQ{line-height:1;display:flex;align-items:center;justify-content:space-between;width:15rem;height:62px;padding:0 1rem}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k,.Header_menu__img__osW0s .Header_menu__dropdown__2GK7k{width:15rem}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k li:hover>a,.Header_menu__img__osW0s .Header_menu__dropdown__2GK7k li:hover>a{color:#2c2b3f}.Header_menu__hasChild__1ldsf{background-color:#f8f9fa;position:relative}.Header_menu__hasChild__1ldsf:hover{background-color:#fff}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup:hover>span{background-color:#fff;color:#18a0fb;box-shadow:0 4px 4px rgba(41,57,77,.1)}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup:hover i{transform:rotate(180deg)}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs{padding:.75rem 0;text-align:center;border-bottom:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs:hover{background-color:#f8f9fa}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs:hover a{font-weight:600;color:#18a0fb}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs a{display:flex;flex-direction:column;align-items:center;justify-content:center}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k{border-top-left-radius:0;font-size:16px;font-weight:400}.Header_menu__hasChild__1ldsf .Header_menu__dropdown__2GK7k .Header_menu__dropdown-top__ivYMC{border-bottom:none;border-top:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__1ldsf .Header_menu__subChild__2OvLs{display:flex}.Header_menu__hasChild__1ldsf .Header_menu__subChild__2OvLs.Header_hidedItem__HkPwd{display:none;transition:none}.Header_menu__hasChild__1ldsf .Header_menu__subChild__2OvLs .Header_first-letter__JAxB6{font-size:1.2rem;font-weight:500}.Header_menu__hasChild__1ldsf .Header_menu__seeAll__1irWJ{padding:.75rem 1.5rem;text-align:right;border-bottom:1px solid rgba(44,43,63,.1);color:#95959f;cursor:pointer;font-size:.7rem!important;text-transform:uppercase;letter-spacing:.06rem}.Header_menu__hasChild__1ldsf .Header_menu__seeAll__1irWJ a{color:#95959f;font-size:.7rem!important}.Header_menu__hasChild__1ldsf:hover .Header_menu__dropdown__2GK7k{opacity:1;visibility:visible}.Header_menu__community__oCQup{display:flex;align-items:center;font-size:16px;font-weight:400}.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k{max-height:36rem;overflow-y:auto}.Header_menu__community__oCQup i{transition:transform .2s ease-in-out}.Header_menu__category__1AHNS .Header_menu__dropdown__2GK7k ul,.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k ul{text-transform:none;margin:0;border-radius:0 0 5px 5px}.Header_menu__category__1AHNS .Header_menu__dropdown__2GK7k ul a,.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k ul a{padding:0;width:100%;display:inline-block;font-size:16px;font-weight:400;text-transform:uppercase;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:.06rem}@media screen and (max-width:63.9375em){.Header_header__1v0yI{padding:0;height:100%}.Header_expandable__3HSQz{position:static}.Header_expandable__3HSQz:after,.Header_expandable__3HSQz:before{display:none}.Header_headerLeft__3xOD1{width:100%;justify-content:space-between}.Header_buttons__2pq8T .Header_socialLinks__2r2wb{position:static}.Header_headerRight__2f-DD{justify-content:flex-end;width:100%;margin-left:0;padding:.5rem 0}.Header_headerRight__2f-DD .Header_socialLinksWrapper__11zjG{top:100%;width:100%;height:100%}.Header_headerRight__2f-DD .Header_apps__3BGh1 .Header_menuDropdown__uwYY6,.Header_headerRight__2f-DD .Header_apps__3BGh1 .Header_socialLinksWrapper__11zjG,.Header_headerRight__2f-DD .Header_notif__ardeF .Header_menuDropdown__uwYY6,.Header_headerRight__2f-DD .Header_notif__ardeF .Header_socialLinksWrapper__11zjG{right:0}.Header_headerRight__2f-DD .Header_profile__yHIKp .Header_menuDropdown__uwYY6{width:100%;top:100%;margin-left:-100px;right:0}}@media screen and (max-width:39.9375em){.Header_menuLogo__1N04m{width:50%}.Header_menu__hasChild__1ldsf{width:46%;position:inherit}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__link__19aHQ{font-size:.9rem}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__dropdown__2GK7k{width:100%;top:100%}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs{height:140px;overflow:scroll;border-bottom:0;border-top:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs a{text-align:center;font-size:10px}.Header_menu__hasChild__1ldsf.Header_menu__community__oCQup .Header_menu__subChild__2OvLs a span{margin-right:10px}.Header_signIn__Cnjfk{padding:0 1rem 0 0;text-align:center}.Header_settings__2A8wl{text-align:center;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:12px;color:#29394d;padding-left:0;padding-right:0;left:0;width:100%}.Header_settings__2A8wl li{position:relative}.Header_switchSpace__1_0dS{display:none!important}}.Header_modalOverlay__3WohI{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(41,57,77,.6);z-index:1000;opacity:0;transition:opacity .3s ease-in-out}.Header_modalOverlayAfterOpen__28XsP{opacity:1}.Header_modalOverlayBeforeClose__1ko11{opacity:0}.Header_modalContent__2mKnW{position:absolute;top:0;left:0;right:-100%;bottom:0;display:flex;justify-content:center;align-items:center;background:transparent;border:none;overflow:none;outline:none;padding:0;transition:right .3s ease-in-out}.Header_modalContentAfterOpen__3Vm6T{right:0}.Header_modalContentBeforeClose___6gjw{right:-100%}.Header_modal__1d7No{height:100%;width:100%;overflow:hidden;display:flex;flex-flow:row wrap}.Header_modal_body__2tJNW{width:100%;height:100%;margin-left:auto;background-color:#fff;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;overflow:scroll}.Header_modal_header__WALCt{height:90px;background-color:#f1f2f4;display:flex;justify-content:space-between;padding:1.5rem 2% 1.5rem 3%}.Header_modal_header_title__kGl2_{line-height:1.25;font-size:18px;font-weight:500;text-transform:uppercase;margin:0 0 .5rem;font-style:normal;color:#29394d}.Header_modal_header__WALCt p{color:#6d7f92;font-size:12px;line-height:14px;margin:0}.Header_modal_close__1lFLh{height:17px;cursor:pointer}.Header_modal_content__2ZMpS{padding:1.5rem}@media screen and (min-width:992px){.Header_modal_body__2tJNW{width:50%}}.Header_switchSpace__1_0dS{display:flex;align-items:center;position:relative;left:1.25rem}.Header_switchSpace__1_0dS span{font-size:12px;line-height:14px;border-radius:2rem;text-transform:none;position:relative;cursor:pointer;transition:color .2s ease-in;background:#f1f2f4}.Header_switchSpace_left__2WBKD{left:2.5rem;padding:.6rem 4rem .6rem 1.5rem}.Header_switchSpace_right__1UkyU{right:2.5rem;padding:.6rem 1.5em .6rem 4rem}.Header_switchSpace_active__33WnL{color:#fff;background:#29394d!important;z-index:1;font-weight:500}.Header_switchSpace__1_0dS svg{position:relative;z-index:2}.Header_switchSpace__1_0dS svg path{fill:#fff}.Header_iconLoading__1oSV7 a{cursor:auto}.Header_iconLoading__1oSV7 svg path{fill:#e8eaed}.Header_linkLoading__3J9Qi{color:#ccc;cursor:auto!important}.Header_portalSwitch__3FGfV{position:relative;display:flex;align-items:center;font-size:14px;line-height:16px;background:#f1f2f4;border-radius:50px;width:255px;padding-left:45px;margin-left:15px;cursor:pointer}.Header_portalSwitch_iconPortal__Q4qUP{position:absolute;top:0;left:10px;height:100%;display:flex;align-items:center}.Header_portalSwitch_iconArrow__oAF2E{position:absolute;top:0;right:10px;height:100%;display:flex;align-items:center}.Header_portalSwitch_dropdown__2D0n8{position:absolute;right:0;top:100%;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;border-radius:.2rem;border-top-right-radius:0;opacity:0;visibility:hidden;transition:all .2s ease-in-out;background:#fff;z-index:1005;width:100%;max-height:24rem;overflow-y:auto}.Header_portalSwitch__3FGfV i{transition:transform .2s ease-in-out}.Header_portalSwitch__3FGfV:hover .Header_portalSwitch_dropdown__2D0n8{opacity:1;visibility:visible}.Header_portalSwitch__3FGfV:hover .Header_portalSwitch_icon__3xbuJ i{transform:rotate(180deg)}.Header_portalSwitch_item__29bka{cursor:pointer;padding:1rem 0;text-align:center;border-bottom:1px solid rgba(44,43,63,.1)}.Header_portalSwitch_item__29bka:hover{background-color:#f8f9fa}.Header_menu__ua_folder__2P1mS{display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;padding:0 20px}.Header_menu__ua_folder__2P1mS img{height:62px}.Header_buttonLinkImg__2xg9a{border:1px solid #b2bcc6;border-radius:50px!important;font-size:14px;font-weight:500;text-transform:capitalize;height:36px!important;width:auto!important;margin-right:.6rem;padding:0 1rem!important}.Header_buttonLinkImg__2xg9a a{align-items:center}.Header_buttonLinkImg__2xg9a img{width:22px;height:22px;margin-right:8px!important}.Header_error__1eWde{color:#d50000!important;font-size:12px;display:block;line-height:16px;margin-top:4px;text-align:left}.Avatar_avatarContainer__2koem{display:flex}.Avatar_avatar_bg__AOSXV{background:linear-gradient(180deg,#18a0fb,#06d9b1);border-radius:50%;padding:2px;margin-right:10px}.Avatar_avatar__33rUO{width:34px;height:34px;border-radius:50%;background-color:#fff;background-position:50%;background-size:cover;background-repeat:no-repeat}.Avatar_avatar_nomargin__1uJg6{margin-right:0}.Avatar_avatar_large__mxjBA{width:46px;height:46px}.Avatar_avatarSvg__23fEQ{width:34px;height:34px;border-radius:50%;margin-right:6px}.Avatar_emptyAvatar__2ljda{text-align:center;color:#fff;background-color:#6d7f92}.Avatar_avatarInfo__2tDuK,.Avatar_emptyAvatar__2ljda{display:flex;flex-direction:column;justify-content:center}.Avatar_avatarName__LEC_t{font-size:12px;line-height:14px;color:#3c4e64;margin-bottom:2px}.Avatar_avatarSignature__36chN{font-weight:300;font-size:10px;line-height:12px;color:#6d7f92}.AgreationNumber_inline__282oe{display:flex}.AgreationNumber_inline_right__2InNF{width:100%}.AgreationNumber_select_group__1ofcT{margin-bottom:10px}.AgreationNumber_select_group_large__2X0jR{margin-bottom:12px}.AgreationNumber_select_group_large__2X0jR .AgreationNumber_select__1PaBr button{height:44px!important}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr{position:relative}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr button{width:100%;height:2.125rem;background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;padding:0 .813rem 0 .75rem;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:.75rem;cursor:pointer}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_active_btn__1NZTy{background:#fff;border:1px solid #18a0fb}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_active_btn__1NZTy svg{transform:rotate(180deg)}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list__mkcMJ{width:100%;max-height:300px;overflow:scroll;position:absolute;left:0;background:#fff;border:1px solid #b2bcc6;box-shadow:0 4px 10px rgba(41,57,77,.1);border-radius:4px;padding:.625rem 0;z-index:10;margin:0;text-align:left}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list_option__2bpND{font-weight:700;font-size:.75rem;height:1.875rem;padding-left:1.313rem;display:flex;align-items:center;cursor:pointer}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list_option__2bpND:hover{background-color:#f3faff}.AgreationNumber_select_group__1ofcT .AgreationNumber_select__1PaBr .AgreationNumber_list_optgroup__3ymKs{padding-left:10px;margin-top:5px}.AgreationNumber_input__3NtMj{background:#f8f9fa;border:1px solid #b2bcc6;box-sizing:border-box;border-radius:4px;padding:9px 15px;font-weight:400;font-size:12px;line-height:14px;width:100%}.AgreationNumber_input_large__2VgJj{padding:14px 15px}.AgreationNumber_input__3NtMj:focus{border-color:#18a0fb}.AgreationNumber_input__3NtMj.AgreationNumber_error__hLGrK{border:1px solid #d50000}.AgreationNumber_codeInput__38qS- input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.AgreationNumber_codeInput__38qS- input:nth-child(3),.AgreationNumber_codeInput__38qS- input:nth-child(6){margin-left:.5rem}.AgreationNumber_error__hLGrK{color:#d50000!important;font-size:12px;display:block;line-height:16px;margin-top:4px;text-align:left}.AgreationNumber_agreation__2fn02{background:#f8f9fa;border:1px solid #b2bcc6;box-sizing:border-box;border-radius:4px;height:34px;font-weight:400;font-size:12px;line-height:14px;width:100%;display:flex;align-items:center;margin-bottom:10px;padding:0 .75rem}.AgreationNumber_agreation__2fn02>div{margin-right:20px;padding:0 40px 0 20px;border-right:1px solid #b2bcc6}.AgreationNumber_agreation__2fn02 input{flex:2 1;border:none;background:transparent;font-size:14px}.SubMenu_m-t-xxs__3BjiT{margin-top:.25rem!important}.SubMenu_p-t-xxs__6y44Y{padding-top:.25rem!important}.SubMenu_m-b-xxs__3eRw2{margin-bottom:.25rem!important}.SubMenu_p-b-xxs__3AnI0{padding-bottom:.25rem!important}.SubMenu_m-l-xxs__cQaDi{margin-left:.25rem!important}.SubMenu_p-l-xxs__1Vghh{padding-left:.25rem!important}.SubMenu_m-r-xxs__2AL0E{margin-right:.25rem!important}.SubMenu_p-r-xxs__2isSC{padding-right:.25rem!important}.SubMenu_m-x-xxs__3yAhK{margin-left:.25rem!important;margin-right:.25rem!important}.SubMenu_p-x-xxs__uE8GF{padding-left:.25rem!important;padding-right:.25rem!important}.SubMenu_m-y-xxs__1HhL1{margin-top:.25rem!important;margin-bottom:.25rem!important}.SubMenu_p-y-xxs__178V_{padding-top:.25rem!important;padding-bottom:.25rem!important}.SubMenu_m-xxs__2DcYp{margin:.25rem!important}.SubMenu_p-xxs__3KURg{padding:.25rem!important}.SubMenu_m-t-xs__2vbLC{margin-top:.5rem!important}.SubMenu_p-t-xs__1YlY4{padding-top:.5rem!important}.SubMenu_m-b-xs__3ORBi{margin-bottom:.5rem!important}.SubMenu_p-b-xs__31-TA{padding-bottom:.5rem!important}.SubMenu_m-l-xs__3qK-U{margin-left:.5rem!important}.SubMenu_p-l-xs__3eOAa{padding-left:.5rem!important}.SubMenu_m-r-xs__TI-2y{margin-right:.5rem!important}.SubMenu_p-r-xs__1QMI9{padding-right:.5rem!important}.SubMenu_m-x-xs__6KhUC{margin-left:.5rem!important;margin-right:.5rem!important}.SubMenu_p-x-xs__x9SEh{padding-left:.5rem!important;padding-right:.5rem!important}.SubMenu_m-y-xs__1U_Dq{margin-top:.5rem!important;margin-bottom:.5rem!important}.SubMenu_p-y-xs__nuvnP{padding-top:.5rem!important;padding-bottom:.5rem!important}.SubMenu_m-xs__3shBC{margin:.5rem!important}.SubMenu_p-xs__2bA8f{padding:.5rem!important}.SubMenu_m-t-s__YXQHf{margin-top:1rem!important}.SubMenu_p-t-s__3-WrL{padding-top:1rem!important}.SubMenu_m-b-s__2AEX0{margin-bottom:1rem!important}.SubMenu_p-b-s__VUtg8{padding-bottom:1rem!important}.SubMenu_m-l-s__1NibR{margin-left:1rem!important}.SubMenu_p-l-s__2GY2b{padding-left:1rem!important}.SubMenu_m-r-s__3CHNe{margin-right:1rem!important}.SubMenu_p-r-s__1UCaZ{padding-right:1rem!important}.SubMenu_m-x-s__yaFmL{margin-left:1rem!important;margin-right:1rem!important}.SubMenu_p-x-s__3OUOR{padding-left:1rem!important;padding-right:1rem!important}.SubMenu_m-y-s__9k4zO{margin-top:1rem!important;margin-bottom:1rem!important}.SubMenu_p-y-s__Nm9NH{padding-top:1rem!important;padding-bottom:1rem!important}.SubMenu_m-s__1v5pR{margin:1rem!important}.SubMenu_p-s__16FHx{padding:1rem!important}.SubMenu_m-t-m__1sInB{margin-top:1.5rem!important}.SubMenu_p-t-m__2v2Vg{padding-top:1.5rem!important}.SubMenu_m-b-m__1p8Ne{margin-bottom:1.5rem!important}.SubMenu_p-b-m__F8NDJ{padding-bottom:1.5rem!important}.SubMenu_m-l-m__3p-eK{margin-left:1.5rem!important}.SubMenu_p-l-m__dPMl6{padding-left:1.5rem!important}.SubMenu_m-r-m__-AXev{margin-right:1.5rem!important}.SubMenu_p-r-m__rrXtJ{padding-right:1.5rem!important}.SubMenu_m-x-m__2A3fi{margin-left:1.5rem!important;margin-right:1.5rem!important}.SubMenu_p-x-m__1QbJu{padding-left:1.5rem!important;padding-right:1.5rem!important}.SubMenu_m-y-m__2to6a{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.SubMenu_p-y-m__1zKNP{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.SubMenu_m-m__3Bg6Z{margin:1.5rem!important}.SubMenu_p-m__3ZFTk{padding:1.5rem!important}.SubMenu_m-t-l__EY6WF{margin-top:2rem!important}.SubMenu_p-t-l__2q1Az{padding-top:2rem!important}.SubMenu_m-b-l__3FJBA{margin-bottom:2rem!important}.SubMenu_p-b-l__N2h2M{padding-bottom:2rem!important}.SubMenu_m-l-l__2HCIr{margin-left:2rem!important}.SubMenu_p-l-l__5TcFi{padding-left:2rem!important}.SubMenu_m-r-l__3gWwM{margin-right:2rem!important}.SubMenu_p-r-l__3JRGK{padding-right:2rem!important}.SubMenu_m-x-l__1ixO1{margin-left:2rem!important;margin-right:2rem!important}.SubMenu_p-x-l__ltB7n{padding-left:2rem!important;padding-right:2rem!important}.SubMenu_m-y-l__WQ_Ph{margin-top:2rem!important;margin-bottom:2rem!important}.SubMenu_p-y-l__F9mWu{padding-top:2rem!important;padding-bottom:2rem!important}.SubMenu_m-l__3vsSB{margin:2rem!important}.SubMenu_p-l__2cWxd{padding:2rem!important}.SubMenu_m-t-xl__1mS8i{margin-top:3rem!important}.SubMenu_p-t-xl__1f30-{padding-top:3rem!important}.SubMenu_m-b-xl__19WCS{margin-bottom:3rem!important}.SubMenu_p-b-xl__1Mt7z{padding-bottom:3rem!important}.SubMenu_m-l-xl__3Oaft{margin-left:3rem!important}.SubMenu_p-l-xl__3WKtC{padding-left:3rem!important}.SubMenu_m-r-xl__3CbhP{margin-right:3rem!important}.SubMenu_p-r-xl__2fvDv{padding-right:3rem!important}.SubMenu_m-x-xl__22Kv9{margin-left:3rem!important;margin-right:3rem!important}.SubMenu_p-x-xl__3aOPU{padding-left:3rem!important;padding-right:3rem!important}.SubMenu_m-y-xl__2D-Bo{margin-top:3rem!important;margin-bottom:3rem!important}.SubMenu_p-y-xl__1xN2r{padding-top:3rem!important;padding-bottom:3rem!important}.SubMenu_m-xl__3p6cc{margin:3rem!important}.SubMenu_p-xl__3oIw7{padding:3rem!important}.SubMenu_m-t-xxl__1rmsW{margin-top:4rem!important}.SubMenu_p-t-xxl__2ORbf{padding-top:4rem!important}.SubMenu_m-b-xxl__29hr1{margin-bottom:4rem!important}.SubMenu_p-b-xxl__3fdSf{padding-bottom:4rem!important}.SubMenu_m-l-xxl__1IkON{margin-left:4rem!important}.SubMenu_p-l-xxl__1dY7x{padding-left:4rem!important}.SubMenu_m-r-xxl__38SG2{margin-right:4rem!important}.SubMenu_p-r-xxl__2RJyO{padding-right:4rem!important}.SubMenu_m-x-xxl__3owX2{margin-left:4rem!important;margin-right:4rem!important}.SubMenu_p-x-xxl__3DXGU{padding-left:4rem!important;padding-right:4rem!important}.SubMenu_m-y-xxl__gRyN9{margin-top:4rem!important;margin-bottom:4rem!important}.SubMenu_p-y-xxl__3SfC3{padding-top:4rem!important;padding-bottom:4rem!important}.SubMenu_m-xxl__30HwQ{margin:4rem!important}.SubMenu_p-xxl__1rR77{padding:4rem!important}.SubMenu_no-padding__U8jVa{padding:0!important}.SubMenu_no-padding--top__2QY0V{padding-top:0!important}.SubMenu_no-padding--left__26HcD{padding-left:0!important}.SubMenu_no-padding--bottom__1GBCd{padding-bottom:0!important}.SubMenu_no-padding--right__3yqV7{padding-right:0!important}.SubMenu_no-margin__21zo_{margin:0!important}.SubMenu_no-margin--top__2yYXk{margin-top:0!important}.SubMenu_no-margin--left__2EJfE{margin-left:0!important}.SubMenu_no-margin--bottom__2vODl{margin-bottom:0!important}.SubMenu_no-margin--right__1VZDq{margin-right:0!important}.SubMenu_nav__GCkPQ{height:100%;width:100%}.SubMenu_container__3g8Nt{color:#c7e8fe;background:#29394d;padding-left:60px;position:relative;display:flex;align-items:center;justify-content:space-between}.SubMenu_vertical__157Ky{display:flex;flex-direction:row}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt{padding-left:0;width:3.7rem;height:9000px;transition:width .5s cubic-bezier(0,0,.2,1)}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt .SubMenu_control__3c9Iq{visibility:hidden}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt .SubMenu_item__3TISq a{visibility:hidden;white-space:nowrap}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover{width:20rem}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_item__3TISq{width:92%}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_item__3TISq div{opacity:1;visibility:visible;display:inline-block}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_item__3TISq a{visibility:visible}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_subitemvertical__3cuJ_{display:flex;align-items:center;padding:15px 20px;width:86%;margin-left:6%}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_subitemvertical__3cuJ_:hover{background-color:#3c4e64}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_subitemvertical__3cuJ_ a{color:#c7e8fe;display:flex;font-size:.8rem;text-transform:uppercase;margin-left:15px}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt:hover .SubMenu_control__3c9Iq{visibility:visible}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq{border-radius:15px;top:15px;right:-15px;left:auto;bottom:auto}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq i{transform:rotate(90deg)}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq:hover i{transform:rotate(0deg)}.SubMenu_vertical__157Ky .SubMenu_item__3TISq div{opacity:0;visibility:hidden;display:none;white-space:nowrap}.SubMenu_vertical__157Ky .SubMenu_menu__1WNFI{flex-direction:column;overflow:hidden;height:100%;margin-top:30px}.SubMenu_vertical__157Ky .SubMenu_dropdown__2U3Am>div{position:relative;width:auto}.SubMenu_control__3c9Iq{position:absolute;width:30px;height:30px;border-radius:15px;left:15px;bottom:-15px;z-index:99;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#29394d;border:2px solid #fff;box-sizing:border-box;font-size:16px;line-height:12px}.SubMenu_control__3c9Iq i{transition:.7s}.SubMenu_control__3c9Iq:hover i{transform:rotate(90deg)}.SubMenu_menu__1WNFI{display:flex;margin:0}.SubMenu_dropdown__2U3Am{margin:0}.SubMenu_dropdown__2U3Am>.SubMenu_more__2R16m{font-size:.9rem}.SubMenu_dropdown__2U3Am>.SubMenu_more__2R16m,.SubMenu_more__2R16m{text-transform:uppercase;text-align:right;padding:15px;color:#95959f!important;cursor:pointer;margin:0;float:right}.SubMenu_more__2R16m{font-size:.7rem}.SubMenu_item__3TISq{display:flex;align-items:center;padding:0 20px;background:#29394d;color:#c7e8fe}.SubMenu_item__3TISq:hover{color:#c7e8fe;background:#3c4e64}.SubMenu_item__3TISq img{margin-right:10px}.SubMenu_item__3TISq i{transition:transform .2s;margin-left:2rem}.SubMenu_item__3TISq a{text-transform:uppercase;font-size:14px;line-height:14px;color:#c7e8fe;padding:15px 0}.SubMenu_subitem__1H4wW{display:flex;align-items:center;padding:15px 20px}.SubMenu_subitem__1H4wW:hover{background-color:#3c4e64}.SubMenu_subitem__1H4wW a{color:#c7e8fe;display:flex;font-size:.8rem;text-transform:uppercase;margin-left:15px}.SubMenu_dropdown__2U3Am>div{padding:0;position:absolute;z-index:101;display:none;right:0;left:0;background:#29394d}.SubMenu_dropdown__2U3Am>div ul{margin:0}.SubMenu_dropdown__2U3Am:hover{position:relative}.SubMenu_dropdown__2U3Am:hover i{transform:rotate(180deg)}.SubMenu_dropdown__2U3Am:hover>div{display:block}.SubMenu_avatar__2_n5a{width:44px;height:44px;border-radius:50%;background-color:#6d7f92;background-position:50%;background-size:cover;background-repeat:no-repeat;margin-right:6px}.SubMenu_vertical__157Ky>div{flex:1 1}.SubMenu_sharePremium__11dwU{display:block;margin-right:5rem;height:2.25rem;padding:0 1rem;border-radius:5px;background-color:#fb1e5b;color:#fff;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:.875rem}.SubMenu_sharePremium__11dwU svg{margin-right:.75rem}@media screen and (max-width:39.9375em){.SubMenu_container__3g8Nt{padding-left:0;padding-right:1rem}.SubMenu_menu__1WNFI{display:none}.SubMenu_control__3c9Iq{bottom:15px}.SubMenu_vertical__157Ky{position:relative;display:block}.SubMenu_vertical__157Ky .SubMenu_menu__1WNFI{display:flex}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt{position:absolute;z-index:9991;left:0;width:100%!important;padding-bottom:1rem}.SubMenu_vertical__157Ky .SubMenu_container__3g8Nt .SubMenu_item__3TISq a{opacity:1;visibility:visible;display:inline-block}.SubMenu_vertical__157Ky .SubMenu_control__3c9Iq{right:15px}}.Header_m-t-xxs__1tG4R{margin-top:.25rem!important}.Header_p-t-xxs__3vvO2{padding-top:.25rem!important}.Header_m-b-xxs__ekz0-{margin-bottom:.25rem!important}.Header_p-b-xxs__2g_lp{padding-bottom:.25rem!important}.Header_m-l-xxs__3lhHg{margin-left:.25rem!important}.Header_p-l-xxs__ki2-k{padding-left:.25rem!important}.Header_m-r-xxs__3Z-RL{margin-right:.25rem!important}.Header_p-r-xxs__2Uq5W{padding-right:.25rem!important}.Header_m-x-xxs__2_voD{margin-left:.25rem!important;margin-right:.25rem!important}.Header_p-x-xxs__2m7ax{padding-left:.25rem!important;padding-right:.25rem!important}.Header_m-y-xxs__2pGdy{margin-top:.25rem!important;margin-bottom:.25rem!important}.Header_p-y-xxs__2BuJ2{padding-top:.25rem!important;padding-bottom:.25rem!important}.Header_m-xxs__15PW0{margin:.25rem!important}.Header_p-xxs__3IMuf{padding:.25rem!important}.Header_m-t-xs__2YJF8{margin-top:.5rem!important}.Header_p-t-xs__1b3ag{padding-top:.5rem!important}.Header_m-b-xs__2B5Cd{margin-bottom:.5rem!important}.Header_p-b-xs__2MbEL{padding-bottom:.5rem!important}.Header_m-l-xs__rxEOm{margin-left:.5rem!important}.Header_p-l-xs__37hH-{padding-left:.5rem!important}.Header_m-r-xs__3SSMQ{margin-right:.5rem!important}.Header_p-r-xs__3Hvnm{padding-right:.5rem!important}.Header_m-x-xs__233E8{margin-left:.5rem!important;margin-right:.5rem!important}.Header_p-x-xs__25-xl{padding-left:.5rem!important;padding-right:.5rem!important}.Header_m-y-xs__1ByXt{margin-top:.5rem!important;margin-bottom:.5rem!important}.Header_p-y-xs___zTXo{padding-top:.5rem!important;padding-bottom:.5rem!important}.Header_m-xs__1136d{margin:.5rem!important}.Header_p-xs__V8lpd{padding:.5rem!important}.Header_m-t-s__RT3LQ{margin-top:1rem!important}.Header_p-t-s__39yQZ{padding-top:1rem!important}.Header_m-b-s__1MQZO{margin-bottom:1rem!important}.Header_p-b-s__3GPy7{padding-bottom:1rem!important}.Header_m-l-s__1P7rM{margin-left:1rem!important}.Header_p-l-s__1v1zF{padding-left:1rem!important}.Header_m-r-s__1kHCJ{margin-right:1rem!important}.Header_p-r-s__1y8Kf{padding-right:1rem!important}.Header_m-x-s__2_i25{margin-left:1rem!important;margin-right:1rem!important}.Header_p-x-s__1ldze{padding-left:1rem!important;padding-right:1rem!important}.Header_m-y-s__3qHUc{margin-top:1rem!important;margin-bottom:1rem!important}.Header_p-y-s__37ujG{padding-top:1rem!important;padding-bottom:1rem!important}.Header_m-s__fZ1QF{margin:1rem!important}.Header_p-s__3UTbN{padding:1rem!important}.Header_m-t-m__XN1Bi{margin-top:1.5rem!important}.Header_p-t-m__162T-{padding-top:1.5rem!important}.Header_m-b-m__2npz_{margin-bottom:1.5rem!important}.Header_p-b-m__w5EPu{padding-bottom:1.5rem!important}.Header_m-l-m__1A7Cb{margin-left:1.5rem!important}.Header_p-l-m__1LHqn{padding-left:1.5rem!important}.Header_m-r-m__1NWTL{margin-right:1.5rem!important}.Header_p-r-m__1AFjk{padding-right:1.5rem!important}.Header_m-x-m__KtsqZ{margin-left:1.5rem!important;margin-right:1.5rem!important}.Header_p-x-m__--EjL{padding-left:1.5rem!important;padding-right:1.5rem!important}.Header_m-y-m__3OWMi{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.Header_p-y-m__1nMQd{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.Header_m-m__inIbJ{margin:1.5rem!important}.Header_p-m__2aqt_{padding:1.5rem!important}.Header_m-t-l__17k7K{margin-top:2rem!important}.Header_p-t-l__1ACIV{padding-top:2rem!important}.Header_m-b-l__s3L02{margin-bottom:2rem!important}.Header_p-b-l__17oTH{padding-bottom:2rem!important}.Header_m-l-l__3k7iq{margin-left:2rem!important}.Header_p-l-l__3ZbLj{padding-left:2rem!important}.Header_m-r-l__3DQJM{margin-right:2rem!important}.Header_p-r-l__1nlzI{padding-right:2rem!important}.Header_m-x-l__20bUZ{margin-left:2rem!important;margin-right:2rem!important}.Header_p-x-l__2FWPS{padding-left:2rem!important;padding-right:2rem!important}.Header_m-y-l__1xZIJ{margin-top:2rem!important;margin-bottom:2rem!important}.Header_p-y-l__tFMr4{padding-top:2rem!important;padding-bottom:2rem!important}.Header_m-l__3LE2E{margin:2rem!important}.Header_p-l__1reEA{padding:2rem!important}.Header_m-t-xl__1JVp1{margin-top:3rem!important}.Header_p-t-xl__EdUpx{padding-top:3rem!important}.Header_m-b-xl__1PS2e{margin-bottom:3rem!important}.Header_p-b-xl__1W_pG{padding-bottom:3rem!important}.Header_m-l-xl__2Q36l{margin-left:3rem!important}.Header_p-l-xl__28mOQ{padding-left:3rem!important}.Header_m-r-xl__9-ri_{margin-right:3rem!important}.Header_p-r-xl__vMpEb{padding-right:3rem!important}.Header_m-x-xl__U6LCk{margin-left:3rem!important;margin-right:3rem!important}.Header_p-x-xl__68MdR{padding-left:3rem!important;padding-right:3rem!important}.Header_m-y-xl__3eULt{margin-top:3rem!important;margin-bottom:3rem!important}.Header_p-y-xl__3827O{padding-top:3rem!important;padding-bottom:3rem!important}.Header_m-xl__13H9E{margin:3rem!important}.Header_p-xl__2SwsJ{padding:3rem!important}.Header_m-t-xxl__2rAs5{margin-top:4rem!important}.Header_p-t-xxl__1ru2K{padding-top:4rem!important}.Header_m-b-xxl__1wxPW{margin-bottom:4rem!important}.Header_p-b-xxl__2jRwW{padding-bottom:4rem!important}.Header_m-l-xxl__3gXZt{margin-left:4rem!important}.Header_p-l-xxl__3NVE1{padding-left:4rem!important}.Header_m-r-xxl__2C_3K{margin-right:4rem!important}.Header_p-r-xxl__3Eq5y{padding-right:4rem!important}.Header_m-x-xxl__vWmuV{margin-left:4rem!important;margin-right:4rem!important}.Header_p-x-xxl__2kaxR{padding-left:4rem!important;padding-right:4rem!important}.Header_m-y-xxl__3ap8a{margin-top:4rem!important;margin-bottom:4rem!important}.Header_p-y-xxl__2Ql8u{padding-top:4rem!important;padding-bottom:4rem!important}.Header_m-xxl__3DAV_{margin:4rem!important}.Header_p-xxl__1EPiv{padding:4rem!important}.Header_no-padding__2_5r2{padding:0!important}.Header_no-padding--top__3GOSC{padding-top:0!important}.Header_no-padding--left__1-32-{padding-left:0!important}.Header_no-padding--bottom__26Zkk{padding-bottom:0!important}.Header_no-padding--right__1mQ4A{padding-right:0!important}.Header_no-margin__1ysHA{margin:0!important}.Header_no-margin--top__10rtQ{margin-top:0!important}.Header_no-margin--left__AHnzb{margin-left:0!important}.Header_no-margin--bottom__1dBpc{margin-bottom:0!important}.Header_no-margin--right__1N-bv{margin-right:0!important}.Header_header__3RgV8{box-sizing:border-box;text-transform:uppercase;color:#29394d;background-color:#fff;font-weight:500;box-shadow:0 1px 15px rgba(0,0,0,.04),0 1px 6px rgba(0,0,0,.04);position:relative;display:flex;align-items:center;flex-wrap:wrap}.Header_header__3RgV8 a{color:#29394d}.Header_headerLeft__3oaCk{display:flex;position:relative;z-index:105}.Header_headerRight__1JvJI{display:flex;margin-left:auto;background-color:#fff}.Header_appInfo__3VmrD{padding:.45rem 0;cursor:pointer;display:flex;align-items:center;width:12rem;position:relative;transition:box-shadow .3s ease-in-out;z-index:1;color:#29394d;font-size:18px;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none}.Header_appLogo__rQpNE{height:3rem;margin:0 .75rem}.Header_appName__1IHFL{font-family:Roboto,Segoe UI,Helvetica,sans-serif;font-size:18px;text-transform:none}.Header_headerLinks__3ZXMZ{display:flex;align-items:center}.Header_headerLinks__3ZXMZ li{font-weight:500;font-size:14px;line-height:16px;padding:0 2rem;text-transform:capitalize;cursor:pointer}.Header_headerLinks__3ZXMZ .Header_register__kmWFL{text-align:right;border-left:1px solid #d8dde2}.Header_expandable__2JEor{position:relative}.Header_expandable__2JEor:before{position:absolute;bottom:-.6rem;left:calc(50% - .5rem);z-index:6;background:transparent;border-right:.5rem solid transparent;border-left:.5rem solid transparent;border-bottom:.5rem solid #f1f2f4}.Header_expandable__2JEor:hover:before{content:""}.Header_dropdown__2UKQI{top:100%;right:1rem;padding:0;width:20rem;background:#f1f2f4;position:absolute;box-shadow:0 4px 4px rgba(41,57,77,.1);border-radius:0 0 4px 4px;margin:0;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:1005;cursor:default}.Header_menuLink__21DEj{display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin:0 .1rem;transition:all .2s ease-in-out;width:2.8rem;height:2.8rem;border-radius:50%;cursor:pointer}.Header_menuLink__21DEj:hover{background-color:#f1f2f4}.Header_menuLink__21DEj a,.Header_menuLink__21DEj span{display:flex}.Header_headerLanguages__rGD3m{display:flex;color:#fff;align-items:center;justify-content:center;font-weight:500;margin:0 .5rem 0 0}.Header_headerLanguages__rGD3m li{border-radius:50%;width:2.5rem;height:2.5rem;color:#18a0fb;border:1px solid #c7e8fe;display:flex;align-items:center;justify-content:center;margin:0 .5rem;cursor:pointer;transition:font-size .2s ease-in-out}.Header_headerLanguages__rGD3m li.Header_headerLanguageSelected__1Wcpt,.Header_headerLanguages__rGD3m li:hover{background-color:#18a0fb;color:#fff}.Header_signIn__1ZpCa{padding:0 2rem;display:flex;align-items:center;font-weight:600;transition:color .2s ease-in-out;color:#29394d;font-weight:500;text-transform:none;font-size:.9rem;line-height:1;text-transform:uppercase;cursor:pointer;transition:all .2s ease-in-out}.Header_signIn__1ZpCa:hover{color:#18a0fb}.Header_boxes__box__logo__s_1Jb{height:5rem;width:90%;background-repeat:no-repeat;background-size:contain;background-position:50%;margin-bottom:10px}nav li{cursor:pointer}nav li .Header_menu__link__3t0zU{padding:0 1rem;background-color:#f8f9fa;color:#373c54}nav li:hover .Header_menu__link__3t0zU{color:#2c2b3f}.Header_menuLogo__3PE58{padding:0;position:relative;align-items:center;display:flex;z-index:2;cursor:pointer;width:15rem;min-height:64px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Header_menuLogo__3PE58 .Header_settingsIcon__1bb7N{color:#29394d;padding:20px 16px 16px 14px;font-size:1.5rem}.Header_menuLogo__3PE58 img{height:38px;margin:0 10px}.Header_menuLogo__3PE58 .Header_name__5fx_I{color:#29394d;font-size:18px;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none}.Header_menuLogo__3PE58.Header_shadow__3R6YZ{transition:all .2s ease-in-out}.Header_menuLogo__3PE58 .Header_iconOptions__lLLQY{transform:rotate(90deg);margin-right:1rem;cursor:pointer}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ{text-align:center;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:12px;color:#29394d;padding-left:0;padding-right:0;left:0;width:100%}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li{position:relative}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li a{display:flex;align-items:center;justify-content:center;color:#29394d;padding:1rem 0;line-height:1.6}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li:after{content:"";display:block;left:.75rem;right:.75rem;top:0;height:1px;position:absolute;background:#f8f9fa}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li:hover{background:#f8f9fa}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ li:hover a{color:#18a0fb}.Header_menuLogo__3PE58 .Header_menuDropdown__1GUVJ.Header_show__2Pm4A{opacity:1;visibility:visible}.Header_menuDropdown__1GUVJ{position:absolute;right:0;top:100%;box-shadow:0 4px 4px rgba(41,57,77,.1);border-radius:0 0 4px 4px;margin:0;opacity:0;visibility:hidden;padding:0 2rem 1rem;background:#fff;z-index:1005;width:24rem}.Header_menu__2G8yY a{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.Header_menu__2G8yY{margin:0 1.3rem!important;align-items:center}.Header_menu__2G8yY .Header_menuImg__1VBMD{padding:.5rem}.Header_menu__2G8yY .Header_e-box-li__3ipq3{width:2.8rem;overflow:hidden;height:2.8rem;border-radius:2rem!important;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important}.Header_menu__2G8yY .Header_e-box-li__3ipq3:hover:before{position:relative!important}.Header_menu__2G8yY .Header_e-box-li__3ipq3.Header_active-e-box__3MbAl{background-color:#e1e1e4}.Header_menu__2G8yY .Header_e-box-li__3ipq3 .Header_badge-new__2CXTy{margin-bottom:.75rem;margin-left:-3.7rem;border-bottom-right-radius:0}.Header_menu__2G8yY .Header_e-box-li__3ipq3 img{margin:0;width:1.6rem}.Header_menu__2G8yY>li{padding:.8rem 1rem;border-radius:2rem 2rem 0 0;transition:all .2s ease-in-out;cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:50%;width:2.8rem;height:2.8rem}.Header_menu__2G8yY>li a img{margin-right:0}.Header_menu__2G8yY>li .Header_icon__pIyuJ{margin-right:.4rem}.Header_menu__2G8yY>li>span{font-size:1.3rem}.Header_menu__2G8yY>li>span.Header_dotted__3iI0p:before{top:21%;right:27%}.Header_menu__2G8yY>li:hover{background-color:#f1f2f4}.Header_menu__2G8yY>li:hover img{opacity:.85}.Header_menu__2G8yY>li:hover .Header_badge__3bv4V{visibility:hidden}.Header_menu__2G8yY>li:hover.Header_expandable__2JEor:after{content:" ";position:absolute;bottom:0;bottom:-.6rem;left:calc(50% - 7px);z-index:6;background:transparent;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #f1f2f4}.Header_menu__2G8yY>li:hover .Header_menuDropdown__1GUVJ,.Header_menu__2G8yY>li:hover .Header_socialLinksWrapper___4dvz{opacity:1;visibility:visible}.Header_menu__2G8yY>li .Header_badge__3bv4V{position:absolute;bottom:0;right:0;background:#fe3745;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;display:inline-block;min-width:1.3rem;padding:.2rem;border-radius:50%;font-size:.7rem;text-align:center;color:#fefefe;font-weight:700;transition:visibility .2s ease-in-out;line-height:1.4}.Header_buttons__2t1Mb{display:flex;margin:0 3px 0 0!important;align-items:center;font-size:1.5rem}.Header_buttons__2t1Mb .Header_buttonLink__2aVm3{border:1px solid #29394d;border-radius:5px;font-size:14px;font-weight:500;text-transform:uppercase;height:36px;width:auto;margin-right:.6rem}.Header_buttons__2t1Mb .Header_buttonLink__2aVm3 svg{width:14px;height:14px;margin-right:5px}.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_menuDropdown__1GUVJ,.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_socialLinksWrapper___4dvz{right:-75px}.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_menuDropdown__1GUVJ a,.Header_buttons__2t1Mb .Header_notif__3vNXY .Header_socialLinksWrapper___4dvz a{display:block}.Header_buttons__2t1Mb .Header_notif__3vNXY.Header_notifDot__2eRO9:before{content:"";display:block;width:14px;height:14px;background-color:#2495e1;border:2px solid #fff;border-radius:50%;position:absolute;right:8px;top:9px}.Header_buttons__2t1Mb .Header_ebox__mf1CP .Header_menuDropdown__1GUVJ,.Header_buttons__2t1Mb .Header_ebox__mf1CP .Header_socialLinksWrapper___4dvz{right:-173px}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_menuDropdown__1GUVJ,.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksWrapper___4dvz{right:-75px}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul{display:flex;flex-wrap:wrap;padding:1rem;overflow:scroll}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul li{margin:.5rem 0;padding:0 .5rem}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul li a{color:#6d7f92}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS{padding:.5rem;border:.5px solid #eef6ff;box-sizing:border-box;box-shadow:0 0 10px rgba(41,57,77,.05);border-radius:4px;text-align:center;text-transform:none;cursor:pointer;display:block}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS img{width:42px;height:42px;margin-bottom:.5rem}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS .Header_appName__1IHFL{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:14px;text-align:center;color:#3c4e64}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS:hover{background:#f3faff;box-shadow:none;border:none}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS:hover .Header_appName__1IHFL{color:#18a0fb}.Header_buttons__2t1Mb .Header_apps__15VGu .Header_socialLinksBody__1NC_m>ul .Header_appWrapper__143SS.Header_disabled__3B4lT{opacity:.35;cursor:inherit}.Header_buttons__2t1Mb a{padding:0;display:flex}.Header_buttons__2t1Mb .Header_socialLinksHeader__2KT3i{background:#f1f2f4;font-size:14px;text-align:center;color:#2495e1;padding:1.5rem 1rem;line-height:.2rem;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none;font-weight:400}.Header_buttons__2t1Mb .Header_socialLinksHeader_admin__1tSiq{display:flex;justify-content:space-between;align-items:center}.Header_buttons__2t1Mb .Header_socialLinksHeader_edit__2orSs{cursor:pointer}.Header_buttons__2t1Mb .Header_socialLinksHeader_edit__2orSs i{font-size:18px}.Header_buttons__2t1Mb .Header_socialLinksBody__1NC_m{background:#f1f2f4}.Header_buttons__2t1Mb .Header_socialLinksBody__1NC_m>ul{margin:0 .25rem .25rem;border-top:2px solid #fff;max-height:36rem;overflow-y:auto}.Header_buttons__2t1Mb .Header_socialLinksWrapper___4dvz{top:45px;padding:0;width:20rem;background:#f1f2f4;position:absolute;box-shadow:0 4px 4px rgba(41,57,77,.1);border-radius:0 0 4px 4px;margin:0;opacity:0;visibility:hidden;z-index:1005;cursor:default}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv{padding:0 .6rem;margin:0 .12rem;position:relative}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_active__1L8I9:after{content:" ";width:8px;height:8px;position:absolute;border:1px solid #fff;background-color:red;bottom:8px;right:12px;border-radius:50%}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur- span{font-size:.75rem;text-transform:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li{position:relative;line-height:.2rem;padding:1.5rem 1rem .25rem;font-size:12px;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:none;font-weight:400;background:#fff}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:hover{background:#f8f9fa}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:hover a{color:#18a0fb}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:not(:last-child){border-bottom:1px solid #f8f9fa}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li a{font-size:.75rem;line-height:1.1rem;text-transform:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li:last-child{border-bottom:none}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li.Header_read__2ZQFy a{color:#6d7f92!important}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li.Header_notRead__2INDp{padding:1.5rem 1.5rem .25rem}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li.Header_notRead__2INDp a{color:#29394d}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_subMenuDropdown__3gur->li .Header_infos__2KFz8{padding-top:.5rem;text-align:right;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:300;font-size:10px;color:#6d7f92}.Header_buttons__2t1Mb>.Header_socialLinks__vmTWv .Header_e-box-icon__2dfOc{width:2rem!important;padding-left:.2rem;padding-bottom:.3rem;height:2rem}.Header_buttons__2t1Mb li{padding:0 .6rem;transition:all .3s ease-in-out}.Header_buttons__2t1Mb li:hover:after{background-color:inherit}.Header_buttons__2t1Mb li:hover a{color:#3c4e64;border:0}.Header_notifContent__gaNS3{font-size:12px;line-height:14px;color:#6d7f92;word-break:break-word}.Header_notReadPoint__tmXM-{position:absolute;display:block;right:1rem;top:50%;width:10px;height:10px;border-radius:50%;background-color:#2495e1}.Header_appsContainer__3qSXx{background-color:#fff}.Header_appsContainer__3qSXx .Header_appsColumn__2n7bL{flex:0 0 33.33333%;max-width:33.33333%;min-width:0}.Header_menuImgWrap__3Oa7H{width:2.8rem;border-radius:3rem;overflow:hidden;height:2.8rem;background-size:cover;background-position:50%;flex-shrink:0}.Header_profile__2erGW{margin:0}.Header_profile__2erGW .Header_menuDropdown__1GUVJ{width:20rem;padding:0;background:#f1f2f4!important;top:45px;right:-5px;cursor:auto}.Header_profile__2erGW .Header_menuDropdown__1GUVJ>li{margin:1.1rem .25rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_profileContainer__2PQzq{display:flex;padding:0 1rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_menuImgWrap__3Oa7H{width:2.5rem;height:2.5rem;margin-right:.5rem;margin-left:.5rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_infos__2KFz8{display:flex;flex-direction:column;text-transform:none;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:14px}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_infos__2KFz8 .Header_email__1Sk5X{color:#6d7f92;font-size:12px;font-weight:300;line-height:14px}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo{margin-top:0!important;background:#fff;position:relative;cursor:default}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul{margin:0;display:flex;justify-content:center;align-items:center}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul li{font-size:22px;color:#6d7f92;cursor:pointer;margin:1rem 0}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul li:not(:last-child){margin-right:.5rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul li a{color:#6d7f92}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul i{padding:.5rem}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo ul i:hover{background:#f1f2f4;border-radius:50%;line-height:1}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_social__3HkPo:before{content:"";display:block;height:1px;width:90%;position:absolute;background:#f8f9fa;left:5%}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_logout__3VWYK{padding:.25rem;text-align:center;color:#18a0fb;cursor:pointer}.Header_profile__2erGW .Header_menuDropdown__1GUVJ .Header_logout__3VWYK:hover{color:#2495e1}.Header_menuLanguage__3gGCL{margin:0;padding:1.5rem 1rem;background:#fff;margin-bottom:0!important;cursor:default}.Header_menuLanguage__3gGCL ul{display:flex;color:#fff;align-items:center;justify-content:center;margin:0;font-weight:700;height:2rem}.Header_menuLanguage__3gGCL ul li{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin:0 .5rem;border:1px solid #c7e8fe;color:#18a0fb;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;border-radius:50%;cursor:pointer;transition:font-size .2s ease-in-out}.Header_menuLanguage__3gGCL ul li.Header_selected__1d2SF,.Header_menuLanguage__3gGCL ul li:hover{background-color:#18a0fb;color:#fff}.Header_menuProfile__3fhV0{margin:0;background:#fff}.Header_menuProfile__3fhV0,.Header_menuProfile__3fhV0 a{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.Header_menuProfile__3fhV0 a{color:#29394d;white-space:normal;padding:1.5rem 1rem;display:flex;align-items:center;justify-content:center;font-size:12px}.Header_menuProfile__3fhV0 a:hover{background:#f8f9fa;color:#18a0fb}.Header_menuProfile__3fhV0:before{content:"";display:block;left:0;right:0;height:1px;position:absolute;background:#f8f9fa;top:4rem}.Header_menuProfile__3fhV0 ul{display:flex;color:#fff;align-items:center;justify-content:center;margin:0;font-weight:700;height:.5rem}.Header_menuProfile__3fhV0 ul li{display:flex;justify-content:center;align-items:center;width:40px;height:40px;transition:font-size .2s ease-in-out;padding:1.7rem 9.7rem}.Header_menuProfile__3fhV0 ul li:hover{background:#f8f9fa}.Header_menuProfile__3fhV0 ul li:hover a{color:#18a0fb}.Header_menuProfile__3fhV0 ul li a{font-size:12px}.Header_personalData__14SRk{margin:0;background:#fff;padding:1rem;font-size:12px;line-height:14px;font-weight:400;text-align:center;text-transform:none;color:#6d7f92}.Header_personalData_title__3aLJu{font-weight:700;margin-bottom:5px}.Header_personalData__14SRk span{display:block}.Header_personalData_edit__2zJnz{margin-top:5px;cursor:pointer;text-decoration:underline}.Header_personalData_actions__14mKa{display:flex;justify-content:space-between;align-items:center;margin-top:20px;font-weight:700}.Header_personalData_cancel__DSpmz{padding:10px;cursor:pointer;width:40%;border:1px solid #b2bcc6;border-radius:5px;background:transparent;color:#6d7f92}.Header_personalData_cancel__DSpmz:hover{background-color:#d8dde2}.Header_personalData_save__1RhBU{padding:10px;cursor:pointer;width:40%;border-radius:5px;background:#06d9b1;color:#fff}.Header_personalData_save__1RhBU:hover{background-color:#02af8e}.Header_input__3JfFg{background:#f8f9fa;border:1px solid #b2bcc6;box-sizing:border-box;border-radius:4px;padding:9px 15px;font-weight:400;font-size:12px;line-height:14px;width:100%}.Header_input__3JfFg:focus{border-color:#18a0fb}.Header_input__3JfFg.Header_error__2Tyws{border-color:#d50000}.Header_footerItems__goBGo{margin:0;background:#fff;padding:1rem}.Header_footerItems__goBGo .Header_section__1h0UG{border-bottom:1px solid #f1f2f4;padding-top:.688rem;padding-bottom:.5rem}.Header_footerItems__goBGo .Header_section__1h0UG ul li{width:-moz-fit-content;width:fit-content;cursor:pointer;height:1rem;margin-bottom:.625rem;font-size:.875rem;font-weight:400;text-transform:lowercase;display:flex;align-items:center}.Header_footerItems__goBGo .Header_section__1h0UG ul li span:first-letter{text-transform:uppercase}.Header_footerItems__goBGo .Header_section__1h0UG ul li:last-child{margin-bottom:0}.Header_footerItems__goBGo .Header_section__1h0UG ul li:hover{color:#18a0fb}.Header_footerItems__goBGo .Header_section__1h0UG ul li:hover .Header_block__20mXk{background-color:#18a0fb}.Header_footerItems__goBGo .Header_section__1h0UG:last-child{border-bottom:none}.Header_footerItems__goBGo .Header_block__20mXk{width:10px;height:6px;background:#d8dde2;border-radius:0 3px 3px 0;margin-right:1.25rem}.Header_menu__dropdown__3s7J5{position:absolute;right:0;top:100%;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;border-radius:.2rem;border-top-right-radius:0;opacity:0;visibility:hidden;transition:all .2s ease-in-out;background:#fff;z-index:1005;width:24rem}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2{padding:1rem 0;border-bottom:1px solid rgba(44,43,63,.1);display:flex;justify-content:space-between}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2 span{margin:0;color:#2c2b3f}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2 .Header_seeAll__bmk4z{transition:all .2s ease-in-out;color:#95959f;font-size:.7rem;cursor:pointer}.Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2 .Header_seeAll__bmk4z:hover{color:#2c2b3f}.Header_menu__hasChild__Legya .Header_menu__link__3t0zU,.Header_menu__img__298Qm .Header_menu__link__3t0zU{line-height:1;display:flex;align-items:center;justify-content:space-between;width:15rem;height:62px;padding:0 1rem}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5,.Header_menu__img__298Qm .Header_menu__dropdown__3s7J5{width:15rem}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5 li,.Header_menu__img__298Qm .Header_menu__dropdown__3s7J5 li{transition:all .2s ease-in-out}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5 li:hover>a,.Header_menu__img__298Qm .Header_menu__dropdown__3s7J5 li:hover>a{color:#2c2b3f}.Header_menu__hasChild__Legya{background-color:#f8f9fa;position:relative}.Header_menu__hasChild__Legya:hover{background-color:#fff}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl:hover>span{background-color:#fff;color:#18a0fb;box-shadow:0 4px 4px rgba(41,57,77,.1)}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl:hover i{transform:rotate(180deg)}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG{padding:.75rem 0;text-align:center;border-bottom:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG:hover{background-color:#f8f9fa}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG:hover a{font-weight:600;color:#18a0fb}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG a{display:flex;flex-direction:column;align-items:center;justify-content:center}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5{border-top-left-radius:0;font-size:16px;font-weight:400}.Header_menu__hasChild__Legya .Header_menu__dropdown__3s7J5 .Header_menu__dropdown-top__U19R2{border-bottom:none;border-top:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__Legya .Header_menu__subChild__2OBPG{display:flex}.Header_menu__hasChild__Legya .Header_menu__subChild__2OBPG.Header_hidedItem__1GOEq{display:none;transition:none}.Header_menu__hasChild__Legya .Header_menu__subChild__2OBPG .Header_first-letter__KgQgo{font-size:1.2rem;font-weight:500}.Header_menu__hasChild__Legya .Header_menu__seeAll__1sNNN{padding:.75rem 1.5rem;text-align:right;border-bottom:1px solid rgba(44,43,63,.1);color:#95959f;cursor:pointer;font-size:.7rem!important;text-transform:uppercase;letter-spacing:.06rem}.Header_menu__hasChild__Legya .Header_menu__seeAll__1sNNN a{color:#95959f;font-size:.7rem!important}.Header_menu__hasChild__Legya:hover .Header_menu__dropdown__3s7J5{opacity:1;visibility:visible}.Header_menu__community__3G2nl{display:flex;align-items:center;font-size:16px;font-weight:400}.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5{max-height:36rem;overflow-y:auto}.Header_menu__community__3G2nl i{transition:transform .2s ease-in-out}.Header_menu__category__20Av3 .Header_menu__dropdown__3s7J5 ul,.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5 ul{text-transform:none;margin:0;border-radius:0 0 5px 5px}.Header_menu__category__20Av3 .Header_menu__dropdown__3s7J5 ul a,.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5 ul a{padding:0;width:100%;display:inline-block;font-size:16px;font-weight:400;text-transform:uppercase;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:.06rem}@media screen and (max-width:63.9375em){.Header_header__3RgV8{padding:0;height:100%}.Header_expandable__2JEor{position:static}.Header_expandable__2JEor:after,.Header_expandable__2JEor:before{display:none}.Header_headerLeft__3oaCk{width:100%;justify-content:space-between}.Header_buttons__2t1Mb .Header_socialLinks__vmTWv{position:static}.Header_headerRight__1JvJI{justify-content:flex-end;width:100%;margin-left:0;padding:.5rem 0}.Header_headerRight__1JvJI .Header_socialLinksWrapper___4dvz{top:100%;width:100%;height:100%}.Header_headerRight__1JvJI .Header_apps__15VGu .Header_menuDropdown__1GUVJ,.Header_headerRight__1JvJI .Header_apps__15VGu .Header_socialLinksWrapper___4dvz,.Header_headerRight__1JvJI .Header_notif__3vNXY .Header_menuDropdown__1GUVJ,.Header_headerRight__1JvJI .Header_notif__3vNXY .Header_socialLinksWrapper___4dvz{right:0}.Header_headerRight__1JvJI .Header_profile__2erGW .Header_menuDropdown__1GUVJ{width:100%;top:100%;margin-left:-100px;right:0}}@media screen and (max-width:39.9375em){.Header_menuLogo__3PE58{width:50%}.Header_menu__hasChild__Legya{width:46%;position:inherit}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__link__3t0zU{font-size:.9rem}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__dropdown__3s7J5{width:100%;top:100%}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG{height:140px;overflow:scroll;border-bottom:0;border-top:1px solid rgba(44,43,63,.1)}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG a{text-align:center;font-size:10px}.Header_menu__hasChild__Legya.Header_menu__community__3G2nl .Header_menu__subChild__2OBPG a span{margin-right:10px}.Header_signIn__1ZpCa{padding:0 1rem 0 0;text-align:center}.Header_settings__psId1{text-align:center;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:12px;color:#29394d;padding-left:0;padding-right:0;left:0;width:100%}.Header_settings__psId1 li{position:relative}.Header_switchSpace__TnCUX{display:none!important}}.Header_modalOverlay__14usP{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(41,57,77,.6);z-index:1000;opacity:0;transition:opacity .3s ease-in-out}.Header_modalOverlayAfterOpen__1rhQ3{opacity:1}.Header_modalOverlayBeforeClose__6BdU3{opacity:0}.Header_modalContent__SaX_j{position:absolute;top:0;left:0;right:-100%;bottom:0;display:flex;justify-content:center;align-items:center;background:transparent;border:none;overflow:none;outline:none;padding:0;transition:right .3s ease-in-out}.Header_modalContentAfterOpen__2C-F8{right:0}.Header_modalContentBeforeClose__YvY7t{right:-100%}.Header_modal__3c5jP{height:100%;width:100%;overflow:hidden;display:flex;flex-flow:row wrap}.Header_modal_body__1ad9R{width:100%;height:100%;margin-left:auto;background-color:#fff;color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;overflow:scroll}.Header_modal_header__V6f0I{height:90px;background-color:#f1f2f4;display:flex;justify-content:space-between;padding:1.5rem 2% 1.5rem 3%}.Header_modal_header_title__3EvLC{line-height:1.25;font-size:18px;font-weight:500;text-transform:uppercase;margin:0 0 .5rem;font-style:normal;color:#29394d}.Header_modal_header__V6f0I p{color:#6d7f92;font-size:12px;line-height:14px;margin:0}.Header_modal_close__glmiv{height:17px;cursor:pointer}.Header_modal_content__23eLz{padding:1.5rem}@media screen and (min-width:992px){.Header_modal_body__1ad9R{width:50%}}.Header_switchSpace__TnCUX{display:flex;align-items:center;position:relative;left:1.25rem}.Header_switchSpace__TnCUX span{font-size:12px;line-height:14px;border-radius:2rem;text-transform:none;position:relative;cursor:pointer;transition:color .2s ease-in;background:#f1f2f4}.Header_switchSpace_left__3GVlC{left:2.5rem;padding:.6rem 4rem .6rem 1.5rem}.Header_switchSpace_right__3t0Gt{right:2.5rem;padding:.6rem 1.5em .6rem 4rem}.Header_switchSpace_active__1PFRK{color:#fff;background:#29394d!important;z-index:1;font-weight:500}.Header_switchSpace__TnCUX svg{position:relative;z-index:2}.Header_switchSpace__TnCUX svg path{fill:#fff}.Header_iconLoading__39JS9 a{cursor:auto}.Header_iconLoading__39JS9 svg path{fill:#e8eaed}.Header_linkLoading__1WFdo{color:#ccc;cursor:auto!important}.Header_portalSwitch__3TMWV{position:relative;display:flex;align-items:center;font-size:14px;line-height:16px;background:#f1f2f4;border-radius:50px;width:255px;padding-left:45px;margin-left:15px;cursor:pointer}.Header_portalSwitch_iconPortal__1Q21w{position:absolute;top:0;left:10px;height:100%;display:flex;align-items:center}.Header_portalSwitch_iconArrow__3tFzh{position:absolute;top:0;right:10px;height:100%;display:flex;align-items:center}.Header_portalSwitch_dropdown__gqfd9{position:absolute;right:0;top:100%;box-shadow:0 4px 4px rgba(41,57,77,.1);margin:0;border-radius:.2rem;border-top-right-radius:0;opacity:0;visibility:hidden;transition:all .2s ease-in-out;background:#fff;z-index:1005;width:100%;max-height:24rem;overflow-y:auto}.Header_portalSwitch__3TMWV i{transition:transform .2s ease-in-out}.Header_portalSwitch__3TMWV:hover .Header_portalSwitch_dropdown__gqfd9{opacity:1;visibility:visible}.Header_portalSwitch__3TMWV:hover .Header_portalSwitch_icon__3O-xg i{transform:rotate(180deg)}.Header_portalSwitch_item__UEXdD{cursor:pointer;padding:1rem 0;text-align:center;border-bottom:1px solid rgba(44,43,63,.1)}.Header_portalSwitch_item__UEXdD:hover{background-color:#f8f9fa}.Header_menu__ua_folder__bnMJ2{display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;padding:0 20px}.Header_menu__ua_folder__bnMJ2 img{height:62px}.Header_buttonLinkImg__1TIbj{border:1px solid #b2bcc6;border-radius:50px!important;font-size:14px;font-weight:500;text-transform:capitalize;height:36px!important;width:auto!important;margin-right:.6rem;padding:0 1rem!important}.Header_buttonLinkImg__1TIbj a{align-items:center}.Header_buttonLinkImg__1TIbj img{width:22px;height:22px;margin-right:8px!important}.Header_progress__KcG-J{font-weight:500;font-size:14px;line-height:16px;color:#6d7f92;text-transform:none;min-width:50px;display:flex;align-items:center}.Header_progress_top_value__9Hdt5{margin-left:10px}.Header_progress_bar__2A5CJ{margin-top:5px;height:4px;width:100%;background:#c4c4c4;border-radius:20px;position:relative}.Header_progress_value__114xj{position:absolute;left:0;top:0;height:4px;background:#18a0fb;border-radius:20px}.Header_error__2Tyws{color:#d50000!important;font-size:12px;display:block;line-height:16px;margin-top:4px;text-align:left}.AgreationNumber_inline__3kf14{display:flex}.AgreationNumber_inline_right__3g4li{width:100%}.AgreationNumber_select_group__1ehHj{margin-bottom:10px}.AgreationNumber_select_group_large__3Ejlz{margin-bottom:12px}.AgreationNumber_select_group_large__3Ejlz .AgreationNumber_select__Bc3KP button{height:44px!important}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP{position:relative}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP button{width:100%;height:2.125rem;background:#f8f9fa;border:1px solid #b2bcc6;border-radius:4px;padding:0 .813rem 0 .75rem;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:.75rem;cursor:pointer}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_active_btn__2rF0n{background:#fff;border:1px solid #18a0fb}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_active_btn__2rF0n svg{transform:rotate(180deg)}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list__1K5Lf{width:100%;max-height:300px;overflow:scroll;position:absolute;left:0;background:#fff;border:1px solid #b2bcc6;box-shadow:0 4px 10px rgba(41,57,77,.1);border-radius:4px;padding:.625rem 0;z-index:10;margin:0;text-align:left}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list_option__1FG6K{font-weight:700;font-size:.75rem;height:1.875rem;padding-left:1.313rem;display:flex;align-items:center;cursor:pointer}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list_option__1FG6K:hover{background-color:#f3faff}.AgreationNumber_select_group__1ehHj .AgreationNumber_select__Bc3KP .AgreationNumber_list_optgroup__Upzzk{padding-left:10px;margin-top:5px}.AgreationNumber_input__2fN6F{background:#f8f9fa;border:1px solid #b2bcc6;box-sizing:border-box;border-radius:4px;padding:9px 15px;font-weight:400;font-size:12px;line-height:14px;width:100%}.AgreationNumber_input_large__Y4YxV{padding:14px 15px}.AgreationNumber_input__2fN6F:focus{border-color:#18a0fb}.AgreationNumber_input__2fN6F.AgreationNumber_error__-PvoP{border:1px solid #d50000}.AgreationNumber_codeInput__2GAxI input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0}.AgreationNumber_codeInput__2GAxI input:nth-child(3),.AgreationNumber_codeInput__2GAxI input:nth-child(6){margin-left:.5rem}.AgreationNumber_error__-PvoP{color:#d50000!important;font-size:12px;display:block;line-height:16px;margin-top:4px;text-align:left}.AgreationNumber_agreation__ZjNQz{background:#f8f9fa;border:1px solid #b2bcc6;box-sizing:border-box;border-radius:4px;height:34px;font-weight:400;font-size:12px;line-height:14px;width:100%;display:flex;align-items:center;margin-bottom:10px;padding:0 .75rem}.AgreationNumber_agreation__ZjNQz>div{margin-right:20px;padding:0 40px 0 20px;border-right:1px solid #b2bcc6}.AgreationNumber_agreation__ZjNQz input{flex:2 1;border:none;background:transparent;font-size:14px}.FooterUA_footer__1jT7-{margin-top:2rem}.FooterUA_copyright__2F5sS{height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#6d7f92}.FooterUA_content__tqWgc{background-color:#fff;min-height:12.5rem;padding:2.5rem 5rem}.FooterUA_logos__3zB6V{height:100%;padding-top:.563rem}.FooterUA_uaLogo__3gmtC{height:2.375rem;width:8.813rem;margin-bottom:1.75rem;background-size:cover;background-position:50%;background-repeat:no-repeat}.FooterUA_communityLogoLarge__h03fX,.FooterUA_communityLogo__2felm{height:2.375rem;width:6.25rem;background-size:contain;background-position:50%;background-repeat:no-repeat}.FooterUA_communityLogoLarge__h03fX{height:6.375rem;width:15.625rem}.FooterUA_section__3ZDaR{border-left:1px solid #f1f2f4;padding-top:.688rem}.FooterUA_section__3ZDaR ul li{width:-moz-fit-content;width:fit-content;cursor:pointer;height:1rem;margin-bottom:.625rem;font-size:.875rem;text-transform:lowercase;display:flex;align-items:center;line-height:100%}.FooterUA_section__3ZDaR ul li span:first-letter{text-transform:uppercase}.FooterUA_section__3ZDaR ul li:last-child{margin-bottom:0}.FooterUA_section__3ZDaR ul li:hover{color:#18a0fb}.FooterUA_section__3ZDaR ul li:hover .FooterUA_block__29Sgp{background-color:#18a0fb}.FooterUA_block__29Sgp{width:10px;height:6px;background:#d8dde2;border-radius:0 3px 3px 0;margin-right:1.25rem}.Article_m-t-xxs__3Udjf{margin-top:.25rem!important}.Article_p-t-xxs__pZQLy{padding-top:.25rem!important}.Article_m-b-xxs__1Z2zD{margin-bottom:.25rem!important}.Article_p-b-xxs__3SUOq{padding-bottom:.25rem!important}.Article_m-l-xxs__wx-2j{margin-left:.25rem!important}.Article_p-l-xxs__1pVMX{padding-left:.25rem!important}.Article_m-r-xxs__2JcNC{margin-right:.25rem!important}.Article_p-r-xxs__1BPAx{padding-right:.25rem!important}.Article_m-x-xxs__3aZ8z{margin-left:.25rem!important;margin-right:.25rem!important}.Article_p-x-xxs__2dJWJ{padding-left:.25rem!important;padding-right:.25rem!important}.Article_m-y-xxs__GiDVV{margin-top:.25rem!important;margin-bottom:.25rem!important}.Article_p-y-xxs__-2bUv{padding-top:.25rem!important;padding-bottom:.25rem!important}.Article_m-xxs__YjAmc{margin:.25rem!important}.Article_p-xxs__26dg-{padding:.25rem!important}.Article_m-t-xs__2-9Q1{margin-top:.5rem!important}.Article_p-t-xs__2UeDo{padding-top:.5rem!important}.Article_m-b-xs__3w4jk{margin-bottom:.5rem!important}.Article_p-b-xs__cmElD{padding-bottom:.5rem!important}.Article_m-l-xs__2np0J{margin-left:.5rem!important}.Article_p-l-xs__3D1ke{padding-left:.5rem!important}.Article_m-r-xs__33Hl0{margin-right:.5rem!important}.Article_p-r-xs__OXzEW{padding-right:.5rem!important}.Article_m-x-xs__3tOdc{margin-left:.5rem!important;margin-right:.5rem!important}.Article_p-x-xs__R22bY{padding-left:.5rem!important;padding-right:.5rem!important}.Article_m-y-xs__2a7Sa{margin-top:.5rem!important;margin-bottom:.5rem!important}.Article_p-y-xs__1wVxq{padding-top:.5rem!important;padding-bottom:.5rem!important}.Article_m-xs__1Te1J{margin:.5rem!important}.Article_p-xs__1yC89{padding:.5rem!important}.Article_m-t-s__2vln2{margin-top:1rem!important}.Article_p-t-s__gbn3B{padding-top:1rem!important}.Article_m-b-s__3pWiu{margin-bottom:1rem!important}.Article_p-b-s__3qmpE{padding-bottom:1rem!important}.Article_m-l-s__14LJx{margin-left:1rem!important}.Article_p-l-s__8W9dy{padding-left:1rem!important}.Article_m-r-s__39-sl{margin-right:1rem!important}.Article_p-r-s__3_04I{padding-right:1rem!important}.Article_m-x-s__3UrFE{margin-left:1rem!important;margin-right:1rem!important}.Article_p-x-s__1uYu8{padding-left:1rem!important;padding-right:1rem!important}.Article_m-y-s__lqLW-{margin-top:1rem!important;margin-bottom:1rem!important}.Article_p-y-s__1M6NO{padding-top:1rem!important;padding-bottom:1rem!important}.Article_m-s__1qe5J{margin:1rem!important}.Article_p-s__60EXM{padding:1rem!important}.Article_m-t-m__2s0sD{margin-top:1.5rem!important}.Article_p-t-m__ptJ4n{padding-top:1.5rem!important}.Article_m-b-m__2gPYE{margin-bottom:1.5rem!important}.Article_p-b-m__2HGlJ{padding-bottom:1.5rem!important}.Article_m-l-m__1PUM4{margin-left:1.5rem!important}.Article_p-l-m__2k5E5{padding-left:1.5rem!important}.Article_m-r-m__HSmMC{margin-right:1.5rem!important}.Article_p-r-m__3XNdh{padding-right:1.5rem!important}.Article_m-x-m__2KdD6{margin-left:1.5rem!important;margin-right:1.5rem!important}.Article_p-x-m__1W6b1{padding-left:1.5rem!important;padding-right:1.5rem!important}.Article_m-y-m__3Fd9v{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.Article_p-y-m__1O5KW{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.Article_m-m__3hNCw{margin:1.5rem!important}.Article_p-m__1-t4I{padding:1.5rem!important}.Article_m-t-l__3ShD4{margin-top:2rem!important}.Article_p-t-l__2QiEk{padding-top:2rem!important}.Article_m-b-l__3JGdC{margin-bottom:2rem!important}.Article_p-b-l__kw9xu{padding-bottom:2rem!important}.Article_m-l-l__1kR3g{margin-left:2rem!important}.Article_p-l-l__3SkNn{padding-left:2rem!important}.Article_m-r-l__1KE_V{margin-right:2rem!important}.Article_p-r-l__1KJnP{padding-right:2rem!important}.Article_m-x-l__2ltAe{margin-left:2rem!important;margin-right:2rem!important}.Article_p-x-l__3oQTV{padding-left:2rem!important;padding-right:2rem!important}.Article_m-y-l__2hGEI{margin-top:2rem!important;margin-bottom:2rem!important}.Article_p-y-l__1xTve{padding-top:2rem!important;padding-bottom:2rem!important}.Article_m-l__1Ciak{margin:2rem!important}.Article_p-l__3FjNq{padding:2rem!important}.Article_m-t-xl__36NYX{margin-top:3rem!important}.Article_p-t-xl__3la73{padding-top:3rem!important}.Article_m-b-xl__3-RKS{margin-bottom:3rem!important}.Article_p-b-xl__1z3tt{padding-bottom:3rem!important}.Article_m-l-xl__Jq6YU{margin-left:3rem!important}.Article_p-l-xl__Z9RJE{padding-left:3rem!important}.Article_m-r-xl__3mtgG{margin-right:3rem!important}.Article_p-r-xl__2k-j7{padding-right:3rem!important}.Article_m-x-xl__1eV83{margin-left:3rem!important;margin-right:3rem!important}.Article_p-x-xl__3W28N{padding-left:3rem!important;padding-right:3rem!important}.Article_m-y-xl__2oX-H{margin-top:3rem!important;margin-bottom:3rem!important}.Article_p-y-xl__3rFtW{padding-top:3rem!important;padding-bottom:3rem!important}.Article_m-xl__1Y5Cw{margin:3rem!important}.Article_p-xl__jLD0U{padding:3rem!important}.Article_m-t-xxl__2KbX6{margin-top:4rem!important}.Article_p-t-xxl__3ybry{padding-top:4rem!important}.Article_m-b-xxl__2Ma0V{margin-bottom:4rem!important}.Article_p-b-xxl__1jZab{padding-bottom:4rem!important}.Article_m-l-xxl__23nf7{margin-left:4rem!important}.Article_p-l-xxl__3eQ0Q{padding-left:4rem!important}.Article_m-r-xxl__1ZZgm{margin-right:4rem!important}.Article_p-r-xxl__xXLV7{padding-right:4rem!important}.Article_m-x-xxl__2ETLB{margin-left:4rem!important;margin-right:4rem!important}.Article_p-x-xxl__11jqb{padding-left:4rem!important;padding-right:4rem!important}.Article_m-y-xxl__24icN{margin-top:4rem!important;margin-bottom:4rem!important}.Article_p-y-xxl__2uvOR{padding-top:4rem!important;padding-bottom:4rem!important}.Article_m-xxl__1SeLE{margin:4rem!important}.Article_p-xxl__2mBE6{padding:4rem!important}.Article_no-padding__XKmiS{padding:0!important}.Article_no-padding--top__3Wtv7{padding-top:0!important}.Article_no-padding--left__2mHwE{padding-left:0!important}.Article_no-padding--bottom__2ZKPE{padding-bottom:0!important}.Article_no-padding--right__10_PO{padding-right:0!important}.Article_no-margin__2TrN5{margin:0!important}.Article_no-margin--top__3GMUV{margin-top:0!important}.Article_no-margin--left__s7doE{margin-left:0!important}.Article_no-margin--bottom__1klOX{margin-bottom:0!important}.Article_no-margin--right__2kBIG{margin-right:0!important}.Article_version__1mg91{display:flex;padding:5px 10px;font-size:14px;color:#2495e1;background-color:#f3faff;border-color:#c7e8fe;border-radius:5px;z-index:1;width:-moz-fit-content;width:fit-content}.Article_version__1mg91 span{margin:0 4px;height:24px}.Article_article__rASSv{font-family:Roboto}.Article_article__rASSv .Article_fetching_content__1NPP9{position:relative}.Article_article__rASSv .Article_content__PObyl{padding:14px;position:relative;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid #f8f9fa;box-sizing:border-box;border-radius:5px;background-color:rgba(41,57,77,.72);background-position:50%;background-size:cover;background-repeat:no-repeat}.Article_article__rASSv .Article_content__PObyl:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;background:linear-gradient(0deg,rgba(41,57,77,.9),rgba(41,57,77,.72) 35.42%,rgba(85,85,85,.09) 67.71%,rgba(41,57,77,0));border-radius:5px}.Article_article__rASSv .Article_category__3WH9a{height:20px;padding:0 14px;margin-bottom:auto;margin-left:auto;background:#7da0fb;border-radius:2px;font-size:12px;line-height:20px;text-align:center;letter-spacing:.02em;white-space:nowrap;max-width:100%;color:#fff}.Article_article__rASSv .Article_category__3WH9a,.Article_article__rASSv .Article_title__3YpDd{position:relative;z-index:1;font-family:Roboto;overflow:hidden;text-overflow:ellipsis;text-shadow:0 4px 4px rgba(41,57,77,.1)}.Article_article__rASSv .Article_title__3YpDd{margin-bottom:20px;width:100%;max-height:45.576px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.Article_article__rASSv .Article_title__3YpDd h3{color:#fff;text-align:left;font-weight:500;font-size:18px;line-height:1.266}.Article_article__rASSv .Article_title__3YpDd h3 i{color:#f7953e;font-weight:700}.Article_meta__1KJ0A{display:flex;align-items:center;position:relative;margin-bottom:7px}.Article_meta__1KJ0A span{color:#fff;background-color:#fd2727;border-radius:2px;font-size:12px;font-weight:500;padding:0 .25rem;margin-right:5px;height:18px;display:flex;align-items:center}.Article_meta__1KJ0A .Article_community__3D-vB{position:relative;z-index:1;height:20px;border-left:3px solid #7da0fb;padding-left:6px;font-size:14px;line-height:20px;color:#f8f9fa;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.Article_default__K_5wT .Article_authorsContainer__2PRnQ{margin-bottom:4px}.Article_default__K_5wT .Article_actionsContainer__3OAe-{color:#fff}.Article_default__K_5wT .Article_actions__9WA8x{border-top:1px solid rgba(109,127,146,.4)}.Article_default__K_5wT .Article_content__PObyl{min-height:216px}.Article_default__K_5wT.Article_large__2iz5A .Article_title__3YpDd{max-height:55.704px;margin-bottom:14px}.Article_default__K_5wT.Article_large__2iz5A .Article_title__3YpDd h3{font-size:20px}.Article_status__2LE0q{width:100px;height:22px;background:#fafbfb;box-shadow:0 4px 10px rgba(41,57,77,.1);border-radius:30px;padding-left:30px;position:absolute;right:15px;top:17px;font-size:10px;line-height:22px;letter-spacing:.02em;text-transform:uppercase}.Article_status__2LE0q:before{content:"";position:absolute;top:50%;left:14px;width:8px;height:8px;border-radius:10px;background:rgba(109,127,146,.5);transform:translateY(-50%)}.Article_status__2LE0q.Article_published__2txQs:before{background:#2495e1}.Article_status__2LE0q.Article_ready__3pGQ1:before{background:#ffaf10}.Article_status__2LE0q.Article_scheduled__20tEK:before{background:#62deb0}.Article_buttons__3LlKS{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:104px;text-align:center;z-index:10}.Article_buttons__3LlKS button{outline:none;cursor:pointer;width:40px;height:40px;border:0;border-radius:40px;margin:6px;color:#fff;background:#18a0fb;box-shadow:0 4px 4px rgba(0,0,0,.25)}.Article_btn-delete__2EKjw{background:#ff636e!important}.Article_fetching_img__2KG6q{height:216px}.Article_fetching_category__30D2q{position:absolute;top:0;right:0}.Article_fetching_avatar__13nhE{display:flex;align-items:center;height:30px}.Article_fetching_avatar__13nhE>*{margin-right:5px}.Article_publishedAt__24Qz6{position:absolute;top:-20px;right:0;font-family:Roboto;font-style:normal;font-weight:300;font-size:10px;line-height:12px;text-align:right;color:#6d7f92}.Article_actionsContainer__3OAe->div{position:relative;display:flex}.Article_actions__9WA8x{z-index:1;border-top:1px solid rgba(109,127,146,.1);padding-top:10px}.Article_stat__dOW0s{cursor:pointer;font-size:10px;line-height:11px;display:flex;align-items:center;justify-content:center;margin:0 15px 5px 0}.Article_stat__dOW0s i{font-size:12px}.Article_stat__dOW0s span{margin-left:6px}.Article_sharePopup__3MgKS{position:absolute;top:-50px;left:50%;display:flex;padding:5px 10px;transform:translateX(-50%);background:#f1f2f4;border-radius:5px;border:1px solid #fff}.Article_sharePopup__3MgKS .Article_action__3NVWV{width:32px!important;height:32px;border-radius:50px;background-color:#fff}.Article_action__3NVWV{position:relative;cursor:pointer;width:20%;height:30px;background:rgba(41,57,77,.3);border-radius:5px;font-size:10px;line-height:11px;display:flex;align-items:center;justify-content:center;color:#f1f2f4}.Article_action__3NVWV:not(:last-child){margin-right:14px}.Article_action__3NVWV i{font-size:14px}.Article_activeAction__qX9Fa{background:#29394d;border:.5px solid rgba(199,232,254,.1);color:#18a0fb;cursor:pointer}.Article_activeAction__qX9Fa .Article_actionCount__1nnCO,.Article_activeAction__qX9Fa svg{opacity:1}.Article_isExternal__1nogw{margin-bottom:4px}.Article_isExternal__1nogw i{background:#eee;width:40px;height:40px;border-radius:34px;display:block;font-size:20px;position:relative}.Article_isExternal__1nogw i:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Article_authorsContainer__2PRnQ{overflow-x:auto;overflow-y:hidden;position:relative;width:calc(100% - 100px);margin-bottom:15px}.Article_authorsContainer__2PRnQ::-webkit-scrollbar{display:none}.Article_authorsContainer_width__2ms5s{width:100%}.Article_authorsContainer__2PRnQ ul{display:flex;width:max-content}.Article_authorsContainer__2PRnQ li{padding-right:10px}.Article_smallBH__1f35T .Article_content__PObyl{height:318px}.Article_smallBH__1f35T .Article_action__3NVWV{width:45px}.Article_medium__2pcBA{width:100%;height:100%}.Article_medium__2pcBA .Article_content__PObyl{width:100%;height:20rem}.Article_medium__2pcBA .Article_action__3NVWV{width:45px}.Article_large__2iz5A{width:100%}.Article_large__2iz5A .Article_fetching_img__2KG6q{height:485px}.Article_large__2iz5A .Article_content__PObyl{width:100%;height:485px}.Article_large__2iz5A .Article_community__3D-vB{font-size:16px}.Article_large__2iz5A .Article_summary__saB5Z{position:relative;font-weight:300;font-size:12px;line-height:1.4;color:#f8f9fa;margin-bottom:14px;max-height:50.4px;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Article_large__2iz5A .Article_action__3NVWV{width:45px}.Article_articleTemplate2__1_ucr .Article_hasActions__2NH7K:hover:before{top:35%;left:0;width:100%;height:65%;background:rgba(41,57,77,.05)}.Article_articleTemplate2__1_ucr .Article_content__PObyl,.Article_articleTemplate4__1dUX4 .Article_content__PObyl{position:relative;height:20rem;background-color:#fff;padding:1rem}.Article_articleTemplate2__1_ucr .Article_category__3WH9a,.Article_articleTemplate4__1dUX4 .Article_category__3WH9a{font-size:12px;letter-spacing:.02em;position:absolute;top:0;right:0;z-index:1;padding:4px 14px;margin-bottom:auto;margin-left:auto;background:#eee;border-radius:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;text-shadow:0 4px 4px rgba(41,57,77,.1)}.Article_articleTemplate2__1_ucr .Article_meta__1KJ0A,.Article_articleTemplate4__1dUX4 .Article_meta__1KJ0A{margin:20px 0}.Article_articleTemplate2__1_ucr .Article_meta__1KJ0A .Article_community__3D-vB,.Article_articleTemplate4__1dUX4 .Article_meta__1KJ0A .Article_community__3D-vB{color:#3c4e64}.Article_articleTemplate2__1_ucr .Article_title__3YpDd,.Article_articleTemplate4__1dUX4 .Article_title__3YpDd{margin-bottom:20px;font-family:Roboto;max-height:90px;overflow:hidden;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.Article_articleTemplate2__1_ucr .Article_title__3YpDd h3,.Article_articleTemplate4__1dUX4 .Article_title__3YpDd h3{text-align:left;color:#29394d;font-weight:500;font-size:18px;line-height:1.266}.Article_articleTemplate2__1_ucr .Article_title__3YpDd h3 i,.Article_articleTemplate4__1dUX4 .Article_title__3YpDd h3 i{color:#f7953e;font-weight:700}.Article_articleTemplate2__1_ucr .Article_summary__saB5Z,.Article_articleTemplate4__1dUX4 .Article_summary__saB5Z{position:relative;height:5rem;overflow-y:auto;font-weight:300;font-size:12px;line-height:1.4;color:#3c4e64;margin-bottom:14px;text-overflow:ellipsis;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.Article_articleTemplate2__1_ucr .Article_action__3NVWV,.Article_articleTemplate4__1dUX4 .Article_action__3NVWV{background-color:#f8f9fa;color:#6d7f92}.Article_articleTemplate2__1_ucr .Article_activeAction__qX9Fa,.Article_articleTemplate4__1dUX4 .Article_activeAction__qX9Fa{background:#f3faff;border:.5px solid rgba(199,232,254,.5);color:#18a0fb}.Article_articleTemplate2__1_ucr .Article_authorsContainer__2PRnQ,.Article_articleTemplate4__1dUX4 .Article_authorsContainer__2PRnQ{margin-bottom:4px}.Article_articleTemplate3__2Fl42 .Article_row__yGVDl{display:flex}.Article_articleTemplate3__2Fl42 .Article_col6__2g1YA{width:50%}.Article_articleTemplate3__2Fl42 .Article_contentImg__1n2Xq{position:relative;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat}.Article_hasActions__2NH7K:hover:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(41,57,77,.4)}.Article_hasActions__2NH7K:hover .Article_buttons__3LlKS{display:block}.Article_articleContainer__1pdb6{position:relative}.Article_articleTemplate4__1dUX4 .Article_contentImg__1n2Xq{height:216px;width:100%;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative}.Article_articleTemplate5__2kgVz.Article_smallImg1__1Xh_V .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:230px}.Article_articleTemplate5__2kgVz.Article_smallImg1__1Xh_V .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{font-size:19px}.Article_articleTemplate5__2kgVz.Article_smallImg2__2PaWF .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:210px}.Article_articleTemplate5__2kgVz.Article_smallImg2__2PaWF .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{font-size:19px}.Article_articleTemplate5__2kgVz.Article_smallImg3__Pw2HF .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:190px}.Article_articleTemplate5__2kgVz.Article_smallImg3__Pw2HF .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{font-size:19px}.Article_articleTemplate5__2kgVz .Article_version__1mg91{position:absolute;bottom:0;right:0;transform:translateY(50%);border-radius:5px 0 0 5px}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6{height:528px;background-color:#fff;border-radius:5px}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:266px;width:100%;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;padding:5% 4%;border-top-left-radius:5px;border-top-right-radius:5px}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl{height:calc(100% - 266px);padding:5%;display:flex;flex-direction:column;align-items:flex-start;overflow:scroll}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A span{background-color:transparent;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#6d7f92}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A .Article_community__3D-vB{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;color:#6d7f92}.Article_articleTemplate5__2kgVz .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{text-align:left;font-weight:600;font-size:20px;line-height:23px;color:#29394d}.Article_articleTemplate5__2kgVz .Article_publishedAtReadTime__3zVqa{margin:0 0 10px}.Article_articleTemplate5__2kgVz .Article_bottomAction__2pPlD{position:absolute;bottom:0;left:0;width:100%;padding:5%}.Article_categoryChannel__1VRMN{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.Article_categoryChannel__1VRMN .Article_category__3WH9a{height:20px;width:-moz-fit-content;width:fit-content;position:relative;z-index:1;padding:0 14px;border-radius:2px;font-size:12px;line-height:20px;text-align:center;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;text-shadow:0 4px 4px rgba(41,57,77,.1)}.Article_categoryChannel__1VRMN .Article_channel__bzRJA{width:58px;height:34px;background-position:50%;background-size:contain;background-repeat:no-repeat;border-radius:5px;background-color:#faf9fa}.Article_publishedAtReadTime__3zVqa{width:100%;position:relative;margin:10px 0;font-size:10px;line-height:12px;color:#6d7f92;display:flex}.Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D{display:flex;align-items:center;padding-left:2%}.Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D .Article_dot__RjmUX{width:5px;height:5px;border-radius:50%;background-color:#6d7f92;margin:0 5% 0 2%}.Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D span{width:90px}.Article_userActions__2XhKm{width:100%}.Article_userActions__2XhKm hr{background-color:rgba(216,221,226,.51);border:0;height:1px;margin:0}.Article_userActions__2XhKm .Article_actions__9WA8x{display:flex;align-items:center;border:none}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likesActive__2hT4w svg{color:#c70039!important}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT,.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N{display:flex;align-items:center;justify-content:space-between;margin-right:20px;font-weight:700;font-size:12px;line-height:14px;cursor:pointer}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT svg,.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N svg{color:#d8dde2}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT:hover svg,.Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N:hover svg{color:#6d7f92}.Article_userActions__2XhKm .Article_actions__9WA8x svg{margin-right:4px}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl{position:relative;margin-left:auto}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl span{font-weight:700;font-size:12px;line-height:14px;color:#6d7f92;cursor:pointer}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl .Article_sharePopup__3MgKS{position:absolute;top:-50px;left:-50%;display:flex;padding:5px 10px;transform:translateX(-50%);background:#f1f2f4;border-radius:5px;border:1px solid #fff}.Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl .Article_sharePopup__3MgKS .Article_action__3NVWV{width:32px!important;height:32px;border-radius:50px;background-color:#fff}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6{height:528px;background-color:#fff;display:flex;border-radius:5px}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:100%;width:46%;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;border-bottom-right-radius:5px;border-top-right-radius:5px;position:relative}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{width:54%;padding:2%;display:flex;flex-direction:column;align-items:flex-start}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A{margin-top:auto}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A span{background-color:transparent;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#6d7f92}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A .Article_community__3D-vB{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;color:#6d7f92}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{margin:4% 0;text-align:left;font-weight:600;font-size:20px;line-height:23px;color:#29394d}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:20%;overflow:scroll;margin-bottom:6%;padding-bottom:3%;font-weight:400;font-size:14px;line-height:16px;color:#6d7f92}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6{height:528px;background-color:#fff;display:flex;border-radius:5px}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:100%;width:100%;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:5px;padding:1rem;display:flex;flex-direction:column;position:relative}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_categoryChannel__1VRMN,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm{position:relative}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A{margin-top:10rem}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A span{background-color:transparent;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A .Article_community__3D-vB{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd h3{color:#fff;text-align:left;font-weight:600;font-size:20px;line-height:23px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ ul li .Article_avatarContainer__2-mPq .Article_avatarInfo__3nhVT .Article_avatarName__2GLkP{display:none}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa{color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D .Article_dot__RjmUX{background-color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm hr{border-color:#d8dde2}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N,.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl span{color:#f1f2f4}.Article_articleTemplate7__3Kdx8 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:linear-gradient(0deg,rgba(9,22,38,.6),rgba(9,22,38,.6));border-radius:5px}.Article_articleTemplate7__3Kdx8 .Article_bottomAction__2pPlD{position:absolute;bottom:0;left:0;width:100%;padding:1rem}.Article_articleTemplate7__3Kdx8 .Article_version__1mg91{position:absolute;top:50px;display:none}.Article_articleTemplate7__3Kdx8 .Article_buttons__3LlKS{top:20%;left:0;transform:none;width:100%}.Article_articleTemplate7__3Kdx8 .Article_hasActions__2NH7K:hover .Article_buttons__3LlKS{display:flex;align-items:center;justify-content:center}.Article_articleTemplate7__3Kdx8.Article_large__2iz5A .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd h3{font-size:28px;line-height:33px;-webkit-line-clamp:5}.Article_expert__Ap8Jd,.Article_expert__Ap8Jd .Article_articleContainer__1pdb6{height:100%}.Article_expert__Ap8Jd .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A{margin-top:1.313rem}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{height:296px;background-color:#fff;display:flex;border-radius:5px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:100%;width:25%;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{width:75%;padding:2%;display:flex;flex-direction:column;align-items:flex-start}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A span{background-color:transparent;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#6d7f92}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_meta__1KJ0A .Article_community__3D-vB{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;color:#6d7f92}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_title__3YpDd h3{margin:5px 0;text-align:left;font-weight:600;font-size:20px;line-height:23px;color:#29394d;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_authorsContainer__2PRnQ{margin-top:auto}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_publishedAtReadTime__3zVqa{margin:2% 0}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:10%}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6{height:528px;background-color:#fff;display:flex;border-radius:5px}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{height:100%;width:100%;background-color:#eee;background-position:50%;background-size:cover;background-repeat:no-repeat;border-radius:5px;padding:1rem;display:flex;flex-direction:column;position:relative}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_categoryChannel__1VRMN,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm{position:relative}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_metaBox__3UEOi{position:absolute;bottom:170px;width:70%}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A{margin-top:10rem}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A span{background-color:transparent;font-weight:700;font-size:12px;line-height:14px;text-transform:uppercase;color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_meta__1KJ0A .Article_community__3D-vB{display:flex;align-items:center;font-weight:700;font-size:12px;line-height:14px;color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_title__3YpDd h3{font-size:28px;line-height:33px;-webkit-line-clamp:5;color:#fff;text-align:left;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_authorsContainer__2PRnQ ul li .Article_avatarContainer__2-mPq .Article_avatarInfo__3nhVT .Article_avatarName__2GLkP{display:none}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa{color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_publishedAtReadTime__3zVqa .Article_readTime__2UZ4D .Article_dot__RjmUX{background-color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm hr{border-color:#d8dde2}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_comments__8u_FT,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_likes__U994N,.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq .Article_userActions__2XhKm .Article_actions__9WA8x .Article_share__UwgEl span{color:#f1f2f4}.Article_articleFeatured__2dJlu .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq:before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background:linear-gradient(0deg,rgba(9,22,38,.6),rgba(9,22,38,.6));border-radius:5px}.Article_articleFeatured__2dJlu .Article_bottomAction__2pPlD{position:absolute;bottom:0;left:0;width:100%;padding:1rem}.Article_articleFeatured__2dJlu .Article_version__1mg91{position:absolute;top:50px;display:none}.Article_articleFeatured__2dJlu .Article_buttons__3LlKS{top:20%;left:0;transform:none;width:100%}.Article_articleFeatured__2dJlu .Article_buttons__3LlKS button,.Article_articleFeatured__2dJlu .Article_hasActions__2NH7K:hover .Article_buttons__3LlKS{display:flex;align-items:center;justify-content:center}@media screen and (max-width:39.9375em){.Article_articleTemplate3__2Fl42 .Article_row__yGVDl{flex-direction:column}.Article_articleTemplate3__2Fl42 .Article_contentImg__1n2Xq{height:216px}.Article_articleTemplate3__2Fl42 .Article_col6__2g1YA{width:100%}.Article_articleTemplate2__1_ucr .Article_content__PObyl,.Article_articleTemplate4__1dUX4 .Article_content__PObyl{height:100%}.Article_articleTemplate2__1_ucr,.Article_articleTemplate3__2Fl42,.Article_articleTemplate4__1dUX4,.Article_article__rASSv{margin-bottom:1.625rem}.Article_articleTemplate3__2Fl42 .Article_articleTemplate2__1_ucr{margin-bottom:0}}@media screen and (max-width:1024px){.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{padding-bottom:3%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{display:none}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{width:100%;height:100%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:30%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{flex-direction:column;height:528px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{width:100%;height:40%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{width:100%;height:60%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:13%}.Article_userActions__2XhKm .Article_actions__9WA8x{padding:2%}}@media screen and (max-width:768px){.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{padding-bottom:3%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{display:none}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{width:100%;height:100%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:30%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{flex-direction:column;height:528px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{width:100%;height:40%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{width:100%;height:60%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:13%}.Article_userActions__2XhKm .Article_actions__9WA8x{padding:2%}}@media screen and (max-width:440px){.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{display:none}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl{width:100%;height:100%}.Article_articleTemplate6__3fKRX .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_summary__saB5Z{max-height:30%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6{flex-direction:column;height:528px}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_contentImg__1n2Xq{width:100%;height:40%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl{width:100%;height:60%}.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_comments__8u_FT,.Article_articleTemplate8__3F7x1 .Article_articleContainer__1pdb6 .Article_content__PObyl .Article_userActions__2XhKm .Article_likes__U994N{width:13%}.Article_userActions__2XhKm .Article_actions__9WA8x{padding:2%}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;overflow:hidden;z-index:1}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ArticleList_articleList1__3rLm9{margin-bottom:1.625rem}.ArticleList_articleList1__3rLm9 .ArticleList_articleTpl1__3CSwJ{padding-left:.75rem}.ArticleList_articleTpl1_btm__3Sqs1{margin-bottom:.95rem}.ArticleList_articleTpl2__2ECvu{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:39.9375em){.ArticleList_articleList1__3rLm9{margin-bottom:0}.ArticleList_articleList1__3rLm9 .ArticleList_articleTpl1__3CSwJ{padding-left:0}}.m-t-xxs{margin-top:.25rem!important}.p-t-xxs{padding-top:.25rem!important}.m-b-xxs{margin-bottom:.25rem!important}.p-b-xxs{padding-bottom:.25rem!important}.m-l-xxs{margin-left:.25rem!important}.p-l-xxs{padding-left:.25rem!important}.m-r-xxs{margin-right:.25rem!important}.p-r-xxs{padding-right:.25rem!important}.m-x-xxs{margin-left:.25rem!important;margin-right:.25rem!important}.p-x-xxs{padding-left:.25rem!important;padding-right:.25rem!important}.m-y-xxs{margin-top:.25rem!important;margin-bottom:.25rem!important}.p-y-xxs{padding-top:.25rem!important;padding-bottom:.25rem!important}.m-xxs{margin:.25rem!important}.p-xxs{padding:.25rem!important}.m-t-xs{margin-top:.5rem!important}.p-t-xs{padding-top:.5rem!important}.m-b-xs{margin-bottom:.5rem!important}.p-b-xs{padding-bottom:.5rem!important}.m-l-xs{margin-left:.5rem!important}.p-l-xs{padding-left:.5rem!important}.m-r-xs{margin-right:.5rem!important}.p-r-xs{padding-right:.5rem!important}.m-x-xs{margin-left:.5rem!important;margin-right:.5rem!important}.p-x-xs{padding-left:.5rem!important;padding-right:.5rem!important}.m-y-xs{margin-top:.5rem!important;margin-bottom:.5rem!important}.p-y-xs{padding-top:.5rem!important;padding-bottom:.5rem!important}.m-xs{margin:.5rem!important}.p-xs{padding:.5rem!important}.m-t-s{margin-top:1rem!important}.p-t-s{padding-top:1rem!important}.m-b-s{margin-bottom:1rem!important}.p-b-s{padding-bottom:1rem!important}.m-l-s{margin-left:1rem!important}.p-l-s{padding-left:1rem!important}.m-r-s{margin-right:1rem!important}.p-r-s{padding-right:1rem!important}.m-x-s{margin-left:1rem!important;margin-right:1rem!important}.p-x-s{padding-left:1rem!important;padding-right:1rem!important}.m-y-s{margin-top:1rem!important;margin-bottom:1rem!important}.p-y-s{padding-top:1rem!important;padding-bottom:1rem!important}.m-s{margin:1rem!important}.p-s{padding:1rem!important}.m-t-m{margin-top:1.5rem!important}.p-t-m{padding-top:1.5rem!important}.m-b-m{margin-bottom:1.5rem!important}.p-b-m{padding-bottom:1.5rem!important}.m-l-m{margin-left:1.5rem!important}.p-l-m{padding-left:1.5rem!important}.m-r-m{margin-right:1.5rem!important}.p-r-m{padding-right:1.5rem!important}.m-x-m{margin-left:1.5rem!important;margin-right:1.5rem!important}.p-x-m{padding-left:1.5rem!important;padding-right:1.5rem!important}.m-y-m{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.p-y-m{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.m-m{margin:1.5rem!important}.p-m{padding:1.5rem!important}.m-t-l{margin-top:2rem!important}.p-t-l{padding-top:2rem!important}.m-b-l{margin-bottom:2rem!important}.p-b-l{padding-bottom:2rem!important}.m-l-l{margin-left:2rem!important}.p-l-l{padding-left:2rem!important}.m-r-l{margin-right:2rem!important}.p-r-l{padding-right:2rem!important}.m-x-l{margin-left:2rem!important;margin-right:2rem!important}.p-x-l{padding-left:2rem!important;padding-right:2rem!important}.m-y-l{margin-top:2rem!important;margin-bottom:2rem!important}.p-y-l{padding-top:2rem!important;padding-bottom:2rem!important}.m-l{margin:2rem!important}.p-l{padding:2rem!important}.m-t-xl{margin-top:3rem!important}.p-t-xl{padding-top:3rem!important}.m-b-xl{margin-bottom:3rem!important}.p-b-xl{padding-bottom:3rem!important}.m-l-xl{margin-left:3rem!important}.p-l-xl{padding-left:3rem!important}.m-r-xl{margin-right:3rem!important}.p-r-xl{padding-right:3rem!important}.m-x-xl{margin-left:3rem!important;margin-right:3rem!important}.p-x-xl{padding-left:3rem!important;padding-right:3rem!important}.m-y-xl{margin-top:3rem!important;margin-bottom:3rem!important}.p-y-xl{padding-top:3rem!important;padding-bottom:3rem!important}.m-xl{margin:3rem!important}.p-xl{padding:3rem!important}.m-t-xxl{margin-top:4rem!important}.p-t-xxl{padding-top:4rem!important}.m-b-xxl{margin-bottom:4rem!important}.p-b-xxl{padding-bottom:4rem!important}.m-l-xxl{margin-left:4rem!important}.p-l-xxl{padding-left:4rem!important}.m-r-xxl{margin-right:4rem!important}.p-r-xxl{padding-right:4rem!important}.m-x-xxl{margin-left:4rem!important;margin-right:4rem!important}.p-x-xxl{padding-left:4rem!important;padding-right:4rem!important}.m-y-xxl{margin-top:4rem!important;margin-bottom:4rem!important}.p-y-xxl{padding-top:4rem!important;padding-bottom:4rem!important}.m-xxl{margin:4rem!important}.p-xxl{padding:4rem!important}.no-padding{padding:0!important}.no-padding--top{padding-top:0!important}.no-padding--left{padding-left:0!important}.no-padding--bottom{padding-bottom:0!important}.no-padding--right{padding-right:0!important}.no-margin{margin:0!important}.no-margin--top{margin-top:0!important}.no-margin--left{margin-left:0!important}.no-margin--bottom{margin-bottom:0!important}.no-margin--right{margin-right:0!important}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background-color:#fff}.slick-next,.slick-prev{z-index:10;position:absolute;display:block;height:4rem;width:4rem;line-height:0;font-size:0;cursor:pointer;top:40%;transform:translateY(-50%);padding:0;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:4rem;line-height:1;color:#3f3f3f;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0}[dir=rtl] .slick-prev{left:auto;right:0}.slick-prev:before{content:"<"}[dir=rtl] .slick-prev:before{content:">"}.slick-next{right:0}[dir=rtl] .slick-next{left:0;right:auto}.slick-next:before{content:">"}[dir=rtl] .slick-next:before{content:"<"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:0;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:12px;width:12px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;background-color:#9a9a9a;border-radius:50%;box-shadow:0 2px 4px 1px rgba(0,0,0,.1)}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"";width:20px;height:20px;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:4rem;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button{background-color:#18a0fb;box-shadow:none}.UserCard_m-t-xxs__1G2-D{margin-top:.25rem!important}.UserCard_p-t-xxs__3REcI{padding-top:.25rem!important}.UserCard_m-b-xxs__1VXtz{margin-bottom:.25rem!important}.UserCard_p-b-xxs__eZSJJ{padding-bottom:.25rem!important}.UserCard_m-l-xxs__1bUCM{margin-left:.25rem!important}.UserCard_p-l-xxs__29VCK{padding-left:.25rem!important}.UserCard_m-r-xxs__Q2Vcj{margin-right:.25rem!important}.UserCard_p-r-xxs__1S7Du{padding-right:.25rem!important}.UserCard_m-x-xxs__3AGu0{margin-left:.25rem!important;margin-right:.25rem!important}.UserCard_p-x-xxs__1N9J_{padding-left:.25rem!important;padding-right:.25rem!important}.UserCard_m-y-xxs__2BmNE{margin-top:.25rem!important;margin-bottom:.25rem!important}.UserCard_p-y-xxs__oFZ-U{padding-top:.25rem!important;padding-bottom:.25rem!important}.UserCard_m-xxs__1K11R{margin:.25rem!important}.UserCard_p-xxs__28t7i{padding:.25rem!important}.UserCard_m-t-xs__1PsMc{margin-top:.5rem!important}.UserCard_p-t-xs__ZPTkA{padding-top:.5rem!important}.UserCard_m-b-xs__3p-8k{margin-bottom:.5rem!important}.UserCard_p-b-xs__nyHeh{padding-bottom:.5rem!important}.UserCard_m-l-xs__3bLU8{margin-left:.5rem!important}.UserCard_p-l-xs__ad_Dr{padding-left:.5rem!important}.UserCard_m-r-xs__3Bjrt{margin-right:.5rem!important}.UserCard_p-r-xs__2--gw{padding-right:.5rem!important}.UserCard_m-x-xs__1B-ty{margin-left:.5rem!important;margin-right:.5rem!important}.UserCard_p-x-xs__MPk5T{padding-left:.5rem!important;padding-right:.5rem!important}.UserCard_m-y-xs__3luSE{margin-top:.5rem!important;margin-bottom:.5rem!important}.UserCard_p-y-xs__16daJ{padding-top:.5rem!important;padding-bottom:.5rem!important}.UserCard_m-xs__1KUgh{margin:.5rem!important}.UserCard_p-xs__1YviM{padding:.5rem!important}.UserCard_m-t-s__3YlYs{margin-top:1rem!important}.UserCard_p-t-s__1oBRX{padding-top:1rem!important}.UserCard_m-b-s__3k19x{margin-bottom:1rem!important}.UserCard_p-b-s__3pp6V{padding-bottom:1rem!important}.UserCard_m-l-s__1hh5y{margin-left:1rem!important}.UserCard_p-l-s__1BP6M{padding-left:1rem!important}.UserCard_m-r-s__NhoP5{margin-right:1rem!important}.UserCard_p-r-s__3JwNt{padding-right:1rem!important}.UserCard_m-x-s__XSo9W{margin-left:1rem!important;margin-right:1rem!important}.UserCard_p-x-s__2ROAX{padding-left:1rem!important;padding-right:1rem!important}.UserCard_m-y-s__2KlXC{margin-top:1rem!important;margin-bottom:1rem!important}.UserCard_p-y-s__2nm1H{padding-top:1rem!important;padding-bottom:1rem!important}.UserCard_m-s__2s-W6{margin:1rem!important}.UserCard_p-s__1tN35{padding:1rem!important}.UserCard_m-t-m__1PUQZ{margin-top:1.5rem!important}.UserCard_p-t-m__2ZtZp{padding-top:1.5rem!important}.UserCard_m-b-m__382xL{margin-bottom:1.5rem!important}.UserCard_p-b-m__1B4aa{padding-bottom:1.5rem!important}.UserCard_m-l-m__25jH4{margin-left:1.5rem!important}.UserCard_p-l-m__3R6Od{padding-left:1.5rem!important}.UserCard_m-r-m__1fcTx{margin-right:1.5rem!important}.UserCard_p-r-m__PrC7u{padding-right:1.5rem!important}.UserCard_m-x-m__2TPQ5{margin-left:1.5rem!important;margin-right:1.5rem!important}.UserCard_p-x-m__npuqJ{padding-left:1.5rem!important;padding-right:1.5rem!important}.UserCard_m-y-m__3CJfs{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.UserCard_p-y-m__2bDPu{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.UserCard_m-m__3Zn87{margin:1.5rem!important}.UserCard_p-m__1TCWW{padding:1.5rem!important}.UserCard_m-t-l__1tRfY{margin-top:2rem!important}.UserCard_p-t-l__54gPI{padding-top:2rem!important}.UserCard_m-b-l__3cxLp{margin-bottom:2rem!important}.UserCard_p-b-l__2QmHQ{padding-bottom:2rem!important}.UserCard_m-l-l__1t1wX{margin-left:2rem!important}.UserCard_p-l-l__2J8xI{padding-left:2rem!important}.UserCard_m-r-l__1Ufz3{margin-right:2rem!important}.UserCard_p-r-l__3_59i{padding-right:2rem!important}.UserCard_m-x-l__3Q8_k{margin-left:2rem!important;margin-right:2rem!important}.UserCard_p-x-l__3QuzT{padding-left:2rem!important;padding-right:2rem!important}.UserCard_m-y-l__3fi_0{margin-top:2rem!important;margin-bottom:2rem!important}.UserCard_p-y-l__3HMFy{padding-top:2rem!important;padding-bottom:2rem!important}.UserCard_m-l__30cVr{margin:2rem!important}.UserCard_p-l__G66z-{padding:2rem!important}.UserCard_m-t-xl__27y_X{margin-top:3rem!important}.UserCard_p-t-xl__1ovXQ{padding-top:3rem!important}.UserCard_m-b-xl__Wvvyk{margin-bottom:3rem!important}.UserCard_p-b-xl__1W4wo{padding-bottom:3rem!important}.UserCard_m-l-xl__37r1A{margin-left:3rem!important}.UserCard_p-l-xl__Qg50e{padding-left:3rem!important}.UserCard_m-r-xl__2Rl3C{margin-right:3rem!important}.UserCard_p-r-xl__JrnM4{padding-right:3rem!important}.UserCard_m-x-xl__2vyn-{margin-left:3rem!important;margin-right:3rem!important}.UserCard_p-x-xl__33p9F{padding-left:3rem!important;padding-right:3rem!important}.UserCard_m-y-xl__FhwNP{margin-top:3rem!important;margin-bottom:3rem!important}.UserCard_p-y-xl__pFl-l{padding-top:3rem!important;padding-bottom:3rem!important}.UserCard_m-xl__1AqQm{margin:3rem!important}.UserCard_p-xl__1jxUT{padding:3rem!important}.UserCard_m-t-xxl__2ZAB4{margin-top:4rem!important}.UserCard_p-t-xxl__1rMrt{padding-top:4rem!important}.UserCard_m-b-xxl__2Ru0G{margin-bottom:4rem!important}.UserCard_p-b-xxl__3P04i{padding-bottom:4rem!important}.UserCard_m-l-xxl__3y6q6{margin-left:4rem!important}.UserCard_p-l-xxl__1-dvj{padding-left:4rem!important}.UserCard_m-r-xxl__2caGG{margin-right:4rem!important}.UserCard_p-r-xxl__6Vs-M{padding-right:4rem!important}.UserCard_m-x-xxl__3qWYe{margin-left:4rem!important;margin-right:4rem!important}.UserCard_p-x-xxl__1JcV2{padding-left:4rem!important;padding-right:4rem!important}.UserCard_m-y-xxl__cou6Y{margin-top:4rem!important;margin-bottom:4rem!important}.UserCard_p-y-xxl__3pk0S{padding-top:4rem!important;padding-bottom:4rem!important}.UserCard_m-xxl__2K_wH{margin:4rem!important}.UserCard_p-xxl__4QaUq{padding:4rem!important}.UserCard_no-padding__vVEMm{padding:0!important}.UserCard_no-padding--top__1i48W{padding-top:0!important}.UserCard_no-padding--left__zvQGF{padding-left:0!important}.UserCard_no-padding--bottom__11DVk{padding-bottom:0!important}.UserCard_no-padding--right__1uBOh{padding-right:0!important}.UserCard_no-margin__2PXBt{margin:0!important}.UserCard_no-margin--top__2jcE3{margin-top:0!important}.UserCard_no-margin--left__2WacO{margin-left:0!important}.UserCard_no-margin--bottom__28owr{margin-bottom:0!important}.UserCard_no-margin--right__249RH{margin-right:0!important}.UserCard_userCard__1rdTK{border-radius:20px;position:relative;height:200px;padding-top:90px;margin:80px 7px 44px}.UserCard_userCard__1rdTK.UserCard_light__3kcs6{background-color:#f4f5f6}.UserCard_userCard__1rdTK.UserCard_light__3kcs6 h3{color:#29394d}.UserCard_userCard__1rdTK.UserCard_dark__22Qp0{background-color:#3a4c62}.UserCard_userCard__1rdTK .UserCard_header__1sEYg{display:flex;flex-direction:column;align-items:center;color:#b2bcc6;justify-content:space-between;text-align:center;height:100%;margin:0 .75rem}.UserCard_userCard__1rdTK p{text-align:center}.UserCard_userCard__1rdTK .UserCard_profile__social-link__VrSg9:last-child{margin-right:0}.UserCard_userCard__1rdTK h3{font-size:1.125rem;margin:0;font-weight:700;color:#b2bcc6}.UserCard_userCard__1rdTK h4{font-size:.8rem;line-height:1rem;text-transform:uppercase;margin:.2rem 0 .3rem;display:flex;align-items:center;flex-direction:column;text-align:center}.UserCard_userCard__1rdTK h5{color:#18a0fb;font-weight:500;font-size:.875rem;line-height:1.25rem;text-transform:uppercase;padding:.875rem 0;margin:0;width:100%;text-align:center;border-top:1px solid rgba(109,127,146,.1)}.UserCard_userCard__1rdTK h5>span>span{margin-left:.5rem;color:#b2bcc6}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc{position:absolute;top:18px;left:2px;font-size:1.7rem;background-color:#fff;height:2.2rem;width:2.05rem;border-radius:50%;color:#6d7f92;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc path{fill:#6d7f92}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc.UserCard_active__3byjE{background:#18a0fb}.UserCard_userCard__1rdTK .UserCard_check__Dhfmc.UserCard_active__3byjE path{transition:all .3s ease-in-out;fill:#fff}.UserCard_userCard__1rdTK .UserCard_loading-bar__1_di_{background-color:#18a0fb;background:linear-gradient(90deg,#30609b,#18a0fb,#7cb5f9);box-shadow:0 0 10px rgba(119,182,255,.7);height:.2rem;position:fixed;z-index:2}.UserCard_userCard__1rdTK .UserCard_emptyAvatar__3toat{background:linear-gradient(to bottom right,#ddd,#ccc,#c5c5c5,#bbb,#b5b5b5,#aaa);display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px 1px rgba(44,43,63,.1),0 0 0 1px rgba(44,43,63,.13)}.UserCard_userCard__1rdTK .UserCard_emptyAvatar__3toat span{color:#fff;font-size:2rem;font-weight:700}.UserCard_avatar__22xhF{cursor:pointer;opacity:.9;background-color:#eee;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-size:cover;background-position:50%;width:160px;height:160px;margin-bottom:1rem}.UserCard_avatar__22xhF.UserCard_selected__1CXK3,.UserCard_avatar__22xhF:hover{opacity:1}.UserCard_avatar__22xhF:after,.UserCard_avatar__22xhF:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:100%;z-index:0}.UserCard_avatar__22xhF:before{border:.2rem solid #fff}.UserCard_avatar__22xhF.UserCard_selected__1CXK3:before{border-top-color:#18a0fb;border-right-color:#18a0fb;border-bottom-color:#18a0fb;transition:border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s}.UserCard_avatar__22xhF:after{border:0 solid transparent}.UserCard_avatar__22xhF.UserCard_selected__1CXK3:after{border-top:.2rem solid #18a0fb;border-left-width:.2rem;border-right-width:.2rem;transform:rotate(255deg);transition:transform .4s linear 0s,border-left-width 0s linear .35s}.UserCard_avatar__22xhF .UserCard_updateButton__3Q5LO,.UserCard_avatar__22xhF span{transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-webkit-transition:opacity 1s ease-in-out}.UserCard_avatar__22xhF .UserCard_updateButton__3Q5LO{position:absolute;top:42%;left:44%;cursor:pointer;z-index:99;opacity:0}.UserCard_avatar__22xhF .UserCard_updateButton__3Q5LO i.UserCard_icon__2R0E0{color:#fff;font-size:25px;font-weight:700}.UserCard_avatar__22xhF.UserCard_editAvatar__QvG7Q:hover .UserCard_updateButton__3Q5LO{opacity:1}.UserCard_avatar__22xhF.UserCard_editAvatar__QvG7Q:hover span{opacity:0}.UserCard_extraInfos__1Jwy7{z-index:100;position:absolute;bottom:20px;right:-2px;border:1.6px solid #ccc;height:2.5rem;width:2.5rem;cursor:pointer;background-color:#fff;border-radius:5rem;display:flex;justify-content:center;align-items:center}.UserCard_extraInfos__logo__2cuKy{width:2rem;height:2rem;background-size:cover;border-radius:5rem}.UserCard_extraInfos__1Jwy7 i{font-size:1.5rem;color:#ccc}.EventCard_m-t-xxs__2v56F{margin-top:.25rem!important}.EventCard_p-t-xxs__9Hn7v{padding-top:.25rem!important}.EventCard_m-b-xxs__1Bi1K{margin-bottom:.25rem!important}.EventCard_p-b-xxs__1U9iP{padding-bottom:.25rem!important}.EventCard_m-l-xxs__2xOnq{margin-left:.25rem!important}.EventCard_p-l-xxs__3Tzrj{padding-left:.25rem!important}.EventCard_m-r-xxs__Bzmc3{margin-right:.25rem!important}.EventCard_p-r-xxs__rwbGw{padding-right:.25rem!important}.EventCard_m-x-xxs__35ffS{margin-left:.25rem!important;margin-right:.25rem!important}.EventCard_p-x-xxs__262wZ{padding-left:.25rem!important;padding-right:.25rem!important}.EventCard_m-y-xxs__2kDXA{margin-top:.25rem!important;margin-bottom:.25rem!important}.EventCard_p-y-xxs__1EyMC{padding-top:.25rem!important;padding-bottom:.25rem!important}.EventCard_m-xxs__1FGAc{margin:.25rem!important}.EventCard_p-xxs__3Uu50{padding:.25rem!important}.EventCard_m-t-xs__2hx3e{margin-top:.5rem!important}.EventCard_p-t-xs__NGJHs{padding-top:.5rem!important}.EventCard_m-b-xs__x6Biu{margin-bottom:.5rem!important}.EventCard_p-b-xs__3KyCV{padding-bottom:.5rem!important}.EventCard_m-l-xs__2HBqu{margin-left:.5rem!important}.EventCard_p-l-xs__3ilgn{padding-left:.5rem!important}.EventCard_m-r-xs__1lBHU{margin-right:.5rem!important}.EventCard_p-r-xs__1sW4J{padding-right:.5rem!important}.EventCard_m-x-xs__18jfS{margin-left:.5rem!important;margin-right:.5rem!important}.EventCard_p-x-xs__2JR3N{padding-left:.5rem!important;padding-right:.5rem!important}.EventCard_m-y-xs__2vUA_{margin-top:.5rem!important;margin-bottom:.5rem!important}.EventCard_p-y-xs__3R7oi{padding-top:.5rem!important;padding-bottom:.5rem!important}.EventCard_m-xs__2BDLK{margin:.5rem!important}.EventCard_p-xs__osFp0{padding:.5rem!important}.EventCard_m-t-s__34293{margin-top:1rem!important}.EventCard_p-t-s__2EVqZ{padding-top:1rem!important}.EventCard_m-b-s__2R4yk{margin-bottom:1rem!important}.EventCard_p-b-s__2pC_y{padding-bottom:1rem!important}.EventCard_m-l-s__2MIA8{margin-left:1rem!important}.EventCard_p-l-s__3Qfs7{padding-left:1rem!important}.EventCard_m-r-s__39Qze{margin-right:1rem!important}.EventCard_p-r-s__lVokK{padding-right:1rem!important}.EventCard_m-x-s__2Ozz7{margin-left:1rem!important;margin-right:1rem!important}.EventCard_p-x-s__15FtZ{padding-left:1rem!important;padding-right:1rem!important}.EventCard_m-y-s__2dfju{margin-top:1rem!important;margin-bottom:1rem!important}.EventCard_p-y-s__lfRPA{padding-top:1rem!important;padding-bottom:1rem!important}.EventCard_m-s__3m594{margin:1rem!important}.EventCard_p-s__1pG1n{padding:1rem!important}.EventCard_m-t-m__1t9L_{margin-top:1.5rem!important}.EventCard_p-t-m__3HqxG{padding-top:1.5rem!important}.EventCard_m-b-m__3fF33{margin-bottom:1.5rem!important}.EventCard_p-b-m__1auBN{padding-bottom:1.5rem!important}.EventCard_m-l-m__3GOng{margin-left:1.5rem!important}.EventCard_p-l-m__amsJr{padding-left:1.5rem!important}.EventCard_m-r-m__36B4F{margin-right:1.5rem!important}.EventCard_p-r-m__2qWuI{padding-right:1.5rem!important}.EventCard_m-x-m__1eJPE{margin-left:1.5rem!important;margin-right:1.5rem!important}.EventCard_p-x-m__3xgXk{padding-left:1.5rem!important;padding-right:1.5rem!important}.EventCard_m-y-m__g7wYf{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.EventCard_p-y-m__1PAbe{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.EventCard_m-m__1luZH{margin:1.5rem!important}.EventCard_p-m__1HnQ6{padding:1.5rem!important}.EventCard_m-t-l__59InD{margin-top:2rem!important}.EventCard_p-t-l__1h_KV{padding-top:2rem!important}.EventCard_m-b-l__3x_5j{margin-bottom:2rem!important}.EventCard_p-b-l__2GSjw{padding-bottom:2rem!important}.EventCard_m-l-l__7QjaC{margin-left:2rem!important}.EventCard_p-l-l__25ASn{padding-left:2rem!important}.EventCard_m-r-l__2CufQ{margin-right:2rem!important}.EventCard_p-r-l__2Mxu6{padding-right:2rem!important}.EventCard_m-x-l__byWeJ{margin-left:2rem!important;margin-right:2rem!important}.EventCard_p-x-l__CJVe6{padding-left:2rem!important;padding-right:2rem!important}.EventCard_m-y-l__CMmsv{margin-top:2rem!important;margin-bottom:2rem!important}.EventCard_p-y-l__2O2Z3{padding-top:2rem!important;padding-bottom:2rem!important}.EventCard_m-l__3hXJz{margin:2rem!important}.EventCard_p-l__3RqH8{padding:2rem!important}.EventCard_m-t-xl__3EFxe{margin-top:3rem!important}.EventCard_p-t-xl__1eNJH{padding-top:3rem!important}.EventCard_m-b-xl__Oi-_K{margin-bottom:3rem!important}.EventCard_p-b-xl__zGyPy{padding-bottom:3rem!important}.EventCard_m-l-xl__1BxoR{margin-left:3rem!important}.EventCard_p-l-xl__yTiIO{padding-left:3rem!important}.EventCard_m-r-xl__1jR8y{margin-right:3rem!important}.EventCard_p-r-xl__35OFz{padding-right:3rem!important}.EventCard_m-x-xl__3-4sk{margin-left:3rem!important;margin-right:3rem!important}.EventCard_p-x-xl__2AiPT{padding-left:3rem!important;padding-right:3rem!important}.EventCard_m-y-xl__3qzZp{margin-top:3rem!important;margin-bottom:3rem!important}.EventCard_p-y-xl__nXC8Q{padding-top:3rem!important;padding-bottom:3rem!important}.EventCard_m-xl__2j3bm{margin:3rem!important}.EventCard_p-xl__3vNKB{padding:3rem!important}.EventCard_m-t-xxl__dQeQr{margin-top:4rem!important}.EventCard_p-t-xxl__3GpyM{padding-top:4rem!important}.EventCard_m-b-xxl__2yrDV{margin-bottom:4rem!important}.EventCard_p-b-xxl__lLmia{padding-bottom:4rem!important}.EventCard_m-l-xxl__-R4ic{margin-left:4rem!important}.EventCard_p-l-xxl__3aZQ0{padding-left:4rem!important}.EventCard_m-r-xxl__mRp2F{margin-right:4rem!important}.EventCard_p-r-xxl__2nkLa{padding-right:4rem!important}.EventCard_m-x-xxl__2JFnM{margin-left:4rem!important;margin-right:4rem!important}.EventCard_p-x-xxl__12z4d{padding-left:4rem!important;padding-right:4rem!important}.EventCard_m-y-xxl__1H4W-{margin-top:4rem!important;margin-bottom:4rem!important}.EventCard_p-y-xxl__340L2{padding-top:4rem!important;padding-bottom:4rem!important}.EventCard_m-xxl__37BOT{margin:4rem!important}.EventCard_p-xxl__1z2ma{padding:4rem!important}.EventCard_no-padding__1KY_C{padding:0!important}.EventCard_no-padding--top__4wnGi{padding-top:0!important}.EventCard_no-padding--left__38McM{padding-left:0!important}.EventCard_no-padding--bottom__60rDd{padding-bottom:0!important}.EventCard_no-padding--right__14QRn{padding-right:0!important}.EventCard_no-margin__1ZjDB{margin:0!important}.EventCard_no-margin--top__25ymA{margin-top:0!important}.EventCard_no-margin--left__12jAz{margin-left:0!important}.EventCard_no-margin--bottom__15sPu{margin-bottom:0!important}.EventCard_no-margin--right__29UJH{margin-right:0!important}.EventCard_event__3m_tz{height:25.25rem;font-size:.75rem;border-radius:5px;padding:.688rem;background:#fff;color:#29394d;border:1px solid #f1f2f4}.EventCard_event__3m_tz h3{font-size:1rem;font-weight:500;height:2.75rem;overflow:hidden;margin-bottom:.25rem;text-align:left}.EventCard_event__3m_tz p{margin:0}.EventCard_event__3m_tz h4{font-size:.75rem;color:#6d7f92;margin-bottom:.829rem;font-weight:400}.EventCard_event__3m_tz.EventCard_fromCycle__6aDAF h3{margin-bottom:.5rem}.EventCard_event__3m_tz.EventCard_fromCycle__6aDAF .EventCard_controls__3Ca32{margin-top:1.625rem}.EventCard_event__3m_tz.EventCard_mine__2ZYXa{background:#edfaf5;border-color:#dcf5ec}.EventCard_event__3m_tz.EventCard_mine__2ZYXa h3{margin-bottom:1rem}.EventCard_event__3m_tz.EventCard_mine__2ZYXa h4{margin-bottom:.5rem}.EventCard_event__3m_tz.EventCard_mine__2ZYXa .EventCard_infos__3lOCG{height:auto;margin-bottom:1.625rem}.EventCard_expert__I2BhQ{height:100%}.EventCard_expert__I2BhQ h3{height:-moz-fit-content;height:fit-content;font-size:1rem;font-weight:500;text-align:left;margin-bottom:1.375rem}.EventCard_expert__I2BhQ .EventCard_infos__3lOCG{margin-bottom:0;margin-top:1.125rem}.EventCard_expert__I2BhQ .EventCard_speaker__1aOwG{margin-top:auto}.EventCard_noMargin__3OfLk{margin-left:0}.EventCard_eventContent__HjSkZ{height:100%;display:flex;flex-direction:column}.EventCard_banner__3smHl{width:100%;height:8.75rem;background-size:cover;background-repeat:no-repeat;border-radius:5px;display:flex;position:relative}.EventCard_actions__Up3gW{padding:0 .5rem;display:flex;align-items:center;position:relative;top:-11px}.EventCard_actions__Up3gW .EventCard_btn__2UNo2{width:9.25rem;height:2rem;border-radius:4px;box-shadow:0 4px 10px rgba(41,57,77,.1);color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center}.EventCard_actions__Up3gW .EventCard_btn__2UNo2.EventCard_blue__1VNNa{background-color:#18a0fb}.EventCard_actions__Up3gW .EventCard_btn__2UNo2.EventCard_expiresBtn__390ko{background-color:#fb1e5b}.EventCard_eventType__3LMPn{background-color:#fff;padding:0 1rem;height:1.375rem;display:flex;justify-content:center;align-items:center;margin-right:.25rem;border-radius:5px;font-size:.75rem;font-weight:500}.EventCard_eventType__3LMPn .EventCard_barred__23qzV{position:relative;margin-left:.5rem}.EventCard_eventType__3LMPn .EventCard_barred__23qzV:after{position:absolute;content:"";width:100%;height:2px;border-radius:2px;background:#fe3745;top:40%;left:0;transform:rotate(-25deg)}.EventCard_infos__3lOCG{margin-bottom:1.25rem;font-size:.75rem}.EventCard_infos__3lOCG li{display:flex;margin-top:.313rem}.EventCard_infos__3lOCG li:first-child{margin-top:0}.EventCard_infos__3lOCG li span{line-height:1.25}.EventCard_infos__3lOCG i{margin-right:.5rem;font-size:.875rem;display:flex;margin-top:.125rem}.EventCard_infos__3lOCG .EventCard_pending__6PCLE{width:10px;height:10px;border-radius:50%;background:#fe3745;box-shadow:0 0 2px 2px rgba(254,55,69,.3)}.EventCard_communityLogo__TJoqu{margin:.5rem;width:3.5rem;height:2.25rem;background-color:hsla(0,0%,100%,.85);border:1px solid #f1f2f4;border-radius:5px;padding:.2rem}.EventCard_communityLogo__TJoqu span{background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:100%;display:flex}.EventCard_controls__3Ca32{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.EventCard_controls__3Ca32 a{width:49%}.EventCard_btn__2UNo2{height:2rem;display:flex;align-items:center;justify-content:center;font-weight:500;border-radius:5px}.EventCard_btnPrimary__3rV6H{color:#fff!important;background-color:#06d9b1}.EventCard_btnPrimary__3rV6H:hover{background-color:#02af8e}.EventCard_btnSecondary__2ddsc{color:#6d7f92!important;background-color:#f1f2f4}.EventCard_btnSecondary__2ddsc:hover{background-color:#d8dde2}.EventCard_btnBlue__3e4al{color:#fff!important;background-color:#18a0fb}.EventCard_btnBlue__3e4al:hover{background-color:#0980cf}.EventCard_btnBlue__3e4al i{margin-right:.5rem}.EventCard_btn100__1OjAF{width:100%!important}.EventCard_lable__2afDR{display:flex;justify-content:center;align-items:center;height:26px;padding:0 .75rem;background:#18a0fb;border-radius:50px;font-size:.75rem;font-weight:400;color:#fff;position:absolute;bottom:1rem;right:.5rem}.EventCard_lable__2afDR i{margin-right:.5rem}.EventCard_bagde__1v3gd{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:.25rem;right:.25rem;width:36px;height:44px;display:flex;align-items:center;justify-content:center}.EventCard_dark_mode__2PETt{background-color:#3c4e64;color:#fff;border:1px solid #3c4e64}.EventCard_dark_mode__2PETt .EventCard_eventType__3LMPn{background-color:#3c4e64}.EventCard_dark_mode__2PETt h3{color:#fff}.ModalConfirm_m-t-xxs__1MEBF{margin-top:.25rem!important}.ModalConfirm_p-t-xxs__-WQTm{padding-top:.25rem!important}.ModalConfirm_m-b-xxs__1qjsv{margin-bottom:.25rem!important}.ModalConfirm_p-b-xxs__2Ew3P{padding-bottom:.25rem!important}.ModalConfirm_m-l-xxs__RHs61{margin-left:.25rem!important}.ModalConfirm_p-l-xxs__1DjAy{padding-left:.25rem!important}.ModalConfirm_m-r-xxs__2jFKJ{margin-right:.25rem!important}.ModalConfirm_p-r-xxs__zK2_O{padding-right:.25rem!important}.ModalConfirm_m-x-xxs__gJJb-{margin-left:.25rem!important;margin-right:.25rem!important}.ModalConfirm_p-x-xxs__333ai{padding-left:.25rem!important;padding-right:.25rem!important}.ModalConfirm_m-y-xxs__Jv2FI{margin-top:.25rem!important;margin-bottom:.25rem!important}.ModalConfirm_p-y-xxs__2pc_X{padding-top:.25rem!important;padding-bottom:.25rem!important}.ModalConfirm_m-xxs__3hebz{margin:.25rem!important}.ModalConfirm_p-xxs__mTVv2{padding:.25rem!important}.ModalConfirm_m-t-xs__1K1Ku{margin-top:.5rem!important}.ModalConfirm_p-t-xs__2dXIA{padding-top:.5rem!important}.ModalConfirm_m-b-xs__2iBDN{margin-bottom:.5rem!important}.ModalConfirm_p-b-xs__1q9Qg{padding-bottom:.5rem!important}.ModalConfirm_m-l-xs__3eKFG{margin-left:.5rem!important}.ModalConfirm_p-l-xs__jT_7n{padding-left:.5rem!important}.ModalConfirm_m-r-xs__cdORS{margin-right:.5rem!important}.ModalConfirm_p-r-xs__3dIHs{padding-right:.5rem!important}.ModalConfirm_m-x-xs___QN_J{margin-left:.5rem!important;margin-right:.5rem!important}.ModalConfirm_p-x-xs__3taZa{padding-left:.5rem!important;padding-right:.5rem!important}.ModalConfirm_m-y-xs__27jVB{margin-top:.5rem!important;margin-bottom:.5rem!important}.ModalConfirm_p-y-xs__cxw2v{padding-top:.5rem!important;padding-bottom:.5rem!important}.ModalConfirm_m-xs__3kdCS{margin:.5rem!important}.ModalConfirm_p-xs__3tsgF{padding:.5rem!important}.ModalConfirm_m-t-s__Xy1ws{margin-top:1rem!important}.ModalConfirm_p-t-s__1zOK_{padding-top:1rem!important}.ModalConfirm_m-b-s__2rz59{margin-bottom:1rem!important}.ModalConfirm_p-b-s__1OaD5{padding-bottom:1rem!important}.ModalConfirm_m-l-s__2tVzs{margin-left:1rem!important}.ModalConfirm_p-l-s__1u3P0{padding-left:1rem!important}.ModalConfirm_m-r-s__2mcl3{margin-right:1rem!important}.ModalConfirm_p-r-s__3NjsX{padding-right:1rem!important}.ModalConfirm_m-x-s__lxF6f{margin-left:1rem!important;margin-right:1rem!important}.ModalConfirm_p-x-s__dHb9a{padding-left:1rem!important;padding-right:1rem!important}.ModalConfirm_m-y-s__3rapb{margin-top:1rem!important;margin-bottom:1rem!important}.ModalConfirm_p-y-s__1v-qK{padding-top:1rem!important;padding-bottom:1rem!important}.ModalConfirm_m-s__1rTUM{margin:1rem!important}.ModalConfirm_p-s__2l43S{padding:1rem!important}.ModalConfirm_m-t-m__2QxWy{margin-top:1.5rem!important}.ModalConfirm_p-t-m__3WYqd{padding-top:1.5rem!important}.ModalConfirm_m-b-m__2G0UC{margin-bottom:1.5rem!important}.ModalConfirm_p-b-m__nbIfe{padding-bottom:1.5rem!important}.ModalConfirm_m-l-m__3173R{margin-left:1.5rem!important}.ModalConfirm_p-l-m__Msd4z{padding-left:1.5rem!important}.ModalConfirm_m-r-m__15p4e{margin-right:1.5rem!important}.ModalConfirm_p-r-m__3do_x{padding-right:1.5rem!important}.ModalConfirm_m-x-m__lyF4r{margin-left:1.5rem!important;margin-right:1.5rem!important}.ModalConfirm_p-x-m__2ICX-{padding-left:1.5rem!important;padding-right:1.5rem!important}.ModalConfirm_m-y-m__3gPLp{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.ModalConfirm_p-y-m__2nUcZ{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.ModalConfirm_m-m__3LnSC{margin:1.5rem!important}.ModalConfirm_p-m__34671{padding:1.5rem!important}.ModalConfirm_m-t-l__3pIX_{margin-top:2rem!important}.ModalConfirm_p-t-l__2xx63{padding-top:2rem!important}.ModalConfirm_m-b-l__3MQSN{margin-bottom:2rem!important}.ModalConfirm_p-b-l__3nNJF{padding-bottom:2rem!important}.ModalConfirm_m-l-l__1_lSo{margin-left:2rem!important}.ModalConfirm_p-l-l__3jwoA{padding-left:2rem!important}.ModalConfirm_m-r-l__3mrEi{margin-right:2rem!important}.ModalConfirm_p-r-l__3Lo-n{padding-right:2rem!important}.ModalConfirm_m-x-l__3JRUH{margin-left:2rem!important;margin-right:2rem!important}.ModalConfirm_p-x-l__35nL5{padding-left:2rem!important;padding-right:2rem!important}.ModalConfirm_m-y-l__Tl1TD{margin-top:2rem!important;margin-bottom:2rem!important}.ModalConfirm_p-y-l__35C-7{padding-top:2rem!important;padding-bottom:2rem!important}.ModalConfirm_m-l__1Y-5-{margin:2rem!important}.ModalConfirm_p-l__dr4gm{padding:2rem!important}.ModalConfirm_m-t-xl__2ILTD{margin-top:3rem!important}.ModalConfirm_p-t-xl__2e63w{padding-top:3rem!important}.ModalConfirm_m-b-xl__3f5lR{margin-bottom:3rem!important}.ModalConfirm_p-b-xl__ly7iX{padding-bottom:3rem!important}.ModalConfirm_m-l-xl__mit14{margin-left:3rem!important}.ModalConfirm_p-l-xl__3LDlP{padding-left:3rem!important}.ModalConfirm_m-r-xl__20HXc{margin-right:3rem!important}.ModalConfirm_p-r-xl__3Lz5e{padding-right:3rem!important}.ModalConfirm_m-x-xl__1y-aj{margin-left:3rem!important;margin-right:3rem!important}.ModalConfirm_p-x-xl__25DoY{padding-left:3rem!important;padding-right:3rem!important}.ModalConfirm_m-y-xl__3F9rR{margin-top:3rem!important;margin-bottom:3rem!important}.ModalConfirm_p-y-xl__2ryM2{padding-top:3rem!important;padding-bottom:3rem!important}.ModalConfirm_m-xl__1eP8m{margin:3rem!important}.ModalConfirm_p-xl__2NsBu{padding:3rem!important}.ModalConfirm_m-t-xxl__3xZvt{margin-top:4rem!important}.ModalConfirm_p-t-xxl__15r7W{padding-top:4rem!important}.ModalConfirm_m-b-xxl__uN-VV{margin-bottom:4rem!important}.ModalConfirm_p-b-xxl__2iqMQ{padding-bottom:4rem!important}.ModalConfirm_m-l-xxl__1YOtu{margin-left:4rem!important}.ModalConfirm_p-l-xxl__2tUis{padding-left:4rem!important}.ModalConfirm_m-r-xxl__3QBYR{margin-right:4rem!important}.ModalConfirm_p-r-xxl__1ZslX{padding-right:4rem!important}.ModalConfirm_m-x-xxl__2t6d2{margin-left:4rem!important;margin-right:4rem!important}.ModalConfirm_p-x-xxl__1hhlP{padding-left:4rem!important;padding-right:4rem!important}.ModalConfirm_m-y-xxl__3oOg7{margin-top:4rem!important;margin-bottom:4rem!important}.ModalConfirm_p-y-xxl__jUi5a{padding-top:4rem!important;padding-bottom:4rem!important}.ModalConfirm_m-xxl__2Csqm{margin:4rem!important}.ModalConfirm_p-xxl__3DsvG{padding:4rem!important}.ModalConfirm_no-padding__1xN9l{padding:0!important}.ModalConfirm_no-padding--top__jGeyo{padding-top:0!important}.ModalConfirm_no-padding--left__cSTig{padding-left:0!important}.ModalConfirm_no-padding--bottom__3v6pJ{padding-bottom:0!important}.ModalConfirm_no-padding--right__2-Wfx{padding-right:0!important}.ModalConfirm_no-margin__vNg4T{margin:0!important}.ModalConfirm_no-margin--top__16fN-{margin-top:0!important}.ModalConfirm_no-margin--left__3d9TD{margin-left:0!important}.ModalConfirm_no-margin--bottom__2umFT{margin-bottom:0!important}.ModalConfirm_no-margin--right__2yV3m{margin-right:0!important}.ModalConfirm_modalOverlay__2jX55{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;background-color:rgba(41,57,77,.4)}.ModalConfirm_modalContent__3Gjhu{position:absolute;top:0;left:0;right:0;bottom:0;border:none;background:transparent;border-radius:4px;outline:none;padding:0;display:flex;justify-content:center;align-items:center}.ModalConfirm_modalContentAfterOpen__bRgig .ModalConfirm_confirm__35WkV{top:0;opacity:1}.ModalConfirm_modalContentBeforeClose__35cd5 .ModalConfirm_confirm__35WkV{top:50%;opacity:0}.ModalConfirm_confirm__35WkV{position:relative;top:50%;width:632px;max-width:90%;height:307px;opacity:0;background:#f8f9fa;box-shadow:0 0 10px rgba(41,57,77,.25);border-radius:5px;transition:all .2s ease-in-out}.ModalConfirm_close__1gVK0{position:absolute;top:-18px;right:-18px;height:36px;width:36px;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:1;color:#3c4e64;background:#fff;border:1px solid #f1f2f4;border-radius:50%}.ModalConfirm_header__M1cCW{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:60px;border-radius:5px 5px 0 0;font-size:22px;line-height:26px}.ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{position:absolute;bottom:-45px;right:50%;transform:translateX(50%);width:90px;height:45px;border-top:none!important;border-bottom-left-radius:45px;border-bottom-right-radius:45px;display:flex;align-items:flex-start;justify-content:center}.ModalConfirm_body__1Mr-S{width:100%;height:152px;padding:82px 20px 20px;border-bottom:1px solid #f1f2f4;font-size:18px;line-height:21px;color:#29394d;text-align:center}.ModalConfirm_body__1Mr-S.ModalConfirm_with_switch__2NqW3{padding:73px 20px 20px}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf{display:flex;align-items:center;padding-left:34%;padding-right:34%}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_itemLabel__3j0V4{font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-transform:capitalize;margin-right:auto;margin-bottom:20px;margin-top:15px}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa{position:absolute;opacity:0}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa+div{vertical-align:middle;transition-duration:.4s;transition-property:background-color,box-shadow;cursor:pointer;width:40px;height:16px;background-color:#dbe0e5;border-radius:20px}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa+div>div{position:relative;top:-25%;left:0;width:24px;height:24px;background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px rgba(41,57,77,.1);transition-timing-function:cubic-bezier(1,0,0,1);transition-duration:.4s;transition-property:transform,background-color;pointer-events:none}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa:checked+div{background-color:#c7e8fe}.ModalConfirm_body__1Mr-S .ModalConfirm_item__3HSbf .ModalConfirm_switch__2TyXa:checked+div>div{background-color:#18a0fb;transform:translate3d(16px,0,0)}.ModalConfirm_footer__3GRCS{display:flex;align-items:center;justify-content:center;width:100%;height:95px}.ModalConfirm_deleting__3vgrz,.ModalConfirm_no__mG2tQ,.ModalConfirm_yes__44qeg{display:flex;align-items:center;justify-content:center;height:44px;border:0;border-radius:5px;font-weight:500;font-size:16px;line-height:19px;text-transform:uppercase;color:#fff;cursor:pointer;transition:opacity .3s ease-in-out}.ModalConfirm_deleting__3vgrz:hover,.ModalConfirm_no__mG2tQ:hover,.ModalConfirm_yes__44qeg:hover{opacity:.8}.ModalConfirm_no__mG2tQ{width:126px;background:rgba(109,127,146,.6);margin-right:10px}.ModalConfirm_deleting__3vgrz,.ModalConfirm_yes__44qeg{width:294px}.ModalConfirm_delete__2V8bw .ModalConfirm_header__M1cCW{color:#f4515d;background:#fff5f6;border-bottom:1px solid #ffdbdd}.ModalConfirm_delete__2V8bw .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#fff5f6;border:1px solid #ffdbdd}.ModalConfirm_delete__2V8bw .ModalConfirm_deleting__3vgrz,.ModalConfirm_delete__2V8bw .ModalConfirm_yes__44qeg{background-color:#ff636e}.ModalConfirm_publish__3kLl5 .ModalConfirm_header__M1cCW{color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}.ModalConfirm_publish__3kLl5 .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f3faff;border:1px solid #c7e8fe}.ModalConfirm_publish__3kLl5 .ModalConfirm_deleting__3vgrz,.ModalConfirm_publish__3kLl5 .ModalConfirm_yes__44qeg{background-color:#2495e1}.ModalConfirm_send__3qHbC .ModalConfirm_header__M1cCW{color:#02af8e;background:#f1fbf9;border-bottom:1px solid #c7e8fe}.ModalConfirm_send__3qHbC .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f1fbf9;border:1px solid rgba(98,222,176,.3)}.ModalConfirm_send__3qHbC .ModalConfirm_deleting__3vgrz,.ModalConfirm_send__3qHbC .ModalConfirm_yes__44qeg{background-color:#06d9b1}.ModalConfirm_duplicate__3xSMy .ModalConfirm_header__M1cCW{color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}.ModalConfirm_duplicate__3xSMy .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f3faff;border:1px solid #c7e8fe}.ModalConfirm_duplicate__3xSMy .ModalConfirm_deleting__3vgrz,.ModalConfirm_duplicate__3xSMy .ModalConfirm_yes__44qeg{background-color:#2495e1}.ModalConfirm_return__3xl1q .ModalConfirm_header__M1cCW{color:#f4515d;background:#fff5f6;border-bottom:1px solid #ffdbdd}.ModalConfirm_return__3xl1q .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#fff5f6;border:1px solid #ffdbdd}.ModalConfirm_return__3xl1q .ModalConfirm_deleting__3vgrz,.ModalConfirm_return__3xl1q .ModalConfirm_yes__44qeg{background-color:#ff636e}.ModalConfirm_share__221ER .ModalConfirm_header__M1cCW{color:#02af8e;background:#f1fbf9;border-bottom:1px solid #c7e8fe}.ModalConfirm_share__221ER .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f1fbf9;border:1px solid rgba(98,222,176,.3)}.ModalConfirm_share__221ER .ModalConfirm_deleting__3vgrz,.ModalConfirm_share__221ER .ModalConfirm_yes__44qeg{background-color:#06d9b1}.ModalConfirm_add__1Luid .ModalConfirm_header__M1cCW{color:#2495e1;background:#f3faff;border-bottom:1px solid #c7e8fe}.ModalConfirm_add__1Luid .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#f3faff;border:1px solid #c7e8fe}.ModalConfirm_add__1Luid .ModalConfirm_deleting__3vgrz,.ModalConfirm_add__1Luid .ModalConfirm_yes__44qeg{background-color:#2495e1}.ModalConfirm_privatize__270xv .ModalConfirm_header__M1cCW{color:#ff7f3f;background:#fff5f6;border-bottom:1px solid #ffdbdd}.ModalConfirm_privatize__270xv .ModalConfirm_header__M1cCW .ModalConfirm_icon__3h_Sx{background:#fff5f6;border:1px solid #ffdbdd}.ModalConfirm_privatize__270xv .ModalConfirm_deleting__3vgrz,.ModalConfirm_privatize__270xv .ModalConfirm_yes__44qeg{background-color:rgba(255,127,63,.639)}.ModalConfirm_deleting__3vgrz{cursor:not-allowed}.ModalConfirm_deleting__3vgrz:hover{opacity:1}@media screen and (max-width:39.9375em){.ModalConfirm_body__1Mr-S,.ModalConfirm_footer__3GRCS{padding-left:1rem;padding-right:1rem}}.Switch_ttp-switch__2vgdb{position:absolute;opacity:0}.Switch_ttp-switch__2vgdb+div{vertical-align:middle;transition-duration:.4s;transition-property:background-color,box-shadow;cursor:pointer;width:40px;height:16px;background-color:#dbe0e5;border-radius:20px}.Switch_ttp-switch__2vgdb+div>div{position:relative;top:-25%;left:0;width:24px;height:24px;background:#b6bfc8;border:1px solid #fff;border-radius:50%;box-shadow:0 4px 10px rgba(41,57,77,.1);transition-timing-function:cubic-bezier(1,0,0,1);transition-duration:.4s;transition-property:transform,background-color;pointer-events:none}.Switch_ttp-switch__2vgdb+div span{position:absolute;font-size:1.6rem;color:#fff;margin-top:12px}.Switch_ttp-switch__2vgdb+div span:first-child{margin-left:15px}.Switch_ttp-switch__2vgdb+div span :nth-child(2){margin-left:55px}.Switch_ttp-switch__2vgdb:checked+div{background-color:#c7e8fe}.Switch_ttp-switch__2vgdb:checked+div>div{background-color:#18a0fb;transform:translate3d(16px,0,0)}.CookieConsent_container__24hif{position:fixed;z-index:9999;bottom:24px;left:24px;max-width:500px;padding:18px;border-radius:9px;background:#fff;box-shadow:0 0 10px 5px rgba(41,57,77,.1);font-family:Roboto}.CookieConsent_container_active__gx-Bj{max-width:800px}.CookieConsent_container__24hif .CookieConsent_title__3J-Fz{font-weight:500;color:#29394d;font-size:1.2rem}.CookieConsent_container__24hif .CookieConsent_text__3M0EC{font-size:14px;margin:1rem 0;color:#8d8d8d}.CookieConsent_container__24hif .CookieConsent_text__3M0EC p{text-align:left}.CookieConsent_container__24hif .CookieConsent_info__3DbyA{display:none;transition:all 1s;margin:1.5rem 0 1rem}.CookieConsent_container__24hif .CookieConsent_info_active__1Tq7a{display:block}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU{overflow:scroll;max-height:400px}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section__F_GhE p{text-align:left;margin:0}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section_header__1pUhb{position:relative;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section_header__1pUhb h2{font-size:1.125rem;font-weight:500;color:#29394d}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section_header__1pUhb .CookieConsent_disable__1rwxW{position:absolute;height:100%;width:100px;top:0;right:0;background-color:hsla(0,0%,100%,.553)}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU .CookieConsent_section__F_GhE .CookieConsent_description__1vm0t{font-size:.875rem;line-height:1.25rem;padding:0 1.5rem}.CookieConsent_container__24hif .CookieConsent_actions__2TH7v{display:flex;align-items:center}.CookieConsent_container__24hif .CookieConsent_button__1GM-h{border:1px solid #18a0fb;color:#fff;border-radius:4px;background:#18a0fb}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN,.CookieConsent_container__24hif .CookieConsent_button__1GM-h{padding:.5rem 1.5rem;text-align:center;text-decoration:none;display:inline-block;font-weight:500;font-family:Roboto;font-size:1rem;line-height:1.5;cursor:pointer}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN{color:#8d8d8d;border-radius:4px;margin-right:10px;background:#f8f9fa;border:1px solid #b2bcc6;min-width:160px}.CookieConsent_detail_box__1bd4W{margin:10px 0 20px;border-radius:8px;border:1px solid rgba(0,0,0,.04);background:#fff}.CookieConsent_detail_box__1bd4W li{padding:10px;border-bottom:1px solid rgba(0,0,0,.04)}.CookieConsent_detail_box__1bd4W li:last-child{border-bottom:none}.CookieConsent_detail_title__7NceG{font-weight:500;color:#29394d;display:flex;align-items:center;margin-bottom:5px}.CookieConsent_detail_title__7NceG img{margin-right:10px}.CookieConsent_detail_text__161d_{font-size:14px;text-align:left;color:#8d8d8d}@media screen and (max-width:393px){.CookieConsent_container__24hif{left:0;bottom:10vh}.CookieConsent_container__24hif .CookieConsent_text__3M0EC{height:100px;overflow:scroll}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU{max-height:200px}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN,.CookieConsent_container__24hif .CookieConsent_button__1GM-h{padding:.5rem}}@media screen and (max-height:393px){.CookieConsent_container__24hif{max-width:750px;left:0;bottom:20vh}.CookieConsent_container__24hif .CookieConsent_text__3M0EC{height:100px;overflow:scroll}.CookieConsent_container__24hif .CookieConsent_info__3DbyA .CookieConsent_cookiesDetails__XQLzU{max-height:98px}.CookieConsent_container__24hif .CookieConsent_buttonInfo__ILNfN,.CookieConsent_container__24hif .CookieConsent_button__1GM-h{padding:.5rem}}.CardTool_m-t-xxs__2XyGx{margin-top:.25rem!important}.CardTool_p-t-xxs__rWcfZ{padding-top:.25rem!important}.CardTool_m-b-xxs__ZzTEG{margin-bottom:.25rem!important}.CardTool_p-b-xxs__20pdS{padding-bottom:.25rem!important}.CardTool_m-l-xxs__2-rGV{margin-left:.25rem!important}.CardTool_p-l-xxs__2jSaY{padding-left:.25rem!important}.CardTool_m-r-xxs__1sAwy{margin-right:.25rem!important}.CardTool_p-r-xxs__1mCJE{padding-right:.25rem!important}.CardTool_m-x-xxs__3VqNs{margin-left:.25rem!important;margin-right:.25rem!important}.CardTool_p-x-xxs__3PZ_m{padding-left:.25rem!important;padding-right:.25rem!important}.CardTool_m-y-xxs__2G8oS{margin-top:.25rem!important;margin-bottom:.25rem!important}.CardTool_p-y-xxs__2auqG{padding-top:.25rem!important;padding-bottom:.25rem!important}.CardTool_m-xxs__157iM{margin:.25rem!important}.CardTool_p-xxs__19prz{padding:.25rem!important}.CardTool_m-t-xs__22p3t{margin-top:.5rem!important}.CardTool_p-t-xs__11FMx{padding-top:.5rem!important}.CardTool_m-b-xs__1w7QE{margin-bottom:.5rem!important}.CardTool_p-b-xs__oAsbS{padding-bottom:.5rem!important}.CardTool_m-l-xs__2g_JZ{margin-left:.5rem!important}.CardTool_p-l-xs__3G3oB{padding-left:.5rem!important}.CardTool_m-r-xs__3pRkI{margin-right:.5rem!important}.CardTool_p-r-xs__-jxIx{padding-right:.5rem!important}.CardTool_m-x-xs__3Y3hz{margin-left:.5rem!important;margin-right:.5rem!important}.CardTool_p-x-xs__az8sS{padding-left:.5rem!important;padding-right:.5rem!important}.CardTool_m-y-xs__12iXW{margin-top:.5rem!important;margin-bottom:.5rem!important}.CardTool_p-y-xs__1hvHt{padding-top:.5rem!important;padding-bottom:.5rem!important}.CardTool_m-xs__1BccQ{margin:.5rem!important}.CardTool_p-xs__mEyJO{padding:.5rem!important}.CardTool_m-t-s__24ZTc{margin-top:1rem!important}.CardTool_p-t-s__kBMpj{padding-top:1rem!important}.CardTool_m-b-s__3UriF{margin-bottom:1rem!important}.CardTool_p-b-s__1r14k{padding-bottom:1rem!important}.CardTool_m-l-s__3zlES{margin-left:1rem!important}.CardTool_p-l-s__3pWEn{padding-left:1rem!important}.CardTool_m-r-s__371lR{margin-right:1rem!important}.CardTool_p-r-s__2yMgd{padding-right:1rem!important}.CardTool_m-x-s__2NV7M{margin-left:1rem!important;margin-right:1rem!important}.CardTool_p-x-s__3DP0i{padding-left:1rem!important;padding-right:1rem!important}.CardTool_m-y-s__3vswC{margin-top:1rem!important;margin-bottom:1rem!important}.CardTool_p-y-s__tu5xd{padding-top:1rem!important;padding-bottom:1rem!important}.CardTool_m-s__8Ram7{margin:1rem!important}.CardTool_p-s__cxlr-{padding:1rem!important}.CardTool_m-t-m__ZqORz{margin-top:1.5rem!important}.CardTool_p-t-m__HiWQD{padding-top:1.5rem!important}.CardTool_m-b-m__3PEFZ{margin-bottom:1.5rem!important}.CardTool_p-b-m__AesmI{padding-bottom:1.5rem!important}.CardTool_m-l-m__3VMgg{margin-left:1.5rem!important}.CardTool_p-l-m__3ZQY4{padding-left:1.5rem!important}.CardTool_m-r-m__3B2OW{margin-right:1.5rem!important}.CardTool_p-r-m__2kjON{padding-right:1.5rem!important}.CardTool_m-x-m__2D-_9{margin-left:1.5rem!important;margin-right:1.5rem!important}.CardTool_p-x-m__1ZOmq{padding-left:1.5rem!important;padding-right:1.5rem!important}.CardTool_m-y-m__3IAsM{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.CardTool_p-y-m__lu-6B{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.CardTool_m-m__1vggs{margin:1.5rem!important}.CardTool_p-m__pTGEw{padding:1.5rem!important}.CardTool_m-t-l__3Yc_y{margin-top:2rem!important}.CardTool_p-t-l__SaqhN{padding-top:2rem!important}.CardTool_m-b-l__1LpvC{margin-bottom:2rem!important}.CardTool_p-b-l__2UpsJ{padding-bottom:2rem!important}.CardTool_m-l-l__2eP4B{margin-left:2rem!important}.CardTool_p-l-l__3iOqQ{padding-left:2rem!important}.CardTool_m-r-l__2YMO3{margin-right:2rem!important}.CardTool_p-r-l__2Rrwl{padding-right:2rem!important}.CardTool_m-x-l__2ivRD{margin-left:2rem!important;margin-right:2rem!important}.CardTool_p-x-l__2Tl6P{padding-left:2rem!important;padding-right:2rem!important}.CardTool_m-y-l__3hBgz{margin-top:2rem!important;margin-bottom:2rem!important}.CardTool_p-y-l__1ygnE{padding-top:2rem!important;padding-bottom:2rem!important}.CardTool_m-l__1b03c{margin:2rem!important}.CardTool_p-l__1-dlu{padding:2rem!important}.CardTool_m-t-xl__2mD5f{margin-top:3rem!important}.CardTool_p-t-xl__85qNf{padding-top:3rem!important}.CardTool_m-b-xl__31klk{margin-bottom:3rem!important}.CardTool_p-b-xl__MzWTy{padding-bottom:3rem!important}.CardTool_m-l-xl__cu-n4{margin-left:3rem!important}.CardTool_p-l-xl__4iy6e{padding-left:3rem!important}.CardTool_m-r-xl__2Z5Wl{margin-right:3rem!important}.CardTool_p-r-xl__3ZKFb{padding-right:3rem!important}.CardTool_m-x-xl__rWYzi{margin-left:3rem!important;margin-right:3rem!important}.CardTool_p-x-xl__c6PsH{padding-left:3rem!important;padding-right:3rem!important}.CardTool_m-y-xl__1iIlg{margin-top:3rem!important;margin-bottom:3rem!important}.CardTool_p-y-xl__3Zk6N{padding-top:3rem!important;padding-bottom:3rem!important}.CardTool_m-xl__3vSiR{margin:3rem!important}.CardTool_p-xl__2UHlL{padding:3rem!important}.CardTool_m-t-xxl__3xAro{margin-top:4rem!important}.CardTool_p-t-xxl__1WtxM{padding-top:4rem!important}.CardTool_m-b-xxl__1XBlx{margin-bottom:4rem!important}.CardTool_p-b-xxl__3qZGf{padding-bottom:4rem!important}.CardTool_m-l-xxl__2wJDv{margin-left:4rem!important}.CardTool_p-l-xxl__2KTry{padding-left:4rem!important}.CardTool_m-r-xxl__1lbua{margin-right:4rem!important}.CardTool_p-r-xxl__27il5{padding-right:4rem!important}.CardTool_m-x-xxl__2gdW1{margin-left:4rem!important;margin-right:4rem!important}.CardTool_p-x-xxl__3rEvZ{padding-left:4rem!important;padding-right:4rem!important}.CardTool_m-y-xxl__3NDCX{margin-top:4rem!important;margin-bottom:4rem!important}.CardTool_p-y-xxl__1xghR{padding-top:4rem!important;padding-bottom:4rem!important}.CardTool_m-xxl__3gYYp{margin:4rem!important}.CardTool_p-xxl__OIS0C{padding:4rem!important}.CardTool_no-padding__6DWK4{padding:0!important}.CardTool_no-padding--top__2vP7o{padding-top:0!important}.CardTool_no-padding--left__-QymE{padding-left:0!important}.CardTool_no-padding--bottom__1iQOW{padding-bottom:0!important}.CardTool_no-padding--right__1XlIX{padding-right:0!important}.CardTool_no-margin__2lcoX{margin:0!important}.CardTool_no-margin--top__9PBE5{margin-top:0!important}.CardTool_no-margin--left__2Yz2L{margin-left:0!important}.CardTool_no-margin--bottom__1Jm6m{margin-bottom:0!important}.CardTool_no-margin--right__GSoMw{margin-right:0!important}.CardTool_card_frame__2yCS2{width:305px;display:flex;background:#fff;border:1px solid #f1f2f4;border-radius:5px 3px 5px 5px;height:192px;position:relative}.CardTool_card_frame_transparent__1UVSE,.CardTool_card_frame_transparent__1UVSE:hover{background:transparent!important;border:none!important}.CardTool_card_frame_transparent__1UVSE:hover{box-shadow:none!important}.CardTool_card_frame_transparent__1UVSE:hover .CardTool_card_actions__2hNuH{opacity:0!important}.CardTool_card_frame_show_actions__2xKhc .CardTool_card_actions__2hNuH{opacity:1!important}.CardTool_card_frame__2yCS2:hover{background:#f3faff;border:1px solid #c7e8fe;box-shadow:0 4px 10px rgba(41,57,77,.1)}.CardTool_card_frame__2yCS2:hover .CardTool_card_actions__2hNuH{opacity:1}.CardTool_card_content__3NaZt{width:84%}.CardTool_card_header__2AoMu{display:flex;align-items:center;margin:15px 0 0 16px}.CardTool_card_header__2AoMu>i{font-size:1.7rem;min-width:32px!important}.CardTool_card_info__3SL_2{margin-left:5px;font-family:Roboto;font-style:normal}.CardTool_card_info_title__3Eivh{font-weight:500;font-size:16px;line-height:15px;color:#29394d;margin-bottom:5px}.CardTool_card_info_link__3BZmZ{display:flex;align-items:center;font-weight:400;font-size:12px;line-height:15px}.CardTool_card_info_link__3BZmZ>svg{min-width:12px!important;margin-right:5px}.CardTool_card_info_link__3BZmZ span{width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CardTool_card_body__YNIun{height:44px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:9px 0 20px 12px;width:255px;bottom:55px}.CardTool_card_body__YNIun,.CardTool_card_footer__OedYZ{font-family:Roboto;font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#6d7f92;position:absolute}.CardTool_card_footer__OedYZ{bottom:8px;width:285px;display:flex;margin:0 10px;flex-direction:column;letter-spacing:.02em}.CardTool_card_footer_tags__2miLy{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.CardTool_card_footer_tags_scoop__2aNoE{display:flex;align-items:center;justify-content:space-around;height:22px;border:1px solid #d8dde2;border-radius:5px 3px 5px 5px;padding:2px 5px;margin:0 2px}.CardTool_card_footer_tags_scoop__2aNoE>svg{margin-right:3px}.CardTool_card_footer_tags_tag__pTa1x{padding:2px 5px;height:20px;border-radius:5px;color:#fff;margin-right:5px}.CardTool_card_actions__2hNuH{padding:13px 0;opacity:0;transition:opacity 1s}.CardTool_card_actions__2hNuH .CardTool_card_action__1MC8R{position:relative;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:.5px solid #c7e8fe;box-shadow:0 4px 10px rgba(41,57,77,.1);cursor:pointer}.CardTool_card_actions__2hNuH .CardTool_card_action_activated__aMv_H{background:#18a0fb}.CardTool_card_actions__2hNuH .CardTool_card_action_activated__aMv_H * fill{color:#d8dde2}.CardTool_card_actions__2hNuH .CardTool_card_action_danger__2DBAU{border:.5px solid #feb5bb}.CardTool_card_actions__2hNuH .CardTool_card_action_danger__2DBAU svg path{fill:red}.CardTool_card_actions__2hNuH>:first-child{z-index:6}.CardTool_card_actions__2hNuH>:first-child svg{z-index:7}.CardTool_card_actions__2hNuH>:nth-child(2){top:-9px;z-index:5}.CardTool_card_actions__2hNuH>:nth-child(2) svg{z-index:6}.CardTool_card_actions__2hNuH>:nth-child(3){top:-15px;z-index:4}.CardTool_card_actions__2hNuH>:nth-child(3) svg{z-index:5}.CardTool_card_actions__2hNuH>:nth-child(4){top:-25px;z-index:3}.CardTool_card_actions__2hNuH>:nth-child(4) svg{z-index:4}.CardTool_card_actions__2hNuH>:nth-child(5){top:-35px;z-index:2}.CardTool_card_actions__2hNuH>:nth-child(5) svg{z-index:3}.CardTool_card_tooltip__32Xd0{position:absolute;right:55px;z-index:8}.CardTool_card_tooltip__32Xd0 span{color:#2495e1;font-size:12px;line-height:13px;text-transform:uppercase}.CardTool_card_tooltip_options__2xeLx{color:#29394d;font-size:14px;font-weight:500;line-height:13px}.CardTool_card_tooltip_options__2xeLx div{border-bottom:1px solid #f1f2f4;margin:.35rem 0}.CardTool_card_tooltip_options__2xeLx div label{margin:0 0 0 5px}.CardTool_card_tooltip__32Xd0 .CardTool_no_options__24TCB{margin:30px 0}.CardTool_card_tooltip__32Xd0 button{width:90%;margin:1rem auto 0;align-items:center;display:flex;height:27px;color:#fff;cursor:pointer;justify-content:center;border:1px solid transparent;border-radius:5px!important;background:#18a0fb linear-gradient(180deg,#3baefc,#18a0fb) repeat-x}*{box-sizing:border-box}:focus{outline:none}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}input::placeholder{color:#b7bdc3;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:16px}body{color:#29394d;font-family:Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:22px;background:#f4f7f9}body a{color:inherit;text-decoration:none}body ul{list-style-type:none;margin:0}body button{cursor:pointer}.quill{height:90%}.lmask{height:100%;width:100%;background-color:#000;bottom:0;left:0;right:0;top:0;z-index:9999;opacity:.4}.lmask,.lmask.fixed{position:fixed}.lmask:before{box-shadow:0 0 35px #2187e7;width:50px;height:50px;-moz-animation:spinPulse 1s ease-in-out infinite;-webkit-animation:spinPulse 1s linear infinite;margin:-25px 0 0 -25px}.lmask:after,.lmask:before{content:"";background-color:transparent;border-left:5px solid rgba(0,183,229,.9);border-right:5px solid rgba(0,183,229,.9);opacity:.9;border-color:rgba(0,183,229,.9) transparent;border-style:solid;border-width:5px;border-radius:50px;position:absolute;top:50%;left:50%}.lmask:after{box-shadow:0 0 15px #2187e7;width:30px;height:30px;-moz-animation:spinoffPulse 1s linear infinite;-webkit-animation:spinoffPulse 1s linear infinite;margin:-15px 0 0 -15px}@keyframes spinPulse{0%{-webkit-transform:rotate(160deg);opacity:0;box-shadow:0 0 1px #2187e7}50%{-webkit-transform:rotate(145deg);opacity:1}to{-webkit-transform:rotate(-320deg);opacity:0}}@keyframes spinoffPulse{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}