@charset "UTF-8";: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)}}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.style_toast__jjkiZ{display:flex;justify-content:center;max-height:100px;padding:10px}.style_toast__jjkiZ .style_toastText__eqLPw{align-self:center;position:relative}.style_toast__jjkiZ .style_toastText__eqLPw p{word-wrap:break-word;color:#00010d;font-size:14px;font-weight:600;margin-left:40px;width:220px}.style_toast__jjkiZ img{align-self:center;display:flex;height:45px;width:45px}.style_header__gGEyE{background-color:#fff;border-bottom:1px solid hsla(0,0%,49%,.376);box-shadow:0 3px 5px rgba(0,0,0,.314);height:40px;padding-left:30px;position:fixed;width:100%;z-index:5}@media(max-width:767px){.style_header__gGEyE{display:none!important}}.style_header__mDdwc{background-color:#fff;border-bottom:1px solid hsla(0,0%,49%,.376);box-shadow:0 3px 5px rgba(0,0,0,.314);height:40px;padding-left:30px;position:fixed;width:100%;z-index:5}@media(max-width:767px){.style_header__mDdwc{display:none!important}}.style_toast__p53xU{display:flex;justify-content:center;max-height:100px;padding:10px}.style_toast__p53xU .style_toastText__KXkqf{align-self:center;position:relative}.style_toast__p53xU .style_toastText__KXkqf p{word-wrap:break-word;color:#00010d;font-size:14px;font-weight:600;margin-left:40px;width:220px}.style_toast__p53xU img{align-self:center;display:flex;height:45px;width:45px}.style_notification__ZQxeF{box-shadow:-2px 1px 2px rgba(0,0,0,.25);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:120px;justify-content:space-between;outline:.5px solid #d3d3d3;padding:10px;position:relative;width:100%;z-index:1}.style_close-btn__a2duZ{border-radius:5px;height:25px;position:absolute;right:5px;top:5%;-webkit-transform:translateY(-5%);transform:translateY(-5%);width:25px;z-index:99}.style_close-btn__a2duZ:hover{background-color:#fff}.style_close-icon__TDiCN{height:10px;width:20px}.style_default__Qngmd{background-color:#d4d4fd}.style_read__5ZE6f{background-color:#fff}.style_default__Qngmd:hover{background-color:#b5b5fd}.style_read__5ZE6f:hover{background-color:#e7e7e7}.style_bell__sDEbC{cursor:pointer}.style_btn-bell__iS-4i{position:relative}.style_unread__G4czo{line-height:1em}.style_unread__drawer__bMrpj{background-color:#ff1616;border-radius:50%;color:#fff;font-size:11px;line-height:22px;min-width:24px;padding:1px 4px;position:absolute;right:-10px;text-align:center;top:-5px}.style_footer__iWp4T{background-color:#060f9b;display:flex;flex-direction:column;justify-content:space-between}.style_footer-btn__-9uOn{border-radius:5px}.style_footer-btn__-9uOn p{word-wrap:break-word;color:#fff;font-size:12px;text-decoration:none}.style_footer-btn__-9uOn:hover{background-color:#b5b5fd;border-radius:5px}.style_notification-central-btn__98\+jU{cursor:pointer}.style_notification-central-btn__98\+jU:hover{background-color:#060f9b;border-radius:5px;color:#fff}.style_notifications-link__WNB7S{background-color:#18a818}.style_notifications-link__WNB7S:hover{background-color:#127712}.style_active__marker__tbfFv{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_menu-item__6yba\+{align-items:center;color:#0e119c!important;display:flex;width:100%}.style_menu-item__6yba\+:hover{text-decoration:underline}.style_menu-item-drawer__H7vH6{width:100%}.style_menu-item-drawer__H7vH6:hover{text-decoration:underline}.style_pocontent__r\+24D{box-shadow:0 4px 4px rgba(0,0,0,.25)}.style_active__marker__elS6T{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_modal-container__0GSns{align-self:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(209,210,227,.32);bottom:0;display:block;height:100%;justify-content:flex-end;left:0;overflow:auto;position:fixed;-webkit-transition:.5s;transition:all .3s linear;width:100%;z-index:9999}.style_modal-container__0GSns .style_modal-content__Lg7g8{align-items:center;background-color:#fdfdfd;border-radius:20px;bottom:0;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:20px;height:80%;left:0;margin:auto;overflow-y:auto;padding:20px 20px 0;position:absolute;right:0;top:0;width:80%}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw{align-items:center;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:space-evenly;width:100%}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-top__zX2md{align-self:flex-start;display:flex;flex-direction:column;font-size:22px;width:100%}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-top__zX2md h2{font-size:20px}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-top__zX2md{align-self:center}}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-top__zX2md .style_subtitle__IC59T{font-size:16px}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-top__zX2md .style_subtitle__IC59T{font-size:14px}}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9{display:flex;flex-direction:column;padding:5px}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul{display:flex;flex-direction:column;gap:10px}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul li{font-size:16px;height:100%}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul li{font-size:14px}}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul p{font-size:16px}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul p{font-size:14px}}@media(max-width:500px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul p{font-size:12px}}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 ul{gap:5px}}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9 a{font-weight:500}@media(max-width:1024px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_content-mid__Z1fH9{height:100%;overflow-y:auto;padding:10px 0}}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_buttons__n1\+AE{align-self:flex-end;display:flex;flex-direction:row;gap:20px}.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_buttons__n1\+AE img{height:30px;position:absolute;right:10%;width:30px}@media(max-width:600px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_buttons__n1\+AE img{display:none}}@media(max-width:900px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_buttons__n1\+AE{align-self:center;gap:10px}}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_buttons__n1\+AE button{font-size:12px;margin-bottom:10px}}@media(max-width:485px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw .style_buttons__n1\+AE{align-self:center;gap:5px;width:100%}}@media(max-width:700px){.style_modal-container__0GSns .style_modal-content__Lg7g8 .style_content__suLSw{gap:5px;min-height:auto}}@media(min-width:1200px){.style_modal-container__0GSns .style_modal-content__Lg7g8{padding:0 80px}}@media(max-width:450px){.style_modal-container__0GSns .style_modal-content__Lg7g8{gap:0;justify-content:center}}@media(max-width:768px){.style_modal-container__0GSns .style_modal-content__Lg7g8{height:90%;padding:10px;width:90%}}.style_btn__lvIMu{align-items:center;border-radius:15px;box-shadow:0 4px 4px rgba(0,0,0,.25);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:20px;height:40px;justify-content:center;position:relative;text-decoration:none;width:170px}@media(max-width:700px){.style_btn__lvIMu{font-size:12px}}.style_blue__lsKzI{color:#060f9b;font-weight:500}.style_red__mu8KC{color:#af0202;font-weight:500}.style_btn-blue-outline__UhSNv{background:#f9f9f9;border:.5px solid #060f9b;color:#060f9b}.style_btn-blue__umTKS{background:#060f9b;border:none;color:#fff}.style_plan-unpausing__rvWGT{align-items:center;display:flex;flex-direction:column;height:90%;justify-content:space-around;text-align:center}.style_plan-unpausing__rvWGT .style_top-content__lfVe4{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.style_plan-unpausing__rvWGT .style_top-content__lfVe4 p{align-self:center;font-size:16px;text-align:center;width:75%}@media(max-width:600px){.style_plan-unpausing__rvWGT .style_top-content__lfVe4 p{font-size:14px}}.style_plan-unpausing__rvWGT img{height:30px;position:absolute;right:10%;width:30px}@media(max-width:600px){.style_plan-unpausing__rvWGT img{display:none}}.style_plan-unpausing__rvWGT .style_human__jmGVp{align-self:center;display:block;height:350px;position:inherit;width:350px}@media(max-width:600px){.style_plan-unpausing__rvWGT .style_human__jmGVp{height:250px;width:250px}}a{color:#06c}.style_sac__T6Ryo{color:#06c;font-weight:600}a:hover{text-decoration:underline}.style_italic__DNNFk{font-style:italic}.style_main-body__sVZC-{display:flex;height:100%;width:100%}.style_active__f9ucB,.style_inactive2__uIB8a,.style_inactive__yhjRo{align-items:center;display:flex;flex-direction:column;height:100%!important;justify-content:center;text-align:center}.style_inactive2__uIB8a:hover,.style_inactive__yhjRo:hover{text-decoration:underline}.style_inactive__yhjRo{color:#0e119c;font-weight:600}.style_inactive2__uIB8a{font-weight:600}.style_active__f9ucB{font-weight:600;text-decoration:underline}.style_active__f9ucB:focus,.style_active__f9ucB:hover,.style_inactive2__uIB8a:focus,.style_inactive2__uIB8a:hover,.style_inactive__yhjRo:focus,.style_inactive__yhjRo:hover,.style_nav-active__WqHOn:focus,.style_nav-active__WqHOn:hover{box-shadow:none!important}.style_nav-active__WqHOn,.style_nav__rqxOu{margin-top:2px!important}.style_nav-active__WqHOn,.style_nav__rqxOu{font-size:16px;font-weight:600;text-align:center}.style_nav-active__WqHOn{height:60px;text-decoration:underline}.style_main-content__exRcE{align-self:center;display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;width:100%}@media(max-width:1200px){.style_main-content__exRcE{margin-left:0}}.style_full-page__Bxf8G{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:60px;width:100%}.style_open-plan-modal__KfkjH{display:flex;width:100%}.style_open-plan-modal__KfkjH .style_button-container__eeCAM{align-items:center;display:flex;justify-content:center;width:100%}.style_open-plan-modal__KfkjH .style_button-container__eeCAM .style_open-modal-button__iiOlq{background-color:#af0202;border:0;border-radius:12px;color:#fff;cursor:pointer;height:35px;padding:4px;text-align:center;width:90%}@-webkit-keyframes style_glowing__jgnE8{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}@keyframes style_glowing__jgnE8{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}.style_open-modal-button__iiOlq{-webkit-animation:style_glowing__jgnE8 2s infinite;animation:style_glowing__jgnE8 2s infinite}.style_bell__fpuFC{display:block;margin-top:3px}.style_menu-item__n-q7V{color:#0e119c;width:100%}.style_menu-item__n-q7V:hover{text-decoration:underline}.style_menu-item2__6-KcM{color:#fff}.style_menu-nav-item__jZbkF:hover{background-color:rgba(14,17,156,.17)}.style_menu-nav-item__jZbkF{align-items:flex-start!important;color:#0e119c!important}.style_drawer__U18P3{display:none!important}.style_navbar-container__v3K6B{backdrop-filter:blur(7.7px);-webkit-backdrop-filter:blur(7.7px);background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.21);box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;height:60px;justify-content:space-between;position:fixed;width:100%;z-index:3}.style_nav-holder__IheDl{justify-content:space-between}@media(max-width:900px){.style_nav-container__GSyZt{justify-content:space-between}.style_nav-holder__IheDl{justify-content:flex-end;width:auto!important}.style_bell__fpuFC,.style_ghost-div__HYmeN{display:none!important}.style_drawer__U18P3{align-self:right;display:flex!important}}.style_main__body__OBAe7{background-color:#001235;display:flex;flex-direction:row;height:60px;overflow-x:hidden;overflow-y:auto;padding-bottom:0;position:fixed;width:100%}@media(min-width:768px){.style_main__body__OBAe7{min-height:100%;padding:3% 0;width:280px}}.style_main__body__OBAe7{z-index:3}.style_responsive__navbar__RwCAX{display:flex;padding:0 15px;width:100%}@media(min-width:768px){.style_responsive__navbar__RwCAX{display:none;width:280px}}.style_navbar__container__Dniv2{display:none;flex-direction:column;font-weight:600;gap:10px;height:100%;justify-content:space-between;width:60px;z-index:3}@media(min-width:768px){.style_navbar__container__Dniv2{display:flex;width:280px}}.style_nav__holder__qgHnS{align-items:flex-start;gap:30px;justify-content:flex-start;width:100%}.style_navs__mU9YI{align-items:flex-start;color:#fff;font-size:14px;gap:80px;width:100%}.style_navs__mU9YI .style_a__3K-Ga{height:32px;width:100%}.style_navs__mU9YI .style_free-content__U9AM3{align-self:center;height:100%;width:100%}.style_active__marker__2J3Ki{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_backups__Aubz2{width:100%}.style_main__content__PrxY6{display:flex}.style_full__page__-izwI{height:100%}.style_main-body__\+CunG{display:flex;height:100%;width:100%}.style_active__cfQrU,.style_inactive2__wu2Cv,.style_inactive__socQW{align-items:center;display:flex;flex-direction:column;height:100%!important;justify-content:center;text-align:center}.style_inactive2__wu2Cv:hover,.style_inactive__socQW:hover{text-decoration:underline}.style_inactive__socQW{color:#0e119c;font-weight:600}.style_inactive2__wu2Cv{font-weight:600}.style_active__cfQrU{font-weight:600;text-decoration:underline}.style_active__cfQrU:focus,.style_active__cfQrU:hover,.style_inactive2__wu2Cv:focus,.style_inactive2__wu2Cv:hover,.style_inactive__socQW:focus,.style_inactive__socQW:hover,.style_nav-active__yrdk3:focus,.style_nav-active__yrdk3:hover{box-shadow:none!important}.style_nav-active__yrdk3,.style_nav__nAsIO{margin-top:2px!important}.style_nav-active__yrdk3,.style_nav__nAsIO{font-size:16px;font-weight:600;text-align:center}.style_nav-active__yrdk3{height:60px;text-decoration:underline}.style_main-content__UVE-S{align-self:center;display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;width:100%}@media(max-width:1200px){.style_main-content__UVE-S{margin-left:0}}.style_full-page__91pqe{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:60px;width:100%}.style_open-plan-modal__PbMsl{display:flex;width:100%}.style_open-plan-modal__PbMsl .style_button-container__Gh3\+W{align-items:center;display:flex;justify-content:center;width:100%}.style_open-plan-modal__PbMsl .style_button-container__Gh3\+W .style_open-modal-button__yyYbL{background-color:#af0202;border:0;border-radius:12px;color:#fff;cursor:pointer;height:35px;padding:4px;text-align:center;width:90%}@-webkit-keyframes style_glowing__D0TVE{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}@keyframes style_glowing__D0TVE{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}.style_open-modal-button__yyYbL{-webkit-animation:style_glowing__D0TVE 2s infinite;animation:style_glowing__D0TVE 2s infinite}.style_bell__bSiJi{display:block;margin-top:3px}.style_menu-item__BpH0c{color:#0e119c;width:100%}.style_menu-item__BpH0c:hover{text-decoration:underline}.style_menu-item2__CtbOF{color:#fff}.style_menu-nav-item__eZge7:hover{background-color:rgba(14,17,156,.17)}.style_menu-nav-item__eZge7{align-items:flex-start!important;color:#0e119c!important}.style_drawer__Pc7Wz{display:none!important}.style_navbar-container__ATBMy{backdrop-filter:blur(7.7px);-webkit-backdrop-filter:blur(7.7px);background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.21);box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;height:60px;justify-content:space-between;position:fixed;width:100%;z-index:3}.style_nav-holder__35bq3{justify-content:space-between}@media(max-width:900px){.style_nav-container__HZ-Ep{justify-content:space-between}.style_nav-holder__35bq3{justify-content:flex-end;width:auto!important}.style_bell__bSiJi,.style_ghost-div__U3F\+F{display:none!important}.style_drawer__Pc7Wz{align-self:right;display:flex!important}}.style_main__body__5GHmR{background-color:#fff;border-right:rgba(14,17,156,.17);display:flex;flex-direction:row;height:60px;overflow-x:hidden;overflow-y:auto;padding-bottom:0;position:fixed;width:100%;z-index:3}@media(max-width:430px){.style_main__body__5GHmR{position:relative;z-index:5}}@media(min-width:768px){.style_main__body__5GHmR{min-height:100%;padding:70px 0 3%;width:280px}}.style_responsive__navbar__HPmwj{background-color:#fff;border-bottom:1px solid hsla(0,0%,49%,.376);box-shadow:0 3px 5px rgba(0,0,0,.314)!important;display:flex;padding:15px;position:fixed;top:0;width:100%;z-index:10}@media(min-width:768px){.style_responsive__navbar__HPmwj{display:none;width:280px}}.style_navbar__container__ia8bK{display:none;flex-direction:column;font-weight:600;gap:10px;height:100%;width:60px;z-index:3}@media(min-width:768px){.style_navbar__container__ia8bK{display:flex;width:280px}}.style_nav__holder__BTcqB{align-items:flex-start;gap:10px;justify-content:flex-start;width:100%}.style_navs__R05Wf{align-items:flex-start;color:#06097d;font-size:14px;gap:60px;width:100%}.style_navs__R05Wf .style_a__xBdKj{height:32px;width:100%}.style_navs__R05Wf .style_free-content__-nWjo{align-self:center;height:100%;width:100%}.style_active__marker__OV5nc{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_backups__q\+etO{width:100%}.style_main__content__ys4Gh{display:flex}.style_full__page__HL1Q0{height:100%}.style_drawer-content__019rs{margin-top:67px;width:100%}.style_drawer-body__IKuhx{width:100%}.style_main-body__0cTPN{display:flex;height:100%;width:100%}.style_active__atGY1,.style_inactive2__lcJNe,.style_inactive__xPgBD{align-items:center;display:flex;flex-direction:column;height:100%!important;justify-content:center;text-align:center}.style_inactive2__lcJNe:hover,.style_inactive__xPgBD:hover{text-decoration:underline}.style_inactive__xPgBD{color:#0e119c;font-weight:600}.style_inactive2__lcJNe{font-weight:600}.style_active__atGY1{font-weight:600;text-decoration:underline}.style_active__atGY1:focus,.style_active__atGY1:hover,.style_inactive2__lcJNe:focus,.style_inactive2__lcJNe:hover,.style_inactive__xPgBD:focus,.style_inactive__xPgBD:hover,.style_nav-active__kIASe:focus,.style_nav-active__kIASe:hover{box-shadow:none!important}.style_nav-active__kIASe,.style_nav__tC09S{margin-top:2px!important}.style_nav-active__kIASe,.style_nav__tC09S{font-size:16px;font-weight:600;text-align:center}.style_nav-active__kIASe{height:60px;text-decoration:underline}.style_main-content__OB--6{align-self:center;display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;width:100%}@media(max-width:1200px){.style_main-content__OB--6{margin-left:0}}.style_full-page__jjiuz{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:60px;width:100%}.style_open-plan-modal__kfNId{display:flex;width:100%}.style_open-plan-modal__kfNId .style_button-container__zt68n{align-items:center;display:flex;justify-content:center;width:100%}.style_open-plan-modal__kfNId .style_button-container__zt68n .style_open-modal-button__hV8ZJ{background-color:#af0202;border:0;border-radius:12px;color:#fff;cursor:pointer;height:35px;padding:4px;text-align:center;width:90%}@-webkit-keyframes style_glowing__uRWF4{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}@keyframes style_glowing__uRWF4{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}.style_open-modal-button__hV8ZJ{-webkit-animation:style_glowing__uRWF4 2s infinite;animation:style_glowing__uRWF4 2s infinite}.style_bell__UmvhY{display:block;margin-top:3px}.style_menu-item__HH2TD{color:#0e119c;width:100%}.style_menu-item__HH2TD:hover{text-decoration:underline}.style_menu-item2__UG0oQ{color:#fff}.style_menu-nav-item__eYOQw:hover{background-color:rgba(14,17,156,.17)}.style_menu-nav-item__eYOQw{align-items:flex-start!important;color:#0e119c!important}.style_drawer__CB21R{display:none!important}.style_navbar-container__DwU7I{backdrop-filter:blur(7.7px);-webkit-backdrop-filter:blur(7.7px);background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.21);box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;height:60px;justify-content:space-between;position:fixed;width:100%;z-index:3}.style_nav-holder__yxNVd{justify-content:space-between}@media(max-width:900px){.style_nav-container__rKJum{justify-content:space-between}.style_nav-holder__yxNVd{justify-content:flex-end;width:auto!important}.style_bell__UmvhY,.style_ghost-div__srszY{display:none!important}.style_drawer__CB21R{align-self:right;display:flex!important}}.style_main__body__R84mA{background-color:#fff;display:flex;flex-direction:row;height:60px;overflow-x:hidden;overflow-y:auto;padding-bottom:0;position:fixed;width:100%;z-index:3}@media(max-width:430px){.style_main__body__R84mA{position:relative;z-index:5}}@media(min-width:768px){.style_main__body__R84mA{min-height:100%;padding:70px 0 3%;width:280px}}.style_responsive__navbar__pwfuP{background-color:#fff;border-bottom:1px solid hsla(0,0%,49%,.376);box-shadow:0 3px 5px rgba(0,0,0,.314)!important;display:flex;padding:15px;position:fixed;top:0;width:100%;z-index:10}@media(min-width:768px){.style_responsive__navbar__pwfuP{display:none;width:280px}}.style_navbar__container__hjx2F{display:none;flex-direction:column;font-weight:600;gap:10px;height:100%;width:60px;z-index:3}@media(min-width:768px){.style_navbar__container__hjx2F{display:flex;width:280px}}.style_nav__holder__1IMMb{align-items:flex-start;gap:10px;justify-content:flex-start;width:100%}.style_navs__xnzDe{align-items:flex-start;color:#06097d;font-size:14px;gap:60px;width:100%}.style_navs__xnzDe .style_a__XTk96{height:32px;width:100%}.style_navs__xnzDe .style_free-content__JrHy8{align-self:center;height:100%;width:100%}.style_active__marker__YT0gk{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_backups__7OxAO{width:100%}.style_main__content__v-7Bf{display:flex}.style_full__page__S7E4p{height:100%}.style_menu-item__y7QdI{color:#0e119c;font-weight:500;padding:10px 0 5px 15px;width:100%}.style_menu-item__y7QdI:hover{text-decoration:underline}.style_menu-item-drawer__-RNzQ{width:100%}.style_menu-item-drawer__-RNzQ:hover{text-decoration:underline}.style_pocontent__4zQmu{box-shadow:0 4px 4px rgba(0,0,0,.25)}.style_backups__H2tli{align-self:flex-start;width:100%}.style_backups__H2tli a{width:100%}.style_counter-container__JZk5q{align-items:flex-start;border-bottom:.5px solid #fff;border-top:.5px solid #fff;color:#fff;display:flex;justify-content:center;width:100%}.style_counter-container__JZk5q .style_user-counter__9cb7W{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:15px;justify-content:center;padding:20px 0;text-align:start;width:100%}.style_counter-container__JZk5q .style_user-counter__9cb7W p{padding-left:15px;width:100%}@media(max-width:700px){.style_counter-container__JZk5q .style_user-counter__9cb7W{font-size:12px;padding:5px 10px}}.style_main__clej3{background-color:#fff;display:flex;flex-direction:column;min-height:100%;padding:15px;width:100%}@media(min-width:1024px){.style_main__clej3{height:calc(100vh - 30px);min-height:100vh}}@media(min-width:768px){.style_main__clej3{margin-left:280px;padding:15px 15px 15px 0;width:calc(100% - 280px)}}.style_container__IO8qf{background-color:#f1f5fe;border-radius:12px;color:rgba(0,0,0,.69);display:flex;flex-direction:column;gap:30px;margin-top:60px;min-height:calc(100vh - 30px);overflow-y:auto;padding:20px;width:100%}@media(max-width:768px){.style_container__IO8qf{padding-bottom:30px}}@media(min-width:768px){.style_container__IO8qf{margin-top:0}}.style_video__container__XLw16{background-color:green;height:100%;width:100%}.style_content__navigation__NBq4u{background-color:red;height:100%;min-width:200px}.style_box__curso__PjJyR{align-items:center;border-left:.5px solid gray;border-right:.5px solid gray;border-top:.5px solid gray;display:flex;flex-direction:row;gap:20px;height:100px;padding:0 20px;width:100%}.style_box__curso__PjJyR:last-child{border-bottom:.5px solid gray}.style_disabled__rd\+pV{cursor:not-allowed}.style_difficulty__yaBnr{display:flex}@media(max-width:430px){.style_difficulty__yaBnr{display:none!important}}.style_main-body__o7TRp{border-right:1px solid #000;display:flex;height:100%;width:100%}.style_active__I5vJv,.style_inactive2__uE7Ar,.style_inactive__P7sch{align-items:center;display:flex;flex-direction:column;height:100%!important;justify-content:center;text-align:center}.style_inactive2__uE7Ar:hover,.style_inactive__P7sch:hover{text-decoration:underline}.style_inactive__P7sch{color:#0e119c;font-weight:600}.style_inactive2__uE7Ar{font-weight:600}.style_active__I5vJv{font-weight:600;text-decoration:underline}.style_active__I5vJv:focus,.style_active__I5vJv:hover,.style_inactive2__uE7Ar:focus,.style_inactive2__uE7Ar:hover,.style_inactive__P7sch:focus,.style_inactive__P7sch:hover,.style_nav-active__QJIc9:focus,.style_nav-active__QJIc9:hover{box-shadow:none!important}.style_nav-active__QJIc9,.style_nav__MFsd\+{margin-top:2px!important}.style_nav-active__QJIc9,.style_nav__MFsd\+{font-size:16px;font-weight:600;text-align:center}.style_nav-active__QJIc9{height:60px;text-decoration:underline}.style_main-content__CZmKm{align-self:center;display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;width:100%}@media(max-width:1200px){.style_main-content__CZmKm{margin-left:0}}.style_full-page__fVw0L{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:60px;width:100%}.style_open-plan-modal__AHI2S{display:flex;width:100%}.style_open-plan-modal__AHI2S .style_button-container__xDoeV{align-items:center;display:flex;justify-content:center;width:100%}.style_open-plan-modal__AHI2S .style_button-container__xDoeV .style_open-modal-button__6Olsq{background-color:#af0202;border:0;border-radius:12px;color:#fff;cursor:pointer;height:35px;padding:4px;text-align:center;width:90%}@-webkit-keyframes style_glowing__GXtpc{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}@keyframes style_glowing__GXtpc{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}.style_open-modal-button__6Olsq{-webkit-animation:style_glowing__GXtpc 2s infinite;animation:style_glowing__GXtpc 2s infinite}.style_bell__9lreF{display:block;margin-top:3px}.style_menu-item__4Nf3F{color:#0e119c;width:100%}.style_menu-item__4Nf3F:hover{text-decoration:underline}.style_menu-item2__vu9xR{color:#fff}.style_menu-nav-item__4dcI2:hover{background-color:rgba(14,17,156,.17)}.style_menu-nav-item__4dcI2{align-items:flex-start!important;color:#0e119c!important}.style_drawer__WdfE1{display:none!important}.style_navbar-container__dF2GS{backdrop-filter:blur(7.7px);-webkit-backdrop-filter:blur(7.7px);background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.21);border-right-color:#000;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;height:60px;justify-content:space-between;position:fixed;width:100%;z-index:3}.style_nav-holder__gs6zo{border-right:1px solid #000;justify-content:space-between}@media(max-width:900px){.style_nav-container__5Q-uS{justify-content:space-between}.style_nav-holder__gs6zo{justify-content:flex-end;width:auto!important}.style_bell__9lreF,.style_ghost-div__m5cZy{display:none!important}.style_drawer__WdfE1{align-self:right;display:flex!important}}.style_main__body__tV\+tY{background-color:#fff;display:flex;flex-direction:row;height:60px;overflow-x:hidden;overflow-y:auto;padding-bottom:0;position:fixed;width:100%;z-index:3}@media(max-width:430px){.style_main__body__tV\+tY{position:relative;z-index:5}}@media(min-width:768px){.style_main__body__tV\+tY{min-height:100%;padding:70px 0 3%;width:280px}}.style_responsive__navbar__ETrL3{background-color:#fff;border-bottom:1px solid hsla(0,0%,49%,.376);box-shadow:0 3px 5px rgba(0,0,0,.314)!important;display:flex;padding:15px;position:fixed;top:0;width:100%;z-index:10}@media(min-width:768px){.style_responsive__navbar__ETrL3{display:none;width:280px}}.style_navbar__container__YXPbC{display:none;flex-direction:column;font-weight:600;gap:10px;height:100%;width:60px;z-index:3}@media(min-width:768px){.style_navbar__container__YXPbC{display:flex;width:280px}}.style_nav__holder__tPBaX{align-items:flex-start;gap:10px;justify-content:flex-start;width:100%}.style_navs__w3jHD{align-items:flex-start;color:#06097d;font-size:14px;gap:60px;width:100%}.style_navs__w3jHD .style_a__Xvx2Q{height:32px;width:100%}.style_navs__w3jHD .style_free-content__A3bgU{align-self:center;height:100%;width:100%}.style_active__marker__yS3b2{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_backups__zSRXN{width:100%}.style_main__content__E-yE-{display:flex}.style_full__page__79f54{height:100%}.style_drawer-content__ZzDGa{margin-top:67px;width:100%}.style_drawer-body__ixxW-{width:100%}.style_main-body__nnLSB{display:flex;height:100%;width:100%}.style_active__cqPuM,.style_inactive2__wrwbL,.style_inactive__unQcj{align-items:center;display:flex;flex-direction:column;height:100%!important;justify-content:center;text-align:center}.style_inactive2__wrwbL:hover,.style_inactive__unQcj:hover{text-decoration:underline}.style_inactive__unQcj{color:#0e119c;font-weight:600}.style_inactive2__wrwbL{font-weight:600}.style_active__cqPuM{font-weight:600;text-decoration:underline}.style_active__cqPuM:focus,.style_active__cqPuM:hover,.style_inactive2__wrwbL:focus,.style_inactive2__wrwbL:hover,.style_inactive__unQcj:focus,.style_inactive__unQcj:hover,.style_nav-active__Z69MF:focus,.style_nav-active__Z69MF:hover{box-shadow:none!important}.style_nav-active__Z69MF,.style_nav__knXak{margin-top:2px!important}.style_nav-active__Z69MF,.style_nav__knXak{font-size:16px;font-weight:600;text-align:center}.style_nav-active__Z69MF{height:60px;text-decoration:underline}.style_main-content__RaORI{align-self:center;display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;width:100%}@media(max-width:1200px){.style_main-content__RaORI{margin-left:0}}.style_full-page__Y38yK{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:60px;width:100%}.style_open-plan-modal__Pdbui{display:flex;width:100%}.style_open-plan-modal__Pdbui .style_button-container__PxP7b{align-items:center;display:flex;justify-content:center;width:100%}.style_open-plan-modal__Pdbui .style_button-container__PxP7b .style_open-modal-button__Pl9ZV{background-color:#af0202;border:0;border-radius:12px;color:#fff;cursor:pointer;height:35px;padding:4px;text-align:center;width:90%}@-webkit-keyframes style_glowing__jO3cE{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}@keyframes style_glowing__jO3cE{0%{background-color:#af0202;box-shadow:0 0 4px #af0202}50%{background-color:#aa1b1b;box-shadow:0 0 10px #aa1b1b}to{background-color:#af0202;box-shadow:0 0 4px #af0202}}.style_open-modal-button__Pl9ZV{-webkit-animation:style_glowing__jO3cE 2s infinite;animation:style_glowing__jO3cE 2s infinite}.style_bell__0wPRx{display:block;margin-top:3px}.style_menu-item__EqwFh{color:#0e119c;width:100%}.style_menu-item__EqwFh:hover{text-decoration:underline}.style_menu-item2__RDqp3{color:#fff}.style_menu-nav-item__Ox-gY:hover{background-color:rgba(14,17,156,.17)}.style_menu-nav-item__Ox-gY{align-items:flex-start!important;color:#0e119c!important}.style_drawer__4RWKK{display:none!important}.style_navbar-container__kkNgb{backdrop-filter:blur(7.7px);-webkit-backdrop-filter:blur(7.7px);background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,100%,.21);box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;height:60px;justify-content:space-between;position:fixed;width:100%;z-index:3}.style_nav-holder__4q9j6{justify-content:space-between}@media(max-width:900px){.style_nav-container__7MzoP{justify-content:space-between}.style_nav-holder__4q9j6{justify-content:flex-end;width:auto!important}.style_bell__0wPRx,.style_ghost-div__dcH\+p{display:none!important}.style_drawer__4RWKK{align-self:right;display:flex!important}}.style_main__body__A9a65{background-color:#fff;display:flex;flex-direction:row;height:60px;overflow-x:hidden;overflow-y:auto;padding-bottom:0;position:fixed;width:100%;z-index:3}@media(max-width:430px){.style_main__body__A9a65{position:relative;z-index:5}}@media(min-width:768px){.style_main__body__A9a65{min-height:100%;padding:70px 0 3%;width:280px}}.style_responsive__navbar__xfXRG{background-color:#fff;border-bottom:1px solid hsla(0,0%,49%,.376);box-shadow:0 3px 5px rgba(0,0,0,.314)!important;display:flex;padding:15px;position:fixed;top:0;width:100%;z-index:10}@media(min-width:768px){.style_responsive__navbar__xfXRG{display:none;width:280px}}.style_navbar__container__hnJW2{display:none;flex-direction:column;font-weight:600;gap:10px;height:100%;width:60px;z-index:3}@media(min-width:768px){.style_navbar__container__hnJW2{display:flex;width:280px}}.style_nav__holder__aHaEb{align-items:flex-start;gap:10px;justify-content:flex-start;width:100%}.style_navs__1scRJ{align-items:flex-start;color:#06097d;font-size:14px;gap:60px;width:100%}.style_navs__1scRJ .style_a__egbM2{height:32px;width:100%}.style_navs__1scRJ .style_free-content__eK8T0{align-self:center;height:100%;width:100%}.style_active__marker__AxjRX{background:#0043f0;border-radius:5px;box-shadow:0 0 7px #0057ff;flex:none;flex-grow:0;height:32px;order:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:7px}.style_backups__qm1ke{width:100%}.style_main__content__srg2M{display:flex}.style_full__page__2lrZ1{height:100%}.styles_container__m5A52{display:flex;gap:2px}.styles_container__m5A52 img{width:24px}.btn__white,.btn__white__border{background-color:#fff!important;border-radius:9px!important;color:#0e119c!important}.btn__white__border{border:.5px solid #0e119c}.btn__shadow__blue{box-shadow:0 2px 8px rgba(14,17,156,.34)}.btn__blue{background-color:#0e119c;border-radius:9px!important;color:#fff!important}.btn{border-radius:7px;width:200px}.btn,.btn-sm{box-shadow:0 4px 4px rgba(0,0,0,.25);cursor:pointer;font-size:16px;font-weight:500;height:40px;text-decoration:none}.btn-sm{border-radius:15px;padding:5px;width:100px}.btn-blue{background:#060f9b;color:#fff;font-weight:600}.btn-blue,.btn-red{border:none}.btn-blue-teacher{background:#060f9b;border:none;border-radius:15px;color:#fff}.btn-blue-teacher,.btn-red-outline-teacher{box-shadow:0 4px 4px rgba(0,0,0,.25);cursor:pointer;font-size:16px;font-weight:500;height:40px;text-decoration:none;width:170px}.btn-red-outline-teacher{background:#f9f9f9;border:.5px solid #af0202;border-radius:15px;color:#af0202}.btn-blue-outline{background:#f9f9f9;border:.5px solid #060f9b;color:#060f9b}.btn-blue-outline-alt{background:#f9f9f9;border:.5px solid #fff;color:#060f9b}.btn-blue-outline-alt2{background:#fff;border:.5px solid #fff;color:#0e119c;font-weight:600}.btn-red-outline{background:#f9f9f9;border:.5px solid #af0202;color:#af0202}.btn-red{background:#af0202;border:.5px solid #af0202;color:#fff}.btn-disabled{background:#7f8185;border:none;color:#fff;cursor:not-allowed}.btn-disabled-opacity{cursor:not-allowed;opacity:.4}.btn-plan-blue{background-color:#060f9b;border:none;border-radius:15px;color:#fdfdfd}.btn-plan,.btn-plan-blue{box-shadow:0 4px 4px rgba(0,0,0,.25);font-size:14px;font-weight:500;height:60px;padding:0 10px;width:230px}.btn-plan{background:#f9f9f9;border:.5px solid #d1d2e3;border-radius:15px;color:#060f9b}.btn-close,.btn-next,.btn-prev{border:none;border-radius:7px;cursor:pointer;font-weight:500;font-weight:600;height:40px}.btn-prev{color:#fff}.btn-close,.btn-next{background-color:#060f9b;border-radius:7px;color:#fff}.btn-blue-outline:hover,.btn-blue:hover,.btn-next:hover{background-color:rgba(6,15,155,.5)}@media(max-width:768px){.btn-close,.btn-next,.btn-prev{font-size:14px}}.mt-sm{margin-top:10px}.mt-md{margin-top:25px}.mt-lg{margin-top:50px}.mt-xl{margin-top:100px}.mb-sm{margin-bottom:10px}.mb-md{margin-bottom:25px}.mb-lg{margin-bottom:50px}.mb-xl{margin-bottom:100px}.ml-lg,.ml-md,.ml-sm,.ml-xl{margin-left:10px}.mr-sm{margin-right:10px}.mr-md{margin-right:25px}.mr-lg{margin-right:50px}.mr-xl{margin-right:100px}.flex{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.content-start{justify-content:flex-start}.content-center{justify-content:center}.align-center{align-items:center}.align-self-center{align-self:center}.align-start{align-items:flex-start}.space-between{justify-content:space-between}.space-evenly{justify-content:space-evenly}.flex-end{justify-content:flex-end}.regular{font-weight:400}.medium{font-weight:500}.semibold{font-weight:600}.bold{font-weight:700}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;width:100%}.default-input,input,input[type=date],input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],select{background-color:hsla(0,0%,85%,.329);border:0;border:1px solid rgba(0,0,0,.31);border-radius:5px;box-sizing:border-box;color:rgba(0,0,0,.69);font-family:Inter,sans-serif;font-size:14px!important;font-style:normal;font-weight:500!important;height:42px;letter-spacing:.2px;line-height:24px;padding:8px}select{-webkit-appearance:none!important;appearance:none!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg height='10' width='10' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E") no-repeat;background-color:hsla(0,0%,85%,.329);background-position:calc(100% - .75rem)!important;border:1px solid rgba(0,0,0,.31);color:rgba(0,0,0,.69);font-weight:400;height:42px;padding-right:2rem!important}option{color:rgba(0,0,0,.85)}textarea{background-color:hsla(0,0%,85%,.329);border:0;border:1px solid rgba(0,0,0,.31);border-radius:5px;font-family:Inter,sans-serif;font-size:13px;font-style:normal;font-weight:500;height:100px;letter-spacing:.2px;line-height:24px;padding:8px}@media(max-width:500px){textarea{width:100%}}.default-input:focus,[type=date]:focus,[type=email]:focus,[type=number]:focus,[type=password]:focus,[type=tel]:focus,input:focus,input[type=text]:focus,select:focus,textarea:focus{border:initial;color:rgba(0,0,0,.69);outline:1px solid rgba(6,15,155,.75);outline-offset:0}.default-input:hover,[type=date]:hover,[type=email]:hover,[type=number]:hover,[type=password]:hover,[type=tel]:hover,input:hover,input[type=text]:hover,select:hover,textarea:hover{background-color:hsla(0,0%,100%,.93)}::-webkit-input-placeholder{color:rgba(0,0,0,.31)!important;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:.4px;line-height:24px}::placeholder{color:rgba(0,0,0,.31)!important;font-family:Inter,sans-serif;font-size:13px;font-weight:400;letter-spacing:.4px;line-height:24px}h2{font-size:22px;font-weight:500}.whatsapp{bottom:50px;cursor:pointer;position:absolute;right:30px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}label{color:rgba(0,0,0,.69);font-weight:600}.Toastify__toast-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:400px}button{font-weight:500}.slick-slide>div{display:grid;margin:auto;padding:10px;place-items:center}.slick-next:before,.slick-prev:before{color:#060f9b}::-webkit-scrollbar{height:5px;width:8px}::-webkit-scrollbar-track{background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:8px;box-shadow:0 0 4px hsla(0,0%,100%,.16)}::-webkit-scrollbar-thumb{background:rgba(68,68,68,.314);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#444}
/*# sourceMappingURL=main.eeed4480.css.map*/