:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-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{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;transform-origin:left}.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{right:0;left:auto;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-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-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}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-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}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%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.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,html{margin:0}body{background-color:#151b26;padding-right:0!important}.Toastify__toast--success{background-color:#243044!important;border-color:#151b26}.Toastify__toast-body{color:#fff!important}.Toastify__close-button{color:#f26a2e!important}.Toastify__toast--error{background-color:red!important;border-color:red}.Toastify__toast--error .Toastify__close-button{color:#fff!important}.propositionImage{width:auto;height:100%}.propositionImage span{width:444px!important;height:444px!important}.propositionTitleMobile{display:none}.containerTitles{width:100%}.groupImage{margin-top:30px;height:80px}.icon1{width:49.9px}.icon1 span{width:49.9px!important;height:37.6px!important}.icon2{width:48.4px}.icon2 span{height:36.3px!important;width:48.4px!important}.icon3{width:44.6px}.icon3 span{width:44.6px!important;height:49.7px!important}.icon4{width:42.6px}.icon4 span{height:37.7px!important;width:42.6px!important}.icon5{width:62px}.icon5 span{height:37.6px!important;width:62px!important}.icon6{width:45.8px}.icon6 span{height:43.5px!important;width:45.8px!important}.groupImageService{width:168px;height:168px}.groupImageService span{height:168px!important}.technologiesSectionContainer{width:70vw}.servicesListLight{color:#0071bc}.servicesListDark,.servicesListLight{-webkit-padding-start:20px!important;padding-inline-start:20px!important}.servicesListDark{color:#6f7277}.techList{padding-left:100px;margin-bottom:52px}.gearImage_1{left:-15vw;bottom:-17vh}.gearImage_1,.gearImage_2{position:absolute;width:450px}.gearImage_2{height:400px;right:0;top:-30vh;background-size:450px;background-repeat:no-repeat;background-position-x:15vw}.splashImage{width:100px;height:100px;position:absolute;bottom:0;right:0}.industriesGroup{width:75px;margin-right:30px}.industriesGroup span{width:75px!important;height:75px!important}.industriesImage{width:500px;display:flex;align-items:center;justify-content:center;position:relative}.industriesImage span{width:inherit!important}.infoSectionGear{position:absolute;left:-8vw;bottom:-12vh;width:200px}.infoSectionBottle{position:absolute;left:-9vw;top:-15vh;width:173px}.infoSectionSplash{position:absolute;right:-8vw;top:5vh;width:236px}.infoSectionImage1{z-index:1000;width:50px;height:50px;margin-bottom:20px}.infoSectionImage1 span{width:50px!important;height:50px!important}.teamImageBackground1{position:absolute;bottom:13vh;left:-8vw;width:400px}.teamImageBackground2{position:absolute;bottom:0;right:0;width:500px;height:500px}.partnerImage1{height:60px;width:49.9px}.partnerImage1 span{height:37.6px!important;width:49.9px!important}.partnerImage2{width:38.8px;height:60px}.partnerImage2 span{width:38.8px!important;height:51.4px!important}.partnerImage3{height:60px}.partnerImage3 span{height:51.1px!important;width:47.6px!important}.partnerSplashGray{position:absolute;bottom:-9.5em;left:11vw;width:232.7px;opacity:.1}.partnerSplashBlue{position:absolute;bottom:0;right:0;width:129.4px;z-index:-1}.backgroundImage{width:500px;height:500px;background-repeat:no-repeat;background-size:cover}.teamSectionGearImage{position:absolute;top:-28vh;right:-13vw;width:400px}.imageTeam{width:70vw}.imageTeam img{z-index:1000}.techSection{width:55vw}.techSectionImage{width:70vw}.offerBottleImage{width:100px;right:0;bottom:-5vh;position:absolute}.offerGearImage{width:150px;right:-5vw;top:15vh;position:absolute}.remoteDevsDescription{width:204.7px;height:199.2px;right:-10vw;bottom:10vh;position:absolute}.zigzagRemoteDevs1{left:-10vw;bottom:-55vh}.zigzagRemoteDevs1,.zigzagRemoteDevs2{width:500px;position:absolute;height:500px;z-index:-2}.zigzagRemoteDevs2{right:6vw;top:155vh}.remoteDevGears_1{left:-14vw;top:45vh}.remoteDevGears_1,.remoteDevGears_2{position:absolute;width:450px;z-index:-2}.remoteDevGears_2{height:400px;right:0;top:20vh;background-size:450px;background-repeat:no-repeat;background-position-x:8vw}.remoteDevSplashImage{left:22.5vw;bottom:-25vh;width:233px;position:absolute}.bottleRemoteDev{position:absolute;right:-3vw;width:137px;top:70vh}.offerSplashImage{opacity:.1;left:22.5vw;top:83vh;width:200px;position:absolute}.offerGearImageMobile,.splashMobile{display:none}.teamDescription{margin-bottom:60px}.teamContainerGrids,.teamMainBox{width:70vw}.offerSectionBox{width:75%;height:auto;padding:64px 0;flex-direction:column;display:flex;align-items:center}.footer{height:auto}.footerIcon{margin-right:20px;width:43px;height:43px}.footerIcon span{width:43px!important;height:43px!important}.goodFirms{width:178px}.goodFirms span{height:27px!important}.clutchImage{margin-right:25px;width:100px}.clutchImage span{width:100px!important;height:100%!important}.valorizationImage{width:141px}.footerContainer{width:90%}.letsTalkGear{width:600px;position:absolute;left:-18vw;top:0}.mobileTechList{display:none}.backgroundImageContent{position:absolute;height:100%;width:100%;background-size:50%;background-position-y:27vh;background-position-x:56vw;background-repeat:no-repeat}.backgroundImageRemoteDevs{position:absolute;height:150%;width:100%;background-size:740px;background-position-y:40vh;background-position-x:65vw;background-repeat:no-repeat}.classificationImage{width:352px;padding-right:60px}.descriptionImage{width:352px}.descriptionImage span{z-index:1000}.backgroundGear{z-index:100;width:120px;height:120px;position:absolute;background-repeat:no-repeat;right:0;bottom:30vh;background-position-x:15vw}.backgroundImageBanner{position:absolute;width:120%;height:auto;top:-10vh;left:-3vw}.textTech{margin-bottom:32px}.buttonSubmitTalkSection{justify-content:flex-end}.bannerGear{width:30%;position:absolute;top:20vh;left:-4vw}.titleBanner{width:90%;height:121.6px;margin-bottom:60px}@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{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.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)}}.unBlur{-webkit-animation:unBlur 1s linear;animation:unBlur 1s linear}@-webkit-keyframes unBlur{0%{-webkit-filter:blur(20px);filter:blur(20px)}to{-webkit-filter:blur(0);filter:blur(0)}}@keyframes unBlur{0%{-webkit-filter:blur(20px);filter:blur(20px)}to{-webkit-filter:blur(0);filter:blur(0)}}@media only screen and (min-width:3073px) and (max-width:4096px){.backgroundImageRemoteDevs{background-size:2220px;background-position-y:15vh}.marginContainer{margin-bottom:128px!important}.titleBanner{height:486.4px}.groupImage{height:200px}.icon1{width:159.8px}.icon1 span{width:159.8px!important;height:135.2px!important}.icon2{width:156.8px}.icon2 span{height:132.6px!important;width:156.8px!important}.icon3{width:149.2px}.icon3 span{width:149.2px!important;height:159.4px!important}.icon4{width:145.2px}.icon4 span{height:135.4px!important;width:145.2px!important}.icon5{width:184px}.icon5 span{height:135.2px!important;width:184px!important}.icon6{width:151.6px}.icon6 span{height:147px!important;width:151.6px!important}.offerBottleImage{width:400px}.offerGearImage{width:460px}.offerSplashImage{top:65vh;left:17.5vw;width:600px}.infoSectionBottle{width:540px}.infoSectionSplash{width:600px}.infoSectionImage1{width:160px;height:160px}.infoSectionImage1 span{width:160px!important;height:160px!important}.partnerSplashBlue{width:400px}.partnerSplashGray{width:551.4px}.partnerImage1,.partnerImage2,.partnerImage3{height:180px}.partnerImage1 span{height:135.2px!important;width:159.8px!important}.partnerImage2 span{width:137.6px!important;height:162.8px!important}.partnerImage3 span{height:162.2px!important;width:155.2px!important}.industriesGroup{width:200px;margin-right:120px}.industriesGroup span{width:200px!important;height:200px!important}.industriesImage{width:1300px}.industriesImage span{width:1300px!important;height:100%!important}.footerContainer{margin-bottom:50px}.footerIcon{width:144px;height:144px;margin-bottom:60px;margin-right:80px}.footerIcon span{width:144px!important;height:144px!important}.clutchImage{margin-right:100px;width:380px}.clutchImage span{width:380px!important;height:380px!important}.valorizationImage{width:361.06px}.valorizationImage span{width:361.06px!important;height:100px!important}.goodFirms{width:712px}.goodFirms span{height:108px!important;width:712px!important}.infoSectionImage1{width:150px;height:150px}.infoSectionImage1 span{width:150px!important;height:150px!important}.infoSectionGear{width:600px}.letsTalkGear{width:1500px}.propositionImage{width:100%;height:100%}.propositionImage span{width:90%!important;height:100%!important}.remoteDevsDescription{width:614.7px;height:614.7px;right:-9vw;bottom:10vh}.remoteDevSplashImage{width:619.78px;bottom:-21vh}.classificationImage{width:900px;height:auto!important}.descriptionImage{width:800px;height:auto!important;margin-left:300px}.descriptionImage span{width:800px!important;height:auto!important}.classificationImage span{width:900px!important;height:auto!important}.remoteDevGears_1{width:1800px}.remoteDevGears_2{width:1800px;height:1800px;background-size:1800px}.bottleRemoteDev{width:448px;top:93vh}.zigzagRemoteDevs1{width:1500px;left:-8vw;bottom:-10vh}.zigzagRemoteDevs2{width:1500px;right:7vw;top:125vh}}@media only screen and (min-width:2049px) and (max-width:3072px){.backgroundImageRemoteDevs{background-size:1480px}.propositionImage{width:100%;height:100%}.propositionImage span{width:90%!important;height:100%!important}.letsTalkGear{width:1000px}.marginContainer{margin-bottom:96px!important;margin-top:48px!important}.titleBanner{height:364.8px}.groupImage{height:150px}.icon1{width:119.85px}.icon1 span{width:119.85px!important;height:101.4px!important}.icon2{width:117.6px}.icon2 span{height:99.45px!important;width:117.6px!important}.icon3{width:111.9px}.icon3 span{width:111.9px!important;height:119.55px!important}.icon4{width:108.9px}.icon4 span{height:135.4px!important;width:101.55!important}.icon5{width:138px}.icon5 span{height:101.4px!important;width:138px!important}.icon6{width:113.7px}.icon6 span{height:110.25px!important;width:113.7px!important}.offerBottleImage{width:300px}.offerGearImage{width:345px}.offerSplashImage{top:65vh;left:17.5vw;width:450px}.infoSectionBottle{width:405px}.infoSectionSplash{width:450px}.infoSectionImage1{width:120px;height:120px}.infoSectionImage1 span{width:120px!important;height:120px!important}.partnerSplashBlue{width:300px}.partnerSplashGray{width:413.55px}.partnerImage1,.partnerImage2,.partnerImage3{height:135px}.partnerImage1 span{height:101.4px!important;width:119.85px!important}.partnerImage2 span{width:103.2px!important;height:122.1px!important}.partnerImage3 span{height:121.65px!important;width:116.4px!important}.industriesGroup{width:150px;margin-right:90px}.industriesGroup span{width:150px!important;height:150px!important}.industriesImage{width:975px}.industriesImage span{width:975px!important;height:100%!important}.footerIcon{margin-left:30px;width:90px;height:90px;margin-bottom:45px}.footerIcon span{width:90px!important;height:90px!important}.clutchImage{margin-right:75px;width:250px}.clutchImage span{width:250px!important;height:250px!important}.valorizationImage{width:270px}.valorizationImage span{width:270px!important;height:75px!important}.goodFirms{width:500px}.goodFirms span{height:81px!important;width:500px!important}.infoSectionImage1{width:150px;height:150px}.infoSectionImage1 span{width:150px!important;height:150px!important}.infoSectionGear{width:450px}.remoteDevsDescription{width:307.05px;height:298.8px;right:-6vw}.remoteDevSplashImage{bottom:-22vh;width:349.5px}.remoteDevGears_1{width:925px}.remoteDevGears_2{width:925px;height:925px;background-size:925px}.zigzagRemoteDevs1{width:1500px;height:auto}.bottleRemoteDev{width:300px;top:87vh}.classificationImage{width:702px}.descriptionImage{width:880px}.zigzagRemoteDevs2{width:1500px;height:auto}}@media only screen and (min-width:1565px) and (max-width:2048px){.propositionImage{width:100%;height:100%}.propositionImage span{width:90%!important;height:100%!important}.industriesImage{width:600px}.letsTalkGear{width:1000px}.backgroundImageBanner{width:115%}.gearImage_1{width:750px}.gearImage_2{width:750px;height:729px;background-size:750px}.letsTalkGear{width:900px}.icon1{width:79.9px}.icon1 span{width:79.9px!important;height:67.6px!important}.icon2{width:78.4px}.icon2 span{height:66.3px!important;width:78.4px!important}.icon3{width:74.6px}.icon3 span{width:74.6px!important;height:79.7px!important}.icon4{width:72.6px}.icon4 span{height:67.7px!important;width:72.6px!important}.icon5{width:92px}.icon5 span{height:67.6px!important;width:92px!important}.icon6{width:75.8px}.icon6 span{height:73.5px!important;width:75.8px!important}.offerBottleImage{width:200px}.offerGearImage{width:230px}.offerSplashImage{top:65vh;left:17.5vw;width:300px}.infoSectionBottle{width:270px}.infoSectionSplash{width:300px}.infoSectionImage1{width:80px;height:80px}.infoSectionGear{width:300px}.infoSectionImage1 span{width:80px!important;height:80px!important}.partnerSplashBlue{width:200px}.partnerSplashGray{width:275.7px}.partnerImage1,.partnerImage2,.partnerImage3{height:90px}.partnerImage1 span{height:67.6px!important;width:79.9px!important}.partnerImage2 span{width:68.8px!important;height:81.4px!important}.partnerImage3 span{height:81.1px!important;width:77.6px!important}.industriesGroup{width:100px}.industriesGroup span{width:100px!important;height:100px!important}.footerIcon{width:72px;height:72px}.footerIcon span{width:72px!important;height:72px!important}.clutchImage{margin-right:50px;width:170px}.clutchImage span{width:170px!important;height:170px!important}.valorizationImage{width:180.53px}.valorizationImage span{width:180.53px!important;height:50px!important}.remoteDevGears_1{width:598.5px;left:-9vw}.remoteDevGears_2{width:598.5px;height:530px;background-size:598.5px}.bottleRemoteDev{width:182.21px}.remoteDevsDescription{right:-9vw;width:275.25px;height:264.93px}.zigzagRemoteDevs1{left:-6vw;bottom:-30vh;width:665px}.zigzagRemoteDevs2{width:665px;height:665px;right:7vw;top:100vh}.backgroundImageRemoteDevs{background-size:984.2px;background-position-y:50vh;background-position-x:59vw}.remoteDevSplashImage{bottom:-19vh;width:309.89px}}@media only screen and (min-width:1367px) and (max-width:1565px){.infoSectionBottle{width:180px}.remoteDevsDescription{right:-9vw}.zigzagRemoteDevs1{left:-6vw;bottom:-44vh}.remoteDevSplashImage{bottom:-19vh}}@media only screen and (max-width:1367px){.infoSectionBottle{width:173px}.backgroundImageContent{background-position-x:60vw}.imageLogo{margin-left:0}}@media only screen and (max-width:1099px){.teamImageBackground1{width:210px}.teamDescription{margin-bottom:60px}.industriesGroup{width:50px}.industriesGroup span{width:50px!important;height:50px!important}.industriesImage{width:400px}.industriesImage span{height:90%!important}}@media only screen and (max-width:900px){.remoteDevSplashImage{width:173.2px;left:19.5vw;bottom:-23vh}.backgroundImageRemoteDevs{background-size:80%;background-position-y:70vh;background-position-x:40vw}.classificationImage{padding-right:0;width:172px}.descriptionImage{width:100%;height:auto}.bottleRemoteDev,.remoteDevGears_1,.remoteDevGears_2,.remoteDevsDescription,.zigzagRemoteDevs1{display:none}.propositionImage{width:100%;height:250px}.propositionImage span{width:100%!important;height:250px!important}.partnerSplashBlue,.partnerSplashGray{display:none}.containerTitles{width:80%}.propositionTitleNormal{display:none}.propositionTitleMobile{display:flex}.gearImage_1{width:257.8px;left:-30vw;top:-20vh}.gearImage_2{width:257.8px;height:250px;right:0;bottom:-20vh;top:auto;background-size:257.8px;background-repeat:no-repeat;background-position-x:35vw}.offerSectionBox{width:100%;height:auto;padding:30px 0}.groupImage{height:60px;margin-top:40px}.titleBanner{width:196.5px;height:82.1px;margin-bottom:60px}.letsTalkGear{width:600px;left:-90vw;top:-4vh}.imageTeam{width:90vw}.imageTeam span{height:200px!important}.infoSectionGear{left:-25vw;bottom:-3vh}.industriesGroup{width:40px}.industriesGroup span{width:40px!important;height:40px!important}.teamImageBackground1{width:500px;left:-50vw;bottom:0}.techSectionImage{width:90vw}.techSectionImage span{height:200px!important}.backgroundImageContent,.teamSectionGearImage{display:none}.techSection{width:80vw}.mobileTechList{display:block}.techList{display:none}.offerGearImage{width:120px;left:-17vw;bottom:72vh;top:auto}.offerBottleImage{display:none}.footerContainer{width:90%}.technologiesSectionContainer{width:90vw}.buttonSubmitTalkSection{justify-content:center}.backgroundImageBanner{right:0;left:auto;width:100%}}@media only screen and (max-width:599px){.splashMobile{bottom:0;width:81.1px}.offerGearImageMobile,.splashMobile{right:0;position:absolute;display:inline}.offerGearImageMobile{width:59px;height:114px;bottom:12em}.infoSectionGear{display:none}.infoSectionSplash{right:0;top:-30vh}.textTech{margin-bottom:0}.infoSectionBottle{width:70px;top:-3em}.offerSplashImage{width:80px}.offerBottleImage{width:50px}.splashImage{width:100px;height:100px}.industriesImage{width:100%}.industriesImage:first-child span{height:250px!important}.offerSplashImage{width:150px;top:25vh}}@media only screen and (max-width:499px){.splashImage{width:100px;height:100px}.teamDescription{margin-bottom:60px}.teamContainerGrids,.teamMainBox{width:80vw}}@media only screen and (max-width:400px){.teamSectionTitleBox{padding:0!important}.teamSectionImage{bottom:48em;left:9em;width:100px;height:100px}}