: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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}ag-grid,ag-grid-angular,ag-grid-aurelia,ag-grid-ng2,ag-grid-polymer{display:block}.ag-hidden{display:none!important}.ag-invisible{visibility:hidden!important}.ag-drag-handle{cursor:grab}.ag-column-drop-wrapper{display:flex}.ag-column-drop-horizontal-half-width{display:inline-block;width:50%!important}.ag-unselectable{-moz-user-select:none;-webkit-user-select:none;user-select:none}.ag-selectable{-moz-user-select:text;-webkit-user-select:text;user-select:text}.ag-tab{position:relative}.ag-tab-guard{display:block;height:0;width:0}.ag-select-agg-func-popup,.ag-tab-guard{position:absolute}.ag-input-wrapper,.ag-picker-field-wrapper{align-items:center;display:flex;flex:1 1 auto;line-height:normal;position:relative}.ag-shake-left-to-right{animation-direction:alternate;animation-duration:.2s;animation-iteration-count:infinite;animation-name:ag-shake-left-to-right}@keyframes ag-shake-left-to-right{0%{padding-left:6px;padding-right:2px}to{padding-left:2px;padding-right:6px}}.ag-root-wrapper{cursor:default;display:flex;flex-direction:column;overflow:hidden;position:relative}.ag-root-wrapper.ag-layout-normal{height:100%}.ag-watermark{bottom:20px;opacity:.5;position:absolute;right:25px;transition:opacity 1s ease-out 3s}.ag-watermark:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjM1IDQwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MiI+PHBhdGggZD0iTTEwOTkuNCA1NDkuNHYtMTIuNWgtMjEuM2wtMTIuNSAxMi41aDMzLjhaTTExMjMuNCA1MTguNGgtMjYuN2wtMTIuNiAxMi41aDM5LjN2LTEyLjVaTTEwNTMuMiA1NjEuOWw2LjQtNi40aDIxLjZWNTY4aC0yOHYtNi4xWiIgc3R5bGU9ImZpbGw6IzE4MWQxZjtmaWxsLXJ1bGU6bm9uemVybyIgdHJhbnNmb3JtPSJtYXRyaXgoLjYzNTcyIDAgMCAuNjM1NzIgLTQ5Mi45MjEgLTMyMy42MDgpIi8+PHBhdGggZD0iTTEwNTcuOSA1NDMuM2gxMy44bDEyLjYtMTIuNWgtMjYuNHYxMi41Wk0xMDQyLjggNTYxLjloMTAuNGwxMi40LTEyLjVoLTIyLjh2MTIuNVpNMTA5Ni43IDUxOC40bC02LjQgNi40aC00MC44di0xMi41aDQ3LjJ2Ni4xWk04MjguNiA1NTkuN0g4MDlsLTMuNCA4LjRINzk3bDE4LjEtNDIuNGg3LjVsMTguMSA0Mi40SDgzMmwtMy40LTguNFptLTIuNy02LjctNy4xLTE3LjMtNy4xIDE3LjNoMTQuMlpNOTYwLjEgNTQxLjNjMi41LTMuNyA4LjgtNC4xIDExLjQtNC4xdjcuMmMtMy4yIDAtNi40LjEtOC4zIDEuNS0xLjkgMS40LTIuOSAzLjMtMi45IDUuNnYxNi42aC03Ljh2LTMwLjloNy41bC4xIDQuMVoiIHN0eWxlPSJmaWxsOiMxODFkMWY7ZmlsbC1ydWxlOm5vbnplcm8iIHRyYW5zZm9ybT0ibWF0cml4KC42MzU3MiAwIDAgLjYzNTcyIC00OTIuOTIxIC0zMjMuNjA4KSIvPjxwYXRoIHN0eWxlPSJmaWxsOiMxODFkMWYiIGQ9Ik05NzUuOCA1MzcuMmg3Ljh2MzAuOWgtNy44ek05NzUuOCA1MjMuNGg3Ljh2OS4yaC03Ljh6IiB0cmFuc2Zvcm09Im1hdHJpeCguNjM1NzIgMCAwIC42MzU3MiAtNDkyLjkyMSAtMzIzLjYwOCkiLz48cGF0aCBkPSJNMTAyMi4zIDUyMy40djQ0LjdoLTcuNWwtLjItNC43Yy0xLjEgMS42LTIuNSAyLjktNC4yIDMuOS0xLjcuOS0zLjggMS40LTYuMiAxLjQtMi4xIDAtNC4xLS40LTUuOC0xLjEtMS44LS44LTMuNC0xLjgtNC43LTMuMi0xLjMtMS40LTIuNC0zLjEtMy4xLTUtLjgtMS45LTEuMS00LjEtMS4xLTYuNSAwLTIuNC40LTQuNiAxLjEtNi42LjgtMiAxLjgtMy43IDMuMS01LjEgMS4zLTEuNCAyLjktMi41IDQuNy0zLjMgMS44LS44IDMuNy0xLjIgNS44LTEuMiAyLjQgMCA0LjQuNCA2LjEgMS4zIDEuNy45IDMuMSAyLjEgNC4yIDMuOHYtMTguM2g3Ljh2LS4xWm0tMTYuNCAzOC42YzIuNiAwIDQuNi0uOSA2LjItMi42IDEuNi0xLjcgMi40LTQgMi40LTYuOHMtLjgtNS0yLjQtNi44Yy0xLjYtMS43LTMuNi0yLjYtNi4yLTIuNi0yLjUgMC00LjYuOS02LjEgMi42LTEuNiAxLjctMi40IDQtMi40IDYuOHMuOCA1IDIuNCA2LjdjMS42IDEuOCAzLjYgMi43IDYuMSAyLjdNODg1LjggNTQ0LjJoLTE5LjN2Ni43aDExYy0uMyAzLjQtMS42IDYtMy44IDguMS0yLjIgMi01IDMtOC42IDMtMiAwLTMuOS0uNC01LjUtMS4xLTEuNy0uNy0zLjEtMS43LTQuMy0zLjEtMS4yLTEuMy0yLjEtMi45LTIuOC00LjgtLjctMS45LTEtMy45LTEtNi4yIDAtMi4zLjMtNC4zIDEtNi4yLjYtMS45IDEuNi0zLjQgMi44LTQuOCAxLjItMS4zIDIuNi0yLjMgNC4zLTMuMSAxLjctLjcgMy41LTEuMSA1LjYtMS4xIDQuMiAwIDcuNCAxIDkuNiAzbDUuMi01LjJjLTMuOS0zLTguOS00LjYtMTQuOC00LjYtMy4zIDAtNi4zLjUtOSAxLjZzLTUgMi41LTYuOSA0LjRjLTEuOSAxLjktMy40IDQuMi00LjQgNi45LTEgMi43LTEuNSA1LjctMS41IDguOXMuNSA2LjIgMS42IDguOSAyLjUgNSA0LjQgNi45YzEuOSAxLjkgNC4yIDMuNCA2LjkgNC40IDIuNyAxLjEgNS43IDEuNiA4LjkgMS42czYuMS0uNSA4LjctMS42YzIuNi0xLjEgNC44LTIuNSA2LjYtNC40IDEuOC0xLjkgMy4yLTQuMiA0LjItNi45czEuNS01LjcgMS41LTguOXYtMS4zYy0uMy0uMi0uNC0uNy0uNC0xLjFNOTQ2LjggNTQ0LjJoLTE5LjN2Ni43aDExYy0uMyAzLjQtMS42IDYtMy44IDguMS0yLjIgMi01IDMtOC42IDMtMiAwLTMuOS0uNC01LjUtMS4xLTEuNy0uNy0zLjEtMS43LTQuMy0zLjEtMS4yLTEuMy0yLjEtMi45LTIuOC00LjgtLjctMS45LTEtMy45LTEtNi4yIDAtMi4zLjMtNC4zIDEtNi4yLjYtMS45IDEuNi0zLjQgMi44LTQuOCAxLjItMS4zIDIuNi0yLjMgNC4zLTMuMSAxLjctLjcgMy41LTEuMSA1LjYtMS4xIDQuMiAwIDcuNCAxIDkuNiAzbDUuMi01LjJjLTMuOS0zLTguOS00LjYtMTQuOC00LjYtMy4zIDAtNi4zLjUtOSAxLjZzLTUgMi41LTYuOSA0LjRjLTEuOSAxLjktMy40IDQuMi00LjQgNi45LTEgMi43LTEuNSA1LjctMS41IDguOXMuNSA2LjIgMS42IDguOSAyLjUgNSA0LjQgNi45YzEuOSAxLjkgNC4yIDMuNCA2LjkgNC40IDIuNyAxLjEgNS43IDEuNiA4LjkgMS42czYuMS0uNSA4LjctMS42YzIuNi0xLjEgNC44LTIuNSA2LjYtNC40IDEuOC0xLjkgMy4yLTQuMiA0LjItNi45czEuNS01LjcgMS41LTguOXYtMS4zYy0uMy0uMi0uNC0uNy0uNC0xLjEiIHN0eWxlPSJmaWxsOiMxODFkMWY7ZmlsbC1ydWxlOm5vbnplcm8iIHRyYW5zZm9ybT0ibWF0cml4KC42MzU3MiAwIDAgLjYzNTcyIC00OTIuOTIxIC0zMjMuNjA4KSIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:170px 40px;content:"";display:block;height:40px;opacity:.5;width:170px}.ag-watermark-text{font-family:Impact,sans-serif;font-size:19px;font-weight:700;opacity:.5;padding-left:.7rem}.ag-root-wrapper-body{display:flex;flex-direction:row}.ag-root-wrapper-body.ag-layout-normal{flex:1 1 auto;height:0;min-height:0}.ag-root{display:flex;flex-direction:column;position:relative}.ag-root.ag-layout-auto-height,.ag-root.ag-layout-normal{flex:1 1 auto;overflow:hidden;width:0}.ag-root.ag-layout-normal{height:100%}.ag-body-horizontal-scroll-viewport,.ag-body-viewport,.ag-center-cols-viewport,.ag-floating-bottom-viewport,.ag-floating-top-viewport,.ag-header-viewport,.ag-virtual-list-viewport{flex:1 1 auto;height:100%;min-width:0;overflow:hidden;position:relative}.ag-body-viewport{display:flex}.ag-body-viewport.ag-layout-normal{-webkit-overflow-scrolling:touch;overflow-y:auto}.ag-center-cols-viewport{overflow-x:auto;width:100%}.ag-body-horizontal-scroll-viewport{overflow-x:scroll}.ag-virtual-list-viewport{overflow:auto;width:100%}.ag-body-container,.ag-body-horizontal-scroll-container,.ag-center-cols-container,.ag-floating-bottom-container,.ag-floating-bottom-full-width-container,.ag-floating-top-container,.ag-full-width-container,.ag-header-container,.ag-pinned-left-cols-container,.ag-pinned-right-cols-container,.ag-virtual-list-container{position:relative}.ag-floating-bottom-container,.ag-floating-top-container,.ag-header-container{height:100%;white-space:nowrap}.ag-center-cols-container,.ag-pinned-right-cols-container{display:block}.ag-body-horizontal-scroll-container{height:100%}.ag-floating-bottom-full-width-container,.ag-floating-top-full-width-container,.ag-full-width-container{left:0;pointer-events:none;position:absolute;top:0}.ag-full-width-container{width:100%}.ag-floating-bottom-full-width-container,.ag-floating-top-full-width-container{display:inline-block;height:100%;overflow:hidden;width:100%}.ag-virtual-list-container{overflow:hidden}.ag-center-cols-clipper{flex:1 1 auto;min-height:100%;min-width:0;overflow:hidden;transform:translateZ(0)}.ag-body-horizontal-scroll{display:flex;min-height:0;min-width:0;position:relative;width:100%}.ag-body-horizontal-scroll.ag-scrollbar-invisible{bottom:0;left:0;pointer-events:none;position:absolute;right:0}.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-active,.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-scrollbar-scrolling{pointer-events:all}.ag-force-vertical-scroll{overflow-y:scroll!important}.ag-horizontal-left-spacer,.ag-horizontal-right-spacer{height:100%;min-width:0;overflow-x:scroll}.ag-horizontal-left-spacer.ag-scroller-corner,.ag-horizontal-right-spacer.ag-scroller-corner{overflow-x:hidden}.ag-header,.ag-pinned-left-header,.ag-pinned-right-header{display:inline-block;overflow:hidden;position:relative}.ag-header-cell-sortable{cursor:pointer}.ag-header{display:flex;white-space:nowrap;width:100%}.ag-pinned-left-header,.ag-pinned-right-header{height:100%}.ag-header-cell,.ag-header-row{overflow:hidden;position:absolute}.ag-header-cell{align-items:center;display:inline-flex;height:100%}.ag-header-cell.ag-header-active .ag-header-cell-menu-button{opacity:1}.ag-header-cell-menu-button:not(.ag-header-menu-always-show){opacity:0;transition:opacity .2s}.ag-header-cell-label,.ag-header-group-cell-label{align-items:center;align-self:stretch;display:flex;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.ag-header-cell-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-right-aligned-header .ag-header-cell-label{flex-direction:row-reverse}.ag-header-group-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-header-cell-resize{cursor:ew-resize;height:100%;position:absolute;top:0;width:8px;z-index:2}.ag-ltr .ag-header-cell-resize{right:-4px}.ag-rtl .ag-header-cell-resize{left:-4px}.ag-pinned-left-header .ag-header-cell-resize{right:-4px}.ag-pinned-right-header .ag-header-cell-resize{left:-4px}.ag-header-select-all{display:flex}.ag-column-moving .ag-cell,.ag-column-moving .ag-header-cell{transition:left .2s}.ag-column-moving .ag-header-group-cell{transition:left .2s,width .2s}.ag-column-panel{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.ag-column-select{display:flex;flex:3 1;flex-direction:column;overflow:hidden;position:relative}.ag-column-select-header{display:flex;flex:none;position:relative}.ag-column-select-header-icon{position:relative}.ag-column-select-header-filter-wrapper{flex:1 1 auto}.ag-column-select-header-filter{width:100%}.ag-column-select-list{flex:1 1;overflow:hidden}.ag-column-drop{align-items:center;display:inline-flex;overflow:auto;position:relative;width:100%}.ag-column-drop-cell,.ag-column-drop-list{align-items:center;display:flex}.ag-column-drop-cell{position:relative}.ag-column-drop-cell-text{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-column-drop-vertical{align-items:stretch;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.ag-column-drop-vertical-title-bar{align-items:center;display:flex;flex:none}.ag-column-drop-vertical-list{align-items:stretch;flex-direction:column;flex-grow:1;overflow-x:auto;position:relative}.ag-column-drop-vertical-list>*{flex:none}.ag-column-drop-empty .ag-column-drop-vertical-list{overflow:hidden}.ag-column-drop-vertical-empty-message{display:block}.ag-column-drop.ag-column-drop-horizontal{overflow:hidden;white-space:nowrap}.ag-column-drop-cell-button{cursor:pointer}.ag-filter-toolpanel{flex:1 1;min-width:0}.ag-filter-toolpanel-header{position:relative}.ag-filter-toolpanel-header,.ag-filter-toolpanel-header>*,.ag-filter-toolpanel-search,.ag-filter-toolpanel-search>*{align-items:center;display:flex}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden}.ag-row-animation .ag-row{transition:transform .4s,top .4s,background-color .1s,opacity .2s}.ag-row-animation .ag-row.ag-after-created{transition:transform .4s,top .4s,height .4s,background-color .1s,opacity .2s}.ag-row-no-animation .ag-row{transition:background-color .1s}.ag-row{white-space:nowrap;width:100%}.ag-row-loading{align-items:center;display:flex}.ag-row-position-absolute{position:absolute}.ag-row-position-relative{position:relative}.ag-full-width-row{overflow:hidden;pointer-events:all}.ag-row-inline-editing{z-index:1}.ag-row-dragging{z-index:2}.ag-stub-cell{align-items:center;display:flex}.ag-cell{display:inline-block;height:100%;position:absolute;white-space:nowrap}.ag-cell-value{flex:1 1 auto}.ag-cell-value,.ag-group-value{overflow:hidden;text-overflow:ellipsis}.ag-cell-wrap-text{white-space:normal;word-break:break-all}.ag-cell-wrapper{align-items:center;display:flex}.ag-cell-wrapper.ag-row-group{align-items:flex-start}.ag-sparkline-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.ag-full-width-row .ag-cell-wrapper.ag-row-group{align-items:center;height:100%}.ag-cell-inline-editing{z-index:1}.ag-cell-inline-editing .ag-cell-edit-wrapper,.ag-cell-inline-editing .ag-cell-editor,.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,.ag-cell-inline-editing .ag-cell-editor input,.ag-cell-inline-editing .ag-cell-wrapper{height:100%;line-height:normal;width:100%}.ag-cell .ag-icon{display:inline-block;vertical-align:middle}.ag-set-filter-item{align-items:center;display:flex;height:100%}.ag-set-filter-item-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-set-filter-item-checkbox{display:flex}.ag-filter-body-wrapper{display:flex;flex-direction:column}.ag-filter-filter{flex:1 1}.ag-filter-condition{display:flex;justify-content:center}.ag-floating-filter-body{display:flex;flex:1 1 auto;height:100%;position:relative}.ag-floating-filter-full-body{align-items:center;display:flex;flex:1 1 auto;height:100%;overflow:hidden;width:100%}.ag-floating-filter-full-body>div{flex:1 1 auto}.ag-floating-filter-input{align-items:center;display:flex;width:100%}.ag-floating-filter-input>*{flex:1 1 auto}.ag-floating-filter-button{display:flex;flex:none}.ag-dnd-ghost{align-items:center;cursor:move;display:inline-flex;position:absolute;white-space:nowrap;z-index:9999}.ag-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-overlay-panel,.ag-overlay-wrapper{display:flex;height:100%;width:100%}.ag-overlay-wrapper{align-items:center;flex:none;justify-content:center;text-align:center}.ag-overlay-loading-wrapper{pointer-events:all}.ag-popup-child{top:0;z-index:5}.ag-popup-editor{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.ag-large-text-input{display:block}.ag-virtual-list-item{position:absolute;width:100%}.ag-floating-top{display:flex;overflow:hidden;position:relative;white-space:nowrap;width:100%}.ag-pinned-left-floating-top,.ag-pinned-right-floating-top{display:inline-block;min-width:0;overflow:hidden;position:relative}.ag-floating-bottom{display:flex;overflow:hidden;position:relative;white-space:nowrap;width:100%}.ag-pinned-left-floating-bottom,.ag-pinned-right-floating-bottom{display:inline-block;min-width:0;overflow:hidden;position:relative}.ag-dialog,.ag-panel{display:flex;flex-direction:column;overflow:hidden;position:relative}.ag-panel-title-bar{align-items:center;cursor:default;display:flex;flex:none}.ag-panel-title-bar-title{flex:1 1 auto}.ag-panel-title-bar-buttons{display:flex}.ag-panel-title-bar-button{cursor:pointer}.ag-panel-content-wrapper{display:flex;flex:1 1 auto;overflow:hidden;position:relative}.ag-dialog,.ag-resizer{position:absolute}.ag-resizer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.ag-resizer.ag-resizer-topLeft{cursor:nwse-resize;height:5px;left:0;top:0;width:5px}.ag-resizer.ag-resizer-top{cursor:ns-resize;height:5px;left:5px;right:5px;top:0}.ag-resizer.ag-resizer-topRight{cursor:nesw-resize;height:5px;right:0;top:0;width:5px}.ag-resizer.ag-resizer-right{bottom:5px;cursor:ew-resize;right:0;top:5px;width:5px}.ag-resizer.ag-resizer-bottomRight{bottom:0;cursor:nwse-resize;height:5px;right:0;width:5px}.ag-resizer.ag-resizer-bottom{bottom:0;cursor:ns-resize;height:5px;left:5px;right:5px}.ag-resizer.ag-resizer-bottomLeft{bottom:0;cursor:nesw-resize;height:5px;left:0;width:5px}.ag-resizer.ag-resizer-left{bottom:5px;cursor:ew-resize;left:0;top:5px;width:5px}.ag-tooltip,.ag-tooltip-custom{pointer-events:none;position:absolute;z-index:99999}.ag-value-slide-out{margin-right:5px;opacity:1;transition:opacity 3s,margin-right 3s;transition-timing-function:linear}.ag-value-slide-out-end{margin-right:10px;opacity:0}.ag-opacity-zero{opacity:0!important}.ag-menu{max-height:100%;overflow-y:auto;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ag-menu-column-select-wrapper{height:265px;overflow:auto}.ag-menu-column-select-wrapper .ag-column-select{height:100%}.ag-menu-list{display:table;width:100%}.ag-menu-option,.ag-menu-separator{display:table-row}.ag-menu-option-part,.ag-menu-separator-part{display:table-cell;vertical-align:middle}.ag-menu-option-text{white-space:nowrap}.ag-compact-menu-option{display:flex;flex-wrap:nowrap;width:100%}.ag-compact-menu-option-text{flex:1 1 auto;white-space:nowrap}.ag-rich-select{cursor:default;outline:none}.ag-rich-select-value{align-items:center;display:flex}.ag-rich-select-value-icon{flex:1 1 auto;order:1}.ag-ltr .ag-rich-select-value-icon{text-align:right}.ag-rtl .ag-rich-select-value-icon{text-align:left}.ag-rich-select-list{position:relative}.ag-rich-select-virtual-list-item{display:flex}.ag-rich-select-row{align-items:center;display:flex;flex:1 1 auto;white-space:nowrap}.ag-paging-panel{justify-content:flex-end}.ag-paging-page-summary-panel,.ag-paging-panel{align-items:center;display:flex}.ag-paging-button{position:relative}.ag-disabled .ag-paging-page-summary-panel{pointer-events:none}.ag-tool-panel-wrapper{cursor:default;display:flex;overflow-x:hidden;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ag-column-select-column,.ag-column-select-column-group,.ag-select-agg-func-item{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;position:relative;text-overflow:ellipsis;white-space:nowrap}.ag-column-select-column-group>*,.ag-column-select-column>*,.ag-select-agg-func-item>*{flex:none}.ag-column-select-checkbox{display:flex}.ag-tool-panel-horizontal-resize{cursor:ew-resize;height:100%;position:absolute;top:0;width:5px;z-index:1}.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize{right:-3px}.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize,.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize{left:-3px}.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize{right:-3px}.ag-details-row{width:100%}.ag-details-row-fixed-height{height:100%}.ag-details-grid{width:100%}.ag-details-grid-fixed-height{height:100%}.ag-header-group-cell{align-items:center;display:flex;height:100%;position:absolute}.ag-cell-label-container{align-items:center;display:flex;flex-direction:row-reverse;height:100%;justify-content:space-between;overflow:hidden;width:100%}.ag-right-aligned-header .ag-cell-label-container{flex-direction:row}.ag-side-bar{display:flex;flex-direction:row-reverse}.ag-side-bar-left{flex-direction:row;order:-1}.ag-side-button-button{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;outline:none;position:relative;white-space:nowrap}.ag-side-button-label{writing-mode:vertical-lr}.ag-status-bar{display:flex;justify-content:space-between;overflow:hidden}.ag-status-panel{display:inline-flex}.ag-status-name-value{white-space:nowrap}.ag-status-bar-center,.ag-status-bar-left,.ag-status-bar-right{display:inline-flex}.ag-icon{speak:none;display:block}.ag-group{position:relative;width:100%}.ag-group-title-bar{align-items:center;display:flex}.ag-group-title{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-group-title-bar .ag-group-title{cursor:default}.ag-group-toolbar{align-items:center;display:flex}.ag-group-container{display:flex}.ag-disabled .ag-group-container{pointer-events:none}.ag-group-container-horizontal{flex-direction:row;flex-wrap:wrap}.ag-group-container-vertical{flex-direction:column}.ag-column-group-icons{display:block}.ag-column-group-icons>*{cursor:pointer}.ag-group-item-alignment-stretch .ag-group-item{align-items:stretch}.ag-group-item-alignment-start .ag-group-item{align-items:flex-start}.ag-group-item-alignment-end .ag-group-item{align-items:flex-end}.ag-toggle-button-icon{position:absolute;top:-1px;transition:right .3s}.ag-input-field,.ag-select{align-items:center;display:flex;flex-direction:row}.ag-input-field-input{flex:1 1 auto;min-width:0;width:100%}.ag-floating-filter-input .ag-input-field-input[type=date]{width:1px}.ag-angle-select,.ag-range-field{align-items:center;display:flex}.ag-angle-select-wrapper{display:flex}.ag-angle-select-parent-circle{display:block;position:relative}.ag-angle-select-child-circle{position:absolute}.ag-slider-wrapper{display:flex}.ag-picker-field-display,.ag-slider-wrapper .ag-input-field{flex:1 1 auto}.ag-picker-field{align-items:center;display:flex}.ag-picker-field-icon{border:0;cursor:pointer;display:flex;margin:0;padding:0}.ag-picker-field-wrapper{overflow:hidden}.ag-label-align-right .ag-label{order:1}.ag-label-align-right>*{flex:none}.ag-label-align-top{align-items:flex-start;flex-direction:column}.ag-label-align-top>*{align-self:stretch}.ag-color-panel{display:flex;flex-direction:column;text-align:center;width:100%}.ag-spectrum-color{cursor:default;flex:1 1 auto;overflow:hidden;position:relative}.ag-spectrum-fill{bottom:0;left:0;position:absolute;right:0;top:0}.ag-spectrum-val{cursor:pointer}.ag-spectrum-dragger{cursor:pointer;pointer-events:none;position:absolute}.ag-spectrum-hue{background:linear-gradient(270deg,red 3%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);cursor:default}.ag-spectrum-alpha{cursor:default}.ag-spectrum-hue-background{height:100%;width:100%}.ag-spectrum-alpha-background{background-image:linear-gradient(90deg,transparent,#000);height:100%;width:100%}.ag-spectrum-tool{cursor:pointer}.ag-spectrum-slider{pointer-events:none;position:absolute}.ag-recent-colors{display:flex}.ag-recent-color{cursor:pointer}.ag-ltr .ag-column-select-indent-1{padding-left:20px}.ag-rtl .ag-column-select-indent-1{padding-right:20px}.ag-ltr .ag-row-group-indent-1{padding-left:20px}.ag-rtl .ag-row-group-indent-1{padding-right:20px}.ag-ltr .ag-column-select-indent-2{padding-left:40px}.ag-rtl .ag-column-select-indent-2{padding-right:40px}.ag-ltr .ag-row-group-indent-2{padding-left:40px}.ag-rtl .ag-row-group-indent-2{padding-right:40px}.ag-ltr .ag-column-select-indent-3{padding-left:60px}.ag-rtl .ag-column-select-indent-3{padding-right:60px}.ag-ltr .ag-row-group-indent-3{padding-left:60px}.ag-rtl .ag-row-group-indent-3{padding-right:60px}.ag-ltr .ag-column-select-indent-4{padding-left:80px}.ag-rtl .ag-column-select-indent-4{padding-right:80px}.ag-ltr .ag-row-group-indent-4{padding-left:80px}.ag-rtl .ag-row-group-indent-4{padding-right:80px}.ag-ltr .ag-column-select-indent-5{padding-left:100px}.ag-rtl .ag-column-select-indent-5{padding-right:100px}.ag-ltr .ag-row-group-indent-5{padding-left:100px}.ag-rtl .ag-row-group-indent-5{padding-right:100px}.ag-ltr .ag-column-select-indent-6{padding-left:120px}.ag-rtl .ag-column-select-indent-6{padding-right:120px}.ag-ltr .ag-row-group-indent-6{padding-left:120px}.ag-rtl .ag-row-group-indent-6{padding-right:120px}.ag-ltr .ag-column-select-indent-7{padding-left:140px}.ag-rtl .ag-column-select-indent-7{padding-right:140px}.ag-ltr .ag-row-group-indent-7{padding-left:140px}.ag-rtl .ag-row-group-indent-7{padding-right:140px}.ag-ltr .ag-column-select-indent-8{padding-left:160px}.ag-rtl .ag-column-select-indent-8{padding-right:160px}.ag-ltr .ag-row-group-indent-8{padding-left:160px}.ag-rtl .ag-row-group-indent-8{padding-right:160px}.ag-ltr .ag-column-select-indent-9{padding-left:180px}.ag-rtl .ag-column-select-indent-9{padding-right:180px}.ag-ltr .ag-row-group-indent-9{padding-left:180px}.ag-rtl .ag-row-group-indent-9{padding-right:180px}.ag-ltr .ag-column-select-indent-10{padding-left:200px}.ag-rtl .ag-column-select-indent-10{padding-right:200px}.ag-ltr .ag-row-group-indent-10{padding-left:200px}.ag-rtl .ag-row-group-indent-10{padding-right:200px}.ag-ltr .ag-column-select-indent-11{padding-left:220px}.ag-rtl .ag-column-select-indent-11{padding-right:220px}.ag-ltr .ag-row-group-indent-11{padding-left:220px}.ag-rtl .ag-row-group-indent-11{padding-right:220px}.ag-ltr .ag-column-select-indent-12{padding-left:240px}.ag-rtl .ag-column-select-indent-12{padding-right:240px}.ag-ltr .ag-row-group-indent-12{padding-left:240px}.ag-rtl .ag-row-group-indent-12{padding-right:240px}.ag-ltr .ag-column-select-indent-13{padding-left:260px}.ag-rtl .ag-column-select-indent-13{padding-right:260px}.ag-ltr .ag-row-group-indent-13{padding-left:260px}.ag-rtl .ag-row-group-indent-13{padding-right:260px}.ag-ltr .ag-column-select-indent-14{padding-left:280px}.ag-rtl .ag-column-select-indent-14{padding-right:280px}.ag-ltr .ag-row-group-indent-14{padding-left:280px}.ag-rtl .ag-row-group-indent-14{padding-right:280px}.ag-ltr .ag-column-select-indent-15{padding-left:300px}.ag-rtl .ag-column-select-indent-15{padding-right:300px}.ag-ltr .ag-row-group-indent-15{padding-left:300px}.ag-rtl .ag-row-group-indent-15{padding-right:300px}.ag-ltr .ag-column-select-indent-16{padding-left:320px}.ag-rtl .ag-column-select-indent-16{padding-right:320px}.ag-ltr .ag-row-group-indent-16{padding-left:320px}.ag-rtl .ag-row-group-indent-16{padding-right:320px}.ag-ltr .ag-column-select-indent-17{padding-left:340px}.ag-rtl .ag-column-select-indent-17{padding-right:340px}.ag-ltr .ag-row-group-indent-17{padding-left:340px}.ag-rtl .ag-row-group-indent-17{padding-right:340px}.ag-ltr .ag-column-select-indent-18{padding-left:360px}.ag-rtl .ag-column-select-indent-18{padding-right:360px}.ag-ltr .ag-row-group-indent-18{padding-left:360px}.ag-rtl .ag-row-group-indent-18{padding-right:360px}.ag-ltr .ag-column-select-indent-19{padding-left:380px}.ag-rtl .ag-column-select-indent-19{padding-right:380px}.ag-ltr .ag-row-group-indent-19{padding-left:380px}.ag-rtl .ag-row-group-indent-19{padding-right:380px}.ag-ltr .ag-column-select-indent-20{padding-left:400px}.ag-rtl .ag-column-select-indent-20{padding-right:400px}.ag-ltr .ag-row-group-indent-20{padding-left:400px}.ag-rtl .ag-row-group-indent-20{padding-right:400px}.ag-ltr .ag-column-select-indent-21{padding-left:420px}.ag-rtl .ag-column-select-indent-21{padding-right:420px}.ag-ltr .ag-row-group-indent-21{padding-left:420px}.ag-rtl .ag-row-group-indent-21{padding-right:420px}.ag-ltr .ag-column-select-indent-22{padding-left:440px}.ag-rtl .ag-column-select-indent-22{padding-right:440px}.ag-ltr .ag-row-group-indent-22{padding-left:440px}.ag-rtl .ag-row-group-indent-22{padding-right:440px}.ag-ltr .ag-column-select-indent-23{padding-left:460px}.ag-rtl .ag-column-select-indent-23{padding-right:460px}.ag-ltr .ag-row-group-indent-23{padding-left:460px}.ag-rtl .ag-row-group-indent-23{padding-right:460px}.ag-ltr .ag-column-select-indent-24{padding-left:480px}.ag-rtl .ag-column-select-indent-24{padding-right:480px}.ag-ltr .ag-row-group-indent-24{padding-left:480px}.ag-rtl .ag-row-group-indent-24{padding-right:480px}.ag-ltr .ag-column-select-indent-25{padding-left:500px}.ag-rtl .ag-column-select-indent-25{padding-right:500px}.ag-ltr .ag-row-group-indent-25{padding-left:500px}.ag-rtl .ag-row-group-indent-25{padding-right:500px}.ag-ltr .ag-column-select-indent-26{padding-left:520px}.ag-rtl .ag-column-select-indent-26{padding-right:520px}.ag-ltr .ag-row-group-indent-26{padding-left:520px}.ag-rtl .ag-row-group-indent-26{padding-right:520px}.ag-ltr .ag-column-select-indent-27{padding-left:540px}.ag-rtl .ag-column-select-indent-27{padding-right:540px}.ag-ltr .ag-row-group-indent-27{padding-left:540px}.ag-rtl .ag-row-group-indent-27{padding-right:540px}.ag-ltr .ag-column-select-indent-28{padding-left:560px}.ag-rtl .ag-column-select-indent-28{padding-right:560px}.ag-ltr .ag-row-group-indent-28{padding-left:560px}.ag-rtl .ag-row-group-indent-28{padding-right:560px}.ag-ltr .ag-column-select-indent-29{padding-left:580px}.ag-rtl .ag-column-select-indent-29{padding-right:580px}.ag-ltr .ag-row-group-indent-29{padding-left:580px}.ag-rtl .ag-row-group-indent-29{padding-right:580px}.ag-ltr .ag-column-select-indent-30{padding-left:600px}.ag-rtl .ag-column-select-indent-30{padding-right:600px}.ag-ltr .ag-row-group-indent-30{padding-left:600px}.ag-rtl .ag-row-group-indent-30{padding-right:600px}.ag-ltr .ag-column-select-indent-31{padding-left:620px}.ag-rtl .ag-column-select-indent-31{padding-right:620px}.ag-ltr .ag-row-group-indent-31{padding-left:620px}.ag-rtl .ag-row-group-indent-31{padding-right:620px}.ag-ltr .ag-column-select-indent-32{padding-left:640px}.ag-rtl .ag-column-select-indent-32{padding-right:640px}.ag-ltr .ag-row-group-indent-32{padding-left:640px}.ag-rtl .ag-row-group-indent-32{padding-right:640px}.ag-ltr .ag-column-select-indent-33{padding-left:660px}.ag-rtl .ag-column-select-indent-33{padding-right:660px}.ag-ltr .ag-row-group-indent-33{padding-left:660px}.ag-rtl .ag-row-group-indent-33{padding-right:660px}.ag-ltr .ag-column-select-indent-34{padding-left:680px}.ag-rtl .ag-column-select-indent-34{padding-right:680px}.ag-ltr .ag-row-group-indent-34{padding-left:680px}.ag-rtl .ag-row-group-indent-34{padding-right:680px}.ag-ltr .ag-column-select-indent-35{padding-left:700px}.ag-rtl .ag-column-select-indent-35{padding-right:700px}.ag-ltr .ag-row-group-indent-35{padding-left:700px}.ag-rtl .ag-row-group-indent-35{padding-right:700px}.ag-ltr .ag-column-select-indent-36{padding-left:720px}.ag-rtl .ag-column-select-indent-36{padding-right:720px}.ag-ltr .ag-row-group-indent-36{padding-left:720px}.ag-rtl .ag-row-group-indent-36{padding-right:720px}.ag-ltr .ag-column-select-indent-37{padding-left:740px}.ag-rtl .ag-column-select-indent-37{padding-right:740px}.ag-ltr .ag-row-group-indent-37{padding-left:740px}.ag-rtl .ag-row-group-indent-37{padding-right:740px}.ag-ltr .ag-column-select-indent-38{padding-left:760px}.ag-rtl .ag-column-select-indent-38{padding-right:760px}.ag-ltr .ag-row-group-indent-38{padding-left:760px}.ag-rtl .ag-row-group-indent-38{padding-right:760px}.ag-ltr .ag-column-select-indent-39{padding-left:780px}.ag-rtl .ag-column-select-indent-39{padding-right:780px}.ag-ltr .ag-row-group-indent-39{padding-left:780px}.ag-rtl .ag-row-group-indent-39{padding-right:780px}.ag-ltr .ag-column-select-indent-40{padding-left:800px}.ag-rtl .ag-column-select-indent-40{padding-right:800px}.ag-ltr .ag-row-group-indent-40{padding-left:800px}.ag-rtl .ag-row-group-indent-40{padding-right:800px}.ag-ltr .ag-column-select-indent-41{padding-left:820px}.ag-rtl .ag-column-select-indent-41{padding-right:820px}.ag-ltr .ag-row-group-indent-41{padding-left:820px}.ag-rtl .ag-row-group-indent-41{padding-right:820px}.ag-ltr .ag-column-select-indent-42{padding-left:840px}.ag-rtl .ag-column-select-indent-42{padding-right:840px}.ag-ltr .ag-row-group-indent-42{padding-left:840px}.ag-rtl .ag-row-group-indent-42{padding-right:840px}.ag-ltr .ag-column-select-indent-43{padding-left:860px}.ag-rtl .ag-column-select-indent-43{padding-right:860px}.ag-ltr .ag-row-group-indent-43{padding-left:860px}.ag-rtl .ag-row-group-indent-43{padding-right:860px}.ag-ltr .ag-column-select-indent-44{padding-left:880px}.ag-rtl .ag-column-select-indent-44{padding-right:880px}.ag-ltr .ag-row-group-indent-44{padding-left:880px}.ag-rtl .ag-row-group-indent-44{padding-right:880px}.ag-ltr .ag-column-select-indent-45{padding-left:900px}.ag-rtl .ag-column-select-indent-45{padding-right:900px}.ag-ltr .ag-row-group-indent-45{padding-left:900px}.ag-rtl .ag-row-group-indent-45{padding-right:900px}.ag-ltr .ag-column-select-indent-46{padding-left:920px}.ag-rtl .ag-column-select-indent-46{padding-right:920px}.ag-ltr .ag-row-group-indent-46{padding-left:920px}.ag-rtl .ag-row-group-indent-46{padding-right:920px}.ag-ltr .ag-column-select-indent-47{padding-left:940px}.ag-rtl .ag-column-select-indent-47{padding-right:940px}.ag-ltr .ag-row-group-indent-47{padding-left:940px}.ag-rtl .ag-row-group-indent-47{padding-right:940px}.ag-ltr .ag-column-select-indent-48{padding-left:960px}.ag-rtl .ag-column-select-indent-48{padding-right:960px}.ag-ltr .ag-row-group-indent-48{padding-left:960px}.ag-rtl .ag-row-group-indent-48{padding-right:960px}.ag-ltr .ag-column-select-indent-49{padding-left:980px}.ag-rtl .ag-column-select-indent-49{padding-right:980px}.ag-ltr .ag-row-group-indent-49{padding-left:980px}.ag-rtl .ag-row-group-indent-49{padding-right:980px}.ag-ltr .ag-column-select-indent-50{padding-left:1000px}.ag-rtl .ag-column-select-indent-50{padding-right:1000px}.ag-ltr .ag-row-group-indent-50{padding-left:1000px}.ag-rtl .ag-row-group-indent-50{padding-right:1000px}.ag-ltr .ag-column-select-indent-51{padding-left:1020px}.ag-rtl .ag-column-select-indent-51{padding-right:1020px}.ag-ltr .ag-row-group-indent-51{padding-left:1020px}.ag-rtl .ag-row-group-indent-51{padding-right:1020px}.ag-ltr .ag-column-select-indent-52{padding-left:1040px}.ag-rtl .ag-column-select-indent-52{padding-right:1040px}.ag-ltr .ag-row-group-indent-52{padding-left:1040px}.ag-rtl .ag-row-group-indent-52{padding-right:1040px}.ag-ltr .ag-column-select-indent-53{padding-left:1060px}.ag-rtl .ag-column-select-indent-53{padding-right:1060px}.ag-ltr .ag-row-group-indent-53{padding-left:1060px}.ag-rtl .ag-row-group-indent-53{padding-right:1060px}.ag-ltr .ag-column-select-indent-54{padding-left:1080px}.ag-rtl .ag-column-select-indent-54{padding-right:1080px}.ag-ltr .ag-row-group-indent-54{padding-left:1080px}.ag-rtl .ag-row-group-indent-54{padding-right:1080px}.ag-ltr .ag-column-select-indent-55{padding-left:1100px}.ag-rtl .ag-column-select-indent-55{padding-right:1100px}.ag-ltr .ag-row-group-indent-55{padding-left:1100px}.ag-rtl .ag-row-group-indent-55{padding-right:1100px}.ag-ltr .ag-column-select-indent-56{padding-left:1120px}.ag-rtl .ag-column-select-indent-56{padding-right:1120px}.ag-ltr .ag-row-group-indent-56{padding-left:1120px}.ag-rtl .ag-row-group-indent-56{padding-right:1120px}.ag-ltr .ag-column-select-indent-57{padding-left:1140px}.ag-rtl .ag-column-select-indent-57{padding-right:1140px}.ag-ltr .ag-row-group-indent-57{padding-left:1140px}.ag-rtl .ag-row-group-indent-57{padding-right:1140px}.ag-ltr .ag-column-select-indent-58{padding-left:1160px}.ag-rtl .ag-column-select-indent-58{padding-right:1160px}.ag-ltr .ag-row-group-indent-58{padding-left:1160px}.ag-rtl .ag-row-group-indent-58{padding-right:1160px}.ag-ltr .ag-column-select-indent-59{padding-left:1180px}.ag-rtl .ag-column-select-indent-59{padding-right:1180px}.ag-ltr .ag-row-group-indent-59{padding-left:1180px}.ag-rtl .ag-row-group-indent-59{padding-right:1180px}.ag-ltr .ag-column-select-indent-60{padding-left:1200px}.ag-rtl .ag-column-select-indent-60{padding-right:1200px}.ag-ltr .ag-row-group-indent-60{padding-left:1200px}.ag-rtl .ag-row-group-indent-60{padding-right:1200px}.ag-ltr .ag-column-select-indent-61{padding-left:1220px}.ag-rtl .ag-column-select-indent-61{padding-right:1220px}.ag-ltr .ag-row-group-indent-61{padding-left:1220px}.ag-rtl .ag-row-group-indent-61{padding-right:1220px}.ag-ltr .ag-column-select-indent-62{padding-left:1240px}.ag-rtl .ag-column-select-indent-62{padding-right:1240px}.ag-ltr .ag-row-group-indent-62{padding-left:1240px}.ag-rtl .ag-row-group-indent-62{padding-right:1240px}.ag-ltr .ag-column-select-indent-63{padding-left:1260px}.ag-rtl .ag-column-select-indent-63{padding-right:1260px}.ag-ltr .ag-row-group-indent-63{padding-left:1260px}.ag-rtl .ag-row-group-indent-63{padding-right:1260px}.ag-ltr .ag-column-select-indent-64{padding-left:1280px}.ag-rtl .ag-column-select-indent-64{padding-right:1280px}.ag-ltr .ag-row-group-indent-64{padding-left:1280px}.ag-rtl .ag-row-group-indent-64{padding-right:1280px}.ag-ltr .ag-column-select-indent-65{padding-left:1300px}.ag-rtl .ag-column-select-indent-65{padding-right:1300px}.ag-ltr .ag-row-group-indent-65{padding-left:1300px}.ag-rtl .ag-row-group-indent-65{padding-right:1300px}.ag-ltr .ag-column-select-indent-66{padding-left:1320px}.ag-rtl .ag-column-select-indent-66{padding-right:1320px}.ag-ltr .ag-row-group-indent-66{padding-left:1320px}.ag-rtl .ag-row-group-indent-66{padding-right:1320px}.ag-ltr .ag-column-select-indent-67{padding-left:1340px}.ag-rtl .ag-column-select-indent-67{padding-right:1340px}.ag-ltr .ag-row-group-indent-67{padding-left:1340px}.ag-rtl .ag-row-group-indent-67{padding-right:1340px}.ag-ltr .ag-column-select-indent-68{padding-left:1360px}.ag-rtl .ag-column-select-indent-68{padding-right:1360px}.ag-ltr .ag-row-group-indent-68{padding-left:1360px}.ag-rtl .ag-row-group-indent-68{padding-right:1360px}.ag-ltr .ag-column-select-indent-69{padding-left:1380px}.ag-rtl .ag-column-select-indent-69{padding-right:1380px}.ag-ltr .ag-row-group-indent-69{padding-left:1380px}.ag-rtl .ag-row-group-indent-69{padding-right:1380px}.ag-ltr .ag-column-select-indent-70{padding-left:1400px}.ag-rtl .ag-column-select-indent-70{padding-right:1400px}.ag-ltr .ag-row-group-indent-70{padding-left:1400px}.ag-rtl .ag-row-group-indent-70{padding-right:1400px}.ag-ltr .ag-column-select-indent-71{padding-left:1420px}.ag-rtl .ag-column-select-indent-71{padding-right:1420px}.ag-ltr .ag-row-group-indent-71{padding-left:1420px}.ag-rtl .ag-row-group-indent-71{padding-right:1420px}.ag-ltr .ag-column-select-indent-72{padding-left:1440px}.ag-rtl .ag-column-select-indent-72{padding-right:1440px}.ag-ltr .ag-row-group-indent-72{padding-left:1440px}.ag-rtl .ag-row-group-indent-72{padding-right:1440px}.ag-ltr .ag-column-select-indent-73{padding-left:1460px}.ag-rtl .ag-column-select-indent-73{padding-right:1460px}.ag-ltr .ag-row-group-indent-73{padding-left:1460px}.ag-rtl .ag-row-group-indent-73{padding-right:1460px}.ag-ltr .ag-column-select-indent-74{padding-left:1480px}.ag-rtl .ag-column-select-indent-74{padding-right:1480px}.ag-ltr .ag-row-group-indent-74{padding-left:1480px}.ag-rtl .ag-row-group-indent-74{padding-right:1480px}.ag-ltr .ag-column-select-indent-75{padding-left:1500px}.ag-rtl .ag-column-select-indent-75{padding-right:1500px}.ag-ltr .ag-row-group-indent-75{padding-left:1500px}.ag-rtl .ag-row-group-indent-75{padding-right:1500px}.ag-ltr .ag-column-select-indent-76{padding-left:1520px}.ag-rtl .ag-column-select-indent-76{padding-right:1520px}.ag-ltr .ag-row-group-indent-76{padding-left:1520px}.ag-rtl .ag-row-group-indent-76{padding-right:1520px}.ag-ltr .ag-column-select-indent-77{padding-left:1540px}.ag-rtl .ag-column-select-indent-77{padding-right:1540px}.ag-ltr .ag-row-group-indent-77{padding-left:1540px}.ag-rtl .ag-row-group-indent-77{padding-right:1540px}.ag-ltr .ag-column-select-indent-78{padding-left:1560px}.ag-rtl .ag-column-select-indent-78{padding-right:1560px}.ag-ltr .ag-row-group-indent-78{padding-left:1560px}.ag-rtl .ag-row-group-indent-78{padding-right:1560px}.ag-ltr .ag-column-select-indent-79{padding-left:1580px}.ag-rtl .ag-column-select-indent-79{padding-right:1580px}.ag-ltr .ag-row-group-indent-79{padding-left:1580px}.ag-rtl .ag-row-group-indent-79{padding-right:1580px}.ag-ltr .ag-column-select-indent-80{padding-left:1600px}.ag-rtl .ag-column-select-indent-80{padding-right:1600px}.ag-ltr .ag-row-group-indent-80{padding-left:1600px}.ag-rtl .ag-row-group-indent-80{padding-right:1600px}.ag-ltr .ag-column-select-indent-81{padding-left:1620px}.ag-rtl .ag-column-select-indent-81{padding-right:1620px}.ag-ltr .ag-row-group-indent-81{padding-left:1620px}.ag-rtl .ag-row-group-indent-81{padding-right:1620px}.ag-ltr .ag-column-select-indent-82{padding-left:1640px}.ag-rtl .ag-column-select-indent-82{padding-right:1640px}.ag-ltr .ag-row-group-indent-82{padding-left:1640px}.ag-rtl .ag-row-group-indent-82{padding-right:1640px}.ag-ltr .ag-column-select-indent-83{padding-left:1660px}.ag-rtl .ag-column-select-indent-83{padding-right:1660px}.ag-ltr .ag-row-group-indent-83{padding-left:1660px}.ag-rtl .ag-row-group-indent-83{padding-right:1660px}.ag-ltr .ag-column-select-indent-84{padding-left:1680px}.ag-rtl .ag-column-select-indent-84{padding-right:1680px}.ag-ltr .ag-row-group-indent-84{padding-left:1680px}.ag-rtl .ag-row-group-indent-84{padding-right:1680px}.ag-ltr .ag-column-select-indent-85{padding-left:1700px}.ag-rtl .ag-column-select-indent-85{padding-right:1700px}.ag-ltr .ag-row-group-indent-85{padding-left:1700px}.ag-rtl .ag-row-group-indent-85{padding-right:1700px}.ag-ltr .ag-column-select-indent-86{padding-left:1720px}.ag-rtl .ag-column-select-indent-86{padding-right:1720px}.ag-ltr .ag-row-group-indent-86{padding-left:1720px}.ag-rtl .ag-row-group-indent-86{padding-right:1720px}.ag-ltr .ag-column-select-indent-87{padding-left:1740px}.ag-rtl .ag-column-select-indent-87{padding-right:1740px}.ag-ltr .ag-row-group-indent-87{padding-left:1740px}.ag-rtl .ag-row-group-indent-87{padding-right:1740px}.ag-ltr .ag-column-select-indent-88{padding-left:1760px}.ag-rtl .ag-column-select-indent-88{padding-right:1760px}.ag-ltr .ag-row-group-indent-88{padding-left:1760px}.ag-rtl .ag-row-group-indent-88{padding-right:1760px}.ag-ltr .ag-column-select-indent-89{padding-left:1780px}.ag-rtl .ag-column-select-indent-89{padding-right:1780px}.ag-ltr .ag-row-group-indent-89{padding-left:1780px}.ag-rtl .ag-row-group-indent-89{padding-right:1780px}.ag-ltr .ag-column-select-indent-90{padding-left:1800px}.ag-rtl .ag-column-select-indent-90{padding-right:1800px}.ag-ltr .ag-row-group-indent-90{padding-left:1800px}.ag-rtl .ag-row-group-indent-90{padding-right:1800px}.ag-ltr .ag-column-select-indent-91{padding-left:1820px}.ag-rtl .ag-column-select-indent-91{padding-right:1820px}.ag-ltr .ag-row-group-indent-91{padding-left:1820px}.ag-rtl .ag-row-group-indent-91{padding-right:1820px}.ag-ltr .ag-column-select-indent-92{padding-left:1840px}.ag-rtl .ag-column-select-indent-92{padding-right:1840px}.ag-ltr .ag-row-group-indent-92{padding-left:1840px}.ag-rtl .ag-row-group-indent-92{padding-right:1840px}.ag-ltr .ag-column-select-indent-93{padding-left:1860px}.ag-rtl .ag-column-select-indent-93{padding-right:1860px}.ag-ltr .ag-row-group-indent-93{padding-left:1860px}.ag-rtl .ag-row-group-indent-93{padding-right:1860px}.ag-ltr .ag-column-select-indent-94{padding-left:1880px}.ag-rtl .ag-column-select-indent-94{padding-right:1880px}.ag-ltr .ag-row-group-indent-94{padding-left:1880px}.ag-rtl .ag-row-group-indent-94{padding-right:1880px}.ag-ltr .ag-column-select-indent-95{padding-left:1900px}.ag-rtl .ag-column-select-indent-95{padding-right:1900px}.ag-ltr .ag-row-group-indent-95{padding-left:1900px}.ag-rtl .ag-row-group-indent-95{padding-right:1900px}.ag-ltr .ag-column-select-indent-96{padding-left:1920px}.ag-rtl .ag-column-select-indent-96{padding-right:1920px}.ag-ltr .ag-row-group-indent-96{padding-left:1920px}.ag-rtl .ag-row-group-indent-96{padding-right:1920px}.ag-ltr .ag-column-select-indent-97{padding-left:1940px}.ag-rtl .ag-column-select-indent-97{padding-right:1940px}.ag-ltr .ag-row-group-indent-97{padding-left:1940px}.ag-rtl .ag-row-group-indent-97{padding-right:1940px}.ag-ltr .ag-column-select-indent-98{padding-left:1960px}.ag-rtl .ag-column-select-indent-98{padding-right:1960px}.ag-ltr .ag-row-group-indent-98{padding-left:1960px}.ag-rtl .ag-row-group-indent-98{padding-right:1960px}.ag-ltr .ag-column-select-indent-99{padding-left:1980px}.ag-rtl .ag-column-select-indent-99{padding-right:1980px}.ag-ltr .ag-row-group-indent-99{padding-left:1980px}.ag-rtl .ag-row-group-indent-99{padding-right:1980px}.ag-ltr{direction:ltr}.ag-ltr .ag-body,.ag-ltr .ag-body-horizontal-scroll,.ag-ltr .ag-body-viewport,.ag-ltr .ag-floating-bottom,.ag-ltr .ag-floating-top,.ag-ltr .ag-header{flex-direction:row}.ag-rtl{direction:rtl}.ag-rtl .ag-body,.ag-rtl .ag-body-horizontal-scroll,.ag-rtl .ag-body-viewport,.ag-rtl .ag-floating-bottom,.ag-rtl .ag-floating-top,.ag-rtl .ag-header{flex-direction:row-reverse}.ag-rtl .ag-icon-contracted,.ag-rtl .ag-icon-tree-closed{display:block;transform:rotate(180deg)}.ag-layout-print.ag-body-viewport{flex:none}.ag-layout-print.ag-root-wrapper{display:inline-flex}.ag-layout-print .ag-center-cols-clipper{min-width:100%}.ag-layout-print .ag-body-horizontal-scroll{display:none}.ag-layout-print.ag-force-vertical-scroll{overflow-y:visible!important}@media print{.ag-root-wrapper.ag-layout-print,.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,.ag-root-wrapper.ag-layout-print .ag-body-viewport,.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,.ag-root-wrapper.ag-layout-print .ag-center-cols-container,.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,.ag-root-wrapper.ag-layout-print .ag-root,.ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport{display:block!important;height:auto!important;overflow:hidden!important}.ag-root-wrapper.ag-layout-print .ag-row{page-break-inside:avoid}}.ag-body .ag-body-viewport{-webkit-overflow-scrolling:touch}.ag-chart{height:100%;width:100%}.ag-chart,.ag-chart-components-wrapper{display:flex;overflow:hidden;position:relative}.ag-chart-components-wrapper{flex:1 1 auto}.ag-chart-title-edit{display:none;left:0;position:absolute;text-align:center;top:0}.ag-chart-title-edit.currently-editing{display:inline-block}.ag-chart-canvas-wrapper{flex:1 1 auto;overflow:hidden;position:relative}.ag-charts-canvas{display:block}.ag-chart-menu{display:flex;flex-direction:column;overflow:hidden;position:absolute;top:10px;width:24px}.ag-ltr .ag-chart-menu{right:20px}.ag-rtl .ag-chart-menu{left:20px}.ag-chart-docked-container{min-width:0;position:relative;transition:min-width .4s;width:0}.ag-chart-menu-hidden~.ag-chart-docked-container{max-width:0;overflow:hidden}.ag-chart-tabbed-menu{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.ag-chart-tabbed-menu-header{cursor:default;flex:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ag-chart-tabbed-menu-body{align-items:stretch;display:flex;flex:1 1 auto;overflow:hidden}.ag-chart-tab{overflow:hidden;overflow-y:auto;width:100%}.ag-chart-settings{overflow-x:hidden}.ag-chart-settings-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.ag-chart-settings-nav-bar{align-items:center;display:flex;height:30px;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ag-chart-settings-card-selector{align-items:center;display:flex;flex:1 1 auto;height:100%;justify-content:space-around;padding:0 10px}.ag-chart-settings-card-item{background-color:#000;cursor:pointer;height:10px;position:relative;width:10px}.ag-chart-settings-card-item.ag-not-selected{opacity:.2}.ag-chart-settings-card-item:before{background-color:initial;content:" ";display:block;height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;width:20px}.ag-chart-settings-next,.ag-chart-settings-prev{flex:none;position:relative}.ag-chart-settings-next-button,.ag-chart-settings-prev-button{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.ag-chart-settings-mini-charts-container{flex:1 1 auto;overflow-x:hidden;overflow-y:auto;position:relative}.ag-chart-settings-mini-wrapper{display:flex;flex-direction:column;left:0;min-height:100%;overflow:hidden;position:absolute;top:0;width:100%}.ag-chart-settings-mini-wrapper.ag-animating{transition:left .3s;transition-timing-function:ease-in-out}.ag-chart-mini-thumbnail{cursor:pointer}.ag-chart-mini-thumbnail-canvas{display:block}.ag-chart-data-wrapper,.ag-chart-format-wrapper{display:flex;flex-direction:column;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ag-chart-data-wrapper{height:100%;overflow-y:auto}.ag-chart-data-section,.ag-chart-format-section{display:flex;margin:0}.ag-chart-empty-text{align-items:center;display:flex;height:100%;justify-content:center;top:0;width:100%}.ag-chart .ag-chart-menu{opacity:0;pointer-events:none}.ag-chart-menu-hidden:hover .ag-chart-menu{opacity:1;pointer-events:all}.ag-charts-font-size-color{align-self:stretch;display:flex;justify-content:space-between}.ag-charts-data-group-item{position:relative}.ag-date-time-list-page-column-labels-row,.ag-date-time-list-page-entries-row,.ag-date-time-list-page-title-bar{display:flex}.ag-date-time-list-page-column-label,.ag-date-time-list-page-entry{flex-basis:0;flex-grow:1}.ag-date-time-list-page-entry{cursor:pointer}.ag-theme-alpine{-webkit-font-smoothing:antialiased;color:#181d1f;color:var(--ag-foreground-color,#181d1f);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:normal}@font-face{font-family:agGridAlpine;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABWoAAsAAAAAJ9AAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAmYAAAR2ZcBn9U9TLzIAAANwAAAAQQAAAFZWUVMIY21hcAAAA7QAAAIcAAAFnIMq5ipnbHlmAAAF0AAAC80AABVszjC1ZWhlYWQAABGgAAAANAAAADZ2zsSBaGhlYQAAEdQAAAAeAAAAJAfSBDFobXR4AAAR9AAAABcAAAE0xzj/+2xvY2EAABIMAAAAdQAAAJwYJx3EbWF4cAAAEoQAAAAfAAAAIAFjAKpuYW1lAAASpAAAATUAAAJG5xgJvXBvc3QAABPcAAAByQAAAqgIzxhUeJx9lEtyElEUhv+mm0gCJilFjRhjovEVXzF2uhuaRx4QEDJwYFkOnMSyyrKKcsQ6XIAryNAVuAAHrsAFOHDo2PK7h0ZMBuEWze3z+M9//3Mu8iTNaVNN5doHhy81PzwafVRFgcYf5/9/7w0/vD9SYfKGL7DfgrygpHnd1GuN9M2b90beca7sV/xX/jv/s//F/yWfqFU9JrqobVakmGeoRFXVlCqnGWwR+7oaRPs8m2a9oKvKm6ernpaoGZHTM8QN9XVPi+B0DKetPaISlsNs8xyw7mvhjIgUlDy+be1gDVBkBU3qKmtWz2HZhkmL/Ab+i9Tcp3ZIVgdfB3Z5LE32LV2Ck8sITNWe3ugpfndSh1LNchK+kQ7sPbS3NTSZRDXBqVHLYW/BYGKvgReTsQl6lajdTNEN3SK7Bk4btJZl1y17jcgYbgl9CeycMVxLWmf/Qm/pRREW45y2aTpW4CHsp/aO4aV6dMLaAmtA7BM4TK2uPw+oFdKVGPQlfEN90rG+6rt+6Kd+64/O6TJ1YjvDHuj7Z2pTQMHT0V28zX9Wd9YZZuB01MmIWU5eM3UifL1MQ1etyMmcOgn7EGti8XPwdPFd2KT0I6BGaHVdp/OsHd4jos9n09lglUzpHlOwYBPct1moMKNbum6I4zlM0XoZRLcb86uYbg3wrlnfnLruhi3am7sLrt8VurPCb8gJq6bTId5VLA5parlhWSnsHcYz/Cmsp9Ucq2VYhbqLz81Y325Hl0rrnGfMJNYduxl9m6/bMKhmN7VMDx37VtaxKxYXWZbHP0GY3fDEtHMz3YGbm4/BX0ArchMAAHicY2BkmsY4gYGVgYGpimkPAwNDD4RmfMBgyMgEFGVgZWbACgLSXFMYDjDofjRifgHkRjG/BZnCwAiSAwDkfwr5AAAAeJy11AdSG0EQheFfgSxwIOecEWCCySCiEHAJnCkcKJw5h8/me/QJ8Bt1+wC4ylv1qXdGq92ZWr0GaoCczEkesvVkdEYmq9lMdT5HY3U+z2+NC9ST1XmRK264s6X7e80WueSaW8tUR3+PjK4u0McEzzU6YoUDdjlmjXNWKbHBPnucsMUmp7pmh3XKnLHNIRUu9Pu0irzWWEudntuglTTpjs208JgntNJGOx100kU3PfTqWf0MMMgQw4wwyhjjevokU0wzw6x2U2SeBRb1/TOWWNYia3nYcfTA69OxcrB7vHa+WtKO9062NrXZnfXy2fZh5eIfbvYfjkL6yP2K0Tnpjbq028uwIi/CgbwMu/IqHMvrsCZvQrrn27Aq70JJrsKGXId9eR/25EM4kY9hSz6FTbkJp3Ib0j/vc9iRL2FdvoayfAtn8j1sy49wKD9DRe6CXqBlXMqLZR2p5lzKl+VdypjVuJQ9q3WkWudItd6RaoMj1UaXMmlNjlQLLr1Ja3ak2uJI9ZFTdrCgFGFBecKeOiULa3XKGNbmlDas3Sl3WIdTArFOpyxiXU6pxLqd8on1OCUV63XKLNbnlF6s3ynH2IBTorFBp+xiQ04px4ad8o6NOCUfG3XqAdiYUzfAxp36Ajbh1CGwSadegU05dQ1s2ql/YDMu9UubdSknNufUXbCiU5/B5p06DrbgqutfdOpCWFA/wgLLfwB3H6YceJztWHtwVNUZv9852b179/2+WUI22b3ZXNjshib7uEkWdkMSSMAQcVwwQDFEikONtqK0KBAR/2hNHavjDPgH6Uw7bcPUmUZaph0VKk6VEkeldqTtDOof1dKSqmlxGLGBvfQ7Z3dDAqnaPzttsnvej+98z9+3Agj4R6ZoXLAIAoR8sugLpUKaGiJTunV6Gi7qd2F5kMZz09PZ7PQ0W264evnqZfoR/Ugw4C6H4BOqBMEjyqKqGTRWRrCgMmt6VFZ+8PTTsZdfJlksYk/rg/39/e18JMYHyGOzOv0b+vv1T2evR7LYpbSDdggS3iNrroRL1iQ43DaZP5/Rj+pH4WJmUjfA5ckMrNGPCoSvP0APCF6hFreHRaNo9Mp+2d+spbV0Uq1X6z2iioQidUgfXNwxOKC1tmoDg++VGwNtBw+2HTjAS3pgzhRvFF4tz2LJrivx0Y4tkfMy4VLUhE9hNfxyePj48DDsGh6mtsJpZOgufUQo0Xmenhc8QoBxP2wHn8sbhESoOQspV7IRJNBkkOmDVz4JJoL4oWZeF6b0v/VNwFgfPY/9OZNXPgF/3ykYu3nu+fL851MU9g2nP144Q2I3nlw4c+/sMyk/0xVyReY7F8+k5uvOLQ5+/fpzi7yjD9CvoD6ZhEpBkECUJaBaDRiZ6Hxef3M6xcRGPtAH2rbqBchOTJw6YrEEHP6mFU1+RwB+DT/I4IT+MiybmMjabMGq+kC4qSkciCwMsuMr+B1x1POifByCEAm5QgbFlfAorgy4FBeNF54gO/TVXFbHhqdJYlgfYZIqSqukh+QInmFAGgmqD+yCVv0UmgWN66f0iZJ9FN/zMD2BrwkI1ZzzRh9qbUjmDa8fGZVGPtUrHqSBHNGtSlMeLg7rKUYyvIalAnoKXqMvNoULz5PuW5uUwvNsjnQrTYVtpLtkE0/SJ5muSYDsEiVQUV3gImzo1MdgY6d+WB/rhI1YkPScLmzEJbjdKAhXr9Cv0Q8FJ2pItdAjPCx8D6lF81ANswilSgrlLBtlfwY8Ea+dKOHGilQySxLNQfB5jeF6tREU3IAq0JzWstDsl712HMHhVDLdHKQJJr9GUBtJMgu4i5Q2FffUgF8OEjTFtNaEm4Pg9TnATsKNsITidj+9R7zzXoPep2qaStKqtvKo3gEjBKjBeZboA5I76HXKXqfZYKsMeeQ6j9lmqjB5HfJCq1zrNxKT3fwzd9hf7bI5JbtJNDmsLr/F7fRWudw1fnely2S2iRUGR9BttBjcbovNbV7aECWUmCwmA0kR0eywGkmCgtltIn81ffMRA2lRr/yWEzPy5pXv0Ad+H5BchSf/aK0JekzuqtqIL5yq9y5U3ZLDbPN5k821Df7KSrPD7ggs9jssEbfFbgm4rLLb7jIZRU+oMeKx+Sp9TrPF4fbYJItERdEgeqq/e+y4ZDGaRZvZIJ2RHCbJLp12SGanW/i/7P6rZTcnnoEqou9R0Xrpch7QYA3+Y0CDy7phEsMbrCn5rznyXvW5stZYmEumE83+GsgRJjq/z+sAGUVkh3D9EhCZMtSnkp8toviGmyTR4HW4PM6l7Wa70WZyeHx9eatZcnvdFf23VUguHPks5k48OGS3WfxOT+XGjQ63weC0uqrvedDhc9slybhvt9FkdDnc/ytvnBNDIui4RRljzgS0IL46Di3QmpsdQx5DPFElNArLmJ5ocpoZbQ0+ChjYMipGtDJAm5VxIIgWreFYmNmtpsppZouinNYaSRgql8V61g+sH91ZTam3Kx6PaZuHbhvdubCiwtc3GO/yLhjc33PLqkw01bAqGjK11N26Kurt6asL3LH/cfIj3Lu4a89as0XbrDTG0glYsXutxbx0m1R9a/PyrVpdW020uyHVsKXFG+3J1/VkNuHgLPrtiMHiSD9CA0YLJzWSJaWXcE8BBpxEH4OT6FJIRff+OwJ49xP7BxcgZfrJhTtHf8ppr+aNhRXw7eiqaHTVOlZAQNu6HK8slufW7ulixJpL9SjS1BPlRQm7DCHvRcGGFIk+0aWmQgbZp6U0OjR9bJo8Wxh/O3eWTE2PHof+6Vzu7bPZ0be5yHhxiUyh3LjVaqooM2xHLr30UmZ6Wk/l85A6cSLDMbNVsBbxBq4v4w2GwaqEGkERVKFBWCIImpJKyLO+kc/pI/4+nssd42XhjX/XmR4u/uVKdbZUIzmmmfdfT5MAiPoj+PXgPSn8qvhlYyLWIazpENPRwml+FF5BntUnsAW/0CfIDn6vvjqHd+X0ESQhm83OwzMP6jomFsizC5xlsCufJ0c5y3TrXL9oYphJY3BGDdHlZT/IfCIJTrYxyN82WbaRA+QkZiABtBLBgxEqAymlqEe8hdYgI8aNKD4WuuzQANjgyqb8MLxUGRtr3dLSsqV1bExZGn4G+vSfwy7eBuXaJFxUMsrNLQP3DbTcjK1ofgyrlWxoy46BFs7Xq1fpJMfE1/E1hPiSJRoGlhUhHQaWXJX6DHuSBb29I5e0S6RBu6QhOHsdkoVeVm7GPvkAZ/TXe3shWY8t/GjLent7d2KNn0u/g2QZjz9Dn0EqXBzTJnyAionAEj2lCph76CP9QDp0/V1MQDbo6PfIOznY9S4fox595B0+NuNzruksyiA1819Ex+UvtKKsh7Pl+9+kbxbvn7l2hpDczKWoQ2VKGFHFa/9QpmTGN44XfSNzcTLANzK6noFWGse6DVpKOnWOOnnuyaKnjGmCyBI5cu7ChdjJkzFekiCvvsXLmbcVc8IQ05V5s0JIsiZGERkaAQOICgwksYXz5Yh6RzzWu2ZT6/YGPR6ugzXYgLfCdWxwvpRRH9i0pjcWrwvr8Ybt+od1YXirYXsrHyvTdzfmDD4hKNQjfQqDWKIyN2EINfsZ/EqmgfE3lErQynF7+9p227M8O+jBUn/BFQiEAwFIFZ7Lw/fzdCjS2BjBPGIbX3Io3FSpVOKn4CaHuFsoyXAv3YMa28Z9W7r4L2v1WIFoRC4jn0SjA/mtsqQMWV6PbAG2CkOQ7E/4sanCLU+h+zZI1W1LtK32tupaCPraV2wHINTri8sH/xyDcx7JanKOphc1u2CBSSZgIgdMCJ/sbucZeOgpyWJxWBdZJMtg47KgT39v4TrrNqMhkGr4kmzB7eQJp9Nj94/aKa3S/2L0qpVJ98GKChBN7jOCmb9jnI6j9dUKi4TlwkrhJiEvbBIGhTvxXUEiu6mdiBWRRqIST5ZodYaQy48BVEsbvDILSCmuSqLqQ/wgKjLv+DkzIl45kVKNYiKlRQEZkUAH7UsgDlYjRkX0JbR6dDHUtWhFFJCe6IpF+vv6+9d6UA27C6f+PqUkiVQwAUkqtfCCObYuH5OiKxftlGLr1sXM7XXNC4JQeBX27gEYziVvagHYnYNf7WbrkRet0X0nWrr30Z/Me341710pvGqUcPnUGy4nXgZ7wMEPl+5d1N1ApFge7wGEqP5ocGXLQy+uTu37ZzoykNu7N4yrKcDeYXjoBlvknpiMZ/RT0JrRyccZlu226cLs3wO8wuKyVTmZttQytjmZVdEwh2ms38xmSgb16M4dnV1dnTt2grPcevSezRtTmpbauPlsuUHPswn9H3MXX9k7ZxFvlGyI0WJFG08zanggKPp79T8grev+zs77H2VF1xejkkyV1mMx/YUJviEXEGUMtuy3j7m/aPHMYLKNZQbXsGEvHeJxlSMZ5v8A93JEUvSDhffJkcJadNRZmOQD+uEcmSqcLt9JySEmPY8E58ABDnIIY19fSe6HKGVzEimOUqpf0C/MnUPsivRgwOS75z+zuKA092Pq4b+bsN8qNLgLPu0snNT/1AFVrPUbqOkorYuTTvZCD77mOA82HbfP8ClOxouxgeVL5GMeEqCVjGOMYKo5y88PCW7BLySYH/XxVNdvFOUssExWQcNOMMzsmwUSkmlNxpUyfjQgrxQxgBZdlswhAFj85byp8NwjbT1lpNDRtL7mvoGew8lCN3mFYYLYCsuyqjuWtg60jOXh7v2VX21vLYKFptWG9fnbcSV54V8PFbSvAAAAeJxjYGRgYADiJZeya+P5bb4ycDO/AApEcT7e1wCj///+/5v5LfNboEoOBiYgyQAAoN8P3nicY2BkYGB+wcAAIv///v+b+S0DIwMq8AUAntwHCgAAeJxjYGBgYH4Bwv9/Q+ihjekBAG/aMMwAeJxjYAACKYYghiyGJQz7GN4xSjA6MZYwTmNcxXiH8R/THeZdzFdY3Fh2sJxh1WEtY53Cuob1G5semxtbHNsitgfsbOwK7G7sEewl7Ec4mDjSOHk4FTjTOA9w3uL8xcXBJcalwmXE5cYVwpXBtY10CAAggCv3AAAAeJxjYGRgYPBlmMfAwwACTEDMBYQMDP/BfAYAIOsCDgB4nHWRPU7DQBCFnxMniBghJCREx1Y0SM5PQZEuFHGfIgWdE68dR7bXWm8ipeMYnIBjUHIETsEheDFTREjZ1a6/+fbNNAZwgy94OC4PV+19XB1csPrjLulW2Cc/CPcQ4Em4T/8sPKB9EQ7YWXKC51/S3ONNuINrvAt36T+EffKncA93+Bbu0/8ID7D0fOEAj95rnEU2T2ZFnVd6obNdEdtTdcpLbZvcVGocjk51pCttY6cTtTqoZp9NnEtVak2p5qZyuiiMqq3Z6rULN87V0+EwFR+uTYkYGSJY5EgwQ4GaVEFjwZNhRxPz9VzqnF/yWDSsDGuFMUKMzqYjnqrtiOH4TdixwoF3gz17JrQOKeuUGcO/ojBvJx/TBbehqdu3Lc2aPsSm7aoxxZA7/ZcPmeKkXwK+aWkAAAB4nG2SB2/bMBSE/cWS7dhp46ZtuvceapvuvXeb/geGomUiEimQlO3k15e1gwAB+gASd4eHe8cHtpZai+q3/l+bLNEmIaVDlx7L9BmwwiEOs8qQI6xxlGMcZ50TnOQUpznDWc5xngtc5BKXucJVrnGdG9zkFre5w10y7nGfB2zwkEc85glPecZzXvCSV7zmDW95x3s+8JFPfOYLX/nGd37wk1/8ZpM/rYEoCqcKEbQ1HeGcnfq28LIjhZGqTOVYuDCUYyW3t+wsmwOVr+8L2uQqKFdpI4Ja25cbs9e5Im1pXVbrSFw3kqYyvi+tCU7IoPJE2nonlc5635Z+ksaTbSS58jJVsxigO7+zjZ6a1SLOypfVjsp8Kfy4HVFnpMs4Ph1p50NSOF2nhbNNncSGkJRqFDqlNjFHt7Qi16boVWKmK72rkkqZphdzL5hRs5AYa9TA2JCJsrRTlad1dFHtWpu01hMberVTE20bP3TRzGZbTQjWZHY0Wj0omNTpYhwSLyaq76tol+V2avbgv1iDBZy39RY4pg5xTWvBKXVwr8tzydbK9BqzeA+CAocioLEYpngkJWO22WIW/0ZORUPNDhNG7LZafwFegLa2AAAA) format("woff")}.ag-theme-alpine .ag-icon{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:agGridAlpine;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:16px;text-transform:none}.ag-theme-alpine .ag-icon-aggregation:before{content:"\f101"}.ag-theme-alpine .ag-icon-arrows:before{content:"\f102"}.ag-theme-alpine .ag-icon-asc:before{content:"\f103"}.ag-theme-alpine .ag-icon-cancel:before{content:"\f104"}.ag-theme-alpine .ag-icon-chart:before{content:"\f105"}.ag-theme-alpine .ag-icon-color-picker:before{content:"\f109"}.ag-theme-alpine .ag-icon-columns:before{content:"\f10a"}.ag-theme-alpine .ag-icon-contracted:before{content:"\f10b"}.ag-theme-alpine .ag-icon-copy:before{content:"\f10c"}.ag-theme-alpine .ag-icon-cross:before{content:"\f10d"}.ag-theme-alpine .ag-icon-csv:before{content:"\f10e"}.ag-theme-alpine .ag-icon-desc:before{content:"\f10f"}.ag-theme-alpine .ag-icon-excel:before{content:"\f110"}.ag-theme-alpine .ag-icon-expanded:before{content:"\f111"}.ag-theme-alpine .ag-icon-eye-slash:before{content:"\f112"}.ag-theme-alpine .ag-icon-eye:before{content:"\f113"}.ag-theme-alpine .ag-icon-filter:before{content:"\f114"}.ag-theme-alpine .ag-icon-first:before{content:"\f115"}.ag-theme-alpine .ag-icon-grip:before{content:"\f116"}.ag-theme-alpine .ag-icon-group:before{content:"\f117"}.ag-theme-alpine .ag-icon-last:before{content:"\f118"}.ag-theme-alpine .ag-icon-left:before{content:"\f119"}.ag-theme-alpine .ag-icon-linked:before{content:"\f11a"}.ag-theme-alpine .ag-icon-loading:before{content:"\f11b"}.ag-theme-alpine .ag-icon-maximize:before{content:"\f11c"}.ag-theme-alpine .ag-icon-menu:before{content:"\f11d"}.ag-theme-alpine .ag-icon-minimize:before{content:"\f11e"}.ag-theme-alpine .ag-icon-next:before{content:"\f11f"}.ag-theme-alpine .ag-icon-none:before{content:"\f120"}.ag-theme-alpine .ag-icon-not-allowed:before{content:"\f121"}.ag-theme-alpine .ag-icon-paste:before{content:"\f122"}.ag-theme-alpine .ag-icon-pin:before{content:"\f123"}.ag-theme-alpine .ag-icon-pivot:before{content:"\f124"}.ag-theme-alpine .ag-icon-previous:before{content:"\f125"}.ag-theme-alpine .ag-icon-right:before{content:"\f128"}.ag-theme-alpine .ag-icon-save:before{content:"\f129"}.ag-theme-alpine .ag-icon-small-down:before{content:"\f12a"}.ag-theme-alpine .ag-icon-small-left:before{content:"\f12b"}.ag-theme-alpine .ag-icon-small-right:before{content:"\f12c"}.ag-theme-alpine .ag-icon-small-up:before{content:"\f12d"}.ag-theme-alpine .ag-icon-tick:before{content:"\f12e"}.ag-theme-alpine .ag-icon-tree-closed:before{content:"\f12f"}.ag-theme-alpine .ag-icon-tree-indeterminate:before{content:"\f130"}.ag-theme-alpine .ag-icon-tree-open:before{content:"\f131"}.ag-theme-alpine .ag-icon-unlinked:before{content:"\f132"}.ag-theme-alpine .ag-icon-row-drag:before{content:"\f116"}.ag-theme-alpine .ag-left-arrow:before{content:"\f119"}.ag-theme-alpine .ag-right-arrow:before{content:"\f128"}.ag-theme-alpine .ag-root-wrapper{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-alpine [class^=ag-],.ag-theme-alpine [class^=ag-]:after,.ag-theme-alpine [class^=ag-]:before,.ag-theme-alpine [class^=ag-]:focus{box-sizing:border-box;outline:none}.ag-theme-alpine [class^=ag-]::-ms-clear{display:none}.ag-theme-alpine .ag-checkbox .ag-input-wrapper,.ag-theme-alpine .ag-radio-button .ag-input-wrapper{overflow:visible}.ag-theme-alpine .ag-range-field .ag-input-wrapper{height:100%}.ag-theme-alpine .ag-toggle-button{flex:none;min-width:0;min-width:auto;width:auto}.ag-theme-alpine .ag-ltr .ag-label-align-right .ag-label{margin-left:6px}.ag-theme-alpine .ag-rtl .ag-label-align-right .ag-label{margin-right:6px}.ag-theme-alpine input[class^=ag-]{margin:0}.ag-theme-alpine input[class^=ag-],.ag-theme-alpine select[class^=ag-],.ag-theme-alpine textarea[class^=ag-]{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-alpine input[class^=ag-]:not([type]),.ag-theme-alpine input[class^=ag-][type=date],.ag-theme-alpine input[class^=ag-][type=datetime-local],.ag-theme-alpine input[class^=ag-][type=number],.ag-theme-alpine input[class^=ag-][type=tel],.ag-theme-alpine input[class^=ag-][type=text],.ag-theme-alpine textarea[class^=ag-]{border:1px solid #babfc7;border-color:var(--ag-input-border-color,var(--ag-border-color,#babfc7));color:inherit;font-size:inherit;line-height:inherit}.ag-theme-alpine input[class^=ag-]:not([type]):disabled,.ag-theme-alpine input[class^=ag-][type=date]:disabled,.ag-theme-alpine input[class^=ag-][type=datetime-local]:disabled,.ag-theme-alpine input[class^=ag-][type=number]:disabled,.ag-theme-alpine input[class^=ag-][type=tel]:disabled,.ag-theme-alpine input[class^=ag-][type=text]:disabled,.ag-theme-alpine textarea[class^=ag-]:disabled{background-color:#f1f2f4;background-color:var(--ag-input-disabled-background-color,#f1f2f4);border-color:rgba(186,191,199,.3);border-color:var(--ag-input-disabled-border-color,rgba(186,191,199,.3));color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5))}.ag-theme-alpine input[class^=ag-]:not([type]):focus,.ag-theme-alpine input[class^=ag-][type=date]:focus,.ag-theme-alpine input[class^=ag-][type=datetime-local]:focus,.ag-theme-alpine input[class^=ag-][type=number]:focus,.ag-theme-alpine input[class^=ag-][type=tel]:focus,.ag-theme-alpine input[class^=ag-][type=text]:focus,.ag-theme-alpine textarea[class^=ag-]:focus{border-color:rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));box-shadow:0 0 2px .1rem rgba(33,150,243,.4);outline:none}.ag-theme-alpine input[class^=ag-]:not([type]):invalid,.ag-theme-alpine input[class^=ag-][type=date]:invalid,.ag-theme-alpine input[class^=ag-][type=datetime-local]:invalid,.ag-theme-alpine input[class^=ag-][type=number]:invalid,.ag-theme-alpine input[class^=ag-][type=tel]:invalid,.ag-theme-alpine input[class^=ag-][type=text]:invalid,.ag-theme-alpine textarea[class^=ag-]:invalid{border:2px solid #e02525;border-color:var(--ag-input-border-color-invalid,var(--ag-invalid-color,#e02525))}.ag-theme-alpine input[class^=ag-][type=number]{-moz-appearance:textfield}.ag-theme-alpine input[class^=ag-][type=number]::-webkit-inner-spin-button,.ag-theme-alpine input[class^=ag-][type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ag-theme-alpine input[class^=ag-][type=range]{padding:0}.ag-theme-alpine button[class^=ag-]:focus,.ag-theme-alpine input[class^=ag-][type=button]:focus{box-shadow:0 0 2px .1rem rgba(33,150,243,.4)}.ag-theme-alpine .ag-drag-handle{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f))}.ag-theme-alpine .ag-list-item,.ag-theme-alpine .ag-virtual-list-item{height:24px}.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-virtual-list-item:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-select-list{background-color:#fff;background-color:var(--ag-background-color,#fff);overflow-x:hidden;overflow-y:auto}.ag-theme-alpine .ag-list-item{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-theme-alpine .ag-list-item.ag-active-item{background-color:rgba(33,150,243,.1);background-color:var(--ag-row-hover-color,rgba(33,150,243,.1))}.ag-theme-alpine .ag-select-list-item{cursor:default;padding-left:4px;padding-right:4px;-moz-user-select:none;-webkit-user-select:none;user-select:none}.ag-theme-alpine .ag-select-list-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-theme-alpine .ag-select .ag-picker-field-wrapper{background-color:#fff;background-color:var(--ag-background-color,#fff);cursor:default;min-height:24px}.ag-theme-alpine .ag-select.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}.ag-theme-alpine .ag-select:not(.ag-cell-editor){height:24px}.ag-theme-alpine .ag-select .ag-picker-field-display{margin:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-theme-alpine .ag-select .ag-picker-field-icon{align-items:center;display:flex}.ag-theme-alpine .ag-select.ag-disabled{opacity:.5}.ag-theme-alpine .ag-rich-select{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8)}.ag-theme-alpine .ag-rich-select-list{height:273px;min-width:200px;width:100%}.ag-theme-alpine .ag-rich-select-value{border-bottom:1px solid #dde2eb;border-bottom-color:var(--ag-secondary-border-color,#dde2eb);height:42px;padding:0 6px 0 18px}.ag-theme-alpine .ag-rich-select-virtual-list-item{cursor:default;height:24px}.ag-theme-alpine .ag-rich-select-virtual-list-item:hover{background-color:rgba(33,150,243,.1);background-color:var(--ag-row-hover-color,rgba(33,150,243,.1))}.ag-theme-alpine .ag-rich-select-row{padding-left:18px}.ag-theme-alpine .ag-rich-select-row-selected{background-color:rgba(33,150,243,.3);background-color:var(--ag-selected-row-background-color,rgba(33,150,243,.3))}.ag-theme-alpine .ag-group-contracted,.ag-theme-alpine .ag-group-expanded,.ag-theme-alpine .ag-row-drag,.ag-theme-alpine .ag-selection-checkbox{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f))}.ag-theme-alpine .ag-ltr .ag-group-contracted,.ag-theme-alpine .ag-ltr .ag-group-expanded,.ag-theme-alpine .ag-ltr .ag-row-drag,.ag-theme-alpine .ag-ltr .ag-selection-checkbox{margin-right:12px}.ag-theme-alpine .ag-rtl .ag-group-contracted,.ag-theme-alpine .ag-rtl .ag-group-expanded,.ag-theme-alpine .ag-rtl .ag-row-drag,.ag-theme-alpine .ag-rtl .ag-selection-checkbox{margin-left:12px}.ag-theme-alpine .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value){align-items:center;display:flex;flex:none;height:min(40px,40px);height:min(var(--ag-line-height,40px),40px)}.ag-theme-alpine .ag-group-contracted,.ag-theme-alpine .ag-group-expanded{cursor:pointer}.ag-theme-alpine .ag-group-title-bar-icon{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));cursor:pointer;flex:none}.ag-theme-alpine .ag-ltr .ag-group-child-count{margin-left:2px}.ag-theme-alpine .ag-rtl .ag-group-child-count{margin-right:2px}.ag-theme-alpine .ag-group-title-bar{background-color:#fff;background-color:var(--ag-subheader-background-color,#fff);padding:6px}.ag-theme-alpine .ag-group-toolbar{padding:6px}.ag-theme-alpine .ag-disabled-group-container,.ag-theme-alpine .ag-disabled-group-title-bar{opacity:.5}.ag-theme-alpine .group-item{margin:3px 0}.ag-theme-alpine .ag-label{white-space:nowrap}.ag-theme-alpine .ag-ltr .ag-label{margin-right:6px}.ag-theme-alpine .ag-rtl .ag-label{margin-left:6px}.ag-theme-alpine .ag-label-align-top .ag-label{margin-bottom:3px}.ag-theme-alpine .ag-ltr .ag-angle-select-field,.ag-theme-alpine .ag-ltr .ag-slider-field{margin-right:12px}.ag-theme-alpine .ag-rtl .ag-angle-select-field,.ag-theme-alpine .ag-rtl .ag-slider-field{margin-left:12px}.ag-theme-alpine .ag-angle-select-parent-circle{background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:12px;height:24px;width:24px}.ag-theme-alpine .ag-angle-select-child-circle{background-color:#181d1f;background-color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));border-radius:3px;height:6px;left:12px;margin-left:-3px;margin-top:-4px;top:4px;width:6px}.ag-theme-alpine .ag-picker-field-wrapper{border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:5px}.ag-theme-alpine .ag-picker-field-wrapper:focus{box-shadow:0 0 2px .1rem rgba(33,150,243,.4)}.ag-theme-alpine .ag-picker-field-button{background-color:#fff;background-color:var(--ag-background-color,#fff);color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f))}.ag-theme-alpine .ag-dialog.ag-color-dialog{border-radius:5px}.ag-theme-alpine .ag-color-picker .ag-picker-field-display{height:16px}.ag-theme-alpine .ag-color-panel{padding:6px}.ag-theme-alpine .ag-spectrum-color{background-color:red;border-radius:2px}.ag-theme-alpine .ag-spectrum-tools{padding:10px}.ag-theme-alpine .ag-spectrum-sat{background-image:linear-gradient(90deg,#fff,hsla(20,42%,65%,0))}.ag-theme-alpine .ag-spectrum-val{background-image:linear-gradient(0deg,#000,hsla(20,42%,65%,0))}.ag-theme-alpine .ag-spectrum-dragger{background:#000;border:1px solid #fff;border-radius:12px;box-shadow:0 0 2px 0 rgba(0,0,0,.24);height:12px;width:12px}.ag-theme-alpine .ag-spectrum-alpha-background,.ag-theme-alpine .ag-spectrum-hue-background{border-radius:2px}.ag-theme-alpine .ag-spectrum-tool{border-radius:2px;height:11px;margin-bottom:10px}.ag-theme-alpine .ag-spectrum-slider{background-color:#f8f8f8;border-radius:13px;box-shadow:0 1px 4px 0 rgba(0,0,0,.37);height:13px;margin-top:-12px;width:13px}.ag-theme-alpine .ag-recent-color{margin:0 3px}.ag-theme-alpine .ag-recent-color:first-child{margin-left:0}.ag-theme-alpine .ag-recent-color:last-child{margin-right:0}.ag-theme-alpine.ag-dnd-ghost{background:#fff;background:var(--ag-background-color,#fff);border:1px solid #dde2eb;border-color:var(--ag-secondary-border-color,#dde2eb);border-radius:3px;box-shadow:0 1px 4px 1px rgba(186,191,199,.4);color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));height:48px!important;line-height:48px;margin:0;overflow:hidden;padding:0 12px;text-overflow:ellipsis;transform:translateY(12px)}.ag-theme-alpine .ag-dnd-ghost-icon{color:#181d1f;color:var(--ag-foreground-color,#181d1f);margin-right:6px}.ag-theme-alpine .ag-popup-child:not(.ag-tooltip-custom){box-shadow:0 1px 4px 1px rgba(186,191,199,.4)}.ag-dragging-fill-handle .ag-theme-alpine .ag-dialog,.ag-dragging-range-handle .ag-theme-alpine .ag-dialog{opacity:.7;pointer-events:none}.ag-theme-alpine .ag-dialog{border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:3px}.ag-theme-alpine .ag-panel{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-alpine .ag-panel-title-bar{background-color:#f8f8f8;background-color:var(--ag-header-background-color,#f8f8f8);border-bottom:1px solid #babfc7;border-bottom-color:var(--ag-border-color,#babfc7);color:#181d1f;color:var(--ag-header-foreground-color,var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f)));height:48px;padding:6px 18px}.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button{margin-left:6px}.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button{margin-right:6px}.ag-theme-alpine .ag-tooltip{background-color:#f8f8f8;background-color:var(--ag-header-background-color,#f8f8f8);border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:3px;color:#181d1f;color:var(--ag-foreground-color,#181d1f);padding:6px;transition:opacity 1s;white-space:normal}.ag-theme-alpine .ag-tooltip.ag-tooltip-hiding{opacity:0}.ag-theme-alpine .ag-tooltip-custom{transition:opacity 1s}.ag-theme-alpine .ag-tooltip-custom.ag-tooltip-hiding{opacity:0}.ag-theme-alpine .ag-ltr .ag-column-select-indent-1{padding-left:16px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-1{padding-right:16px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-2{padding-left:32px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-2{padding-right:32px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-3{padding-left:48px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-3{padding-right:48px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-4{padding-left:64px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-4{padding-right:64px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-5{padding-left:80px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-5{padding-right:80px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-6{padding-left:96px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-6{padding-right:96px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-7{padding-left:112px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-7{padding-right:112px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-8{padding-left:128px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-8{padding-right:128px}.ag-theme-alpine .ag-ltr .ag-column-select-indent-9{padding-left:144px}.ag-theme-alpine .ag-rtl .ag-column-select-indent-9{padding-right:144px}.ag-theme-alpine .ag-column-select-header-icon{cursor:pointer}.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header-icon:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-theme-alpine .ag-ltr .ag-column-group-icons:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-checkbox:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-column-drag-handle:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-column-label:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-header-checkbox:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),.ag-theme-alpine .ag-ltr .ag-column-select-header-icon:not(:last-child){margin-right:12px}.ag-theme-alpine .ag-rtl .ag-column-group-icons:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-checkbox:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-column-drag-handle:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-column-label:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-header-checkbox:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),.ag-theme-alpine .ag-rtl .ag-column-select-header-icon:not(:last-child){margin-left:12px}.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 2px);left:1px;pointer-events:none;position:absolute;top:1px;width:calc(100% - 2px)}.ag-theme-alpine .ag-column-select-column-group:not(:last-child),.ag-theme-alpine .ag-column-select-column:not(:last-child){margin-bottom:9px}.ag-theme-alpine .ag-column-select-column-group-readonly,.ag-theme-alpine .ag-column-select-column-readonly{color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5));pointer-events:none}.ag-theme-alpine .ag-ltr .ag-column-select-add-group-indent{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-column-select-add-group-indent{margin-right:28px}.ag-theme-alpine .ag-column-select-virtual-list-viewport{padding:6px 0}.ag-theme-alpine .ag-column-select-virtual-list-item{padding:0 12px}.ag-theme-alpine .ag-rtl{text-align:right}.ag-theme-alpine .ag-root-wrapper{border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-left:46px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-right:46px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-1{padding-left:28px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-1{padding-right:28px}.ag-theme-alpine .ag-ltr .ag-row-level-1 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-1 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-left:74px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-right:74px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-2{padding-left:56px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-2{padding-right:56px}.ag-theme-alpine .ag-ltr .ag-row-level-2 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-2 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-left:102px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-right:102px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-3{padding-left:84px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-3{padding-right:84px}.ag-theme-alpine .ag-ltr .ag-row-level-3 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-3 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-left:130px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-right:130px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-4{padding-left:112px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-4{padding-right:112px}.ag-theme-alpine .ag-ltr .ag-row-level-4 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-4 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-left:158px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-right:158px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-5{padding-left:140px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-5{padding-right:140px}.ag-theme-alpine .ag-ltr .ag-row-level-5 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-5 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-left:186px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-right:186px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-6{padding-left:168px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-6{padding-right:168px}.ag-theme-alpine .ag-ltr .ag-row-level-6 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-6 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-left:214px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-right:214px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-7{padding-left:196px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-7{padding-right:196px}.ag-theme-alpine .ag-ltr .ag-row-level-7 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-7 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-left:242px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-right:242px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-8{padding-left:224px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-8{padding-right:224px}.ag-theme-alpine .ag-ltr .ag-row-level-8 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-8 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-left:270px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-right:270px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-9{padding-left:252px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-9{padding-right:252px}.ag-theme-alpine .ag-ltr .ag-row-level-9 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-9 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-left:298px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-right:298px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-10{padding-left:280px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-10{padding-right:280px}.ag-theme-alpine .ag-ltr .ag-row-level-10 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-10 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-left:326px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-right:326px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-11{padding-left:308px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-11{padding-right:308px}.ag-theme-alpine .ag-ltr .ag-row-level-11 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-11 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-left:354px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-right:354px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-12{padding-left:336px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-12{padding-right:336px}.ag-theme-alpine .ag-ltr .ag-row-level-12 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-12 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-left:382px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-right:382px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-13{padding-left:364px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-13{padding-right:364px}.ag-theme-alpine .ag-ltr .ag-row-level-13 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-13 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-left:410px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-right:410px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-14{padding-left:392px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-14{padding-right:392px}.ag-theme-alpine .ag-ltr .ag-row-level-14 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-14 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-left:438px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-right:438px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-15{padding-left:420px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-15{padding-right:420px}.ag-theme-alpine .ag-ltr .ag-row-level-15 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-15 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-left:466px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-right:466px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-16{padding-left:448px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-16{padding-right:448px}.ag-theme-alpine .ag-ltr .ag-row-level-16 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-16 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-left:494px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-right:494px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-17{padding-left:476px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-17{padding-right:476px}.ag-theme-alpine .ag-ltr .ag-row-level-17 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-17 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-left:522px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-right:522px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-18{padding-left:504px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-18{padding-right:504px}.ag-theme-alpine .ag-ltr .ag-row-level-18 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-18 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-left:550px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-right:550px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-19{padding-left:532px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-19{padding-right:532px}.ag-theme-alpine .ag-ltr .ag-row-level-19 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-19 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-20{padding-left:578px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-20{padding-right:578px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-20{padding-left:560px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-20{padding-right:560px}.ag-theme-alpine .ag-ltr .ag-row-level-20 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-20 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-21{padding-left:606px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-21{padding-right:606px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-21{padding-left:588px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-21{padding-right:588px}.ag-theme-alpine .ag-ltr .ag-row-level-21 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-21 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-22{padding-left:634px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-22{padding-right:634px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-22{padding-left:616px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-22{padding-right:616px}.ag-theme-alpine .ag-ltr .ag-row-level-22 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-22 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-23{padding-left:662px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-23{padding-right:662px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-23{padding-left:644px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-23{padding-right:644px}.ag-theme-alpine .ag-ltr .ag-row-level-23 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-23 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-24{padding-left:690px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-24{padding-right:690px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-24{padding-left:672px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-24{padding-right:672px}.ag-theme-alpine .ag-ltr .ag-row-level-24 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-24 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-25{padding-left:718px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-25{padding-right:718px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-25{padding-left:700px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-25{padding-right:700px}.ag-theme-alpine .ag-ltr .ag-row-level-25 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-25 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-26{padding-left:746px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-26{padding-right:746px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-26{padding-left:728px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-26{padding-right:728px}.ag-theme-alpine .ag-ltr .ag-row-level-26 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-26 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-27{padding-left:774px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-27{padding-right:774px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-27{padding-left:756px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-27{padding-right:756px}.ag-theme-alpine .ag-ltr .ag-row-level-27 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-27 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-28{padding-left:802px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-28{padding-right:802px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-28{padding-left:784px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-28{padding-right:784px}.ag-theme-alpine .ag-ltr .ag-row-level-28 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-28 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-29{padding-left:830px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-29{padding-right:830px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-29{padding-left:812px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-29{padding-right:812px}.ag-theme-alpine .ag-ltr .ag-row-level-29 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-29 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-30{padding-left:858px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-30{padding-right:858px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-30{padding-left:840px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-30{padding-right:840px}.ag-theme-alpine .ag-ltr .ag-row-level-30 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-30 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-31{padding-left:886px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-31{padding-right:886px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-31{padding-left:868px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-31{padding-right:868px}.ag-theme-alpine .ag-ltr .ag-row-level-31 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-31 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-32{padding-left:914px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-32{padding-right:914px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-32{padding-left:896px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-32{padding-right:896px}.ag-theme-alpine .ag-ltr .ag-row-level-32 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-32 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-33{padding-left:942px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-33{padding-right:942px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-33{padding-left:924px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-33{padding-right:924px}.ag-theme-alpine .ag-ltr .ag-row-level-33 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-33 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-34{padding-left:970px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-34{padding-right:970px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-34{padding-left:952px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-34{padding-right:952px}.ag-theme-alpine .ag-ltr .ag-row-level-34 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-34 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-35{padding-left:998px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-35{padding-right:998px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-35{padding-left:980px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-35{padding-right:980px}.ag-theme-alpine .ag-ltr .ag-row-level-35 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-35 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-36{padding-left:1026px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-36{padding-right:1026px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-36{padding-left:1008px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-36{padding-right:1008px}.ag-theme-alpine .ag-ltr .ag-row-level-36 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-36 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-37{padding-left:1054px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-37{padding-right:1054px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-37{padding-left:1036px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-37{padding-right:1036px}.ag-theme-alpine .ag-ltr .ag-row-level-37 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-37 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-38{padding-left:1082px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-38{padding-right:1082px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-38{padding-left:1064px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-38{padding-right:1064px}.ag-theme-alpine .ag-ltr .ag-row-level-38 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-38 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-39{padding-left:1110px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-39{padding-right:1110px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-39{padding-left:1092px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-39{padding-right:1092px}.ag-theme-alpine .ag-ltr .ag-row-level-39 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-39 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-40{padding-left:1138px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-40{padding-right:1138px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-40{padding-left:1120px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-40{padding-right:1120px}.ag-theme-alpine .ag-ltr .ag-row-level-40 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-40 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-41{padding-left:1166px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-41{padding-right:1166px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-41{padding-left:1148px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-41{padding-right:1148px}.ag-theme-alpine .ag-ltr .ag-row-level-41 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-41 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-42{padding-left:1194px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-42{padding-right:1194px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-42{padding-left:1176px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-42{padding-right:1176px}.ag-theme-alpine .ag-ltr .ag-row-level-42 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-42 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-43{padding-left:1222px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-43{padding-right:1222px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-43{padding-left:1204px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-43{padding-right:1204px}.ag-theme-alpine .ag-ltr .ag-row-level-43 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-43 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-44{padding-left:1250px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-44{padding-right:1250px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-44{padding-left:1232px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-44{padding-right:1232px}.ag-theme-alpine .ag-ltr .ag-row-level-44 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-44 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-45{padding-left:1278px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-45{padding-right:1278px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-45{padding-left:1260px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-45{padding-right:1260px}.ag-theme-alpine .ag-ltr .ag-row-level-45 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-45 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-46{padding-left:1306px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-46{padding-right:1306px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-46{padding-left:1288px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-46{padding-right:1288px}.ag-theme-alpine .ag-ltr .ag-row-level-46 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-46 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-47{padding-left:1334px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-47{padding-right:1334px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-47{padding-left:1316px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-47{padding-right:1316px}.ag-theme-alpine .ag-ltr .ag-row-level-47 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-47 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-48{padding-left:1362px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-48{padding-right:1362px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-48{padding-left:1344px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-48{padding-right:1344px}.ag-theme-alpine .ag-ltr .ag-row-level-48 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-48 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-49{padding-left:1390px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-49{padding-right:1390px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-49{padding-left:1372px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-49{padding-right:1372px}.ag-theme-alpine .ag-ltr .ag-row-level-49 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-49 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-50{padding-left:1418px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-50{padding-right:1418px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-50{padding-left:1400px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-50{padding-right:1400px}.ag-theme-alpine .ag-ltr .ag-row-level-50 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-50 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-51{padding-left:1446px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-51{padding-right:1446px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-51{padding-left:1428px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-51{padding-right:1428px}.ag-theme-alpine .ag-ltr .ag-row-level-51 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-51 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-52{padding-left:1474px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-52{padding-right:1474px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-52{padding-left:1456px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-52{padding-right:1456px}.ag-theme-alpine .ag-ltr .ag-row-level-52 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-52 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-53{padding-left:1502px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-53{padding-right:1502px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-53{padding-left:1484px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-53{padding-right:1484px}.ag-theme-alpine .ag-ltr .ag-row-level-53 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-53 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-54{padding-left:1530px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-54{padding-right:1530px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-54{padding-left:1512px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-54{padding-right:1512px}.ag-theme-alpine .ag-ltr .ag-row-level-54 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-54 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-55{padding-left:1558px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-55{padding-right:1558px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-55{padding-left:1540px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-55{padding-right:1540px}.ag-theme-alpine .ag-ltr .ag-row-level-55 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-55 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-56{padding-left:1586px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-56{padding-right:1586px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-56{padding-left:1568px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-56{padding-right:1568px}.ag-theme-alpine .ag-ltr .ag-row-level-56 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-56 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-57{padding-left:1614px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-57{padding-right:1614px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-57{padding-left:1596px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-57{padding-right:1596px}.ag-theme-alpine .ag-ltr .ag-row-level-57 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-57 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-58{padding-left:1642px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-58{padding-right:1642px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-58{padding-left:1624px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-58{padding-right:1624px}.ag-theme-alpine .ag-ltr .ag-row-level-58 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-58 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-59{padding-left:1670px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-59{padding-right:1670px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-59{padding-left:1652px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-59{padding-right:1652px}.ag-theme-alpine .ag-ltr .ag-row-level-59 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-59 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-60{padding-left:1698px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-60{padding-right:1698px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-60{padding-left:1680px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-60{padding-right:1680px}.ag-theme-alpine .ag-ltr .ag-row-level-60 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-60 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-61{padding-left:1726px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-61{padding-right:1726px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-61{padding-left:1708px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-61{padding-right:1708px}.ag-theme-alpine .ag-ltr .ag-row-level-61 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-61 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-62{padding-left:1754px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-62{padding-right:1754px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-62{padding-left:1736px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-62{padding-right:1736px}.ag-theme-alpine .ag-ltr .ag-row-level-62 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-62 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-63{padding-left:1782px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-63{padding-right:1782px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-63{padding-left:1764px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-63{padding-right:1764px}.ag-theme-alpine .ag-ltr .ag-row-level-63 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-63 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-64{padding-left:1810px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-64{padding-right:1810px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-64{padding-left:1792px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-64{padding-right:1792px}.ag-theme-alpine .ag-ltr .ag-row-level-64 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-64 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-65{padding-left:1838px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-65{padding-right:1838px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-65{padding-left:1820px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-65{padding-right:1820px}.ag-theme-alpine .ag-ltr .ag-row-level-65 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-65 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-66{padding-left:1866px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-66{padding-right:1866px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-66{padding-left:1848px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-66{padding-right:1848px}.ag-theme-alpine .ag-ltr .ag-row-level-66 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-66 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-67{padding-left:1894px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-67{padding-right:1894px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-67{padding-left:1876px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-67{padding-right:1876px}.ag-theme-alpine .ag-ltr .ag-row-level-67 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-67 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-68{padding-left:1922px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-68{padding-right:1922px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-68{padding-left:1904px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-68{padding-right:1904px}.ag-theme-alpine .ag-ltr .ag-row-level-68 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-68 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-69{padding-left:1950px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-69{padding-right:1950px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-69{padding-left:1932px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-69{padding-right:1932px}.ag-theme-alpine .ag-ltr .ag-row-level-69 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-69 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-70{padding-left:1978px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-70{padding-right:1978px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-70{padding-left:1960px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-70{padding-right:1960px}.ag-theme-alpine .ag-ltr .ag-row-level-70 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-70 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-71{padding-left:2006px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-71{padding-right:2006px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-71{padding-left:1988px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-71{padding-right:1988px}.ag-theme-alpine .ag-ltr .ag-row-level-71 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-71 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-72{padding-left:2034px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-72{padding-right:2034px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-72{padding-left:2016px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-72{padding-right:2016px}.ag-theme-alpine .ag-ltr .ag-row-level-72 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-72 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-73{padding-left:2062px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-73{padding-right:2062px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-73{padding-left:2044px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-73{padding-right:2044px}.ag-theme-alpine .ag-ltr .ag-row-level-73 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-73 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-74{padding-left:2090px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-74{padding-right:2090px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-74{padding-left:2072px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-74{padding-right:2072px}.ag-theme-alpine .ag-ltr .ag-row-level-74 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-74 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-75{padding-left:2118px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-75{padding-right:2118px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-75{padding-left:2100px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-75{padding-right:2100px}.ag-theme-alpine .ag-ltr .ag-row-level-75 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-75 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-76{padding-left:2146px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-76{padding-right:2146px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-76{padding-left:2128px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-76{padding-right:2128px}.ag-theme-alpine .ag-ltr .ag-row-level-76 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-76 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-77{padding-left:2174px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-77{padding-right:2174px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-77{padding-left:2156px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-77{padding-right:2156px}.ag-theme-alpine .ag-ltr .ag-row-level-77 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-77 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-78{padding-left:2202px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-78{padding-right:2202px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-78{padding-left:2184px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-78{padding-right:2184px}.ag-theme-alpine .ag-ltr .ag-row-level-78 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-78 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-79{padding-left:2230px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-79{padding-right:2230px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-79{padding-left:2212px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-79{padding-right:2212px}.ag-theme-alpine .ag-ltr .ag-row-level-79 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-79 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-80{padding-left:2258px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-80{padding-right:2258px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-80{padding-left:2240px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-80{padding-right:2240px}.ag-theme-alpine .ag-ltr .ag-row-level-80 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-80 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-81{padding-left:2286px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-81{padding-right:2286px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-81{padding-left:2268px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-81{padding-right:2268px}.ag-theme-alpine .ag-ltr .ag-row-level-81 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-81 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-82{padding-left:2314px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-82{padding-right:2314px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-82{padding-left:2296px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-82{padding-right:2296px}.ag-theme-alpine .ag-ltr .ag-row-level-82 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-82 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-83{padding-left:2342px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-83{padding-right:2342px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-83{padding-left:2324px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-83{padding-right:2324px}.ag-theme-alpine .ag-ltr .ag-row-level-83 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-83 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-84{padding-left:2370px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-84{padding-right:2370px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-84{padding-left:2352px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-84{padding-right:2352px}.ag-theme-alpine .ag-ltr .ag-row-level-84 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-84 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-85{padding-left:2398px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-85{padding-right:2398px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-85{padding-left:2380px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-85{padding-right:2380px}.ag-theme-alpine .ag-ltr .ag-row-level-85 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-85 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-86{padding-left:2426px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-86{padding-right:2426px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-86{padding-left:2408px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-86{padding-right:2408px}.ag-theme-alpine .ag-ltr .ag-row-level-86 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-86 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-87{padding-left:2454px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-87{padding-right:2454px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-87{padding-left:2436px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-87{padding-right:2436px}.ag-theme-alpine .ag-ltr .ag-row-level-87 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-87 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-88{padding-left:2482px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-88{padding-right:2482px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-88{padding-left:2464px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-88{padding-right:2464px}.ag-theme-alpine .ag-ltr .ag-row-level-88 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-88 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-89{padding-left:2510px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-89{padding-right:2510px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-89{padding-left:2492px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-89{padding-right:2492px}.ag-theme-alpine .ag-ltr .ag-row-level-89 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-89 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-90{padding-left:2538px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-90{padding-right:2538px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-90{padding-left:2520px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-90{padding-right:2520px}.ag-theme-alpine .ag-ltr .ag-row-level-90 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-90 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-91{padding-left:2566px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-91{padding-right:2566px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-91{padding-left:2548px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-91{padding-right:2548px}.ag-theme-alpine .ag-ltr .ag-row-level-91 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-91 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-92{padding-left:2594px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-92{padding-right:2594px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-92{padding-left:2576px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-92{padding-right:2576px}.ag-theme-alpine .ag-ltr .ag-row-level-92 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-92 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-93{padding-left:2622px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-93{padding-right:2622px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-93{padding-left:2604px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-93{padding-right:2604px}.ag-theme-alpine .ag-ltr .ag-row-level-93 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-93 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-94{padding-left:2650px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-94{padding-right:2650px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-94{padding-left:2632px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-94{padding-right:2632px}.ag-theme-alpine .ag-ltr .ag-row-level-94 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-94 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-95{padding-left:2678px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-95{padding-right:2678px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-95{padding-left:2660px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-95{padding-right:2660px}.ag-theme-alpine .ag-ltr .ag-row-level-95 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-95 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-96{padding-left:2706px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-96{padding-right:2706px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-96{padding-left:2688px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-96{padding-right:2688px}.ag-theme-alpine .ag-ltr .ag-row-level-96 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-96 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-97{padding-left:2734px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-97{padding-right:2734px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-97{padding-left:2716px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-97{padding-right:2716px}.ag-theme-alpine .ag-ltr .ag-row-level-97 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-97 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-98{padding-left:2762px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-98{padding-right:2762px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-98{padding-left:2744px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-98{padding-right:2744px}.ag-theme-alpine .ag-ltr .ag-row-level-98 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-98 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-99{padding-left:2790px}.ag-theme-alpine .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-99{padding-right:2790px}.ag-theme-alpine .ag-ltr .ag-row-group-indent-99{padding-left:2772px}.ag-theme-alpine .ag-rtl .ag-row-group-indent-99{padding-right:2772px}.ag-theme-alpine .ag-ltr .ag-row-level-99 .ag-pivot-leaf-group{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-level-99 .ag-pivot-leaf-group{margin-right:28px}.ag-theme-alpine .ag-ltr .ag-row-group-leaf-indent{margin-left:28px}.ag-theme-alpine .ag-rtl .ag-row-group-leaf-indent{margin-right:28px}.ag-theme-alpine .ag-value-change-delta{padding-right:2px}.ag-theme-alpine .ag-value-change-delta-up{color:#43a047;color:var(--ag-value-change-delta-up-color,#43a047)}.ag-theme-alpine .ag-value-change-delta-down{color:#e53935;color:var(--ag-value-change-delta-down-color,#e53935)}.ag-theme-alpine .ag-value-change-value{background-color:initial;border-radius:1px;padding-left:1px;padding-right:1px;transition:background-color 1s}.ag-theme-alpine .ag-value-change-value-highlight{background-color:rgba(22,160,133,.5);background-color:var(--ag-value-change-value-highlight-background-color,rgba(22,160,133,.5));transition:background-color .1s}.ag-theme-alpine .ag-cell-data-changed{background-color:rgba(22,160,133,.5)!important;background-color:var(--ag-value-change-value-highlight-background-color,rgba(22,160,133,.5))!important}.ag-theme-alpine .ag-cell-data-changed-animation{background-color:initial}.ag-theme-alpine .ag-cell-highlight{background-color:#2196f3!important;background-color:var(--ag-range-selection-highlight-color,var(--ag-range-selection-border-color,#2196f3))!important}.ag-theme-alpine .ag-row{background-color:#fff;background-color:var(--ag-background-color,#fff);border-bottom-style:solid;border-color:#dde2eb;border-color:var(--ag-row-border-color,var(--ag-secondary-border-color,#dde2eb));border-width:1px;color:#181d1f;color:var(--ag-data-color,var(--ag-foreground-color,#181d1f));height:42px}.ag-theme-alpine .ag-row-highlight-above:after,.ag-theme-alpine .ag-row-highlight-below:after{background-color:#2196f3;background-color:var(--ag-range-selection-border-color,#2196f3);content:"";height:1px;left:1px;position:absolute;width:calc(100% - 1px)}.ag-theme-alpine .ag-row-highlight-above:after{top:-1px}.ag-theme-alpine .ag-row-highlight-above.ag-row-first:after{top:0}.ag-theme-alpine .ag-row-highlight-below:after{bottom:0}.ag-theme-alpine .ag-row-odd{background-color:#fcfcfc;background-color:var(--ag-odd-row-background-color,#fcfcfc)}.ag-theme-alpine .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner){border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner){border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-row-hover{background-color:rgba(33,150,243,.1);background-color:var(--ag-row-hover-color,rgba(33,150,243,.1))}.ag-theme-alpine .ag-column-hover{background-color:rgba(33,150,243,.1);background-color:var(--ag-column-hover-color,rgba(33,150,243,.1))}.ag-theme-alpine .ag-ltr .ag-right-aligned-cell{text-align:right}.ag-theme-alpine .ag-rtl .ag-right-aligned-cell{text-align:left}.ag-theme-alpine .ag-ltr .ag-right-aligned-cell .ag-cell-value,.ag-theme-alpine .ag-ltr .ag-right-aligned-cell .ag-group-value{margin-left:auto}.ag-theme-alpine .ag-rtl .ag-right-aligned-cell .ag-cell-value,.ag-theme-alpine .ag-rtl .ag-right-aligned-cell .ag-group-value{margin-right:auto}.ag-theme-alpine .ag-cell,.ag-theme-alpine .ag-full-width-row .ag-cell-wrapper.ag-row-group{-webkit-font-smoothing:subpixel-antialiased;border:1px solid transparent;line-height:min(40px,40px);line-height:min(var(--ag-line-height,40px),40px);padding-left:17px;padding-right:17px}.ag-theme-alpine .ag-row>.ag-cell-wrapper{padding-left:17px;padding-right:17px}.ag-theme-alpine .ag-row-dragging{cursor:move;opacity:.5}.ag-theme-alpine .ag-cell-inline-editing{height:42px}.ag-theme-alpine .ag-cell-inline-editing,.ag-theme-alpine .ag-popup-editor{background:#fff;background:var(--ag-background-color,#fff);background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8);border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:3px;box-shadow:0 1px 4px 1px rgba(186,191,199,.4);padding:0}.ag-theme-alpine .ag-large-text-input{height:auto;padding:18px}.ag-theme-alpine .ag-details-row{background-color:#fff;background-color:var(--ag-background-color,#fff);padding:30px}.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,.ag-theme-alpine .ag-layout-print .ag-center-cols-container{min-height:50px}.ag-theme-alpine .ag-overlay-loading-wrapper{background-color:hsla(0,0%,100%,.66);background-color:var(--ag-modal-overlay-background-color,hsla(0,0%,100%,.66))}.ag-theme-alpine .ag-overlay-loading-center{background:#fff;background:var(--ag-background-color,#fff);border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:3px;box-shadow:0 1px 4px 1px rgba(186,191,199,.4);padding:6px}.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:30px}.ag-theme-alpine .ag-loading{align-items:center;display:flex;height:100%;padding-left:18px}.ag-theme-alpine .ag-loading-icon{padding-right:12px}.ag-theme-alpine .ag-icon-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}.ag-theme-alpine .ag-floating-top{border-bottom:1px solid #babfc7;border-bottom-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-floating-bottom{border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-cell{border-right:solid transparent}.ag-theme-alpine .ag-rtl .ag-cell{border-left:solid transparent}.ag-theme-alpine .ag-ltr .ag-cell{border-right-width:1px}.ag-theme-alpine .ag-rtl .ag-cell{border-left-width:1px}.ag-theme-alpine .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-row-selected{background-color:rgba(33,150,243,.3);background-color:var(--ag-selected-row-background-color,rgba(33,150,243,.3))}.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus){background-color:rgba(33,150,243,.2);background-color:var(--ag-range-selection-background-color,rgba(33,150,243,.2))}.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{background-color:rgba(0,88,255,.1)!important;background-color:var(--ag-range-selection-chart-background-color,rgba(0,88,255,.1))!important}.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-alpine .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{background-color:rgba(0,255,132,.1)!important;background-color:var(--ag-range-selection-chart-category-background-color,rgba(0,255,132,.1))!important}.ag-theme-alpine .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-alpine .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){background-color:rgba(33,150,243,.2);background-color:var(--ag-range-selection-background-color-1,var(--ag-range-selection-background-color,rgba(33,150,243,.2)))}.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-alpine .ag-cell-range-selected-2:not(.ag-cell-focus){background-color:rgba(33,150,243,.36);background-color:var(--ag-range-selection-background-color-2,rgba(33,150,243,.36))}.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-alpine .ag-cell-range-selected-3:not(.ag-cell-focus){background-color:rgba(33,150,243,.488);background-color:var(--ag-range-selection-background-color-3,rgba(33,150,243,.488))}.ag-theme-alpine .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-alpine .ag-cell-range-selected-4:not(.ag-cell-focus){background-color:rgba(33,150,243,.59);background-color:var(--ag-range-selection-background-color-4,rgba(33,150,243,.59))}.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{border-top-color:#2196f3;border-top-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{border-right-color:#2196f3;border-right-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{border-bottom-color:#2196f3;border-bottom-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{border-left-color:#2196f3;border-left-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-ltr .ag-cell-range-single-cell,.ag-theme-alpine .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-alpine .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-alpine .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-alpine .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,.ag-theme-alpine .ag-rtl .ag-cell-range-single-cell,.ag-theme-alpine .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-alpine .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-alpine .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-alpine .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group{border:1px solid #2196f3;border-color:var(--ag-range-selection-border-color,#2196f3);outline:medium none invert;outline:initial}.ag-theme-alpine .ag-cell.ag-selection-fill-top,.ag-theme-alpine .ag-cell.ag-selection-fill-top.ag-cell-range-selected{border-top:1px dashed #2196f3;border-top-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right,.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-right:1px dashed #2196f3;border-right-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right,.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-left:1px dashed #2196f3;border-left-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-cell.ag-selection-fill-bottom,.ag-theme-alpine .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected{border-bottom:1px dashed #2196f3;border-bottom-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left,.ag-theme-alpine .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-left:1px dashed #2196f3;border-left-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left,.ag-theme-alpine .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-right:1px dashed #2196f3;border-right-color:var(--ag-range-selection-border-color,#2196f3)}.ag-theme-alpine .ag-fill-handle,.ag-theme-alpine .ag-range-handle{background-color:#2196f3;background-color:var(--ag-range-selection-border-color,#2196f3);bottom:-1px;height:6px;position:absolute;width:6px}.ag-theme-alpine .ag-ltr .ag-fill-handle,.ag-theme-alpine .ag-ltr .ag-range-handle{right:-1px}.ag-theme-alpine .ag-rtl .ag-fill-handle,.ag-theme-alpine .ag-rtl .ag-range-handle{left:-1px}.ag-theme-alpine .ag-fill-handle{cursor:cell}.ag-theme-alpine .ag-range-handle{cursor:nwse-resize}.ag-theme-alpine .ag-cell-inline-editing{border-color:rgba(33,150,243,.4)!important;border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4))!important}.ag-theme-alpine .ag-menu{background:#fff;background:var(--ag-background-color,#fff);border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:3px;box-shadow:0 1px 4px 1px rgba(186,191,199,.4);padding:0}.ag-theme-alpine .ag-menu-list{cursor:default;padding:6px 0}.ag-theme-alpine .ag-menu-separator{height:13px}.ag-theme-alpine .ag-menu-separator-part:after{border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7);content:"";display:block}.ag-theme-alpine .ag-compact-menu-option-active,.ag-theme-alpine .ag-menu-option-active{background-color:rgba(33,150,243,.1);background-color:var(--ag-row-hover-color,rgba(33,150,243,.1))}.ag-theme-alpine .ag-compact-menu-option-part,.ag-theme-alpine .ag-menu-option-part{line-height:16px;padding:8px 0}.ag-theme-alpine .ag-compact-menu-option-disabled,.ag-theme-alpine .ag-menu-option-disabled{opacity:.5}.ag-theme-alpine .ag-compact-menu-option-icon,.ag-theme-alpine .ag-menu-option-icon{width:16px}.ag-theme-alpine .ag-ltr .ag-compact-menu-option-icon,.ag-theme-alpine .ag-ltr .ag-menu-option-icon{padding-left:12px}.ag-theme-alpine .ag-rtl .ag-compact-menu-option-icon,.ag-theme-alpine .ag-rtl .ag-menu-option-icon{padding-right:12px}.ag-theme-alpine .ag-compact-menu-option-text,.ag-theme-alpine .ag-menu-option-text{padding-left:12px;padding-right:12px}.ag-theme-alpine .ag-ltr .ag-compact-menu-option-shortcut,.ag-theme-alpine .ag-ltr .ag-menu-option-shortcut{padding-right:6px}.ag-theme-alpine .ag-rtl .ag-compact-menu-option-shortcut,.ag-theme-alpine .ag-rtl .ag-menu-option-shortcut{padding-left:6px}.ag-theme-alpine .ag-compact-menu-option-popup-pointer,.ag-theme-alpine .ag-menu-option-popup-pointer{padding-right:6px}.ag-theme-alpine .ag-tabs{min-width:240px}.ag-theme-alpine .ag-tabs-header{display:flex;width:100%}.ag-theme-alpine .ag-tab{align-items:center;border-bottom:2px solid transparent;cursor:pointer;display:flex;flex:none;flex:1 1 auto;justify-content:center;transition:border-bottom .3s}.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-tab:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-tab-selected{border-bottom-color:#2196f3;border-bottom-color:var(--ag-selected-tab-underline-color,var(--ag-alpine-active-color,#2196f3))}.ag-theme-alpine .ag-menu-header{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f))}.ag-theme-alpine .ag-filter-separator{border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-menu:not(.ag-tabs) .ag-filter-select{min-width:155px}.ag-theme-alpine .ag-tabs .ag-filter-select{min-width:214px}.ag-theme-alpine .ag-filter-select .ag-picker-field-wrapper{width:0}.ag-theme-alpine .ag-filter-condition-operator{height:17px}.ag-theme-alpine .ag-ltr .ag-filter-condition-operator-or{margin-left:12px}.ag-theme-alpine .ag-rtl .ag-filter-condition-operator-or{margin-right:12px}.ag-theme-alpine .ag-set-filter-select-all{padding-top:12px}.ag-theme-alpine .ag-filter-no-matches,.ag-theme-alpine .ag-set-filter-list{height:144px}.ag-theme-alpine .ag-set-filter-filter{margin-left:12px;margin-right:12px;margin-top:12px}.ag-theme-alpine .ag-filter-to{margin-top:9px}.ag-theme-alpine .ag-mini-filter{margin:12px}.ag-theme-alpine .ag-set-filter-item{margin:0 12px}.ag-theme-alpine .ag-ltr .ag-set-filter-item-value{margin-left:12px}.ag-theme-alpine .ag-rtl .ag-set-filter-item-value{margin-right:12px}.ag-theme-alpine .ag-filter-apply-panel{border-top:1px solid #dde2eb;border-top-color:var(--ag-secondary-border-color,#dde2eb);padding:12px}.ag-theme-alpine .ag-filter-apply-panel-button{line-height:1.5}.ag-theme-alpine .ag-ltr .ag-filter-apply-panel-button{margin-left:12px}.ag-theme-alpine .ag-rtl .ag-filter-apply-panel-button{margin-right:12px}.ag-theme-alpine .ag-simple-filter-body-wrapper{padding:12px 12px 3px}.ag-theme-alpine .ag-simple-filter-body-wrapper>*{margin-bottom:9px}.ag-theme-alpine .ag-filter-no-matches{padding:12px}.ag-theme-alpine .ag-multi-filter-menu-item{margin:6px 0}.ag-theme-alpine .ag-multi-filter-group-title-bar{background-color:initial;padding:12px 6px}.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-side-bar{position:relative}.ag-theme-alpine .ag-tool-panel-wrapper{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8);width:250px}.ag-theme-alpine .ag-side-buttons{color:#181d1f;color:var(--ag-foreground-color,#181d1f);overflow:hidden;padding-top:24px;position:relative;width:20px}.ag-theme-alpine button.ag-side-button-button{background:transparent;background-position-x:center;background-position-y:center;background-repeat:no-repeat;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;min-height:108px;padding:12px 0;width:100%}.ag-theme-alpine button.ag-side-button-button:focus{box-shadow:none}.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-side-button-button:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-side-button-icon-wrapper{margin-bottom:3px}.ag-theme-alpine .ag-ltr .ag-side-bar-left,.ag-theme-alpine .ag-rtl .ag-side-bar-right{border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper{border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-side-button-button{border-right:2px solid transparent;transition:border-right .3s}.ag-theme-alpine .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-theme-alpine .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button{border-right-color:#2196f3;border-right-color:var(--ag-selected-tab-underline-color,var(--ag-alpine-active-color,#2196f3))}.ag-theme-alpine .ag-ltr .ag-side-bar-right,.ag-theme-alpine .ag-rtl .ag-side-bar-left{border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper,.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper{border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-side-button-button{border-left:2px solid transparent;transition:border-left .3s}.ag-theme-alpine .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button,.ag-theme-alpine .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button{border-left-color:#2196f3;border-left-color:var(--ag-selected-tab-underline-color,var(--ag-alpine-active-color,#2196f3))}.ag-theme-alpine .ag-filter-toolpanel-header{height:36px}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-header,.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search{padding-left:6px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-header,.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search{padding-right:6px}.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f114";font-family:agGridAlpine;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;line-height:16px;position:absolute;text-transform:none}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-left:6px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-right:6px}.ag-theme-alpine .ag-filter-toolpanel-group-level-0-header{height:48px}.ag-theme-alpine .ag-filter-toolpanel-group-item{margin-bottom:3px;margin-top:3px}.ag-theme-alpine .ag-filter-toolpanel-search{height:48px}.ag-theme-alpine .ag-filter-toolpanel-search-input{flex-grow:1;height:24px}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-search-input{margin-right:6px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-search-input{margin-left:6px}.ag-theme-alpine .ag-filter-toolpanel-group-level-0{border-top:1px solid #dde2eb;border-top-color:var(--ag-secondary-border-color,#dde2eb)}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-expand,.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-title-bar-icon{margin-right:6px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-expand,.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-title-bar-icon{margin-left:6px}.ag-theme-alpine .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-left:22px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-right:22px}.ag-theme-alpine .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-left:38px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-right:38px}.ag-theme-alpine .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-left:54px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-right:54px}.ag-theme-alpine .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-left:70px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-right:70px}.ag-theme-alpine .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-left:86px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-right:86px}.ag-theme-alpine .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-left:102px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-right:102px}.ag-theme-alpine .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-left:118px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-right:118px}.ag-theme-alpine .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-left:134px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-right:134px}.ag-theme-alpine .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-left:150px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-right:150px}.ag-theme-alpine .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-left:166px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-right:166px}.ag-theme-alpine .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header{padding-left:6px}.ag-theme-alpine .ag-filter-toolpanel-instance-filter{border-bottom:1px solid #babfc7;border-bottom-color:var(--ag-border-color,#babfc7);border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7);margin-top:6px}.ag-theme-alpine .ag-ltr .ag-filter-toolpanel-instance-header-icon{margin-left:6px}.ag-theme-alpine .ag-rtl .ag-filter-toolpanel-instance-header-icon{margin-right:6px}.ag-theme-alpine .ag-pivot-mode-panel{display:flex;height:48px;min-height:48px}.ag-theme-alpine .ag-pivot-mode-select{align-items:center;display:flex}.ag-theme-alpine .ag-ltr .ag-pivot-mode-select{margin-left:12px}.ag-theme-alpine .ag-rtl .ag-pivot-mode-select{margin-right:12px}.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-column-select-header:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-column-select-header{align-items:center;height:48px;padding:0 12px}.ag-theme-alpine .ag-column-panel-column-select,.ag-theme-alpine .ag-column-select-header{border-bottom:1px solid #dde2eb;border-bottom-color:var(--ag-secondary-border-color,#dde2eb)}.ag-theme-alpine .ag-column-panel-column-select{border-top:1px solid #dde2eb;border-top-color:var(--ag-secondary-border-color,#dde2eb)}.ag-theme-alpine .ag-column-group-icons,.ag-theme-alpine .ag-column-select-header-icon{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f))}.ag-theme-alpine .ag-column-select-list .ag-list-item-hovered:after{background-color:#2196f3;background-color:var(--ag-range-selection-border-color,#2196f3);content:"";height:1px;left:0;position:absolute;right:0}.ag-theme-alpine .ag-column-select-list .ag-item-highlight-top:after{top:0}.ag-theme-alpine .ag-column-select-list .ag-item-highlight-bottom:after{bottom:0}.ag-theme-alpine .ag-header{background-color:#f8f8f8;background-color:var(--ag-header-background-color,#f8f8f8);border-bottom:1px solid #babfc7;border-bottom-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-header-row{color:#181d1f;color:var(--ag-header-foreground-color,var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f)));height:48px}.ag-theme-alpine .ag-pinned-right-header{border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-pinned-left-header{border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-left:6px}.ag-theme-alpine .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,.ag-theme-alpine .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-right:6px}.ag-theme-alpine .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{margin-left:6px}.ag-theme-alpine .ag-header-cell,.ag-theme-alpine .ag-header-group-cell{padding-left:18px;padding-right:18px}.ag-theme-alpine .ag-header-cell.ag-header-cell-moving,.ag-theme-alpine .ag-header-group-cell.ag-header-cell-moving{background-color:#fff;background-color:var(--ag-header-cell-moving-background-color,var(--ag-background-color,#fff))}.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-header-cell:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-header-group-cell:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-alpine .ag-header-icon{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f))}.ag-theme-alpine .ag-header-expand-icon{cursor:pointer}.ag-theme-alpine .ag-ltr .ag-header-expand-icon{padding-left:4px}.ag-theme-alpine .ag-rtl .ag-header-expand-icon{padding-right:4px}.ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-cell,.ag-theme-alpine .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-header-cell-resize{align-items:center;display:flex}.ag-theme-alpine .ag-header-cell-resize:after{background-color:rgba(186,191,199,.5);background-color:var(--ag-header-column-resize-handle-color,rgba(186,191,199,.5));content:"";display:block;height:30%;left:calc(50% - 1px);position:absolute;top:35%;width:2px;z-index:1}.ag-theme-alpine .ag-pinned-right-header .ag-header-cell-resize:after{left:calc(50% - 2px)}.ag-theme-alpine .ag-ltr .ag-header-select-all{margin-right:18px}.ag-theme-alpine .ag-ltr .ag-floating-filter-button,.ag-theme-alpine .ag-rtl .ag-header-select-all{margin-left:18px}.ag-theme-alpine .ag-rtl .ag-floating-filter-button{margin-right:18px}.ag-theme-alpine .ag-floating-filter-button-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;height:16px;line-height:inherit;padding:0;width:16px}.ag-theme-alpine .ag-filter-loading{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8);height:100%;padding:12px;position:absolute;width:100%;z-index:1}.ag-theme-alpine .ag-paging-panel{border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7);color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));height:48px}.ag-theme-alpine .ag-paging-panel>*{margin:0 18px}.ag-theme-alpine .ag-paging-button{cursor:pointer}.ag-theme-alpine .ag-paging-button.ag-disabled{color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5));cursor:default}.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-paging-button:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-theme-alpine .ag-paging-button,.ag-theme-alpine .ag-paging-description{margin:0 6px}.ag-theme-alpine .ag-status-bar{border-top:1px solid #babfc7;border-top-color:var(--ag-border-color,#babfc7);color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5));line-height:1.5;padding-left:24px;padding-right:24px}.ag-theme-alpine .ag-status-name-value-value{color:#181d1f;color:var(--ag-foreground-color,#181d1f)}.ag-theme-alpine .ag-status-bar-center{text-align:center}.ag-theme-alpine .ag-status-name-value{margin-left:6px;margin-right:6px;padding-bottom:12px;padding-top:12px}.ag-theme-alpine .ag-column-drop-cell{background:rgba(24,29,31,.07);background:var(--ag-chip-background-color,rgba(24,29,31,.07));border:1px solid transparent;border-radius:24px;height:24px;padding:0 3px}.ag-theme-alpine .ag-keyboard-focus .ag-column-drop-cell:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-column-drop-cell:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 4px);left:2px;pointer-events:none;position:absolute;top:2px;width:calc(100% - 4px)}.ag-theme-alpine .ag-column-drop-cell-text{margin:0 6px}.ag-theme-alpine .ag-column-drop-cell-button{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));margin:0 3px;min-width:24px}.ag-theme-alpine .ag-column-drop-cell-drag-handle{margin-left:12px}.ag-theme-alpine .ag-column-drop-cell-ghost{opacity:.5}.ag-theme-alpine .ag-column-drop-horizontal{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8);border-bottom:1px solid #babfc7;border-bottom-color:var(--ag-border-color,#babfc7);color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));height:42px}.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal{padding-left:18px}.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal{padding-right:18px}.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child){border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child){border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-column-drop-horizontal-cell-separator{color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));margin:0 6px}.ag-theme-alpine .ag-column-drop-horizontal-empty-message{color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5))}.ag-theme-alpine .ag-ltr .ag-column-drop-horizontal-icon{margin-right:18px}.ag-theme-alpine .ag-rtl .ag-column-drop-horizontal-icon{margin-left:18px}.ag-theme-alpine .ag-column-drop-vertical-list{padding-bottom:6px;padding-left:6px;padding-right:6px}.ag-theme-alpine .ag-column-drop-vertical-cell{margin-top:6px}.ag-theme-alpine .ag-column-drop-vertical{border-bottom:1px solid #dde2eb;border-bottom-color:var(--ag-secondary-border-color,#dde2eb);min-height:50px}.ag-theme-alpine .ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-theme-alpine .ag-column-drop-vertical-icon{margin-left:6px;margin-right:6px}.ag-theme-alpine .ag-column-drop-vertical-empty-message{bottom:0;color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5));left:0;margin-top:6px;overflow:hidden;position:absolute;right:0;top:0}.ag-theme-alpine .ag-select-agg-func-popup{background:#fff;background:var(--ag-background-color,#fff);border:1px solid #babfc7;border-color:var(--ag-border-color,#babfc7);border-radius:3px;box-shadow:0 1px 4px 1px rgba(186,191,199,.4);height:105px;padding:0}.ag-theme-alpine .ag-select-agg-func-virtual-list-item{cursor:default;padding-left:12px}.ag-theme-alpine .ag-select-agg-func-virtual-list-item:hover{background-color:rgba(33,150,243,.3);background-color:var(--ag-selected-row-background-color,rgba(33,150,243,.3))}.ag-theme-alpine .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus{outline:none}.ag-theme-alpine .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{background-color:initial;border:1px solid rgba(33,150,243,.4);border-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4));content:"";display:block;height:calc(100% - 2px);left:1px;pointer-events:none;position:absolute;top:1px;width:calc(100% - 2px)}.ag-theme-alpine .ag-chart-menu{background:#fff;background:var(--ag-background-color,#fff);border-radius:3px}.ag-theme-alpine .ag-chart-menu-icon{border-radius:3px;color:#181d1f;color:var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f));cursor:pointer;font-size:24px;height:24px;line-height:24px;margin:2px 0;opacity:.5;width:24px}.ag-theme-alpine .ag-chart-menu-icon:hover{opacity:1}.ag-theme-alpine .ag-chart-mini-thumbnail{border:1px solid #dde2eb;border-color:var(--ag-secondary-border-color,#dde2eb);border-radius:5px;margin:5px}.ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3),.ag-theme-alpine .ag-chart-mini-thumbnail:nth-last-child(3)~.ag-chart-mini-thumbnail{margin-left:auto;margin-right:auto}.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:first-child{margin-left:0}.ag-theme-alpine .ag-ltr .ag-chart-mini-thumbnail:last-child,.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:first-child{margin-right:0}.ag-theme-alpine .ag-rtl .ag-chart-mini-thumbnail:last-child{margin-left:0}.ag-theme-alpine .ag-chart-mini-thumbnail.ag-selected{border-color:#2196f3;border-color:var(--ag-minichart-selected-chart-color,var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3)))}.ag-theme-alpine .ag-chart-settings-card-item{background:#181d1f;background:var(--ag-foreground-color,#181d1f);border-radius:4px;height:8px;width:8px}.ag-theme-alpine .ag-chart-settings-card-item.ag-selected{background-color:#2196f3;background-color:var(--ag-minichart-selected-page-color,var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3)))}.ag-theme-alpine .ag-chart-data-column-drag-handle{margin-left:6px}.ag-theme-alpine .ag-charts-data-group-title-bar,.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,.ag-theme-alpine .ag-charts-settings-group-title-bar{border-top:1px solid #dde2eb;border-top-color:var(--ag-secondary-border-color,#dde2eb)}.ag-theme-alpine .ag-charts-settings-group-container{padding:6px}.ag-theme-alpine .ag-charts-data-group-container{padding:6px 12px}.ag-theme-alpine .ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group){height:24px}.ag-theme-alpine .ag-charts-data-group-container .ag-list-item-hovered:after{background-color:#2196f3;background-color:var(--ag-range-selection-border-color,#2196f3);content:"";height:1px;left:0;position:absolute;right:0}.ag-theme-alpine .ag-charts-data-group-container .ag-item-highlight-top:after{top:0}.ag-theme-alpine .ag-charts-data-group-container .ag-item-highlight-bottom:after{bottom:0}.ag-theme-alpine .ag-charts-format-top-level-group-container{margin-left:12px;padding:6px}.ag-theme-alpine .ag-charts-format-top-level-group-item{margin:6px 0}.ag-theme-alpine .ag-charts-format-sub-level-group-container{padding:12px 12px 3px}.ag-theme-alpine .ag-charts-format-sub-level-group-container>*{margin-bottom:9px}.ag-theme-alpine .ag-charts-group-container.ag-group-container-horizontal{padding:6px}.ag-theme-alpine .ag-chart-data-section,.ag-theme-alpine .ag-chart-format-section{display:flex;margin:0}.ag-theme-alpine .ag-chart-menu-panel{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8)}.ag-theme-alpine .ag-ltr .ag-chart-menu-panel{border-left:1px solid #babfc7;border-left-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-rtl .ag-chart-menu-panel{border-right:1px solid #babfc7;border-right-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-date-time-list-page-title{flex-grow:1;text-align:center}.ag-theme-alpine .ag-date-time-list-page-column-label,.ag-theme-alpine .ag-date-time-list-page-entry{text-align:center}.ag-theme-alpine .ag-checkbox-input-wrapper{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--ag-checkbox-background-color,var(--ag-background-color,#fff));border-radius:3px;display:inline-block;flex:none;font-family:agGridAlpine;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:16px;text-transform:none;vertical-align:middle;width:16px}.ag-theme-alpine .ag-checkbox-input-wrapper input{-webkit-appearance:none;height:100%;opacity:0;width:100%}.ag-theme-alpine .ag-checkbox-input-wrapper:active,.ag-theme-alpine .ag-checkbox-input-wrapper:focus-within{box-shadow:0 0 2px .1rem rgba(33,150,243,.4);outline:none}.ag-theme-alpine .ag-checkbox-input-wrapper.ag-disabled{opacity:.5}.ag-theme-alpine .ag-checkbox-input-wrapper:after{color:#999;color:var(--ag-checkbox-unchecked-color,#999);content:"\f108";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-alpine .ag-checkbox-input-wrapper.ag-checked:after{color:#2196f3;color:var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3));content:"\f106";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-alpine .ag-checkbox-input-wrapper.ag-indeterminate:after{color:#999;color:var(--ag-checkbox-indeterminate-color,var(--ag-checkbox-unchecked-color,#999));content:"\f107";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-alpine .ag-toggle-button-input-wrapper{background-color:#999;background-color:var(--ag-toggle-button-off-background-color,var(--ag-checkbox-unchecked-color,#999));border:1px solid #999;border-color:var(--ag-toggle-button-off-border-color,var(--ag-checkbox-unchecked-color,#999));border-radius:9px;box-sizing:border-box;flex:none;height:18px;position:relative;width:28px}.ag-theme-alpine .ag-toggle-button-input-wrapper input{height:100%;opacity:0;width:100%}.ag-theme-alpine .ag-toggle-button-input-wrapper:focus-within{box-shadow:0 0 2px .1rem rgba(33,150,243,.4);outline:none}.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-disabled{opacity:.5}.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked{background-color:#2196f3;background-color:var(--ag-toggle-button-on-background-color,var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3)));border-color:#2196f3;border-color:var(--ag-toggle-button-on-border-color,var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3)))}.ag-theme-alpine .ag-toggle-button-input-wrapper:before{background-color:#fff;background-color:var(--ag-toggle-button-switch-background-color,var(--ag-background-color,#fff));border:1px solid #999;border-color:var(--ag-toggle-button-switch-border-color,var(--ag-toggle-button-off-border-color,var(--ag-checkbox-unchecked-color,#999)));border-radius:9px;box-sizing:border-box;content:" ";display:block;height:18px;left:-1px;position:absolute;top:-1px;transition:left .1s;width:18px}.ag-theme-alpine .ag-toggle-button-input-wrapper.ag-checked:before{border-color:#2196f3;border-color:var(--ag-toggle-button-on-border-color,var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3)));left:calc(100% - 18px)}.ag-theme-alpine .ag-radio-button-input-wrapper{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--ag-checkbox-background-color,var(--ag-background-color,#fff));border-radius:3px;border-radius:16px;display:inline-block;flex:none;font-family:agGridAlpine;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:16px;text-transform:none;vertical-align:middle;width:16px}.ag-theme-alpine .ag-radio-button-input-wrapper input{-webkit-appearance:none;height:100%;opacity:0;width:100%}.ag-theme-alpine .ag-radio-button-input-wrapper:active,.ag-theme-alpine .ag-radio-button-input-wrapper:focus-within{box-shadow:0 0 2px .1rem rgba(33,150,243,.4);outline:none}.ag-theme-alpine .ag-radio-button-input-wrapper.ag-disabled{opacity:.5}.ag-theme-alpine .ag-radio-button-input-wrapper:after{color:#999;color:var(--ag-checkbox-unchecked-color,#999);content:"\f126";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-alpine .ag-radio-button-input-wrapper.ag-checked:after{color:#2196f3;color:var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3));content:"\f127";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-alpine input[class^=ag-][type=range]{-webkit-appearance:none;background:none;height:100%;overflow:visible;width:100%}.ag-theme-alpine input[class^=ag-][type=range]::-webkit-slider-runnable-track{background-color:#babfc7;background-color:var(--ag-border-color,#babfc7);border-radius:3px;height:3px;margin:0;padding:0;width:100%}.ag-theme-alpine input[class^=ag-][type=range]::-moz-range-track{background-color:#babfc7;background-color:var(--ag-border-color,#babfc7);border-radius:3px;height:3px;margin:0;padding:0;width:100%}.ag-theme-alpine input[class^=ag-][type=range]::-ms-track{background-color:#babfc7;background-color:var(--ag-border-color,#babfc7);border-radius:3px;color:transparent;height:3px;margin:0;padding:0;width:100%;width:calc(100% - 2px)}.ag-theme-alpine input[class^=ag-][type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #999;border-color:var(--ag-checkbox-unchecked-color,#999);border-radius:16px;height:16px;margin:0;padding:0;transform:translateY(-6.5px);width:16px}.ag-theme-alpine input[class^=ag-][type=range]::-ms-thumb{-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #999;border-color:var(--ag-checkbox-unchecked-color,#999);border-radius:16px;height:16px;margin:0;padding:0;width:16px}.ag-theme-alpine input[class^=ag-][type=range]::-moz-ag-range-thumb{-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #999;border-color:var(--ag-checkbox-unchecked-color,#999);border-radius:16px;height:16px;margin:0;padding:0;width:16px}.ag-theme-alpine input[class^=ag-][type=range]:focus{outline:none}.ag-theme-alpine input[class^=ag-][type=range]:focus::-webkit-slider-thumb{border-color:#2196f3;border-color:var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3));box-shadow:0 0 2px .1rem rgba(33,150,243,.4)}.ag-theme-alpine input[class^=ag-][type=range]:focus::-ms-thumb{border-color:#2196f3;border-color:var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3));box-shadow:0 0 2px .1rem rgba(33,150,243,.4)}.ag-theme-alpine input[class^=ag-][type=range]:focus::-moz-ag-range-thumb{border-color:#2196f3;border-color:var(--ag-checkbox-checked-color,var(--ag-alpine-active-color,#2196f3));box-shadow:0 0 2px .1rem rgba(33,150,243,.4)}.ag-theme-alpine input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{background-color:rgba(33,150,243,.4);background-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4))}.ag-theme-alpine input[class^=ag-][type=range]:active::-moz-ag-range-track{background-color:rgba(33,150,243,.4);background-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4))}.ag-theme-alpine input[class^=ag-][type=range]:active::-ms-track{background-color:rgba(33,150,243,.4);background-color:var(--ag-input-focus-border-color,rgba(33,150,243,.4))}.ag-theme-alpine input[class^=ag-][type=range]:disabled{opacity:.5}.ag-theme-alpine .ag-filter-toolpanel-header,.ag-theme-alpine .ag-filter-toolpanel-search,.ag-theme-alpine .ag-header-row,.ag-theme-alpine .ag-multi-filter-group-title-bar,.ag-theme-alpine .ag-panel-title-bar-title,.ag-theme-alpine .ag-status-bar{color:#181d1f;color:var(--ag-header-foreground-color,var(--ag-secondary-foreground-color,var(--ag-foreground-color,#181d1f)));font-weight:700}.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row:after,.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row:before{background-color:#babfc7;background-color:var(--ag-border-color,#babfc7);content:"";height:calc(100% - 20px);position:absolute;top:10px;width:1px}.ag-theme-alpine .ag-ltr .ag-pinned-right-header .ag-header-row:after{right:0}.ag-theme-alpine .ag-rtl .ag-pinned-left-header .ag-header-row:before{left:0}.ag-theme-alpine .ag-row{font-size:14px}.ag-theme-alpine input[class^=ag-]:not([type]),.ag-theme-alpine input[class^=ag-][type=date],.ag-theme-alpine input[class^=ag-][type=datetime-local],.ag-theme-alpine input[class^=ag-][type=number],.ag-theme-alpine input[class^=ag-][type=tel],.ag-theme-alpine input[class^=ag-][type=text],.ag-theme-alpine textarea[class^=ag-]{border-radius:3px;min-height:24px}.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]),.ag-theme-alpine .ag-ltr input[class^=ag-][type=date],.ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local],.ag-theme-alpine .ag-ltr input[class^=ag-][type=number],.ag-theme-alpine .ag-ltr input[class^=ag-][type=tel],.ag-theme-alpine .ag-ltr input[class^=ag-][type=text],.ag-theme-alpine .ag-ltr textarea[class^=ag-]{padding-left:6px}.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]),.ag-theme-alpine .ag-rtl input[class^=ag-][type=date],.ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local],.ag-theme-alpine .ag-rtl input[class^=ag-][type=number],.ag-theme-alpine .ag-rtl input[class^=ag-][type=tel],.ag-theme-alpine .ag-rtl input[class^=ag-][type=text],.ag-theme-alpine .ag-rtl textarea[class^=ag-]{padding-right:6px}.ag-theme-alpine .ag-tab{padding:9px;transition:color .4s}.ag-theme-alpine .ag-tab-selected{color:#2196f3;color:var(--ag-alpine-active-color,#2196f3)}.ag-theme-alpine .ag-menu,.ag-theme-alpine .ag-menu-header{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8)}.ag-theme-alpine .ag-menu-header{padding-top:1px}.ag-theme-alpine .ag-tabs-header{border-bottom:1px solid #babfc7;border-bottom-color:var(--ag-border-color,#babfc7)}.ag-theme-alpine .ag-charts-data-group-title-bar,.ag-theme-alpine .ag-charts-format-top-level-group-title-bar,.ag-theme-alpine .ag-charts-settings-group-title-bar{line-height:20px;padding:6px 12px}.ag-theme-alpine .ag-chart-mini-thumbnail{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-alpine .ag-chart-settings-nav-bar{border-top:1px solid #dde2eb;border-top-color:var(--ag-secondary-border-color,#dde2eb)}.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon{margin-right:6px}.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon{margin-left:6px}.ag-theme-alpine .ag-charts-format-top-level-group-toolbar{margin-top:6px}.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar{padding-left:20px}.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar{padding-right:20px}.ag-theme-alpine .ag-charts-format-sub-level-group{border-left:1px dashed #babfc7;border-left-color:var(--ag-border-color,#babfc7);margin-bottom:12px;padding-left:6px}.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar{background:none;font-weight:700;padding-bottom:0;padding-top:0}.ag-theme-alpine .ag-charts-format-sub-level-group-container{padding-bottom:0}.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child{margin-bottom:0}.ag-theme-alpine .ag-dnd-ghost{font-size:12px;font-weight:700}.ag-theme-alpine .ag-side-buttons{width:30px}.ag-theme-alpine .ag-standard-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #2196f3;border-color:var(--ag-alpine-active-color,#2196f3);border-radius:3px;color:#2196f3;color:var(--ag-alpine-active-color,#2196f3);font-weight:600;padding:6px 12px}.ag-theme-alpine .ag-standard-button:hover{background-color:rgba(33,150,243,.1);background-color:var(--ag-row-hover-color,rgba(33,150,243,.1));border-color:#2196f3;border-color:var(--ag-alpine-active-color,#2196f3)}.ag-theme-alpine .ag-standard-button:active{background-color:#2196f3;background-color:var(--ag-alpine-active-color,#2196f3);border-color:#2196f3;border-color:var(--ag-alpine-active-color,#2196f3);color:#fff;color:var(--ag-background-color,#fff)}.ag-theme-alpine .ag-standard-button:disabled{background-color:#f1f2f4;background-color:var(--ag-input-disabled-background-color,#f1f2f4);border-color:rgba(186,191,199,.3);border-color:var(--ag-input-disabled-border-color,rgba(186,191,199,.3));color:rgba(24,29,31,.5);color:var(--ag-disabled-foreground-color,rgba(24,29,31,.5))}.ag-theme-alpine .ag-column-drop-vertical{min-height:75px}.ag-theme-alpine .ag-column-drop-vertical-title-bar{padding:12px 12px 0}.ag-theme-alpine .ag-column-drop-vertical-empty-message{align-items:center;border:1px dashed #babfc7;border-color:var(--ag-border-color,#babfc7);display:flex;margin:12px;padding:12px}.ag-theme-alpine .ag-column-drop-empty-message{color:#181d1f;color:var(--ag-foreground-color,#181d1f);opacity:.75}.ag-theme-alpine .ag-status-bar{font-weight:400}.ag-theme-alpine .ag-paging-number,.ag-theme-alpine .ag-paging-row-summary-panel-number,.ag-theme-alpine .ag-status-name-value-value{font-weight:700}.ag-theme-alpine .ag-column-drop-cell-button{opacity:.5}.ag-theme-alpine .ag-column-drop-cell-button:hover{opacity:.75}.ag-theme-alpine .ag-chart-menu-icon:hover,.ag-theme-alpine .ag-chart-settings-next:hover,.ag-theme-alpine .ag-chart-settings-prev:hover,.ag-theme-alpine .ag-column-group-icons:hover,.ag-theme-alpine .ag-column-select-header-icon:hover,.ag-theme-alpine .ag-filter-toolpanel-expand:hover,.ag-theme-alpine .ag-floating-filter-button-button:hover,.ag-theme-alpine .ag-group-contracted .ag-icon:hover,.ag-theme-alpine .ag-group-expanded .ag-icon:hover,.ag-theme-alpine .ag-group-title-bar-icon:hover,.ag-theme-alpine .ag-header-cell-menu-button:hover,.ag-theme-alpine .ag-header-expand-icon:hover,.ag-theme-alpine .ag-panel-title-bar-button:hover,.ag-theme-alpine .ag-side-button-button:hover,.ag-theme-alpine .ag-tab:hover{color:#2196f3;color:var(--ag-alpine-active-color,#2196f3)}.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover{opacity:.35}.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button{margin-left:12px;margin-right:6px}.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button{margin-left:6px;margin-right:12px}.ag-theme-alpine .ag-filter-toolpanel-group-container{padding-left:6px}.ag-theme-alpine .ag-filter-toolpanel-instance-filter{background-color:#f8f8f8;background-color:var(--ag-control-panel-background-color,#f8f8f8);border:none;border-left:#babfc7;border-left:1px dashed var(--ag-border-color,#babfc7);margin-left:8px;margin-right:12px;padding-left:8px}.ag-theme-alpine .ag-set-filter-list{padding-bottom:3px;padding-top:3px}.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper,.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container,.ag-theme-alpine .ag-layout-print .ag-center-cols-clipper,.ag-theme-alpine .ag-layout-print .ag-center-cols-container{min-height:150px}.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:60px}.ag-theme-alpine .ag-date-time-list-page-entry-is-current{background-color:#2196f3;background-color:var(--ag-alpine-active-color,#2196f3)}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{-webkit-filter:url(#gaussian-blur);filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{-ms-align-items:center;align-items:center;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards;background:hsla(0,0%,100%,.9);bottom:0;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:99}.react-confirm-alert-body{background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666;font-family:Arial,Helvetica,sans-serif;padding:30px;text-align:left;width:400px}.react-confirm-alert-svg{left:0;position:absolute;top:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{font-size:16px;margin:0}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{background:#333;border:none;border-radius:5px;color:#eee;cursor:pointer;display:inline-block;font-size:12px;margin-right:10px;outline:none;padding:6px 18px}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}.ag-theme-material{-webkit-font-smoothing:antialiased;color:rgba(0,0,0,.87);color:var(--ag-foreground-color,rgba(0,0,0,.87));font-family:Roboto,sans-serif;font-size:13px;line-height:normal}@font-face{font-family:agGridMaterial;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABPwAAsAAAAAJjAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAAmMAAAR2ZOVnMk9TLzIAAANsAAAAQQAAAFZWUFMDY21hcAAAA7AAAAIRAAAFnH0V34BnbHlmAAAFxAAACj0AABO8Q1oUYmhlYWQAABAEAAAAMQAAADZ2zsSBaGhlYQAAEDgAAAAWAAAAJAfRBDVobXR4AAAQUAAAABIAAAEww1AAAGxvY2EAABBkAAAAcwAAAJoHSQMCbWF4cAAAENgAAAAfAAAAIAFfAKpuYW1lAAAQ+AAAATIAAAJebBQ2inBvc3QAABIsAAABwgAAAqTvU9OHeJx9lEtyElEUhv+mm0gCklSMGjFq1PhCjZpO09DhYUIHAjpwYFkOnMSyyrKKcsQ6XIAryNAVuAAHrsAFOHDo2PK7h0ZMBuEWl3vP4z//eVzkSVrQY7WVS3vPX6o8Ohx/VEWBJh+n///sjT68P1RhekMX2G9BXlBSWTf0WmN988re2DvKrfgV/5X/zv/sf/F/ycdqXZtYF7XNilRjDxWrroYS5TSHLOK8oybWPnvLpMswypump74uETPCp2+IVQ11R0vgpIbT1S5WMcthdtmHrLtaPMUi0T3w67DpIA2oyFVq0tR5zesAll3Obfyb6M8Rc4/YIV4puhR2eSQtzm1dgJPzCKyqB3rDvmyZOpR65hPzjbRv99BuRdbUqgVOg1gO+wkMpvIGUWt4PAK9jtXTrKJV3cS7AU4XtLZ575h3Ecsa3GL6ElieNbiWtMHphd7qIRb7mU/XajqpwH3Yz+Sp4SV6cEzaBmuI7SYcZlLXnyqxQg0sq1UkI33Skb7qu37op37rj85Qpw56l8Mu6Hun1qZABU9a99C2/kldrnPMwEmr4xbzZN6w6kTo+lkNXbQimbnqxJxDpLHZL8DT2fdgk9CPgBihxXWdzrM63COsz2bT2WSVrNJ9er9oEzywWagwgVtMlUOczGFCra+A6E4Tfpetbk3w1qxvrrruhS3Zzb0F1+8KfbjGb0iGdavTM7TXkTikmWTdvBLYO4wt9AmsZ9EcqzVYbdtEuxkb2OvoEWmDfCZMarptL2Ng83ULBvXspa7oorFvZx1bNbvIvDz+CcLshcdWOzfTKdzcfAz/Au6DcHUAeJxjYGSaxDiBgZWBgamKaQ8DA0MPhGZ8wGDIyAQUZWBlZsAKAtJcUxgOMOh+NGJ+AeRGMb9hYAHSjCA5AOMfCvMAAAB4nLXUB1IbQRCF4V+BLMC2MDknR9kgBCIHIUDAKXCmcKBw5hw+m+/RJ8Bv1O0D4Cpv1afeGa12Z7T1GmgBcvJU8pBtJ6MzMlnNZprzOTqb83l+a1ygnazOS5xzybWVb240W+KMC64s0xz9PTK6usAo86xotM8Se2xR1+iECjussss2B6yzxhHLbFLlkGM2qNHgVL9Pq8hrja206bkdWkmX7thND3e4S5E++hlgkCGGGdGTxhhngkmmdN00M8wyp6cXecBDHvGYJ9pPiWc81/cLLFLWIlu53bF/y+vTsbS3VV85qexox9sH62va7Gb18Hij1jj9h5v9h6OQPnK/YpQWVQppt2dhSV6EPXkZtuRVqMvrkN76m3Aib0NF3oUdOQ+rchF25X3Ylg/hQD6GdfkU1uQyHMlVWJbPYVO+hKp8DYfyLRzL97AhP0JNfoaGXAf9V5ZxKS+WdaSacylflncpY9biUvas1ZFqmyPVdkeqHY5UO13KpHU5Ui249Cat25FqjyPVXqfsYEEpwoJygt1zShZWdMoY1ueUNuy+U+6wfqcEYgNOWcQGnVKJDTnlExt2Sio24pRZbNQpvdiYU46xcadEYxOuud9Jp5RjU055x6adko/NOPUAbNapG2BzrrnfeacOgQX1Ciyoa2BB/QML6iRYSL3TQsqMBfUZLKjjYKG5/gVHqouOVMuO8h8D8KVRAAAAeJztWH1sG+UZv+e92Ofz99m+O3tN7NgX+0qTGsXn88V2miZN2mSMpJ1sOvpFCqwtkNK0UAaFRTDEpDJGizTCH6BJoEmONAkGyz9lQy3qQHRC2lzRMQl13cQ/JIxFRYpAMvVtz3ux04ZmjP2JtuTe9557P557Pn73Ps9jBhj8IwvsJsbFMBAXPSDG9bihxsmC6Qaf+SksmhfPn4cOdqBUq5WmqlWGaaF72NfY1xg742FCzBrcqemaymmconOyriVVURE1UVVERTYUeKkyefbsZA/tyPDZyckZ65k8iv0MpUpnJyuTBlLI1pKH3YTyOBgmKBuCJsgGzBTmy3NFcxYWi/OmDb6YL8Ioim2tnWanUYZ23Jrg7Jw9JEuylDFyRi6rptRUkFM51VAN2ZA5WDxy+7iRzxvjt3/YJMYLzz1XmJ62enZ6xZRF1H/fnMWevs56Z5gNI8VRmwU1QaHN0ESlOjX18dGj8w88QO42D5CR+qlazTKvtWeOnWOCTIRaOeEFUQhFQYtn+kAXsmngwZBBZo9d+SyqRfFinda9vmB+PHYOKmPsHD6vmLzyGUhj70Bl60r+8ur8WXTqddyfrl8gXddzrl84fC1P1uIpxIXkanyRJ+v8Et+lwckv823Y7iH2+4wNvRtmGB44mQfWiIGduk4MSZmcTt1G/m6OF+4069B37tw7r7pcEZ/Uvblb8kXgLLxUxAnzd7Dh3Lk+jye6JhVJdHcnIsnWKGXPL+NnyT8+yyZrmBijUF/pCm0cNh2bjM0QNd3WGBewzVQqNetq3M29jSfyQqW+H+/lSmMAZ/BqYpacJAuoF4MqcYjYZwunTxdqZKF45kyxtoybx9gzluatlpfsIqI7LltESEKj5tCmKTYuxMmrplvpLsPilKlT7eBd2ps6vMue7k7UXyfDpW6l/jodJMNKd30fGV7+dig26beMuLdEkQ2VDRfn55sX+cs1D/gFM/+8wh5iP2H8aKk2ZoR5jPk57sZPR7VdIxir6IgB2S5LRQgmQ16iJNIteraPaJkoiCF7IqWmQcENCI9MzuiDjCSHvDiCw3o2l4myGvVtGtQ0yfYB7iKNTUt7YiDJUYLC5oxu3ByFkOgDL0mk4UYWt0vsvdz+wzZzTDUMleRUY8usuQmeJMDa/B8Qc5wPREN+OeR32jzheFDuCDo9jhZHyCe3uuV2yU4cXudrgYTUJnj8vNfBOXxuQXIF/KE1QiAmBcKCw+nhWmy+aMDusgUCLk/A2du5jrDE4XLYiE44p89tJxoLzoCDfOT4weM20qNe+aMlzJPVKz9hH/pThBfqz/zZHYsGHYE17UkxoadCrWqA9zk9Yiibae+UwmGnz+uL3CD5XMmAy+uKCG454BUcdi4YTyeDHjEs+p0uXyDo4V08y3E2Lth24rdv8C67k/M4bfwF3ufgvfwffLzTH6Cu/r/vvrm+WxHn8FsVFEHlgB2wAh2M0kAHX5i2eQx6NN6u8PO3/6OPDRr6sjktI8VgI6Euk8SQD2R0jRcSqRuBoyBI6dmvds36Hd/hOVvIJwT9vf1Or93j8AXFsbLbyQdCgZZbv9fCCzjyVUY9d2zC63FJ/mB4505fwGbzu4W2e4/5xICX5+2PPmx32AWfZY//BR1Xxgk8nZHRiUKtVjhNZou1WvHMMi52kDmmiA9p1MDOqagkqiV7AUlDwQFFtqNqqhLFT9igNH6LOCXbOY0ulmTyLJceUuNFeXTHgW0jW+5plW/pGUvyg5ywbmzIwcezjkFu/Wa1o314cATnJ1pT393FtzxxQ9va9ixPhOQGJSKNarHYoeENd8RHk1o4sG4zqLFUn+Lb8i06vLd/dzC0tjUV/YbKzC7LHMDcYK2VPaKsKDEmj31goGwpFk+w7NKB5gU2YafpSTYFi5ZwrfdsGXkRibY2JLZ13dTVddOttOtam89vy+fJR/SNw4disebdnGiswA5YumZbvinHBGKikU8mMQehOThgxoaZc8W8SBbqJzELd9dK8FKpZF4sL+eU5HMLSzxFk4F4AsxDyedvvolgMvVyGXSafNTo3kY+t4kcsd5DM/24jeaEA/X95PlGO1KaKTXiCq69jXUi5WQERsSsNUb3oBk6gQpn0MAR14NWFoWZv0LDAhkGCdO8GZDMj2eQMN2T9O8STQRhlHZjhw9fwvtk/cLk5GE6fJ0eQZqxqHHU41NLDXiwXCazlhqoxHXnJhYqmDmrqMbSUQmj9Ngk0fmCOWvOFuab9p0mb2ONEGa68A0oahF0BXNZDF0WlQYZTZHEkmXJ1Z2AVB9gwPtFolepVPJ7e3r25isVpTfxSxgzfw0PUlpRludgUSkqW3vG7xvv2aoUuXIF+y10ZO+R8Z5mLu1Ee8qWHbEUwWJB5rBK0rE4oQY0sGpiNUNXFU4kXfu27n/mmf1b9x1eJvbvHhjYPUAeXjFICfORATrVsMsEO0E1DqJ3pxA2AXaixKyCMQPVtf7Rh9a6pYblXblaKjXOqQXmPN1pIC8LQlULG6vyEhp4naLrmvyuwpW9pk6LM+l/U6lBlpL0IIA04AGuAk1O6MLV6jZz0/qum0d35e/qNNcnOmAUCXgv0UEHVyvjzPFdozd3re9ImOs77zI/6UjAe5135a2xpk4HMTeX0D8qyqfQ1IZTVibmSjwj0bwnm4O4oKHKGhv+lad/W7/3FSsRH7Fy9ItCJJKIRECvnyrDi2V2IplOJzFn32eteSHRHVbCeKGNXpiaamKjn+1DKXy0elCNIFiZO61ZVdj1lPrUX6ErGr3cu/3yLb3HopDDEfibeSEaPdZ7y+XtvZevqXtoTb5U7yioR5rJMDmmgGdKHDGOKvTRyi1KazgvAMId9Ygnl16FyBO1pFUsy3SKfg0GNnpAxLS2Ni1Gnrfu9X9UKujmIXjD/HDjRvXAAfV9HPhE7d+49sABM4S0dOnSpUql5+qWmMUCxAr82HzklY39uGktvD9zo9pPSXiaFlOVFXVyiLmhiRI/RUk7hYafooRNWGGfPmfoTAMgx48eGRwaGjxyFPxN6vi9e3bqhqHv3PNBk2Dn6IR5eeXiKz9cscgiGpigsrgRszkqjXVgLJ0L6n8h2tD9g4P3H6fd0NeTkiw01mNX+9oCX3c2cjJ+uRgTrv3NxMov5wsw2rA1PS88iHqrvleWsW4zLEwICPD6qdIStM3Zg4VqtXCwTH8Qgg7zolWXdrQeLFarxYPws+X85m2yh3IHLII7qlWym/5i1Jzbg+cwsWSj4+St1eYQ9D+tVule5jqeiE0cp/NX9b2TdTfzKVDh0MvFOVgsQOnlwjzemzUxiTbPxSr9XYZEy8u8F8jJpbqdJmSNWENO0Or9at0+jXaicTBDzwaxUTZxch/QqohTZI0mOuLVeIJVkyHjQhkvA8hbVrww1m3IbuzZe8fusqN+6vHCSDOmbOreHrtvfGQmWx8mb2HkULo2uzasuaM3P95TKcPBH4Xv7s9bgUXpvsm2vXwbriS/Qan+BR+vOg4AAAB4nGNgZGBgAGKpH/rO8fw2Xxm4mV8ABaI4H+9rQND//zC/YH4DVMnBwAQkGQBX3Q0FAAAAeJxjYGRgYH7BwIBEMjKgAh8ARYYDEAAAeJxjYGBgYH4xPDA9AAANeC3nAAB4nGNgAAIpBg+GOIYZDJsYHjHyMJoxZjAuYtzC+IyJgeke8x7mSywuLNtYTrAqsdawHmC9w/qFjYvNgS2CrYBtE9sTtk/sXOwS7EbsTewH2J9wuHH0cDzj+MOpxmnC6cQZwBnHWcBZxzmB8x7pEAB+RDEmAHicY2BkYGDwYZjHwMkAAkxAzAWEDAz/wXwGACCLAgoAeJx9kD1qw0AQhZ/8F2JDCIS4UrEQSBOQf0qT2oKAGxfuZWsly6y1YrU2+AY5SE6QQ6TMQXKKPK23sQvPwvC9N2+mWACP+EGApgI8uN5UC3dUZ26Tnj13yC+euxhg4rlH/91zH2/48DzAEw68EHTu6YT49Nxi/stzm/635w7513MXQ/x57iEM4LmPVRB6HuA1MEkemyJdJFaaIlFLmR9UcmVeqpU0daFLMYnGl4NYltKQU7E+ifqYT63NRGb0Xsx1aaVSWlRG7+TGRltrq9lolHk/2ug9EuSIYVAgxYLKQjqVQGFJzvkXisrcTN6arRzXVBolBP8/wvjmRkwunT77KbfWOLHXOHJvStcio86Y0diT5u56k1Z8mk7lZjs6G/oRtm6rwgwjvuwqHzHFS/808m/eAAB4nG2SB2/bMBCF/cWS7dhpk6Ztuvceauvune6Z/giGomUiEimQlO3k15e1gwABegCJ9x7uju8ObC21FtFv/T+2WKJNQkqHLj2W6TNghSMcZZU1jrHOcU5wkg1OcZoznOUc57nARS5xmStc5RrXucFNbnGbO9zlHvfJeMBDHjHkMU94yjOe84KXvOI1b3jLO96zyQc+8onPfOEr3/jOD37yi99s8ac1EEXhVCGCtqYjnLNT3xZedqQwUpWpHAsX1uRYyZ1tO8vmQOUbB4I2uQrKVdqIoNYP5MbsZ65IW1qX1ToS142kqYzvS2uCEzKoPJG23k2ls963pZ+k8WTDJFdepmoWDXTndzbsqVkt4lv5stpVmS+FHw8OUDZsR9wZ6TJaSUfa+ZAUTtdp4WxTJzElJKUahU6pTfTULa3ItSl6lZjpSu+ppFKm6cUZFsxYowbGhkyUpZ2qPK1jA9WutUlrPbFhzcVym203IViT2dFo9bBgUqeLcUi8mKi+r2KXLLdTsw//GRks4Dytt8DRZ4hLWg9OqcNbXZ5Ltlam15jFBAgKHIqAxmKY4pGUjNlhm1n8FzkVDTW7TBix12r9BZxqtRIAAA==) format("woff")}.ag-theme-material .ag-icon{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:agGridMaterial;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;line-height:18px;text-transform:none}.ag-theme-material .ag-icon-aggregation:before{content:"\f101"}.ag-theme-material .ag-icon-arrows:before{content:"\f102"}.ag-theme-material .ag-icon-asc:before{content:"\f103"}.ag-theme-material .ag-icon-cancel:before{content:"\f104"}.ag-theme-material .ag-icon-chart:before{content:"\f105"}.ag-theme-material .ag-icon-color-picker:before{content:"\f109"}.ag-theme-material .ag-icon-columns:before{content:"\f10a"}.ag-theme-material .ag-icon-contracted:before{content:"\f10b"}.ag-theme-material .ag-icon-copy:before{content:"\f10c"}.ag-theme-material .ag-icon-cross:before{content:"\f10d"}.ag-theme-material .ag-icon-csv:before{content:"\f10e"}.ag-theme-material .ag-icon-desc:before{content:"\f10f"}.ag-theme-material .ag-icon-excel:before{content:"\f110"}.ag-theme-material .ag-icon-expanded:before{content:"\f111"}.ag-theme-material .ag-icon-eye-slash:before{content:"\f112"}.ag-theme-material .ag-icon-eye:before{content:"\f113"}.ag-theme-material .ag-icon-filter:before{content:"\f114"}.ag-theme-material .ag-icon-first:before{content:"\f115"}.ag-theme-material .ag-icon-grip:before{content:"\f116"}.ag-theme-material .ag-icon-group:before{content:"\f117"}.ag-theme-material .ag-icon-last:before{content:"\f118"}.ag-theme-material .ag-icon-left:before{content:"\f119"}.ag-theme-material .ag-icon-linked:before{content:"\f11a"}.ag-theme-material .ag-icon-loading:before{content:"\f11b"}.ag-theme-material .ag-icon-maximize:before{content:"\f11c"}.ag-theme-material .ag-icon-menu:before{content:"\f11d"}.ag-theme-material .ag-icon-minimize:before{content:"\f11e"}.ag-theme-material .ag-icon-next:before{content:"\f11f"}.ag-theme-material .ag-icon-none:before{content:"\f120"}.ag-theme-material .ag-icon-not-allowed:before{content:"\f121"}.ag-theme-material .ag-icon-paste:before{content:"\f122"}.ag-theme-material .ag-icon-pin:before{content:"\f123"}.ag-theme-material .ag-icon-pivot:before{content:"\f124"}.ag-theme-material .ag-icon-previous:before{content:"\f125"}.ag-theme-material .ag-icon-right:before{content:"\f128"}.ag-theme-material .ag-icon-save:before{content:"\f129"}.ag-theme-material .ag-icon-small-down:before{content:"\f12a"}.ag-theme-material .ag-icon-small-left:before{content:"\f12b"}.ag-theme-material .ag-icon-small-right:before{content:"\f12c"}.ag-theme-material .ag-icon-small-up:before{content:"\f12d"}.ag-theme-material .ag-icon-tick:before{content:"\f12e"}.ag-theme-material .ag-icon-tree-closed:before{content:"\f12f"}.ag-theme-material .ag-icon-tree-indeterminate:before{content:"\f130"}.ag-theme-material .ag-icon-tree-open:before{content:"\f131"}.ag-theme-material .ag-icon-unlinked:before{content:"\f132"}.ag-theme-material .ag-icon-row-drag:before{content:"\f116"}.ag-theme-material .ag-left-arrow:before{content:"\f119"}.ag-theme-material .ag-right-arrow:before{content:"\f128"}.ag-theme-material .ag-root-wrapper{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-material [class^=ag-],.ag-theme-material [class^=ag-]:after,.ag-theme-material [class^=ag-]:before,.ag-theme-material [class^=ag-]:focus{box-sizing:border-box;outline:none}.ag-theme-material [class^=ag-]::-ms-clear{display:none}.ag-theme-material .ag-checkbox .ag-input-wrapper,.ag-theme-material .ag-radio-button .ag-input-wrapper{overflow:visible}.ag-theme-material .ag-range-field .ag-input-wrapper{height:100%}.ag-theme-material .ag-toggle-button{flex:none;min-width:0;min-width:auto;width:auto}.ag-theme-material .ag-ltr .ag-label-align-right .ag-label{margin-left:8px}.ag-theme-material .ag-rtl .ag-label-align-right .ag-label{margin-right:8px}.ag-theme-material input[class^=ag-]{margin:0}.ag-theme-material input[class^=ag-],.ag-theme-material select[class^=ag-],.ag-theme-material textarea[class^=ag-]{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-material input[class^=ag-]:not([type]),.ag-theme-material input[class^=ag-][type=date],.ag-theme-material input[class^=ag-][type=datetime-local],.ag-theme-material input[class^=ag-][type=number],.ag-theme-material input[class^=ag-][type=tel],.ag-theme-material input[class^=ag-][type=text],.ag-theme-material textarea[class^=ag-]{color:inherit;line-height:inherit}.ag-theme-material input[class^=ag-]:not([type]):disabled,.ag-theme-material input[class^=ag-][type=date]:disabled,.ag-theme-material input[class^=ag-][type=datetime-local]:disabled,.ag-theme-material input[class^=ag-][type=number]:disabled,.ag-theme-material input[class^=ag-][type=tel]:disabled,.ag-theme-material input[class^=ag-][type=text]:disabled,.ag-theme-material textarea[class^=ag-]:disabled{background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color);color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38))}.ag-theme-material input[class^=ag-]:not([type]):focus,.ag-theme-material input[class^=ag-][type=date]:focus,.ag-theme-material input[class^=ag-][type=datetime-local]:focus,.ag-theme-material input[class^=ag-][type=number]:focus,.ag-theme-material input[class^=ag-][type=tel]:focus,.ag-theme-material input[class^=ag-][type=text]:focus,.ag-theme-material textarea[class^=ag-]:focus{border-color:#3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));box-shadow:0 0 0 5px rgba(32,33,36,.122);outline:none}.ag-theme-material input[class^=ag-]:not([type]):invalid,.ag-theme-material input[class^=ag-][type=date]:invalid,.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,.ag-theme-material input[class^=ag-][type=number]:invalid,.ag-theme-material input[class^=ag-][type=tel]:invalid,.ag-theme-material input[class^=ag-][type=text]:invalid,.ag-theme-material textarea[class^=ag-]:invalid{border-color:var(--ag-input-border-color-invalid);border-style:solid;border-width:2px}.ag-theme-material input[class^=ag-][type=number]{-moz-appearance:textfield}.ag-theme-material input[class^=ag-][type=number]::-webkit-inner-spin-button,.ag-theme-material input[class^=ag-][type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ag-theme-material input[class^=ag-][type=range]{padding:0}.ag-theme-material button[class^=ag-]:focus,.ag-theme-material input[class^=ag-][type=button]:focus{box-shadow:0 0 0 5px rgba(32,33,36,.122)}.ag-theme-material .ag-drag-handle{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-list-item,.ag-theme-material .ag-virtual-list-item{height:32px}.ag-theme-material .ag-keyboard-focus .ag-virtual-list-item:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-virtual-list-item:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-select-list{background-color:#fff;background-color:var(--ag-background-color,#fff);overflow-x:hidden;overflow-y:auto}.ag-theme-material .ag-list-item{align-items:center;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-theme-material .ag-list-item.ag-active-item{background-color:#fafafa;background-color:var(--ag-row-hover-color,#fafafa)}.ag-theme-material .ag-select-list-item{cursor:default;padding-left:4px;padding-right:4px;-moz-user-select:none;-webkit-user-select:none;user-select:none}.ag-theme-material .ag-select-list-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-theme-material .ag-select .ag-picker-field-wrapper{background-color:#fff;background-color:var(--ag-background-color,#fff);cursor:default;min-height:32px}.ag-theme-material .ag-select.ag-disabled .ag-picker-field-wrapper:focus{box-shadow:none}.ag-theme-material .ag-select:not(.ag-cell-editor){height:32px}.ag-theme-material .ag-select .ag-picker-field-display{margin:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ag-theme-material .ag-select .ag-picker-field-icon{align-items:center;display:flex}.ag-theme-material .ag-select.ag-disabled{opacity:.5}.ag-theme-material .ag-rich-select{background-color:#fafafa;background-color:var(--ag-control-panel-background-color,#fafafa)}.ag-theme-material .ag-rich-select-list{height:312px;min-width:200px;width:100%}.ag-theme-material .ag-rich-select-value{height:48px;padding:0 8px 0 24px}.ag-theme-material .ag-rich-select-virtual-list-item{cursor:default;height:32px}.ag-theme-material .ag-rich-select-virtual-list-item:hover{background-color:#fafafa;background-color:var(--ag-row-hover-color,#fafafa)}.ag-theme-material .ag-rich-select-row{padding-left:24px}.ag-theme-material .ag-rich-select-row-selected{background-color:#eee;background-color:var(--ag-selected-row-background-color,#eee)}.ag-theme-material .ag-group-contracted,.ag-theme-material .ag-group-expanded,.ag-theme-material .ag-row-drag,.ag-theme-material .ag-selection-checkbox{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-ltr .ag-group-contracted,.ag-theme-material .ag-ltr .ag-group-expanded,.ag-theme-material .ag-ltr .ag-row-drag,.ag-theme-material .ag-ltr .ag-selection-checkbox{margin-right:24px}.ag-theme-material .ag-rtl .ag-group-contracted,.ag-theme-material .ag-rtl .ag-group-expanded,.ag-theme-material .ag-rtl .ag-row-drag,.ag-theme-material .ag-rtl .ag-selection-checkbox{margin-left:24px}.ag-theme-material .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value){align-items:center;display:flex;flex:none;height:min(46px,46px);height:min(var(--ag-line-height,46px),46px)}.ag-theme-material .ag-group-contracted,.ag-theme-material .ag-group-expanded{cursor:pointer}.ag-theme-material .ag-group-title-bar-icon{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));cursor:pointer;flex:none}.ag-theme-material .ag-ltr .ag-group-child-count{margin-left:2px}.ag-theme-material .ag-rtl .ag-group-child-count{margin-right:2px}.ag-theme-material .ag-group-title-bar{background-color:#eee;background-color:var(--ag-subheader-background-color,#eee);padding:8px}.ag-theme-material .ag-group-toolbar{padding:8px}.ag-theme-material .ag-disabled-group-container,.ag-theme-material .ag-disabled-group-title-bar{opacity:.5}.ag-theme-material .group-item{margin:4px 0}.ag-theme-material .ag-label{white-space:nowrap}.ag-theme-material .ag-ltr .ag-label{margin-right:8px}.ag-theme-material .ag-rtl .ag-label{margin-left:8px}.ag-theme-material .ag-label-align-top .ag-label{margin-bottom:4px}.ag-theme-material .ag-ltr .ag-angle-select-field,.ag-theme-material .ag-ltr .ag-slider-field{margin-right:16px}.ag-theme-material .ag-rtl .ag-angle-select-field,.ag-theme-material .ag-rtl .ag-slider-field{margin-left:16px}.ag-theme-material .ag-angle-select-parent-circle{background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #e2e2e2;border-color:var(--ag-border-color,#e2e2e2);border-radius:12px;height:24px;width:24px}.ag-theme-material .ag-angle-select-child-circle{background-color:rgba(0,0,0,.54);background-color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));border-radius:3px;height:6px;left:12px;margin-left:-3px;margin-top:-4px;top:4px;width:6px}.ag-theme-material .ag-picker-field-wrapper{border:1px solid #e2e2e2;border-color:var(--ag-border-color,#e2e2e2);border-radius:5px}.ag-theme-material .ag-picker-field-wrapper:focus{box-shadow:0 0 0 5px rgba(32,33,36,.122)}.ag-theme-material .ag-picker-field-button{background-color:#fff;background-color:var(--ag-background-color,#fff);color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-dialog.ag-color-dialog{border-radius:5px}.ag-theme-material .ag-color-picker .ag-picker-field-display{height:18px}.ag-theme-material .ag-color-panel{padding:8px}.ag-theme-material .ag-spectrum-color{background-color:red;border-radius:2px}.ag-theme-material .ag-spectrum-tools{padding:10px}.ag-theme-material .ag-spectrum-sat{background-image:linear-gradient(90deg,#fff,hsla(20,42%,65%,0))}.ag-theme-material .ag-spectrum-val{background-image:linear-gradient(0deg,#000,hsla(20,42%,65%,0))}.ag-theme-material .ag-spectrum-dragger{background:#000;border:1px solid #fff;border-radius:12px;box-shadow:0 0 2px 0 rgba(0,0,0,.24);height:12px;width:12px}.ag-theme-material .ag-spectrum-alpha-background,.ag-theme-material .ag-spectrum-hue-background{border-radius:2px}.ag-theme-material .ag-spectrum-tool{border-radius:2px;height:11px;margin-bottom:10px}.ag-theme-material .ag-spectrum-slider{background-color:#f8f8f8;border-radius:13px;box-shadow:0 1px 4px 0 rgba(0,0,0,.37);height:13px;margin-top:-12px;width:13px}.ag-theme-material .ag-recent-color{margin:0 3px}.ag-theme-material .ag-recent-color:first-child{margin-left:0}.ag-theme-material .ag-recent-color:last-child{margin-right:0}.ag-theme-material.ag-dnd-ghost{background:#fff;background:var(--ag-background-color,#fff);border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));height:56px!important;line-height:56px;margin:0;overflow:hidden;padding:0 16px;text-overflow:ellipsis;transform:translateY(16px)}.ag-theme-material .ag-dnd-ghost-icon{color:rgba(0,0,0,.87);color:var(--ag-foreground-color,rgba(0,0,0,.87));margin-right:8px}.ag-theme-material .ag-popup-child:not(.ag-tooltip-custom){box-shadow:5px 5px 10px rgba(0,0,0,.3)}.ag-dragging-fill-handle .ag-theme-material .ag-dialog,.ag-dragging-range-handle .ag-theme-material .ag-dialog{opacity:.7;pointer-events:none}.ag-theme-material .ag-dialog{border-radius:0}.ag-theme-material .ag-panel{background-color:#fff;background-color:var(--ag-background-color,#fff)}.ag-theme-material .ag-panel-title-bar{background-color:#fff;background-color:var(--ag-header-background-color,#fff);color:rgba(0,0,0,.54);color:var(--ag-header-foreground-color,var(--ag-secondary-foreground-color,rgba(0,0,0,.54)));height:56px;padding:8px 24px}.ag-theme-material .ag-ltr .ag-panel-title-bar-button{margin-left:8px}.ag-theme-material .ag-rtl .ag-panel-title-bar-button{margin-right:8px}.ag-theme-material .ag-tooltip{background-color:#fff;background-color:var(--ag-header-background-color,#fff);border-radius:2px;color:rgba(0,0,0,.87);color:var(--ag-foreground-color,rgba(0,0,0,.87));padding:8px;transition:opacity 1s;white-space:normal}.ag-theme-material .ag-tooltip.ag-tooltip-hiding{opacity:0}.ag-theme-material .ag-tooltip-custom{transition:opacity 1s}.ag-theme-material .ag-tooltip-custom.ag-tooltip-hiding{opacity:0}.ag-theme-material .ag-ltr .ag-column-select-indent-1{padding-left:26px}.ag-theme-material .ag-rtl .ag-column-select-indent-1{padding-right:26px}.ag-theme-material .ag-ltr .ag-column-select-indent-2{padding-left:52px}.ag-theme-material .ag-rtl .ag-column-select-indent-2{padding-right:52px}.ag-theme-material .ag-ltr .ag-column-select-indent-3{padding-left:78px}.ag-theme-material .ag-rtl .ag-column-select-indent-3{padding-right:78px}.ag-theme-material .ag-ltr .ag-column-select-indent-4{padding-left:104px}.ag-theme-material .ag-rtl .ag-column-select-indent-4{padding-right:104px}.ag-theme-material .ag-ltr .ag-column-select-indent-5{padding-left:130px}.ag-theme-material .ag-rtl .ag-column-select-indent-5{padding-right:130px}.ag-theme-material .ag-ltr .ag-column-select-indent-6{padding-left:156px}.ag-theme-material .ag-rtl .ag-column-select-indent-6{padding-right:156px}.ag-theme-material .ag-ltr .ag-column-select-indent-7{padding-left:182px}.ag-theme-material .ag-rtl .ag-column-select-indent-7{padding-right:182px}.ag-theme-material .ag-ltr .ag-column-select-indent-8{padding-left:208px}.ag-theme-material .ag-rtl .ag-column-select-indent-8{padding-right:208px}.ag-theme-material .ag-ltr .ag-column-select-indent-9{padding-left:234px}.ag-theme-material .ag-rtl .ag-column-select-indent-9{padding-right:234px}.ag-theme-material .ag-column-select-header-icon{cursor:pointer}.ag-theme-material .ag-keyboard-focus .ag-column-select-header-icon:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-column-select-header-icon:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-theme-material .ag-ltr .ag-column-group-icons:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-checkbox:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-column-drag-handle:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-column-label:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-header-checkbox:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),.ag-theme-material .ag-ltr .ag-column-select-header-icon:not(:last-child){margin-right:16px}.ag-theme-material .ag-rtl .ag-column-group-icons:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-checkbox:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-column-drag-handle:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-column-label:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-header-checkbox:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),.ag-theme-material .ag-rtl .ag-column-select-header-icon:not(:last-child){margin-left:16px}.ag-theme-material .ag-keyboard-focus .ag-column-select-virtual-list-item:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-column-select-virtual-list-item:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 2px);left:1px;pointer-events:none;position:absolute;top:1px;width:calc(100% - 2px)}.ag-theme-material .ag-column-select-column-group:not(:last-child),.ag-theme-material .ag-column-select-column:not(:last-child){margin-bottom:14px}.ag-theme-material .ag-column-select-column-group-readonly,.ag-theme-material .ag-column-select-column-readonly{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38));pointer-events:none}.ag-theme-material .ag-ltr .ag-column-select-add-group-indent{margin-left:34px}.ag-theme-material .ag-rtl .ag-column-select-add-group-indent{margin-right:34px}.ag-theme-material .ag-column-select-virtual-list-viewport{padding:8px 0}.ag-theme-material .ag-column-select-virtual-list-item{padding:0 12px}.ag-theme-material .ag-rtl{text-align:right}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-left:66px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-1{padding-right:66px}.ag-theme-material .ag-ltr .ag-row-group-indent-1{padding-left:42px}.ag-theme-material .ag-rtl .ag-row-group-indent-1{padding-right:42px}.ag-theme-material .ag-ltr .ag-row-level-1 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-1 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-left:108px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-2{padding-right:108px}.ag-theme-material .ag-ltr .ag-row-group-indent-2{padding-left:84px}.ag-theme-material .ag-rtl .ag-row-group-indent-2{padding-right:84px}.ag-theme-material .ag-ltr .ag-row-level-2 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-2 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-left:150px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-3{padding-right:150px}.ag-theme-material .ag-ltr .ag-row-group-indent-3{padding-left:126px}.ag-theme-material .ag-rtl .ag-row-group-indent-3{padding-right:126px}.ag-theme-material .ag-ltr .ag-row-level-3 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-3 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-left:192px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-4{padding-right:192px}.ag-theme-material .ag-ltr .ag-row-group-indent-4{padding-left:168px}.ag-theme-material .ag-rtl .ag-row-group-indent-4{padding-right:168px}.ag-theme-material .ag-ltr .ag-row-level-4 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-4 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-left:234px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-5{padding-right:234px}.ag-theme-material .ag-ltr .ag-row-group-indent-5{padding-left:210px}.ag-theme-material .ag-rtl .ag-row-group-indent-5{padding-right:210px}.ag-theme-material .ag-ltr .ag-row-level-5 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-5 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-left:276px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-6{padding-right:276px}.ag-theme-material .ag-ltr .ag-row-group-indent-6{padding-left:252px}.ag-theme-material .ag-rtl .ag-row-group-indent-6{padding-right:252px}.ag-theme-material .ag-ltr .ag-row-level-6 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-6 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-left:318px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-7{padding-right:318px}.ag-theme-material .ag-ltr .ag-row-group-indent-7{padding-left:294px}.ag-theme-material .ag-rtl .ag-row-group-indent-7{padding-right:294px}.ag-theme-material .ag-ltr .ag-row-level-7 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-7 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-left:360px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-8{padding-right:360px}.ag-theme-material .ag-ltr .ag-row-group-indent-8{padding-left:336px}.ag-theme-material .ag-rtl .ag-row-group-indent-8{padding-right:336px}.ag-theme-material .ag-ltr .ag-row-level-8 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-8 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-left:402px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-9{padding-right:402px}.ag-theme-material .ag-ltr .ag-row-group-indent-9{padding-left:378px}.ag-theme-material .ag-rtl .ag-row-group-indent-9{padding-right:378px}.ag-theme-material .ag-ltr .ag-row-level-9 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-9 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-left:444px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-10{padding-right:444px}.ag-theme-material .ag-ltr .ag-row-group-indent-10{padding-left:420px}.ag-theme-material .ag-rtl .ag-row-group-indent-10{padding-right:420px}.ag-theme-material .ag-ltr .ag-row-level-10 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-10 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-left:486px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-11{padding-right:486px}.ag-theme-material .ag-ltr .ag-row-group-indent-11{padding-left:462px}.ag-theme-material .ag-rtl .ag-row-group-indent-11{padding-right:462px}.ag-theme-material .ag-ltr .ag-row-level-11 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-11 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-left:528px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-12{padding-right:528px}.ag-theme-material .ag-ltr .ag-row-group-indent-12{padding-left:504px}.ag-theme-material .ag-rtl .ag-row-group-indent-12{padding-right:504px}.ag-theme-material .ag-ltr .ag-row-level-12 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-12 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-left:570px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-13{padding-right:570px}.ag-theme-material .ag-ltr .ag-row-group-indent-13{padding-left:546px}.ag-theme-material .ag-rtl .ag-row-group-indent-13{padding-right:546px}.ag-theme-material .ag-ltr .ag-row-level-13 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-13 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-left:612px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-14{padding-right:612px}.ag-theme-material .ag-ltr .ag-row-group-indent-14{padding-left:588px}.ag-theme-material .ag-rtl .ag-row-group-indent-14{padding-right:588px}.ag-theme-material .ag-ltr .ag-row-level-14 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-14 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-left:654px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-15{padding-right:654px}.ag-theme-material .ag-ltr .ag-row-group-indent-15{padding-left:630px}.ag-theme-material .ag-rtl .ag-row-group-indent-15{padding-right:630px}.ag-theme-material .ag-ltr .ag-row-level-15 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-15 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-left:696px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-16{padding-right:696px}.ag-theme-material .ag-ltr .ag-row-group-indent-16{padding-left:672px}.ag-theme-material .ag-rtl .ag-row-group-indent-16{padding-right:672px}.ag-theme-material .ag-ltr .ag-row-level-16 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-16 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-left:738px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-17{padding-right:738px}.ag-theme-material .ag-ltr .ag-row-group-indent-17{padding-left:714px}.ag-theme-material .ag-rtl .ag-row-group-indent-17{padding-right:714px}.ag-theme-material .ag-ltr .ag-row-level-17 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-17 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-left:780px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-18{padding-right:780px}.ag-theme-material .ag-ltr .ag-row-group-indent-18{padding-left:756px}.ag-theme-material .ag-rtl .ag-row-group-indent-18{padding-right:756px}.ag-theme-material .ag-ltr .ag-row-level-18 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-18 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-left:822px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-19{padding-right:822px}.ag-theme-material .ag-ltr .ag-row-group-indent-19{padding-left:798px}.ag-theme-material .ag-rtl .ag-row-group-indent-19{padding-right:798px}.ag-theme-material .ag-ltr .ag-row-level-19 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-19 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-20{padding-left:864px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-20{padding-right:864px}.ag-theme-material .ag-ltr .ag-row-group-indent-20{padding-left:840px}.ag-theme-material .ag-rtl .ag-row-group-indent-20{padding-right:840px}.ag-theme-material .ag-ltr .ag-row-level-20 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-20 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-21{padding-left:906px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-21{padding-right:906px}.ag-theme-material .ag-ltr .ag-row-group-indent-21{padding-left:882px}.ag-theme-material .ag-rtl .ag-row-group-indent-21{padding-right:882px}.ag-theme-material .ag-ltr .ag-row-level-21 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-21 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-22{padding-left:948px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-22{padding-right:948px}.ag-theme-material .ag-ltr .ag-row-group-indent-22{padding-left:924px}.ag-theme-material .ag-rtl .ag-row-group-indent-22{padding-right:924px}.ag-theme-material .ag-ltr .ag-row-level-22 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-22 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-23{padding-left:990px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-23{padding-right:990px}.ag-theme-material .ag-ltr .ag-row-group-indent-23{padding-left:966px}.ag-theme-material .ag-rtl .ag-row-group-indent-23{padding-right:966px}.ag-theme-material .ag-ltr .ag-row-level-23 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-23 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-24{padding-left:1032px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-24{padding-right:1032px}.ag-theme-material .ag-ltr .ag-row-group-indent-24{padding-left:1008px}.ag-theme-material .ag-rtl .ag-row-group-indent-24{padding-right:1008px}.ag-theme-material .ag-ltr .ag-row-level-24 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-24 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-25{padding-left:1074px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-25{padding-right:1074px}.ag-theme-material .ag-ltr .ag-row-group-indent-25{padding-left:1050px}.ag-theme-material .ag-rtl .ag-row-group-indent-25{padding-right:1050px}.ag-theme-material .ag-ltr .ag-row-level-25 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-25 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-26{padding-left:1116px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-26{padding-right:1116px}.ag-theme-material .ag-ltr .ag-row-group-indent-26{padding-left:1092px}.ag-theme-material .ag-rtl .ag-row-group-indent-26{padding-right:1092px}.ag-theme-material .ag-ltr .ag-row-level-26 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-26 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-27{padding-left:1158px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-27{padding-right:1158px}.ag-theme-material .ag-ltr .ag-row-group-indent-27{padding-left:1134px}.ag-theme-material .ag-rtl .ag-row-group-indent-27{padding-right:1134px}.ag-theme-material .ag-ltr .ag-row-level-27 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-27 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-28{padding-left:1200px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-28{padding-right:1200px}.ag-theme-material .ag-ltr .ag-row-group-indent-28{padding-left:1176px}.ag-theme-material .ag-rtl .ag-row-group-indent-28{padding-right:1176px}.ag-theme-material .ag-ltr .ag-row-level-28 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-28 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-29{padding-left:1242px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-29{padding-right:1242px}.ag-theme-material .ag-ltr .ag-row-group-indent-29{padding-left:1218px}.ag-theme-material .ag-rtl .ag-row-group-indent-29{padding-right:1218px}.ag-theme-material .ag-ltr .ag-row-level-29 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-29 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-30{padding-left:1284px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-30{padding-right:1284px}.ag-theme-material .ag-ltr .ag-row-group-indent-30{padding-left:1260px}.ag-theme-material .ag-rtl .ag-row-group-indent-30{padding-right:1260px}.ag-theme-material .ag-ltr .ag-row-level-30 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-30 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-31{padding-left:1326px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-31{padding-right:1326px}.ag-theme-material .ag-ltr .ag-row-group-indent-31{padding-left:1302px}.ag-theme-material .ag-rtl .ag-row-group-indent-31{padding-right:1302px}.ag-theme-material .ag-ltr .ag-row-level-31 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-31 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-32{padding-left:1368px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-32{padding-right:1368px}.ag-theme-material .ag-ltr .ag-row-group-indent-32{padding-left:1344px}.ag-theme-material .ag-rtl .ag-row-group-indent-32{padding-right:1344px}.ag-theme-material .ag-ltr .ag-row-level-32 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-32 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-33{padding-left:1410px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-33{padding-right:1410px}.ag-theme-material .ag-ltr .ag-row-group-indent-33{padding-left:1386px}.ag-theme-material .ag-rtl .ag-row-group-indent-33{padding-right:1386px}.ag-theme-material .ag-ltr .ag-row-level-33 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-33 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-34{padding-left:1452px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-34{padding-right:1452px}.ag-theme-material .ag-ltr .ag-row-group-indent-34{padding-left:1428px}.ag-theme-material .ag-rtl .ag-row-group-indent-34{padding-right:1428px}.ag-theme-material .ag-ltr .ag-row-level-34 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-34 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-35{padding-left:1494px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-35{padding-right:1494px}.ag-theme-material .ag-ltr .ag-row-group-indent-35{padding-left:1470px}.ag-theme-material .ag-rtl .ag-row-group-indent-35{padding-right:1470px}.ag-theme-material .ag-ltr .ag-row-level-35 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-35 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-36{padding-left:1536px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-36{padding-right:1536px}.ag-theme-material .ag-ltr .ag-row-group-indent-36{padding-left:1512px}.ag-theme-material .ag-rtl .ag-row-group-indent-36{padding-right:1512px}.ag-theme-material .ag-ltr .ag-row-level-36 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-36 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-37{padding-left:1578px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-37{padding-right:1578px}.ag-theme-material .ag-ltr .ag-row-group-indent-37{padding-left:1554px}.ag-theme-material .ag-rtl .ag-row-group-indent-37{padding-right:1554px}.ag-theme-material .ag-ltr .ag-row-level-37 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-37 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-38{padding-left:1620px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-38{padding-right:1620px}.ag-theme-material .ag-ltr .ag-row-group-indent-38{padding-left:1596px}.ag-theme-material .ag-rtl .ag-row-group-indent-38{padding-right:1596px}.ag-theme-material .ag-ltr .ag-row-level-38 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-38 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-39{padding-left:1662px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-39{padding-right:1662px}.ag-theme-material .ag-ltr .ag-row-group-indent-39{padding-left:1638px}.ag-theme-material .ag-rtl .ag-row-group-indent-39{padding-right:1638px}.ag-theme-material .ag-ltr .ag-row-level-39 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-39 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-40{padding-left:1704px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-40{padding-right:1704px}.ag-theme-material .ag-ltr .ag-row-group-indent-40{padding-left:1680px}.ag-theme-material .ag-rtl .ag-row-group-indent-40{padding-right:1680px}.ag-theme-material .ag-ltr .ag-row-level-40 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-40 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-41{padding-left:1746px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-41{padding-right:1746px}.ag-theme-material .ag-ltr .ag-row-group-indent-41{padding-left:1722px}.ag-theme-material .ag-rtl .ag-row-group-indent-41{padding-right:1722px}.ag-theme-material .ag-ltr .ag-row-level-41 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-41 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-42{padding-left:1788px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-42{padding-right:1788px}.ag-theme-material .ag-ltr .ag-row-group-indent-42{padding-left:1764px}.ag-theme-material .ag-rtl .ag-row-group-indent-42{padding-right:1764px}.ag-theme-material .ag-ltr .ag-row-level-42 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-42 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-43{padding-left:1830px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-43{padding-right:1830px}.ag-theme-material .ag-ltr .ag-row-group-indent-43{padding-left:1806px}.ag-theme-material .ag-rtl .ag-row-group-indent-43{padding-right:1806px}.ag-theme-material .ag-ltr .ag-row-level-43 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-43 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-44{padding-left:1872px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-44{padding-right:1872px}.ag-theme-material .ag-ltr .ag-row-group-indent-44{padding-left:1848px}.ag-theme-material .ag-rtl .ag-row-group-indent-44{padding-right:1848px}.ag-theme-material .ag-ltr .ag-row-level-44 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-44 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-45{padding-left:1914px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-45{padding-right:1914px}.ag-theme-material .ag-ltr .ag-row-group-indent-45{padding-left:1890px}.ag-theme-material .ag-rtl .ag-row-group-indent-45{padding-right:1890px}.ag-theme-material .ag-ltr .ag-row-level-45 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-45 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-46{padding-left:1956px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-46{padding-right:1956px}.ag-theme-material .ag-ltr .ag-row-group-indent-46{padding-left:1932px}.ag-theme-material .ag-rtl .ag-row-group-indent-46{padding-right:1932px}.ag-theme-material .ag-ltr .ag-row-level-46 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-46 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-47{padding-left:1998px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-47{padding-right:1998px}.ag-theme-material .ag-ltr .ag-row-group-indent-47{padding-left:1974px}.ag-theme-material .ag-rtl .ag-row-group-indent-47{padding-right:1974px}.ag-theme-material .ag-ltr .ag-row-level-47 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-47 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-48{padding-left:2040px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-48{padding-right:2040px}.ag-theme-material .ag-ltr .ag-row-group-indent-48{padding-left:2016px}.ag-theme-material .ag-rtl .ag-row-group-indent-48{padding-right:2016px}.ag-theme-material .ag-ltr .ag-row-level-48 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-48 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-49{padding-left:2082px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-49{padding-right:2082px}.ag-theme-material .ag-ltr .ag-row-group-indent-49{padding-left:2058px}.ag-theme-material .ag-rtl .ag-row-group-indent-49{padding-right:2058px}.ag-theme-material .ag-ltr .ag-row-level-49 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-49 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-50{padding-left:2124px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-50{padding-right:2124px}.ag-theme-material .ag-ltr .ag-row-group-indent-50{padding-left:2100px}.ag-theme-material .ag-rtl .ag-row-group-indent-50{padding-right:2100px}.ag-theme-material .ag-ltr .ag-row-level-50 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-50 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-51{padding-left:2166px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-51{padding-right:2166px}.ag-theme-material .ag-ltr .ag-row-group-indent-51{padding-left:2142px}.ag-theme-material .ag-rtl .ag-row-group-indent-51{padding-right:2142px}.ag-theme-material .ag-ltr .ag-row-level-51 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-51 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-52{padding-left:2208px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-52{padding-right:2208px}.ag-theme-material .ag-ltr .ag-row-group-indent-52{padding-left:2184px}.ag-theme-material .ag-rtl .ag-row-group-indent-52{padding-right:2184px}.ag-theme-material .ag-ltr .ag-row-level-52 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-52 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-53{padding-left:2250px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-53{padding-right:2250px}.ag-theme-material .ag-ltr .ag-row-group-indent-53{padding-left:2226px}.ag-theme-material .ag-rtl .ag-row-group-indent-53{padding-right:2226px}.ag-theme-material .ag-ltr .ag-row-level-53 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-53 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-54{padding-left:2292px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-54{padding-right:2292px}.ag-theme-material .ag-ltr .ag-row-group-indent-54{padding-left:2268px}.ag-theme-material .ag-rtl .ag-row-group-indent-54{padding-right:2268px}.ag-theme-material .ag-ltr .ag-row-level-54 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-54 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-55{padding-left:2334px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-55{padding-right:2334px}.ag-theme-material .ag-ltr .ag-row-group-indent-55{padding-left:2310px}.ag-theme-material .ag-rtl .ag-row-group-indent-55{padding-right:2310px}.ag-theme-material .ag-ltr .ag-row-level-55 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-55 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-56{padding-left:2376px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-56{padding-right:2376px}.ag-theme-material .ag-ltr .ag-row-group-indent-56{padding-left:2352px}.ag-theme-material .ag-rtl .ag-row-group-indent-56{padding-right:2352px}.ag-theme-material .ag-ltr .ag-row-level-56 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-56 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-57{padding-left:2418px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-57{padding-right:2418px}.ag-theme-material .ag-ltr .ag-row-group-indent-57{padding-left:2394px}.ag-theme-material .ag-rtl .ag-row-group-indent-57{padding-right:2394px}.ag-theme-material .ag-ltr .ag-row-level-57 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-57 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-58{padding-left:2460px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-58{padding-right:2460px}.ag-theme-material .ag-ltr .ag-row-group-indent-58{padding-left:2436px}.ag-theme-material .ag-rtl .ag-row-group-indent-58{padding-right:2436px}.ag-theme-material .ag-ltr .ag-row-level-58 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-58 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-59{padding-left:2502px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-59{padding-right:2502px}.ag-theme-material .ag-ltr .ag-row-group-indent-59{padding-left:2478px}.ag-theme-material .ag-rtl .ag-row-group-indent-59{padding-right:2478px}.ag-theme-material .ag-ltr .ag-row-level-59 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-59 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-60{padding-left:2544px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-60{padding-right:2544px}.ag-theme-material .ag-ltr .ag-row-group-indent-60{padding-left:2520px}.ag-theme-material .ag-rtl .ag-row-group-indent-60{padding-right:2520px}.ag-theme-material .ag-ltr .ag-row-level-60 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-60 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-61{padding-left:2586px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-61{padding-right:2586px}.ag-theme-material .ag-ltr .ag-row-group-indent-61{padding-left:2562px}.ag-theme-material .ag-rtl .ag-row-group-indent-61{padding-right:2562px}.ag-theme-material .ag-ltr .ag-row-level-61 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-61 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-62{padding-left:2628px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-62{padding-right:2628px}.ag-theme-material .ag-ltr .ag-row-group-indent-62{padding-left:2604px}.ag-theme-material .ag-rtl .ag-row-group-indent-62{padding-right:2604px}.ag-theme-material .ag-ltr .ag-row-level-62 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-62 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-63{padding-left:2670px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-63{padding-right:2670px}.ag-theme-material .ag-ltr .ag-row-group-indent-63{padding-left:2646px}.ag-theme-material .ag-rtl .ag-row-group-indent-63{padding-right:2646px}.ag-theme-material .ag-ltr .ag-row-level-63 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-63 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-64{padding-left:2712px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-64{padding-right:2712px}.ag-theme-material .ag-ltr .ag-row-group-indent-64{padding-left:2688px}.ag-theme-material .ag-rtl .ag-row-group-indent-64{padding-right:2688px}.ag-theme-material .ag-ltr .ag-row-level-64 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-64 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-65{padding-left:2754px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-65{padding-right:2754px}.ag-theme-material .ag-ltr .ag-row-group-indent-65{padding-left:2730px}.ag-theme-material .ag-rtl .ag-row-group-indent-65{padding-right:2730px}.ag-theme-material .ag-ltr .ag-row-level-65 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-65 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-66{padding-left:2796px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-66{padding-right:2796px}.ag-theme-material .ag-ltr .ag-row-group-indent-66{padding-left:2772px}.ag-theme-material .ag-rtl .ag-row-group-indent-66{padding-right:2772px}.ag-theme-material .ag-ltr .ag-row-level-66 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-66 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-67{padding-left:2838px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-67{padding-right:2838px}.ag-theme-material .ag-ltr .ag-row-group-indent-67{padding-left:2814px}.ag-theme-material .ag-rtl .ag-row-group-indent-67{padding-right:2814px}.ag-theme-material .ag-ltr .ag-row-level-67 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-67 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-68{padding-left:2880px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-68{padding-right:2880px}.ag-theme-material .ag-ltr .ag-row-group-indent-68{padding-left:2856px}.ag-theme-material .ag-rtl .ag-row-group-indent-68{padding-right:2856px}.ag-theme-material .ag-ltr .ag-row-level-68 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-68 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-69{padding-left:2922px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-69{padding-right:2922px}.ag-theme-material .ag-ltr .ag-row-group-indent-69{padding-left:2898px}.ag-theme-material .ag-rtl .ag-row-group-indent-69{padding-right:2898px}.ag-theme-material .ag-ltr .ag-row-level-69 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-69 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-70{padding-left:2964px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-70{padding-right:2964px}.ag-theme-material .ag-ltr .ag-row-group-indent-70{padding-left:2940px}.ag-theme-material .ag-rtl .ag-row-group-indent-70{padding-right:2940px}.ag-theme-material .ag-ltr .ag-row-level-70 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-70 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-71{padding-left:3006px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-71{padding-right:3006px}.ag-theme-material .ag-ltr .ag-row-group-indent-71{padding-left:2982px}.ag-theme-material .ag-rtl .ag-row-group-indent-71{padding-right:2982px}.ag-theme-material .ag-ltr .ag-row-level-71 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-71 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-72{padding-left:3048px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-72{padding-right:3048px}.ag-theme-material .ag-ltr .ag-row-group-indent-72{padding-left:3024px}.ag-theme-material .ag-rtl .ag-row-group-indent-72{padding-right:3024px}.ag-theme-material .ag-ltr .ag-row-level-72 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-72 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-73{padding-left:3090px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-73{padding-right:3090px}.ag-theme-material .ag-ltr .ag-row-group-indent-73{padding-left:3066px}.ag-theme-material .ag-rtl .ag-row-group-indent-73{padding-right:3066px}.ag-theme-material .ag-ltr .ag-row-level-73 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-73 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-74{padding-left:3132px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-74{padding-right:3132px}.ag-theme-material .ag-ltr .ag-row-group-indent-74{padding-left:3108px}.ag-theme-material .ag-rtl .ag-row-group-indent-74{padding-right:3108px}.ag-theme-material .ag-ltr .ag-row-level-74 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-74 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-75{padding-left:3174px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-75{padding-right:3174px}.ag-theme-material .ag-ltr .ag-row-group-indent-75{padding-left:3150px}.ag-theme-material .ag-rtl .ag-row-group-indent-75{padding-right:3150px}.ag-theme-material .ag-ltr .ag-row-level-75 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-75 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-76{padding-left:3216px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-76{padding-right:3216px}.ag-theme-material .ag-ltr .ag-row-group-indent-76{padding-left:3192px}.ag-theme-material .ag-rtl .ag-row-group-indent-76{padding-right:3192px}.ag-theme-material .ag-ltr .ag-row-level-76 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-76 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-77{padding-left:3258px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-77{padding-right:3258px}.ag-theme-material .ag-ltr .ag-row-group-indent-77{padding-left:3234px}.ag-theme-material .ag-rtl .ag-row-group-indent-77{padding-right:3234px}.ag-theme-material .ag-ltr .ag-row-level-77 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-77 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-78{padding-left:3300px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-78{padding-right:3300px}.ag-theme-material .ag-ltr .ag-row-group-indent-78{padding-left:3276px}.ag-theme-material .ag-rtl .ag-row-group-indent-78{padding-right:3276px}.ag-theme-material .ag-ltr .ag-row-level-78 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-78 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-79{padding-left:3342px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-79{padding-right:3342px}.ag-theme-material .ag-ltr .ag-row-group-indent-79{padding-left:3318px}.ag-theme-material .ag-rtl .ag-row-group-indent-79{padding-right:3318px}.ag-theme-material .ag-ltr .ag-row-level-79 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-79 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-80{padding-left:3384px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-80{padding-right:3384px}.ag-theme-material .ag-ltr .ag-row-group-indent-80{padding-left:3360px}.ag-theme-material .ag-rtl .ag-row-group-indent-80{padding-right:3360px}.ag-theme-material .ag-ltr .ag-row-level-80 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-80 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-81{padding-left:3426px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-81{padding-right:3426px}.ag-theme-material .ag-ltr .ag-row-group-indent-81{padding-left:3402px}.ag-theme-material .ag-rtl .ag-row-group-indent-81{padding-right:3402px}.ag-theme-material .ag-ltr .ag-row-level-81 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-81 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-82{padding-left:3468px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-82{padding-right:3468px}.ag-theme-material .ag-ltr .ag-row-group-indent-82{padding-left:3444px}.ag-theme-material .ag-rtl .ag-row-group-indent-82{padding-right:3444px}.ag-theme-material .ag-ltr .ag-row-level-82 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-82 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-83{padding-left:3510px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-83{padding-right:3510px}.ag-theme-material .ag-ltr .ag-row-group-indent-83{padding-left:3486px}.ag-theme-material .ag-rtl .ag-row-group-indent-83{padding-right:3486px}.ag-theme-material .ag-ltr .ag-row-level-83 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-83 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-84{padding-left:3552px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-84{padding-right:3552px}.ag-theme-material .ag-ltr .ag-row-group-indent-84{padding-left:3528px}.ag-theme-material .ag-rtl .ag-row-group-indent-84{padding-right:3528px}.ag-theme-material .ag-ltr .ag-row-level-84 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-84 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-85{padding-left:3594px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-85{padding-right:3594px}.ag-theme-material .ag-ltr .ag-row-group-indent-85{padding-left:3570px}.ag-theme-material .ag-rtl .ag-row-group-indent-85{padding-right:3570px}.ag-theme-material .ag-ltr .ag-row-level-85 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-85 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-86{padding-left:3636px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-86{padding-right:3636px}.ag-theme-material .ag-ltr .ag-row-group-indent-86{padding-left:3612px}.ag-theme-material .ag-rtl .ag-row-group-indent-86{padding-right:3612px}.ag-theme-material .ag-ltr .ag-row-level-86 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-86 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-87{padding-left:3678px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-87{padding-right:3678px}.ag-theme-material .ag-ltr .ag-row-group-indent-87{padding-left:3654px}.ag-theme-material .ag-rtl .ag-row-group-indent-87{padding-right:3654px}.ag-theme-material .ag-ltr .ag-row-level-87 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-87 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-88{padding-left:3720px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-88{padding-right:3720px}.ag-theme-material .ag-ltr .ag-row-group-indent-88{padding-left:3696px}.ag-theme-material .ag-rtl .ag-row-group-indent-88{padding-right:3696px}.ag-theme-material .ag-ltr .ag-row-level-88 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-88 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-89{padding-left:3762px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-89{padding-right:3762px}.ag-theme-material .ag-ltr .ag-row-group-indent-89{padding-left:3738px}.ag-theme-material .ag-rtl .ag-row-group-indent-89{padding-right:3738px}.ag-theme-material .ag-ltr .ag-row-level-89 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-89 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-90{padding-left:3804px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-90{padding-right:3804px}.ag-theme-material .ag-ltr .ag-row-group-indent-90{padding-left:3780px}.ag-theme-material .ag-rtl .ag-row-group-indent-90{padding-right:3780px}.ag-theme-material .ag-ltr .ag-row-level-90 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-90 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-91{padding-left:3846px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-91{padding-right:3846px}.ag-theme-material .ag-ltr .ag-row-group-indent-91{padding-left:3822px}.ag-theme-material .ag-rtl .ag-row-group-indent-91{padding-right:3822px}.ag-theme-material .ag-ltr .ag-row-level-91 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-91 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-92{padding-left:3888px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-92{padding-right:3888px}.ag-theme-material .ag-ltr .ag-row-group-indent-92{padding-left:3864px}.ag-theme-material .ag-rtl .ag-row-group-indent-92{padding-right:3864px}.ag-theme-material .ag-ltr .ag-row-level-92 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-92 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-93{padding-left:3930px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-93{padding-right:3930px}.ag-theme-material .ag-ltr .ag-row-group-indent-93{padding-left:3906px}.ag-theme-material .ag-rtl .ag-row-group-indent-93{padding-right:3906px}.ag-theme-material .ag-ltr .ag-row-level-93 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-93 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-94{padding-left:3972px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-94{padding-right:3972px}.ag-theme-material .ag-ltr .ag-row-group-indent-94{padding-left:3948px}.ag-theme-material .ag-rtl .ag-row-group-indent-94{padding-right:3948px}.ag-theme-material .ag-ltr .ag-row-level-94 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-94 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-95{padding-left:4014px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-95{padding-right:4014px}.ag-theme-material .ag-ltr .ag-row-group-indent-95{padding-left:3990px}.ag-theme-material .ag-rtl .ag-row-group-indent-95{padding-right:3990px}.ag-theme-material .ag-ltr .ag-row-level-95 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-95 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-96{padding-left:4056px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-96{padding-right:4056px}.ag-theme-material .ag-ltr .ag-row-group-indent-96{padding-left:4032px}.ag-theme-material .ag-rtl .ag-row-group-indent-96{padding-right:4032px}.ag-theme-material .ag-ltr .ag-row-level-96 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-96 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-97{padding-left:4098px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-97{padding-right:4098px}.ag-theme-material .ag-ltr .ag-row-group-indent-97{padding-left:4074px}.ag-theme-material .ag-rtl .ag-row-group-indent-97{padding-right:4074px}.ag-theme-material .ag-ltr .ag-row-level-97 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-97 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-98{padding-left:4140px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-98{padding-right:4140px}.ag-theme-material .ag-ltr .ag-row-group-indent-98{padding-left:4116px}.ag-theme-material .ag-rtl .ag-row-group-indent-98{padding-right:4116px}.ag-theme-material .ag-ltr .ag-row-level-98 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-98 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row>.ag-cell-wrapper.ag-row-group-indent-99{padding-left:4182px}.ag-theme-material .ag-rtl .ag-row>.ag-cell-wrapper.ag-row-group-indent-99{padding-right:4182px}.ag-theme-material .ag-ltr .ag-row-group-indent-99{padding-left:4158px}.ag-theme-material .ag-rtl .ag-row-group-indent-99{padding-right:4158px}.ag-theme-material .ag-ltr .ag-row-level-99 .ag-pivot-leaf-group{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-level-99 .ag-pivot-leaf-group{margin-right:42px}.ag-theme-material .ag-ltr .ag-row-group-leaf-indent{margin-left:42px}.ag-theme-material .ag-rtl .ag-row-group-leaf-indent{margin-right:42px}.ag-theme-material .ag-value-change-delta{padding-right:2px}.ag-theme-material .ag-value-change-delta-up{color:#43a047;color:var(--ag-value-change-delta-up-color,#43a047)}.ag-theme-material .ag-value-change-delta-down{color:#e53935;color:var(--ag-value-change-delta-down-color,#e53935)}.ag-theme-material .ag-value-change-value{background-color:initial;border-radius:1px;padding-left:1px;padding-right:1px;transition:background-color 1s}.ag-theme-material .ag-value-change-value-highlight{background-color:#00acc1;background-color:var(--ag-value-change-value-highlight-background-color,#00acc1);transition:background-color .1s}.ag-theme-material .ag-cell-data-changed{background-color:#00acc1!important;background-color:var(--ag-value-change-value-highlight-background-color,#00acc1)!important}.ag-theme-material .ag-cell-data-changed-animation{background-color:initial}.ag-theme-material .ag-cell-highlight{background-color:#fce4ec!important;background-color:var(--ag-range-selection-highlight-color,#fce4ec)!important}.ag-theme-material .ag-row{background-color:#fff;background-color:var(--ag-background-color,#fff);border-bottom-style:solid;border-color:#e2e2e2;border-color:var(--ag-row-border-color,var(--ag-secondary-border-color,var(--ag-border-color,#e2e2e2)));border-width:1px;color:rgba(0,0,0,.87);color:var(--ag-data-color,var(--ag-foreground-color,rgba(0,0,0,.87)));height:48px}.ag-theme-material .ag-row-highlight-above:after,.ag-theme-material .ag-row-highlight-below:after{background-color:#3f51b5;background-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5));content:"";height:1px;left:1px;position:absolute;width:calc(100% - 1px)}.ag-theme-material .ag-row-highlight-above:after{top:-1px}.ag-theme-material .ag-row-highlight-above.ag-row-first:after{top:0}.ag-theme-material .ag-row-highlight-below:after{bottom:0}.ag-theme-material .ag-row-odd{background-color:var(--ag-odd-row-background-color)}.ag-theme-material .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner){border-right:1px solid #e2e2e2;border-right-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner){border-left:1px solid #e2e2e2;border-left-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-row-hover{background-color:#fafafa;background-color:var(--ag-row-hover-color,#fafafa)}.ag-theme-material .ag-column-hover{background-color:#fafafa;background-color:var(--ag-column-hover-color,#fafafa)}.ag-theme-material .ag-ltr .ag-right-aligned-cell{text-align:right}.ag-theme-material .ag-rtl .ag-right-aligned-cell{text-align:left}.ag-theme-material .ag-ltr .ag-right-aligned-cell .ag-cell-value,.ag-theme-material .ag-ltr .ag-right-aligned-cell .ag-group-value{margin-left:auto}.ag-theme-material .ag-rtl .ag-right-aligned-cell .ag-cell-value,.ag-theme-material .ag-rtl .ag-right-aligned-cell .ag-group-value{margin-right:auto}.ag-theme-material .ag-cell,.ag-theme-material .ag-full-width-row .ag-cell-wrapper.ag-row-group{-webkit-font-smoothing:subpixel-antialiased;border:1px solid transparent;line-height:min(46px,46px);line-height:min(var(--ag-line-height,46px),46px);padding-left:23px;padding-right:23px}.ag-theme-material .ag-row>.ag-cell-wrapper{padding-left:23px;padding-right:23px}.ag-theme-material .ag-row-dragging{cursor:move;opacity:.5}.ag-theme-material .ag-cell-inline-editing{height:48px}.ag-theme-material .ag-cell-inline-editing,.ag-theme-material .ag-popup-editor{background:#fff;background:var(--ag-background-color,#fff);background-color:#fafafa;background-color:var(--ag-control-panel-background-color,#fafafa);border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);padding:0}.ag-theme-material .ag-large-text-input{height:auto;padding:24px}.ag-theme-material .ag-details-row{background-color:#fff;background-color:var(--ag-background-color,#fff);padding:40px}.ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,.ag-theme-material .ag-layout-auto-height .ag-center-cols-container,.ag-theme-material .ag-layout-print .ag-center-cols-clipper,.ag-theme-material .ag-layout-print .ag-center-cols-container{min-height:50px}.ag-theme-material .ag-overlay-loading-wrapper{background-color:hsla(0,0%,100%,.66);background-color:var(--ag-modal-overlay-background-color,hsla(0,0%,100%,.66))}.ag-theme-material .ag-overlay-loading-center{background:#fff;background:var(--ag-background-color,#fff);border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);padding:8px}.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:30px}.ag-theme-material .ag-loading{align-items:center;display:flex;height:100%;padding-left:24px}.ag-theme-material .ag-loading-icon{padding-right:24px}.ag-theme-material .ag-icon-loading{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ag-theme-material .ag-floating-top{border-bottom:1px solid #e2e2e2;border-bottom-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-floating-bottom{border-top:1px solid #e2e2e2;border-top-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-ltr .ag-cell{border-right:solid transparent}.ag-theme-material .ag-rtl .ag-cell{border-left:solid transparent}.ag-theme-material .ag-ltr .ag-cell{border-right-width:1px}.ag-theme-material .ag-rtl .ag-cell{border-left-width:1px}.ag-theme-material .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell){border-left:1px solid #e2e2e2;border-left-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell){border-right:1px solid #e2e2e2;border-right-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-row-selected{background-color:#eee;background-color:var(--ag-selected-row-background-color,#eee)}.ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing),.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus){background-color:rgba(122,134,203,.1);background-color:var(--ag-range-selection-background-color,rgba(122,134,203,.1))}.ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart,.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart{background-color:rgba(0,88,255,.1)!important;background-color:var(--ag-range-selection-chart-background-color,rgba(0,88,255,.1))!important}.ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category,.ag-theme-material .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category{background-color:rgba(0,255,132,.1)!important;background-color:var(--ag-range-selection-chart-category-background-color,rgba(0,255,132,.1))!important}.ag-theme-material .ag-cell-range-selected-1:not(.ag-cell-focus),.ag-theme-material .ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing){background-color:rgba(122,134,203,.1);background-color:var(--ag-range-selection-background-color-1,var(--ag-range-selection-background-color,rgba(122,134,203,.1)))}.ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2,.ag-theme-material .ag-cell-range-selected-2:not(.ag-cell-focus){background-color:rgba(122,134,203,.19);background-color:var(--ag-range-selection-background-color-2,rgba(122,134,203,.19))}.ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3,.ag-theme-material .ag-cell-range-selected-3:not(.ag-cell-focus){background-color:rgba(122,134,203,.271);background-color:var(--ag-range-selection-background-color-3,rgba(122,134,203,.271))}.ag-theme-material .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4,.ag-theme-material .ag-cell-range-selected-4:not(.ag-cell-focus){background-color:rgba(122,134,203,.344);background-color:var(--ag-range-selection-background-color-4,rgba(122,134,203,.344))}.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top{border-top-color:#3f51b5;border-top-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right{border-right-color:#3f51b5;border-right-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom{border-bottom-color:#3f51b5;border-bottom-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left{border-left-color:#3f51b5;border-left-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-ltr .ag-cell-range-single-cell,.ag-theme-material .ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-material .ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-material .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-material .ag-ltr .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group,.ag-theme-material .ag-rtl .ag-cell-range-single-cell,.ag-theme-material .ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle,.ag-theme-material .ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-material .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),.ag-theme-material .ag-rtl .ag-has-focus .ag-full-width-row.ag-row-focus .ag-cell-wrapper.ag-row-group{border:1px solid #3f51b5;border-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5));outline:medium none invert;outline:initial}.ag-theme-material .ag-cell.ag-selection-fill-top,.ag-theme-material .ag-cell.ag-selection-fill-top.ag-cell-range-selected{border-top:1px dashed #3f51b5;border-top-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-right,.ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-right:1px dashed #3f51b5;border-right-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-right,.ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected{border-left:1px dashed #3f51b5;border-left-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-cell.ag-selection-fill-bottom,.ag-theme-material .ag-cell.ag-selection-fill-bottom.ag-cell-range-selected{border-bottom:1px dashed #3f51b5;border-bottom-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-left,.ag-theme-material .ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-left:1px dashed #3f51b5;border-left-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-left,.ag-theme-material .ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected{border-right:1px dashed #3f51b5;border-right-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-fill-handle,.ag-theme-material .ag-range-handle{background-color:#3f51b5;background-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5));bottom:-1px;height:6px;position:absolute;width:6px}.ag-theme-material .ag-ltr .ag-fill-handle,.ag-theme-material .ag-ltr .ag-range-handle{right:-1px}.ag-theme-material .ag-rtl .ag-fill-handle,.ag-theme-material .ag-rtl .ag-range-handle{left:-1px}.ag-theme-material .ag-fill-handle{cursor:cell}.ag-theme-material .ag-range-handle{cursor:nwse-resize}.ag-theme-material .ag-cell-inline-editing{border-color:#3f51b5!important;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5))!important}.ag-theme-material .ag-menu{background:#fff;background:var(--ag-background-color,#fff);border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);padding:0}.ag-theme-material .ag-menu-list{cursor:default;padding:8px 0}.ag-theme-material .ag-menu-separator{height:17px}.ag-theme-material .ag-menu-separator-part:after{border-top:1px solid #e2e2e2;border-top-color:var(--ag-border-color,#e2e2e2);content:"";display:block}.ag-theme-material .ag-compact-menu-option-active,.ag-theme-material .ag-menu-option-active{background-color:#fafafa;background-color:var(--ag-row-hover-color,#fafafa)}.ag-theme-material .ag-compact-menu-option-part,.ag-theme-material .ag-menu-option-part{line-height:18px;padding:10px 0}.ag-theme-material .ag-compact-menu-option-disabled,.ag-theme-material .ag-menu-option-disabled{opacity:.5}.ag-theme-material .ag-compact-menu-option-icon,.ag-theme-material .ag-menu-option-icon{width:18px}.ag-theme-material .ag-ltr .ag-compact-menu-option-icon,.ag-theme-material .ag-ltr .ag-menu-option-icon{padding-left:16px}.ag-theme-material .ag-rtl .ag-compact-menu-option-icon,.ag-theme-material .ag-rtl .ag-menu-option-icon{padding-right:16px}.ag-theme-material .ag-compact-menu-option-text,.ag-theme-material .ag-menu-option-text{padding-left:16px;padding-right:16px}.ag-theme-material .ag-ltr .ag-compact-menu-option-shortcut,.ag-theme-material .ag-ltr .ag-menu-option-shortcut{padding-right:8px}.ag-theme-material .ag-rtl .ag-compact-menu-option-shortcut,.ag-theme-material .ag-rtl .ag-menu-option-shortcut{padding-left:8px}.ag-theme-material .ag-compact-menu-option-popup-pointer,.ag-theme-material .ag-menu-option-popup-pointer{padding-right:8px}.ag-theme-material .ag-tabs{min-width:220px}.ag-theme-material .ag-tabs-header{display:flex;width:100%}.ag-theme-material .ag-tab{align-items:center;border-bottom:2px solid transparent;cursor:pointer;display:flex;flex:none;flex:1 1 auto;justify-content:center}.ag-theme-material .ag-keyboard-focus .ag-tab:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-tab:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-tab-selected{border-bottom-color:#3f51b5;border-bottom-color:var(--ag-selected-tab-underline-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-menu-header{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-filter-separator{border-top:1px solid #e2e2e2;border-top-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-menu:not(.ag-tabs) .ag-filter-select{min-width:155px}.ag-theme-material .ag-tabs .ag-filter-select{min-width:194px}.ag-theme-material .ag-filter-select .ag-picker-field-wrapper{width:0}.ag-theme-material .ag-filter-condition-operator{height:17px}.ag-theme-material .ag-ltr .ag-filter-condition-operator-or{margin-left:16px}.ag-theme-material .ag-rtl .ag-filter-condition-operator-or{margin-right:16px}.ag-theme-material .ag-set-filter-select-all{padding-top:16px}.ag-theme-material .ag-filter-no-matches,.ag-theme-material .ag-set-filter-list{height:192px}.ag-theme-material .ag-set-filter-filter{margin-left:12px;margin-right:12px;margin-top:16px}.ag-theme-material .ag-filter-to{margin-top:14px}.ag-theme-material .ag-mini-filter{margin:16px 12px}.ag-theme-material .ag-set-filter-item{margin:0 12px}.ag-theme-material .ag-ltr .ag-set-filter-item-value{margin-left:12px}.ag-theme-material .ag-rtl .ag-set-filter-item-value{margin-right:12px}.ag-theme-material .ag-filter-apply-panel{padding:16px 12px}.ag-theme-material .ag-filter-apply-panel-button{line-height:1.5}.ag-theme-material .ag-ltr .ag-filter-apply-panel-button{margin-left:16px}.ag-theme-material .ag-rtl .ag-filter-apply-panel-button{margin-right:16px}.ag-theme-material .ag-simple-filter-body-wrapper{padding:16px 12px 2px}.ag-theme-material .ag-simple-filter-body-wrapper>*{margin-bottom:14px}.ag-theme-material .ag-filter-no-matches{padding:16px 12px}.ag-theme-material .ag-multi-filter-menu-item{margin:8px 0}.ag-theme-material .ag-multi-filter-group-title-bar{background-color:initial;padding:16px 8px}.ag-theme-material .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-multi-filter-group-title-bar:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-side-bar{position:relative}.ag-theme-material .ag-tool-panel-wrapper{background-color:#fafafa;background-color:var(--ag-control-panel-background-color,#fafafa);width:200px}.ag-theme-material .ag-side-buttons{color:rgba(0,0,0,.87);color:var(--ag-foreground-color,rgba(0,0,0,.87));overflow:hidden;padding-top:32px;position:relative;width:22px}.ag-theme-material button.ag-side-button-button{background:transparent;background-position-x:center;background-position-y:center;background-repeat:no-repeat;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;min-height:144px;padding:16px 0;width:100%}.ag-theme-material button.ag-side-button-button:focus{box-shadow:none}.ag-theme-material .ag-keyboard-focus .ag-side-button-button:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-side-button-button:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-side-button-icon-wrapper{margin-bottom:3px}.ag-theme-material .ag-ltr .ag-side-bar-left .ag-side-button-button,.ag-theme-material .ag-rtl .ag-side-bar-right .ag-side-button-button{border-right:2px solid transparent}.ag-theme-material .ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,.ag-theme-material .ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button{border-right-color:#3f51b5;border-right-color:var(--ag-selected-tab-underline-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-ltr .ag-side-bar-right .ag-side-button-button,.ag-theme-material .ag-rtl .ag-side-bar-left .ag-side-button-button{border-left:2px solid transparent}.ag-theme-material .ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button,.ag-theme-material .ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button{border-left-color:#3f51b5;border-left-color:var(--ag-selected-tab-underline-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material .ag-filter-toolpanel-header{height:48px}.ag-theme-material .ag-ltr .ag-filter-toolpanel-header,.ag-theme-material .ag-ltr .ag-filter-toolpanel-search{padding-left:8px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-header,.ag-theme-material .ag-rtl .ag-filter-toolpanel-search{padding-right:8px}.ag-theme-material .ag-keyboard-focus .ag-filter-toolpanel-header:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-filter-toolpanel-header:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f114";font-family:agGridMaterial;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;line-height:18px;position:absolute;text-transform:none}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-left:8px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group.ag-has-filter>.ag-group-title-bar .ag-group-title:after{padding-right:8px}.ag-theme-material .ag-filter-toolpanel-group-level-0-header{height:64px}.ag-theme-material .ag-filter-toolpanel-group-item{margin-bottom:4px;margin-top:4px}.ag-theme-material .ag-filter-toolpanel-search{height:56px}.ag-theme-material .ag-filter-toolpanel-search-input{flex-grow:1;height:32px}.ag-theme-material .ag-ltr .ag-filter-toolpanel-search-input{margin-right:8px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-search-input{margin-left:8px}.ag-theme-material .ag-ltr .ag-filter-toolpanel-expand,.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-title-bar-icon{margin-right:8px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-expand,.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-title-bar-icon{margin-left:8px}.ag-theme-material .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-left:24px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header{padding-right:24px}.ag-theme-material .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-left:40px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header{padding-right:40px}.ag-theme-material .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-left:56px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header{padding-right:56px}.ag-theme-material .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-left:72px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header{padding-right:72px}.ag-theme-material .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-left:88px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header{padding-right:88px}.ag-theme-material .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-left:104px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header{padding-right:104px}.ag-theme-material .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-left:120px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header{padding-right:120px}.ag-theme-material .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-left:136px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header{padding-right:136px}.ag-theme-material .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-left:152px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header{padding-right:152px}.ag-theme-material .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar{background-color:initial}.ag-theme-material .ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-left:168px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header{padding-right:168px}.ag-theme-material .ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header{padding-left:8px}.ag-theme-material .ag-filter-toolpanel-instance-filter{margin-top:8px}.ag-theme-material .ag-ltr .ag-filter-toolpanel-instance-header-icon{margin-left:8px}.ag-theme-material .ag-rtl .ag-filter-toolpanel-instance-header-icon{margin-right:8px}.ag-theme-material .ag-pivot-mode-panel{display:flex;height:56px;min-height:56px}.ag-theme-material .ag-pivot-mode-select{align-items:center;display:flex}.ag-theme-material .ag-ltr .ag-pivot-mode-select{margin-left:12px}.ag-theme-material .ag-rtl .ag-pivot-mode-select{margin-right:12px}.ag-theme-material .ag-keyboard-focus .ag-column-select-header:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-column-select-header:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-column-select-header{align-items:center;padding:0 12px}.ag-theme-material .ag-column-group-icons,.ag-theme-material .ag-column-select-header-icon{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-column-select-list .ag-list-item-hovered:after{background-color:#3f51b5;background-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5));content:"";height:1px;left:0;position:absolute;right:0}.ag-theme-material .ag-column-select-list .ag-item-highlight-top:after{top:0}.ag-theme-material .ag-column-select-list .ag-item-highlight-bottom:after{bottom:0}.ag-theme-material .ag-header{background-color:#fff;background-color:var(--ag-header-background-color,#fff);border-bottom:1px solid #e2e2e2;border-bottom-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-header-row{color:rgba(0,0,0,.54);color:var(--ag-header-foreground-color,var(--ag-secondary-foreground-color,rgba(0,0,0,.54)));height:56px}.ag-theme-material .ag-pinned-right-header{border-left:1px solid #e2e2e2;border-left-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-pinned-left-header{border-right:1px solid #e2e2e2;border-right-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-left:8px}.ag-theme-material .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon,.ag-theme-material .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon{margin-right:8px}.ag-theme-material .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon{margin-left:8px}.ag-theme-material .ag-header-cell,.ag-theme-material .ag-header-group-cell{padding-left:24px;padding-right:24px}.ag-theme-material .ag-header-cell.ag-header-cell-moving,.ag-theme-material .ag-header-group-cell.ag-header-cell-moving{background-color:#f2f2f2;background-color:var(--ag-header-cell-moving-background-color,var(--ag-header-cell-hover-background-color,#f2f2f2))}.ag-theme-material .ag-keyboard-focus .ag-header-cell:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-header-cell:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-keyboard-focus .ag-header-group-cell:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-header-group-cell:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;width:calc(100% - 8px)}.ag-theme-material .ag-header-icon{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-header-expand-icon{cursor:pointer}.ag-theme-material .ag-ltr .ag-header-expand-icon{padding-left:4px}.ag-theme-material .ag-rtl .ag-header-expand-icon{padding-right:4px}.ag-theme-material .ag-header-row:not(:first-child) .ag-header-cell,.ag-theme-material .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group{border-top:1px solid #e2e2e2;border-top-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-header-cell:first-of-type.ag-column-resizing,.ag-theme-material .ag-header-cell:first-of-type:not(.ag-header-cell-moving):hover,.ag-theme-material .ag-header-cell:not(.ag-column-resizing)+.ag-header-cell.ag-column-resizing,.ag-theme-material .ag-header-cell:not(.ag-column-resizing)+.ag-header-cell:not(.ag-header-cell-moving):hover,.ag-theme-material .ag-header-group-cell:first-of-type.ag-column-resizing,.ag-theme-material .ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,.ag-theme-material .ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell.ag-column-resizing,.ag-theme-material .ag-header-group-cell:not(.ag-column-resizing)+.ag-header-group-cell:not(.ag-header-cell-moving):hover{background-color:#f2f2f2;background-color:var(--ag-header-cell-hover-background-color,#f2f2f2)}.ag-theme-material .ag-ltr .ag-header-select-all{margin-right:24px}.ag-theme-material .ag-ltr .ag-floating-filter-button,.ag-theme-material .ag-rtl .ag-header-select-all{margin-left:24px}.ag-theme-material .ag-rtl .ag-floating-filter-button{margin-right:24px}.ag-theme-material .ag-floating-filter-button-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;height:18px;line-height:inherit;padding:0;width:18px}.ag-theme-material .ag-filter-loading{background-color:#fafafa;background-color:var(--ag-control-panel-background-color,#fafafa);height:100%;padding:16px 12px;position:absolute;width:100%;z-index:1}.ag-theme-material .ag-paging-panel{border-top:1px solid #e2e2e2;border-top-color:var(--ag-border-color,#e2e2e2);color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));height:56px}.ag-theme-material .ag-paging-panel>*{margin:0 24px}.ag-theme-material .ag-paging-button{cursor:pointer}.ag-theme-material .ag-paging-button.ag-disabled{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38));cursor:default}.ag-theme-material .ag-keyboard-focus .ag-paging-button:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-paging-button:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.ag-theme-material .ag-paging-button,.ag-theme-material .ag-paging-description{margin:0 8px}.ag-theme-material .ag-status-bar{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38));line-height:1.5;padding-left:32px;padding-right:32px}.ag-theme-material .ag-status-name-value-value{color:rgba(0,0,0,.87);color:var(--ag-foreground-color,rgba(0,0,0,.87))}.ag-theme-material .ag-status-bar-center{text-align:center}.ag-theme-material .ag-status-name-value{margin-left:8px;margin-right:8px;padding-bottom:16px;padding-top:16px}.ag-theme-material .ag-column-drop-cell{background:#e2e2e2;background:var(--ag-chip-background-color,#e2e2e2);border:1px solid transparent;border-radius:32px;height:32px;padding:0 4px}.ag-theme-material .ag-keyboard-focus .ag-column-drop-cell:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-column-drop-cell:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 4px);left:2px;pointer-events:none;position:absolute;top:2px;width:calc(100% - 4px)}.ag-theme-material .ag-column-drop-cell-text{margin:0 8px}.ag-theme-material .ag-column-drop-cell-button{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));margin:0 4px;min-width:32px}.ag-theme-material .ag-column-drop-cell-drag-handle{margin-left:16px}.ag-theme-material .ag-column-drop-cell-ghost{opacity:.5}.ag-theme-material .ag-column-drop-horizontal{background-color:#fafafa;background-color:var(--ag-control-panel-background-color,#fafafa);color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));height:48px}.ag-theme-material .ag-ltr .ag-column-drop-horizontal{padding-left:24px}.ag-theme-material .ag-rtl .ag-column-drop-horizontal{padding-right:24px}.ag-theme-material .ag-column-drop-horizontal-cell-separator{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));margin:0 8px}.ag-theme-material .ag-column-drop-horizontal-empty-message{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38))}.ag-theme-material .ag-ltr .ag-column-drop-horizontal-icon{margin-right:24px}.ag-theme-material .ag-rtl .ag-column-drop-horizontal-icon{margin-left:24px}.ag-theme-material .ag-column-drop-vertical-list{padding-bottom:8px;padding-left:8px;padding-right:8px}.ag-theme-material .ag-column-drop-vertical-cell{margin-top:8px}.ag-theme-material .ag-column-drop-vertical{min-height:50px}.ag-theme-material .ag-column-drop-vertical-icon{margin-left:8px;margin-right:8px}.ag-theme-material .ag-column-drop-vertical-empty-message{bottom:0;left:0;margin-top:8px;overflow:hidden;position:absolute;right:0;top:0}.ag-theme-material .ag-select-agg-func-popup{background:#fff;background:var(--ag-background-color,#fff);border-radius:2px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);height:140px;padding:0}.ag-theme-material .ag-select-agg-func-virtual-list-item{cursor:default;padding-left:16px}.ag-theme-material .ag-select-agg-func-virtual-list-item:hover{background-color:#eee;background-color:var(--ag-selected-row-background-color,#eee)}.ag-theme-material .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus{outline:none}.ag-theme-material .ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus:after{background-color:initial;border:1px solid #3f51b5;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5));content:"";display:block;height:calc(100% - 2px);left:1px;pointer-events:none;position:absolute;top:1px;width:calc(100% - 2px)}.ag-theme-material .ag-chart-menu{background:#fff;background:var(--ag-background-color,#fff);border-radius:2px}.ag-theme-material .ag-chart-menu-icon{border-radius:2px;color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54));cursor:pointer;font-size:24px;height:24px;line-height:24px;margin:2px 0;opacity:.5;width:24px}.ag-theme-material .ag-chart-menu-icon:hover{opacity:1}.ag-theme-material .ag-chart-mini-thumbnail{border:1px solid #e2e2e2;border-color:var(--ag-secondary-border-color,var(--ag-border-color,#e2e2e2));border-radius:5px;margin:5px}.ag-theme-material .ag-chart-mini-thumbnail:nth-last-child(3),.ag-theme-material .ag-chart-mini-thumbnail:nth-last-child(3)~.ag-chart-mini-thumbnail{margin-left:auto;margin-right:auto}.ag-theme-material .ag-ltr .ag-chart-mini-thumbnail:first-child{margin-left:0}.ag-theme-material .ag-ltr .ag-chart-mini-thumbnail:last-child,.ag-theme-material .ag-rtl .ag-chart-mini-thumbnail:first-child{margin-right:0}.ag-theme-material .ag-rtl .ag-chart-mini-thumbnail:last-child{margin-left:0}.ag-theme-material .ag-chart-mini-thumbnail.ag-selected{border-color:#ff4081;border-color:var(--ag-minichart-selected-chart-color,var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081)))}.ag-theme-material .ag-chart-settings-card-item{background:rgba(0,0,0,.87);background:var(--ag-foreground-color,rgba(0,0,0,.87));border-radius:4px;height:8px;width:8px}.ag-theme-material .ag-chart-settings-card-item.ag-selected{background-color:#ff4081;background-color:var(--ag-minichart-selected-page-color,var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081)))}.ag-theme-material .ag-chart-data-column-drag-handle{margin-left:8px}.ag-theme-material .ag-charts-settings-group-container{padding:8px}.ag-theme-material .ag-charts-data-group-container{padding:8px 12px}.ag-theme-material .ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group){height:32px}.ag-theme-material .ag-charts-data-group-container .ag-list-item-hovered:after{background-color:#3f51b5;background-color:var(--ag-range-selection-border-color,var(--ag-material-primary-color,#3f51b5));content:"";height:1px;left:0;position:absolute;right:0}.ag-theme-material .ag-charts-data-group-container .ag-item-highlight-top:after{top:0}.ag-theme-material .ag-charts-data-group-container .ag-item-highlight-bottom:after{bottom:0}.ag-theme-material .ag-charts-format-top-level-group-container{margin-left:16px;padding:8px}.ag-theme-material .ag-charts-format-top-level-group-item{margin:8px 0}.ag-theme-material .ag-charts-format-sub-level-group-container{padding:16px 12px 2px}.ag-theme-material .ag-charts-format-sub-level-group-container>*{margin-bottom:14px}.ag-theme-material .ag-charts-group-container.ag-group-container-horizontal{padding:8px}.ag-theme-material .ag-chart-data-section,.ag-theme-material .ag-chart-format-section{display:flex;margin:0}.ag-theme-material .ag-chart-menu-panel{background-color:#fafafa;background-color:var(--ag-control-panel-background-color,#fafafa)}.ag-theme-material .ag-ltr .ag-chart-menu-panel{border-left:1px solid #e2e2e2;border-left-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-rtl .ag-chart-menu-panel{border-right:1px solid #e2e2e2;border-right-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-date-time-list-page-title{flex-grow:1;text-align:center}.ag-theme-material .ag-date-time-list-page-column-label,.ag-theme-material .ag-date-time-list-page-entry{text-align:center}.ag-theme-material .ag-checkbox-input-wrapper{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ag-checkbox-background-color);border-radius:2px;display:inline-block;flex:none;font-family:agGridMaterial;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;height:18px;line-height:18px;text-transform:none;vertical-align:middle;width:18px}.ag-theme-material .ag-checkbox-input-wrapper input{-webkit-appearance:none;height:100%;opacity:0;width:100%}.ag-theme-material .ag-checkbox-input-wrapper:active,.ag-theme-material .ag-checkbox-input-wrapper:focus-within{box-shadow:0 0 0 5px rgba(32,33,36,.122);outline:none}.ag-theme-material .ag-checkbox-input-wrapper.ag-disabled{opacity:.5}.ag-theme-material .ag-checkbox-input-wrapper:after{color:#333;color:var(--ag-checkbox-unchecked-color,#333);content:"\f108";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-material .ag-checkbox-input-wrapper.ag-checked:after{color:#ff4081;color:var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081));content:"\f106";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-material .ag-checkbox-input-wrapper.ag-indeterminate:after{color:#333;color:var(--ag-checkbox-indeterminate-color,var(--ag-checkbox-unchecked-color,#333));content:"\f107";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-material .ag-toggle-button-input-wrapper{background-color:#333;background-color:var(--ag-toggle-button-off-background-color,var(--ag-checkbox-unchecked-color,#333));border:1px solid #333;border-color:var(--ag-toggle-button-off-border-color,var(--ag-checkbox-unchecked-color,#333));border-radius:9px;box-sizing:border-box;flex:none;height:18px;position:relative;width:36px}.ag-theme-material .ag-toggle-button-input-wrapper input{height:100%;opacity:0;width:100%}.ag-theme-material .ag-toggle-button-input-wrapper:focus-within{box-shadow:0 0 0 5px rgba(32,33,36,.122);outline:none}.ag-theme-material .ag-toggle-button-input-wrapper.ag-disabled{opacity:.5}.ag-theme-material .ag-toggle-button-input-wrapper.ag-checked{background-color:#ff4081;background-color:var(--ag-toggle-button-on-background-color,var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081)));border-color:#ff4081;border-color:var(--ag-toggle-button-on-border-color,var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081)))}.ag-theme-material .ag-toggle-button-input-wrapper:before{background-color:#fff;background-color:var(--ag-toggle-button-switch-background-color,var(--ag-background-color,#fff));border:1px solid #333;border-color:var(--ag-toggle-button-switch-border-color,var(--ag-toggle-button-off-border-color,var(--ag-checkbox-unchecked-color,#333)));border-radius:9px;box-sizing:border-box;content:" ";display:block;height:18px;left:-1px;position:absolute;top:-1px;transition:left .1s;width:18px}.ag-theme-material .ag-toggle-button-input-wrapper.ag-checked:before{border-color:#ff4081;border-color:var(--ag-toggle-button-on-border-color,var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081)));left:calc(100% - 18px)}.ag-theme-material .ag-radio-button-input-wrapper{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ag-checkbox-background-color);border-radius:2px;border-radius:18px;display:inline-block;flex:none;font-family:agGridMaterial;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;height:18px;line-height:18px;text-transform:none;vertical-align:middle;width:18px}.ag-theme-material .ag-radio-button-input-wrapper input{-webkit-appearance:none;height:100%;opacity:0;width:100%}.ag-theme-material .ag-radio-button-input-wrapper:active,.ag-theme-material .ag-radio-button-input-wrapper:focus-within{box-shadow:0 0 0 5px rgba(32,33,36,.122);outline:none}.ag-theme-material .ag-radio-button-input-wrapper.ag-disabled{opacity:.5}.ag-theme-material .ag-radio-button-input-wrapper:after{color:#333;color:var(--ag-checkbox-unchecked-color,#333);content:"\f126";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-material .ag-radio-button-input-wrapper.ag-checked:after{color:#ff4081;color:var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081));content:"\f127";left:0;pointer-events:none;position:absolute;top:0}.ag-theme-material input[class^=ag-][type=range]{-webkit-appearance:none;background:none;height:100%;overflow:visible;width:100%}.ag-theme-material input[class^=ag-][type=range]::-webkit-slider-runnable-track{background-color:#e2e2e2;background-color:var(--ag-border-color,#e2e2e2);border-radius:0;border-radius:2px;height:3px;margin:0;padding:0;width:100%}.ag-theme-material input[class^=ag-][type=range]::-moz-range-track{background-color:#e2e2e2;background-color:var(--ag-border-color,#e2e2e2);border-radius:0;border-radius:2px;height:3px;margin:0;padding:0;width:100%}.ag-theme-material input[class^=ag-][type=range]::-ms-track{background-color:#e2e2e2;background-color:var(--ag-border-color,#e2e2e2);border-radius:0;border-radius:2px;color:transparent;height:3px;margin:0;padding:0;width:100%;width:calc(100% - 2px)}.ag-theme-material input[class^=ag-][type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #333;border-color:var(--ag-checkbox-unchecked-color,#333);border-radius:18px;height:18px;margin:0;padding:0;transform:translateY(-7.5px);width:18px}.ag-theme-material input[class^=ag-][type=range]::-ms-thumb{-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #333;border-color:var(--ag-checkbox-unchecked-color,#333);border-radius:18px;height:18px;margin:0;padding:0;width:18px}.ag-theme-material input[class^=ag-][type=range]::-moz-ag-range-thumb{-webkit-appearance:none;background-color:#fff;background-color:var(--ag-background-color,#fff);border:1px solid #333;border-color:var(--ag-checkbox-unchecked-color,#333);border-radius:18px;height:18px;margin:0;padding:0;width:18px}.ag-theme-material input[class^=ag-][type=range]:focus{outline:none}.ag-theme-material input[class^=ag-][type=range]:focus::-webkit-slider-thumb{border-color:#ff4081;border-color:var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081));box-shadow:0 0 0 5px rgba(32,33,36,.122)}.ag-theme-material input[class^=ag-][type=range]:focus::-ms-thumb{border-color:#ff4081;border-color:var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081));box-shadow:0 0 0 5px rgba(32,33,36,.122)}.ag-theme-material input[class^=ag-][type=range]:focus::-moz-ag-range-thumb{border-color:#ff4081;border-color:var(--ag-checkbox-checked-color,var(--ag-material-accent-color,#ff4081));box-shadow:0 0 0 5px rgba(32,33,36,.122)}.ag-theme-material input[class^=ag-][type=range]:active::-webkit-slider-runnable-track{background-color:#3f51b5;background-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material input[class^=ag-][type=range]:active::-moz-ag-range-track{background-color:#3f51b5;background-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material input[class^=ag-][type=range]:active::-ms-track{background-color:#3f51b5;background-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5))}.ag-theme-material input[class^=ag-][type=range]:disabled{opacity:.5}.ag-theme-material .ag-filter-toolpanel-header,.ag-theme-material .ag-filter-toolpanel-search,.ag-theme-material .ag-header-row,.ag-theme-material .ag-multi-filter-group-title-bar,.ag-theme-material .ag-panel-title-bar-title,.ag-theme-material .ag-side-button-button,.ag-theme-material .ag-status-bar{color:rgba(0,0,0,.54);color:var(--ag-header-foreground-color,var(--ag-secondary-foreground-color,rgba(0,0,0,.54)));font-size:12px;font-weight:600}.ag-theme-material .ag-tab{height:36px}.ag-theme-material .ag-column-drop-horizontal,.ag-theme-material .ag-tabs-header{background-color:#eee;background-color:var(--ag-subheader-background-color,#eee)}.ag-theme-material .ag-tabs-body{padding:4px 0}.ag-theme-material .ag-tabs-body .ag-menu-list{padding-bottom:0;padding-top:0}.ag-theme-material .ag-header-cell,.ag-theme-material .ag-header-group-cell{transition:background-color .5s}.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing{bottom:0}.ag-theme-material .ag-cell-inline-editing{border-color:#e2e2e2!important;border-color:var(--ag-border-color,#e2e2e2)!important;height:72px;padding:8px}.ag-theme-material .ag-has-focus .ag-cell-inline-editing{border-color:#3f51b5!important;border-color:var(--ag-input-focus-border-color,var(--ag-material-primary-color,#3f51b5))!important}.ag-theme-material .ag-side-button-button{color:rgba(0,0,0,.54);color:var(--ag-secondary-foreground-color,rgba(0,0,0,.54))}.ag-theme-material .ag-column-drop-vertical{border-bottom:1px solid #e2e2e2;border-bottom-color:var(--ag-border-color,#e2e2e2);padding-top:8px}.ag-theme-material .ag-column-drop-vertical.ag-last-column-drop{border-bottom:none}.ag-theme-material .ag-column-drop-vertical-cell{margin-left:0}.ag-theme-material .ag-column-drop-vertical-empty-message{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38));font-size:12px;font-weight:600}.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message{padding-left:34px;padding-right:8px}.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message{padding-left:8px;padding-right:34px}.ag-theme-material .ag-status-bar{border:1px solid #e2e2e2;border-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-column-panel-column-select{border-top:1px solid #e2e2e2;border-top-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-column-select,.ag-theme-material .ag-column-select-header{border-bottom:1px solid #e2e2e2;border-bottom-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material .ag-column-select-header{height:56px}.ag-theme-material .ag-group-title-bar{padding:6px 8px}.ag-theme-material .ag-charts-format-sub-level-group-title-bar{padding:4px 8px}.ag-theme-material .ag-chart-data-section,.ag-theme-material .ag-chart-format-section{padding-bottom:4px}.ag-theme-material .ag-group-toolbar{background-color:hsla(0,0%,93%,.5)}.ag-theme-material input[class^=ag-]:not([type]),.ag-theme-material input[class^=ag-][type=date],.ag-theme-material input[class^=ag-][type=datetime-local],.ag-theme-material input[class^=ag-][type=number],.ag-theme-material input[class^=ag-][type=tel],.ag-theme-material input[class^=ag-][type=text],.ag-theme-material textarea[class^=ag-]{background:transparent;border-width:0;border-bottom:2px solid #e2e2e2;border-bottom-color:var(--ag-border-color,#e2e2e2);color:rgba(0,0,0,.87);color:var(--ag-foreground-color,rgba(0,0,0,.87));font-family:inherit;font-size:inherit;height:40px;padding-bottom:8px}.ag-theme-material input[class^=ag-]:focus:not([type]),.ag-theme-material input[class^=ag-][type=date]:focus,.ag-theme-material input[class^=ag-][type=datetime-local]:focus,.ag-theme-material input[class^=ag-][type=number]:focus,.ag-theme-material input[class^=ag-][type=tel]:focus,.ag-theme-material input[class^=ag-][type=text]:focus,.ag-theme-material textarea[class^=ag-]:focus{border-bottom:2px solid #3f51b5;border-bottom-color:var(--ag-material-primary-color,#3f51b5);box-shadow:none;outline:none}.ag-theme-material input[class^=ag-]:not([type])::-moz-placeholder,.ag-theme-material input[class^=ag-][type=date]::-moz-placeholder,.ag-theme-material input[class^=ag-][type=datetime-local]::-moz-placeholder,.ag-theme-material input[class^=ag-][type=number]::-moz-placeholder,.ag-theme-material input[class^=ag-][type=tel]::-moz-placeholder,.ag-theme-material input[class^=ag-][type=text]::-moz-placeholder,.ag-theme-material textarea[class^=ag-]::-moz-placeholder{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38))}.ag-theme-material input[class^=ag-]:not([type])::placeholder,.ag-theme-material input[class^=ag-][type=date]::placeholder,.ag-theme-material input[class^=ag-][type=datetime-local]::placeholder,.ag-theme-material input[class^=ag-][type=number]::placeholder,.ag-theme-material input[class^=ag-][type=tel]::placeholder,.ag-theme-material input[class^=ag-][type=text]::placeholder,.ag-theme-material textarea[class^=ag-]::placeholder{color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38))}.ag-theme-material input[class^=ag-]:disabled:not([type]),.ag-theme-material input[class^=ag-][type=date]:disabled,.ag-theme-material input[class^=ag-][type=datetime-local]:disabled,.ag-theme-material input[class^=ag-][type=number]:disabled,.ag-theme-material input[class^=ag-][type=tel]:disabled,.ag-theme-material input[class^=ag-][type=text]:disabled,.ag-theme-material textarea[class^=ag-]:disabled{border-bottom:1px solid #e2e2e2;border-bottom-color:var(--ag-border-color,#e2e2e2)}.ag-theme-material input[class^=ag-]:invalid:not([type]),.ag-theme-material input[class^=ag-][type=date]:invalid,.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,.ag-theme-material input[class^=ag-][type=number]:invalid,.ag-theme-material input[class^=ag-][type=tel]:invalid,.ag-theme-material input[class^=ag-][type=text]:invalid,.ag-theme-material textarea[class^=ag-]:invalid{border-width:0;border-bottom:1px solid #e02525;border-bottom-color:var(--ag-invalid-color,#e02525);color:#e02525;color:var(--ag-invalid-color,#e02525)}.ag-theme-material .ag-standard-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:initial;border:0;color:#3f51b5;color:var(--ag-material-primary-color,#3f51b5);font-family:inherit;font-size:inherit;margin:0;padding:0;text-transform:uppercase}.ag-theme-material .ag-standard-button:disabled{background-color:var(--ag-input-disabled-background-color);border-color:var(--ag-input-disabled-border-color);color:rgba(0,0,0,.38);color:var(--ag-disabled-foreground-color,rgba(0,0,0,.38))}.ag-theme-material .ag-dnd-ghost{font-size:12px;font-weight:600}.ag-theme-material .ag-filter-toolpanel-header{height:32px}.ag-theme-material .ag-filter-toolpanel-group-level-0-header{height:56px}.ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,.ag-theme-material .ag-layout-auto-height .ag-center-cols-container,.ag-theme-material .ag-layout-print .ag-center-cols-clipper,.ag-theme-material .ag-layout-print .ag-center-cols-container{min-height:150px}.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height{padding-top:60px}.ag-theme-material .ag-picker-field-wrapper:focus{box-shadow:0 0 0 1px #3f51b5}.dashboard{margin-top:100px;padding:0 30px 50px}.single__card{align-items:center;border-radius:5px;color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:40px}.single__card:first-child{background:red}.single__card:nth-child(2){background:blue}.single__card:nth-child(3){background:#024202}.single__card:nth-child(4){background:grey}.card__content h4{color:var(--heading-color);font-size:1rem;font-weight:400}.card__content span{color:var(--heading-color);font-size:2rem}.card__icon{color:hsla(0,0%,100%,.845);font-size:2rem;font-weight:400!important}.dashboard__cards{grid-template-columns:repeat(4,1fr)}.dashboard__cards,.statics{grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;display:grid}.statics{grid-template-columns:repeat(2,1fr);margin-top:2rem}.stats{background:var(--primary-color);border-radius:5px;height:320px;padding:30px 30px 50px}.tooltip__style{background:var(--body-bg)!important;color:#fff}.stats__title{color:#fff;font-size:1.2rem;font-weight:500;margin-bottom:20px}.recommend__cars-wrapper{grid-column-gap:2rem;-webkit-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);margin-top:2rem}.recommend__car-card{border-radius:5px;cursor:pointer;padding:20px}.recommend__car-card:first-child{background:var(--recommend-car01-bg)}.recommend__car-card:nth-child(2){background:var(--recommend-car02-bg)}.recommend__car-card:nth-child(3){background:var(--recommend-car03-bg)}.recommend__car-top h5{align-items:center;color:var(--body-bg);-webkit-column-gap:1rem;column-gap:1rem;display:flex;margin-bottom:10px}.recommend__car-top h5 span i{font-size:1.2rem}.recommend__car-bottom h4{font-size:1.3rem;margin:10px 0}.recommend__car-other{align-items:center;display:flex;justify-content:space-between}.recommend__icons,.recommend__icons p:first-child{align-items:center;-webkit-column-gap:1rem;column-gap:1rem;display:flex}._3ybTi{border:2px solid #000;font-size:2em;margin:2em;padding:.5em;text-align:center}.faq-style-wrapper{margin-top:1em}.faq-style-wrapper .faq-title{font-size:x-large}.faq-style-wrapper .faq-body .faq-row{padding:.75em 0}.faq-style-wrapper .faq-body .faq-row .row-title{color:grey;font-size:larger}.faq-style-wrapper .faq-body .faq-row .row-content-text{color:teal!important;font-size:medium!important;padding:2em!important}.row-option{margin-top:2em}.row-option label{display:block;font-weight:700;margin-bottom:.5em}.row-option input{border:1px solid #ccc;border-radius:4px;font-size:1em;padding:.5em;width:2em}.row-option button{background-color:#5000ca;border:1px solid;border-radius:4px;color:#fff;font-size:1em;margin-left:1em;padding:.5em 1em}
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{align-items:center;-moz-appearance:none;-webkit-appearance:none;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding:calc(.5em - 1px) calc(.75em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:none}.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select fieldset[disabled] select,.select select[disabled],.textarea[disabled],fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.navbar-link:not(.is-arrowless):after,.select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:9999px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;pointer-events:auto;position:relative;-webkit-user-select:none;user-select:none;vertical-align:top;width:20px}.delete:after,.delete:before,.modal-close:after,.modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.delete:before,.modal-close:before{height:2px;width:50%}.delete:after,.modal-close:after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:hsla(0,0%,4%,.3)}.delete:active,.modal-close:active{background-color:hsla(0,0%,4%,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading:after,.control.is-loading:after,.loader,.select.is-loading:after{-webkit-animation:spinAround .5s linear infinite;animation:spinAround .5s linear infinite;border-color:transparent transparent #dbdbdb #dbdbdb;border-radius:9999px;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{color:currentColor;font-family:inherit;font-size:1em}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */.navbar-burger,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#fff;font-size:16px;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em}code,hr{background-color:#f5f5f5}hr{border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:initial}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;word-wrap:normal;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre}pre code{background-color:initial;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}@-webkit-keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px #485fc7}a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #485fc7}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.5em - 1px) 1em;text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:initial;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:initial;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:transparent;color:#485fc7;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#485fc7;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused:after,.button.is-white.is-outlined.is-loading.is-hovered:after,.button.is-white.is-outlined.is-loading:focus:after,.button.is-white.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:initial;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-white.is-inverted.is-outlined.is-loading:focus:after,.button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:initial;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:#0a0a0a;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:initial;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading.is-focused:after,.button.is-black.is-outlined.is-loading.is-hovered:after,.button.is-black.is-outlined.is-loading:focus:after,.button.is-black.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:initial;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-black.is-inverted.is-outlined.is-loading:focus:after,.button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none}.button.is-light.is-inverted{color:#f5f5f5}.button.is-light.is-inverted,.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:initial;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.is-focused:after,.button.is-light.is-outlined.is-loading.is-hovered:after,.button.is-light.is-outlined.is-loading:focus:after,.button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:initial;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:initial;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-light.is-inverted.is-outlined.is-loading:focus:after,.button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:initial;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:#363636;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:initial;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.is-focused:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:initial;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:#00d1b2;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:initial;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined.is-loading.is-focused:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:initial;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ebfffc;color:#00947e}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#defffa;border-color:transparent;color:#00947e}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#d1fff8;border-color:transparent;color:#00947e}.button.is-link{background-color:#485fc7;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#3e56c4;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#3a51bb;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#485fc7;border-color:#485fc7;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#485fc7}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#485fc7}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:initial;border-color:#485fc7;color:#485fc7}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#485fc7;border-color:#485fc7;color:#fff}.button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #485fc7 #485fc7!important}.button.is-link.is-outlined.is-loading.is-focused:after,.button.is-link.is-outlined.is-loading.is-hovered:after,.button.is-link.is-outlined.is-loading:focus:after,.button.is-link.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:initial;border-color:#485fc7;box-shadow:none;color:#485fc7}.button.is-link.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#485fc7}.button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-link.is-inverted.is-outlined.is-loading:focus:after,.button.is-link.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #485fc7 #485fc7!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eff1fa;color:#3850b7}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e6e9f7;border-color:transparent;color:#3850b7}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#dce0f4;border-color:transparent;color:#3850b7}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:initial;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused:after,.button.is-info.is-outlined.is-loading.is-hovered:after,.button.is-info.is-outlined.is-loading:focus:after,.button.is-info.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:initial;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-info.is-inverted.is-outlined.is-loading:focus:after,.button.is-info.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eff5fb;color:#296fa8}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e4eff9;border-color:transparent;color:#296fa8}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#dae9f6;border-color:transparent;color:#296fa8}.button.is-success{background-color:#48c78e;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c78e;border-color:#48c78e;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c78e}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c78e}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:initial;border-color:#48c78e;color:#48c78e}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#48c78e;border-color:#48c78e;color:#fff}.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #48c78e #48c78e!important}.button.is-success.is-outlined.is-loading.is-focused:after,.button.is-success.is-outlined.is-loading.is-hovered:after,.button.is-success.is-outlined.is-loading:focus:after,.button.is-success.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:initial;border-color:#48c78e;box-shadow:none;color:#48c78e}.button.is-success.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#48c78e}.button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-success.is-inverted.is-outlined.is-loading:focus:after,.button.is-success.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #48c78e #48c78e!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effaf5;color:#257953}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ef;border-color:transparent;color:#257953}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e9;border-color:transparent;color:#257953}.button.is-warning{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffe08a;border-color:#ffe08a;box-shadow:none}.button.is-warning.is-inverted{color:#ffe08a}.button.is-warning.is-inverted,.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffe08a}.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:initial;border-color:#ffe08a;color:#ffe08a}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffe08a #ffe08a!important}.button.is-warning.is-outlined.is-loading.is-focused:after,.button.is-warning.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-outlined.is-loading:focus:after,.button.is-warning.is-outlined.is-loading:hover:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:initial;border-color:#ffe08a;box-shadow:none;color:#ffe08a}.button.is-warning.is-inverted.is-outlined{background-color:initial;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffe08a}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-warning.is-inverted.is-outlined.is-loading:focus:after,.button.is-warning.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #ffe08a #ffe08a!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:initial;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffaeb;color:#946c00}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff6de;border-color:transparent;color:#946c00}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff3d1;border-color:transparent;color:#946c00}.button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:initial;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#fff}.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused:after,.button.is-danger.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-outlined.is-loading:focus:after,.button.is-danger.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:initial;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:initial;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-danger.is-inverted.is-outlined.is-loading:focus:after,.button.is-danger.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:initial;border-color:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{left:calc(50% - .5em);position:absolute;position:absolute!important;top:calc(50% - .5em)}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;word-wrap:normal;overflow-x:auto;padding:1.25em 1.5em;white-space:pre}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;height:1.5rem;justify-content:center;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:4px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-primary.is-light{background-color:#ebfffc;color:#00947e}.notification.is-link{background-color:#485fc7;color:#fff}.notification.is-link.is-light{background-color:#eff1fa;color:#3850b7}.notification.is-info{background-color:#3e8ed0;color:#fff}.notification.is-info.is-light{background-color:#eff5fb;color:#296fa8}.notification.is-success{background-color:#48c78e;color:#fff}.notification.is-success.is-light{background-color:#effaf5;color:#257953}.notification.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffaeb;color:#946c00}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(90deg,#fff 30%,#ededed 0)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(90deg,#0a0a0a 30%,#ededed 0)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(90deg,#f5f5f5 30%,#ededed 0)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(90deg,#363636 30%,#ededed 0)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(90deg,#00d1b2 30%,#ededed 0)}.progress.is-link::-webkit-progress-value{background-color:#485fc7}.progress.is-link::-moz-progress-bar{background-color:#485fc7}.progress.is-link::-ms-fill{background-color:#485fc7}.progress.is-link:indeterminate{background-image:linear-gradient(90deg,#485fc7 30%,#ededed 0)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(90deg,#3e8ed0 30%,#ededed 0)}.progress.is-success::-webkit-progress-value{background-color:#48c78e}.progress.is-success::-moz-progress-bar{background-color:#48c78e}.progress.is-success::-ms-fill{background-color:#48c78e}.progress.is-success:indeterminate{background-image:linear-gradient(90deg,#48c78e 30%,#ededed 0)}.progress.is-warning::-webkit-progress-value{background-color:#ffe08a}.progress.is-warning::-moz-progress-bar{background-color:#ffe08a}.progress.is-warning::-ms-fill{background-color:#ffe08a}.progress.is-warning:indeterminate{background-image:linear-gradient(90deg,#ffe08a 30%,#ededed 0)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(90deg,#f14668 30%,#ededed 0)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(90deg,#4a4a4a 30%,#ededed 0);background-position:0 0;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:initial}.progress:indeterminate::-moz-progress-bar{background-color:initial}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#485fc7;border-color:#485fc7;color:#fff}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c78e;border-color:#48c78e;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffe08a;border-color:#ffe08a;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:initial}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:initial}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:initial}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover,.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto;overflow-y:hidden}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-left:.25rem;margin-right:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.has-addons .tag,.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tag:not(body){align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}.tag:not(body).is-link{background-color:#485fc7;color:#fff}.tag:not(body).is-link.is-light{background-color:#eff1fa;color:#3850b7}.tag:not(body).is-info{background-color:#3e8ed0;color:#fff}.tag:not(body).is-info.is-light{background-color:#eff5fb;color:#296fa8}.tag:not(body).is-success{background-color:#48c78e;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf5;color:#257953}.tag:not(body).is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffaeb;color:#946c00}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete:after,.tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#f5f5f5;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#485fc7;box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.input[disabled],.select fieldset[disabled] select,.select select[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em hsla(0,0%,4%,.05);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.is-link.input,.is-link.textarea{border-color:#485fc7}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#48c78e}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffe08a}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(1.125em - 1px);padding-right:calc(1.125em - 1px)}.input.is-static{background-color:initial;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:auto}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox input[disabled],.checkbox[disabled],.radio input[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading):after{border-color:#485fc7;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover:after{border-color:#363636}.select.is-white select,.select.is-white:not(:hover):after{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.select.is-black select,.select.is-black:not(:hover):after{border-color:#0a0a0a}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#000}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.select.is-light select,.select.is-light:not(:hover):after{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.select.is-dark select,.select.is-dark:not(:hover):after{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary select,.select.is-primary:not(:hover):after{border-color:#00d1b2}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#00b89c}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.select.is-link select,.select.is-link:not(:hover):after{border-color:#485fc7}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#3a51bb}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.select.is-info select,.select.is-info:not(:hover):after{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success select,.select.is-success:not(:hover):after{border-color:#48c78e}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-warning select,.select.is-warning:not(:hover):after{border-color:#ffe08a}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.select.is-danger select,.select.is-danger:not(:hover):after{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:#7a7a7a!important;opacity:.5}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{margin-top:0;position:absolute;right:.625em;top:.625em;-webkit-transform:none;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#00d1b2;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#00c4a7;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(0,209,178,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#00b89c;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#485fc7;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#3e56c4;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,95,199,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#3a51bb;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c78e;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffe08a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;cursor:pointer;display:flex;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:none;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border:1px solid #dbdbdb;border-left-width:0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#485fc7}.help.is-info{color:#3e8ed0}.help.is-success{color:#48c78e}.help.is-warning{color:#ffe08a}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#4a4a4a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#485fc7;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#b5b5b5;content:"\0002f"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"\02192"}.breadcrumb.has-bullet-separator li+li:before{content:"\02022"}.breadcrumb.has-dot-separator li+li:before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li:before{content:"\0227B"}.card{background-color:#fff;border-radius:.25rem;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);color:#4a4a4a;max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{align-items:stretch;background-color:initial;box-shadow:0 .125em .25em hsla(0,0%,4%,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-icon,.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;-webkit-appearance:none;appearance:none;background:none;border:none;color:currentColor;cursor:pointer;display:flex;font-family:inherit;font-size:1em;margin:0;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:initial;padding:1.5rem}.card-footer{align-items:stretch;background-color:initial;border-top:1px solid #ededed;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#485fc7;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media print,screen and (min-width:769px){.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid hsla(0,0%,86%,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#485fc7;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#00947e}.message.is-link{background-color:#eff1fa}.message.is-link .message-header{background-color:#485fc7;color:#fff}.message.is-link .message-body{border-color:#485fc7;color:#3850b7}.message.is-info{background-color:#eff5fb}.message.is-info .message-header{background-color:#3e8ed0;color:#fff}.message.is-info .message-body{border-color:#3e8ed0;color:#296fa8}.message.is-success{background-color:#effaf5}.message.is-success .message-header{background-color:#48c78e;color:#fff}.message.is-success .message-body{border-color:#48c78e;color:#257953}.message.is-warning{background-color:#fffaeb}.message.is-warning .message-header{background-color:#ffe08a;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffe08a;color:#946c00}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{background-color:#f14668;color:#fff}.message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-width:0}.message-body{border:solid #dbdbdb;border-radius:4px;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:initial}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:hsla(0,0%,4%,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5}.navbar.is-light,.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#fff}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#fff}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#485fc7;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#3a51bb;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#485fc7;color:#fff}}.navbar.is-info{background-color:#3e8ed0;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#fff}}.navbar.is-success{background-color:#48c78e;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#fff}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#fff}.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c78e;color:#fff}}.navbar.is-warning{background-color:#ffe08a}.navbar.is-warning,.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffe08a;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#f14668;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:initial}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{-webkit-appearance:none;appearance:none;background:none;border:none;color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;margin-left:auto;position:relative;width:3.25rem}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#fafafa;color:#485fc7}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:initial;border-bottom-color:#485fc7}.navbar-item.is-tab.is-active{background-color:initial;border-bottom:3px solid #485fc7;color:#485fc7;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless):after{border-color:#485fc7;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link:after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:initial!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:initial!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{-webkit-transform:rotate(135deg) translate(.25em,-.25em);transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:initial}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{border-radius:9999px;padding-left:1em;padding-right:1em}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#485fc7}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#485fc7;border-color:#485fc7;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{background-color:#485fc7;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#485fc7}.panel.is-link .panel-block.is-active .panel-icon{color:#485fc7}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#48c78e;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c78e}.panel.is-success .panel-block.is-active .panel-icon{color:#48c78e}.panel.is-warning .panel-heading{background-color:#ffe08a;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffe08a}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffe08a}.panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#485fc7}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#485fc7;color:#363636}.panel-block.is-active .panel-icon{color:#485fc7}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{color:#7a7a7a;display:inline-block;font-size:14px;height:1em;line-height:1em;margin-right:.75em;text-align:center;vertical-align:top;width:1em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom:1px solid #dbdbdb;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#485fc7;color:#485fc7}.tabs ul{align-items:center;border-bottom:1px solid #dbdbdb;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-bottom-left-radius:4px;border-top-left-radius:4px}.tabs.is-toggle li:last-child a{border-bottom-right-radius:4px;border-top-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#485fc7;border-color:#485fc7;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:auto}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:auto}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{flex:none;width:auto}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:auto}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:auto}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:auto}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:auto}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media print,screen and (min-width:769px){.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-webkit-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-primary-light{color:#ebfffc!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#b8fff4!important}.has-background-primary-light{background-color:#ebfffc!important}.has-text-primary-dark{color:#00947e!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#00c7a9!important}.has-background-primary-dark{background-color:#00947e!important}.has-text-link{color:#485fc7!important}a.has-text-link:focus,a.has-text-link:hover{color:#3449a8!important}.has-background-link{background-color:#485fc7!important}.has-text-link-light{color:#eff1fa!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c8cfee!important}.has-background-link-light{background-color:#eff1fa!important}.has-text-link-dark{color:#3850b7!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#576dcb!important}.has-background-link-dark{background-color:#3850b7!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#eff5fb!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c6ddf1!important}.has-background-info-light{background-color:#eff5fb!important}.has-text-info-dark{color:#296fa8!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#368ace!important}.has-background-info-dark{background-color:#296fa8!important}.has-text-success{color:#48c78e!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#48c78e!important}.has-text-success-light{color:#effaf5!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eedd!important}.has-background-success-light{background-color:#effaf5!important}.has-text-success-dark{color:#257953!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a06e!important}.has-background-success-dark{background-color:#257953!important}.has-text-warning{color:#ffe08a!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffe08a!important}.has-text-warning-light{color:#fffaeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffecb8!important}.has-background-warning-light{background-color:#fffaeb!important}.has-text-warning-dark{color:#946c00!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79200!important}.has-background-warning-dark{background-color:#946c00!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#feecf0!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#fabdc9!important}.has-background-danger-light{background-color:#feecf0!important}.has-text-danger-dark{color:#cc0f35!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#ee2049!important}.has-background-danger-dark{background-color:#cc0f35!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3,.mx-3{margin-left:.75rem!important}.mx-3{margin-right:.75rem!important}.my-3{margin-bottom:.75rem!important;margin-top:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4,.mx-4{margin-left:1rem!important}.mx-4{margin-right:1rem!important}.my-4{margin-bottom:1rem!important;margin-top:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5,.mx-5{margin-left:1.5rem!important}.mx-5{margin-right:1.5rem!important}.my-5{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6,.mx-6{margin-left:3rem!important}.mx-6{margin-right:3rem!important}.my-6{margin-bottom:3rem!important;margin-top:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3,.px-3{padding-left:.75rem!important}.px-3{padding-right:.75rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4,.px-4{padding-left:1rem!important}.px-4{padding-right:1rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5,.px-5{padding-left:1.5rem!important}.px-5{padding-right:1.5rem!important}.py-5{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6,.px-6{padding-left:3rem!important}.px-6{padding-right:3rem!important}.py-6{padding-bottom:3rem!important;padding-top:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto,.px-auto{padding-left:auto!important}.px-auto{padding-right:auto!important}.py-auto{padding-bottom:auto!important;padding-top:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary,.is-family-sans-serif,.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important}.is-family-code,.is-family-monospace{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{clip:rect(0,0,0,0)!important;border:none!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:hsla(0,0%,4%,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:hsla(0,0%,4%,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#fff!important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#0a0a0a!important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#f5f5f5!important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.hero.is-dark{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#363636!important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#00d1b2!important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c,#00d1b2 71%,#00e7eb)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c,#00d1b2 71%,#00e7eb)}}.hero.is-link{background-color:#485fc7;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#485fc7}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#3a51bb;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#485fc7!important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#485fc7}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#2959b3,#485fc7 71%,#5658d2)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2959b3,#485fc7 71%,#5658d2)}}.hero.is-info{background-color:#3e8ed0;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#3082c5;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc,#3e8ed0 71%,#4d83db)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc,#3e8ed0 71%,#4d83db)}}.hero.is-success{background-color:#48c78e;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#48c78e}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#48c78e!important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c78e}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e,#48c78e 71%,#56d2af)}}.hero.is-warning{background-color:#ffe08a;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffe08a}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffe08a!important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffe08a}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657,#ffe08a 71%,#fff6a3)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62,#f14668 71%,#f7595f)}}.hero.is-small .hero-body{padding:1.5rem}@media print,screen and (min-width:769px){.hero.is-medium .hero-body{padding:9rem 4.5rem}.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media print,screen and (min-width:769px){.hero-body{padding:3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}.is-borderless,table.is-completely-borderless td,table.is-completely-borderless th,table.is-completely-borderless tr{border:0!important}.is-top-borderless{border-top:0!important}.is-bottom-borderless{border-bottom:0!important}.is-left-borderless{border-left:0!important}.is-right-borderless{border-right:0!important}.has-border-width-1{border-width:1px!important}.has-border-top-width-1{border-top-width:1px!important}.has-border-bottom-width-1{border-bottom-width:1px!important}.has-border-left-width-1{border-left-width:1px!important}.has-border-right-width-1{border-right-width:1px!important}.has-border-width-2{border-width:2px!important}.has-border-top-width-2{border-top-width:2px!important}.has-border-bottom-width-2{border-bottom-width:2px!important}.has-border-left-width-2{border-left-width:2px!important}.has-border-right-width-2{border-right-width:2px!important}.has-border-width-3{border-width:3px!important}.has-border-top-width-3{border-top-width:3px!important}.has-border-bottom-width-3{border-bottom-width:3px!important}.has-border-left-width-3{border-left-width:3px!important}.has-border-right-width-3{border-right-width:3px!important}.has-border-width-4{border-width:4px!important}.has-border-top-width-4{border-top-width:4px!important}.has-border-bottom-width-4{border-bottom-width:4px!important}.has-border-left-width-4{border-left-width:4px!important}.has-border-right-width-4{border-right-width:4px!important}.has-border-width-5{border-width:5px!important}.has-border-top-width-5{border-top-width:5px!important}.has-border-bottom-width-5{border-bottom-width:5px!important}.has-border-left-width-5{border-left-width:5px!important}.has-border-right-width-5{border-right-width:5px!important}.has-border-width-6{border-width:6px!important}.has-border-top-width-6{border-top-width:6px!important}.has-border-bottom-width-6{border-bottom-width:6px!important}.has-border-left-width-6{border-left-width:6px!important}.has-border-right-width-6{border-right-width:6px!important}.has-border-width-7{border-width:7px!important}.has-border-top-width-7{border-top-width:7px!important}.has-border-bottom-width-7{border-bottom-width:7px!important}.has-border-left-width-7{border-left-width:7px!important}.has-border-right-width-7{border-right-width:7px!important}.has-border-width-8{border-width:8px!important}.has-border-top-width-8{border-top-width:8px!important}.has-border-bottom-width-8{border-bottom-width:8px!important}.has-border-left-width-8{border-left-width:8px!important}.has-border-right-width-8{border-right-width:8px!important}.has-border-width-9{border-width:9px!important}.has-border-top-width-9{border-top-width:9px!important}.has-border-bottom-width-9{border-bottom-width:9px!important}.has-border-left-width-9{border-left-width:9px!important}.has-border-right-width-9{border-right-width:9px!important}.has-cursor-default{cursor:default!important}.has-cursor-pointer{cursor:pointer!important}.has-cursor-grab{cursor:grab!important}.has-cursor-help{cursor:help!important}.has-cursor-wait{cursor:wait!important}.has-cursor-crosshair{cursor:crosshair!important}.has-cursor-not-allowed{cursor:not-allowed!important}.has-cursor-zoom-in{cursor:zoom-in!important}.flex-row{display:flex;flex-direction:row!important}.flex-column{display:flex;flex-direction:column!important}.nowrap{flex-wrap:nowrap!important}.wrap{flex-wrap:wrap!important}.wrap-reverse{flex-wrap:wrap-reverse!important}.align-start{align-content:start!important}.align-end{align-content:end!important}.align-flex-start{align-content:flex-start!important}.align-flex-end{align-content:flex-end!important}.align-center{align-content:center!important}.align-normal{align-content:normal!important}.align-space-between{align-content:space-between!important}.align-space-around{align-content:space-around!important}.align-space-evenly{align-content:space-evenly!important}.align-stretch{align-content:stretch!important}.align-baseline{align-content:baseline!important}.justify-left{justify-content:left!important}.justify-right{justify-content:right!important}.justify-start{justify-content:start!important}.justify-end{justify-content:end!important}.justify-flex-start{justify-content:flex-start!important}.justify-flex-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-normal{justify-content:normal!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.justify-stretch{justify-content:stretch!important}.justify-baseline{justify-content:baseline!important}.align-self-auto{align-self:auto!important}.align-self-flex-start{align-self:flex-start!important}.align-self-flex-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.align-items-flex-start{align-items:flex-start!important}.align-items-flex-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.is-blurred{-webkit-filter:blur(15px)!important;filter:blur(15px)!important}.is-blurred-medium{-webkit-filter:blur(40px)!important;filter:blur(40px)!important}.is-blurred-hard{-webkit-filter:blur(75px)!important;filter:blur(75px)!important}.has-max-width-50{max-width:50px!important}.has-min-width-50{min-width:50px!important}.has-max-height-50{max-height:50px!important}.has-min-height-50{min-height:50px!important}.has-max-width-100{max-width:100px!important}.has-min-width-100{min-width:100px!important}.has-max-height-100{max-height:100px!important}.has-min-height-100{min-height:100px!important}.has-max-width-150{max-width:150px!important}.has-min-width-150{min-width:150px!important}.has-max-height-150{max-height:150px!important}.has-min-height-150{min-height:150px!important}.has-max-width-200{max-width:200px!important}.has-min-width-200{min-width:200px!important}.has-max-height-200{max-height:200px!important}.has-min-height-200{min-height:200px!important}.has-max-width-250{max-width:250px!important}.has-min-width-250{min-width:250px!important}.has-max-height-250{max-height:250px!important}.has-min-height-250{min-height:250px!important}.has-max-width-300{max-width:300px!important}.has-min-width-300{min-width:300px!important}.has-max-height-300{max-height:300px!important}.has-min-height-300{min-height:300px!important}.has-max-width-350{max-width:350px!important}.has-min-width-350{min-width:350px!important}.has-max-height-350{max-height:350px!important}.has-min-height-350{min-height:350px!important}.has-width-50{width:50px!important}.has-height-50{height:50px!important}.has-width-100{width:100px!important}.has-height-100{height:100px!important}.has-width-150{width:150px!important}.has-height-150{height:150px!important}.has-width-200{width:200px!important}.has-height-200{height:200px!important}.has-width-250{width:250px!important}.has-height-250{height:250px!important}.has-width-300{width:300px!important}.has-height-300{height:300px!important}.has-width-350{width:350px!important}.has-height-350{height:350px!important}.is-full-height{height:100%!important}.has-page-height{height:100vh!important}.is-half-height{height:50%!important}.has-half-page-height{height:50vh!important}.is-quarter-height{height:25%!important}.has-quarter-page-height{height:25vh!important}.is-full-width{width:100%!important}.has-page-width{width:100vw!important}.is-half-width{width:50%!important}.has-half-page-width{width:50vw!important}.is-quarter-width{width:25%!important}.has-quarter-page-width{width:25vw!important}.has-margin-5{margin:5px!important}.has-padding-5{padding:5px!important}.has-margin-top-5{margin-top:5px!important}.has-padding-top-5{padding-top:5px!important}.has-margin-bottom-5{margin-bottom:5px!important}.has-padding-bottom-5{padding-bottom:5px!important}.has-margin-left-5{margin-left:5px!important}.has-padding-left-5{padding-left:5px!important}.has-margin-right-5{margin-right:5px!important}.has-padding-right-5{padding-right:5px!important}.has-margin-10{margin:10px!important}.has-padding-10{padding:10px!important}.has-margin-top-10{margin-top:10px!important}.has-padding-top-10{padding-top:10px!important}.has-margin-bottom-10{margin-bottom:10px!important}.has-padding-bottom-10{padding-bottom:10px!important}.has-margin-left-10{margin-left:10px!important}.has-padding-left-10{padding-left:10px!important}.has-margin-right-10{margin-right:10px!important}.has-padding-right-10{padding-right:10px!important}.has-margin-15{margin:15px!important}.has-padding-15{padding:15px!important}.has-margin-top-15{margin-top:15px!important}.has-padding-top-15{padding-top:15px!important}.has-margin-bottom-15{margin-bottom:15px!important}.has-padding-bottom-15{padding-bottom:15px!important}.has-margin-left-15{margin-left:15px!important}.has-padding-left-15{padding-left:15px!important}.has-margin-right-15{margin-right:15px!important}.has-padding-right-15{padding-right:15px!important}.has-margin-20{margin:20px!important}.has-padding-20{padding:20px!important}.has-margin-top-20{margin-top:20px!important}.has-padding-top-20{padding-top:20px!important}.has-margin-bottom-20{margin-bottom:20px!important}.has-padding-bottom-20{padding-bottom:20px!important}.has-margin-left-20{margin-left:20px!important}.has-padding-left-20{padding-left:20px!important}.has-margin-right-20{margin-right:20px!important}.has-padding-right-20{padding-right:20px!important}.has-margin-25{margin:25px!important}.has-padding-25{padding:25px!important}.has-margin-top-25{margin-top:25px!important}.has-padding-top-25{padding-top:25px!important}.has-margin-bottom-25{margin-bottom:25px!important}.has-padding-bottom-25{padding-bottom:25px!important}.has-margin-left-25{margin-left:25px!important}.has-padding-left-25{padding-left:25px!important}.has-margin-right-25{margin-right:25px!important}.has-padding-right-25{padding-right:25px!important}.has-margin-30{margin:30px!important}.has-padding-30{padding:30px!important}.has-margin-top-30{margin-top:30px!important}.has-padding-top-30{padding-top:30px!important}.has-margin-bottom-30{margin-bottom:30px!important}.has-padding-bottom-30{padding-bottom:30px!important}.has-margin-left-30{margin-left:30px!important}.has-padding-left-30{padding-left:30px!important}.has-margin-right-30{margin-right:30px!important}.has-padding-right-30{padding-right:30px!important}.has-margin-35{margin:35px!important}.has-padding-35{padding:35px!important}.has-margin-top-35{margin-top:35px!important}.has-padding-top-35{padding-top:35px!important}.has-margin-bottom-35{margin-bottom:35px!important}.has-padding-bottom-35{padding-bottom:35px!important}.has-margin-left-35{margin-left:35px!important}.has-padding-left-35{padding-left:35px!important}.has-margin-right-35{margin-right:35px!important}.has-padding-right-35{padding-right:35px!important}.has-margin-40{margin:40px!important}.has-padding-40{padding:40px!important}.has-margin-top-40{margin-top:40px!important}.has-padding-top-40{padding-top:40px!important}.has-margin-bottom-40{margin-bottom:40px!important}.has-padding-bottom-40{padding-bottom:40px!important}.has-margin-left-40{margin-left:40px!important}.has-padding-left-40{padding-left:40px!important}.has-margin-right-40{margin-right:40px!important}.has-padding-right-40{padding-right:40px!important}.has-margin-45{margin:45px!important}.has-padding-45{padding:45px!important}.has-margin-top-45{margin-top:45px!important}.has-padding-top-45{padding-top:45px!important}.has-margin-bottom-45{margin-bottom:45px!important}.has-padding-bottom-45{padding-bottom:45px!important}.has-margin-left-45{margin-left:45px!important}.has-padding-left-45{padding-left:45px!important}.has-margin-right-45{margin-right:45px!important}.has-padding-right-45{padding-right:45px!important}.has-margin-50{margin:50px!important}.has-padding-50{padding:50px!important}.has-margin-top-50{margin-top:50px!important}.has-padding-top-50{padding-top:50px!important}.has-margin-bottom-50{margin-bottom:50px!important}.has-padding-bottom-50{padding-bottom:50px!important}.has-margin-left-50{margin-left:50px!important}.has-padding-left-50{padding-left:50px!important}.has-margin-right-50{margin-right:50px!important}.has-padding-right-50{padding-right:50px!important}.has-margin-55{margin:55px!important}.has-padding-55{padding:55px!important}.has-margin-top-55{margin-top:55px!important}.has-padding-top-55{padding-top:55px!important}.has-margin-bottom-55{margin-bottom:55px!important}.has-padding-bottom-55{padding-bottom:55px!important}.has-margin-left-55{margin-left:55px!important}.has-padding-left-55{padding-left:55px!important}.has-margin-right-55{margin-right:55px!important}.has-padding-right-55{padding-right:55px!important}.has-margin-60{margin:60px!important}.has-padding-60{padding:60px!important}.has-margin-top-60{margin-top:60px!important}.has-padding-top-60{padding-top:60px!important}.has-margin-bottom-60{margin-bottom:60px!important}.has-padding-bottom-60{padding-bottom:60px!important}.has-margin-left-60{margin-left:60px!important}.has-padding-left-60{padding-left:60px!important}.has-margin-right-60{margin-right:60px!important}.has-padding-right-60{padding-right:60px!important}.has-margin-65{margin:65px!important}.has-padding-65{padding:65px!important}.has-margin-top-65{margin-top:65px!important}.has-padding-top-65{padding-top:65px!important}.has-margin-bottom-65{margin-bottom:65px!important}.has-padding-bottom-65{padding-bottom:65px!important}.has-margin-left-65{margin-left:65px!important}.has-padding-left-65{padding-left:65px!important}.has-margin-right-65{margin-right:65px!important}.has-padding-right-65{padding-right:65px!important}.has-margin-70{margin:70px!important}.has-padding-70{padding:70px!important}.has-margin-top-70{margin-top:70px!important}.has-padding-top-70{padding-top:70px!important}.has-margin-bottom-70{margin-bottom:70px!important}.has-padding-bottom-70{padding-bottom:70px!important}.has-margin-left-70{margin-left:70px!important}.has-padding-left-70{padding-left:70px!important}.has-margin-right-70{margin-right:70px!important}.has-padding-right-70{padding-right:70px!important}.has-margin-75{margin:75px!important}.has-padding-75{padding:75px!important}.has-margin-top-75{margin-top:75px!important}.has-padding-top-75{padding-top:75px!important}.has-margin-bottom-75{margin-bottom:75px!important}.has-padding-bottom-75{padding-bottom:75px!important}.has-margin-left-75{margin-left:75px!important}.has-padding-left-75{padding-left:75px!important}.has-margin-right-75{margin-right:75px!important}.has-padding-right-75{padding-right:75px!important}.has-margin-80{margin:80px!important}.has-padding-80{padding:80px!important}.has-margin-top-80{margin-top:80px!important}.has-padding-top-80{padding-top:80px!important}.has-margin-bottom-80{margin-bottom:80px!important}.has-padding-bottom-80{padding-bottom:80px!important}.has-margin-left-80{margin-left:80px!important}.has-padding-left-80{padding-left:80px!important}.has-margin-right-80{margin-right:80px!important}.has-padding-right-80{padding-right:80px!important}.has-margin-85{margin:85px!important}.has-padding-85{padding:85px!important}.has-margin-top-85{margin-top:85px!important}.has-padding-top-85{padding-top:85px!important}.has-margin-bottom-85{margin-bottom:85px!important}.has-padding-bottom-85{padding-bottom:85px!important}.has-margin-left-85{margin-left:85px!important}.has-padding-left-85{padding-left:85px!important}.has-margin-right-85{margin-right:85px!important}.has-padding-right-85{padding-right:85px!important}.has-margin-90{margin:90px!important}.has-padding-90{padding:90px!important}.has-margin-top-90{margin-top:90px!important}.has-padding-top-90{padding-top:90px!important}.has-margin-bottom-90{margin-bottom:90px!important}.has-padding-bottom-90{padding-bottom:90px!important}.has-margin-left-90{margin-left:90px!important}.has-padding-left-90{padding-left:90px!important}.has-margin-right-90{margin-right:90px!important}.has-padding-right-90{padding-right:90px!important}.has-margin-95{margin:95px!important}.has-padding-95{padding:95px!important}.has-margin-top-95{margin-top:95px!important}.has-padding-top-95{padding-top:95px!important}.has-margin-bottom-95{margin-bottom:95px!important}.has-padding-bottom-95{padding-bottom:95px!important}.has-margin-left-95{margin-left:95px!important}.has-padding-left-95{padding-left:95px!important}.has-margin-right-95{margin-right:95px!important}.has-padding-right-95{padding-right:95px!important}.has-margin-100{margin:100px!important}.has-padding-100{padding:100px!important}.has-margin-top-100{margin-top:100px!important}.has-padding-top-100{padding-top:100px!important}.has-margin-bottom-100{margin-bottom:100px!important}.has-padding-bottom-100{padding-bottom:100px!important}.has-margin-left-100{margin-left:100px!important}.has-padding-left-100{padding-left:100px!important}.has-margin-right-100{margin-right:100px!important}.has-padding-right-100{padding-right:100px!important}.has-margin-105{margin:105px!important}.has-padding-105{padding:105px!important}.has-margin-top-105{margin-top:105px!important}.has-padding-top-105{padding-top:105px!important}.has-margin-bottom-105{margin-bottom:105px!important}.has-padding-bottom-105{padding-bottom:105px!important}.has-margin-left-105{margin-left:105px!important}.has-padding-left-105{padding-left:105px!important}.has-margin-right-105{margin-right:105px!important}.has-padding-right-105{padding-right:105px!important}.has-margin-110{margin:110px!important}.has-padding-110{padding:110px!important}.has-margin-top-110{margin-top:110px!important}.has-padding-top-110{padding-top:110px!important}.has-margin-bottom-110{margin-bottom:110px!important}.has-padding-bottom-110{padding-bottom:110px!important}.has-margin-left-110{margin-left:110px!important}.has-padding-left-110{padding-left:110px!important}.has-margin-right-110{margin-right:110px!important}.has-padding-right-110{padding-right:110px!important}.has-margin-115{margin:115px!important}.has-padding-115{padding:115px!important}.has-margin-top-115{margin-top:115px!important}.has-padding-top-115{padding-top:115px!important}.has-margin-bottom-115{margin-bottom:115px!important}.has-padding-bottom-115{padding-bottom:115px!important}.has-margin-left-115{margin-left:115px!important}.has-padding-left-115{padding-left:115px!important}.has-margin-right-115{margin-right:115px!important}.has-padding-right-115{padding-right:115px!important}.has-margin-120{margin:120px!important}.has-padding-120{padding:120px!important}.has-margin-top-120{margin-top:120px!important}.has-padding-top-120{padding-top:120px!important}.has-margin-bottom-120{margin-bottom:120px!important}.has-padding-bottom-120{padding-bottom:120px!important}.has-margin-left-120{margin-left:120px!important}.has-padding-left-120{padding-left:120px!important}.has-margin-right-120{margin-right:120px!important}.has-padding-right-120{padding-right:120px!important}.has-margin-125{margin:125px!important}.has-padding-125{padding:125px!important}.has-margin-top-125{margin-top:125px!important}.has-padding-top-125{padding-top:125px!important}.has-margin-bottom-125{margin-bottom:125px!important}.has-padding-bottom-125{padding-bottom:125px!important}.has-margin-left-125{margin-left:125px!important}.has-padding-left-125{padding-left:125px!important}.has-margin-right-125{margin-right:125px!important}.has-padding-right-125{padding-right:125px!important}.has-margin-130{margin:130px!important}.has-padding-130{padding:130px!important}.has-margin-top-130{margin-top:130px!important}.has-padding-top-130{padding-top:130px!important}.has-margin-bottom-130{margin-bottom:130px!important}.has-padding-bottom-130{padding-bottom:130px!important}.has-margin-left-130{margin-left:130px!important}.has-padding-left-130{padding-left:130px!important}.has-margin-right-130{margin-right:130px!important}.has-padding-right-130{padding-right:130px!important}.has-margin-135{margin:135px!important}.has-padding-135{padding:135px!important}.has-margin-top-135{margin-top:135px!important}.has-padding-top-135{padding-top:135px!important}.has-margin-bottom-135{margin-bottom:135px!important}.has-padding-bottom-135{padding-bottom:135px!important}.has-margin-left-135{margin-left:135px!important}.has-padding-left-135{padding-left:135px!important}.has-margin-right-135{margin-right:135px!important}.has-padding-right-135{padding-right:135px!important}.has-margin-140{margin:140px!important}.has-padding-140{padding:140px!important}.has-margin-top-140{margin-top:140px!important}.has-padding-top-140{padding-top:140px!important}.has-margin-bottom-140{margin-bottom:140px!important}.has-padding-bottom-140{padding-bottom:140px!important}.has-margin-left-140{margin-left:140px!important}.has-padding-left-140{padding-left:140px!important}.has-margin-right-140{margin-right:140px!important}.has-padding-right-140{padding-right:140px!important}.has-margin-145{margin:145px!important}.has-padding-145{padding:145px!important}.has-margin-top-145{margin-top:145px!important}.has-padding-top-145{padding-top:145px!important}.has-margin-bottom-145{margin-bottom:145px!important}.has-padding-bottom-145{padding-bottom:145px!important}.has-margin-left-145{margin-left:145px!important}.has-padding-left-145{padding-left:145px!important}.has-margin-right-145{margin-right:145px!important}.has-padding-right-145{padding-right:145px!important}.is-top-marginless{margin-top:0!important}.is-top-paddingless{padding-top:0!important}.is-bottom-marginless{margin-bottom:0!important}.is-bottom-paddingless{padding-bottom:0!important}.is-left-marginless{margin-left:0!important}.is-left-paddingless{padding-left:0!important}.is-right-marginless{margin-right:0!important}.is-right-paddingless{padding-right:0!important}.has-margin-auto{margin:auto!important}.has-margin-top-auto{margin-top:auto!important}.has-margin-bottom-auto{margin-bottom:auto!important}.has-margin-left-auto{margin-left:auto!important}.has-margin-right-auto{margin-right:auto!important}@media screen and (max-width:768px){.flex-mobile{display:flex}}@media print,screen and (min-width:769px){.flex-tablet{display:flex}}@media screen and (min-width:769px) and (max-width:1087px){.flex-tablet-only{display:flex}}@media screen and (max-width:1087px){.flex-touch{display:flex}}@media screen and (min-width:1088px){.flex-desktop{display:flex}}@media screen and (min-width:1088px) and (max-width:1279px){.flex-desktop-only{display:flex}}@media screen and (min-width:1280px){.flex-widescreen{display:flex}}@media screen and (min-width:1280px) and (max-width:1471px){.flex-widescreen-only{display:flex}}@media screen and (min-width:1472px){.flex-fullhd{display:flex}}@media screen and (max-width:768px){.flex-row-mobile{display:flex;flex-direction:row!important}}@media print,screen and (min-width:769px){.flex-row-tablet{display:flex;flex-direction:row!important}}@media screen and (min-width:769px) and (max-width:1087px){.flex-row-tablet-only{display:flex;flex-direction:row!important}}@media screen and (max-width:1087px){.flex-row-touch{display:flex;flex-direction:row!important}}@media screen and (min-width:1088px){.flex-row-desktop{display:flex;flex-direction:row!important}}@media screen and (min-width:1088px) and (max-width:1279px){.flex-row-desktop-only{display:flex;flex-direction:row!important}}@media screen and (min-width:1280px){.flex-row-widescreen{display:flex;flex-direction:row!important}}@media screen and (min-width:1280px) and (max-width:1471px){.flex-row-widescreen-only{display:flex;flex-direction:row!important}}@media screen and (min-width:1472px){.flex-row-fullhd{display:flex;flex-direction:row!important}}@media screen and (max-width:768px){.flex-column-mobile{display:flex;flex-direction:column!important}}@media print,screen and (min-width:769px){.flex-column-tablet{display:flex;flex-direction:column!important}}@media screen and (min-width:769px) and (max-width:1087px){.flex-column-tablet-only{display:flex;flex-direction:column!important}}@media screen and (max-width:1087px){.flex-column-touch{display:flex;flex-direction:column!important}}@media screen and (min-width:1088px){.flex-column-desktop{display:flex;flex-direction:column!important}}@media screen and (min-width:1088px) and (max-width:1279px){.flex-column-desktop-only{display:flex;flex-direction:column!important}}@media screen and (min-width:1280px){.flex-column-widescreen{display:flex;flex-direction:column!important}}@media screen and (min-width:1280px) and (max-width:1471px){.flex-column-widescreen-only{display:flex;flex-direction:column!important}}@media screen and (min-width:1472px){.flex-column-fullhd{display:flex;flex-direction:column!important}}@media screen and (max-width:768px){.nowrap-mobile{flex-wrap:nowrap!important}}@media print,screen and (min-width:769px){.nowrap-tablet{flex-wrap:nowrap!important}}@media screen and (min-width:769px) and (max-width:1087px){.nowrap-tablet-only{flex-wrap:nowrap!important}}@media screen and (max-width:1087px){.nowrap-touch{flex-wrap:nowrap!important}}@media screen and (min-width:1088px){.nowrap-desktop{flex-wrap:nowrap!important}}@media screen and (min-width:1088px) and (max-width:1279px){.nowrap-desktop-only{flex-wrap:nowrap!important}}@media screen and (min-width:1280px){.nowrap-widescreen{flex-wrap:nowrap!important}}@media screen and (min-width:1280px) and (max-width:1471px){.nowrap-widescreen-only{flex-wrap:nowrap!important}}@media screen and (min-width:1472px){.nowrap-fullhd{flex-wrap:nowrap!important}}@media screen and (max-width:768px){.wrap-mobile{flex-wrap:wrap!important}}@media print,screen and (min-width:769px){.wrap-tablet{flex-wrap:wrap!important}}@media screen and (min-width:769px) and (max-width:1087px){.wrap-tablet-only{flex-wrap:wrap!important}}@media screen and (max-width:1087px){.wrap-touch{flex-wrap:wrap!important}}@media screen and (min-width:1088px){.wrap-desktop{flex-wrap:wrap!important}}@media screen and (min-width:1088px) and (max-width:1279px){.wrap-desktop-only{flex-wrap:wrap!important}}@media screen and (min-width:1280px){.wrap-widescreen{flex-wrap:wrap!important}}@media screen and (min-width:1280px) and (max-width:1471px){.wrap-widescreen-only{flex-wrap:wrap!important}}@media screen and (min-width:1472px){.wrap-fullhd{flex-wrap:wrap!important}}@media screen and (max-width:768px){.wrap-reverse-mobile{flex-wrap:wrap-reverse!important}}@media print,screen and (min-width:769px){.wrap-reverse-tablet{flex-wrap:wrap-reverse!important}}@media screen and (min-width:769px) and (max-width:1087px){.wrap-reverse-tablet-only{flex-wrap:wrap-reverse!important}}@media screen and (max-width:1087px){.wrap-reverse-touch{flex-wrap:wrap-reverse!important}}@media screen and (min-width:1088px){.wrap-reverse-desktop{flex-wrap:wrap-reverse!important}}@media screen and (min-width:1088px) and (max-width:1279px){.wrap-reverse-desktop-only{flex-wrap:wrap-reverse!important}}@media screen and (min-width:1280px){.wrap-reverse-widescreen{flex-wrap:wrap-reverse!important}}@media screen and (min-width:1280px) and (max-width:1471px){.wrap-reverse-widescreen-only{flex-wrap:wrap-reverse!important}}@media screen and (min-width:1472px){.wrap-reverse-fullhd{flex-wrap:wrap-reverse!important}}@media screen and (max-width:768px){.align-start-mobile{align-content:start!important}}@media print,screen and (min-width:769px){.align-start-tablet{align-content:start!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-start-tablet-only{align-content:start!important}}@media screen and (max-width:1087px){.align-start-touch{align-content:start!important}}@media screen and (min-width:1088px){.align-start-desktop{align-content:start!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-start-desktop-only{align-content:start!important}}@media screen and (min-width:1280px){.align-start-widescreen{align-content:start!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-start-widescreen-only{align-content:start!important}}@media screen and (min-width:1472px){.align-start-fullhd{align-content:start!important}}@media screen and (max-width:768px){.align-end-mobile{align-content:end!important}}@media print,screen and (min-width:769px){.align-end-tablet{align-content:end!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-end-tablet-only{align-content:end!important}}@media screen and (max-width:1087px){.align-end-touch{align-content:end!important}}@media screen and (min-width:1088px){.align-end-desktop{align-content:end!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-end-desktop-only{align-content:end!important}}@media screen and (min-width:1280px){.align-end-widescreen{align-content:end!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-end-widescreen-only{align-content:end!important}}@media screen and (min-width:1472px){.align-end-fullhd{align-content:end!important}}@media screen and (max-width:768px){.align-flex-start-mobile{align-content:flex-start!important}}@media print,screen and (min-width:769px){.align-flex-start-tablet{align-content:flex-start!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-flex-start-tablet-only{align-content:flex-start!important}}@media screen and (max-width:1087px){.align-flex-start-touch{align-content:flex-start!important}}@media screen and (min-width:1088px){.align-flex-start-desktop{align-content:flex-start!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-flex-start-desktop-only{align-content:flex-start!important}}@media screen and (min-width:1280px){.align-flex-start-widescreen{align-content:flex-start!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-flex-start-widescreen-only{align-content:flex-start!important}}@media screen and (min-width:1472px){.align-flex-start-fullhd{align-content:flex-start!important}}@media screen and (max-width:768px){.align-flex-end-mobile{align-content:flex-end!important}}@media print,screen and (min-width:769px){.align-flex-end-tablet{align-content:flex-end!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-flex-end-tablet-only{align-content:flex-end!important}}@media screen and (max-width:1087px){.align-flex-end-touch{align-content:flex-end!important}}@media screen and (min-width:1088px){.align-flex-end-desktop{align-content:flex-end!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-flex-end-desktop-only{align-content:flex-end!important}}@media screen and (min-width:1280px){.align-flex-end-widescreen{align-content:flex-end!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-flex-end-widescreen-only{align-content:flex-end!important}}@media screen and (min-width:1472px){.align-flex-end-fullhd{align-content:flex-end!important}}@media screen and (max-width:768px){.align-center-mobile{align-content:center!important}}@media print,screen and (min-width:769px){.align-center-tablet{align-content:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-center-tablet-only{align-content:center!important}}@media screen and (max-width:1087px){.align-center-touch{align-content:center!important}}@media screen and (min-width:1088px){.align-center-desktop{align-content:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-center-desktop-only{align-content:center!important}}@media screen and (min-width:1280px){.align-center-widescreen{align-content:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-center-widescreen-only{align-content:center!important}}@media screen and (min-width:1472px){.align-center-fullhd{align-content:center!important}}@media screen and (max-width:768px){.align-normal-mobile{align-content:normal!important}}@media print,screen and (min-width:769px){.align-normal-tablet{align-content:normal!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-normal-tablet-only{align-content:normal!important}}@media screen and (max-width:1087px){.align-normal-touch{align-content:normal!important}}@media screen and (min-width:1088px){.align-normal-desktop{align-content:normal!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-normal-desktop-only{align-content:normal!important}}@media screen and (min-width:1280px){.align-normal-widescreen{align-content:normal!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-normal-widescreen-only{align-content:normal!important}}@media screen and (min-width:1472px){.align-normal-fullhd{align-content:normal!important}}@media screen and (max-width:768px){.align-space-between-mobile{align-content:space-between!important}}@media print,screen and (min-width:769px){.align-space-between-tablet{align-content:space-between!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-space-between-tablet-only{align-content:space-between!important}}@media screen and (max-width:1087px){.align-space-between-touch{align-content:space-between!important}}@media screen and (min-width:1088px){.align-space-between-desktop{align-content:space-between!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-space-between-desktop-only{align-content:space-between!important}}@media screen and (min-width:1280px){.align-space-between-widescreen{align-content:space-between!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-space-between-widescreen-only{align-content:space-between!important}}@media screen and (min-width:1472px){.align-space-between-fullhd{align-content:space-between!important}}@media screen and (max-width:768px){.align-space-around-mobile{align-content:space-around!important}}@media print,screen and (min-width:769px){.align-space-around-tablet{align-content:space-around!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-space-around-tablet-only{align-content:space-around!important}}@media screen and (max-width:1087px){.align-space-around-touch{align-content:space-around!important}}@media screen and (min-width:1088px){.align-space-around-desktop{align-content:space-around!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-space-around-desktop-only{align-content:space-around!important}}@media screen and (min-width:1280px){.align-space-around-widescreen{align-content:space-around!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-space-around-widescreen-only{align-content:space-around!important}}@media screen and (min-width:1472px){.align-space-around-fullhd{align-content:space-around!important}}@media screen and (max-width:768px){.align-space-evenly-mobile{align-content:space-evenly!important}}@media print,screen and (min-width:769px){.align-space-evenly-tablet{align-content:space-evenly!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-space-evenly-tablet-only{align-content:space-evenly!important}}@media screen and (max-width:1087px){.align-space-evenly-touch{align-content:space-evenly!important}}@media screen and (min-width:1088px){.align-space-evenly-desktop{align-content:space-evenly!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-space-evenly-desktop-only{align-content:space-evenly!important}}@media screen and (min-width:1280px){.align-space-evenly-widescreen{align-content:space-evenly!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-space-evenly-widescreen-only{align-content:space-evenly!important}}@media screen and (min-width:1472px){.align-space-evenly-fullhd{align-content:space-evenly!important}}@media screen and (max-width:768px){.align-stretch-mobile{align-content:stretch!important}}@media print,screen and (min-width:769px){.align-stretch-tablet{align-content:stretch!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-stretch-tablet-only{align-content:stretch!important}}@media screen and (max-width:1087px){.align-stretch-touch{align-content:stretch!important}}@media screen and (min-width:1088px){.align-stretch-desktop{align-content:stretch!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-stretch-desktop-only{align-content:stretch!important}}@media screen and (min-width:1280px){.align-stretch-widescreen{align-content:stretch!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-stretch-widescreen-only{align-content:stretch!important}}@media screen and (min-width:1472px){.align-stretch-fullhd{align-content:stretch!important}}@media screen and (max-width:768px){.align-baseline-mobile{align-content:baseline!important}}@media print,screen and (min-width:769px){.align-baseline-tablet{align-content:baseline!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-baseline-tablet-only{align-content:baseline!important}}@media screen and (max-width:1087px){.align-baseline-touch{align-content:baseline!important}}@media screen and (min-width:1088px){.align-baseline-desktop{align-content:baseline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-baseline-desktop-only{align-content:baseline!important}}@media screen and (min-width:1280px){.align-baseline-widescreen{align-content:baseline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-baseline-widescreen-only{align-content:baseline!important}}@media screen and (min-width:1472px){.align-baseline-fullhd{align-content:baseline!important}}@media screen and (max-width:768px){.justify-left-mobile{justify-content:left!important}}@media print,screen and (min-width:769px){.justify-left-tablet{justify-content:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-left-tablet-only{justify-content:left!important}}@media screen and (max-width:1087px){.justify-left-touch{justify-content:left!important}}@media screen and (min-width:1088px){.justify-left-desktop{justify-content:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-left-desktop-only{justify-content:left!important}}@media screen and (min-width:1280px){.justify-left-widescreen{justify-content:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-left-widescreen-only{justify-content:left!important}}@media screen and (min-width:1472px){.justify-left-fullhd{justify-content:left!important}}@media screen and (max-width:768px){.justify-right-mobile{justify-content:right!important}}@media print,screen and (min-width:769px){.justify-right-tablet{justify-content:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-right-tablet-only{justify-content:right!important}}@media screen and (max-width:1087px){.justify-right-touch{justify-content:right!important}}@media screen and (min-width:1088px){.justify-right-desktop{justify-content:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-right-desktop-only{justify-content:right!important}}@media screen and (min-width:1280px){.justify-right-widescreen{justify-content:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-right-widescreen-only{justify-content:right!important}}@media screen and (min-width:1472px){.justify-right-fullhd{justify-content:right!important}}@media screen and (max-width:768px){.justify-start-mobile{justify-content:start!important}}@media print,screen and (min-width:769px){.justify-start-tablet{justify-content:start!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-start-tablet-only{justify-content:start!important}}@media screen and (max-width:1087px){.justify-start-touch{justify-content:start!important}}@media screen and (min-width:1088px){.justify-start-desktop{justify-content:start!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-start-desktop-only{justify-content:start!important}}@media screen and (min-width:1280px){.justify-start-widescreen{justify-content:start!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-start-widescreen-only{justify-content:start!important}}@media screen and (min-width:1472px){.justify-start-fullhd{justify-content:start!important}}@media screen and (max-width:768px){.justify-end-mobile{justify-content:end!important}}@media print,screen and (min-width:769px){.justify-end-tablet{justify-content:end!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-end-tablet-only{justify-content:end!important}}@media screen and (max-width:1087px){.justify-end-touch{justify-content:end!important}}@media screen and (min-width:1088px){.justify-end-desktop{justify-content:end!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-end-desktop-only{justify-content:end!important}}@media screen and (min-width:1280px){.justify-end-widescreen{justify-content:end!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-end-widescreen-only{justify-content:end!important}}@media screen and (min-width:1472px){.justify-end-fullhd{justify-content:end!important}}@media screen and (max-width:768px){.justify-flex-start-mobile{justify-content:flex-start!important}}@media print,screen and (min-width:769px){.justify-flex-start-tablet{justify-content:flex-start!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-flex-start-tablet-only{justify-content:flex-start!important}}@media screen and (max-width:1087px){.justify-flex-start-touch{justify-content:flex-start!important}}@media screen and (min-width:1088px){.justify-flex-start-desktop{justify-content:flex-start!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-flex-start-desktop-only{justify-content:flex-start!important}}@media screen and (min-width:1280px){.justify-flex-start-widescreen{justify-content:flex-start!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-flex-start-widescreen-only{justify-content:flex-start!important}}@media screen and (min-width:1472px){.justify-flex-start-fullhd{justify-content:flex-start!important}}@media screen and (max-width:768px){.justify-flex-end-mobile{justify-content:flex-end!important}}@media print,screen and (min-width:769px){.justify-flex-end-tablet{justify-content:flex-end!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-flex-end-tablet-only{justify-content:flex-end!important}}@media screen and (max-width:1087px){.justify-flex-end-touch{justify-content:flex-end!important}}@media screen and (min-width:1088px){.justify-flex-end-desktop{justify-content:flex-end!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-flex-end-desktop-only{justify-content:flex-end!important}}@media screen and (min-width:1280px){.justify-flex-end-widescreen{justify-content:flex-end!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-flex-end-widescreen-only{justify-content:flex-end!important}}@media screen and (min-width:1472px){.justify-flex-end-fullhd{justify-content:flex-end!important}}@media screen and (max-width:768px){.justify-center-mobile{justify-content:center!important}}@media print,screen and (min-width:769px){.justify-center-tablet{justify-content:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-center-tablet-only{justify-content:center!important}}@media screen and (max-width:1087px){.justify-center-touch{justify-content:center!important}}@media screen and (min-width:1088px){.justify-center-desktop{justify-content:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-center-desktop-only{justify-content:center!important}}@media screen and (min-width:1280px){.justify-center-widescreen{justify-content:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-center-widescreen-only{justify-content:center!important}}@media screen and (min-width:1472px){.justify-center-fullhd{justify-content:center!important}}@media screen and (max-width:768px){.justify-normal-mobile{justify-content:normal!important}}@media print,screen and (min-width:769px){.justify-normal-tablet{justify-content:normal!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-normal-tablet-only{justify-content:normal!important}}@media screen and (max-width:1087px){.justify-normal-touch{justify-content:normal!important}}@media screen and (min-width:1088px){.justify-normal-desktop{justify-content:normal!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-normal-desktop-only{justify-content:normal!important}}@media screen and (min-width:1280px){.justify-normal-widescreen{justify-content:normal!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-normal-widescreen-only{justify-content:normal!important}}@media screen and (min-width:1472px){.justify-normal-fullhd{justify-content:normal!important}}@media screen and (max-width:768px){.justify-space-between-mobile{justify-content:space-between!important}}@media print,screen and (min-width:769px){.justify-space-between-tablet{justify-content:space-between!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-space-between-tablet-only{justify-content:space-between!important}}@media screen and (max-width:1087px){.justify-space-between-touch{justify-content:space-between!important}}@media screen and (min-width:1088px){.justify-space-between-desktop{justify-content:space-between!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-space-between-desktop-only{justify-content:space-between!important}}@media screen and (min-width:1280px){.justify-space-between-widescreen{justify-content:space-between!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-space-between-widescreen-only{justify-content:space-between!important}}@media screen and (min-width:1472px){.justify-space-between-fullhd{justify-content:space-between!important}}@media screen and (max-width:768px){.justify-space-around-mobile{justify-content:space-around!important}}@media print,screen and (min-width:769px){.justify-space-around-tablet{justify-content:space-around!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-space-around-tablet-only{justify-content:space-around!important}}@media screen and (max-width:1087px){.justify-space-around-touch{justify-content:space-around!important}}@media screen and (min-width:1088px){.justify-space-around-desktop{justify-content:space-around!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-space-around-desktop-only{justify-content:space-around!important}}@media screen and (min-width:1280px){.justify-space-around-widescreen{justify-content:space-around!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-space-around-widescreen-only{justify-content:space-around!important}}@media screen and (min-width:1472px){.justify-space-around-fullhd{justify-content:space-around!important}}@media screen and (max-width:768px){.justify-space-evenly-mobile{justify-content:space-evenly!important}}@media print,screen and (min-width:769px){.justify-space-evenly-tablet{justify-content:space-evenly!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-space-evenly-tablet-only{justify-content:space-evenly!important}}@media screen and (max-width:1087px){.justify-space-evenly-touch{justify-content:space-evenly!important}}@media screen and (min-width:1088px){.justify-space-evenly-desktop{justify-content:space-evenly!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-space-evenly-desktop-only{justify-content:space-evenly!important}}@media screen and (min-width:1280px){.justify-space-evenly-widescreen{justify-content:space-evenly!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-space-evenly-widescreen-only{justify-content:space-evenly!important}}@media screen and (min-width:1472px){.justify-space-evenly-fullhd{justify-content:space-evenly!important}}@media screen and (max-width:768px){.justify-stretch-mobile{justify-content:stretch!important}}@media print,screen and (min-width:769px){.justify-stretch-tablet{justify-content:stretch!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-stretch-tablet-only{justify-content:stretch!important}}@media screen and (max-width:1087px){.justify-stretch-touch{justify-content:stretch!important}}@media screen and (min-width:1088px){.justify-stretch-desktop{justify-content:stretch!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-stretch-desktop-only{justify-content:stretch!important}}@media screen and (min-width:1280px){.justify-stretch-widescreen{justify-content:stretch!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-stretch-widescreen-only{justify-content:stretch!important}}@media screen and (min-width:1472px){.justify-stretch-fullhd{justify-content:stretch!important}}@media screen and (max-width:768px){.justify-baseline-mobile{justify-content:baseline!important}}@media print,screen and (min-width:769px){.justify-baseline-tablet{justify-content:baseline!important}}@media screen and (min-width:769px) and (max-width:1087px){.justify-baseline-tablet-only{justify-content:baseline!important}}@media screen and (max-width:1087px){.justify-baseline-touch{justify-content:baseline!important}}@media screen and (min-width:1088px){.justify-baseline-desktop{justify-content:baseline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.justify-baseline-desktop-only{justify-content:baseline!important}}@media screen and (min-width:1280px){.justify-baseline-widescreen{justify-content:baseline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.justify-baseline-widescreen-only{justify-content:baseline!important}}@media screen and (min-width:1472px){.justify-baseline-fullhd{justify-content:baseline!important}}@media screen and (max-width:768px){.align-self-auto-mobile{align-self:auto!important}}@media print,screen and (min-width:769px){.align-self-auto-tablet{align-self:auto!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-self-auto-tablet-only{align-self:auto!important}}@media screen and (max-width:1087px){.align-self-auto-touch{align-self:auto!important}}@media screen and (min-width:1088px){.align-self-auto-desktop{align-self:auto!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-self-auto-desktop-only{align-self:auto!important}}@media screen and (min-width:1280px){.align-self-auto-widescreen{align-self:auto!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-self-auto-widescreen-only{align-self:auto!important}}@media screen and (min-width:1472px){.align-self-auto-fullhd{align-self:auto!important}}@media screen and (max-width:768px){.align-self-flex-start-mobile{align-self:flex-start!important}}@media print,screen and (min-width:769px){.align-self-flex-start-tablet{align-self:flex-start!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-self-flex-start-tablet-only{align-self:flex-start!important}}@media screen and (max-width:1087px){.align-self-flex-start-touch{align-self:flex-start!important}}@media screen and (min-width:1088px){.align-self-flex-start-desktop{align-self:flex-start!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-self-flex-start-desktop-only{align-self:flex-start!important}}@media screen and (min-width:1280px){.align-self-flex-start-widescreen{align-self:flex-start!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-self-flex-start-widescreen-only{align-self:flex-start!important}}@media screen and (min-width:1472px){.align-self-flex-start-fullhd{align-self:flex-start!important}}@media screen and (max-width:768px){.align-self-flex-end-mobile{align-self:flex-end!important}}@media print,screen and (min-width:769px){.align-self-flex-end-tablet{align-self:flex-end!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-self-flex-end-tablet-only{align-self:flex-end!important}}@media screen and (max-width:1087px){.align-self-flex-end-touch{align-self:flex-end!important}}@media screen and (min-width:1088px){.align-self-flex-end-desktop{align-self:flex-end!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-self-flex-end-desktop-only{align-self:flex-end!important}}@media screen and (min-width:1280px){.align-self-flex-end-widescreen{align-self:flex-end!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-self-flex-end-widescreen-only{align-self:flex-end!important}}@media screen and (min-width:1472px){.align-self-flex-end-fullhd{align-self:flex-end!important}}@media screen and (max-width:768px){.align-self-center-mobile{align-self:center!important}}@media print,screen and (min-width:769px){.align-self-center-tablet{align-self:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-self-center-tablet-only{align-self:center!important}}@media screen and (max-width:1087px){.align-self-center-touch{align-self:center!important}}@media screen and (min-width:1088px){.align-self-center-desktop{align-self:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-self-center-desktop-only{align-self:center!important}}@media screen and (min-width:1280px){.align-self-center-widescreen{align-self:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-self-center-widescreen-only{align-self:center!important}}@media screen and (min-width:1472px){.align-self-center-fullhd{align-self:center!important}}@media screen and (max-width:768px){.align-self-baseline-mobile{align-self:baseline!important}}@media print,screen and (min-width:769px){.align-self-baseline-tablet{align-self:baseline!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-self-baseline-tablet-only{align-self:baseline!important}}@media screen and (max-width:1087px){.align-self-baseline-touch{align-self:baseline!important}}@media screen and (min-width:1088px){.align-self-baseline-desktop{align-self:baseline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-self-baseline-desktop-only{align-self:baseline!important}}@media screen and (min-width:1280px){.align-self-baseline-widescreen{align-self:baseline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-self-baseline-widescreen-only{align-self:baseline!important}}@media screen and (min-width:1472px){.align-self-baseline-fullhd{align-self:baseline!important}}@media screen and (max-width:768px){.align-self-stretch-mobile{align-self:stretch!important}}@media print,screen and (min-width:769px){.align-self-stretch-tablet{align-self:stretch!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-self-stretch-tablet-only{align-self:stretch!important}}@media screen and (max-width:1087px){.align-self-stretch-touch{align-self:stretch!important}}@media screen and (min-width:1088px){.align-self-stretch-desktop{align-self:stretch!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-self-stretch-desktop-only{align-self:stretch!important}}@media screen and (min-width:1280px){.align-self-stretch-widescreen{align-self:stretch!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-self-stretch-widescreen-only{align-self:stretch!important}}@media screen and (min-width:1472px){.align-self-stretch-fullhd{align-self:stretch!important}}@media screen and (max-width:768px){.align-items-flex-start-mobile{align-items:flex-start!important}}@media print,screen and (min-width:769px){.align-items-flex-start-tablet{align-items:flex-start!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-items-flex-start-tablet-only{align-items:flex-start!important}}@media screen and (max-width:1087px){.align-items-flex-start-touch{align-items:flex-start!important}}@media screen and (min-width:1088px){.align-items-flex-start-desktop{align-items:flex-start!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-items-flex-start-desktop-only{align-items:flex-start!important}}@media screen and (min-width:1280px){.align-items-flex-start-widescreen{align-items:flex-start!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-items-flex-start-widescreen-only{align-items:flex-start!important}}@media screen and (min-width:1472px){.align-items-flex-start-fullhd{align-items:flex-start!important}}@media screen and (max-width:768px){.align-items-flex-end-mobile{align-items:flex-end!important}}@media print,screen and (min-width:769px){.align-items-flex-end-tablet{align-items:flex-end!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-items-flex-end-tablet-only{align-items:flex-end!important}}@media screen and (max-width:1087px){.align-items-flex-end-touch{align-items:flex-end!important}}@media screen and (min-width:1088px){.align-items-flex-end-desktop{align-items:flex-end!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-items-flex-end-desktop-only{align-items:flex-end!important}}@media screen and (min-width:1280px){.align-items-flex-end-widescreen{align-items:flex-end!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-items-flex-end-widescreen-only{align-items:flex-end!important}}@media screen and (min-width:1472px){.align-items-flex-end-fullhd{align-items:flex-end!important}}@media screen and (max-width:768px){.align-items-center-mobile{align-items:center!important}}@media print,screen and (min-width:769px){.align-items-center-tablet{align-items:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-items-center-tablet-only{align-items:center!important}}@media screen and (max-width:1087px){.align-items-center-touch{align-items:center!important}}@media screen and (min-width:1088px){.align-items-center-desktop{align-items:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-items-center-desktop-only{align-items:center!important}}@media screen and (min-width:1280px){.align-items-center-widescreen{align-items:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-items-center-widescreen-only{align-items:center!important}}@media screen and (min-width:1472px){.align-items-center-fullhd{align-items:center!important}}@media screen and (max-width:768px){.align-items-baseline-mobile{align-items:baseline!important}}@media print,screen and (min-width:769px){.align-items-baseline-tablet{align-items:baseline!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-items-baseline-tablet-only{align-items:baseline!important}}@media screen and (max-width:1087px){.align-items-baseline-touch{align-items:baseline!important}}@media screen and (min-width:1088px){.align-items-baseline-desktop{align-items:baseline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-items-baseline-desktop-only{align-items:baseline!important}}@media screen and (min-width:1280px){.align-items-baseline-widescreen{align-items:baseline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-items-baseline-widescreen-only{align-items:baseline!important}}@media screen and (min-width:1472px){.align-items-baseline-fullhd{align-items:baseline!important}}@media screen and (max-width:768px){.align-items-stretch-mobile{align-items:stretch!important}}@media print,screen and (min-width:769px){.align-items-stretch-tablet{align-items:stretch!important}}@media screen and (min-width:769px) and (max-width:1087px){.align-items-stretch-tablet-only{align-items:stretch!important}}@media screen and (max-width:1087px){.align-items-stretch-touch{align-items:stretch!important}}@media screen and (min-width:1088px){.align-items-stretch-desktop{align-items:stretch!important}}@media screen and (min-width:1088px) and (max-width:1279px){.align-items-stretch-desktop-only{align-items:stretch!important}}@media screen and (min-width:1280px){.align-items-stretch-widescreen{align-items:stretch!important}}@media screen and (min-width:1280px) and (max-width:1471px){.align-items-stretch-widescreen-only{align-items:stretch!important}}@media screen and (min-width:1472px){.align-items-stretch-fullhd{align-items:stretch!important}}@media screen and (max-width:768px){.has-width-50-mobile{width:50px!important}}@media print,screen and (min-width:769px){.has-width-50-tablet{width:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-50-tablet-only{width:50px!important}}@media screen and (max-width:1087px){.has-width-50-touch{width:50px!important}}@media screen and (min-width:1088px){.has-width-50-desktop{width:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-50-desktop-only{width:50px!important}}@media screen and (min-width:1280px){.has-width-50-widescreen{width:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-50-widescreen-only{width:50px!important}}@media screen and (min-width:1472px){.has-width-50-fullhd{width:50px!important}}@media screen and (max-width:768px){.has-height-50-mobile{height:50px!important}}@media print,screen and (min-width:769px){.has-height-50-tablet{height:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-50-tablet-only{height:50px!important}}@media screen and (max-width:1087px){.has-height-50-touch{height:50px!important}}@media screen and (min-width:1088px){.has-height-50-desktop{height:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-50-desktop-only{height:50px!important}}@media screen and (min-width:1280px){.has-height-50-widescreen{height:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-50-widescreen-only{height:50px!important}}@media screen and (min-width:1472px){.has-height-50-fullhd{height:50px!important}}@media screen and (max-width:768px){.has-width-100-mobile{width:100px!important}}@media print,screen and (min-width:769px){.has-width-100-tablet{width:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-100-tablet-only{width:100px!important}}@media screen and (max-width:1087px){.has-width-100-touch{width:100px!important}}@media screen and (min-width:1088px){.has-width-100-desktop{width:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-100-desktop-only{width:100px!important}}@media screen and (min-width:1280px){.has-width-100-widescreen{width:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-100-widescreen-only{width:100px!important}}@media screen and (min-width:1472px){.has-width-100-fullhd{width:100px!important}}@media screen and (max-width:768px){.has-height-100-mobile{height:100px!important}}@media print,screen and (min-width:769px){.has-height-100-tablet{height:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-100-tablet-only{height:100px!important}}@media screen and (max-width:1087px){.has-height-100-touch{height:100px!important}}@media screen and (min-width:1088px){.has-height-100-desktop{height:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-100-desktop-only{height:100px!important}}@media screen and (min-width:1280px){.has-height-100-widescreen{height:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-100-widescreen-only{height:100px!important}}@media screen and (min-width:1472px){.has-height-100-fullhd{height:100px!important}}@media screen and (max-width:768px){.has-width-150-mobile{width:150px!important}}@media print,screen and (min-width:769px){.has-width-150-tablet{width:150px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-150-tablet-only{width:150px!important}}@media screen and (max-width:1087px){.has-width-150-touch{width:150px!important}}@media screen and (min-width:1088px){.has-width-150-desktop{width:150px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-150-desktop-only{width:150px!important}}@media screen and (min-width:1280px){.has-width-150-widescreen{width:150px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-150-widescreen-only{width:150px!important}}@media screen and (min-width:1472px){.has-width-150-fullhd{width:150px!important}}@media screen and (max-width:768px){.has-height-150-mobile{height:150px!important}}@media print,screen and (min-width:769px){.has-height-150-tablet{height:150px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-150-tablet-only{height:150px!important}}@media screen and (max-width:1087px){.has-height-150-touch{height:150px!important}}@media screen and (min-width:1088px){.has-height-150-desktop{height:150px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-150-desktop-only{height:150px!important}}@media screen and (min-width:1280px){.has-height-150-widescreen{height:150px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-150-widescreen-only{height:150px!important}}@media screen and (min-width:1472px){.has-height-150-fullhd{height:150px!important}}@media screen and (max-width:768px){.has-width-200-mobile{width:200px!important}}@media print,screen and (min-width:769px){.has-width-200-tablet{width:200px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-200-tablet-only{width:200px!important}}@media screen and (max-width:1087px){.has-width-200-touch{width:200px!important}}@media screen and (min-width:1088px){.has-width-200-desktop{width:200px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-200-desktop-only{width:200px!important}}@media screen and (min-width:1280px){.has-width-200-widescreen{width:200px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-200-widescreen-only{width:200px!important}}@media screen and (min-width:1472px){.has-width-200-fullhd{width:200px!important}}@media screen and (max-width:768px){.has-height-200-mobile{height:200px!important}}@media print,screen and (min-width:769px){.has-height-200-tablet{height:200px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-200-tablet-only{height:200px!important}}@media screen and (max-width:1087px){.has-height-200-touch{height:200px!important}}@media screen and (min-width:1088px){.has-height-200-desktop{height:200px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-200-desktop-only{height:200px!important}}@media screen and (min-width:1280px){.has-height-200-widescreen{height:200px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-200-widescreen-only{height:200px!important}}@media screen and (min-width:1472px){.has-height-200-fullhd{height:200px!important}}@media screen and (max-width:768px){.has-width-250-mobile{width:250px!important}}@media print,screen and (min-width:769px){.has-width-250-tablet{width:250px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-250-tablet-only{width:250px!important}}@media screen and (max-width:1087px){.has-width-250-touch{width:250px!important}}@media screen and (min-width:1088px){.has-width-250-desktop{width:250px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-250-desktop-only{width:250px!important}}@media screen and (min-width:1280px){.has-width-250-widescreen{width:250px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-250-widescreen-only{width:250px!important}}@media screen and (min-width:1472px){.has-width-250-fullhd{width:250px!important}}@media screen and (max-width:768px){.has-height-250-mobile{height:250px!important}}@media print,screen and (min-width:769px){.has-height-250-tablet{height:250px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-250-tablet-only{height:250px!important}}@media screen and (max-width:1087px){.has-height-250-touch{height:250px!important}}@media screen and (min-width:1088px){.has-height-250-desktop{height:250px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-250-desktop-only{height:250px!important}}@media screen and (min-width:1280px){.has-height-250-widescreen{height:250px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-250-widescreen-only{height:250px!important}}@media screen and (min-width:1472px){.has-height-250-fullhd{height:250px!important}}@media screen and (max-width:768px){.has-width-300-mobile{width:300px!important}}@media print,screen and (min-width:769px){.has-width-300-tablet{width:300px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-300-tablet-only{width:300px!important}}@media screen and (max-width:1087px){.has-width-300-touch{width:300px!important}}@media screen and (min-width:1088px){.has-width-300-desktop{width:300px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-300-desktop-only{width:300px!important}}@media screen and (min-width:1280px){.has-width-300-widescreen{width:300px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-300-widescreen-only{width:300px!important}}@media screen and (min-width:1472px){.has-width-300-fullhd{width:300px!important}}@media screen and (max-width:768px){.has-height-300-mobile{height:300px!important}}@media print,screen and (min-width:769px){.has-height-300-tablet{height:300px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-300-tablet-only{height:300px!important}}@media screen and (max-width:1087px){.has-height-300-touch{height:300px!important}}@media screen and (min-width:1088px){.has-height-300-desktop{height:300px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-300-desktop-only{height:300px!important}}@media screen and (min-width:1280px){.has-height-300-widescreen{height:300px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-300-widescreen-only{height:300px!important}}@media screen and (min-width:1472px){.has-height-300-fullhd{height:300px!important}}@media screen and (max-width:768px){.has-width-350-mobile{width:350px!important}}@media print,screen and (min-width:769px){.has-width-350-tablet{width:350px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-width-350-tablet-only{width:350px!important}}@media screen and (max-width:1087px){.has-width-350-touch{width:350px!important}}@media screen and (min-width:1088px){.has-width-350-desktop{width:350px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-width-350-desktop-only{width:350px!important}}@media screen and (min-width:1280px){.has-width-350-widescreen{width:350px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-width-350-widescreen-only{width:350px!important}}@media screen and (min-width:1472px){.has-width-350-fullhd{width:350px!important}}@media screen and (max-width:768px){.has-height-350-mobile{height:350px!important}}@media print,screen and (min-width:769px){.has-height-350-tablet{height:350px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-height-350-tablet-only{height:350px!important}}@media screen and (max-width:1087px){.has-height-350-touch{height:350px!important}}@media screen and (min-width:1088px){.has-height-350-desktop{height:350px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-height-350-desktop-only{height:350px!important}}@media screen and (min-width:1280px){.has-height-350-widescreen{height:350px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-height-350-widescreen-only{height:350px!important}}@media screen and (min-width:1472px){.has-height-350-fullhd{height:350px!important}}@media screen and (max-width:768px){.has-max-width-50-mobile{max-width:50px!important}}@media print,screen and (min-width:769px){.has-max-width-50-tablet{max-width:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-50-tablet-only{max-width:50px!important}}@media screen and (max-width:1087px){.has-max-width-50-touch{max-width:50px!important}}@media screen and (min-width:1088px){.has-max-width-50-desktop{max-width:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-50-desktop-only{max-width:50px!important}}@media screen and (min-width:1280px){.has-max-width-50-widescreen{max-width:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-50-widescreen-only{max-width:50px!important}}@media screen and (min-width:1472px){.has-max-width-50-fullhd{max-width:50px!important}}@media screen and (max-width:768px){.has-min-width-50-mobile{min-width:50px!important}}@media print,screen and (min-width:769px){.has-min-width-50-tablet{min-width:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-50-tablet-only{min-width:50px!important}}@media screen and (max-width:1087px){.has-min-width-50-touch{min-width:50px!important}}@media screen and (min-width:1088px){.has-min-width-50-desktop{min-width:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-50-desktop-only{min-width:50px!important}}@media screen and (min-width:1280px){.has-min-width-50-widescreen{min-width:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-50-widescreen-only{min-width:50px!important}}@media screen and (min-width:1472px){.has-min-width-50-fullhd{min-width:50px!important}}@media screen and (max-width:768px){.has-max-height-50-mobile{max-height:50px!important}}@media print,screen and (min-width:769px){.has-max-height-50-tablet{max-height:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-50-tablet-only{max-height:50px!important}}@media screen and (max-width:1087px){.has-max-height-50-touch{max-height:50px!important}}@media screen and (min-width:1088px){.has-max-height-50-desktop{max-height:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-50-desktop-only{max-height:50px!important}}@media screen and (min-width:1280px){.has-max-height-50-widescreen{max-height:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-50-widescreen-only{max-height:50px!important}}@media screen and (min-width:1472px){.has-max-height-50-fullhd{max-height:50px!important}}@media screen and (max-width:768px){.has-min-height-50-mobile{min-height:50px!important}}@media print,screen and (min-width:769px){.has-min-height-50-tablet{min-height:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-50-tablet-only{min-height:50px!important}}@media screen and (max-width:1087px){.has-min-height-50-touch{min-height:50px!important}}@media screen and (min-width:1088px){.has-min-height-50-desktop{min-height:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-50-desktop-only{min-height:50px!important}}@media screen and (min-width:1280px){.has-min-height-50-widescreen{min-height:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-50-widescreen-only{min-height:50px!important}}@media screen and (min-width:1472px){.has-min-height-50-fullhd{min-height:50px!important}}@media screen and (max-width:768px){.has-max-width-100-mobile{max-width:100px!important}}@media print,screen and (min-width:769px){.has-max-width-100-tablet{max-width:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-100-tablet-only{max-width:100px!important}}@media screen and (max-width:1087px){.has-max-width-100-touch{max-width:100px!important}}@media screen and (min-width:1088px){.has-max-width-100-desktop{max-width:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-100-desktop-only{max-width:100px!important}}@media screen and (min-width:1280px){.has-max-width-100-widescreen{max-width:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-100-widescreen-only{max-width:100px!important}}@media screen and (min-width:1472px){.has-max-width-100-fullhd{max-width:100px!important}}@media screen and (max-width:768px){.has-min-width-100-mobile{min-width:100px!important}}@media print,screen and (min-width:769px){.has-min-width-100-tablet{min-width:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-100-tablet-only{min-width:100px!important}}@media screen and (max-width:1087px){.has-min-width-100-touch{min-width:100px!important}}@media screen and (min-width:1088px){.has-min-width-100-desktop{min-width:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-100-desktop-only{min-width:100px!important}}@media screen and (min-width:1280px){.has-min-width-100-widescreen{min-width:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-100-widescreen-only{min-width:100px!important}}@media screen and (min-width:1472px){.has-min-width-100-fullhd{min-width:100px!important}}@media screen and (max-width:768px){.has-max-height-100-mobile{max-height:100px!important}}@media print,screen and (min-width:769px){.has-max-height-100-tablet{max-height:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-100-tablet-only{max-height:100px!important}}@media screen and (max-width:1087px){.has-max-height-100-touch{max-height:100px!important}}@media screen and (min-width:1088px){.has-max-height-100-desktop{max-height:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-100-desktop-only{max-height:100px!important}}@media screen and (min-width:1280px){.has-max-height-100-widescreen{max-height:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-100-widescreen-only{max-height:100px!important}}@media screen and (min-width:1472px){.has-max-height-100-fullhd{max-height:100px!important}}@media screen and (max-width:768px){.has-min-height-100-mobile{min-height:100px!important}}@media print,screen and (min-width:769px){.has-min-height-100-tablet{min-height:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-100-tablet-only{min-height:100px!important}}@media screen and (max-width:1087px){.has-min-height-100-touch{min-height:100px!important}}@media screen and (min-width:1088px){.has-min-height-100-desktop{min-height:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-100-desktop-only{min-height:100px!important}}@media screen and (min-width:1280px){.has-min-height-100-widescreen{min-height:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-100-widescreen-only{min-height:100px!important}}@media screen and (min-width:1472px){.has-min-height-100-fullhd{min-height:100px!important}}@media screen and (max-width:768px){.has-max-width-150-mobile{max-width:150px!important}}@media print,screen and (min-width:769px){.has-max-width-150-tablet{max-width:150px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-150-tablet-only{max-width:150px!important}}@media screen and (max-width:1087px){.has-max-width-150-touch{max-width:150px!important}}@media screen and (min-width:1088px){.has-max-width-150-desktop{max-width:150px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-150-desktop-only{max-width:150px!important}}@media screen and (min-width:1280px){.has-max-width-150-widescreen{max-width:150px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-150-widescreen-only{max-width:150px!important}}@media screen and (min-width:1472px){.has-max-width-150-fullhd{max-width:150px!important}}@media screen and (max-width:768px){.has-min-width-150-mobile{min-width:150px!important}}@media print,screen and (min-width:769px){.has-min-width-150-tablet{min-width:150px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-150-tablet-only{min-width:150px!important}}@media screen and (max-width:1087px){.has-min-width-150-touch{min-width:150px!important}}@media screen and (min-width:1088px){.has-min-width-150-desktop{min-width:150px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-150-desktop-only{min-width:150px!important}}@media screen and (min-width:1280px){.has-min-width-150-widescreen{min-width:150px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-150-widescreen-only{min-width:150px!important}}@media screen and (min-width:1472px){.has-min-width-150-fullhd{min-width:150px!important}}@media screen and (max-width:768px){.has-max-height-150-mobile{max-height:150px!important}}@media print,screen and (min-width:769px){.has-max-height-150-tablet{max-height:150px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-150-tablet-only{max-height:150px!important}}@media screen and (max-width:1087px){.has-max-height-150-touch{max-height:150px!important}}@media screen and (min-width:1088px){.has-max-height-150-desktop{max-height:150px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-150-desktop-only{max-height:150px!important}}@media screen and (min-width:1280px){.has-max-height-150-widescreen{max-height:150px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-150-widescreen-only{max-height:150px!important}}@media screen and (min-width:1472px){.has-max-height-150-fullhd{max-height:150px!important}}@media screen and (max-width:768px){.has-min-height-150-mobile{min-height:150px!important}}@media print,screen and (min-width:769px){.has-min-height-150-tablet{min-height:150px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-150-tablet-only{min-height:150px!important}}@media screen and (max-width:1087px){.has-min-height-150-touch{min-height:150px!important}}@media screen and (min-width:1088px){.has-min-height-150-desktop{min-height:150px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-150-desktop-only{min-height:150px!important}}@media screen and (min-width:1280px){.has-min-height-150-widescreen{min-height:150px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-150-widescreen-only{min-height:150px!important}}@media screen and (min-width:1472px){.has-min-height-150-fullhd{min-height:150px!important}}@media screen and (max-width:768px){.has-max-width-200-mobile{max-width:200px!important}}@media print,screen and (min-width:769px){.has-max-width-200-tablet{max-width:200px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-200-tablet-only{max-width:200px!important}}@media screen and (max-width:1087px){.has-max-width-200-touch{max-width:200px!important}}@media screen and (min-width:1088px){.has-max-width-200-desktop{max-width:200px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-200-desktop-only{max-width:200px!important}}@media screen and (min-width:1280px){.has-max-width-200-widescreen{max-width:200px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-200-widescreen-only{max-width:200px!important}}@media screen and (min-width:1472px){.has-max-width-200-fullhd{max-width:200px!important}}@media screen and (max-width:768px){.has-min-width-200-mobile{min-width:200px!important}}@media print,screen and (min-width:769px){.has-min-width-200-tablet{min-width:200px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-200-tablet-only{min-width:200px!important}}@media screen and (max-width:1087px){.has-min-width-200-touch{min-width:200px!important}}@media screen and (min-width:1088px){.has-min-width-200-desktop{min-width:200px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-200-desktop-only{min-width:200px!important}}@media screen and (min-width:1280px){.has-min-width-200-widescreen{min-width:200px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-200-widescreen-only{min-width:200px!important}}@media screen and (min-width:1472px){.has-min-width-200-fullhd{min-width:200px!important}}@media screen and (max-width:768px){.has-max-height-200-mobile{max-height:200px!important}}@media print,screen and (min-width:769px){.has-max-height-200-tablet{max-height:200px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-200-tablet-only{max-height:200px!important}}@media screen and (max-width:1087px){.has-max-height-200-touch{max-height:200px!important}}@media screen and (min-width:1088px){.has-max-height-200-desktop{max-height:200px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-200-desktop-only{max-height:200px!important}}@media screen and (min-width:1280px){.has-max-height-200-widescreen{max-height:200px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-200-widescreen-only{max-height:200px!important}}@media screen and (min-width:1472px){.has-max-height-200-fullhd{max-height:200px!important}}@media screen and (max-width:768px){.has-min-height-200-mobile{min-height:200px!important}}@media print,screen and (min-width:769px){.has-min-height-200-tablet{min-height:200px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-200-tablet-only{min-height:200px!important}}@media screen and (max-width:1087px){.has-min-height-200-touch{min-height:200px!important}}@media screen and (min-width:1088px){.has-min-height-200-desktop{min-height:200px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-200-desktop-only{min-height:200px!important}}@media screen and (min-width:1280px){.has-min-height-200-widescreen{min-height:200px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-200-widescreen-only{min-height:200px!important}}@media screen and (min-width:1472px){.has-min-height-200-fullhd{min-height:200px!important}}@media screen and (max-width:768px){.has-max-width-250-mobile{max-width:250px!important}}@media print,screen and (min-width:769px){.has-max-width-250-tablet{max-width:250px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-250-tablet-only{max-width:250px!important}}@media screen and (max-width:1087px){.has-max-width-250-touch{max-width:250px!important}}@media screen and (min-width:1088px){.has-max-width-250-desktop{max-width:250px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-250-desktop-only{max-width:250px!important}}@media screen and (min-width:1280px){.has-max-width-250-widescreen{max-width:250px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-250-widescreen-only{max-width:250px!important}}@media screen and (min-width:1472px){.has-max-width-250-fullhd{max-width:250px!important}}@media screen and (max-width:768px){.has-min-width-250-mobile{min-width:250px!important}}@media print,screen and (min-width:769px){.has-min-width-250-tablet{min-width:250px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-250-tablet-only{min-width:250px!important}}@media screen and (max-width:1087px){.has-min-width-250-touch{min-width:250px!important}}@media screen and (min-width:1088px){.has-min-width-250-desktop{min-width:250px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-250-desktop-only{min-width:250px!important}}@media screen and (min-width:1280px){.has-min-width-250-widescreen{min-width:250px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-250-widescreen-only{min-width:250px!important}}@media screen and (min-width:1472px){.has-min-width-250-fullhd{min-width:250px!important}}@media screen and (max-width:768px){.has-max-height-250-mobile{max-height:250px!important}}@media print,screen and (min-width:769px){.has-max-height-250-tablet{max-height:250px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-250-tablet-only{max-height:250px!important}}@media screen and (max-width:1087px){.has-max-height-250-touch{max-height:250px!important}}@media screen and (min-width:1088px){.has-max-height-250-desktop{max-height:250px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-250-desktop-only{max-height:250px!important}}@media screen and (min-width:1280px){.has-max-height-250-widescreen{max-height:250px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-250-widescreen-only{max-height:250px!important}}@media screen and (min-width:1472px){.has-max-height-250-fullhd{max-height:250px!important}}@media screen and (max-width:768px){.has-min-height-250-mobile{min-height:250px!important}}@media print,screen and (min-width:769px){.has-min-height-250-tablet{min-height:250px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-250-tablet-only{min-height:250px!important}}@media screen and (max-width:1087px){.has-min-height-250-touch{min-height:250px!important}}@media screen and (min-width:1088px){.has-min-height-250-desktop{min-height:250px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-250-desktop-only{min-height:250px!important}}@media screen and (min-width:1280px){.has-min-height-250-widescreen{min-height:250px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-250-widescreen-only{min-height:250px!important}}@media screen and (min-width:1472px){.has-min-height-250-fullhd{min-height:250px!important}}@media screen and (max-width:768px){.has-max-width-300-mobile{max-width:300px!important}}@media print,screen and (min-width:769px){.has-max-width-300-tablet{max-width:300px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-300-tablet-only{max-width:300px!important}}@media screen and (max-width:1087px){.has-max-width-300-touch{max-width:300px!important}}@media screen and (min-width:1088px){.has-max-width-300-desktop{max-width:300px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-300-desktop-only{max-width:300px!important}}@media screen and (min-width:1280px){.has-max-width-300-widescreen{max-width:300px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-300-widescreen-only{max-width:300px!important}}@media screen and (min-width:1472px){.has-max-width-300-fullhd{max-width:300px!important}}@media screen and (max-width:768px){.has-min-width-300-mobile{min-width:300px!important}}@media print,screen and (min-width:769px){.has-min-width-300-tablet{min-width:300px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-300-tablet-only{min-width:300px!important}}@media screen and (max-width:1087px){.has-min-width-300-touch{min-width:300px!important}}@media screen and (min-width:1088px){.has-min-width-300-desktop{min-width:300px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-300-desktop-only{min-width:300px!important}}@media screen and (min-width:1280px){.has-min-width-300-widescreen{min-width:300px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-300-widescreen-only{min-width:300px!important}}@media screen and (min-width:1472px){.has-min-width-300-fullhd{min-width:300px!important}}@media screen and (max-width:768px){.has-max-height-300-mobile{max-height:300px!important}}@media print,screen and (min-width:769px){.has-max-height-300-tablet{max-height:300px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-300-tablet-only{max-height:300px!important}}@media screen and (max-width:1087px){.has-max-height-300-touch{max-height:300px!important}}@media screen and (min-width:1088px){.has-max-height-300-desktop{max-height:300px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-300-desktop-only{max-height:300px!important}}@media screen and (min-width:1280px){.has-max-height-300-widescreen{max-height:300px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-300-widescreen-only{max-height:300px!important}}@media screen and (min-width:1472px){.has-max-height-300-fullhd{max-height:300px!important}}@media screen and (max-width:768px){.has-min-height-300-mobile{min-height:300px!important}}@media print,screen and (min-width:769px){.has-min-height-300-tablet{min-height:300px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-300-tablet-only{min-height:300px!important}}@media screen and (max-width:1087px){.has-min-height-300-touch{min-height:300px!important}}@media screen and (min-width:1088px){.has-min-height-300-desktop{min-height:300px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-300-desktop-only{min-height:300px!important}}@media screen and (min-width:1280px){.has-min-height-300-widescreen{min-height:300px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-300-widescreen-only{min-height:300px!important}}@media screen and (min-width:1472px){.has-min-height-300-fullhd{min-height:300px!important}}@media screen and (max-width:768px){.has-max-width-350-mobile{max-width:350px!important}}@media print,screen and (min-width:769px){.has-max-width-350-tablet{max-width:350px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-width-350-tablet-only{max-width:350px!important}}@media screen and (max-width:1087px){.has-max-width-350-touch{max-width:350px!important}}@media screen and (min-width:1088px){.has-max-width-350-desktop{max-width:350px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-width-350-desktop-only{max-width:350px!important}}@media screen and (min-width:1280px){.has-max-width-350-widescreen{max-width:350px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-width-350-widescreen-only{max-width:350px!important}}@media screen and (min-width:1472px){.has-max-width-350-fullhd{max-width:350px!important}}@media screen and (max-width:768px){.has-min-width-350-mobile{min-width:350px!important}}@media print,screen and (min-width:769px){.has-min-width-350-tablet{min-width:350px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-width-350-tablet-only{min-width:350px!important}}@media screen and (max-width:1087px){.has-min-width-350-touch{min-width:350px!important}}@media screen and (min-width:1088px){.has-min-width-350-desktop{min-width:350px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-width-350-desktop-only{min-width:350px!important}}@media screen and (min-width:1280px){.has-min-width-350-widescreen{min-width:350px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-width-350-widescreen-only{min-width:350px!important}}@media screen and (min-width:1472px){.has-min-width-350-fullhd{min-width:350px!important}}@media screen and (max-width:768px){.has-max-height-350-mobile{max-height:350px!important}}@media print,screen and (min-width:769px){.has-max-height-350-tablet{max-height:350px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-max-height-350-tablet-only{max-height:350px!important}}@media screen and (max-width:1087px){.has-max-height-350-touch{max-height:350px!important}}@media screen and (min-width:1088px){.has-max-height-350-desktop{max-height:350px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-max-height-350-desktop-only{max-height:350px!important}}@media screen and (min-width:1280px){.has-max-height-350-widescreen{max-height:350px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-max-height-350-widescreen-only{max-height:350px!important}}@media screen and (min-width:1472px){.has-max-height-350-fullhd{max-height:350px!important}}@media screen and (max-width:768px){.has-min-height-350-mobile{min-height:350px!important}}@media print,screen and (min-width:769px){.has-min-height-350-tablet{min-height:350px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-min-height-350-tablet-only{min-height:350px!important}}@media screen and (max-width:1087px){.has-min-height-350-touch{min-height:350px!important}}@media screen and (min-width:1088px){.has-min-height-350-desktop{min-height:350px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-min-height-350-desktop-only{min-height:350px!important}}@media screen and (min-width:1280px){.has-min-height-350-widescreen{min-height:350px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-min-height-350-widescreen-only{min-height:350px!important}}@media screen and (min-width:1472px){.has-min-height-350-fullhd{min-height:350px!important}}@media screen and (max-width:768px){.is-full-height-mobile{height:100%!important}.has-page-height-mobile{height:100vh!important}.is-half-height-mobile{height:50%!important}.has-half-page-height-mobile{height:50vh!important}.is-quarter-height-mobile{height:25%!important}.has-quarter-page-height-mobile{height:25vh!important}}@media print,screen and (min-width:769px){.is-full-height-tablet{height:100%!important}.has-page-height-tablet{height:100vh!important}.is-half-height-tablet{height:50%!important}.has-half-page-height-tablet{height:50vh!important}.is-quarter-height-tablet{height:25%!important}.has-quarter-page-height-tablet{height:25vh!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-full-height-tablet-only{height:100%!important}.has-page-height-tablet-only{height:100vh!important}.is-half-height-tablet-only{height:50%!important}.has-half-page-height-tablet-only{height:50vh!important}.is-quarter-height-tablet-only{height:25%!important}.has-quarter-page-height-tablet-only{height:25vh!important}}@media screen and (max-width:1087px){.is-full-height-touch{height:100%!important}.has-page-height-touch{height:100vh!important}.is-half-height-touch{height:50%!important}.has-half-page-height-touch{height:50vh!important}.is-quarter-height-touch{height:25%!important}.has-quarter-page-height-touch{height:25vh!important}}@media screen and (min-width:1088px){.is-full-height-desktop{height:100%!important}.has-page-height-desktop{height:100vh!important}.is-half-height-desktop{height:50%!important}.has-half-page-height-desktop{height:50vh!important}.is-quarter-height-desktop{height:25%!important}.has-quarter-page-height-desktop{height:25vh!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-full-height-desktop-only{height:100%!important}.has-page-height-desktop-only{height:100vh!important}.is-half-height-desktop-only{height:50%!important}.has-half-page-height-desktop-only{height:50vh!important}.is-quarter-height-desktop-only{height:25%!important}.has-quarter-page-height-desktop-only{height:25vh!important}}@media screen and (min-width:1280px){.is-full-height-widescreen{height:100%!important}.has-page-height-widescreen{height:100vh!important}.is-half-height-widescreen{height:50%!important}.has-half-page-height-widescreen{height:50vh!important}.is-quarter-height-widescreen{height:25%!important}.has-quarter-page-height-widescreen{height:25vh!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-full-height-widescreen-only{height:100%!important}.has-page-height-widescreen-only{height:100vh!important}.is-half-height-widescreen-only{height:50%!important}.has-half-page-height-widescreen-only{height:50vh!important}.is-quarter-height-widescreen-only{height:25%!important}.has-quarter-page-height-widescreen-only{height:25vh!important}}@media screen and (min-width:1472px){.is-full-height-fullhd{height:100%!important}.has-page-height-fullhd{height:100vh!important}.is-half-height-fullhd{height:50%!important}.has-half-page-height-fullhd{height:50vh!important}.is-quarter-height-fullhd{height:25%!important}.has-quarter-page-height-fullhd{height:25vh!important}}@media screen and (max-width:768px){.is-full-width-mobile{width:100%!important}.has-page-width-mobile{width:100vw!important}.is-half-width-mobile{width:50%!important}.has-half-page-width-mobile{width:50vw!important}.is-quarter-width-mobile{width:25%!important}.has-quarter-page-width-mobile{width:25vw!important}}@media print,screen and (min-width:769px){.is-full-width-tablet{width:100%!important}.has-page-width-tablet{width:100vw!important}.is-half-width-tablet{width:50%!important}.has-half-page-width-tablet{width:50vw!important}.is-quarter-width-tablet{width:25%!important}.has-quarter-page-width-tablet{width:25vw!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-full-width-tablet-only{width:100%!important}.has-page-width-tablet-only{width:100vw!important}.is-half-width-tablet-only{width:50%!important}.has-half-page-width-tablet-only{width:50vw!important}.is-quarter-width-tablet-only{width:25%!important}.has-quarter-page-width-tablet-only{width:25vw!important}}@media screen and (max-width:1087px){.is-full-width-touch{width:100%!important}.has-page-width-touch{width:100vw!important}.is-half-width-touch{width:50%!important}.has-half-page-width-touch{width:50vw!important}.is-quarter-width-touch{width:25%!important}.has-quarter-page-width-touch{width:25vw!important}}@media screen and (min-width:1088px){.is-full-width-desktop{width:100%!important}.has-page-width-desktop{width:100vw!important}.is-half-width-desktop{width:50%!important}.has-half-page-width-desktop{width:50vw!important}.is-quarter-width-desktop{width:25%!important}.has-quarter-page-width-desktop{width:25vw!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-full-width-desktop-only{width:100%!important}.has-page-width-desktop-only{width:100vw!important}.is-half-width-desktop-only{width:50%!important}.has-half-page-width-desktop-only{width:50vw!important}.is-quarter-width-desktop-only{width:25%!important}.has-quarter-page-width-desktop-only{width:25vw!important}}@media screen and (min-width:1280px){.is-full-width-widescreen{width:100%!important}.has-page-width-widescreen{width:100vw!important}.is-half-width-widescreen{width:50%!important}.has-half-page-width-widescreen{width:50vw!important}.is-quarter-width-widescreen{width:25%!important}.has-quarter-page-width-widescreen{width:25vw!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-full-width-widescreen-only{width:100%!important}.has-page-width-widescreen-only{width:100vw!important}.is-half-width-widescreen-only{width:50%!important}.has-half-page-width-widescreen-only{width:50vw!important}.is-quarter-width-widescreen-only{width:25%!important}.has-quarter-page-width-widescreen-only{width:25vw!important}}@media screen and (min-width:1472px){.is-full-width-fullhd{width:100%!important}.has-page-width-fullhd{width:100vw!important}.is-half-width-fullhd{width:50%!important}.has-half-page-width-fullhd{width:50vw!important}.is-quarter-width-fullhd{width:25%!important}.has-quarter-page-width-fullhd{width:25vw!important}}@media screen and (max-width:768px){.has-margin-5-mobile{margin:5px!important}.has-padding-5-mobile{padding:5px!important}}@media print,screen and (min-width:769px){.has-margin-5-tablet{margin:5px!important}.has-padding-5-tablet{padding:5px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-5-tablet-only{margin:5px!important}.has-padding-5-tablet-only{padding:5px!important}}@media screen and (max-width:1087px){.has-margin-5-touch{margin:5px!important}.has-padding-5-touch{padding:5px!important}}@media screen and (min-width:1088px){.has-margin-5-desktop{margin:5px!important}.has-padding-5-desktop{padding:5px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-5-desktop-only{margin:5px!important}.has-padding-5-desktop-only{padding:5px!important}}@media screen and (min-width:1280px){.has-margin-5-widescreen{margin:5px!important}.has-padding-5-widescreen{padding:5px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-5-widescreen-only{margin:5px!important}.has-padding-5-widescreen-only{padding:5px!important}}@media screen and (min-width:1472px){.has-margin-5-fullhd{margin:5px!important}.has-padding-5-fullhd{padding:5px!important}}@media screen and (max-width:768px){.has-margin-top-5-mobile{margin-top:5px!important}.has-padding-top-5-mobile{padding-top:5px!important}}@media print,screen and (min-width:769px){.has-margin-top-5-tablet{margin-top:5px!important}.has-padding-top-5-tablet{padding-top:5px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-5-tablet-only{margin-top:5px!important}.has-padding-top-5-tablet-only{padding-top:5px!important}}@media screen and (max-width:1087px){.has-margin-top-5-touch{margin-top:5px!important}.has-padding-top-5-touch{padding-top:5px!important}}@media screen and (min-width:1088px){.has-margin-top-5-desktop{margin-top:5px!important}.has-padding-top-5-desktop{padding-top:5px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-5-desktop-only{margin-top:5px!important}.has-padding-top-5-desktop-only{padding-top:5px!important}}@media screen and (min-width:1280px){.has-margin-top-5-widescreen{margin-top:5px!important}.has-padding-top-5-widescreen{padding-top:5px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-5-widescreen-only{margin-top:5px!important}.has-padding-top-5-widescreen-only{padding-top:5px!important}}@media screen and (min-width:1472px){.has-margin-top-5-fullhd{margin-top:5px!important}.has-padding-top-5-fullhd{padding-top:5px!important}}@media screen and (max-width:768px){.has-margin-bottom-5-mobile{margin-bottom:5px!important}.has-padding-bottom-5-mobile{padding-bottom:5px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-5-tablet{margin-bottom:5px!important}.has-padding-bottom-5-tablet{padding-bottom:5px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-5-tablet-only{margin-bottom:5px!important}.has-padding-bottom-5-tablet-only{padding-bottom:5px!important}}@media screen and (max-width:1087px){.has-margin-bottom-5-touch{margin-bottom:5px!important}.has-padding-bottom-5-touch{padding-bottom:5px!important}}@media screen and (min-width:1088px){.has-margin-bottom-5-desktop{margin-bottom:5px!important}.has-padding-bottom-5-desktop{padding-bottom:5px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-5-desktop-only{margin-bottom:5px!important}.has-padding-bottom-5-desktop-only{padding-bottom:5px!important}}@media screen and (min-width:1280px){.has-margin-bottom-5-widescreen{margin-bottom:5px!important}.has-padding-bottom-5-widescreen{padding-bottom:5px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-5-widescreen-only{margin-bottom:5px!important}.has-padding-bottom-5-widescreen-only{padding-bottom:5px!important}}@media screen and (min-width:1472px){.has-margin-bottom-5-fullhd{margin-bottom:5px!important}.has-padding-bottom-5-fullhd{padding-bottom:5px!important}}@media screen and (max-width:768px){.has-margin-left-5-mobile{margin-left:5px!important}.has-padding-left-5-mobile{padding-left:5px!important}}@media print,screen and (min-width:769px){.has-margin-left-5-tablet{margin-left:5px!important}.has-padding-left-5-tablet{padding-left:5px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-5-tablet-only{margin-left:5px!important}.has-padding-left-5-tablet-only{padding-left:5px!important}}@media screen and (max-width:1087px){.has-margin-left-5-touch{margin-left:5px!important}.has-padding-left-5-touch{padding-left:5px!important}}@media screen and (min-width:1088px){.has-margin-left-5-desktop{margin-left:5px!important}.has-padding-left-5-desktop{padding-left:5px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-5-desktop-only{margin-left:5px!important}.has-padding-left-5-desktop-only{padding-left:5px!important}}@media screen and (min-width:1280px){.has-margin-left-5-widescreen{margin-left:5px!important}.has-padding-left-5-widescreen{padding-left:5px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-5-widescreen-only{margin-left:5px!important}.has-padding-left-5-widescreen-only{padding-left:5px!important}}@media screen and (min-width:1472px){.has-margin-left-5-fullhd{margin-left:5px!important}.has-padding-left-5-fullhd{padding-left:5px!important}}@media screen and (max-width:768px){.has-margin-right-5-mobile{margin-right:5px!important}.has-padding-right-5-mobile{padding-right:5px!important}}@media print,screen and (min-width:769px){.has-margin-right-5-tablet{margin-right:5px!important}.has-padding-right-5-tablet{padding-right:5px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-5-tablet-only{margin-right:5px!important}.has-padding-right-5-tablet-only{padding-right:5px!important}}@media screen and (max-width:1087px){.has-margin-right-5-touch{margin-right:5px!important}.has-padding-right-5-touch{padding-right:5px!important}}@media screen and (min-width:1088px){.has-margin-right-5-desktop{margin-right:5px!important}.has-padding-right-5-desktop{padding-right:5px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-5-desktop-only{margin-right:5px!important}.has-padding-right-5-desktop-only{padding-right:5px!important}}@media screen and (min-width:1280px){.has-margin-right-5-widescreen{margin-right:5px!important}.has-padding-right-5-widescreen{padding-right:5px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-5-widescreen-only{margin-right:5px!important}.has-padding-right-5-widescreen-only{padding-right:5px!important}}@media screen and (min-width:1472px){.has-margin-right-5-fullhd{margin-right:5px!important}.has-padding-right-5-fullhd{padding-right:5px!important}}@media screen and (max-width:768px){.has-margin-10-mobile{margin:10px!important}.has-padding-10-mobile{padding:10px!important}}@media print,screen and (min-width:769px){.has-margin-10-tablet{margin:10px!important}.has-padding-10-tablet{padding:10px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-10-tablet-only{margin:10px!important}.has-padding-10-tablet-only{padding:10px!important}}@media screen and (max-width:1087px){.has-margin-10-touch{margin:10px!important}.has-padding-10-touch{padding:10px!important}}@media screen and (min-width:1088px){.has-margin-10-desktop{margin:10px!important}.has-padding-10-desktop{padding:10px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-10-desktop-only{margin:10px!important}.has-padding-10-desktop-only{padding:10px!important}}@media screen and (min-width:1280px){.has-margin-10-widescreen{margin:10px!important}.has-padding-10-widescreen{padding:10px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-10-widescreen-only{margin:10px!important}.has-padding-10-widescreen-only{padding:10px!important}}@media screen and (min-width:1472px){.has-margin-10-fullhd{margin:10px!important}.has-padding-10-fullhd{padding:10px!important}}@media screen and (max-width:768px){.has-margin-top-10-mobile{margin-top:10px!important}.has-padding-top-10-mobile{padding-top:10px!important}}@media print,screen and (min-width:769px){.has-margin-top-10-tablet{margin-top:10px!important}.has-padding-top-10-tablet{padding-top:10px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-10-tablet-only{margin-top:10px!important}.has-padding-top-10-tablet-only{padding-top:10px!important}}@media screen and (max-width:1087px){.has-margin-top-10-touch{margin-top:10px!important}.has-padding-top-10-touch{padding-top:10px!important}}@media screen and (min-width:1088px){.has-margin-top-10-desktop{margin-top:10px!important}.has-padding-top-10-desktop{padding-top:10px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-10-desktop-only{margin-top:10px!important}.has-padding-top-10-desktop-only{padding-top:10px!important}}@media screen and (min-width:1280px){.has-margin-top-10-widescreen{margin-top:10px!important}.has-padding-top-10-widescreen{padding-top:10px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-10-widescreen-only{margin-top:10px!important}.has-padding-top-10-widescreen-only{padding-top:10px!important}}@media screen and (min-width:1472px){.has-margin-top-10-fullhd{margin-top:10px!important}.has-padding-top-10-fullhd{padding-top:10px!important}}@media screen and (max-width:768px){.has-margin-bottom-10-mobile{margin-bottom:10px!important}.has-padding-bottom-10-mobile{padding-bottom:10px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-10-tablet{margin-bottom:10px!important}.has-padding-bottom-10-tablet{padding-bottom:10px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-10-tablet-only{margin-bottom:10px!important}.has-padding-bottom-10-tablet-only{padding-bottom:10px!important}}@media screen and (max-width:1087px){.has-margin-bottom-10-touch{margin-bottom:10px!important}.has-padding-bottom-10-touch{padding-bottom:10px!important}}@media screen and (min-width:1088px){.has-margin-bottom-10-desktop{margin-bottom:10px!important}.has-padding-bottom-10-desktop{padding-bottom:10px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-10-desktop-only{margin-bottom:10px!important}.has-padding-bottom-10-desktop-only{padding-bottom:10px!important}}@media screen and (min-width:1280px){.has-margin-bottom-10-widescreen{margin-bottom:10px!important}.has-padding-bottom-10-widescreen{padding-bottom:10px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-10-widescreen-only{margin-bottom:10px!important}.has-padding-bottom-10-widescreen-only{padding-bottom:10px!important}}@media screen and (min-width:1472px){.has-margin-bottom-10-fullhd{margin-bottom:10px!important}.has-padding-bottom-10-fullhd{padding-bottom:10px!important}}@media screen and (max-width:768px){.has-margin-left-10-mobile{margin-left:10px!important}.has-padding-left-10-mobile{padding-left:10px!important}}@media print,screen and (min-width:769px){.has-margin-left-10-tablet{margin-left:10px!important}.has-padding-left-10-tablet{padding-left:10px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-10-tablet-only{margin-left:10px!important}.has-padding-left-10-tablet-only{padding-left:10px!important}}@media screen and (max-width:1087px){.has-margin-left-10-touch{margin-left:10px!important}.has-padding-left-10-touch{padding-left:10px!important}}@media screen and (min-width:1088px){.has-margin-left-10-desktop{margin-left:10px!important}.has-padding-left-10-desktop{padding-left:10px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-10-desktop-only{margin-left:10px!important}.has-padding-left-10-desktop-only{padding-left:10px!important}}@media screen and (min-width:1280px){.has-margin-left-10-widescreen{margin-left:10px!important}.has-padding-left-10-widescreen{padding-left:10px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-10-widescreen-only{margin-left:10px!important}.has-padding-left-10-widescreen-only{padding-left:10px!important}}@media screen and (min-width:1472px){.has-margin-left-10-fullhd{margin-left:10px!important}.has-padding-left-10-fullhd{padding-left:10px!important}}@media screen and (max-width:768px){.has-margin-right-10-mobile{margin-right:10px!important}.has-padding-right-10-mobile{padding-right:10px!important}}@media print,screen and (min-width:769px){.has-margin-right-10-tablet{margin-right:10px!important}.has-padding-right-10-tablet{padding-right:10px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-10-tablet-only{margin-right:10px!important}.has-padding-right-10-tablet-only{padding-right:10px!important}}@media screen and (max-width:1087px){.has-margin-right-10-touch{margin-right:10px!important}.has-padding-right-10-touch{padding-right:10px!important}}@media screen and (min-width:1088px){.has-margin-right-10-desktop{margin-right:10px!important}.has-padding-right-10-desktop{padding-right:10px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-10-desktop-only{margin-right:10px!important}.has-padding-right-10-desktop-only{padding-right:10px!important}}@media screen and (min-width:1280px){.has-margin-right-10-widescreen{margin-right:10px!important}.has-padding-right-10-widescreen{padding-right:10px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-10-widescreen-only{margin-right:10px!important}.has-padding-right-10-widescreen-only{padding-right:10px!important}}@media screen and (min-width:1472px){.has-margin-right-10-fullhd{margin-right:10px!important}.has-padding-right-10-fullhd{padding-right:10px!important}}@media screen and (max-width:768px){.has-margin-15-mobile{margin:15px!important}.has-padding-15-mobile{padding:15px!important}}@media print,screen and (min-width:769px){.has-margin-15-tablet{margin:15px!important}.has-padding-15-tablet{padding:15px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-15-tablet-only{margin:15px!important}.has-padding-15-tablet-only{padding:15px!important}}@media screen and (max-width:1087px){.has-margin-15-touch{margin:15px!important}.has-padding-15-touch{padding:15px!important}}@media screen and (min-width:1088px){.has-margin-15-desktop{margin:15px!important}.has-padding-15-desktop{padding:15px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-15-desktop-only{margin:15px!important}.has-padding-15-desktop-only{padding:15px!important}}@media screen and (min-width:1280px){.has-margin-15-widescreen{margin:15px!important}.has-padding-15-widescreen{padding:15px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-15-widescreen-only{margin:15px!important}.has-padding-15-widescreen-only{padding:15px!important}}@media screen and (min-width:1472px){.has-margin-15-fullhd{margin:15px!important}.has-padding-15-fullhd{padding:15px!important}}@media screen and (max-width:768px){.has-margin-top-15-mobile{margin-top:15px!important}.has-padding-top-15-mobile{padding-top:15px!important}}@media print,screen and (min-width:769px){.has-margin-top-15-tablet{margin-top:15px!important}.has-padding-top-15-tablet{padding-top:15px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-15-tablet-only{margin-top:15px!important}.has-padding-top-15-tablet-only{padding-top:15px!important}}@media screen and (max-width:1087px){.has-margin-top-15-touch{margin-top:15px!important}.has-padding-top-15-touch{padding-top:15px!important}}@media screen and (min-width:1088px){.has-margin-top-15-desktop{margin-top:15px!important}.has-padding-top-15-desktop{padding-top:15px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-15-desktop-only{margin-top:15px!important}.has-padding-top-15-desktop-only{padding-top:15px!important}}@media screen and (min-width:1280px){.has-margin-top-15-widescreen{margin-top:15px!important}.has-padding-top-15-widescreen{padding-top:15px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-15-widescreen-only{margin-top:15px!important}.has-padding-top-15-widescreen-only{padding-top:15px!important}}@media screen and (min-width:1472px){.has-margin-top-15-fullhd{margin-top:15px!important}.has-padding-top-15-fullhd{padding-top:15px!important}}@media screen and (max-width:768px){.has-margin-bottom-15-mobile{margin-bottom:15px!important}.has-padding-bottom-15-mobile{padding-bottom:15px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-15-tablet{margin-bottom:15px!important}.has-padding-bottom-15-tablet{padding-bottom:15px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-15-tablet-only{margin-bottom:15px!important}.has-padding-bottom-15-tablet-only{padding-bottom:15px!important}}@media screen and (max-width:1087px){.has-margin-bottom-15-touch{margin-bottom:15px!important}.has-padding-bottom-15-touch{padding-bottom:15px!important}}@media screen and (min-width:1088px){.has-margin-bottom-15-desktop{margin-bottom:15px!important}.has-padding-bottom-15-desktop{padding-bottom:15px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-15-desktop-only{margin-bottom:15px!important}.has-padding-bottom-15-desktop-only{padding-bottom:15px!important}}@media screen and (min-width:1280px){.has-margin-bottom-15-widescreen{margin-bottom:15px!important}.has-padding-bottom-15-widescreen{padding-bottom:15px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-15-widescreen-only{margin-bottom:15px!important}.has-padding-bottom-15-widescreen-only{padding-bottom:15px!important}}@media screen and (min-width:1472px){.has-margin-bottom-15-fullhd{margin-bottom:15px!important}.has-padding-bottom-15-fullhd{padding-bottom:15px!important}}@media screen and (max-width:768px){.has-margin-left-15-mobile{margin-left:15px!important}.has-padding-left-15-mobile{padding-left:15px!important}}@media print,screen and (min-width:769px){.has-margin-left-15-tablet{margin-left:15px!important}.has-padding-left-15-tablet{padding-left:15px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-15-tablet-only{margin-left:15px!important}.has-padding-left-15-tablet-only{padding-left:15px!important}}@media screen and (max-width:1087px){.has-margin-left-15-touch{margin-left:15px!important}.has-padding-left-15-touch{padding-left:15px!important}}@media screen and (min-width:1088px){.has-margin-left-15-desktop{margin-left:15px!important}.has-padding-left-15-desktop{padding-left:15px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-15-desktop-only{margin-left:15px!important}.has-padding-left-15-desktop-only{padding-left:15px!important}}@media screen and (min-width:1280px){.has-margin-left-15-widescreen{margin-left:15px!important}.has-padding-left-15-widescreen{padding-left:15px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-15-widescreen-only{margin-left:15px!important}.has-padding-left-15-widescreen-only{padding-left:15px!important}}@media screen and (min-width:1472px){.has-margin-left-15-fullhd{margin-left:15px!important}.has-padding-left-15-fullhd{padding-left:15px!important}}@media screen and (max-width:768px){.has-margin-right-15-mobile{margin-right:15px!important}.has-padding-right-15-mobile{padding-right:15px!important}}@media print,screen and (min-width:769px){.has-margin-right-15-tablet{margin-right:15px!important}.has-padding-right-15-tablet{padding-right:15px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-15-tablet-only{margin-right:15px!important}.has-padding-right-15-tablet-only{padding-right:15px!important}}@media screen and (max-width:1087px){.has-margin-right-15-touch{margin-right:15px!important}.has-padding-right-15-touch{padding-right:15px!important}}@media screen and (min-width:1088px){.has-margin-right-15-desktop{margin-right:15px!important}.has-padding-right-15-desktop{padding-right:15px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-15-desktop-only{margin-right:15px!important}.has-padding-right-15-desktop-only{padding-right:15px!important}}@media screen and (min-width:1280px){.has-margin-right-15-widescreen{margin-right:15px!important}.has-padding-right-15-widescreen{padding-right:15px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-15-widescreen-only{margin-right:15px!important}.has-padding-right-15-widescreen-only{padding-right:15px!important}}@media screen and (min-width:1472px){.has-margin-right-15-fullhd{margin-right:15px!important}.has-padding-right-15-fullhd{padding-right:15px!important}}@media screen and (max-width:768px){.has-margin-20-mobile{margin:20px!important}.has-padding-20-mobile{padding:20px!important}}@media print,screen and (min-width:769px){.has-margin-20-tablet{margin:20px!important}.has-padding-20-tablet{padding:20px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-20-tablet-only{margin:20px!important}.has-padding-20-tablet-only{padding:20px!important}}@media screen and (max-width:1087px){.has-margin-20-touch{margin:20px!important}.has-padding-20-touch{padding:20px!important}}@media screen and (min-width:1088px){.has-margin-20-desktop{margin:20px!important}.has-padding-20-desktop{padding:20px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-20-desktop-only{margin:20px!important}.has-padding-20-desktop-only{padding:20px!important}}@media screen and (min-width:1280px){.has-margin-20-widescreen{margin:20px!important}.has-padding-20-widescreen{padding:20px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-20-widescreen-only{margin:20px!important}.has-padding-20-widescreen-only{padding:20px!important}}@media screen and (min-width:1472px){.has-margin-20-fullhd{margin:20px!important}.has-padding-20-fullhd{padding:20px!important}}@media screen and (max-width:768px){.has-margin-top-20-mobile{margin-top:20px!important}.has-padding-top-20-mobile{padding-top:20px!important}}@media print,screen and (min-width:769px){.has-margin-top-20-tablet{margin-top:20px!important}.has-padding-top-20-tablet{padding-top:20px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-20-tablet-only{margin-top:20px!important}.has-padding-top-20-tablet-only{padding-top:20px!important}}@media screen and (max-width:1087px){.has-margin-top-20-touch{margin-top:20px!important}.has-padding-top-20-touch{padding-top:20px!important}}@media screen and (min-width:1088px){.has-margin-top-20-desktop{margin-top:20px!important}.has-padding-top-20-desktop{padding-top:20px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-20-desktop-only{margin-top:20px!important}.has-padding-top-20-desktop-only{padding-top:20px!important}}@media screen and (min-width:1280px){.has-margin-top-20-widescreen{margin-top:20px!important}.has-padding-top-20-widescreen{padding-top:20px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-20-widescreen-only{margin-top:20px!important}.has-padding-top-20-widescreen-only{padding-top:20px!important}}@media screen and (min-width:1472px){.has-margin-top-20-fullhd{margin-top:20px!important}.has-padding-top-20-fullhd{padding-top:20px!important}}@media screen and (max-width:768px){.has-margin-bottom-20-mobile{margin-bottom:20px!important}.has-padding-bottom-20-mobile{padding-bottom:20px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-20-tablet{margin-bottom:20px!important}.has-padding-bottom-20-tablet{padding-bottom:20px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-20-tablet-only{margin-bottom:20px!important}.has-padding-bottom-20-tablet-only{padding-bottom:20px!important}}@media screen and (max-width:1087px){.has-margin-bottom-20-touch{margin-bottom:20px!important}.has-padding-bottom-20-touch{padding-bottom:20px!important}}@media screen and (min-width:1088px){.has-margin-bottom-20-desktop{margin-bottom:20px!important}.has-padding-bottom-20-desktop{padding-bottom:20px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-20-desktop-only{margin-bottom:20px!important}.has-padding-bottom-20-desktop-only{padding-bottom:20px!important}}@media screen and (min-width:1280px){.has-margin-bottom-20-widescreen{margin-bottom:20px!important}.has-padding-bottom-20-widescreen{padding-bottom:20px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-20-widescreen-only{margin-bottom:20px!important}.has-padding-bottom-20-widescreen-only{padding-bottom:20px!important}}@media screen and (min-width:1472px){.has-margin-bottom-20-fullhd{margin-bottom:20px!important}.has-padding-bottom-20-fullhd{padding-bottom:20px!important}}@media screen and (max-width:768px){.has-margin-left-20-mobile{margin-left:20px!important}.has-padding-left-20-mobile{padding-left:20px!important}}@media print,screen and (min-width:769px){.has-margin-left-20-tablet{margin-left:20px!important}.has-padding-left-20-tablet{padding-left:20px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-20-tablet-only{margin-left:20px!important}.has-padding-left-20-tablet-only{padding-left:20px!important}}@media screen and (max-width:1087px){.has-margin-left-20-touch{margin-left:20px!important}.has-padding-left-20-touch{padding-left:20px!important}}@media screen and (min-width:1088px){.has-margin-left-20-desktop{margin-left:20px!important}.has-padding-left-20-desktop{padding-left:20px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-20-desktop-only{margin-left:20px!important}.has-padding-left-20-desktop-only{padding-left:20px!important}}@media screen and (min-width:1280px){.has-margin-left-20-widescreen{margin-left:20px!important}.has-padding-left-20-widescreen{padding-left:20px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-20-widescreen-only{margin-left:20px!important}.has-padding-left-20-widescreen-only{padding-left:20px!important}}@media screen and (min-width:1472px){.has-margin-left-20-fullhd{margin-left:20px!important}.has-padding-left-20-fullhd{padding-left:20px!important}}@media screen and (max-width:768px){.has-margin-right-20-mobile{margin-right:20px!important}.has-padding-right-20-mobile{padding-right:20px!important}}@media print,screen and (min-width:769px){.has-margin-right-20-tablet{margin-right:20px!important}.has-padding-right-20-tablet{padding-right:20px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-20-tablet-only{margin-right:20px!important}.has-padding-right-20-tablet-only{padding-right:20px!important}}@media screen and (max-width:1087px){.has-margin-right-20-touch{margin-right:20px!important}.has-padding-right-20-touch{padding-right:20px!important}}@media screen and (min-width:1088px){.has-margin-right-20-desktop{margin-right:20px!important}.has-padding-right-20-desktop{padding-right:20px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-20-desktop-only{margin-right:20px!important}.has-padding-right-20-desktop-only{padding-right:20px!important}}@media screen and (min-width:1280px){.has-margin-right-20-widescreen{margin-right:20px!important}.has-padding-right-20-widescreen{padding-right:20px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-20-widescreen-only{margin-right:20px!important}.has-padding-right-20-widescreen-only{padding-right:20px!important}}@media screen and (min-width:1472px){.has-margin-right-20-fullhd{margin-right:20px!important}.has-padding-right-20-fullhd{padding-right:20px!important}}@media screen and (max-width:768px){.has-margin-25-mobile{margin:25px!important}.has-padding-25-mobile{padding:25px!important}}@media print,screen and (min-width:769px){.has-margin-25-tablet{margin:25px!important}.has-padding-25-tablet{padding:25px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-25-tablet-only{margin:25px!important}.has-padding-25-tablet-only{padding:25px!important}}@media screen and (max-width:1087px){.has-margin-25-touch{margin:25px!important}.has-padding-25-touch{padding:25px!important}}@media screen and (min-width:1088px){.has-margin-25-desktop{margin:25px!important}.has-padding-25-desktop{padding:25px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-25-desktop-only{margin:25px!important}.has-padding-25-desktop-only{padding:25px!important}}@media screen and (min-width:1280px){.has-margin-25-widescreen{margin:25px!important}.has-padding-25-widescreen{padding:25px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-25-widescreen-only{margin:25px!important}.has-padding-25-widescreen-only{padding:25px!important}}@media screen and (min-width:1472px){.has-margin-25-fullhd{margin:25px!important}.has-padding-25-fullhd{padding:25px!important}}@media screen and (max-width:768px){.has-margin-top-25-mobile{margin-top:25px!important}.has-padding-top-25-mobile{padding-top:25px!important}}@media print,screen and (min-width:769px){.has-margin-top-25-tablet{margin-top:25px!important}.has-padding-top-25-tablet{padding-top:25px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-25-tablet-only{margin-top:25px!important}.has-padding-top-25-tablet-only{padding-top:25px!important}}@media screen and (max-width:1087px){.has-margin-top-25-touch{margin-top:25px!important}.has-padding-top-25-touch{padding-top:25px!important}}@media screen and (min-width:1088px){.has-margin-top-25-desktop{margin-top:25px!important}.has-padding-top-25-desktop{padding-top:25px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-25-desktop-only{margin-top:25px!important}.has-padding-top-25-desktop-only{padding-top:25px!important}}@media screen and (min-width:1280px){.has-margin-top-25-widescreen{margin-top:25px!important}.has-padding-top-25-widescreen{padding-top:25px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-25-widescreen-only{margin-top:25px!important}.has-padding-top-25-widescreen-only{padding-top:25px!important}}@media screen and (min-width:1472px){.has-margin-top-25-fullhd{margin-top:25px!important}.has-padding-top-25-fullhd{padding-top:25px!important}}@media screen and (max-width:768px){.has-margin-bottom-25-mobile{margin-bottom:25px!important}.has-padding-bottom-25-mobile{padding-bottom:25px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-25-tablet{margin-bottom:25px!important}.has-padding-bottom-25-tablet{padding-bottom:25px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-25-tablet-only{margin-bottom:25px!important}.has-padding-bottom-25-tablet-only{padding-bottom:25px!important}}@media screen and (max-width:1087px){.has-margin-bottom-25-touch{margin-bottom:25px!important}.has-padding-bottom-25-touch{padding-bottom:25px!important}}@media screen and (min-width:1088px){.has-margin-bottom-25-desktop{margin-bottom:25px!important}.has-padding-bottom-25-desktop{padding-bottom:25px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-25-desktop-only{margin-bottom:25px!important}.has-padding-bottom-25-desktop-only{padding-bottom:25px!important}}@media screen and (min-width:1280px){.has-margin-bottom-25-widescreen{margin-bottom:25px!important}.has-padding-bottom-25-widescreen{padding-bottom:25px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-25-widescreen-only{margin-bottom:25px!important}.has-padding-bottom-25-widescreen-only{padding-bottom:25px!important}}@media screen and (min-width:1472px){.has-margin-bottom-25-fullhd{margin-bottom:25px!important}.has-padding-bottom-25-fullhd{padding-bottom:25px!important}}@media screen and (max-width:768px){.has-margin-left-25-mobile{margin-left:25px!important}.has-padding-left-25-mobile{padding-left:25px!important}}@media print,screen and (min-width:769px){.has-margin-left-25-tablet{margin-left:25px!important}.has-padding-left-25-tablet{padding-left:25px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-25-tablet-only{margin-left:25px!important}.has-padding-left-25-tablet-only{padding-left:25px!important}}@media screen and (max-width:1087px){.has-margin-left-25-touch{margin-left:25px!important}.has-padding-left-25-touch{padding-left:25px!important}}@media screen and (min-width:1088px){.has-margin-left-25-desktop{margin-left:25px!important}.has-padding-left-25-desktop{padding-left:25px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-25-desktop-only{margin-left:25px!important}.has-padding-left-25-desktop-only{padding-left:25px!important}}@media screen and (min-width:1280px){.has-margin-left-25-widescreen{margin-left:25px!important}.has-padding-left-25-widescreen{padding-left:25px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-25-widescreen-only{margin-left:25px!important}.has-padding-left-25-widescreen-only{padding-left:25px!important}}@media screen and (min-width:1472px){.has-margin-left-25-fullhd{margin-left:25px!important}.has-padding-left-25-fullhd{padding-left:25px!important}}@media screen and (max-width:768px){.has-margin-right-25-mobile{margin-right:25px!important}.has-padding-right-25-mobile{padding-right:25px!important}}@media print,screen and (min-width:769px){.has-margin-right-25-tablet{margin-right:25px!important}.has-padding-right-25-tablet{padding-right:25px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-25-tablet-only{margin-right:25px!important}.has-padding-right-25-tablet-only{padding-right:25px!important}}@media screen and (max-width:1087px){.has-margin-right-25-touch{margin-right:25px!important}.has-padding-right-25-touch{padding-right:25px!important}}@media screen and (min-width:1088px){.has-margin-right-25-desktop{margin-right:25px!important}.has-padding-right-25-desktop{padding-right:25px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-25-desktop-only{margin-right:25px!important}.has-padding-right-25-desktop-only{padding-right:25px!important}}@media screen and (min-width:1280px){.has-margin-right-25-widescreen{margin-right:25px!important}.has-padding-right-25-widescreen{padding-right:25px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-25-widescreen-only{margin-right:25px!important}.has-padding-right-25-widescreen-only{padding-right:25px!important}}@media screen and (min-width:1472px){.has-margin-right-25-fullhd{margin-right:25px!important}.has-padding-right-25-fullhd{padding-right:25px!important}}@media screen and (max-width:768px){.has-margin-30-mobile{margin:30px!important}.has-padding-30-mobile{padding:30px!important}}@media print,screen and (min-width:769px){.has-margin-30-tablet{margin:30px!important}.has-padding-30-tablet{padding:30px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-30-tablet-only{margin:30px!important}.has-padding-30-tablet-only{padding:30px!important}}@media screen and (max-width:1087px){.has-margin-30-touch{margin:30px!important}.has-padding-30-touch{padding:30px!important}}@media screen and (min-width:1088px){.has-margin-30-desktop{margin:30px!important}.has-padding-30-desktop{padding:30px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-30-desktop-only{margin:30px!important}.has-padding-30-desktop-only{padding:30px!important}}@media screen and (min-width:1280px){.has-margin-30-widescreen{margin:30px!important}.has-padding-30-widescreen{padding:30px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-30-widescreen-only{margin:30px!important}.has-padding-30-widescreen-only{padding:30px!important}}@media screen and (min-width:1472px){.has-margin-30-fullhd{margin:30px!important}.has-padding-30-fullhd{padding:30px!important}}@media screen and (max-width:768px){.has-margin-top-30-mobile{margin-top:30px!important}.has-padding-top-30-mobile{padding-top:30px!important}}@media print,screen and (min-width:769px){.has-margin-top-30-tablet{margin-top:30px!important}.has-padding-top-30-tablet{padding-top:30px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-30-tablet-only{margin-top:30px!important}.has-padding-top-30-tablet-only{padding-top:30px!important}}@media screen and (max-width:1087px){.has-margin-top-30-touch{margin-top:30px!important}.has-padding-top-30-touch{padding-top:30px!important}}@media screen and (min-width:1088px){.has-margin-top-30-desktop{margin-top:30px!important}.has-padding-top-30-desktop{padding-top:30px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-30-desktop-only{margin-top:30px!important}.has-padding-top-30-desktop-only{padding-top:30px!important}}@media screen and (min-width:1280px){.has-margin-top-30-widescreen{margin-top:30px!important}.has-padding-top-30-widescreen{padding-top:30px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-30-widescreen-only{margin-top:30px!important}.has-padding-top-30-widescreen-only{padding-top:30px!important}}@media screen and (min-width:1472px){.has-margin-top-30-fullhd{margin-top:30px!important}.has-padding-top-30-fullhd{padding-top:30px!important}}@media screen and (max-width:768px){.has-margin-bottom-30-mobile{margin-bottom:30px!important}.has-padding-bottom-30-mobile{padding-bottom:30px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-30-tablet{margin-bottom:30px!important}.has-padding-bottom-30-tablet{padding-bottom:30px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-30-tablet-only{margin-bottom:30px!important}.has-padding-bottom-30-tablet-only{padding-bottom:30px!important}}@media screen and (max-width:1087px){.has-margin-bottom-30-touch{margin-bottom:30px!important}.has-padding-bottom-30-touch{padding-bottom:30px!important}}@media screen and (min-width:1088px){.has-margin-bottom-30-desktop{margin-bottom:30px!important}.has-padding-bottom-30-desktop{padding-bottom:30px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-30-desktop-only{margin-bottom:30px!important}.has-padding-bottom-30-desktop-only{padding-bottom:30px!important}}@media screen and (min-width:1280px){.has-margin-bottom-30-widescreen{margin-bottom:30px!important}.has-padding-bottom-30-widescreen{padding-bottom:30px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-30-widescreen-only{margin-bottom:30px!important}.has-padding-bottom-30-widescreen-only{padding-bottom:30px!important}}@media screen and (min-width:1472px){.has-margin-bottom-30-fullhd{margin-bottom:30px!important}.has-padding-bottom-30-fullhd{padding-bottom:30px!important}}@media screen and (max-width:768px){.has-margin-left-30-mobile{margin-left:30px!important}.has-padding-left-30-mobile{padding-left:30px!important}}@media print,screen and (min-width:769px){.has-margin-left-30-tablet{margin-left:30px!important}.has-padding-left-30-tablet{padding-left:30px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-30-tablet-only{margin-left:30px!important}.has-padding-left-30-tablet-only{padding-left:30px!important}}@media screen and (max-width:1087px){.has-margin-left-30-touch{margin-left:30px!important}.has-padding-left-30-touch{padding-left:30px!important}}@media screen and (min-width:1088px){.has-margin-left-30-desktop{margin-left:30px!important}.has-padding-left-30-desktop{padding-left:30px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-30-desktop-only{margin-left:30px!important}.has-padding-left-30-desktop-only{padding-left:30px!important}}@media screen and (min-width:1280px){.has-margin-left-30-widescreen{margin-left:30px!important}.has-padding-left-30-widescreen{padding-left:30px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-30-widescreen-only{margin-left:30px!important}.has-padding-left-30-widescreen-only{padding-left:30px!important}}@media screen and (min-width:1472px){.has-margin-left-30-fullhd{margin-left:30px!important}.has-padding-left-30-fullhd{padding-left:30px!important}}@media screen and (max-width:768px){.has-margin-right-30-mobile{margin-right:30px!important}.has-padding-right-30-mobile{padding-right:30px!important}}@media print,screen and (min-width:769px){.has-margin-right-30-tablet{margin-right:30px!important}.has-padding-right-30-tablet{padding-right:30px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-30-tablet-only{margin-right:30px!important}.has-padding-right-30-tablet-only{padding-right:30px!important}}@media screen and (max-width:1087px){.has-margin-right-30-touch{margin-right:30px!important}.has-padding-right-30-touch{padding-right:30px!important}}@media screen and (min-width:1088px){.has-margin-right-30-desktop{margin-right:30px!important}.has-padding-right-30-desktop{padding-right:30px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-30-desktop-only{margin-right:30px!important}.has-padding-right-30-desktop-only{padding-right:30px!important}}@media screen and (min-width:1280px){.has-margin-right-30-widescreen{margin-right:30px!important}.has-padding-right-30-widescreen{padding-right:30px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-30-widescreen-only{margin-right:30px!important}.has-padding-right-30-widescreen-only{padding-right:30px!important}}@media screen and (min-width:1472px){.has-margin-right-30-fullhd{margin-right:30px!important}.has-padding-right-30-fullhd{padding-right:30px!important}}@media screen and (max-width:768px){.has-margin-35-mobile{margin:35px!important}.has-padding-35-mobile{padding:35px!important}}@media print,screen and (min-width:769px){.has-margin-35-tablet{margin:35px!important}.has-padding-35-tablet{padding:35px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-35-tablet-only{margin:35px!important}.has-padding-35-tablet-only{padding:35px!important}}@media screen and (max-width:1087px){.has-margin-35-touch{margin:35px!important}.has-padding-35-touch{padding:35px!important}}@media screen and (min-width:1088px){.has-margin-35-desktop{margin:35px!important}.has-padding-35-desktop{padding:35px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-35-desktop-only{margin:35px!important}.has-padding-35-desktop-only{padding:35px!important}}@media screen and (min-width:1280px){.has-margin-35-widescreen{margin:35px!important}.has-padding-35-widescreen{padding:35px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-35-widescreen-only{margin:35px!important}.has-padding-35-widescreen-only{padding:35px!important}}@media screen and (min-width:1472px){.has-margin-35-fullhd{margin:35px!important}.has-padding-35-fullhd{padding:35px!important}}@media screen and (max-width:768px){.has-margin-top-35-mobile{margin-top:35px!important}.has-padding-top-35-mobile{padding-top:35px!important}}@media print,screen and (min-width:769px){.has-margin-top-35-tablet{margin-top:35px!important}.has-padding-top-35-tablet{padding-top:35px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-35-tablet-only{margin-top:35px!important}.has-padding-top-35-tablet-only{padding-top:35px!important}}@media screen and (max-width:1087px){.has-margin-top-35-touch{margin-top:35px!important}.has-padding-top-35-touch{padding-top:35px!important}}@media screen and (min-width:1088px){.has-margin-top-35-desktop{margin-top:35px!important}.has-padding-top-35-desktop{padding-top:35px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-35-desktop-only{margin-top:35px!important}.has-padding-top-35-desktop-only{padding-top:35px!important}}@media screen and (min-width:1280px){.has-margin-top-35-widescreen{margin-top:35px!important}.has-padding-top-35-widescreen{padding-top:35px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-35-widescreen-only{margin-top:35px!important}.has-padding-top-35-widescreen-only{padding-top:35px!important}}@media screen and (min-width:1472px){.has-margin-top-35-fullhd{margin-top:35px!important}.has-padding-top-35-fullhd{padding-top:35px!important}}@media screen and (max-width:768px){.has-margin-bottom-35-mobile{margin-bottom:35px!important}.has-padding-bottom-35-mobile{padding-bottom:35px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-35-tablet{margin-bottom:35px!important}.has-padding-bottom-35-tablet{padding-bottom:35px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-35-tablet-only{margin-bottom:35px!important}.has-padding-bottom-35-tablet-only{padding-bottom:35px!important}}@media screen and (max-width:1087px){.has-margin-bottom-35-touch{margin-bottom:35px!important}.has-padding-bottom-35-touch{padding-bottom:35px!important}}@media screen and (min-width:1088px){.has-margin-bottom-35-desktop{margin-bottom:35px!important}.has-padding-bottom-35-desktop{padding-bottom:35px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-35-desktop-only{margin-bottom:35px!important}.has-padding-bottom-35-desktop-only{padding-bottom:35px!important}}@media screen and (min-width:1280px){.has-margin-bottom-35-widescreen{margin-bottom:35px!important}.has-padding-bottom-35-widescreen{padding-bottom:35px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-35-widescreen-only{margin-bottom:35px!important}.has-padding-bottom-35-widescreen-only{padding-bottom:35px!important}}@media screen and (min-width:1472px){.has-margin-bottom-35-fullhd{margin-bottom:35px!important}.has-padding-bottom-35-fullhd{padding-bottom:35px!important}}@media screen and (max-width:768px){.has-margin-left-35-mobile{margin-left:35px!important}.has-padding-left-35-mobile{padding-left:35px!important}}@media print,screen and (min-width:769px){.has-margin-left-35-tablet{margin-left:35px!important}.has-padding-left-35-tablet{padding-left:35px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-35-tablet-only{margin-left:35px!important}.has-padding-left-35-tablet-only{padding-left:35px!important}}@media screen and (max-width:1087px){.has-margin-left-35-touch{margin-left:35px!important}.has-padding-left-35-touch{padding-left:35px!important}}@media screen and (min-width:1088px){.has-margin-left-35-desktop{margin-left:35px!important}.has-padding-left-35-desktop{padding-left:35px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-35-desktop-only{margin-left:35px!important}.has-padding-left-35-desktop-only{padding-left:35px!important}}@media screen and (min-width:1280px){.has-margin-left-35-widescreen{margin-left:35px!important}.has-padding-left-35-widescreen{padding-left:35px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-35-widescreen-only{margin-left:35px!important}.has-padding-left-35-widescreen-only{padding-left:35px!important}}@media screen and (min-width:1472px){.has-margin-left-35-fullhd{margin-left:35px!important}.has-padding-left-35-fullhd{padding-left:35px!important}}@media screen and (max-width:768px){.has-margin-right-35-mobile{margin-right:35px!important}.has-padding-right-35-mobile{padding-right:35px!important}}@media print,screen and (min-width:769px){.has-margin-right-35-tablet{margin-right:35px!important}.has-padding-right-35-tablet{padding-right:35px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-35-tablet-only{margin-right:35px!important}.has-padding-right-35-tablet-only{padding-right:35px!important}}@media screen and (max-width:1087px){.has-margin-right-35-touch{margin-right:35px!important}.has-padding-right-35-touch{padding-right:35px!important}}@media screen and (min-width:1088px){.has-margin-right-35-desktop{margin-right:35px!important}.has-padding-right-35-desktop{padding-right:35px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-35-desktop-only{margin-right:35px!important}.has-padding-right-35-desktop-only{padding-right:35px!important}}@media screen and (min-width:1280px){.has-margin-right-35-widescreen{margin-right:35px!important}.has-padding-right-35-widescreen{padding-right:35px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-35-widescreen-only{margin-right:35px!important}.has-padding-right-35-widescreen-only{padding-right:35px!important}}@media screen and (min-width:1472px){.has-margin-right-35-fullhd{margin-right:35px!important}.has-padding-right-35-fullhd{padding-right:35px!important}}@media screen and (max-width:768px){.has-margin-40-mobile{margin:40px!important}.has-padding-40-mobile{padding:40px!important}}@media print,screen and (min-width:769px){.has-margin-40-tablet{margin:40px!important}.has-padding-40-tablet{padding:40px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-40-tablet-only{margin:40px!important}.has-padding-40-tablet-only{padding:40px!important}}@media screen and (max-width:1087px){.has-margin-40-touch{margin:40px!important}.has-padding-40-touch{padding:40px!important}}@media screen and (min-width:1088px){.has-margin-40-desktop{margin:40px!important}.has-padding-40-desktop{padding:40px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-40-desktop-only{margin:40px!important}.has-padding-40-desktop-only{padding:40px!important}}@media screen and (min-width:1280px){.has-margin-40-widescreen{margin:40px!important}.has-padding-40-widescreen{padding:40px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-40-widescreen-only{margin:40px!important}.has-padding-40-widescreen-only{padding:40px!important}}@media screen and (min-width:1472px){.has-margin-40-fullhd{margin:40px!important}.has-padding-40-fullhd{padding:40px!important}}@media screen and (max-width:768px){.has-margin-top-40-mobile{margin-top:40px!important}.has-padding-top-40-mobile{padding-top:40px!important}}@media print,screen and (min-width:769px){.has-margin-top-40-tablet{margin-top:40px!important}.has-padding-top-40-tablet{padding-top:40px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-40-tablet-only{margin-top:40px!important}.has-padding-top-40-tablet-only{padding-top:40px!important}}@media screen and (max-width:1087px){.has-margin-top-40-touch{margin-top:40px!important}.has-padding-top-40-touch{padding-top:40px!important}}@media screen and (min-width:1088px){.has-margin-top-40-desktop{margin-top:40px!important}.has-padding-top-40-desktop{padding-top:40px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-40-desktop-only{margin-top:40px!important}.has-padding-top-40-desktop-only{padding-top:40px!important}}@media screen and (min-width:1280px){.has-margin-top-40-widescreen{margin-top:40px!important}.has-padding-top-40-widescreen{padding-top:40px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-40-widescreen-only{margin-top:40px!important}.has-padding-top-40-widescreen-only{padding-top:40px!important}}@media screen and (min-width:1472px){.has-margin-top-40-fullhd{margin-top:40px!important}.has-padding-top-40-fullhd{padding-top:40px!important}}@media screen and (max-width:768px){.has-margin-bottom-40-mobile{margin-bottom:40px!important}.has-padding-bottom-40-mobile{padding-bottom:40px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-40-tablet{margin-bottom:40px!important}.has-padding-bottom-40-tablet{padding-bottom:40px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-40-tablet-only{margin-bottom:40px!important}.has-padding-bottom-40-tablet-only{padding-bottom:40px!important}}@media screen and (max-width:1087px){.has-margin-bottom-40-touch{margin-bottom:40px!important}.has-padding-bottom-40-touch{padding-bottom:40px!important}}@media screen and (min-width:1088px){.has-margin-bottom-40-desktop{margin-bottom:40px!important}.has-padding-bottom-40-desktop{padding-bottom:40px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-40-desktop-only{margin-bottom:40px!important}.has-padding-bottom-40-desktop-only{padding-bottom:40px!important}}@media screen and (min-width:1280px){.has-margin-bottom-40-widescreen{margin-bottom:40px!important}.has-padding-bottom-40-widescreen{padding-bottom:40px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-40-widescreen-only{margin-bottom:40px!important}.has-padding-bottom-40-widescreen-only{padding-bottom:40px!important}}@media screen and (min-width:1472px){.has-margin-bottom-40-fullhd{margin-bottom:40px!important}.has-padding-bottom-40-fullhd{padding-bottom:40px!important}}@media screen and (max-width:768px){.has-margin-left-40-mobile{margin-left:40px!important}.has-padding-left-40-mobile{padding-left:40px!important}}@media print,screen and (min-width:769px){.has-margin-left-40-tablet{margin-left:40px!important}.has-padding-left-40-tablet{padding-left:40px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-40-tablet-only{margin-left:40px!important}.has-padding-left-40-tablet-only{padding-left:40px!important}}@media screen and (max-width:1087px){.has-margin-left-40-touch{margin-left:40px!important}.has-padding-left-40-touch{padding-left:40px!important}}@media screen and (min-width:1088px){.has-margin-left-40-desktop{margin-left:40px!important}.has-padding-left-40-desktop{padding-left:40px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-40-desktop-only{margin-left:40px!important}.has-padding-left-40-desktop-only{padding-left:40px!important}}@media screen and (min-width:1280px){.has-margin-left-40-widescreen{margin-left:40px!important}.has-padding-left-40-widescreen{padding-left:40px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-40-widescreen-only{margin-left:40px!important}.has-padding-left-40-widescreen-only{padding-left:40px!important}}@media screen and (min-width:1472px){.has-margin-left-40-fullhd{margin-left:40px!important}.has-padding-left-40-fullhd{padding-left:40px!important}}@media screen and (max-width:768px){.has-margin-right-40-mobile{margin-right:40px!important}.has-padding-right-40-mobile{padding-right:40px!important}}@media print,screen and (min-width:769px){.has-margin-right-40-tablet{margin-right:40px!important}.has-padding-right-40-tablet{padding-right:40px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-40-tablet-only{margin-right:40px!important}.has-padding-right-40-tablet-only{padding-right:40px!important}}@media screen and (max-width:1087px){.has-margin-right-40-touch{margin-right:40px!important}.has-padding-right-40-touch{padding-right:40px!important}}@media screen and (min-width:1088px){.has-margin-right-40-desktop{margin-right:40px!important}.has-padding-right-40-desktop{padding-right:40px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-40-desktop-only{margin-right:40px!important}.has-padding-right-40-desktop-only{padding-right:40px!important}}@media screen and (min-width:1280px){.has-margin-right-40-widescreen{margin-right:40px!important}.has-padding-right-40-widescreen{padding-right:40px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-40-widescreen-only{margin-right:40px!important}.has-padding-right-40-widescreen-only{padding-right:40px!important}}@media screen and (min-width:1472px){.has-margin-right-40-fullhd{margin-right:40px!important}.has-padding-right-40-fullhd{padding-right:40px!important}}@media screen and (max-width:768px){.has-margin-45-mobile{margin:45px!important}.has-padding-45-mobile{padding:45px!important}}@media print,screen and (min-width:769px){.has-margin-45-tablet{margin:45px!important}.has-padding-45-tablet{padding:45px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-45-tablet-only{margin:45px!important}.has-padding-45-tablet-only{padding:45px!important}}@media screen and (max-width:1087px){.has-margin-45-touch{margin:45px!important}.has-padding-45-touch{padding:45px!important}}@media screen and (min-width:1088px){.has-margin-45-desktop{margin:45px!important}.has-padding-45-desktop{padding:45px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-45-desktop-only{margin:45px!important}.has-padding-45-desktop-only{padding:45px!important}}@media screen and (min-width:1280px){.has-margin-45-widescreen{margin:45px!important}.has-padding-45-widescreen{padding:45px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-45-widescreen-only{margin:45px!important}.has-padding-45-widescreen-only{padding:45px!important}}@media screen and (min-width:1472px){.has-margin-45-fullhd{margin:45px!important}.has-padding-45-fullhd{padding:45px!important}}@media screen and (max-width:768px){.has-margin-top-45-mobile{margin-top:45px!important}.has-padding-top-45-mobile{padding-top:45px!important}}@media print,screen and (min-width:769px){.has-margin-top-45-tablet{margin-top:45px!important}.has-padding-top-45-tablet{padding-top:45px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-45-tablet-only{margin-top:45px!important}.has-padding-top-45-tablet-only{padding-top:45px!important}}@media screen and (max-width:1087px){.has-margin-top-45-touch{margin-top:45px!important}.has-padding-top-45-touch{padding-top:45px!important}}@media screen and (min-width:1088px){.has-margin-top-45-desktop{margin-top:45px!important}.has-padding-top-45-desktop{padding-top:45px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-45-desktop-only{margin-top:45px!important}.has-padding-top-45-desktop-only{padding-top:45px!important}}@media screen and (min-width:1280px){.has-margin-top-45-widescreen{margin-top:45px!important}.has-padding-top-45-widescreen{padding-top:45px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-45-widescreen-only{margin-top:45px!important}.has-padding-top-45-widescreen-only{padding-top:45px!important}}@media screen and (min-width:1472px){.has-margin-top-45-fullhd{margin-top:45px!important}.has-padding-top-45-fullhd{padding-top:45px!important}}@media screen and (max-width:768px){.has-margin-bottom-45-mobile{margin-bottom:45px!important}.has-padding-bottom-45-mobile{padding-bottom:45px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-45-tablet{margin-bottom:45px!important}.has-padding-bottom-45-tablet{padding-bottom:45px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-45-tablet-only{margin-bottom:45px!important}.has-padding-bottom-45-tablet-only{padding-bottom:45px!important}}@media screen and (max-width:1087px){.has-margin-bottom-45-touch{margin-bottom:45px!important}.has-padding-bottom-45-touch{padding-bottom:45px!important}}@media screen and (min-width:1088px){.has-margin-bottom-45-desktop{margin-bottom:45px!important}.has-padding-bottom-45-desktop{padding-bottom:45px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-45-desktop-only{margin-bottom:45px!important}.has-padding-bottom-45-desktop-only{padding-bottom:45px!important}}@media screen and (min-width:1280px){.has-margin-bottom-45-widescreen{margin-bottom:45px!important}.has-padding-bottom-45-widescreen{padding-bottom:45px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-45-widescreen-only{margin-bottom:45px!important}.has-padding-bottom-45-widescreen-only{padding-bottom:45px!important}}@media screen and (min-width:1472px){.has-margin-bottom-45-fullhd{margin-bottom:45px!important}.has-padding-bottom-45-fullhd{padding-bottom:45px!important}}@media screen and (max-width:768px){.has-margin-left-45-mobile{margin-left:45px!important}.has-padding-left-45-mobile{padding-left:45px!important}}@media print,screen and (min-width:769px){.has-margin-left-45-tablet{margin-left:45px!important}.has-padding-left-45-tablet{padding-left:45px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-45-tablet-only{margin-left:45px!important}.has-padding-left-45-tablet-only{padding-left:45px!important}}@media screen and (max-width:1087px){.has-margin-left-45-touch{margin-left:45px!important}.has-padding-left-45-touch{padding-left:45px!important}}@media screen and (min-width:1088px){.has-margin-left-45-desktop{margin-left:45px!important}.has-padding-left-45-desktop{padding-left:45px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-45-desktop-only{margin-left:45px!important}.has-padding-left-45-desktop-only{padding-left:45px!important}}@media screen and (min-width:1280px){.has-margin-left-45-widescreen{margin-left:45px!important}.has-padding-left-45-widescreen{padding-left:45px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-45-widescreen-only{margin-left:45px!important}.has-padding-left-45-widescreen-only{padding-left:45px!important}}@media screen and (min-width:1472px){.has-margin-left-45-fullhd{margin-left:45px!important}.has-padding-left-45-fullhd{padding-left:45px!important}}@media screen and (max-width:768px){.has-margin-right-45-mobile{margin-right:45px!important}.has-padding-right-45-mobile{padding-right:45px!important}}@media print,screen and (min-width:769px){.has-margin-right-45-tablet{margin-right:45px!important}.has-padding-right-45-tablet{padding-right:45px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-45-tablet-only{margin-right:45px!important}.has-padding-right-45-tablet-only{padding-right:45px!important}}@media screen and (max-width:1087px){.has-margin-right-45-touch{margin-right:45px!important}.has-padding-right-45-touch{padding-right:45px!important}}@media screen and (min-width:1088px){.has-margin-right-45-desktop{margin-right:45px!important}.has-padding-right-45-desktop{padding-right:45px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-45-desktop-only{margin-right:45px!important}.has-padding-right-45-desktop-only{padding-right:45px!important}}@media screen and (min-width:1280px){.has-margin-right-45-widescreen{margin-right:45px!important}.has-padding-right-45-widescreen{padding-right:45px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-45-widescreen-only{margin-right:45px!important}.has-padding-right-45-widescreen-only{padding-right:45px!important}}@media screen and (min-width:1472px){.has-margin-right-45-fullhd{margin-right:45px!important}.has-padding-right-45-fullhd{padding-right:45px!important}}@media screen and (max-width:768px){.has-margin-50-mobile{margin:50px!important}.has-padding-50-mobile{padding:50px!important}}@media print,screen and (min-width:769px){.has-margin-50-tablet{margin:50px!important}.has-padding-50-tablet{padding:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-50-tablet-only{margin:50px!important}.has-padding-50-tablet-only{padding:50px!important}}@media screen and (max-width:1087px){.has-margin-50-touch{margin:50px!important}.has-padding-50-touch{padding:50px!important}}@media screen and (min-width:1088px){.has-margin-50-desktop{margin:50px!important}.has-padding-50-desktop{padding:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-50-desktop-only{margin:50px!important}.has-padding-50-desktop-only{padding:50px!important}}@media screen and (min-width:1280px){.has-margin-50-widescreen{margin:50px!important}.has-padding-50-widescreen{padding:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-50-widescreen-only{margin:50px!important}.has-padding-50-widescreen-only{padding:50px!important}}@media screen and (min-width:1472px){.has-margin-50-fullhd{margin:50px!important}.has-padding-50-fullhd{padding:50px!important}}@media screen and (max-width:768px){.has-margin-top-50-mobile{margin-top:50px!important}.has-padding-top-50-mobile{padding-top:50px!important}}@media print,screen and (min-width:769px){.has-margin-top-50-tablet{margin-top:50px!important}.has-padding-top-50-tablet{padding-top:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-50-tablet-only{margin-top:50px!important}.has-padding-top-50-tablet-only{padding-top:50px!important}}@media screen and (max-width:1087px){.has-margin-top-50-touch{margin-top:50px!important}.has-padding-top-50-touch{padding-top:50px!important}}@media screen and (min-width:1088px){.has-margin-top-50-desktop{margin-top:50px!important}.has-padding-top-50-desktop{padding-top:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-50-desktop-only{margin-top:50px!important}.has-padding-top-50-desktop-only{padding-top:50px!important}}@media screen and (min-width:1280px){.has-margin-top-50-widescreen{margin-top:50px!important}.has-padding-top-50-widescreen{padding-top:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-50-widescreen-only{margin-top:50px!important}.has-padding-top-50-widescreen-only{padding-top:50px!important}}@media screen and (min-width:1472px){.has-margin-top-50-fullhd{margin-top:50px!important}.has-padding-top-50-fullhd{padding-top:50px!important}}@media screen and (max-width:768px){.has-margin-bottom-50-mobile{margin-bottom:50px!important}.has-padding-bottom-50-mobile{padding-bottom:50px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-50-tablet{margin-bottom:50px!important}.has-padding-bottom-50-tablet{padding-bottom:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-50-tablet-only{margin-bottom:50px!important}.has-padding-bottom-50-tablet-only{padding-bottom:50px!important}}@media screen and (max-width:1087px){.has-margin-bottom-50-touch{margin-bottom:50px!important}.has-padding-bottom-50-touch{padding-bottom:50px!important}}@media screen and (min-width:1088px){.has-margin-bottom-50-desktop{margin-bottom:50px!important}.has-padding-bottom-50-desktop{padding-bottom:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-50-desktop-only{margin-bottom:50px!important}.has-padding-bottom-50-desktop-only{padding-bottom:50px!important}}@media screen and (min-width:1280px){.has-margin-bottom-50-widescreen{margin-bottom:50px!important}.has-padding-bottom-50-widescreen{padding-bottom:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-50-widescreen-only{margin-bottom:50px!important}.has-padding-bottom-50-widescreen-only{padding-bottom:50px!important}}@media screen and (min-width:1472px){.has-margin-bottom-50-fullhd{margin-bottom:50px!important}.has-padding-bottom-50-fullhd{padding-bottom:50px!important}}@media screen and (max-width:768px){.has-margin-left-50-mobile{margin-left:50px!important}.has-padding-left-50-mobile{padding-left:50px!important}}@media print,screen and (min-width:769px){.has-margin-left-50-tablet{margin-left:50px!important}.has-padding-left-50-tablet{padding-left:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-50-tablet-only{margin-left:50px!important}.has-padding-left-50-tablet-only{padding-left:50px!important}}@media screen and (max-width:1087px){.has-margin-left-50-touch{margin-left:50px!important}.has-padding-left-50-touch{padding-left:50px!important}}@media screen and (min-width:1088px){.has-margin-left-50-desktop{margin-left:50px!important}.has-padding-left-50-desktop{padding-left:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-50-desktop-only{margin-left:50px!important}.has-padding-left-50-desktop-only{padding-left:50px!important}}@media screen and (min-width:1280px){.has-margin-left-50-widescreen{margin-left:50px!important}.has-padding-left-50-widescreen{padding-left:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-50-widescreen-only{margin-left:50px!important}.has-padding-left-50-widescreen-only{padding-left:50px!important}}@media screen and (min-width:1472px){.has-margin-left-50-fullhd{margin-left:50px!important}.has-padding-left-50-fullhd{padding-left:50px!important}}@media screen and (max-width:768px){.has-margin-right-50-mobile{margin-right:50px!important}.has-padding-right-50-mobile{padding-right:50px!important}}@media print,screen and (min-width:769px){.has-margin-right-50-tablet{margin-right:50px!important}.has-padding-right-50-tablet{padding-right:50px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-50-tablet-only{margin-right:50px!important}.has-padding-right-50-tablet-only{padding-right:50px!important}}@media screen and (max-width:1087px){.has-margin-right-50-touch{margin-right:50px!important}.has-padding-right-50-touch{padding-right:50px!important}}@media screen and (min-width:1088px){.has-margin-right-50-desktop{margin-right:50px!important}.has-padding-right-50-desktop{padding-right:50px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-50-desktop-only{margin-right:50px!important}.has-padding-right-50-desktop-only{padding-right:50px!important}}@media screen and (min-width:1280px){.has-margin-right-50-widescreen{margin-right:50px!important}.has-padding-right-50-widescreen{padding-right:50px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-50-widescreen-only{margin-right:50px!important}.has-padding-right-50-widescreen-only{padding-right:50px!important}}@media screen and (min-width:1472px){.has-margin-right-50-fullhd{margin-right:50px!important}.has-padding-right-50-fullhd{padding-right:50px!important}}@media screen and (max-width:768px){.has-margin-55-mobile{margin:55px!important}.has-padding-55-mobile{padding:55px!important}}@media print,screen and (min-width:769px){.has-margin-55-tablet{margin:55px!important}.has-padding-55-tablet{padding:55px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-55-tablet-only{margin:55px!important}.has-padding-55-tablet-only{padding:55px!important}}@media screen and (max-width:1087px){.has-margin-55-touch{margin:55px!important}.has-padding-55-touch{padding:55px!important}}@media screen and (min-width:1088px){.has-margin-55-desktop{margin:55px!important}.has-padding-55-desktop{padding:55px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-55-desktop-only{margin:55px!important}.has-padding-55-desktop-only{padding:55px!important}}@media screen and (min-width:1280px){.has-margin-55-widescreen{margin:55px!important}.has-padding-55-widescreen{padding:55px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-55-widescreen-only{margin:55px!important}.has-padding-55-widescreen-only{padding:55px!important}}@media screen and (min-width:1472px){.has-margin-55-fullhd{margin:55px!important}.has-padding-55-fullhd{padding:55px!important}}@media screen and (max-width:768px){.has-margin-top-55-mobile{margin-top:55px!important}.has-padding-top-55-mobile{padding-top:55px!important}}@media print,screen and (min-width:769px){.has-margin-top-55-tablet{margin-top:55px!important}.has-padding-top-55-tablet{padding-top:55px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-55-tablet-only{margin-top:55px!important}.has-padding-top-55-tablet-only{padding-top:55px!important}}@media screen and (max-width:1087px){.has-margin-top-55-touch{margin-top:55px!important}.has-padding-top-55-touch{padding-top:55px!important}}@media screen and (min-width:1088px){.has-margin-top-55-desktop{margin-top:55px!important}.has-padding-top-55-desktop{padding-top:55px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-55-desktop-only{margin-top:55px!important}.has-padding-top-55-desktop-only{padding-top:55px!important}}@media screen and (min-width:1280px){.has-margin-top-55-widescreen{margin-top:55px!important}.has-padding-top-55-widescreen{padding-top:55px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-55-widescreen-only{margin-top:55px!important}.has-padding-top-55-widescreen-only{padding-top:55px!important}}@media screen and (min-width:1472px){.has-margin-top-55-fullhd{margin-top:55px!important}.has-padding-top-55-fullhd{padding-top:55px!important}}@media screen and (max-width:768px){.has-margin-bottom-55-mobile{margin-bottom:55px!important}.has-padding-bottom-55-mobile{padding-bottom:55px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-55-tablet{margin-bottom:55px!important}.has-padding-bottom-55-tablet{padding-bottom:55px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-55-tablet-only{margin-bottom:55px!important}.has-padding-bottom-55-tablet-only{padding-bottom:55px!important}}@media screen and (max-width:1087px){.has-margin-bottom-55-touch{margin-bottom:55px!important}.has-padding-bottom-55-touch{padding-bottom:55px!important}}@media screen and (min-width:1088px){.has-margin-bottom-55-desktop{margin-bottom:55px!important}.has-padding-bottom-55-desktop{padding-bottom:55px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-55-desktop-only{margin-bottom:55px!important}.has-padding-bottom-55-desktop-only{padding-bottom:55px!important}}@media screen and (min-width:1280px){.has-margin-bottom-55-widescreen{margin-bottom:55px!important}.has-padding-bottom-55-widescreen{padding-bottom:55px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-55-widescreen-only{margin-bottom:55px!important}.has-padding-bottom-55-widescreen-only{padding-bottom:55px!important}}@media screen and (min-width:1472px){.has-margin-bottom-55-fullhd{margin-bottom:55px!important}.has-padding-bottom-55-fullhd{padding-bottom:55px!important}}@media screen and (max-width:768px){.has-margin-left-55-mobile{margin-left:55px!important}.has-padding-left-55-mobile{padding-left:55px!important}}@media print,screen and (min-width:769px){.has-margin-left-55-tablet{margin-left:55px!important}.has-padding-left-55-tablet{padding-left:55px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-55-tablet-only{margin-left:55px!important}.has-padding-left-55-tablet-only{padding-left:55px!important}}@media screen and (max-width:1087px){.has-margin-left-55-touch{margin-left:55px!important}.has-padding-left-55-touch{padding-left:55px!important}}@media screen and (min-width:1088px){.has-margin-left-55-desktop{margin-left:55px!important}.has-padding-left-55-desktop{padding-left:55px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-55-desktop-only{margin-left:55px!important}.has-padding-left-55-desktop-only{padding-left:55px!important}}@media screen and (min-width:1280px){.has-margin-left-55-widescreen{margin-left:55px!important}.has-padding-left-55-widescreen{padding-left:55px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-55-widescreen-only{margin-left:55px!important}.has-padding-left-55-widescreen-only{padding-left:55px!important}}@media screen and (min-width:1472px){.has-margin-left-55-fullhd{margin-left:55px!important}.has-padding-left-55-fullhd{padding-left:55px!important}}@media screen and (max-width:768px){.has-margin-right-55-mobile{margin-right:55px!important}.has-padding-right-55-mobile{padding-right:55px!important}}@media print,screen and (min-width:769px){.has-margin-right-55-tablet{margin-right:55px!important}.has-padding-right-55-tablet{padding-right:55px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-55-tablet-only{margin-right:55px!important}.has-padding-right-55-tablet-only{padding-right:55px!important}}@media screen and (max-width:1087px){.has-margin-right-55-touch{margin-right:55px!important}.has-padding-right-55-touch{padding-right:55px!important}}@media screen and (min-width:1088px){.has-margin-right-55-desktop{margin-right:55px!important}.has-padding-right-55-desktop{padding-right:55px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-55-desktop-only{margin-right:55px!important}.has-padding-right-55-desktop-only{padding-right:55px!important}}@media screen and (min-width:1280px){.has-margin-right-55-widescreen{margin-right:55px!important}.has-padding-right-55-widescreen{padding-right:55px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-55-widescreen-only{margin-right:55px!important}.has-padding-right-55-widescreen-only{padding-right:55px!important}}@media screen and (min-width:1472px){.has-margin-right-55-fullhd{margin-right:55px!important}.has-padding-right-55-fullhd{padding-right:55px!important}}@media screen and (max-width:768px){.has-margin-60-mobile{margin:60px!important}.has-padding-60-mobile{padding:60px!important}}@media print,screen and (min-width:769px){.has-margin-60-tablet{margin:60px!important}.has-padding-60-tablet{padding:60px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-60-tablet-only{margin:60px!important}.has-padding-60-tablet-only{padding:60px!important}}@media screen and (max-width:1087px){.has-margin-60-touch{margin:60px!important}.has-padding-60-touch{padding:60px!important}}@media screen and (min-width:1088px){.has-margin-60-desktop{margin:60px!important}.has-padding-60-desktop{padding:60px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-60-desktop-only{margin:60px!important}.has-padding-60-desktop-only{padding:60px!important}}@media screen and (min-width:1280px){.has-margin-60-widescreen{margin:60px!important}.has-padding-60-widescreen{padding:60px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-60-widescreen-only{margin:60px!important}.has-padding-60-widescreen-only{padding:60px!important}}@media screen and (min-width:1472px){.has-margin-60-fullhd{margin:60px!important}.has-padding-60-fullhd{padding:60px!important}}@media screen and (max-width:768px){.has-margin-top-60-mobile{margin-top:60px!important}.has-padding-top-60-mobile{padding-top:60px!important}}@media print,screen and (min-width:769px){.has-margin-top-60-tablet{margin-top:60px!important}.has-padding-top-60-tablet{padding-top:60px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-60-tablet-only{margin-top:60px!important}.has-padding-top-60-tablet-only{padding-top:60px!important}}@media screen and (max-width:1087px){.has-margin-top-60-touch{margin-top:60px!important}.has-padding-top-60-touch{padding-top:60px!important}}@media screen and (min-width:1088px){.has-margin-top-60-desktop{margin-top:60px!important}.has-padding-top-60-desktop{padding-top:60px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-60-desktop-only{margin-top:60px!important}.has-padding-top-60-desktop-only{padding-top:60px!important}}@media screen and (min-width:1280px){.has-margin-top-60-widescreen{margin-top:60px!important}.has-padding-top-60-widescreen{padding-top:60px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-60-widescreen-only{margin-top:60px!important}.has-padding-top-60-widescreen-only{padding-top:60px!important}}@media screen and (min-width:1472px){.has-margin-top-60-fullhd{margin-top:60px!important}.has-padding-top-60-fullhd{padding-top:60px!important}}@media screen and (max-width:768px){.has-margin-bottom-60-mobile{margin-bottom:60px!important}.has-padding-bottom-60-mobile{padding-bottom:60px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-60-tablet{margin-bottom:60px!important}.has-padding-bottom-60-tablet{padding-bottom:60px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-60-tablet-only{margin-bottom:60px!important}.has-padding-bottom-60-tablet-only{padding-bottom:60px!important}}@media screen and (max-width:1087px){.has-margin-bottom-60-touch{margin-bottom:60px!important}.has-padding-bottom-60-touch{padding-bottom:60px!important}}@media screen and (min-width:1088px){.has-margin-bottom-60-desktop{margin-bottom:60px!important}.has-padding-bottom-60-desktop{padding-bottom:60px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-60-desktop-only{margin-bottom:60px!important}.has-padding-bottom-60-desktop-only{padding-bottom:60px!important}}@media screen and (min-width:1280px){.has-margin-bottom-60-widescreen{margin-bottom:60px!important}.has-padding-bottom-60-widescreen{padding-bottom:60px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-60-widescreen-only{margin-bottom:60px!important}.has-padding-bottom-60-widescreen-only{padding-bottom:60px!important}}@media screen and (min-width:1472px){.has-margin-bottom-60-fullhd{margin-bottom:60px!important}.has-padding-bottom-60-fullhd{padding-bottom:60px!important}}@media screen and (max-width:768px){.has-margin-left-60-mobile{margin-left:60px!important}.has-padding-left-60-mobile{padding-left:60px!important}}@media print,screen and (min-width:769px){.has-margin-left-60-tablet{margin-left:60px!important}.has-padding-left-60-tablet{padding-left:60px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-60-tablet-only{margin-left:60px!important}.has-padding-left-60-tablet-only{padding-left:60px!important}}@media screen and (max-width:1087px){.has-margin-left-60-touch{margin-left:60px!important}.has-padding-left-60-touch{padding-left:60px!important}}@media screen and (min-width:1088px){.has-margin-left-60-desktop{margin-left:60px!important}.has-padding-left-60-desktop{padding-left:60px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-60-desktop-only{margin-left:60px!important}.has-padding-left-60-desktop-only{padding-left:60px!important}}@media screen and (min-width:1280px){.has-margin-left-60-widescreen{margin-left:60px!important}.has-padding-left-60-widescreen{padding-left:60px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-60-widescreen-only{margin-left:60px!important}.has-padding-left-60-widescreen-only{padding-left:60px!important}}@media screen and (min-width:1472px){.has-margin-left-60-fullhd{margin-left:60px!important}.has-padding-left-60-fullhd{padding-left:60px!important}}@media screen and (max-width:768px){.has-margin-right-60-mobile{margin-right:60px!important}.has-padding-right-60-mobile{padding-right:60px!important}}@media print,screen and (min-width:769px){.has-margin-right-60-tablet{margin-right:60px!important}.has-padding-right-60-tablet{padding-right:60px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-60-tablet-only{margin-right:60px!important}.has-padding-right-60-tablet-only{padding-right:60px!important}}@media screen and (max-width:1087px){.has-margin-right-60-touch{margin-right:60px!important}.has-padding-right-60-touch{padding-right:60px!important}}@media screen and (min-width:1088px){.has-margin-right-60-desktop{margin-right:60px!important}.has-padding-right-60-desktop{padding-right:60px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-60-desktop-only{margin-right:60px!important}.has-padding-right-60-desktop-only{padding-right:60px!important}}@media screen and (min-width:1280px){.has-margin-right-60-widescreen{margin-right:60px!important}.has-padding-right-60-widescreen{padding-right:60px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-60-widescreen-only{margin-right:60px!important}.has-padding-right-60-widescreen-only{padding-right:60px!important}}@media screen and (min-width:1472px){.has-margin-right-60-fullhd{margin-right:60px!important}.has-padding-right-60-fullhd{padding-right:60px!important}}@media screen and (max-width:768px){.has-margin-65-mobile{margin:65px!important}.has-padding-65-mobile{padding:65px!important}}@media print,screen and (min-width:769px){.has-margin-65-tablet{margin:65px!important}.has-padding-65-tablet{padding:65px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-65-tablet-only{margin:65px!important}.has-padding-65-tablet-only{padding:65px!important}}@media screen and (max-width:1087px){.has-margin-65-touch{margin:65px!important}.has-padding-65-touch{padding:65px!important}}@media screen and (min-width:1088px){.has-margin-65-desktop{margin:65px!important}.has-padding-65-desktop{padding:65px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-65-desktop-only{margin:65px!important}.has-padding-65-desktop-only{padding:65px!important}}@media screen and (min-width:1280px){.has-margin-65-widescreen{margin:65px!important}.has-padding-65-widescreen{padding:65px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-65-widescreen-only{margin:65px!important}.has-padding-65-widescreen-only{padding:65px!important}}@media screen and (min-width:1472px){.has-margin-65-fullhd{margin:65px!important}.has-padding-65-fullhd{padding:65px!important}}@media screen and (max-width:768px){.has-margin-top-65-mobile{margin-top:65px!important}.has-padding-top-65-mobile{padding-top:65px!important}}@media print,screen and (min-width:769px){.has-margin-top-65-tablet{margin-top:65px!important}.has-padding-top-65-tablet{padding-top:65px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-65-tablet-only{margin-top:65px!important}.has-padding-top-65-tablet-only{padding-top:65px!important}}@media screen and (max-width:1087px){.has-margin-top-65-touch{margin-top:65px!important}.has-padding-top-65-touch{padding-top:65px!important}}@media screen and (min-width:1088px){.has-margin-top-65-desktop{margin-top:65px!important}.has-padding-top-65-desktop{padding-top:65px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-65-desktop-only{margin-top:65px!important}.has-padding-top-65-desktop-only{padding-top:65px!important}}@media screen and (min-width:1280px){.has-margin-top-65-widescreen{margin-top:65px!important}.has-padding-top-65-widescreen{padding-top:65px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-65-widescreen-only{margin-top:65px!important}.has-padding-top-65-widescreen-only{padding-top:65px!important}}@media screen and (min-width:1472px){.has-margin-top-65-fullhd{margin-top:65px!important}.has-padding-top-65-fullhd{padding-top:65px!important}}@media screen and (max-width:768px){.has-margin-bottom-65-mobile{margin-bottom:65px!important}.has-padding-bottom-65-mobile{padding-bottom:65px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-65-tablet{margin-bottom:65px!important}.has-padding-bottom-65-tablet{padding-bottom:65px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-65-tablet-only{margin-bottom:65px!important}.has-padding-bottom-65-tablet-only{padding-bottom:65px!important}}@media screen and (max-width:1087px){.has-margin-bottom-65-touch{margin-bottom:65px!important}.has-padding-bottom-65-touch{padding-bottom:65px!important}}@media screen and (min-width:1088px){.has-margin-bottom-65-desktop{margin-bottom:65px!important}.has-padding-bottom-65-desktop{padding-bottom:65px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-65-desktop-only{margin-bottom:65px!important}.has-padding-bottom-65-desktop-only{padding-bottom:65px!important}}@media screen and (min-width:1280px){.has-margin-bottom-65-widescreen{margin-bottom:65px!important}.has-padding-bottom-65-widescreen{padding-bottom:65px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-65-widescreen-only{margin-bottom:65px!important}.has-padding-bottom-65-widescreen-only{padding-bottom:65px!important}}@media screen and (min-width:1472px){.has-margin-bottom-65-fullhd{margin-bottom:65px!important}.has-padding-bottom-65-fullhd{padding-bottom:65px!important}}@media screen and (max-width:768px){.has-margin-left-65-mobile{margin-left:65px!important}.has-padding-left-65-mobile{padding-left:65px!important}}@media print,screen and (min-width:769px){.has-margin-left-65-tablet{margin-left:65px!important}.has-padding-left-65-tablet{padding-left:65px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-65-tablet-only{margin-left:65px!important}.has-padding-left-65-tablet-only{padding-left:65px!important}}@media screen and (max-width:1087px){.has-margin-left-65-touch{margin-left:65px!important}.has-padding-left-65-touch{padding-left:65px!important}}@media screen and (min-width:1088px){.has-margin-left-65-desktop{margin-left:65px!important}.has-padding-left-65-desktop{padding-left:65px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-65-desktop-only{margin-left:65px!important}.has-padding-left-65-desktop-only{padding-left:65px!important}}@media screen and (min-width:1280px){.has-margin-left-65-widescreen{margin-left:65px!important}.has-padding-left-65-widescreen{padding-left:65px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-65-widescreen-only{margin-left:65px!important}.has-padding-left-65-widescreen-only{padding-left:65px!important}}@media screen and (min-width:1472px){.has-margin-left-65-fullhd{margin-left:65px!important}.has-padding-left-65-fullhd{padding-left:65px!important}}@media screen and (max-width:768px){.has-margin-right-65-mobile{margin-right:65px!important}.has-padding-right-65-mobile{padding-right:65px!important}}@media print,screen and (min-width:769px){.has-margin-right-65-tablet{margin-right:65px!important}.has-padding-right-65-tablet{padding-right:65px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-65-tablet-only{margin-right:65px!important}.has-padding-right-65-tablet-only{padding-right:65px!important}}@media screen and (max-width:1087px){.has-margin-right-65-touch{margin-right:65px!important}.has-padding-right-65-touch{padding-right:65px!important}}@media screen and (min-width:1088px){.has-margin-right-65-desktop{margin-right:65px!important}.has-padding-right-65-desktop{padding-right:65px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-65-desktop-only{margin-right:65px!important}.has-padding-right-65-desktop-only{padding-right:65px!important}}@media screen and (min-width:1280px){.has-margin-right-65-widescreen{margin-right:65px!important}.has-padding-right-65-widescreen{padding-right:65px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-65-widescreen-only{margin-right:65px!important}.has-padding-right-65-widescreen-only{padding-right:65px!important}}@media screen and (min-width:1472px){.has-margin-right-65-fullhd{margin-right:65px!important}.has-padding-right-65-fullhd{padding-right:65px!important}}@media screen and (max-width:768px){.has-margin-70-mobile{margin:70px!important}.has-padding-70-mobile{padding:70px!important}}@media print,screen and (min-width:769px){.has-margin-70-tablet{margin:70px!important}.has-padding-70-tablet{padding:70px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-70-tablet-only{margin:70px!important}.has-padding-70-tablet-only{padding:70px!important}}@media screen and (max-width:1087px){.has-margin-70-touch{margin:70px!important}.has-padding-70-touch{padding:70px!important}}@media screen and (min-width:1088px){.has-margin-70-desktop{margin:70px!important}.has-padding-70-desktop{padding:70px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-70-desktop-only{margin:70px!important}.has-padding-70-desktop-only{padding:70px!important}}@media screen and (min-width:1280px){.has-margin-70-widescreen{margin:70px!important}.has-padding-70-widescreen{padding:70px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-70-widescreen-only{margin:70px!important}.has-padding-70-widescreen-only{padding:70px!important}}@media screen and (min-width:1472px){.has-margin-70-fullhd{margin:70px!important}.has-padding-70-fullhd{padding:70px!important}}@media screen and (max-width:768px){.has-margin-top-70-mobile{margin-top:70px!important}.has-padding-top-70-mobile{padding-top:70px!important}}@media print,screen and (min-width:769px){.has-margin-top-70-tablet{margin-top:70px!important}.has-padding-top-70-tablet{padding-top:70px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-70-tablet-only{margin-top:70px!important}.has-padding-top-70-tablet-only{padding-top:70px!important}}@media screen and (max-width:1087px){.has-margin-top-70-touch{margin-top:70px!important}.has-padding-top-70-touch{padding-top:70px!important}}@media screen and (min-width:1088px){.has-margin-top-70-desktop{margin-top:70px!important}.has-padding-top-70-desktop{padding-top:70px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-70-desktop-only{margin-top:70px!important}.has-padding-top-70-desktop-only{padding-top:70px!important}}@media screen and (min-width:1280px){.has-margin-top-70-widescreen{margin-top:70px!important}.has-padding-top-70-widescreen{padding-top:70px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-70-widescreen-only{margin-top:70px!important}.has-padding-top-70-widescreen-only{padding-top:70px!important}}@media screen and (min-width:1472px){.has-margin-top-70-fullhd{margin-top:70px!important}.has-padding-top-70-fullhd{padding-top:70px!important}}@media screen and (max-width:768px){.has-margin-bottom-70-mobile{margin-bottom:70px!important}.has-padding-bottom-70-mobile{padding-bottom:70px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-70-tablet{margin-bottom:70px!important}.has-padding-bottom-70-tablet{padding-bottom:70px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-70-tablet-only{margin-bottom:70px!important}.has-padding-bottom-70-tablet-only{padding-bottom:70px!important}}@media screen and (max-width:1087px){.has-margin-bottom-70-touch{margin-bottom:70px!important}.has-padding-bottom-70-touch{padding-bottom:70px!important}}@media screen and (min-width:1088px){.has-margin-bottom-70-desktop{margin-bottom:70px!important}.has-padding-bottom-70-desktop{padding-bottom:70px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-70-desktop-only{margin-bottom:70px!important}.has-padding-bottom-70-desktop-only{padding-bottom:70px!important}}@media screen and (min-width:1280px){.has-margin-bottom-70-widescreen{margin-bottom:70px!important}.has-padding-bottom-70-widescreen{padding-bottom:70px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-70-widescreen-only{margin-bottom:70px!important}.has-padding-bottom-70-widescreen-only{padding-bottom:70px!important}}@media screen and (min-width:1472px){.has-margin-bottom-70-fullhd{margin-bottom:70px!important}.has-padding-bottom-70-fullhd{padding-bottom:70px!important}}@media screen and (max-width:768px){.has-margin-left-70-mobile{margin-left:70px!important}.has-padding-left-70-mobile{padding-left:70px!important}}@media print,screen and (min-width:769px){.has-margin-left-70-tablet{margin-left:70px!important}.has-padding-left-70-tablet{padding-left:70px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-70-tablet-only{margin-left:70px!important}.has-padding-left-70-tablet-only{padding-left:70px!important}}@media screen and (max-width:1087px){.has-margin-left-70-touch{margin-left:70px!important}.has-padding-left-70-touch{padding-left:70px!important}}@media screen and (min-width:1088px){.has-margin-left-70-desktop{margin-left:70px!important}.has-padding-left-70-desktop{padding-left:70px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-70-desktop-only{margin-left:70px!important}.has-padding-left-70-desktop-only{padding-left:70px!important}}@media screen and (min-width:1280px){.has-margin-left-70-widescreen{margin-left:70px!important}.has-padding-left-70-widescreen{padding-left:70px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-70-widescreen-only{margin-left:70px!important}.has-padding-left-70-widescreen-only{padding-left:70px!important}}@media screen and (min-width:1472px){.has-margin-left-70-fullhd{margin-left:70px!important}.has-padding-left-70-fullhd{padding-left:70px!important}}@media screen and (max-width:768px){.has-margin-right-70-mobile{margin-right:70px!important}.has-padding-right-70-mobile{padding-right:70px!important}}@media print,screen and (min-width:769px){.has-margin-right-70-tablet{margin-right:70px!important}.has-padding-right-70-tablet{padding-right:70px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-70-tablet-only{margin-right:70px!important}.has-padding-right-70-tablet-only{padding-right:70px!important}}@media screen and (max-width:1087px){.has-margin-right-70-touch{margin-right:70px!important}.has-padding-right-70-touch{padding-right:70px!important}}@media screen and (min-width:1088px){.has-margin-right-70-desktop{margin-right:70px!important}.has-padding-right-70-desktop{padding-right:70px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-70-desktop-only{margin-right:70px!important}.has-padding-right-70-desktop-only{padding-right:70px!important}}@media screen and (min-width:1280px){.has-margin-right-70-widescreen{margin-right:70px!important}.has-padding-right-70-widescreen{padding-right:70px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-70-widescreen-only{margin-right:70px!important}.has-padding-right-70-widescreen-only{padding-right:70px!important}}@media screen and (min-width:1472px){.has-margin-right-70-fullhd{margin-right:70px!important}.has-padding-right-70-fullhd{padding-right:70px!important}}@media screen and (max-width:768px){.has-margin-75-mobile{margin:75px!important}.has-padding-75-mobile{padding:75px!important}}@media print,screen and (min-width:769px){.has-margin-75-tablet{margin:75px!important}.has-padding-75-tablet{padding:75px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-75-tablet-only{margin:75px!important}.has-padding-75-tablet-only{padding:75px!important}}@media screen and (max-width:1087px){.has-margin-75-touch{margin:75px!important}.has-padding-75-touch{padding:75px!important}}@media screen and (min-width:1088px){.has-margin-75-desktop{margin:75px!important}.has-padding-75-desktop{padding:75px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-75-desktop-only{margin:75px!important}.has-padding-75-desktop-only{padding:75px!important}}@media screen and (min-width:1280px){.has-margin-75-widescreen{margin:75px!important}.has-padding-75-widescreen{padding:75px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-75-widescreen-only{margin:75px!important}.has-padding-75-widescreen-only{padding:75px!important}}@media screen and (min-width:1472px){.has-margin-75-fullhd{margin:75px!important}.has-padding-75-fullhd{padding:75px!important}}@media screen and (max-width:768px){.has-margin-top-75-mobile{margin-top:75px!important}.has-padding-top-75-mobile{padding-top:75px!important}}@media print,screen and (min-width:769px){.has-margin-top-75-tablet{margin-top:75px!important}.has-padding-top-75-tablet{padding-top:75px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-75-tablet-only{margin-top:75px!important}.has-padding-top-75-tablet-only{padding-top:75px!important}}@media screen and (max-width:1087px){.has-margin-top-75-touch{margin-top:75px!important}.has-padding-top-75-touch{padding-top:75px!important}}@media screen and (min-width:1088px){.has-margin-top-75-desktop{margin-top:75px!important}.has-padding-top-75-desktop{padding-top:75px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-75-desktop-only{margin-top:75px!important}.has-padding-top-75-desktop-only{padding-top:75px!important}}@media screen and (min-width:1280px){.has-margin-top-75-widescreen{margin-top:75px!important}.has-padding-top-75-widescreen{padding-top:75px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-75-widescreen-only{margin-top:75px!important}.has-padding-top-75-widescreen-only{padding-top:75px!important}}@media screen and (min-width:1472px){.has-margin-top-75-fullhd{margin-top:75px!important}.has-padding-top-75-fullhd{padding-top:75px!important}}@media screen and (max-width:768px){.has-margin-bottom-75-mobile{margin-bottom:75px!important}.has-padding-bottom-75-mobile{padding-bottom:75px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-75-tablet{margin-bottom:75px!important}.has-padding-bottom-75-tablet{padding-bottom:75px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-75-tablet-only{margin-bottom:75px!important}.has-padding-bottom-75-tablet-only{padding-bottom:75px!important}}@media screen and (max-width:1087px){.has-margin-bottom-75-touch{margin-bottom:75px!important}.has-padding-bottom-75-touch{padding-bottom:75px!important}}@media screen and (min-width:1088px){.has-margin-bottom-75-desktop{margin-bottom:75px!important}.has-padding-bottom-75-desktop{padding-bottom:75px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-75-desktop-only{margin-bottom:75px!important}.has-padding-bottom-75-desktop-only{padding-bottom:75px!important}}@media screen and (min-width:1280px){.has-margin-bottom-75-widescreen{margin-bottom:75px!important}.has-padding-bottom-75-widescreen{padding-bottom:75px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-75-widescreen-only{margin-bottom:75px!important}.has-padding-bottom-75-widescreen-only{padding-bottom:75px!important}}@media screen and (min-width:1472px){.has-margin-bottom-75-fullhd{margin-bottom:75px!important}.has-padding-bottom-75-fullhd{padding-bottom:75px!important}}@media screen and (max-width:768px){.has-margin-left-75-mobile{margin-left:75px!important}.has-padding-left-75-mobile{padding-left:75px!important}}@media print,screen and (min-width:769px){.has-margin-left-75-tablet{margin-left:75px!important}.has-padding-left-75-tablet{padding-left:75px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-75-tablet-only{margin-left:75px!important}.has-padding-left-75-tablet-only{padding-left:75px!important}}@media screen and (max-width:1087px){.has-margin-left-75-touch{margin-left:75px!important}.has-padding-left-75-touch{padding-left:75px!important}}@media screen and (min-width:1088px){.has-margin-left-75-desktop{margin-left:75px!important}.has-padding-left-75-desktop{padding-left:75px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-75-desktop-only{margin-left:75px!important}.has-padding-left-75-desktop-only{padding-left:75px!important}}@media screen and (min-width:1280px){.has-margin-left-75-widescreen{margin-left:75px!important}.has-padding-left-75-widescreen{padding-left:75px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-75-widescreen-only{margin-left:75px!important}.has-padding-left-75-widescreen-only{padding-left:75px!important}}@media screen and (min-width:1472px){.has-margin-left-75-fullhd{margin-left:75px!important}.has-padding-left-75-fullhd{padding-left:75px!important}}@media screen and (max-width:768px){.has-margin-right-75-mobile{margin-right:75px!important}.has-padding-right-75-mobile{padding-right:75px!important}}@media print,screen and (min-width:769px){.has-margin-right-75-tablet{margin-right:75px!important}.has-padding-right-75-tablet{padding-right:75px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-75-tablet-only{margin-right:75px!important}.has-padding-right-75-tablet-only{padding-right:75px!important}}@media screen and (max-width:1087px){.has-margin-right-75-touch{margin-right:75px!important}.has-padding-right-75-touch{padding-right:75px!important}}@media screen and (min-width:1088px){.has-margin-right-75-desktop{margin-right:75px!important}.has-padding-right-75-desktop{padding-right:75px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-75-desktop-only{margin-right:75px!important}.has-padding-right-75-desktop-only{padding-right:75px!important}}@media screen and (min-width:1280px){.has-margin-right-75-widescreen{margin-right:75px!important}.has-padding-right-75-widescreen{padding-right:75px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-75-widescreen-only{margin-right:75px!important}.has-padding-right-75-widescreen-only{padding-right:75px!important}}@media screen and (min-width:1472px){.has-margin-right-75-fullhd{margin-right:75px!important}.has-padding-right-75-fullhd{padding-right:75px!important}}@media screen and (max-width:768px){.has-margin-80-mobile{margin:80px!important}.has-padding-80-mobile{padding:80px!important}}@media print,screen and (min-width:769px){.has-margin-80-tablet{margin:80px!important}.has-padding-80-tablet{padding:80px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-80-tablet-only{margin:80px!important}.has-padding-80-tablet-only{padding:80px!important}}@media screen and (max-width:1087px){.has-margin-80-touch{margin:80px!important}.has-padding-80-touch{padding:80px!important}}@media screen and (min-width:1088px){.has-margin-80-desktop{margin:80px!important}.has-padding-80-desktop{padding:80px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-80-desktop-only{margin:80px!important}.has-padding-80-desktop-only{padding:80px!important}}@media screen and (min-width:1280px){.has-margin-80-widescreen{margin:80px!important}.has-padding-80-widescreen{padding:80px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-80-widescreen-only{margin:80px!important}.has-padding-80-widescreen-only{padding:80px!important}}@media screen and (min-width:1472px){.has-margin-80-fullhd{margin:80px!important}.has-padding-80-fullhd{padding:80px!important}}@media screen and (max-width:768px){.has-margin-top-80-mobile{margin-top:80px!important}.has-padding-top-80-mobile{padding-top:80px!important}}@media print,screen and (min-width:769px){.has-margin-top-80-tablet{margin-top:80px!important}.has-padding-top-80-tablet{padding-top:80px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-80-tablet-only{margin-top:80px!important}.has-padding-top-80-tablet-only{padding-top:80px!important}}@media screen and (max-width:1087px){.has-margin-top-80-touch{margin-top:80px!important}.has-padding-top-80-touch{padding-top:80px!important}}@media screen and (min-width:1088px){.has-margin-top-80-desktop{margin-top:80px!important}.has-padding-top-80-desktop{padding-top:80px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-80-desktop-only{margin-top:80px!important}.has-padding-top-80-desktop-only{padding-top:80px!important}}@media screen and (min-width:1280px){.has-margin-top-80-widescreen{margin-top:80px!important}.has-padding-top-80-widescreen{padding-top:80px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-80-widescreen-only{margin-top:80px!important}.has-padding-top-80-widescreen-only{padding-top:80px!important}}@media screen and (min-width:1472px){.has-margin-top-80-fullhd{margin-top:80px!important}.has-padding-top-80-fullhd{padding-top:80px!important}}@media screen and (max-width:768px){.has-margin-bottom-80-mobile{margin-bottom:80px!important}.has-padding-bottom-80-mobile{padding-bottom:80px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-80-tablet{margin-bottom:80px!important}.has-padding-bottom-80-tablet{padding-bottom:80px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-80-tablet-only{margin-bottom:80px!important}.has-padding-bottom-80-tablet-only{padding-bottom:80px!important}}@media screen and (max-width:1087px){.has-margin-bottom-80-touch{margin-bottom:80px!important}.has-padding-bottom-80-touch{padding-bottom:80px!important}}@media screen and (min-width:1088px){.has-margin-bottom-80-desktop{margin-bottom:80px!important}.has-padding-bottom-80-desktop{padding-bottom:80px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-80-desktop-only{margin-bottom:80px!important}.has-padding-bottom-80-desktop-only{padding-bottom:80px!important}}@media screen and (min-width:1280px){.has-margin-bottom-80-widescreen{margin-bottom:80px!important}.has-padding-bottom-80-widescreen{padding-bottom:80px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-80-widescreen-only{margin-bottom:80px!important}.has-padding-bottom-80-widescreen-only{padding-bottom:80px!important}}@media screen and (min-width:1472px){.has-margin-bottom-80-fullhd{margin-bottom:80px!important}.has-padding-bottom-80-fullhd{padding-bottom:80px!important}}@media screen and (max-width:768px){.has-margin-left-80-mobile{margin-left:80px!important}.has-padding-left-80-mobile{padding-left:80px!important}}@media print,screen and (min-width:769px){.has-margin-left-80-tablet{margin-left:80px!important}.has-padding-left-80-tablet{padding-left:80px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-80-tablet-only{margin-left:80px!important}.has-padding-left-80-tablet-only{padding-left:80px!important}}@media screen and (max-width:1087px){.has-margin-left-80-touch{margin-left:80px!important}.has-padding-left-80-touch{padding-left:80px!important}}@media screen and (min-width:1088px){.has-margin-left-80-desktop{margin-left:80px!important}.has-padding-left-80-desktop{padding-left:80px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-80-desktop-only{margin-left:80px!important}.has-padding-left-80-desktop-only{padding-left:80px!important}}@media screen and (min-width:1280px){.has-margin-left-80-widescreen{margin-left:80px!important}.has-padding-left-80-widescreen{padding-left:80px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-80-widescreen-only{margin-left:80px!important}.has-padding-left-80-widescreen-only{padding-left:80px!important}}@media screen and (min-width:1472px){.has-margin-left-80-fullhd{margin-left:80px!important}.has-padding-left-80-fullhd{padding-left:80px!important}}@media screen and (max-width:768px){.has-margin-right-80-mobile{margin-right:80px!important}.has-padding-right-80-mobile{padding-right:80px!important}}@media print,screen and (min-width:769px){.has-margin-right-80-tablet{margin-right:80px!important}.has-padding-right-80-tablet{padding-right:80px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-80-tablet-only{margin-right:80px!important}.has-padding-right-80-tablet-only{padding-right:80px!important}}@media screen and (max-width:1087px){.has-margin-right-80-touch{margin-right:80px!important}.has-padding-right-80-touch{padding-right:80px!important}}@media screen and (min-width:1088px){.has-margin-right-80-desktop{margin-right:80px!important}.has-padding-right-80-desktop{padding-right:80px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-80-desktop-only{margin-right:80px!important}.has-padding-right-80-desktop-only{padding-right:80px!important}}@media screen and (min-width:1280px){.has-margin-right-80-widescreen{margin-right:80px!important}.has-padding-right-80-widescreen{padding-right:80px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-80-widescreen-only{margin-right:80px!important}.has-padding-right-80-widescreen-only{padding-right:80px!important}}@media screen and (min-width:1472px){.has-margin-right-80-fullhd{margin-right:80px!important}.has-padding-right-80-fullhd{padding-right:80px!important}}@media screen and (max-width:768px){.has-margin-85-mobile{margin:85px!important}.has-padding-85-mobile{padding:85px!important}}@media print,screen and (min-width:769px){.has-margin-85-tablet{margin:85px!important}.has-padding-85-tablet{padding:85px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-85-tablet-only{margin:85px!important}.has-padding-85-tablet-only{padding:85px!important}}@media screen and (max-width:1087px){.has-margin-85-touch{margin:85px!important}.has-padding-85-touch{padding:85px!important}}@media screen and (min-width:1088px){.has-margin-85-desktop{margin:85px!important}.has-padding-85-desktop{padding:85px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-85-desktop-only{margin:85px!important}.has-padding-85-desktop-only{padding:85px!important}}@media screen and (min-width:1280px){.has-margin-85-widescreen{margin:85px!important}.has-padding-85-widescreen{padding:85px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-85-widescreen-only{margin:85px!important}.has-padding-85-widescreen-only{padding:85px!important}}@media screen and (min-width:1472px){.has-margin-85-fullhd{margin:85px!important}.has-padding-85-fullhd{padding:85px!important}}@media screen and (max-width:768px){.has-margin-top-85-mobile{margin-top:85px!important}.has-padding-top-85-mobile{padding-top:85px!important}}@media print,screen and (min-width:769px){.has-margin-top-85-tablet{margin-top:85px!important}.has-padding-top-85-tablet{padding-top:85px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-85-tablet-only{margin-top:85px!important}.has-padding-top-85-tablet-only{padding-top:85px!important}}@media screen and (max-width:1087px){.has-margin-top-85-touch{margin-top:85px!important}.has-padding-top-85-touch{padding-top:85px!important}}@media screen and (min-width:1088px){.has-margin-top-85-desktop{margin-top:85px!important}.has-padding-top-85-desktop{padding-top:85px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-85-desktop-only{margin-top:85px!important}.has-padding-top-85-desktop-only{padding-top:85px!important}}@media screen and (min-width:1280px){.has-margin-top-85-widescreen{margin-top:85px!important}.has-padding-top-85-widescreen{padding-top:85px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-85-widescreen-only{margin-top:85px!important}.has-padding-top-85-widescreen-only{padding-top:85px!important}}@media screen and (min-width:1472px){.has-margin-top-85-fullhd{margin-top:85px!important}.has-padding-top-85-fullhd{padding-top:85px!important}}@media screen and (max-width:768px){.has-margin-bottom-85-mobile{margin-bottom:85px!important}.has-padding-bottom-85-mobile{padding-bottom:85px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-85-tablet{margin-bottom:85px!important}.has-padding-bottom-85-tablet{padding-bottom:85px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-85-tablet-only{margin-bottom:85px!important}.has-padding-bottom-85-tablet-only{padding-bottom:85px!important}}@media screen and (max-width:1087px){.has-margin-bottom-85-touch{margin-bottom:85px!important}.has-padding-bottom-85-touch{padding-bottom:85px!important}}@media screen and (min-width:1088px){.has-margin-bottom-85-desktop{margin-bottom:85px!important}.has-padding-bottom-85-desktop{padding-bottom:85px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-85-desktop-only{margin-bottom:85px!important}.has-padding-bottom-85-desktop-only{padding-bottom:85px!important}}@media screen and (min-width:1280px){.has-margin-bottom-85-widescreen{margin-bottom:85px!important}.has-padding-bottom-85-widescreen{padding-bottom:85px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-85-widescreen-only{margin-bottom:85px!important}.has-padding-bottom-85-widescreen-only{padding-bottom:85px!important}}@media screen and (min-width:1472px){.has-margin-bottom-85-fullhd{margin-bottom:85px!important}.has-padding-bottom-85-fullhd{padding-bottom:85px!important}}@media screen and (max-width:768px){.has-margin-left-85-mobile{margin-left:85px!important}.has-padding-left-85-mobile{padding-left:85px!important}}@media print,screen and (min-width:769px){.has-margin-left-85-tablet{margin-left:85px!important}.has-padding-left-85-tablet{padding-left:85px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-85-tablet-only{margin-left:85px!important}.has-padding-left-85-tablet-only{padding-left:85px!important}}@media screen and (max-width:1087px){.has-margin-left-85-touch{margin-left:85px!important}.has-padding-left-85-touch{padding-left:85px!important}}@media screen and (min-width:1088px){.has-margin-left-85-desktop{margin-left:85px!important}.has-padding-left-85-desktop{padding-left:85px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-85-desktop-only{margin-left:85px!important}.has-padding-left-85-desktop-only{padding-left:85px!important}}@media screen and (min-width:1280px){.has-margin-left-85-widescreen{margin-left:85px!important}.has-padding-left-85-widescreen{padding-left:85px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-85-widescreen-only{margin-left:85px!important}.has-padding-left-85-widescreen-only{padding-left:85px!important}}@media screen and (min-width:1472px){.has-margin-left-85-fullhd{margin-left:85px!important}.has-padding-left-85-fullhd{padding-left:85px!important}}@media screen and (max-width:768px){.has-margin-right-85-mobile{margin-right:85px!important}.has-padding-right-85-mobile{padding-right:85px!important}}@media print,screen and (min-width:769px){.has-margin-right-85-tablet{margin-right:85px!important}.has-padding-right-85-tablet{padding-right:85px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-85-tablet-only{margin-right:85px!important}.has-padding-right-85-tablet-only{padding-right:85px!important}}@media screen and (max-width:1087px){.has-margin-right-85-touch{margin-right:85px!important}.has-padding-right-85-touch{padding-right:85px!important}}@media screen and (min-width:1088px){.has-margin-right-85-desktop{margin-right:85px!important}.has-padding-right-85-desktop{padding-right:85px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-85-desktop-only{margin-right:85px!important}.has-padding-right-85-desktop-only{padding-right:85px!important}}@media screen and (min-width:1280px){.has-margin-right-85-widescreen{margin-right:85px!important}.has-padding-right-85-widescreen{padding-right:85px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-85-widescreen-only{margin-right:85px!important}.has-padding-right-85-widescreen-only{padding-right:85px!important}}@media screen and (min-width:1472px){.has-margin-right-85-fullhd{margin-right:85px!important}.has-padding-right-85-fullhd{padding-right:85px!important}}@media screen and (max-width:768px){.has-margin-90-mobile{margin:90px!important}.has-padding-90-mobile{padding:90px!important}}@media print,screen and (min-width:769px){.has-margin-90-tablet{margin:90px!important}.has-padding-90-tablet{padding:90px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-90-tablet-only{margin:90px!important}.has-padding-90-tablet-only{padding:90px!important}}@media screen and (max-width:1087px){.has-margin-90-touch{margin:90px!important}.has-padding-90-touch{padding:90px!important}}@media screen and (min-width:1088px){.has-margin-90-desktop{margin:90px!important}.has-padding-90-desktop{padding:90px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-90-desktop-only{margin:90px!important}.has-padding-90-desktop-only{padding:90px!important}}@media screen and (min-width:1280px){.has-margin-90-widescreen{margin:90px!important}.has-padding-90-widescreen{padding:90px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-90-widescreen-only{margin:90px!important}.has-padding-90-widescreen-only{padding:90px!important}}@media screen and (min-width:1472px){.has-margin-90-fullhd{margin:90px!important}.has-padding-90-fullhd{padding:90px!important}}@media screen and (max-width:768px){.has-margin-top-90-mobile{margin-top:90px!important}.has-padding-top-90-mobile{padding-top:90px!important}}@media print,screen and (min-width:769px){.has-margin-top-90-tablet{margin-top:90px!important}.has-padding-top-90-tablet{padding-top:90px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-90-tablet-only{margin-top:90px!important}.has-padding-top-90-tablet-only{padding-top:90px!important}}@media screen and (max-width:1087px){.has-margin-top-90-touch{margin-top:90px!important}.has-padding-top-90-touch{padding-top:90px!important}}@media screen and (min-width:1088px){.has-margin-top-90-desktop{margin-top:90px!important}.has-padding-top-90-desktop{padding-top:90px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-90-desktop-only{margin-top:90px!important}.has-padding-top-90-desktop-only{padding-top:90px!important}}@media screen and (min-width:1280px){.has-margin-top-90-widescreen{margin-top:90px!important}.has-padding-top-90-widescreen{padding-top:90px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-90-widescreen-only{margin-top:90px!important}.has-padding-top-90-widescreen-only{padding-top:90px!important}}@media screen and (min-width:1472px){.has-margin-top-90-fullhd{margin-top:90px!important}.has-padding-top-90-fullhd{padding-top:90px!important}}@media screen and (max-width:768px){.has-margin-bottom-90-mobile{margin-bottom:90px!important}.has-padding-bottom-90-mobile{padding-bottom:90px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-90-tablet{margin-bottom:90px!important}.has-padding-bottom-90-tablet{padding-bottom:90px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-90-tablet-only{margin-bottom:90px!important}.has-padding-bottom-90-tablet-only{padding-bottom:90px!important}}@media screen and (max-width:1087px){.has-margin-bottom-90-touch{margin-bottom:90px!important}.has-padding-bottom-90-touch{padding-bottom:90px!important}}@media screen and (min-width:1088px){.has-margin-bottom-90-desktop{margin-bottom:90px!important}.has-padding-bottom-90-desktop{padding-bottom:90px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-90-desktop-only{margin-bottom:90px!important}.has-padding-bottom-90-desktop-only{padding-bottom:90px!important}}@media screen and (min-width:1280px){.has-margin-bottom-90-widescreen{margin-bottom:90px!important}.has-padding-bottom-90-widescreen{padding-bottom:90px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-90-widescreen-only{margin-bottom:90px!important}.has-padding-bottom-90-widescreen-only{padding-bottom:90px!important}}@media screen and (min-width:1472px){.has-margin-bottom-90-fullhd{margin-bottom:90px!important}.has-padding-bottom-90-fullhd{padding-bottom:90px!important}}@media screen and (max-width:768px){.has-margin-left-90-mobile{margin-left:90px!important}.has-padding-left-90-mobile{padding-left:90px!important}}@media print,screen and (min-width:769px){.has-margin-left-90-tablet{margin-left:90px!important}.has-padding-left-90-tablet{padding-left:90px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-90-tablet-only{margin-left:90px!important}.has-padding-left-90-tablet-only{padding-left:90px!important}}@media screen and (max-width:1087px){.has-margin-left-90-touch{margin-left:90px!important}.has-padding-left-90-touch{padding-left:90px!important}}@media screen and (min-width:1088px){.has-margin-left-90-desktop{margin-left:90px!important}.has-padding-left-90-desktop{padding-left:90px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-90-desktop-only{margin-left:90px!important}.has-padding-left-90-desktop-only{padding-left:90px!important}}@media screen and (min-width:1280px){.has-margin-left-90-widescreen{margin-left:90px!important}.has-padding-left-90-widescreen{padding-left:90px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-90-widescreen-only{margin-left:90px!important}.has-padding-left-90-widescreen-only{padding-left:90px!important}}@media screen and (min-width:1472px){.has-margin-left-90-fullhd{margin-left:90px!important}.has-padding-left-90-fullhd{padding-left:90px!important}}@media screen and (max-width:768px){.has-margin-right-90-mobile{margin-right:90px!important}.has-padding-right-90-mobile{padding-right:90px!important}}@media print,screen and (min-width:769px){.has-margin-right-90-tablet{margin-right:90px!important}.has-padding-right-90-tablet{padding-right:90px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-90-tablet-only{margin-right:90px!important}.has-padding-right-90-tablet-only{padding-right:90px!important}}@media screen and (max-width:1087px){.has-margin-right-90-touch{margin-right:90px!important}.has-padding-right-90-touch{padding-right:90px!important}}@media screen and (min-width:1088px){.has-margin-right-90-desktop{margin-right:90px!important}.has-padding-right-90-desktop{padding-right:90px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-90-desktop-only{margin-right:90px!important}.has-padding-right-90-desktop-only{padding-right:90px!important}}@media screen and (min-width:1280px){.has-margin-right-90-widescreen{margin-right:90px!important}.has-padding-right-90-widescreen{padding-right:90px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-90-widescreen-only{margin-right:90px!important}.has-padding-right-90-widescreen-only{padding-right:90px!important}}@media screen and (min-width:1472px){.has-margin-right-90-fullhd{margin-right:90px!important}.has-padding-right-90-fullhd{padding-right:90px!important}}@media screen and (max-width:768px){.has-margin-95-mobile{margin:95px!important}.has-padding-95-mobile{padding:95px!important}}@media print,screen and (min-width:769px){.has-margin-95-tablet{margin:95px!important}.has-padding-95-tablet{padding:95px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-95-tablet-only{margin:95px!important}.has-padding-95-tablet-only{padding:95px!important}}@media screen and (max-width:1087px){.has-margin-95-touch{margin:95px!important}.has-padding-95-touch{padding:95px!important}}@media screen and (min-width:1088px){.has-margin-95-desktop{margin:95px!important}.has-padding-95-desktop{padding:95px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-95-desktop-only{margin:95px!important}.has-padding-95-desktop-only{padding:95px!important}}@media screen and (min-width:1280px){.has-margin-95-widescreen{margin:95px!important}.has-padding-95-widescreen{padding:95px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-95-widescreen-only{margin:95px!important}.has-padding-95-widescreen-only{padding:95px!important}}@media screen and (min-width:1472px){.has-margin-95-fullhd{margin:95px!important}.has-padding-95-fullhd{padding:95px!important}}@media screen and (max-width:768px){.has-margin-top-95-mobile{margin-top:95px!important}.has-padding-top-95-mobile{padding-top:95px!important}}@media print,screen and (min-width:769px){.has-margin-top-95-tablet{margin-top:95px!important}.has-padding-top-95-tablet{padding-top:95px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-95-tablet-only{margin-top:95px!important}.has-padding-top-95-tablet-only{padding-top:95px!important}}@media screen and (max-width:1087px){.has-margin-top-95-touch{margin-top:95px!important}.has-padding-top-95-touch{padding-top:95px!important}}@media screen and (min-width:1088px){.has-margin-top-95-desktop{margin-top:95px!important}.has-padding-top-95-desktop{padding-top:95px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-95-desktop-only{margin-top:95px!important}.has-padding-top-95-desktop-only{padding-top:95px!important}}@media screen and (min-width:1280px){.has-margin-top-95-widescreen{margin-top:95px!important}.has-padding-top-95-widescreen{padding-top:95px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-95-widescreen-only{margin-top:95px!important}.has-padding-top-95-widescreen-only{padding-top:95px!important}}@media screen and (min-width:1472px){.has-margin-top-95-fullhd{margin-top:95px!important}.has-padding-top-95-fullhd{padding-top:95px!important}}@media screen and (max-width:768px){.has-margin-bottom-95-mobile{margin-bottom:95px!important}.has-padding-bottom-95-mobile{padding-bottom:95px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-95-tablet{margin-bottom:95px!important}.has-padding-bottom-95-tablet{padding-bottom:95px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-95-tablet-only{margin-bottom:95px!important}.has-padding-bottom-95-tablet-only{padding-bottom:95px!important}}@media screen and (max-width:1087px){.has-margin-bottom-95-touch{margin-bottom:95px!important}.has-padding-bottom-95-touch{padding-bottom:95px!important}}@media screen and (min-width:1088px){.has-margin-bottom-95-desktop{margin-bottom:95px!important}.has-padding-bottom-95-desktop{padding-bottom:95px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-95-desktop-only{margin-bottom:95px!important}.has-padding-bottom-95-desktop-only{padding-bottom:95px!important}}@media screen and (min-width:1280px){.has-margin-bottom-95-widescreen{margin-bottom:95px!important}.has-padding-bottom-95-widescreen{padding-bottom:95px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-95-widescreen-only{margin-bottom:95px!important}.has-padding-bottom-95-widescreen-only{padding-bottom:95px!important}}@media screen and (min-width:1472px){.has-margin-bottom-95-fullhd{margin-bottom:95px!important}.has-padding-bottom-95-fullhd{padding-bottom:95px!important}}@media screen and (max-width:768px){.has-margin-left-95-mobile{margin-left:95px!important}.has-padding-left-95-mobile{padding-left:95px!important}}@media print,screen and (min-width:769px){.has-margin-left-95-tablet{margin-left:95px!important}.has-padding-left-95-tablet{padding-left:95px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-95-tablet-only{margin-left:95px!important}.has-padding-left-95-tablet-only{padding-left:95px!important}}@media screen and (max-width:1087px){.has-margin-left-95-touch{margin-left:95px!important}.has-padding-left-95-touch{padding-left:95px!important}}@media screen and (min-width:1088px){.has-margin-left-95-desktop{margin-left:95px!important}.has-padding-left-95-desktop{padding-left:95px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-95-desktop-only{margin-left:95px!important}.has-padding-left-95-desktop-only{padding-left:95px!important}}@media screen and (min-width:1280px){.has-margin-left-95-widescreen{margin-left:95px!important}.has-padding-left-95-widescreen{padding-left:95px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-95-widescreen-only{margin-left:95px!important}.has-padding-left-95-widescreen-only{padding-left:95px!important}}@media screen and (min-width:1472px){.has-margin-left-95-fullhd{margin-left:95px!important}.has-padding-left-95-fullhd{padding-left:95px!important}}@media screen and (max-width:768px){.has-margin-right-95-mobile{margin-right:95px!important}.has-padding-right-95-mobile{padding-right:95px!important}}@media print,screen and (min-width:769px){.has-margin-right-95-tablet{margin-right:95px!important}.has-padding-right-95-tablet{padding-right:95px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-95-tablet-only{margin-right:95px!important}.has-padding-right-95-tablet-only{padding-right:95px!important}}@media screen and (max-width:1087px){.has-margin-right-95-touch{margin-right:95px!important}.has-padding-right-95-touch{padding-right:95px!important}}@media screen and (min-width:1088px){.has-margin-right-95-desktop{margin-right:95px!important}.has-padding-right-95-desktop{padding-right:95px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-95-desktop-only{margin-right:95px!important}.has-padding-right-95-desktop-only{padding-right:95px!important}}@media screen and (min-width:1280px){.has-margin-right-95-widescreen{margin-right:95px!important}.has-padding-right-95-widescreen{padding-right:95px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-95-widescreen-only{margin-right:95px!important}.has-padding-right-95-widescreen-only{padding-right:95px!important}}@media screen and (min-width:1472px){.has-margin-right-95-fullhd{margin-right:95px!important}.has-padding-right-95-fullhd{padding-right:95px!important}}@media screen and (max-width:768px){.has-margin-100-mobile{margin:100px!important}.has-padding-100-mobile{padding:100px!important}}@media print,screen and (min-width:769px){.has-margin-100-tablet{margin:100px!important}.has-padding-100-tablet{padding:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-100-tablet-only{margin:100px!important}.has-padding-100-tablet-only{padding:100px!important}}@media screen and (max-width:1087px){.has-margin-100-touch{margin:100px!important}.has-padding-100-touch{padding:100px!important}}@media screen and (min-width:1088px){.has-margin-100-desktop{margin:100px!important}.has-padding-100-desktop{padding:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-100-desktop-only{margin:100px!important}.has-padding-100-desktop-only{padding:100px!important}}@media screen and (min-width:1280px){.has-margin-100-widescreen{margin:100px!important}.has-padding-100-widescreen{padding:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-100-widescreen-only{margin:100px!important}.has-padding-100-widescreen-only{padding:100px!important}}@media screen and (min-width:1472px){.has-margin-100-fullhd{margin:100px!important}.has-padding-100-fullhd{padding:100px!important}}@media screen and (max-width:768px){.has-margin-top-100-mobile{margin-top:100px!important}.has-padding-top-100-mobile{padding-top:100px!important}}@media print,screen and (min-width:769px){.has-margin-top-100-tablet{margin-top:100px!important}.has-padding-top-100-tablet{padding-top:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-100-tablet-only{margin-top:100px!important}.has-padding-top-100-tablet-only{padding-top:100px!important}}@media screen and (max-width:1087px){.has-margin-top-100-touch{margin-top:100px!important}.has-padding-top-100-touch{padding-top:100px!important}}@media screen and (min-width:1088px){.has-margin-top-100-desktop{margin-top:100px!important}.has-padding-top-100-desktop{padding-top:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-100-desktop-only{margin-top:100px!important}.has-padding-top-100-desktop-only{padding-top:100px!important}}@media screen and (min-width:1280px){.has-margin-top-100-widescreen{margin-top:100px!important}.has-padding-top-100-widescreen{padding-top:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-100-widescreen-only{margin-top:100px!important}.has-padding-top-100-widescreen-only{padding-top:100px!important}}@media screen and (min-width:1472px){.has-margin-top-100-fullhd{margin-top:100px!important}.has-padding-top-100-fullhd{padding-top:100px!important}}@media screen and (max-width:768px){.has-margin-bottom-100-mobile{margin-bottom:100px!important}.has-padding-bottom-100-mobile{padding-bottom:100px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-100-tablet{margin-bottom:100px!important}.has-padding-bottom-100-tablet{padding-bottom:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-100-tablet-only{margin-bottom:100px!important}.has-padding-bottom-100-tablet-only{padding-bottom:100px!important}}@media screen and (max-width:1087px){.has-margin-bottom-100-touch{margin-bottom:100px!important}.has-padding-bottom-100-touch{padding-bottom:100px!important}}@media screen and (min-width:1088px){.has-margin-bottom-100-desktop{margin-bottom:100px!important}.has-padding-bottom-100-desktop{padding-bottom:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-100-desktop-only{margin-bottom:100px!important}.has-padding-bottom-100-desktop-only{padding-bottom:100px!important}}@media screen and (min-width:1280px){.has-margin-bottom-100-widescreen{margin-bottom:100px!important}.has-padding-bottom-100-widescreen{padding-bottom:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-100-widescreen-only{margin-bottom:100px!important}.has-padding-bottom-100-widescreen-only{padding-bottom:100px!important}}@media screen and (min-width:1472px){.has-margin-bottom-100-fullhd{margin-bottom:100px!important}.has-padding-bottom-100-fullhd{padding-bottom:100px!important}}@media screen and (max-width:768px){.has-margin-left-100-mobile{margin-left:100px!important}.has-padding-left-100-mobile{padding-left:100px!important}}@media print,screen and (min-width:769px){.has-margin-left-100-tablet{margin-left:100px!important}.has-padding-left-100-tablet{padding-left:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-100-tablet-only{margin-left:100px!important}.has-padding-left-100-tablet-only{padding-left:100px!important}}@media screen and (max-width:1087px){.has-margin-left-100-touch{margin-left:100px!important}.has-padding-left-100-touch{padding-left:100px!important}}@media screen and (min-width:1088px){.has-margin-left-100-desktop{margin-left:100px!important}.has-padding-left-100-desktop{padding-left:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-100-desktop-only{margin-left:100px!important}.has-padding-left-100-desktop-only{padding-left:100px!important}}@media screen and (min-width:1280px){.has-margin-left-100-widescreen{margin-left:100px!important}.has-padding-left-100-widescreen{padding-left:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-100-widescreen-only{margin-left:100px!important}.has-padding-left-100-widescreen-only{padding-left:100px!important}}@media screen and (min-width:1472px){.has-margin-left-100-fullhd{margin-left:100px!important}.has-padding-left-100-fullhd{padding-left:100px!important}}@media screen and (max-width:768px){.has-margin-right-100-mobile{margin-right:100px!important}.has-padding-right-100-mobile{padding-right:100px!important}}@media print,screen and (min-width:769px){.has-margin-right-100-tablet{margin-right:100px!important}.has-padding-right-100-tablet{padding-right:100px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-100-tablet-only{margin-right:100px!important}.has-padding-right-100-tablet-only{padding-right:100px!important}}@media screen and (max-width:1087px){.has-margin-right-100-touch{margin-right:100px!important}.has-padding-right-100-touch{padding-right:100px!important}}@media screen and (min-width:1088px){.has-margin-right-100-desktop{margin-right:100px!important}.has-padding-right-100-desktop{padding-right:100px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-100-desktop-only{margin-right:100px!important}.has-padding-right-100-desktop-only{padding-right:100px!important}}@media screen and (min-width:1280px){.has-margin-right-100-widescreen{margin-right:100px!important}.has-padding-right-100-widescreen{padding-right:100px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-100-widescreen-only{margin-right:100px!important}.has-padding-right-100-widescreen-only{padding-right:100px!important}}@media screen and (min-width:1472px){.has-margin-right-100-fullhd{margin-right:100px!important}.has-padding-right-100-fullhd{padding-right:100px!important}}@media screen and (max-width:768px){.has-margin-105-mobile{margin:105px!important}.has-padding-105-mobile{padding:105px!important}}@media print,screen and (min-width:769px){.has-margin-105-tablet{margin:105px!important}.has-padding-105-tablet{padding:105px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-105-tablet-only{margin:105px!important}.has-padding-105-tablet-only{padding:105px!important}}@media screen and (max-width:1087px){.has-margin-105-touch{margin:105px!important}.has-padding-105-touch{padding:105px!important}}@media screen and (min-width:1088px){.has-margin-105-desktop{margin:105px!important}.has-padding-105-desktop{padding:105px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-105-desktop-only{margin:105px!important}.has-padding-105-desktop-only{padding:105px!important}}@media screen and (min-width:1280px){.has-margin-105-widescreen{margin:105px!important}.has-padding-105-widescreen{padding:105px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-105-widescreen-only{margin:105px!important}.has-padding-105-widescreen-only{padding:105px!important}}@media screen and (min-width:1472px){.has-margin-105-fullhd{margin:105px!important}.has-padding-105-fullhd{padding:105px!important}}@media screen and (max-width:768px){.has-margin-top-105-mobile{margin-top:105px!important}.has-padding-top-105-mobile{padding-top:105px!important}}@media print,screen and (min-width:769px){.has-margin-top-105-tablet{margin-top:105px!important}.has-padding-top-105-tablet{padding-top:105px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-105-tablet-only{margin-top:105px!important}.has-padding-top-105-tablet-only{padding-top:105px!important}}@media screen and (max-width:1087px){.has-margin-top-105-touch{margin-top:105px!important}.has-padding-top-105-touch{padding-top:105px!important}}@media screen and (min-width:1088px){.has-margin-top-105-desktop{margin-top:105px!important}.has-padding-top-105-desktop{padding-top:105px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-105-desktop-only{margin-top:105px!important}.has-padding-top-105-desktop-only{padding-top:105px!important}}@media screen and (min-width:1280px){.has-margin-top-105-widescreen{margin-top:105px!important}.has-padding-top-105-widescreen{padding-top:105px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-105-widescreen-only{margin-top:105px!important}.has-padding-top-105-widescreen-only{padding-top:105px!important}}@media screen and (min-width:1472px){.has-margin-top-105-fullhd{margin-top:105px!important}.has-padding-top-105-fullhd{padding-top:105px!important}}@media screen and (max-width:768px){.has-margin-bottom-105-mobile{margin-bottom:105px!important}.has-padding-bottom-105-mobile{padding-bottom:105px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-105-tablet{margin-bottom:105px!important}.has-padding-bottom-105-tablet{padding-bottom:105px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-105-tablet-only{margin-bottom:105px!important}.has-padding-bottom-105-tablet-only{padding-bottom:105px!important}}@media screen and (max-width:1087px){.has-margin-bottom-105-touch{margin-bottom:105px!important}.has-padding-bottom-105-touch{padding-bottom:105px!important}}@media screen and (min-width:1088px){.has-margin-bottom-105-desktop{margin-bottom:105px!important}.has-padding-bottom-105-desktop{padding-bottom:105px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-105-desktop-only{margin-bottom:105px!important}.has-padding-bottom-105-desktop-only{padding-bottom:105px!important}}@media screen and (min-width:1280px){.has-margin-bottom-105-widescreen{margin-bottom:105px!important}.has-padding-bottom-105-widescreen{padding-bottom:105px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-105-widescreen-only{margin-bottom:105px!important}.has-padding-bottom-105-widescreen-only{padding-bottom:105px!important}}@media screen and (min-width:1472px){.has-margin-bottom-105-fullhd{margin-bottom:105px!important}.has-padding-bottom-105-fullhd{padding-bottom:105px!important}}@media screen and (max-width:768px){.has-margin-left-105-mobile{margin-left:105px!important}.has-padding-left-105-mobile{padding-left:105px!important}}@media print,screen and (min-width:769px){.has-margin-left-105-tablet{margin-left:105px!important}.has-padding-left-105-tablet{padding-left:105px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-105-tablet-only{margin-left:105px!important}.has-padding-left-105-tablet-only{padding-left:105px!important}}@media screen and (max-width:1087px){.has-margin-left-105-touch{margin-left:105px!important}.has-padding-left-105-touch{padding-left:105px!important}}@media screen and (min-width:1088px){.has-margin-left-105-desktop{margin-left:105px!important}.has-padding-left-105-desktop{padding-left:105px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-105-desktop-only{margin-left:105px!important}.has-padding-left-105-desktop-only{padding-left:105px!important}}@media screen and (min-width:1280px){.has-margin-left-105-widescreen{margin-left:105px!important}.has-padding-left-105-widescreen{padding-left:105px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-105-widescreen-only{margin-left:105px!important}.has-padding-left-105-widescreen-only{padding-left:105px!important}}@media screen and (min-width:1472px){.has-margin-left-105-fullhd{margin-left:105px!important}.has-padding-left-105-fullhd{padding-left:105px!important}}@media screen and (max-width:768px){.has-margin-right-105-mobile{margin-right:105px!important}.has-padding-right-105-mobile{padding-right:105px!important}}@media print,screen and (min-width:769px){.has-margin-right-105-tablet{margin-right:105px!important}.has-padding-right-105-tablet{padding-right:105px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-105-tablet-only{margin-right:105px!important}.has-padding-right-105-tablet-only{padding-right:105px!important}}@media screen and (max-width:1087px){.has-margin-right-105-touch{margin-right:105px!important}.has-padding-right-105-touch{padding-right:105px!important}}@media screen and (min-width:1088px){.has-margin-right-105-desktop{margin-right:105px!important}.has-padding-right-105-desktop{padding-right:105px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-105-desktop-only{margin-right:105px!important}.has-padding-right-105-desktop-only{padding-right:105px!important}}@media screen and (min-width:1280px){.has-margin-right-105-widescreen{margin-right:105px!important}.has-padding-right-105-widescreen{padding-right:105px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-105-widescreen-only{margin-right:105px!important}.has-padding-right-105-widescreen-only{padding-right:105px!important}}@media screen and (min-width:1472px){.has-margin-right-105-fullhd{margin-right:105px!important}.has-padding-right-105-fullhd{padding-right:105px!important}}@media screen and (max-width:768px){.has-margin-110-mobile{margin:110px!important}.has-padding-110-mobile{padding:110px!important}}@media print,screen and (min-width:769px){.has-margin-110-tablet{margin:110px!important}.has-padding-110-tablet{padding:110px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-110-tablet-only{margin:110px!important}.has-padding-110-tablet-only{padding:110px!important}}@media screen and (max-width:1087px){.has-margin-110-touch{margin:110px!important}.has-padding-110-touch{padding:110px!important}}@media screen and (min-width:1088px){.has-margin-110-desktop{margin:110px!important}.has-padding-110-desktop{padding:110px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-110-desktop-only{margin:110px!important}.has-padding-110-desktop-only{padding:110px!important}}@media screen and (min-width:1280px){.has-margin-110-widescreen{margin:110px!important}.has-padding-110-widescreen{padding:110px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-110-widescreen-only{margin:110px!important}.has-padding-110-widescreen-only{padding:110px!important}}@media screen and (min-width:1472px){.has-margin-110-fullhd{margin:110px!important}.has-padding-110-fullhd{padding:110px!important}}@media screen and (max-width:768px){.has-margin-top-110-mobile{margin-top:110px!important}.has-padding-top-110-mobile{padding-top:110px!important}}@media print,screen and (min-width:769px){.has-margin-top-110-tablet{margin-top:110px!important}.has-padding-top-110-tablet{padding-top:110px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-110-tablet-only{margin-top:110px!important}.has-padding-top-110-tablet-only{padding-top:110px!important}}@media screen and (max-width:1087px){.has-margin-top-110-touch{margin-top:110px!important}.has-padding-top-110-touch{padding-top:110px!important}}@media screen and (min-width:1088px){.has-margin-top-110-desktop{margin-top:110px!important}.has-padding-top-110-desktop{padding-top:110px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-110-desktop-only{margin-top:110px!important}.has-padding-top-110-desktop-only{padding-top:110px!important}}@media screen and (min-width:1280px){.has-margin-top-110-widescreen{margin-top:110px!important}.has-padding-top-110-widescreen{padding-top:110px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-110-widescreen-only{margin-top:110px!important}.has-padding-top-110-widescreen-only{padding-top:110px!important}}@media screen and (min-width:1472px){.has-margin-top-110-fullhd{margin-top:110px!important}.has-padding-top-110-fullhd{padding-top:110px!important}}@media screen and (max-width:768px){.has-margin-bottom-110-mobile{margin-bottom:110px!important}.has-padding-bottom-110-mobile{padding-bottom:110px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-110-tablet{margin-bottom:110px!important}.has-padding-bottom-110-tablet{padding-bottom:110px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-110-tablet-only{margin-bottom:110px!important}.has-padding-bottom-110-tablet-only{padding-bottom:110px!important}}@media screen and (max-width:1087px){.has-margin-bottom-110-touch{margin-bottom:110px!important}.has-padding-bottom-110-touch{padding-bottom:110px!important}}@media screen and (min-width:1088px){.has-margin-bottom-110-desktop{margin-bottom:110px!important}.has-padding-bottom-110-desktop{padding-bottom:110px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-110-desktop-only{margin-bottom:110px!important}.has-padding-bottom-110-desktop-only{padding-bottom:110px!important}}@media screen and (min-width:1280px){.has-margin-bottom-110-widescreen{margin-bottom:110px!important}.has-padding-bottom-110-widescreen{padding-bottom:110px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-110-widescreen-only{margin-bottom:110px!important}.has-padding-bottom-110-widescreen-only{padding-bottom:110px!important}}@media screen and (min-width:1472px){.has-margin-bottom-110-fullhd{margin-bottom:110px!important}.has-padding-bottom-110-fullhd{padding-bottom:110px!important}}@media screen and (max-width:768px){.has-margin-left-110-mobile{margin-left:110px!important}.has-padding-left-110-mobile{padding-left:110px!important}}@media print,screen and (min-width:769px){.has-margin-left-110-tablet{margin-left:110px!important}.has-padding-left-110-tablet{padding-left:110px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-110-tablet-only{margin-left:110px!important}.has-padding-left-110-tablet-only{padding-left:110px!important}}@media screen and (max-width:1087px){.has-margin-left-110-touch{margin-left:110px!important}.has-padding-left-110-touch{padding-left:110px!important}}@media screen and (min-width:1088px){.has-margin-left-110-desktop{margin-left:110px!important}.has-padding-left-110-desktop{padding-left:110px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-110-desktop-only{margin-left:110px!important}.has-padding-left-110-desktop-only{padding-left:110px!important}}@media screen and (min-width:1280px){.has-margin-left-110-widescreen{margin-left:110px!important}.has-padding-left-110-widescreen{padding-left:110px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-110-widescreen-only{margin-left:110px!important}.has-padding-left-110-widescreen-only{padding-left:110px!important}}@media screen and (min-width:1472px){.has-margin-left-110-fullhd{margin-left:110px!important}.has-padding-left-110-fullhd{padding-left:110px!important}}@media screen and (max-width:768px){.has-margin-right-110-mobile{margin-right:110px!important}.has-padding-right-110-mobile{padding-right:110px!important}}@media print,screen and (min-width:769px){.has-margin-right-110-tablet{margin-right:110px!important}.has-padding-right-110-tablet{padding-right:110px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-110-tablet-only{margin-right:110px!important}.has-padding-right-110-tablet-only{padding-right:110px!important}}@media screen and (max-width:1087px){.has-margin-right-110-touch{margin-right:110px!important}.has-padding-right-110-touch{padding-right:110px!important}}@media screen and (min-width:1088px){.has-margin-right-110-desktop{margin-right:110px!important}.has-padding-right-110-desktop{padding-right:110px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-110-desktop-only{margin-right:110px!important}.has-padding-right-110-desktop-only{padding-right:110px!important}}@media screen and (min-width:1280px){.has-margin-right-110-widescreen{margin-right:110px!important}.has-padding-right-110-widescreen{padding-right:110px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-110-widescreen-only{margin-right:110px!important}.has-padding-right-110-widescreen-only{padding-right:110px!important}}@media screen and (min-width:1472px){.has-margin-right-110-fullhd{margin-right:110px!important}.has-padding-right-110-fullhd{padding-right:110px!important}}@media screen and (max-width:768px){.has-margin-115-mobile{margin:115px!important}.has-padding-115-mobile{padding:115px!important}}@media print,screen and (min-width:769px){.has-margin-115-tablet{margin:115px!important}.has-padding-115-tablet{padding:115px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-115-tablet-only{margin:115px!important}.has-padding-115-tablet-only{padding:115px!important}}@media screen and (max-width:1087px){.has-margin-115-touch{margin:115px!important}.has-padding-115-touch{padding:115px!important}}@media screen and (min-width:1088px){.has-margin-115-desktop{margin:115px!important}.has-padding-115-desktop{padding:115px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-115-desktop-only{margin:115px!important}.has-padding-115-desktop-only{padding:115px!important}}@media screen and (min-width:1280px){.has-margin-115-widescreen{margin:115px!important}.has-padding-115-widescreen{padding:115px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-115-widescreen-only{margin:115px!important}.has-padding-115-widescreen-only{padding:115px!important}}@media screen and (min-width:1472px){.has-margin-115-fullhd{margin:115px!important}.has-padding-115-fullhd{padding:115px!important}}@media screen and (max-width:768px){.has-margin-top-115-mobile{margin-top:115px!important}.has-padding-top-115-mobile{padding-top:115px!important}}@media print,screen and (min-width:769px){.has-margin-top-115-tablet{margin-top:115px!important}.has-padding-top-115-tablet{padding-top:115px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-115-tablet-only{margin-top:115px!important}.has-padding-top-115-tablet-only{padding-top:115px!important}}@media screen and (max-width:1087px){.has-margin-top-115-touch{margin-top:115px!important}.has-padding-top-115-touch{padding-top:115px!important}}@media screen and (min-width:1088px){.has-margin-top-115-desktop{margin-top:115px!important}.has-padding-top-115-desktop{padding-top:115px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-115-desktop-only{margin-top:115px!important}.has-padding-top-115-desktop-only{padding-top:115px!important}}@media screen and (min-width:1280px){.has-margin-top-115-widescreen{margin-top:115px!important}.has-padding-top-115-widescreen{padding-top:115px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-115-widescreen-only{margin-top:115px!important}.has-padding-top-115-widescreen-only{padding-top:115px!important}}@media screen and (min-width:1472px){.has-margin-top-115-fullhd{margin-top:115px!important}.has-padding-top-115-fullhd{padding-top:115px!important}}@media screen and (max-width:768px){.has-margin-bottom-115-mobile{margin-bottom:115px!important}.has-padding-bottom-115-mobile{padding-bottom:115px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-115-tablet{margin-bottom:115px!important}.has-padding-bottom-115-tablet{padding-bottom:115px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-115-tablet-only{margin-bottom:115px!important}.has-padding-bottom-115-tablet-only{padding-bottom:115px!important}}@media screen and (max-width:1087px){.has-margin-bottom-115-touch{margin-bottom:115px!important}.has-padding-bottom-115-touch{padding-bottom:115px!important}}@media screen and (min-width:1088px){.has-margin-bottom-115-desktop{margin-bottom:115px!important}.has-padding-bottom-115-desktop{padding-bottom:115px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-115-desktop-only{margin-bottom:115px!important}.has-padding-bottom-115-desktop-only{padding-bottom:115px!important}}@media screen and (min-width:1280px){.has-margin-bottom-115-widescreen{margin-bottom:115px!important}.has-padding-bottom-115-widescreen{padding-bottom:115px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-115-widescreen-only{margin-bottom:115px!important}.has-padding-bottom-115-widescreen-only{padding-bottom:115px!important}}@media screen and (min-width:1472px){.has-margin-bottom-115-fullhd{margin-bottom:115px!important}.has-padding-bottom-115-fullhd{padding-bottom:115px!important}}@media screen and (max-width:768px){.has-margin-left-115-mobile{margin-left:115px!important}.has-padding-left-115-mobile{padding-left:115px!important}}@media print,screen and (min-width:769px){.has-margin-left-115-tablet{margin-left:115px!important}.has-padding-left-115-tablet{padding-left:115px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-115-tablet-only{margin-left:115px!important}.has-padding-left-115-tablet-only{padding-left:115px!important}}@media screen and (max-width:1087px){.has-margin-left-115-touch{margin-left:115px!important}.has-padding-left-115-touch{padding-left:115px!important}}@media screen and (min-width:1088px){.has-margin-left-115-desktop{margin-left:115px!important}.has-padding-left-115-desktop{padding-left:115px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-115-desktop-only{margin-left:115px!important}.has-padding-left-115-desktop-only{padding-left:115px!important}}@media screen and (min-width:1280px){.has-margin-left-115-widescreen{margin-left:115px!important}.has-padding-left-115-widescreen{padding-left:115px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-115-widescreen-only{margin-left:115px!important}.has-padding-left-115-widescreen-only{padding-left:115px!important}}@media screen and (min-width:1472px){.has-margin-left-115-fullhd{margin-left:115px!important}.has-padding-left-115-fullhd{padding-left:115px!important}}@media screen and (max-width:768px){.has-margin-right-115-mobile{margin-right:115px!important}.has-padding-right-115-mobile{padding-right:115px!important}}@media print,screen and (min-width:769px){.has-margin-right-115-tablet{margin-right:115px!important}.has-padding-right-115-tablet{padding-right:115px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-115-tablet-only{margin-right:115px!important}.has-padding-right-115-tablet-only{padding-right:115px!important}}@media screen and (max-width:1087px){.has-margin-right-115-touch{margin-right:115px!important}.has-padding-right-115-touch{padding-right:115px!important}}@media screen and (min-width:1088px){.has-margin-right-115-desktop{margin-right:115px!important}.has-padding-right-115-desktop{padding-right:115px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-115-desktop-only{margin-right:115px!important}.has-padding-right-115-desktop-only{padding-right:115px!important}}@media screen and (min-width:1280px){.has-margin-right-115-widescreen{margin-right:115px!important}.has-padding-right-115-widescreen{padding-right:115px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-115-widescreen-only{margin-right:115px!important}.has-padding-right-115-widescreen-only{padding-right:115px!important}}@media screen and (min-width:1472px){.has-margin-right-115-fullhd{margin-right:115px!important}.has-padding-right-115-fullhd{padding-right:115px!important}}@media screen and (max-width:768px){.has-margin-120-mobile{margin:120px!important}.has-padding-120-mobile{padding:120px!important}}@media print,screen and (min-width:769px){.has-margin-120-tablet{margin:120px!important}.has-padding-120-tablet{padding:120px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-120-tablet-only{margin:120px!important}.has-padding-120-tablet-only{padding:120px!important}}@media screen and (max-width:1087px){.has-margin-120-touch{margin:120px!important}.has-padding-120-touch{padding:120px!important}}@media screen and (min-width:1088px){.has-margin-120-desktop{margin:120px!important}.has-padding-120-desktop{padding:120px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-120-desktop-only{margin:120px!important}.has-padding-120-desktop-only{padding:120px!important}}@media screen and (min-width:1280px){.has-margin-120-widescreen{margin:120px!important}.has-padding-120-widescreen{padding:120px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-120-widescreen-only{margin:120px!important}.has-padding-120-widescreen-only{padding:120px!important}}@media screen and (min-width:1472px){.has-margin-120-fullhd{margin:120px!important}.has-padding-120-fullhd{padding:120px!important}}@media screen and (max-width:768px){.has-margin-top-120-mobile{margin-top:120px!important}.has-padding-top-120-mobile{padding-top:120px!important}}@media print,screen and (min-width:769px){.has-margin-top-120-tablet{margin-top:120px!important}.has-padding-top-120-tablet{padding-top:120px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-120-tablet-only{margin-top:120px!important}.has-padding-top-120-tablet-only{padding-top:120px!important}}@media screen and (max-width:1087px){.has-margin-top-120-touch{margin-top:120px!important}.has-padding-top-120-touch{padding-top:120px!important}}@media screen and (min-width:1088px){.has-margin-top-120-desktop{margin-top:120px!important}.has-padding-top-120-desktop{padding-top:120px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-120-desktop-only{margin-top:120px!important}.has-padding-top-120-desktop-only{padding-top:120px!important}}@media screen and (min-width:1280px){.has-margin-top-120-widescreen{margin-top:120px!important}.has-padding-top-120-widescreen{padding-top:120px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-120-widescreen-only{margin-top:120px!important}.has-padding-top-120-widescreen-only{padding-top:120px!important}}@media screen and (min-width:1472px){.has-margin-top-120-fullhd{margin-top:120px!important}.has-padding-top-120-fullhd{padding-top:120px!important}}@media screen and (max-width:768px){.has-margin-bottom-120-mobile{margin-bottom:120px!important}.has-padding-bottom-120-mobile{padding-bottom:120px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-120-tablet{margin-bottom:120px!important}.has-padding-bottom-120-tablet{padding-bottom:120px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-120-tablet-only{margin-bottom:120px!important}.has-padding-bottom-120-tablet-only{padding-bottom:120px!important}}@media screen and (max-width:1087px){.has-margin-bottom-120-touch{margin-bottom:120px!important}.has-padding-bottom-120-touch{padding-bottom:120px!important}}@media screen and (min-width:1088px){.has-margin-bottom-120-desktop{margin-bottom:120px!important}.has-padding-bottom-120-desktop{padding-bottom:120px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-120-desktop-only{margin-bottom:120px!important}.has-padding-bottom-120-desktop-only{padding-bottom:120px!important}}@media screen and (min-width:1280px){.has-margin-bottom-120-widescreen{margin-bottom:120px!important}.has-padding-bottom-120-widescreen{padding-bottom:120px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-120-widescreen-only{margin-bottom:120px!important}.has-padding-bottom-120-widescreen-only{padding-bottom:120px!important}}@media screen and (min-width:1472px){.has-margin-bottom-120-fullhd{margin-bottom:120px!important}.has-padding-bottom-120-fullhd{padding-bottom:120px!important}}@media screen and (max-width:768px){.has-margin-left-120-mobile{margin-left:120px!important}.has-padding-left-120-mobile{padding-left:120px!important}}@media print,screen and (min-width:769px){.has-margin-left-120-tablet{margin-left:120px!important}.has-padding-left-120-tablet{padding-left:120px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-120-tablet-only{margin-left:120px!important}.has-padding-left-120-tablet-only{padding-left:120px!important}}@media screen and (max-width:1087px){.has-margin-left-120-touch{margin-left:120px!important}.has-padding-left-120-touch{padding-left:120px!important}}@media screen and (min-width:1088px){.has-margin-left-120-desktop{margin-left:120px!important}.has-padding-left-120-desktop{padding-left:120px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-120-desktop-only{margin-left:120px!important}.has-padding-left-120-desktop-only{padding-left:120px!important}}@media screen and (min-width:1280px){.has-margin-left-120-widescreen{margin-left:120px!important}.has-padding-left-120-widescreen{padding-left:120px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-120-widescreen-only{margin-left:120px!important}.has-padding-left-120-widescreen-only{padding-left:120px!important}}@media screen and (min-width:1472px){.has-margin-left-120-fullhd{margin-left:120px!important}.has-padding-left-120-fullhd{padding-left:120px!important}}@media screen and (max-width:768px){.has-margin-right-120-mobile{margin-right:120px!important}.has-padding-right-120-mobile{padding-right:120px!important}}@media print,screen and (min-width:769px){.has-margin-right-120-tablet{margin-right:120px!important}.has-padding-right-120-tablet{padding-right:120px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-120-tablet-only{margin-right:120px!important}.has-padding-right-120-tablet-only{padding-right:120px!important}}@media screen and (max-width:1087px){.has-margin-right-120-touch{margin-right:120px!important}.has-padding-right-120-touch{padding-right:120px!important}}@media screen and (min-width:1088px){.has-margin-right-120-desktop{margin-right:120px!important}.has-padding-right-120-desktop{padding-right:120px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-120-desktop-only{margin-right:120px!important}.has-padding-right-120-desktop-only{padding-right:120px!important}}@media screen and (min-width:1280px){.has-margin-right-120-widescreen{margin-right:120px!important}.has-padding-right-120-widescreen{padding-right:120px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-120-widescreen-only{margin-right:120px!important}.has-padding-right-120-widescreen-only{padding-right:120px!important}}@media screen and (min-width:1472px){.has-margin-right-120-fullhd{margin-right:120px!important}.has-padding-right-120-fullhd{padding-right:120px!important}}@media screen and (max-width:768px){.has-margin-125-mobile{margin:125px!important}.has-padding-125-mobile{padding:125px!important}}@media print,screen and (min-width:769px){.has-margin-125-tablet{margin:125px!important}.has-padding-125-tablet{padding:125px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-125-tablet-only{margin:125px!important}.has-padding-125-tablet-only{padding:125px!important}}@media screen and (max-width:1087px){.has-margin-125-touch{margin:125px!important}.has-padding-125-touch{padding:125px!important}}@media screen and (min-width:1088px){.has-margin-125-desktop{margin:125px!important}.has-padding-125-desktop{padding:125px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-125-desktop-only{margin:125px!important}.has-padding-125-desktop-only{padding:125px!important}}@media screen and (min-width:1280px){.has-margin-125-widescreen{margin:125px!important}.has-padding-125-widescreen{padding:125px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-125-widescreen-only{margin:125px!important}.has-padding-125-widescreen-only{padding:125px!important}}@media screen and (min-width:1472px){.has-margin-125-fullhd{margin:125px!important}.has-padding-125-fullhd{padding:125px!important}}@media screen and (max-width:768px){.has-margin-top-125-mobile{margin-top:125px!important}.has-padding-top-125-mobile{padding-top:125px!important}}@media print,screen and (min-width:769px){.has-margin-top-125-tablet{margin-top:125px!important}.has-padding-top-125-tablet{padding-top:125px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-125-tablet-only{margin-top:125px!important}.has-padding-top-125-tablet-only{padding-top:125px!important}}@media screen and (max-width:1087px){.has-margin-top-125-touch{margin-top:125px!important}.has-padding-top-125-touch{padding-top:125px!important}}@media screen and (min-width:1088px){.has-margin-top-125-desktop{margin-top:125px!important}.has-padding-top-125-desktop{padding-top:125px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-125-desktop-only{margin-top:125px!important}.has-padding-top-125-desktop-only{padding-top:125px!important}}@media screen and (min-width:1280px){.has-margin-top-125-widescreen{margin-top:125px!important}.has-padding-top-125-widescreen{padding-top:125px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-125-widescreen-only{margin-top:125px!important}.has-padding-top-125-widescreen-only{padding-top:125px!important}}@media screen and (min-width:1472px){.has-margin-top-125-fullhd{margin-top:125px!important}.has-padding-top-125-fullhd{padding-top:125px!important}}@media screen and (max-width:768px){.has-margin-bottom-125-mobile{margin-bottom:125px!important}.has-padding-bottom-125-mobile{padding-bottom:125px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-125-tablet{margin-bottom:125px!important}.has-padding-bottom-125-tablet{padding-bottom:125px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-125-tablet-only{margin-bottom:125px!important}.has-padding-bottom-125-tablet-only{padding-bottom:125px!important}}@media screen and (max-width:1087px){.has-margin-bottom-125-touch{margin-bottom:125px!important}.has-padding-bottom-125-touch{padding-bottom:125px!important}}@media screen and (min-width:1088px){.has-margin-bottom-125-desktop{margin-bottom:125px!important}.has-padding-bottom-125-desktop{padding-bottom:125px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-125-desktop-only{margin-bottom:125px!important}.has-padding-bottom-125-desktop-only{padding-bottom:125px!important}}@media screen and (min-width:1280px){.has-margin-bottom-125-widescreen{margin-bottom:125px!important}.has-padding-bottom-125-widescreen{padding-bottom:125px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-125-widescreen-only{margin-bottom:125px!important}.has-padding-bottom-125-widescreen-only{padding-bottom:125px!important}}@media screen and (min-width:1472px){.has-margin-bottom-125-fullhd{margin-bottom:125px!important}.has-padding-bottom-125-fullhd{padding-bottom:125px!important}}@media screen and (max-width:768px){.has-margin-left-125-mobile{margin-left:125px!important}.has-padding-left-125-mobile{padding-left:125px!important}}@media print,screen and (min-width:769px){.has-margin-left-125-tablet{margin-left:125px!important}.has-padding-left-125-tablet{padding-left:125px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-125-tablet-only{margin-left:125px!important}.has-padding-left-125-tablet-only{padding-left:125px!important}}@media screen and (max-width:1087px){.has-margin-left-125-touch{margin-left:125px!important}.has-padding-left-125-touch{padding-left:125px!important}}@media screen and (min-width:1088px){.has-margin-left-125-desktop{margin-left:125px!important}.has-padding-left-125-desktop{padding-left:125px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-125-desktop-only{margin-left:125px!important}.has-padding-left-125-desktop-only{padding-left:125px!important}}@media screen and (min-width:1280px){.has-margin-left-125-widescreen{margin-left:125px!important}.has-padding-left-125-widescreen{padding-left:125px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-125-widescreen-only{margin-left:125px!important}.has-padding-left-125-widescreen-only{padding-left:125px!important}}@media screen and (min-width:1472px){.has-margin-left-125-fullhd{margin-left:125px!important}.has-padding-left-125-fullhd{padding-left:125px!important}}@media screen and (max-width:768px){.has-margin-right-125-mobile{margin-right:125px!important}.has-padding-right-125-mobile{padding-right:125px!important}}@media print,screen and (min-width:769px){.has-margin-right-125-tablet{margin-right:125px!important}.has-padding-right-125-tablet{padding-right:125px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-125-tablet-only{margin-right:125px!important}.has-padding-right-125-tablet-only{padding-right:125px!important}}@media screen and (max-width:1087px){.has-margin-right-125-touch{margin-right:125px!important}.has-padding-right-125-touch{padding-right:125px!important}}@media screen and (min-width:1088px){.has-margin-right-125-desktop{margin-right:125px!important}.has-padding-right-125-desktop{padding-right:125px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-125-desktop-only{margin-right:125px!important}.has-padding-right-125-desktop-only{padding-right:125px!important}}@media screen and (min-width:1280px){.has-margin-right-125-widescreen{margin-right:125px!important}.has-padding-right-125-widescreen{padding-right:125px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-125-widescreen-only{margin-right:125px!important}.has-padding-right-125-widescreen-only{padding-right:125px!important}}@media screen and (min-width:1472px){.has-margin-right-125-fullhd{margin-right:125px!important}.has-padding-right-125-fullhd{padding-right:125px!important}}@media screen and (max-width:768px){.has-margin-130-mobile{margin:130px!important}.has-padding-130-mobile{padding:130px!important}}@media print,screen and (min-width:769px){.has-margin-130-tablet{margin:130px!important}.has-padding-130-tablet{padding:130px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-130-tablet-only{margin:130px!important}.has-padding-130-tablet-only{padding:130px!important}}@media screen and (max-width:1087px){.has-margin-130-touch{margin:130px!important}.has-padding-130-touch{padding:130px!important}}@media screen and (min-width:1088px){.has-margin-130-desktop{margin:130px!important}.has-padding-130-desktop{padding:130px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-130-desktop-only{margin:130px!important}.has-padding-130-desktop-only{padding:130px!important}}@media screen and (min-width:1280px){.has-margin-130-widescreen{margin:130px!important}.has-padding-130-widescreen{padding:130px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-130-widescreen-only{margin:130px!important}.has-padding-130-widescreen-only{padding:130px!important}}@media screen and (min-width:1472px){.has-margin-130-fullhd{margin:130px!important}.has-padding-130-fullhd{padding:130px!important}}@media screen and (max-width:768px){.has-margin-top-130-mobile{margin-top:130px!important}.has-padding-top-130-mobile{padding-top:130px!important}}@media print,screen and (min-width:769px){.has-margin-top-130-tablet{margin-top:130px!important}.has-padding-top-130-tablet{padding-top:130px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-130-tablet-only{margin-top:130px!important}.has-padding-top-130-tablet-only{padding-top:130px!important}}@media screen and (max-width:1087px){.has-margin-top-130-touch{margin-top:130px!important}.has-padding-top-130-touch{padding-top:130px!important}}@media screen and (min-width:1088px){.has-margin-top-130-desktop{margin-top:130px!important}.has-padding-top-130-desktop{padding-top:130px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-130-desktop-only{margin-top:130px!important}.has-padding-top-130-desktop-only{padding-top:130px!important}}@media screen and (min-width:1280px){.has-margin-top-130-widescreen{margin-top:130px!important}.has-padding-top-130-widescreen{padding-top:130px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-130-widescreen-only{margin-top:130px!important}.has-padding-top-130-widescreen-only{padding-top:130px!important}}@media screen and (min-width:1472px){.has-margin-top-130-fullhd{margin-top:130px!important}.has-padding-top-130-fullhd{padding-top:130px!important}}@media screen and (max-width:768px){.has-margin-bottom-130-mobile{margin-bottom:130px!important}.has-padding-bottom-130-mobile{padding-bottom:130px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-130-tablet{margin-bottom:130px!important}.has-padding-bottom-130-tablet{padding-bottom:130px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-130-tablet-only{margin-bottom:130px!important}.has-padding-bottom-130-tablet-only{padding-bottom:130px!important}}@media screen and (max-width:1087px){.has-margin-bottom-130-touch{margin-bottom:130px!important}.has-padding-bottom-130-touch{padding-bottom:130px!important}}@media screen and (min-width:1088px){.has-margin-bottom-130-desktop{margin-bottom:130px!important}.has-padding-bottom-130-desktop{padding-bottom:130px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-130-desktop-only{margin-bottom:130px!important}.has-padding-bottom-130-desktop-only{padding-bottom:130px!important}}@media screen and (min-width:1280px){.has-margin-bottom-130-widescreen{margin-bottom:130px!important}.has-padding-bottom-130-widescreen{padding-bottom:130px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-130-widescreen-only{margin-bottom:130px!important}.has-padding-bottom-130-widescreen-only{padding-bottom:130px!important}}@media screen and (min-width:1472px){.has-margin-bottom-130-fullhd{margin-bottom:130px!important}.has-padding-bottom-130-fullhd{padding-bottom:130px!important}}@media screen and (max-width:768px){.has-margin-left-130-mobile{margin-left:130px!important}.has-padding-left-130-mobile{padding-left:130px!important}}@media print,screen and (min-width:769px){.has-margin-left-130-tablet{margin-left:130px!important}.has-padding-left-130-tablet{padding-left:130px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-130-tablet-only{margin-left:130px!important}.has-padding-left-130-tablet-only{padding-left:130px!important}}@media screen and (max-width:1087px){.has-margin-left-130-touch{margin-left:130px!important}.has-padding-left-130-touch{padding-left:130px!important}}@media screen and (min-width:1088px){.has-margin-left-130-desktop{margin-left:130px!important}.has-padding-left-130-desktop{padding-left:130px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-130-desktop-only{margin-left:130px!important}.has-padding-left-130-desktop-only{padding-left:130px!important}}@media screen and (min-width:1280px){.has-margin-left-130-widescreen{margin-left:130px!important}.has-padding-left-130-widescreen{padding-left:130px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-130-widescreen-only{margin-left:130px!important}.has-padding-left-130-widescreen-only{padding-left:130px!important}}@media screen and (min-width:1472px){.has-margin-left-130-fullhd{margin-left:130px!important}.has-padding-left-130-fullhd{padding-left:130px!important}}@media screen and (max-width:768px){.has-margin-right-130-mobile{margin-right:130px!important}.has-padding-right-130-mobile{padding-right:130px!important}}@media print,screen and (min-width:769px){.has-margin-right-130-tablet{margin-right:130px!important}.has-padding-right-130-tablet{padding-right:130px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-130-tablet-only{margin-right:130px!important}.has-padding-right-130-tablet-only{padding-right:130px!important}}@media screen and (max-width:1087px){.has-margin-right-130-touch{margin-right:130px!important}.has-padding-right-130-touch{padding-right:130px!important}}@media screen and (min-width:1088px){.has-margin-right-130-desktop{margin-right:130px!important}.has-padding-right-130-desktop{padding-right:130px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-130-desktop-only{margin-right:130px!important}.has-padding-right-130-desktop-only{padding-right:130px!important}}@media screen and (min-width:1280px){.has-margin-right-130-widescreen{margin-right:130px!important}.has-padding-right-130-widescreen{padding-right:130px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-130-widescreen-only{margin-right:130px!important}.has-padding-right-130-widescreen-only{padding-right:130px!important}}@media screen and (min-width:1472px){.has-margin-right-130-fullhd{margin-right:130px!important}.has-padding-right-130-fullhd{padding-right:130px!important}}@media screen and (max-width:768px){.has-margin-135-mobile{margin:135px!important}.has-padding-135-mobile{padding:135px!important}}@media print,screen and (min-width:769px){.has-margin-135-tablet{margin:135px!important}.has-padding-135-tablet{padding:135px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-135-tablet-only{margin:135px!important}.has-padding-135-tablet-only{padding:135px!important}}@media screen and (max-width:1087px){.has-margin-135-touch{margin:135px!important}.has-padding-135-touch{padding:135px!important}}@media screen and (min-width:1088px){.has-margin-135-desktop{margin:135px!important}.has-padding-135-desktop{padding:135px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-135-desktop-only{margin:135px!important}.has-padding-135-desktop-only{padding:135px!important}}@media screen and (min-width:1280px){.has-margin-135-widescreen{margin:135px!important}.has-padding-135-widescreen{padding:135px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-135-widescreen-only{margin:135px!important}.has-padding-135-widescreen-only{padding:135px!important}}@media screen and (min-width:1472px){.has-margin-135-fullhd{margin:135px!important}.has-padding-135-fullhd{padding:135px!important}}@media screen and (max-width:768px){.has-margin-top-135-mobile{margin-top:135px!important}.has-padding-top-135-mobile{padding-top:135px!important}}@media print,screen and (min-width:769px){.has-margin-top-135-tablet{margin-top:135px!important}.has-padding-top-135-tablet{padding-top:135px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-135-tablet-only{margin-top:135px!important}.has-padding-top-135-tablet-only{padding-top:135px!important}}@media screen and (max-width:1087px){.has-margin-top-135-touch{margin-top:135px!important}.has-padding-top-135-touch{padding-top:135px!important}}@media screen and (min-width:1088px){.has-margin-top-135-desktop{margin-top:135px!important}.has-padding-top-135-desktop{padding-top:135px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-135-desktop-only{margin-top:135px!important}.has-padding-top-135-desktop-only{padding-top:135px!important}}@media screen and (min-width:1280px){.has-margin-top-135-widescreen{margin-top:135px!important}.has-padding-top-135-widescreen{padding-top:135px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-135-widescreen-only{margin-top:135px!important}.has-padding-top-135-widescreen-only{padding-top:135px!important}}@media screen and (min-width:1472px){.has-margin-top-135-fullhd{margin-top:135px!important}.has-padding-top-135-fullhd{padding-top:135px!important}}@media screen and (max-width:768px){.has-margin-bottom-135-mobile{margin-bottom:135px!important}.has-padding-bottom-135-mobile{padding-bottom:135px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-135-tablet{margin-bottom:135px!important}.has-padding-bottom-135-tablet{padding-bottom:135px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-135-tablet-only{margin-bottom:135px!important}.has-padding-bottom-135-tablet-only{padding-bottom:135px!important}}@media screen and (max-width:1087px){.has-margin-bottom-135-touch{margin-bottom:135px!important}.has-padding-bottom-135-touch{padding-bottom:135px!important}}@media screen and (min-width:1088px){.has-margin-bottom-135-desktop{margin-bottom:135px!important}.has-padding-bottom-135-desktop{padding-bottom:135px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-135-desktop-only{margin-bottom:135px!important}.has-padding-bottom-135-desktop-only{padding-bottom:135px!important}}@media screen and (min-width:1280px){.has-margin-bottom-135-widescreen{margin-bottom:135px!important}.has-padding-bottom-135-widescreen{padding-bottom:135px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-135-widescreen-only{margin-bottom:135px!important}.has-padding-bottom-135-widescreen-only{padding-bottom:135px!important}}@media screen and (min-width:1472px){.has-margin-bottom-135-fullhd{margin-bottom:135px!important}.has-padding-bottom-135-fullhd{padding-bottom:135px!important}}@media screen and (max-width:768px){.has-margin-left-135-mobile{margin-left:135px!important}.has-padding-left-135-mobile{padding-left:135px!important}}@media print,screen and (min-width:769px){.has-margin-left-135-tablet{margin-left:135px!important}.has-padding-left-135-tablet{padding-left:135px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-135-tablet-only{margin-left:135px!important}.has-padding-left-135-tablet-only{padding-left:135px!important}}@media screen and (max-width:1087px){.has-margin-left-135-touch{margin-left:135px!important}.has-padding-left-135-touch{padding-left:135px!important}}@media screen and (min-width:1088px){.has-margin-left-135-desktop{margin-left:135px!important}.has-padding-left-135-desktop{padding-left:135px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-135-desktop-only{margin-left:135px!important}.has-padding-left-135-desktop-only{padding-left:135px!important}}@media screen and (min-width:1280px){.has-margin-left-135-widescreen{margin-left:135px!important}.has-padding-left-135-widescreen{padding-left:135px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-135-widescreen-only{margin-left:135px!important}.has-padding-left-135-widescreen-only{padding-left:135px!important}}@media screen and (min-width:1472px){.has-margin-left-135-fullhd{margin-left:135px!important}.has-padding-left-135-fullhd{padding-left:135px!important}}@media screen and (max-width:768px){.has-margin-right-135-mobile{margin-right:135px!important}.has-padding-right-135-mobile{padding-right:135px!important}}@media print,screen and (min-width:769px){.has-margin-right-135-tablet{margin-right:135px!important}.has-padding-right-135-tablet{padding-right:135px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-135-tablet-only{margin-right:135px!important}.has-padding-right-135-tablet-only{padding-right:135px!important}}@media screen and (max-width:1087px){.has-margin-right-135-touch{margin-right:135px!important}.has-padding-right-135-touch{padding-right:135px!important}}@media screen and (min-width:1088px){.has-margin-right-135-desktop{margin-right:135px!important}.has-padding-right-135-desktop{padding-right:135px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-135-desktop-only{margin-right:135px!important}.has-padding-right-135-desktop-only{padding-right:135px!important}}@media screen and (min-width:1280px){.has-margin-right-135-widescreen{margin-right:135px!important}.has-padding-right-135-widescreen{padding-right:135px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-135-widescreen-only{margin-right:135px!important}.has-padding-right-135-widescreen-only{padding-right:135px!important}}@media screen and (min-width:1472px){.has-margin-right-135-fullhd{margin-right:135px!important}.has-padding-right-135-fullhd{padding-right:135px!important}}@media screen and (max-width:768px){.has-margin-140-mobile{margin:140px!important}.has-padding-140-mobile{padding:140px!important}}@media print,screen and (min-width:769px){.has-margin-140-tablet{margin:140px!important}.has-padding-140-tablet{padding:140px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-140-tablet-only{margin:140px!important}.has-padding-140-tablet-only{padding:140px!important}}@media screen and (max-width:1087px){.has-margin-140-touch{margin:140px!important}.has-padding-140-touch{padding:140px!important}}@media screen and (min-width:1088px){.has-margin-140-desktop{margin:140px!important}.has-padding-140-desktop{padding:140px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-140-desktop-only{margin:140px!important}.has-padding-140-desktop-only{padding:140px!important}}@media screen and (min-width:1280px){.has-margin-140-widescreen{margin:140px!important}.has-padding-140-widescreen{padding:140px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-140-widescreen-only{margin:140px!important}.has-padding-140-widescreen-only{padding:140px!important}}@media screen and (min-width:1472px){.has-margin-140-fullhd{margin:140px!important}.has-padding-140-fullhd{padding:140px!important}}@media screen and (max-width:768px){.has-margin-top-140-mobile{margin-top:140px!important}.has-padding-top-140-mobile{padding-top:140px!important}}@media print,screen and (min-width:769px){.has-margin-top-140-tablet{margin-top:140px!important}.has-padding-top-140-tablet{padding-top:140px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-140-tablet-only{margin-top:140px!important}.has-padding-top-140-tablet-only{padding-top:140px!important}}@media screen and (max-width:1087px){.has-margin-top-140-touch{margin-top:140px!important}.has-padding-top-140-touch{padding-top:140px!important}}@media screen and (min-width:1088px){.has-margin-top-140-desktop{margin-top:140px!important}.has-padding-top-140-desktop{padding-top:140px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-140-desktop-only{margin-top:140px!important}.has-padding-top-140-desktop-only{padding-top:140px!important}}@media screen and (min-width:1280px){.has-margin-top-140-widescreen{margin-top:140px!important}.has-padding-top-140-widescreen{padding-top:140px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-140-widescreen-only{margin-top:140px!important}.has-padding-top-140-widescreen-only{padding-top:140px!important}}@media screen and (min-width:1472px){.has-margin-top-140-fullhd{margin-top:140px!important}.has-padding-top-140-fullhd{padding-top:140px!important}}@media screen and (max-width:768px){.has-margin-bottom-140-mobile{margin-bottom:140px!important}.has-padding-bottom-140-mobile{padding-bottom:140px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-140-tablet{margin-bottom:140px!important}.has-padding-bottom-140-tablet{padding-bottom:140px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-140-tablet-only{margin-bottom:140px!important}.has-padding-bottom-140-tablet-only{padding-bottom:140px!important}}@media screen and (max-width:1087px){.has-margin-bottom-140-touch{margin-bottom:140px!important}.has-padding-bottom-140-touch{padding-bottom:140px!important}}@media screen and (min-width:1088px){.has-margin-bottom-140-desktop{margin-bottom:140px!important}.has-padding-bottom-140-desktop{padding-bottom:140px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-140-desktop-only{margin-bottom:140px!important}.has-padding-bottom-140-desktop-only{padding-bottom:140px!important}}@media screen and (min-width:1280px){.has-margin-bottom-140-widescreen{margin-bottom:140px!important}.has-padding-bottom-140-widescreen{padding-bottom:140px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-140-widescreen-only{margin-bottom:140px!important}.has-padding-bottom-140-widescreen-only{padding-bottom:140px!important}}@media screen and (min-width:1472px){.has-margin-bottom-140-fullhd{margin-bottom:140px!important}.has-padding-bottom-140-fullhd{padding-bottom:140px!important}}@media screen and (max-width:768px){.has-margin-left-140-mobile{margin-left:140px!important}.has-padding-left-140-mobile{padding-left:140px!important}}@media print,screen and (min-width:769px){.has-margin-left-140-tablet{margin-left:140px!important}.has-padding-left-140-tablet{padding-left:140px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-140-tablet-only{margin-left:140px!important}.has-padding-left-140-tablet-only{padding-left:140px!important}}@media screen and (max-width:1087px){.has-margin-left-140-touch{margin-left:140px!important}.has-padding-left-140-touch{padding-left:140px!important}}@media screen and (min-width:1088px){.has-margin-left-140-desktop{margin-left:140px!important}.has-padding-left-140-desktop{padding-left:140px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-140-desktop-only{margin-left:140px!important}.has-padding-left-140-desktop-only{padding-left:140px!important}}@media screen and (min-width:1280px){.has-margin-left-140-widescreen{margin-left:140px!important}.has-padding-left-140-widescreen{padding-left:140px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-140-widescreen-only{margin-left:140px!important}.has-padding-left-140-widescreen-only{padding-left:140px!important}}@media screen and (min-width:1472px){.has-margin-left-140-fullhd{margin-left:140px!important}.has-padding-left-140-fullhd{padding-left:140px!important}}@media screen and (max-width:768px){.has-margin-right-140-mobile{margin-right:140px!important}.has-padding-right-140-mobile{padding-right:140px!important}}@media print,screen and (min-width:769px){.has-margin-right-140-tablet{margin-right:140px!important}.has-padding-right-140-tablet{padding-right:140px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-140-tablet-only{margin-right:140px!important}.has-padding-right-140-tablet-only{padding-right:140px!important}}@media screen and (max-width:1087px){.has-margin-right-140-touch{margin-right:140px!important}.has-padding-right-140-touch{padding-right:140px!important}}@media screen and (min-width:1088px){.has-margin-right-140-desktop{margin-right:140px!important}.has-padding-right-140-desktop{padding-right:140px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-140-desktop-only{margin-right:140px!important}.has-padding-right-140-desktop-only{padding-right:140px!important}}@media screen and (min-width:1280px){.has-margin-right-140-widescreen{margin-right:140px!important}.has-padding-right-140-widescreen{padding-right:140px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-140-widescreen-only{margin-right:140px!important}.has-padding-right-140-widescreen-only{padding-right:140px!important}}@media screen and (min-width:1472px){.has-margin-right-140-fullhd{margin-right:140px!important}.has-padding-right-140-fullhd{padding-right:140px!important}}@media screen and (max-width:768px){.has-margin-145-mobile{margin:145px!important}.has-padding-145-mobile{padding:145px!important}}@media print,screen and (min-width:769px){.has-margin-145-tablet{margin:145px!important}.has-padding-145-tablet{padding:145px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-145-tablet-only{margin:145px!important}.has-padding-145-tablet-only{padding:145px!important}}@media screen and (max-width:1087px){.has-margin-145-touch{margin:145px!important}.has-padding-145-touch{padding:145px!important}}@media screen and (min-width:1088px){.has-margin-145-desktop{margin:145px!important}.has-padding-145-desktop{padding:145px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-145-desktop-only{margin:145px!important}.has-padding-145-desktop-only{padding:145px!important}}@media screen and (min-width:1280px){.has-margin-145-widescreen{margin:145px!important}.has-padding-145-widescreen{padding:145px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-145-widescreen-only{margin:145px!important}.has-padding-145-widescreen-only{padding:145px!important}}@media screen and (min-width:1472px){.has-margin-145-fullhd{margin:145px!important}.has-padding-145-fullhd{padding:145px!important}}@media screen and (max-width:768px){.has-margin-top-145-mobile{margin-top:145px!important}.has-padding-top-145-mobile{padding-top:145px!important}}@media print,screen and (min-width:769px){.has-margin-top-145-tablet{margin-top:145px!important}.has-padding-top-145-tablet{padding-top:145px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-top-145-tablet-only{margin-top:145px!important}.has-padding-top-145-tablet-only{padding-top:145px!important}}@media screen and (max-width:1087px){.has-margin-top-145-touch{margin-top:145px!important}.has-padding-top-145-touch{padding-top:145px!important}}@media screen and (min-width:1088px){.has-margin-top-145-desktop{margin-top:145px!important}.has-padding-top-145-desktop{padding-top:145px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-top-145-desktop-only{margin-top:145px!important}.has-padding-top-145-desktop-only{padding-top:145px!important}}@media screen and (min-width:1280px){.has-margin-top-145-widescreen{margin-top:145px!important}.has-padding-top-145-widescreen{padding-top:145px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-top-145-widescreen-only{margin-top:145px!important}.has-padding-top-145-widescreen-only{padding-top:145px!important}}@media screen and (min-width:1472px){.has-margin-top-145-fullhd{margin-top:145px!important}.has-padding-top-145-fullhd{padding-top:145px!important}}@media screen and (max-width:768px){.has-margin-bottom-145-mobile{margin-bottom:145px!important}.has-padding-bottom-145-mobile{padding-bottom:145px!important}}@media print,screen and (min-width:769px){.has-margin-bottom-145-tablet{margin-bottom:145px!important}.has-padding-bottom-145-tablet{padding-bottom:145px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-bottom-145-tablet-only{margin-bottom:145px!important}.has-padding-bottom-145-tablet-only{padding-bottom:145px!important}}@media screen and (max-width:1087px){.has-margin-bottom-145-touch{margin-bottom:145px!important}.has-padding-bottom-145-touch{padding-bottom:145px!important}}@media screen and (min-width:1088px){.has-margin-bottom-145-desktop{margin-bottom:145px!important}.has-padding-bottom-145-desktop{padding-bottom:145px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-bottom-145-desktop-only{margin-bottom:145px!important}.has-padding-bottom-145-desktop-only{padding-bottom:145px!important}}@media screen and (min-width:1280px){.has-margin-bottom-145-widescreen{margin-bottom:145px!important}.has-padding-bottom-145-widescreen{padding-bottom:145px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-bottom-145-widescreen-only{margin-bottom:145px!important}.has-padding-bottom-145-widescreen-only{padding-bottom:145px!important}}@media screen and (min-width:1472px){.has-margin-bottom-145-fullhd{margin-bottom:145px!important}.has-padding-bottom-145-fullhd{padding-bottom:145px!important}}@media screen and (max-width:768px){.has-margin-left-145-mobile{margin-left:145px!important}.has-padding-left-145-mobile{padding-left:145px!important}}@media print,screen and (min-width:769px){.has-margin-left-145-tablet{margin-left:145px!important}.has-padding-left-145-tablet{padding-left:145px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-145-tablet-only{margin-left:145px!important}.has-padding-left-145-tablet-only{padding-left:145px!important}}@media screen and (max-width:1087px){.has-margin-left-145-touch{margin-left:145px!important}.has-padding-left-145-touch{padding-left:145px!important}}@media screen and (min-width:1088px){.has-margin-left-145-desktop{margin-left:145px!important}.has-padding-left-145-desktop{padding-left:145px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-145-desktop-only{margin-left:145px!important}.has-padding-left-145-desktop-only{padding-left:145px!important}}@media screen and (min-width:1280px){.has-margin-left-145-widescreen{margin-left:145px!important}.has-padding-left-145-widescreen{padding-left:145px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-145-widescreen-only{margin-left:145px!important}.has-padding-left-145-widescreen-only{padding-left:145px!important}}@media screen and (min-width:1472px){.has-margin-left-145-fullhd{margin-left:145px!important}.has-padding-left-145-fullhd{padding-left:145px!important}}@media screen and (max-width:768px){.has-margin-right-145-mobile{margin-right:145px!important}.has-padding-right-145-mobile{padding-right:145px!important}}@media print,screen and (min-width:769px){.has-margin-right-145-tablet{margin-right:145px!important}.has-padding-right-145-tablet{padding-right:145px!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-145-tablet-only{margin-right:145px!important}.has-padding-right-145-tablet-only{padding-right:145px!important}}@media screen and (max-width:1087px){.has-margin-right-145-touch{margin-right:145px!important}.has-padding-right-145-touch{padding-right:145px!important}}@media screen and (min-width:1088px){.has-margin-right-145-desktop{margin-right:145px!important}.has-padding-right-145-desktop{padding-right:145px!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-145-desktop-only{margin-right:145px!important}.has-padding-right-145-desktop-only{padding-right:145px!important}}@media screen and (min-width:1280px){.has-margin-right-145-widescreen{margin-right:145px!important}.has-padding-right-145-widescreen{padding-right:145px!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-145-widescreen-only{margin-right:145px!important}.has-padding-right-145-widescreen-only{padding-right:145px!important}}@media screen and (min-width:1472px){.has-margin-right-145-fullhd{margin-right:145px!important}.has-padding-right-145-fullhd{padding-right:145px!important}}@media screen and (max-width:768px){.is-top-marginless-mobile{margin-top:0!important}.is-top-paddingless-mobile{padding-top:0!important}}@media print,screen and (min-width:769px){.is-top-marginless-tablet{margin-top:0!important}.is-top-paddingless-tablet{padding-top:0!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-top-marginless-tablet-only{margin-top:0!important}.is-top-paddingless-tablet-only{padding-top:0!important}}@media screen and (max-width:1087px){.is-top-marginless-touch{margin-top:0!important}.is-top-paddingless-touch{padding-top:0!important}}@media screen and (min-width:1088px){.is-top-marginless-desktop{margin-top:0!important}.is-top-paddingless-desktop{padding-top:0!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-top-marginless-desktop-only{margin-top:0!important}.is-top-paddingless-desktop-only{padding-top:0!important}}@media screen and (min-width:1280px){.is-top-marginless-widescreen{margin-top:0!important}.is-top-paddingless-widescreen{padding-top:0!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-top-marginless-widescreen-only{margin-top:0!important}.is-top-paddingless-widescreen-only{padding-top:0!important}}@media screen and (min-width:1472px){.is-top-marginless-fullhd{margin-top:0!important}.is-top-paddingless-fullhd{padding-top:0!important}}@media screen and (max-width:768px){.is-bottom-marginless-mobile{margin-bottom:0!important}.is-bottom-paddingless-mobile{padding-bottom:0!important}}@media print,screen and (min-width:769px){.is-bottom-marginless-tablet{margin-bottom:0!important}.is-bottom-paddingless-tablet{padding-bottom:0!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-bottom-marginless-tablet-only{margin-bottom:0!important}.is-bottom-paddingless-tablet-only{padding-bottom:0!important}}@media screen and (max-width:1087px){.is-bottom-marginless-touch{margin-bottom:0!important}.is-bottom-paddingless-touch{padding-bottom:0!important}}@media screen and (min-width:1088px){.is-bottom-marginless-desktop{margin-bottom:0!important}.is-bottom-paddingless-desktop{padding-bottom:0!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-bottom-marginless-desktop-only{margin-bottom:0!important}.is-bottom-paddingless-desktop-only{padding-bottom:0!important}}@media screen and (min-width:1280px){.is-bottom-marginless-widescreen{margin-bottom:0!important}.is-bottom-paddingless-widescreen{padding-bottom:0!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-bottom-marginless-widescreen-only{margin-bottom:0!important}.is-bottom-paddingless-widescreen-only{padding-bottom:0!important}}@media screen and (min-width:1472px){.is-bottom-marginless-fullhd{margin-bottom:0!important}.is-bottom-paddingless-fullhd{padding-bottom:0!important}}@media screen and (max-width:768px){.is-left-marginless-mobile{margin-left:0!important}.is-left-paddingless-mobile{padding-left:0!important}}@media print,screen and (min-width:769px){.is-left-marginless-tablet{margin-left:0!important}.is-left-paddingless-tablet{padding-left:0!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-left-marginless-tablet-only{margin-left:0!important}.is-left-paddingless-tablet-only{padding-left:0!important}}@media screen and (max-width:1087px){.is-left-marginless-touch{margin-left:0!important}.is-left-paddingless-touch{padding-left:0!important}}@media screen and (min-width:1088px){.is-left-marginless-desktop{margin-left:0!important}.is-left-paddingless-desktop{padding-left:0!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-left-marginless-desktop-only{margin-left:0!important}.is-left-paddingless-desktop-only{padding-left:0!important}}@media screen and (min-width:1280px){.is-left-marginless-widescreen{margin-left:0!important}.is-left-paddingless-widescreen{padding-left:0!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-left-marginless-widescreen-only{margin-left:0!important}.is-left-paddingless-widescreen-only{padding-left:0!important}}@media screen and (min-width:1472px){.is-left-marginless-fullhd{margin-left:0!important}.is-left-paddingless-fullhd{padding-left:0!important}}@media screen and (max-width:768px){.is-right-marginless-mobile{margin-right:0!important}.is-right-paddingless-mobile{padding-right:0!important}}@media print,screen and (min-width:769px){.is-right-marginless-tablet{margin-right:0!important}.is-right-paddingless-tablet{padding-right:0!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-right-marginless-tablet-only{margin-right:0!important}.is-right-paddingless-tablet-only{padding-right:0!important}}@media screen and (max-width:1087px){.is-right-marginless-touch{margin-right:0!important}.is-right-paddingless-touch{padding-right:0!important}}@media screen and (min-width:1088px){.is-right-marginless-desktop{margin-right:0!important}.is-right-paddingless-desktop{padding-right:0!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-right-marginless-desktop-only{margin-right:0!important}.is-right-paddingless-desktop-only{padding-right:0!important}}@media screen and (min-width:1280px){.is-right-marginless-widescreen{margin-right:0!important}.is-right-paddingless-widescreen{padding-right:0!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-right-marginless-widescreen-only{margin-right:0!important}.is-right-paddingless-widescreen-only{padding-right:0!important}}@media screen and (min-width:1472px){.is-right-marginless-fullhd{margin-right:0!important}.is-right-paddingless-fullhd{padding-right:0!important}}@media screen and (max-width:768px){.has-margin-left-auto-mobile{margin-left:auto!important}}@media print,screen and (min-width:769px){.has-margin-left-auto-tablet{margin-left:auto!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-left-auto-tablet-only{margin-left:auto!important}}@media screen and (max-width:1087px){.has-margin-left-auto-touch{margin-left:auto!important}}@media screen and (min-width:1088px){.has-margin-left-auto-desktop{margin-left:auto!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-left-auto-desktop-only{margin-left:auto!important}}@media screen and (min-width:1280px){.has-margin-left-auto-widescreen{margin-left:auto!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-left-auto-widescreen-only{margin-left:auto!important}}@media screen and (min-width:1472px){.has-margin-left-auto-fullhd{margin-left:auto!important}}@media screen and (max-width:768px){.has-margin-right-auto-mobile{margin-right:auto!important}}@media print,screen and (min-width:769px){.has-margin-right-auto-tablet{margin-right:auto!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-margin-right-auto-tablet-only{margin-right:auto!important}}@media screen and (max-width:1087px){.has-margin-right-auto-touch{margin-right:auto!important}}@media screen and (min-width:1088px){.has-margin-right-auto-desktop{margin-right:auto!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-margin-right-auto-desktop-only{margin-right:auto!important}}@media screen and (min-width:1280px){.has-margin-right-auto-widescreen{margin-right:auto!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-margin-right-auto-widescreen-only{margin-right:auto!important}}@media screen and (min-width:1472px){.has-margin-right-auto-fullhd{margin-right:auto!important}}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(/static/media/MaterialIcons-Regular.4674f8ded773cb03e824.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(/static/media/MaterialIcons-Regular.cff684e59ffb052d72cb.woff2) format("woff2"),url(/static/media/MaterialIcons-Regular.83bebaf37c09c7e1c3ee.woff) format("woff"),url(/static/media/MaterialIcons-Regular.5e7382c63da0098d634a.ttf) format("truetype")}.material-icons{word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-rendering:optimizeLegibility;text-transform:none;white-space:nowrap}
/*# sourceMappingURL=main.08fc6c42.css.map*/