@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);html{box-sizing:border-box;font-size:16px;line-height:1.4;overflow-x:hidden;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{font-weight:400;margin:0;padding:0}ol,ul{list-style:none}img{height:auto;max-width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,sans-serif;margin:0}@media(max-width:599px){body{overflow-x:hidden}}.no-scroll{overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1600px;width:100%}@media(min-width:1000px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1280px}}.Button{background:#333;border:0;border-radius:.25em;color:#fff;cursor:pointer;display:inline-flex;font-size:.9em;font-weight:700;letter-spacing:1px;padding:1em 1.5em;text-decoration:none;text-transform:uppercase}@media(max-width:768px){input,select,textarea{font-size:16px!important}}canvas{color:#e1e2de;color:#464646;color:#5d5d5d;color:#747474;color:#8b8b8b}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;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%;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;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SignIn{bottom:0;display:flex;left:0;min-height:76vh;position:fixed;right:0;top:0;width:100%}@media(max-width:599px){.SignIn{overflow-y:auto}}.SignIn__section{align-items:flex-start;display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.SignIn__section--right{background:#fff}.SignIn .App__logo{justify-content:center;width:100%}.SignIn__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.SignIn__back span{font-weight:600;margin-left:1rem}.SignIn p{font-size:1.2rem;font-weight:600;letter-spacing:1px}.SignIn h2,.SignIn p{color:#fff;text-align:center}.SignIn h2{display:block;font-size:2.2rem;margin-bottom:.5rem}.SignIn__container{background:#fff;border-bottom:4px solid #039be5;border-radius:2px;border-top:4px solid #039be5;box-shadow:0 5px 10px #0000001a;margin:1rem;padding-bottom:2rem;position:relative;width:500px}.SignIn__container,.SignIn__form{display:flex;flex-direction:column;flex-wrap:wrap}.SignIn__form h2{color:#333;margin:2rem 0 1rem}.SignIn__form input{background:#f6f7f9;border:0;border-radius:5px;font-size:.8rem;height:40px;line-height:40px;margin:0 auto;outline:none;padding:5px 15px;width:80%}.SignIn__form label{font-size:.7rem;margin:0 auto 1.25rem;padding:2px;width:80%}.SignIn__button{align-items:center;border:0;color:#333;cursor:pointer;display:inline-flex;font-size:1.05rem;margin:0 auto;padding:10px 15px;text-align:center}.SignIn__button span{margin-left:10px}.SignIn__button--login{background:#fff;box-shadow:0 5px 10px #0000001a;margin-bottom:1rem;padding:1rem 2rem;width:60%}.SignIn__button--submit{background:#039be5;color:#fff;font-weight:600;margin:2rem auto;text-transform:uppercase}.SignIn__button--submit span{margin-right:10px}.SignIn__button:hover{opacity:.85}.SignIn__infoP{color:#333!important;font-weight:400!important;margin:.5rem 0 1.5rem!important}.SignIn__forgot{text-decoration:underline}.SignIn__forgot,.SignIn__register{align-items:center;color:#333;display:inline-flex;font-size:.8rem;margin:0 auto;text-align:center}.SignIn__register{cursor:default;text-decoration:none}.SignIn__registerLink{color:#039be5;cursor:pointer;padding-left:4px}@media(max-width:599px){.SignIn__container{margin:1rem 1.5rem;width:100%}.SignIn h2{font-size:1.8rem;padding:0 1rem}}.Register{bottom:0;display:flex;left:0;min-height:76vh;position:fixed;right:0;top:0;width:100%}@media(max-width:599px){.Register{overflow-y:auto}}.Register__section{align-items:center;display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.Register__section--right{background:#fff}.Register .App__logo{justify-content:center;width:100%}.Register__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.Register__back span{font-weight:600;margin-left:1rem}.Register p{font-size:1.2rem;font-weight:600;letter-spacing:1px}.Register h2,.Register p{color:#fff;text-align:center}.Register h2{display:block;font-size:2.2rem;margin-bottom:.5rem}.Register__container{background:#fff;border-bottom:4px solid #039be5;border-radius:2px;border-top:4px solid #039be5;box-shadow:0 5px 10px #0000001a;margin:1rem;padding-bottom:2rem;position:relative;width:500px}.Register__container,.Register__form{display:flex;flex-direction:column;flex-wrap:wrap}.Register__form{align-items:center}.Register__form h2{color:#333;margin:2rem 0 1rem}.Register__form input{background:#f6f7f9;border:0;border-radius:5px;font-size:.8rem;height:40px;line-height:40px;margin:0 auto;outline:none;padding:5px 15px;width:80%}.Register__form label{font-size:.7rem;margin:0 auto 1.25rem;padding:2px;width:80%}.Register__button{align-items:center;border:0;color:#333;cursor:pointer;display:inline-flex;font-size:1.05rem;margin:0 auto;padding:10px 15px;text-align:center}.Register__button span{margin-left:10px}.Register__button--login{background:#fff;box-shadow:0 5px 10px #0000001a;margin-bottom:1rem;padding:1rem 2rem;width:60%}.Register__button--submit{background:#039be5;color:#fff;font-weight:600;margin:2rem auto;text-transform:uppercase}.Register__button--submit span{margin-right:10px}.Register__button:hover{opacity:.85}.Register__infoP{color:#333!important;font-weight:400!important;margin:.5rem 2rem 1.5rem!important}.Register__forgot{color:#333;font-size:.8rem;margin:0 auto;text-decoration:underline}.Register__forgot,.Register__register{align-items:center;display:inline-flex;text-align:center}.Register__register{color:#fff;font-size:1.4rem;margin:2rem auto;text-decoration:none}.Register__register span{margin-right:10px}.Register__register:hover{text-decoration:underline}@media(max-width:599px){.Register__container{margin:1rem 1.5rem;width:100%}.Register h2{font-size:1.8rem;padding:0 1rem}}.MainDashboard{display:grid;grid-template-columns:1fr;width:100%}@media(min-width:600px){.MainDashboard{grid-template-columns:1fr 2fr}}@media(min-width:1200px){.MainDashboard{grid-template-columns:1fr 4fr}}.MainDashboard-Wrapper{display:flex;flex-wrap:wrap;width:100%}.MainDashboard-Navbar{display:flex;margin-bottom:2rem;width:100%}@media(max-width:599px){.MainDashboard-Navbar{flex-wrap:wrap;gap:8px;order:1}}.MainDashboard-NavItem{align-items:center;border:1px solid #eee;border-radius:100px;color:#333;cursor:pointer;display:block;display:flex;gap:12px;height:40px;justify-content:center;line-height:40px;margin-right:1rem;padding-inline:1.5rem}.MainDashboard-NavItem a{color:#333;text-decoration:none}@media(max-width:599px){.MainDashboard-NavItem{width:100%}}.MainDashboard__BoxSection{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);width:100%}@media(min-width:600px){.MainDashboard__BoxSection{grid-template-columns:repeat(2,1fr)}}@media(min-width:1400px){.MainDashboard__BoxSection{grid-template-columns:repeat(4,1fr)}}.MainDashboard__MapSection{width:100%}@media(max-width:599px){.MainDashboard__MapSection{margin-bottom:2rem;order:-1}.MainDashboard__MapSection>div{height:300px!important}}.MainDashboard__Box{background:#fff;border-radius:5px;box-shadow:0 1px 1px 0 rgba(60,75,100,.149),0 2px 1px -1px rgba(60,75,100,.122),0 1px 3px 0 #3c4b6433;color:#333;min-height:150px;padding:1rem}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.Aside{padding-right:1.5rem;position:relative}.Aside h2{padding:0 0 1rem!important;text-align:left}.Aside-Header{margin-bottom:4rem}@media(max-width:599px){.Aside-Header{margin-bottom:2rem}}.Aside-MainProgressbar{background:#f1f1f1;border-radius:10px;height:8px;margin:.5rem 1.5rem 1.5rem 0;position:relative}.Aside-MainProgressbar>div{border-radius:10px;height:8px;left:0;position:absolute;top:0;width:50%}.Aside-List{max-height:448px;overflow-x:hidden;overflow-y:auto;padding-right:1.5rem}@media(max-width:599px){.Aside-List{max-height:none}}.Aside-List::-webkit-scrollbar{width:6px}.Aside-List::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.Aside-List::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:10px}.Aside-Item{grid-column-gap:16px;align-items:center;display:grid;grid-template-columns:40px 1fr;margin-bottom:1rem}.Aside img{border-radius:50%;height:40px;object-fit:cover;width:40px}.Aside-ItemDataWrapper{align-items:center;display:flex;justify-content:space-between}.Aside-ItemDataWrapper span{align-items:center;background:#8bc34a;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.Aside-ItemDataWrapper span svg{fill:#fff;border-radius:50%;font-size:12px}.Aside-Progressbar{background-color:green;border-radius:10px;height:8px;margin-bottom:.5rem}.Aside-RemoveCountry{align-items:center;border:1px solid #eee;border-radius:100px;color:#333;cursor:pointer;display:block;display:flex;height:40px;justify-content:center;line-height:40px;margin-right:1rem;padding-inline:1.5rem}.Aside .Try__button{bottom:0;height:40px;left:0;margin:1.5rem 0;max-width:calc(100% - 1.5rem);position:absolute}.App-aside{background:#fff;width:100%}.Dashboard__button{align-items:center;background:#039be5;border-radius:12px;color:#fff!important;display:inline-flex;font-size:1.15rem;justify-content:center;margin:2rem 0!important;max-width:250px;padding:1rem 2rem;text-decoration:none}.App__nav>div{flex:0 0 100%;padding:1rem 0;text-align:left}.App__nav>div>span{margin-left:.5rem;margin-right:1.5rem}.Container-section{background:#fff;border-radius:5px;box-shadow:0 1px 1px 0 rgba(60,75,100,.149),0 2px 1px -1px rgba(60,75,100,.122),0 1px 3px 0 #3c4b6433;color:#333;margin:2rem 0;min-height:500px;padding:1rem;width:100%}.App-aside{color:#333;text-align:left}.App-aside h2{padding:0 2rem}.Aside-nav{padding:4rem 2rem 2rem}.Aside-nav--item{align-items:center;color:#333;display:flex}.Aside-nav--item svg{flex:0 0 40px;font-size:1.4rem}.Aside-nav--item a,.Aside-nav--item span{color:#333;font-size:1.1rem;margin-left:.5rem;padding:1.25rem 0;text-decoration:none;width:100%}li.Aside-nav--item:hover{cursor:pointer;opacity:.7}@media(max-width:599px){.App-aside{padding-top:0;width:100%}.Dashboard__content{width:100%!important}}@media(max-width:999px){.Dashboard{padding-top:100px}}@media(min-width:600px){.App-aside h2{font-size:1.2rem;padding:0 .5rem}.Aside-nav{padding:4rem .5rem 2rem}.Aside-nav--item a,.Aside-nav--item span{font-size:1rem;font-weight:600}}@media(min-width:1200px){.App-aside h2{font-size:1.5rem;padding:0 2rem}.Aside-nav{padding:2rem}}.Wishlist{display:grid;grid-template-columns:1fr;width:100%}@media(min-width:600px){.Wishlist{grid-template-columns:1fr 2fr}}@media(min-width:1200px){.Wishlist{grid-template-columns:1fr 4fr}}.Wishlist-Wrapper{display:flex;flex-wrap:wrap;width:100%}.Wishlist-Navbar{display:flex;margin-bottom:2rem;width:100%}@media(max-width:599px){.Wishlist-Navbar{flex-wrap:wrap;gap:8px;order:1}}.Wishlist-NavItem{align-items:center;border:1px solid #eee;border-radius:100px;color:#333;cursor:pointer;display:block;display:flex;gap:12px;height:40px;justify-content:center;line-height:40px;margin-right:1rem;padding-inline:1.5rem}.Wishlist-NavItem a{color:#333;text-decoration:none}@media(max-width:599px){.Wishlist-NavItem{width:100%}}.Wishlist__BoxSection{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);width:100%}@media(min-width:600px){.Wishlist__BoxSection{grid-template-columns:repeat(2,1fr)}}@media(min-width:1400px){.Wishlist__BoxSection{grid-template-columns:repeat(4,1fr)}}.Wishlist__MapSection{width:100%}@media(max-width:599px){.Wishlist__MapSection{margin-bottom:2rem;order:-1}.Wishlist__MapSection>div{height:300px!important}}.Wishlist__Box{background:#fff;border-radius:5px;box-shadow:0 1px 1px 0 rgba(60,75,100,.149),0 2px 1px -1px rgba(60,75,100,.122),0 1px 3px 0 #3c4b6433;color:#333;min-height:150px;padding:1rem}.AccountSettings__Header{margin:32px 0}.AccountSettings__Email{margin-bottom:48px}.AccountSettings__Email strong{padding-left:8px}.AccountSettings__Link{background:#039be5;color:#fff;margin-right:16px}.AccountSettings__Button,.AccountSettings__Link{align-items:center;border-radius:12px;display:inline-flex;font-size:1.05rem;padding:.5rem 1rem;text-decoration:none}.AccountSettings__Button{background:#fff;border:1px solid #333;color:#333;cursor:pointer}.CreateProfile{display:flex;flex-wrap:wrap}.CreateProfile__ButtonsWrapper{grid-gap:8px;display:grid;grid-template-columns:repeat(1,1fr)}.CreateProfile__ButtonsWrapper .Button{align-items:center;justify-content:center}@media(min-width:600px){.CreateProfile__ButtonsWrapper{grid-gap:16px;grid-template-columns:repeat(2,1fr)}}.ModalInfo{flex:0 0 100%}.ModalInfo label,.ModalInfo p{display:block;margin-top:2rem}.ModalInfo input{border:0;border-bottom:1px solid #333;margin-top:1rem;padding:1rem .5rem;width:75%}.ModalInfo .circle-picker{margin:2rem 0!important}.Modal{-webkit-overflow-scrolling:touch;animation:move .7s ease;font-size:16px;overflow:visible;top:200px;z-index:9999}.Modal,.Modal__Overlay{bottom:0;left:0;position:fixed;right:0}.Modal__Overlay{animation:leadinModal-fadein .5s;-webkit-animation:leadinModal-fadein .5s;-moz-animation:leadinModal-fadein .5s;-ms-animation:leadinModal-fadein .5s;-o-animation:leadinModal-fadein .5s;background:#000;background-color:#000000b3;top:0}.Modal__Button{background:#0000;border:none;color:#7a7676;cursor:pointer;font-size:20px;padding:10px 10px 0;position:absolute;right:0;top:0}.Modal__Button:hover{color:#333}.Modal .CVPreviewBox{margin:2rem auto}.showModal{background:#039be5}.showModal:hover{opacity:.85}.button_upload{justify-content:center;width:auto}@media(max-width:599px){.button_upload{margin:16px 0;width:100%}}@keyframes move{0%{top:-300px}to{top:200px}}.ProfilePreview{flex:0 0 100%}.ProfilePreview__Section{width:100%}.ProfilePreview__Box{background:#fff;border-radius:5px;border-top-width:0;box-shadow:0 0 5px #00000040;font-size:16px;margin:2rem 0;max-width:100%;overflow:auto;padding:0;position:relative}.ProfilePreview__AsideSubWrapper,.ProfilePreview__AsideWrapper{align-items:center;display:flex;flex-direction:column}.ProfilePreview__AsideSubWrapper{width:100%}.ProfilePreview__MainWrapper{border:1px solid #ddd;padding:0 2rem}.ProfilePreview__DataWrapper{border:1px solid #ddd;padding:1.5rem 2rem;width:100%}.ProfilePreview__DataSubWrapper{align-items:center;display:flex;margin-bottom:5px}.ProfilePreview__DataSubWrapper p{margin-left:10px}.ProfilePreview__ListIconWrapper{align-items:center;display:flex;margin-bottom:5px}.ProfilePreview__ListIconWrapper p{margin-left:10px}.ProfilePreview__AsideSubWrapper{padding:3rem 0}.ProfilePreview__Name{color:#fff;font-size:1.1em;font-weight:500;margin-bottom:10px;text-transform:uppercase}.ProfilePreview__Role{color:#fff}.ProfilePreview__ProfileImg{border-radius:50%;height:auto;margin-bottom:32px;max-width:175px}.ProfilePreview__SubWrapper{grid-gap:32px;display:grid;grid-template-columns:1fr 2fr;padding:3rem 3.5rem}.ProfilePreview__Heading{color:#444;font-size:1.1em;font-weight:600;margin-bottom:1rem}.ProfilePreview__AboutWrapper{margin:32px 0}.ProfilePreview__SkillsWrapper{display:grid;grid-template-columns:1fr 1fr;margin:32px 0}.ProfilePreview__ExperienceWrapper{margin:32px 0}.ProfilePreview__EducationSubWrapper,.ProfilePreview__ExperienceSubWrapper{display:grid;grid-template-columns:1fr 5fr;margin-bottom:32px}.ProfilePreview__EducationDegree,.ProfilePreview__ExperienceWorkplace{font-weight:500}.ProfilePreview__EducationSchool,.ProfilePreview__ExperienceCompany{color:#434242;font-size:14px}.ProfilePreview__EducationDescription,.ProfilePreview__ExperienceDescription{margin-top:16px}.ProfilePreview__EducationWrapper,.ProfilePreview__InterestsWrapper{margin:32px 0}.ProfilePreview__List--double{display:grid;grid-template-columns:repeat(2,1fr)}.ElementsList{width:100%}.ElementsList__List{grid-gap:16px;display:grid;grid-template-columns:repeat(1,1fr)}@media(min-width:600px){.ElementsList__List{grid-template-columns:repeat(2,1fr)}}.Inspirations{display:grid;grid-template-columns:1fr;width:100%}@media(min-width:1000px){.Inspirations{grid-template-columns:1fr 5fr 6fr}}.Inspirations-Download a{color:#333;text-decoration:none}.Inspirations-Download a:hover{color:#039be5}.Inspirations .App__logo{height:40px;position:relative;width:50px}.Inspirations .App__logo--image{height:100%;margin-right:0;object-fit:cover;object-position:left;width:50px}.Inspirations-Tabs{background-color:#fff;border-radius:10px}.Inspirations-Tabs button{background:#0000;border:0;border-bottom:3px solid #f9fafe;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem}.Inspirations-Tabs button.Inspirations-Tabs-Active{border-bottom:3px solid #039be5}.Inspirations-Tabs-Content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;padding:0 2.5rem 3rem}.Inspirations-Tabs-Content .Inspirations-ContentWrapper{grid-row-gap:30px;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:-webkit-max-content;grid-template-rows:max-content;justify-content:space-between;row-gap:30px}.Inspirations-Tabs-Content .Inspirations-ContentWrapper .Inspirations-Param-FullWidth{grid-column:span 2}.Inspirations-Tabs-Content .Inspirations-ContentWrapper .Inspirations-ParamListItem{margin-bottom:12px}.Inspirations-Tabs-Content .Inspirations-ContentWrapper .Inspirations-ParamListItem h4{font-weight:500}.Inspirations-Name{display:flex}.Inspirations-Name svg{fill:#039be5;margin-right:5px;margin-top:3px}.Inspirations-Rating{font-size:.9rem;font-weight:600;margin-top:.1rem;text-align:right}.Inspirations-Rating svg{fill:#f80;margin-left:5px;padding-top:2px}.Inspirations-Location{align-items:center;cursor:pointer;display:inline-flex;gap:4px}.Inspirations-Location svg{fill:#039be5}.Inspirations-DetailsWrapper{margin-bottom:2rem}.Inspirations-BoxTitle{color:#c1c5c8;font-size:.8rem;font-weight:600;margin-bottom:.25rem;text-transform:uppercase}.Inspirations-Param{font-size:.9rem}@media(max-width:999px){.Inspirations-Param{color:#333;margin-top:1rem}.Inspirations-ParamListItem{margin-bottom:.75rem}}.Inspirations-Header{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:3rem}.Inspirations-Wrapper{display:flex;flex-wrap:wrap;width:100%}.Inspirations-Navbar{display:flex;margin-bottom:2rem;width:100%}@media(max-width:999px){.Inspirations-Navbar{flex-wrap:wrap;gap:8px;order:1}}.Inspirations>*{min-height:100vh;overflow:hidden;padding-top:3rem;padding-inline:2.5rem}@media(max-width:999px){.Inspirations>*{min-height:0;min-height:auto;padding:1.5rem}}.Inspirations-SecondColumn{background-color:#edf0f9}.Inspirations-SecondColumn h2{align-items:center;display:flex;font-weight:500;justify-content:space-between;padding-bottom:2rem}@media(max-width:999px){.Inspirations-SecondColumn h2{color:#333;font-size:1.2rem;padding-block:1rem}}.Inspirations-SecondColumn h2 span{align-items:center;display:flex;font-size:.8rem;font-weight:600;gap:6px}.Inspirations-SecondColumn h2 span:hover{color:#039be5;cursor:pointer}.Inspirations-Box{background:#fff;border-radius:10px;margin-bottom:1rem;min-height:200px;padding:1.5rem}.Inspirations-NavItem{align-items:center;background:#fff;border:1px solid #fff;border-radius:100px;color:#333;cursor:pointer;display:block;display:flex;gap:12px;height:40px;justify-content:center;line-height:40px;margin-right:1rem;padding-inline:1.5rem;white-space:nowrap}.Inspirations-NavItem a{color:#333;text-decoration:none}@media(max-width:999px){.Inspirations-NavItem{width:100%}}.Inspirations__BoxSection{grid-gap:20px;display:grid;grid-template-columns:repeat(1,1fr);width:100%}@media(min-width:600px){.Inspirations__BoxSection{grid-template-columns:repeat(2,1fr)}}@media(min-width:1400px){.Inspirations__BoxSection{grid-template-columns:repeat(4,1fr)}}.Inspirations-CountryWrapper{padding-bottom:2rem}.Inspirations-BoxHeader,.Inspirations-CountryWrapper{align-items:center;display:flex;justify-content:space-between}.Inspirations-BoxHeader{gap:12px;margin-bottom:1.5rem}.Inspirations-HeaderTitle{font-weight:500}.Inspirations-Progressbar{background:#f1f1f1;border-radius:10px;height:8px;margin:.5rem 0 2.5rem;position:relative}.Inspirations-Progressbar>div{background-color:#039be5;border-radius:10px;height:8px;left:0;position:absolute;top:0;width:50%}.Inspirations-BoxContent{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr .5fr 4fr 1fr;margin-bottom:2rem}@media(max-width:999px){.Inspirations-BoxContent{grid-template-columns:.5fr 5fr}}.Inspirations-BoxContent:last-of-type{margin-bottom:1rem}.Inspirations-BoxContent.active{color:#039be5}.Inspirations-BoxDate{color:#c1c5c8}@media(max-width:999px){.Inspirations-BoxDate{display:none}}.Inspirations-BoxTime{text-align:right}.Inspirations-BoxDotFirst{border-radius:50%}.Inspirations-BoxDot,.Inspirations-BoxDotFirst{background-color:#039be5;border:2px solid #039be5;height:14px;position:relative;width:14px}.Inspirations-BoxDot{border-radius:50%}.Inspirations-BoxDot:first-child{display:none}.Inspirations-BoxDot:before{background-color:#039be5;content:"";height:2.2rem;left:50%;position:absolute;top:-2.5rem;transform:translateX(-50%);width:2px}.Inspirations-HeaderInfo{min-width:-webkit-fit-content;min-width:fit-content}.Inspirations-CountryBox,.Inspirations-HeaderInfo{align-items:center;background:#ecf1f6;border-radius:10px;color:#039be5;display:flex;gap:8px;justify-content:space-between;padding:.5rem 1rem}.Inspirations__MapSection{background:#f9fafe;max-height:-webkit-fit-content;max-height:fit-content;max-height:100vh;overflow:scroll;position:-webkit-sticky;position:sticky;top:0;width:100%}.Inspirations__MapSection::-webkit-scrollbar{display:none}@media(max-width:999px){.Inspirations__MapSection{background:#fff;grid-column:1/-1;margin-block:1rem 2rem}.Inspirations__MapSection>div{height:300px!important}.Inspirations__MapSection>div.Inspirations-CountryWrapper{height:auto!important;padding-bottom:.5rem}.Inspirations__MapSection>div.Inspirations-CountryWrapper .Inspirations-CountryBox{display:none}}.Inspirations__MapSection h2{font-weight:500}.Inspirations__MapSection h3{font-weight:500;margin-block:2rem}.Inspirations__Box{background:#fff;border-radius:5px;box-shadow:0 1px 1px 0 rgba(60,75,100,.149),0 2px 1px -1px rgba(60,75,100,.122),0 1px 3px 0 #3c4b6433;color:#333;min-height:150px;padding:1rem}.selected-countries{background:#000000e6;border-radius:10px;bottom:20px;box-shadow:0 0 10px #00000080;color:#fff;padding:15px;right:20px;width:250px}.selected-countries h3{border-bottom:1px solid #ffffff4d;font-size:16px;margin:0 0 10px;padding-bottom:5px;text-align:center}.selected-countries ul{list-style:none;margin:0;padding:0}.selected-countries li{border-bottom:1px solid #fff3;font-size:14px;padding:5px;text-align:center}.selected-countries li:last-child{border-bottom:none}.ShareModal{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.ShareModal-Content{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;max-width:90%;overflow:hidden;padding:20px;position:relative;text-align:center;width:420px}.ShareModal-Close{background:none;border:none;color:#888;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.ShareModal-Close:hover{color:#333}.ShareModal h2{color:#333;font-size:20px;margin-bottom:15px}.ShareModal input{border:1px solid #ddd;border-radius:8px;font-size:16px;margin-bottom:15px;padding:10px;text-align:center;width:100%}.ShareModal-Copy{align-items:center;background:#635dff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:8px;justify-content:center;padding:10px 15px;width:100%}.ShareModal-Copy:hover{background:#5148e5}.ShareModal-Grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:15px;max-height:400px;overflow-y:auto;text-align:left}.ShareModal-Grid .ShareModal-Item{align-items:center;color:#333;display:flex;font-size:16px;gap:8px}.ShareModal-Grid.large{grid-template-columns:repeat(6,1fr)}.ShareModal-Grid.large .ShareModal-Item{align-items:center;display:flex;flex-direction:column;justify-content:center}.ShareModal-Grid::-webkit-scrollbar{width:6px}.ShareModal-Grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.ShareModal-Grid::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:10px}.ShareModal-Item img{border-radius:50%;height:40px;object-fit:cover;width:40px}.ShareModal-Footer{align-items:center;display:flex;gap:24px;justify-content:center;margin-top:auto}.ShareModal-Footer .Try__button{height:40px;margin:0;min-width:0;min-width:auto;width:auto}.ShareModal-Footer .Try__button--secondary{background:#fff;color:#039be5}.ShareModal-Buttons{padding-bottom:2rem}.ShareModal-Buttons h2{margin:2rem 0 4rem}.ShareModal-Buttons .Try__button{margin:0 0 1rem}.ShareModal-Overflow{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;min-height:500px;overflow:hidden;position:relative}.ShareModal-Overflow.imageSelected{justify-content:space-between}.ShareModal-Overflow .Try__button{height:40px;margin:0}.ShareModal-Overflow .ShareModal-Footer,.ShareModal-Overflow img{margin-top:20px}.ShareModal-Overflow .ShareModal-OverflowCount{align-items:center;background-color:#039be5;border-radius:50%;color:#fff;display:flex;font-size:60px;font-weight:600;height:120px;justify-content:center;left:5%;position:absolute;top:10%;width:120px;z-index:1}.ShareModal-Overflow .ShareModal-OverflowInfo{background:#039be5;font-size:30px;left:15%;text-transform:uppercase;top:30%;width:70%}.ShareModal-Overflow .ShareModal-OverflowInfo,.ShareModal-Overflow .ShareModal-OverflowSubInfo{border-radius:0;color:#fff;font-family:sans-serif;font-weight:600;padding:12px 24px;position:absolute;text-align:center}.ShareModal-Overflow .ShareModal-OverflowSubInfo{background:#fff;color:#333;font-size:40px;left:50%;top:37%;transform:translate(-50%);width:30%}.ShareModal-Overflow .ShareModal-ImageWrapper>div .ShareModal-OverflowItem{align-items:center;display:flex;flex-direction:column;justify-content:center}.ShareModal-Overflow .ShareModal-ImageWrapper>div .ShareModal-OverflowItem img{border-radius:50%;height:150px;left:50%;opacity:.75;position:absolute;top:50%;transform:translateX(-50%);width:150px}.ShareModal-LastCountry{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;min-height:500px;overflow:hidden}.ShareModal-LastCountry h2{font-weight:500;margin:2rem 0 0;width:100%}.ShareModal-LastCountry .ShareModal-Item{align-items:center;display:flex;flex-direction:column;overflow:hidden;width:100%}.ShareModal-LastCountry .ShareModal-Item img{border:1px solid #9ea5ae;height:150px;margin-top:30px;width:150px}.ShareModal-LastCountry .ShareModal-Item span{font-size:1.6rem;font-weight:600;margin-top:32px;width:100%}.ShareModal-LastCountry .ShareModal-Item p{color:#9ea5ae}.ShareModal-LastCountry .ShareModal-Item .stylingImage{border-radius:50%;height:20px;margin-top:0;object-fit:cover;position:absolute;width:20px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:first-of-type{left:0}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(2){height:10px;left:7%;top:20%;transform:rotate(45deg);width:10px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(3){box-shadow:0 0 10px #00000080;height:12px;left:15%;top:25%;transform:rotate(45deg);width:12px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(4){height:2px;left:25%;top:30%;width:2px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(5){height:15px;left:30%;opacity:.8;top:20%;width:15px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(6){height:10px;left:40%;top:30%;width:10px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(7){height:6px;left:65%;opacity:.8;top:30%;width:6px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(8){height:6px;left:85%;top:20%;width:6px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(9){height:15px;left:90%;opacity:.8;top:40%;width:15px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(10){height:15px;right:0;top:20%;width:15px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(11){height:12px;left:0;top:50%;width:12px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(12){height:10px;left:7%;top:60%;transform:rotate(45deg);width:10px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(13){box-shadow:0 0 10px #00000080;height:12px;left:15%;top:65%;transform:rotate(45deg);width:12px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(14){height:4px;left:25%;top:40%;width:4px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(15){height:10px;left:87%;top:50%;width:10px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(16){height:10px;left:72%;top:40%;width:10px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(17){height:6px;left:75%;opacity:.8;top:45%;width:6px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(18){height:6px;left:85%;top:40%;width:6px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(19){height:10px;left:80%;opacity:.8;top:55%;width:10px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(20){height:15px;right:0;top:60%;width:15px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(21){height:15px;left:20%;top:50%;width:15px}.ShareModal-LastCountry .ShareModal-Item .stylingImage:nth-of-type(22){height:10px;left:12%;top:42%;width:10px}.ShareModal-LastCountry .ShareModal-Footer{margin-top:0}.InspirationsPDF .first-page{position:relative}.InspirationsPDF .second-page{padding-top:3rem}.InspirationsPDF .second-page>div{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;position:relative}.InspirationsPDF .second-page>div span{color:#039be5;font-weight:600;position:absolute;right:1rem;top:.75rem}.InspirationsPDF .title{left:50%;position:absolute;top:22%;transform:translate(-50%,-50%)}.InspirationsPDF .subtitle,.InspirationsPDF .title{background-color:#039be5;color:#fff;font-size:36px;font-weight:700;padding:.5rem 1rem;text-transform:uppercase;white-space:nowrap;width:-webkit-min-content;width:min-content}.InspirationsPDF .subtitle{margin:0 auto 3rem;text-align:center}.InspirationsPDF .day{color:#039be5;font-size:36px;font-weight:700;padding:.5rem 1rem .5rem 0;text-transform:uppercase;white-space:nowrap;width:-webkit-min-content;width:min-content}.InspirationsPDF .day-subtitle{margin-bottom:3rem;text-align:center}.InspirationsPDF .place{color:#fff;font-size:140px;font-weight:700;left:50%;position:absolute;top:35%;transform:translate(-50%,-50%)}.InspirationsPDF .opacity-bottom-fade{background:linear-gradient(0deg,#fff9,#039be500);bottom:0;height:150px;height:650px;left:0;pointer-events:none;position:absolute;width:100%;z-index:999}.InspirationsPDF .logo{background:#fff;border-radius:50px;bottom:5%;left:50%;opacity:.9;padding:.5rem;position:absolute;transform:translateX(-50%);z-index:1000}.Popup{display:none}.Popup.isOpen{background-color:#fff;display:block;height:100%;left:0;overflow-y:auto;padding:0 16px 12px;position:fixed;top:0;width:100%;z-index:999999}@media(max-width:999px){.Popup.isOpen .Inspirations__MapSection{margin-top:0;padding-bottom:100px;padding-top:75px}.Popup.isOpen .Inspirations-CountryWrapper{background:#fff;height:75px!important;left:0;padding:.5rem 1rem;position:fixed;right:0;top:0;width:100%;z-index:9999}.Popup.isOpen .Inspirations-CountryWrapper h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-weight:500;height:70px;max-width:90%;overflow:hidden;padding-block:1rem 0;text-overflow:ellipsis}.Popup.isOpen .Inspirations-CountryWrapper .Popup-Close{padding:0;right:1rem;top:1.3rem}}.Popup-Close{background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:0;top:0}.Dashboard{display:flex;flex-wrap:wrap}.Dashboard.container{max-width:100%}.Dashboard__Content{padding:0 2rem;text-align:left;width:100%}.ForgotPassword{bottom:0;display:flex;left:0;min-height:76vh;position:fixed;right:0;top:0;width:100%}.ForgotPassword__section{align-items:flex-start;display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.ForgotPassword__section--right{background:#fff}.ForgotPassword .App__logo{justify-content:center;width:100%}.ForgotPassword__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.ForgotPassword__back span{font-weight:600;margin-left:1rem}.ForgotPassword p{color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:1px;text-align:center}.ForgotPassword h2{color:#fff;display:block;font-size:2.2rem;margin-bottom:.5rem;text-align:center}.ForgotPassword__container{background:#fff;border-bottom:4px solid #039be5;border-radius:2px;border-top:4px solid #039be5;box-shadow:0 5px 10px #0000001a;margin:1rem;padding-bottom:2rem;position:relative;width:500px}.ForgotPassword__container,.ForgotPassword__form{display:flex;flex-direction:column;flex-wrap:wrap}.ForgotPassword__form h2{color:#333;margin:2rem 0 1rem}.ForgotPassword__form input{background:#f6f7f9;border:0;border-radius:5px;font-size:.8rem;height:40px;line-height:40px;margin:0 auto;outline:none;padding:5px 15px;width:80%}.ForgotPassword__form label{font-size:.7rem;margin:0 auto 1.25rem;padding:2px;width:80%}.ForgotPassword__button{align-items:center;border:0;color:#333;cursor:pointer;display:inline-flex;font-size:1.05rem;margin:0 auto;padding:10px 15px;text-align:center}.ForgotPassword__button span{margin-left:10px}.ForgotPassword__button--login{background:#fff;box-shadow:0 5px 10px #0000001a;margin-bottom:1rem;padding:1rem 2rem;width:60%}.ForgotPassword__button--submit{background:#039be5;color:#fff;font-weight:600;margin:2rem auto;text-transform:uppercase}.ForgotPassword__button--submit span{margin-right:10px}.ForgotPassword__button:hover{opacity:.85}.ForgotPassword__infoP{color:#333!important;font-weight:400!important;margin:.5rem 0 1.5rem!important}.ForgotPassword__forgot{color:#333;font-size:.8rem;margin:0 auto;text-decoration:underline}.ForgotPassword__forgot,.ForgotPassword__register{align-items:center;display:inline-flex;text-align:center}.ForgotPassword__register{color:#fff;font-size:1.4rem;margin:2rem auto;text-decoration:none}.ForgotPassword__register span{margin-right:10px}.ForgotPassword__register:hover{text-decoration:underline}@media(max-width:599px){.ForgotPassword__container{margin:1rem 1.5rem;width:100%}.ForgotPassword h2{font-size:1.8rem;padding:0 1rem}}.ThanksForRegister{bottom:0;display:flex;left:0;min-height:76vh;position:fixed;right:0;top:0;width:100%}.ThanksForRegister__section{display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.ThanksForRegister__section--left{background:#fff;text-align:center}.ThanksForRegister .App__logo{justify-content:center;width:100%}.ThanksForRegister__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.ThanksForRegister__back span{font-weight:600;margin-left:1rem}.ThanksForRegister p{color:#039be5;font-size:1.2rem;font-weight:600;letter-spacing:1px;text-align:center}.ThanksForRegister h2{display:block;font-size:2.2rem;margin-bottom:2.5rem;text-align:center}.ThanksForRegister__container{background:#fff;border-bottom:4px solid #039be5;border-radius:2px;border-top:4px solid #039be5;box-shadow:0 5px 10px #0000001a;display:flex;flex-direction:column;flex-wrap:wrap;margin:1rem;padding-bottom:2rem;position:relative;width:500px}.ThanksForRegister__register{align-items:center;background:#039be5;border:none;border-radius:12px;border-radius:500px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15rem;height:60px;justify-content:center;min-width:120px;padding:1rem 2rem;text-decoration:none;z-index:1}@media(max-width:599px){.ThanksForRegister__section{padding:0 1.5rem;width:100%}.ThanksForRegister h2{font-size:1.8rem;padding:0 1rem}}.Unsubscribe{bottom:0;display:flex;left:0;min-height:76vh;position:fixed;right:0;top:0;width:100%}@media(max-width:599px){.Unsubscribe{padding:1.5rem}}.Unsubscribe__section{display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.Unsubscribe__section--left{background:#fff;text-align:center}.Unsubscribe .App__logo{justify-content:center;width:100%}.Unsubscribe__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.Unsubscribe__back span{font-weight:600;margin-left:1rem}.Unsubscribe p{font-size:1.2rem;font-weight:600;letter-spacing:1px;max-width:600px;text-align:center}.Unsubscribe h2{display:block;font-size:2.2rem;margin-bottom:2.5rem;text-align:center}.Unsubscribe__container{background:#fff;border-bottom:4px solid #039be5;border-radius:2px;border-top:4px solid #039be5;box-shadow:0 5px 10px #0000001a;display:flex;flex-direction:column;flex-wrap:wrap;margin:1rem;padding-bottom:2rem;position:relative;width:500px}.Unsubscribe__register{align-items:center;color:#039be5;display:inline-flex;font-size:1.4rem;margin:2rem auto;text-align:center;text-decoration:none}.Unsubscribe__register span{margin-right:10px}.Unsubscribe__register:hover{text-decoration:underline}@media(max-width:599px){.Unsubscribe__section{padding:0 1.5rem;width:100%}.Unsubscribe h2{font-size:1.8rem;padding:0 1rem}}.LandingPage__container{margin:0 auto;padding:1rem .5rem 4rem}.LandingPage .landing-subtitle{margin-top:1rem}.LandingPage .landing-subtitle,.LandingPage .landing-subtitle span{color:#333;text-decoration:none}.LandingPage .landing-subtitle span b{color:#333;display:block;margin-bottom:.5rem;text-decoration:none}.LandingPage .landing-subtitle.container{padding-inline:1.5rem}@media(max-width:599px){.LandingPage .landing-subtitle.container{margin-bottom:2rem}}.LandingPage .landing-title{margin-top:4rem}@media(max-width:999px){.LandingPage .landing-title{display:inline-flex;font-size:1.75rem;font-weight:600;gap:12px;line-height:1;margin-bottom:1rem}}.LandingPage .landing-title.container{padding-inline:1.5rem}.LandingPage .landing-link{align-items:center;color:#333;display:block;display:flex;font-size:.9rem;font-weight:600;gap:8px;margin-top:1.5rem;text-decoration:none}.LandingPage .landing-link:hover{color:#039be5}.LandingPage .landing-link svg{font-size:12px;transform:rotate(-45deg)}.LandingPage .landing-info{align-items:center;display:flex;gap:10px;margin-top:.5rem}.LandingPage .landing-info span{font-size:.85rem}.LandingPage .landing-info-sub{color:#8f9194;margin-right:10px}.LandingPage__box{padding-top:6rem;position:relative;text-align:center;width:100%}@media(max-width:599px){.LandingPage__box{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-top:36px;padding-inline:1.5rem}}.LandingPage__box>svg{color:#039be5;font-size:40px;position:absolute;right:6rem;top:2rem}@media(min-width:600px)and (max-width:999px){.LandingPage__box>svg{right:0}}@media(max-width:599px){.LandingPage__box>svg{font-size:28px;right:2rem;top:0}}.LandingPage__box>span svg{display:none;font-size:40px;left:6rem;opacity:.75;position:absolute;top:12rem}@media(min-width:600px)and (max-width:999px){.LandingPage__box>span svg{display:none}}@media(max-width:599px){.LandingPage__box>span svg{display:none;font-size:28px;left:2rem;top:32rem}}.LandingPage__box .Try__button{margin-inline:auto;max-width:400px}.LandingPage__title{font-size:2rem;font-weight:600;line-height:1;max-width:100%;padding-bottom:2rem;position:relative;z-index:1}@media(max-width:599px){.LandingPage__title{padding-top:2rem;text-align:center}}.LandingPage__subtitle{font-size:20px;line-height:30px;margin:1rem auto 0;max-width:60%;padding-bottom:2rem;position:relative;z-index:1}@media(max-width:599px){.LandingPage__subtitle{max-width:100%;padding-bottom:0;text-align:center}}.LandingPage__button{align-items:center;background:#039be5;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15rem;justify-content:center;padding:1rem 2rem;text-decoration:none;width:100%}.LandingPage__button:hover{opacity:.8}.LandingPage__button:hover span{margin-right:12px}.LandingPage__button span{margin-right:10px;transition:margin-right .3s ease}.LandingPage__form{align-items:flex-start;display:flex;flex-direction:column;margin-top:48px;position:relative;width:420px;z-index:1}@media(max-width:599px){.LandingPage__form{width:100%}}.LandingPage input{border:1px solid #ddd;border-radius:12px;margin:12px 0;outline:0;padding:1rem;width:100%}.Infosection{display:flex;gap:32px;padding:1.5rem}@media(max-width:999px){.Infosection.LandingPage__infosection{padding:0}}@media(min-width:600px)and (max-width:999px){.Infosection__box{margin-bottom:2rem;width:calc(50% - 16px)}}.Infosection--map{max-width:50%}@media(max-width:999px){.Infosection--map{max-width:100%}}@media(min-width:600px)and (max-width:999px){.Infosection--map img{padding-top:80px}}.Infosection--mapcontainer{align-items:center;padding:3rem 1.5rem 4.5rem}@media(min-width:600px)and (max-width:999px){.Infosection--mapcontainer.Infosection{grid-gap:12px;display:grid;gap:12px;grid-template-columns:2fr 1fr;padding:3rem 1.5rem 0}}@media(max-width:599px){.Infosection--mapcontainer.Infosection{display:grid;grid-template-columns:1fr;padding:3rem 1.5rem 0}}.Infosection .popwrapper{position:relative;width:50%!important}@media(max-width:999px){.Infosection .popwrapper{display:none}}.Infosection .popwrapper:before{background-color:#039be5;border-radius:50%;content:"";display:block;height:100px;position:absolute;right:0;top:0;width:100px}.Infosection .popwrapper:after{height:250px;left:70%;top:35%;width:250px}.Infosection .popwrapper:after,.Infosection__circle{background-color:#eef9ff;border-radius:50%;content:"";display:block;position:absolute}.Infosection__circle{align-items:center;display:flex;height:75px;justify-content:center;left:20%;top:80%;width:75px}.Infosection__circle svg{height:50%;width:auto}.Infosection__circle1{align-items:center;background-color:#eef9ff;border-radius:50%;content:"";display:block;display:flex;height:90px;justify-content:center;position:absolute;right:35%;top:15%;width:90px}.Infosection__circle1 svg{height:50%;width:auto}.Infosection__popimage{max-height:75%;max-width:40%;overflow:hidden;position:absolute;top:0}.Infosection__popimage img{border-radius:5px;position:relative;z-index:1}.Infosection__popimage:last-child{left:45%;top:45%}.Infosection--pops{display:flex;flex-wrap:wrap;margin-bottom:4rem;max-width:50%;position:relative}@media(max-width:999px){.Infosection--pops{max-width:100%}}.Infosection--pops h2{margin-bottom:1rem!important;width:100%}.Infosection--pops .landing-subtitle{margin-bottom:2rem!important;padding:0!important}.Infosection__pop{align-items:center;border:1px solid #eee;border-radius:100px;color:#333;cursor:pointer;display:block;display:flex;height:40px;justify-content:center;line-height:40px;margin-bottom:1rem;margin-right:1rem;padding-inline:2rem}@media(max-width:599px){.Infosection__pop{padding-inline:1rem}}.Infosection__pop--active{border-color:#039be5;color:#039be5}.Infosection__popbutton{align-items:center;background:#039be5;border-radius:100px;bottom:-80px;color:#fff;display:flex;font-weight:600;height:60px;justify-content:center;min-width:200px;padding:.5rem 1rem;position:absolute;text-decoration:none;width:auto}@media(max-width:999px){.Infosection__popbutton{bottom:-100px;left:50%;transform:translateX(-50%)}}.Infosection h2{font-size:1.75rem;font-weight:600;line-height:1;margin-bottom:3rem}.Infosection h2 span{color:#039be5;opacity:.75}.Infosection h2 span.gray{color:#ddd}.Infosection__subbox{align-items:center;display:flex;margin-bottom:1.5rem}.Infosection__subbox svg{background:#f5f5f5;border-radius:50%;color:#039be5;height:35px;margin-right:10px;min-width:35px;padding:.5rem}.Infosection__button{align-items:center;border:2px solid #039be5;border-radius:12px;color:#039be5;display:inline-flex;font-size:.9rem;font-weight:500;margin-top:2rem;padding:.75rem 1.5rem;text-decoration:none}.Infosection__button:hover{background:#039be5;color:#fff}.Infosection__button span{margin-right:10px}@media(max-width:999px){.Infosection__countries.Infosection{padding:1.5rem 1.5rem 6rem}}.Benefits{background-color:#039be5;display:flex;flex-wrap:wrap;justify-content:space-between;margin:6rem 0;overflow:hidden;padding:6rem 0 8rem;position:relative}@media(max-width:599px){.Benefits{margin:2rem 0;padding:2rem 0 6rem}}.Benefits .container{padding-inline:1.5rem}.Benefits__images{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr;grid-template-columns:repeat(3,140px);position:absolute;right:-15%;top:-48%;transform:rotate(-34deg)}@media(min-width:1200px){.Benefits__images{right:2%}}@media(max-width:999px){.Benefits__images{opacity:.25}}.Benefits__images img{border-radius:5px;height:250px;object-fit:cover;width:100%}.Benefits .Try__box{margin:0;max-width:40%;text-align:left}@media(max-width:999px){.Benefits .Try__box{max-width:100%;position:relative;z-index:1}}.Benefits .Try__box>div{margin:0 auto}.Benefits .Try__box .Try__form{margin:0;width:100%}.Benefits .Try__box .Try__form input{border-radius:100px;height:60px;padding-inline:3.5rem;padding-right:9rem}.Benefits .Try__box .Try__form .Try__button{border:1px solid #fff;color:#fff;height:60px;margin-left:0;position:absolute;right:0;width:-webkit-max-content;width:max-content}.Benefits .Try__box .Try__form .Try__button span{color:#fff;font-size:1rem;font-weight:600}.Benefits .Try__box .Try__form>div{position:absolute;top:100%;width:100%}.Benefits h2{color:#fff;font-size:1.75rem;font-weight:600;line-height:1;margin-bottom:2rem}@media(max-width:999px){.Benefits h2{position:relative;z-index:1}}.Benefits span{color:#039be5;font-size:2.5rem}.Benefits__subtitle{color:#fff;max-width:40%}@media(max-width:999px){.Benefits__subtitle{max-width:100%;position:relative;z-index:1}}.Benefits__box h3{color:#039be5;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}.Benefits__box--header{width:100%}.Benefits__box--content{background:#fff;border-radius:40px;margin:0 1.5rem 3rem;padding:3rem 2rem;width:80%}.Prices{background-color:#fff;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:6rem;padding:2rem 0 4rem}.Prices h2{font-size:1.75rem;font-weight:600;line-height:1;margin:3rem auto 6rem;max-width:920px;padding:0 1.5rem;text-align:center}.Prices span{background:#039be5;border-radius:50px;color:#fff;font-size:.9rem;font-weight:600;padding:.25rem .5rem;position:absolute;right:2rem;top:2.75rem}.Prices__box h3{color:#039be5;font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}.Prices__box--header{width:100%}.Prices__box--content{background-color:#f5f5f5;border-radius:40px;margin:0 1.5rem 3rem;padding:.75rem;width:100%}.Prices__innerBox{background-color:#fff;border-radius:32px;display:flex;flex-direction:column;height:100%;padding:40px 32px;position:relative}.Prices__price{font-size:2.5rem;font-weight:600}.Prices__priceDetails{font-size:.75rem;margin-bottom:3rem}.Prices__title{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.Prices__benefits{margin-bottom:5rem}.Prices__button{background:#039be5;border-radius:12px;color:#fff;display:block;font-size:1.15rem;font-weight:600;margin-top:2rem;padding:1rem 2rem;text-align:center;text-decoration:none}.Prices__button:hover{opacity:.95}.Prices li{margin-bottom:.5rem}@media(max-width:599px){.Try{padding-bottom:6rem}}.Try__box{margin:0 auto;max-width:920px;padding-top:3rem;text-align:center;width:100%}@media(max-width:599px){.Try__box{padding-top:4rem}}.Try__box>div div{margin:0 auto}.Try h2{font-size:1.75rem;font-weight:600;line-height:1;margin:3rem auto 6rem;max-width:920px;text-align:center}.Try__subtitle{color:#039be5;font-weight:500;margin:2rem auto 0}.Try__subtitle span{color:#333;font-weight:400}.Try__form{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;width:580px}@media(max-width:599px){.Try__form{width:100%}}@media(min-width:600px)and (max-width:999px){.Try__form{width:100%}}.Try__form svg{left:24px;position:absolute}.Try input{background:#f7f7f7;border:1px solid #0000;border-radius:500px;height:60px;min-width:500px;outline:0;padding:1rem 6rem 1rem 3.5rem;width:100%}@media(max-width:599px){.Try input{min-width:0;min-width:auto}}@media(min-width:600px)and (max-width:999px){.Try input{padding-right:8.5rem}}.Try__button{align-items:center;background:#039be5;border:none;border-radius:12px;border-radius:500px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15rem;height:60px;justify-content:center;margin-left:-80px;min-width:100px;padding:1rem 2rem;text-decoration:none;width:100%;z-index:1}@media(min-width:600px)and (max-width:999px){.Try__button{margin-left:-135px}}@media(max-width:599px){.Try__button{max-width:130px;padding:1rem}}.Try__button:hover{opacity:.8}@media(max-width:999px){.LandingPage{padding-top:80px}}@media(min-width:600px){.LandingPage__container{padding:1rem 2rem 3rem}.LandingPage__title{font-size:3rem}}@media(min-width:1000px){.LandingPage__title{font-size:4rem}.LandingPage h2{font-size:2.5rem;font-weight:500;white-space:nowrap}.Infosection__box{max-width:650px;text-decoration:none;width:25%}}@media(min-width:1200px){.Benefits__box--content{margin:0 1.5rem;width:25%}.Prices{padding:6rem 0 8rem}.Prices h2{padding:0}.Prices__box--content{margin:0 1rem;max-width:400px;width:30%}.Prices__button{margin-top:auto}}@media(max-width:599px){.CreatorsRegisterPage .Try{padding-bottom:0;width:100%}}.CreatorsRegisterPage__container{margin:0 auto;padding:1rem .5rem 4rem}.CreatorsRegisterPage__box{padding-top:6rem;position:relative;text-align:center;width:100%}@media(max-width:599px){.CreatorsRegisterPage__box{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-top:36px;padding-inline:1.5rem}}.CreatorsRegisterPage__box>svg{color:#039be5;font-size:40px;position:absolute;right:6rem;top:2rem}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage__box>svg{right:0}}@media(max-width:599px){.CreatorsRegisterPage__box>svg{font-size:28px;right:2rem;top:0}}.CreatorsRegisterPage__box>span svg{display:none;font-size:40px;left:6rem;opacity:.75;position:absolute;top:12rem}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage__box>span svg{display:none}}@media(max-width:599px){.CreatorsRegisterPage__box>span svg{display:none;font-size:28px;left:2rem;top:32rem}}.CreatorsRegisterPage__box .Try__button{max-width:400px}.CreatorsRegisterPage__title{font-size:2rem;font-weight:600;line-height:1;max-width:100%;padding-bottom:2rem;position:relative;z-index:1}@media(max-width:599px){.CreatorsRegisterPage__title{padding-top:2rem;text-align:center}}.CreatorsRegisterPage__subtitle{font-size:20px;letter-spacing:1px;line-height:30px;margin:1rem auto 0;max-width:60%;padding-bottom:2rem;position:relative;z-index:1}@media(max-width:599px){.CreatorsRegisterPage__subtitle{max-width:100%;padding-bottom:0;text-align:center}}.CreatorsRegisterPage__button{align-items:center;background:#039be5;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15rem;justify-content:center;padding:1rem 2rem;text-decoration:none;width:100%}.CreatorsRegisterPage__button:hover{opacity:.8}.CreatorsRegisterPage__button:hover span{margin-right:12px}.CreatorsRegisterPage__button span{margin-right:10px;transition:margin-right .3s ease}.CreatorsRegisterPage__form{align-items:flex-start;display:flex;flex-direction:column;margin-top:48px;position:relative;width:420px;z-index:1}@media(max-width:599px){.CreatorsRegisterPage__form{width:100%}}.CreatorsRegisterPage input{border:1px solid #ddd;border-radius:12px;margin:12px 0;outline:0;padding:1rem;width:100%}.CreatorsRegisterPage .Infosection{display:flex;gap:32px;padding:1.5rem}.CreatorsRegisterPage .Infosection__number{align-items:center;background:#f5f5f5;border-radius:50%;color:#039be5;display:flex;font-size:1.3rem;font-weight:600;height:35px;justify-content:center;margin-right:10px;min-width:35px;padding:.5rem}@media(max-width:999px){.CreatorsRegisterPage .Infosection{flex-wrap:wrap}.CreatorsRegisterPage .Infosection.CreatorsRegisterPage__infosection{padding:0}}.CreatorsRegisterPage .Infosection--gray{background-color:#f5f8fb}.CreatorsRegisterPage .Infosection__box{margin-bottom:4rem;width:100%}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage .Infosection__box{margin-bottom:2rem;width:calc(50% - 16px)}}@media(max-width:599px){.CreatorsRegisterPage .Infosection__box{margin-bottom:1rem}}.CreatorsRegisterPage .Infosection__box--imagebox img{border:1px solid #0000;border-radius:25px;height:425px;object-fit:cover;width:100%}@media(max-width:599px){.CreatorsRegisterPage .Infosection__box--imagebox{order:1;text-decoration:none}}.CreatorsRegisterPage .Infosection--map{max-width:50%}@media(max-width:999px){.CreatorsRegisterPage .Infosection--map{max-width:100%}}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage .Infosection--map img{padding-top:80px}}.CreatorsRegisterPage .Infosection--mapcontainer{align-items:center;padding:3rem 1.5rem 4.5rem}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage .Infosection--mapcontainer.Infosection{grid-gap:12px;display:grid;gap:12px;grid-template-columns:2fr 1fr;padding:3rem 1.5rem 0}}@media(max-width:599px){.CreatorsRegisterPage .Infosection--mapcontainer.Infosection{display:grid;grid-template-columns:1fr;padding:3rem 1.5rem 4rem}}.CreatorsRegisterPage .Infosection h2{font-size:1.75rem;font-weight:600;line-height:1;margin-bottom:3rem}.CreatorsRegisterPage .Infosection h2 span{color:#039be5;opacity:.75}.CreatorsRegisterPage .Infosection h2 span.gray{color:#ddd}.CreatorsRegisterPage .Infosection__subbox{align-items:center;display:flex;margin-bottom:1.5rem}.CreatorsRegisterPage .Infosection__subbox svg{background:#f5f5f5;border-radius:50%;color:#039be5;height:35px;margin-right:10px;min-width:35px;padding:.5rem}.CreatorsRegisterPage .Infosection__button{align-items:center;border:2px solid #039be5;border-radius:12px;color:#039be5;display:inline-flex;font-size:.9rem;font-weight:500;margin-top:2rem;padding:.75rem 1.5rem;text-decoration:none}.CreatorsRegisterPage .Infosection__button:hover{background:#039be5;color:#fff}.CreatorsRegisterPage .Infosection__button span{margin-right:10px}.CreatorsRegisterPage .Try__box{margin:0 auto;max-width:920px;padding-top:3rem;text-align:center;width:100%}@media(max-width:599px){.CreatorsRegisterPage .Try__box{padding-top:2.5rem}}.CreatorsRegisterPage .Try__box>div div{margin:0 auto}.CreatorsRegisterPage .Try h2{font-size:1.75rem;font-weight:600;line-height:1;margin:3rem auto 6rem;max-width:920px;text-align:center}.CreatorsRegisterPage .Try__subtitle{color:#039be5;font-weight:500;margin:2rem auto 0}.CreatorsRegisterPage .Try__subtitle span{color:#333;font-weight:400}.CreatorsRegisterPage .Try__form{align-items:center;display:flex;justify-content:center;margin:0 auto;position:relative;width:580px}.CreatorsRegisterPage .Try__form>div{margin-top:1rem;position:absolute;top:100%}@media(max-width:599px){.CreatorsRegisterPage .Try__form{flex-direction:column;width:100%}}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage .Try__form{width:100%}}.CreatorsRegisterPage .Try__form svg{left:24px;position:absolute}@media(max-width:599px){.CreatorsRegisterPage .Try__form svg{display:none}}.CreatorsRegisterPage .Try input{background:#f7f7f7;border:1px solid #0000;border-radius:500px;height:60px;min-width:500px;outline:0;padding:1rem 6rem 1rem 3.5rem;width:100%}@media(max-width:599px){.CreatorsRegisterPage .Try input{min-width:100%;padding:1.5rem}}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage .Try input{padding-right:8.5rem}}.CreatorsRegisterPage .Try__button{align-items:center;background:#039be5;border:none;border-radius:12px;border-radius:500px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.15rem;height:60px;justify-content:center;margin-left:-80px;min-width:-webkit-max-content;min-width:max-content;padding:1rem 2rem;text-decoration:none;width:100%;z-index:1}@media(max-width:599px){.CreatorsRegisterPage .Try__button{margin-inline:auto}}@media(min-width:600px)and (max-width:999px){.CreatorsRegisterPage .Try__button{margin-left:-135px}}.CreatorsRegisterPage .Try__button:hover{opacity:.8}@media(max-width:999px){.CreatorsRegisterPage{padding-top:80px}}@media(min-width:600px){.CreatorsRegisterPage__container{padding:1rem 2rem 3rem}.CreatorsRegisterPage__title{font-size:3rem}}@media(min-width:1000px){.CreatorsRegisterPage__title{font-size:4rem}.CreatorsRegisterPage h2{font-size:2.5rem;font-weight:500;white-space:nowrap}.Infosection__box{max-width:650px;text-decoration:none;width:25%}}.App__header{align-items:center;color:#333;display:flex;justify-content:space-between;padding:2rem 1.5rem}.App__header.isDashboard{max-width:100%}.App__header.isInspirations{display:grid;grid-template-columns:1fr 5fr 6fr;max-width:100%;padding-block:0}.App__header.isInspirations>*{padding-block:2rem}.App__header.isInspirations .inspirationSpace{background-color:#edf0f9;height:100%;width:100%}.App__logo{align-items:center;display:flex;text-decoration:none}.App__logo--text{color:#333;font-size:2rem;font-weight:600}.App__logo--image{margin-right:10px;width:auto}@media(max-width:599px){.App__logo--image{max-height:32px}}@media(max-width:999px){.App__header{background:#fff;box-shadow:0 1px 0 #0000001a;height:80px;padding:1.05rem 1.5rem;position:fixed;z-index:9999}}.Navigation__list{align-items:center;display:flex}.Navigation .AccountSettings__Button{border-color:#0000;color:#a1a1a1}@media(max-width:999px){.Navigation .AccountSettings__Button{margin-top:2rem}}@media(min-width:1000px){.Navigation .AccountSettings__Button{margin-left:2rem}}@media(max-width:999px){.Navigation{align-items:center;color:#fff;display:none;justify-content:flex-start;left:30px;position:absolute;top:20px;transition:all .3s ease-in-out;z-index:1}.Navigation .NavigationList{display:flex;list-style:none}.Navigation .NavigationListItem{font-size:15px;font-weight:600;margin-left:32px}.NavigationMobile{background:#0000;border:none;cursor:pointer;display:block;z-index:2}.NavigationMobile span{display:block;height:3px;margin:6px auto;transition:all .3s ease-in-out;width:32px}.NavigationMobile{z-index:22}.NavigationMobile span{background-color:#333}.mobileMenuOpen{position:fixed}.mobileMenuOpen .App__logo{z-index:22}.mobileMenuOpen .NavigationMobile{background:#0000;border:none;display:block;z-index:2}.mobileMenuOpen .NavigationMobile span{display:block;height:3px;margin:6px auto;transition:all .3s ease-in-out;width:32px}.mobileMenuOpen .NavigationMobile{z-index:22}.mobileMenuOpen .NavigationMobile span{background-color:#333}.mobileMenuOpen .NavigationMobile span:nth-child(2){opacity:0}.mobileMenuOpen .NavigationMobile span:first-child{transform:translateY(8px) rotate(45deg)}.mobileMenuOpen .NavigationMobile span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobileMenuOpen .Navigation{align-items:center;background:#fff;color:#333;display:flex;flex-wrap:wrap;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:all .3s ease-in-out;width:100%;z-index:21}.mobileMenuOpen .Navigation .Navigation__list{flex-direction:column}.mobileMenuOpen .Navigation .Navigation__item{font-size:2rem;margin-left:0;padding:20px 25px;text-align:center;width:100%}.mobileMenuOpen .Navigation .Navigation__item--register{border:0;margin-top:2rem;padding:1rem 2rem}.mobileMenuOpen .Navigation a{color:inherit;font-size:1.2rem;text-decoration:none}}@media(min-width:1000px){.NavigationMobile{display:none}}.Navigation__item:hover{opacity:.8}.Navigation__item--register{border:1px solid #eee;border-radius:12px;color:#333;margin-left:25px;padding:.5rem 1rem}.Navigation__link{color:#333;font-size:1rem;font-weight:500;padding:0 .75rem;text-decoration:none}@media(min-width:1200px){.Navigation__link{padding:0 1.5rem}}.Navigation__link--register{align-items:center;color:#333;display:flex}.Navigation__link--register span{margin-right:10px}.Footer{display:flex;flex-wrap:wrap;padding:0 1.5rem 3rem}.Footer.isDashboard{max-width:100%;padding-top:6rem}@media(max-width:599px){.Footer{padding-top:1rem}}@media(min-width:600px)and (max-width:999px){.Footer{padding-top:0}}.Footer__left{margin:2rem 0;order:1;width:100%}.Footer__right{text-align:left;width:100%}.Footer__social{margin-top:2rem}.Footer__socialLink{display:inline-block;margin-right:1.5rem}.Footer__socialLink svg{color:#039be5;height:25px;width:25px}.Footer__socialLink svg:hover{opacity:.95}.Footer__txt{font-size:.9rem;margin:2rem 0 1rem}.Footer__logo{align-items:center;display:flex;text-decoration:none}.Footer__logo--text{color:#333;font-size:2rem;font-weight:600}.Footer__logo--image{margin-right:10px;max-height:30px;width:auto}.Footer__box{margin:2rem 0}.Footer__link{color:#333;display:block;font-size:.9rem;margin-bottom:.5rem;text-decoration:none}.Footer__link:hover{color:#039be5}.Footer__title{color:#039be5;font-weight:500;margin-bottom:1rem}@media(min-width:600px)and (max-width:999px){.Footer__right{width:50%}}@media(min-width:1000px){.Footer__left{margin:2rem 0;order:1;width:50%}.Footer__right{width:50%}}@media(min-width:1200px){.Footer{flex-wrap:nowrap}.Footer__left{margin-right:6rem;margin-top:0;max-width:400px;order:-1;width:25%}.Footer__right{width:25%}.Footer__box{margin:0;max-width:400px}}.PrivacyPolicy{display:flex;min-height:76vh}@media(max-width:599px){.PrivacyPolicy{padding:3rem 1.5rem}}.PrivacyPolicy__section{display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.PrivacyPolicy .App__logo{justify-content:center;margin-bottom:36px;width:100%}.PrivacyPolicy__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.PrivacyPolicy__back span{font-weight:600;margin-left:1rem}.PrivacyPolicy b{display:block;margin:16px 0;width:100%}.Cookies{display:flex;min-height:76vh}@media(max-width:599px){.Cookies{padding:3rem 1.5rem}}.Cookies__section{display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;padding:4rem 0}.Cookies .App__logo{justify-content:center;margin-bottom:36px;width:100%}.Cookies__back{align-items:center;color:#039be5;display:flex;font-size:1.1rem;left:1.5rem;position:absolute;text-decoration:none;top:1.5rem}.Cookies__back span{font-weight:600;margin-left:1rem}.Cookies b{display:block;margin:16px 0;width:100%}.NotFound{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:76vh}.NotFound h1{color:#039be5;font-size:4rem;font-weight:700}.NotFound a{align-items:center;background:#039be5;border:0;border-radius:100px;color:#333;color:#fff;cursor:pointer;display:inline-flex;font-size:1.05rem;font-weight:600;margin:2rem auto;padding:1rem 1.5rem;text-align:center;text-decoration:none;text-transform:uppercase}.InspirationsPage{min-height:100vh}.InspirationsPage h1.Infosection.container{font-weight:500;padding-bottom:0;padding-top:4rem}.InspirationsPage__container{margin:0 auto;padding:1rem .5rem 4rem}.InspirationsPage__infosection{display:grid;grid-template-columns:repeat(1,1fr)}@media(min-width:600px)and (max-width:999px){.InspirationsPage__infosection{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.InspirationsPage__infosection{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.InspirationsPage__infosection{grid-template-columns:repeat(4,1fr)}}.InspirationsPage .landing-subtitle{color:#333;margin-top:1rem;text-decoration:none}.InspirationsPage .landing-subtitle span{color:#333;text-decoration:none}.InspirationsPage .landing-subtitle span b{color:#333;display:block;margin-bottom:.5rem;text-decoration:none}.InspirationsPage .landing-subtitle.container{padding-inline:1.5rem}@media(max-width:599px){.InspirationsPage .landing-subtitle.container{margin-bottom:2rem}}.InspirationsPage .landing-title{margin-top:4rem}@media(max-width:999px){.InspirationsPage .landing-title{display:inline-flex;font-size:1.75rem;font-weight:600;gap:12px;line-height:1;margin-bottom:1rem}}.InspirationsPage .landing-title.container{padding-inline:1.5rem}.InspirationsPage__box{padding-top:6rem;position:relative;text-align:center;text-decoration:none;width:100%}@media(max-width:599px){.InspirationsPage__box{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%;padding-top:36px;padding-inline:1.5rem}}.InspirationsPage__box>svg{color:#039be5;font-size:40px;position:absolute;right:6rem;top:2rem}@media(min-width:600px)and (max-width:999px){.InspirationsPage__box>svg{right:0}}@media(max-width:599px){.InspirationsPage__box>svg{font-size:28px;right:2rem;top:0}}.InspirationsPage__box>span svg{display:none;font-size:40px;left:6rem;opacity:.75;position:absolute;top:12rem}@media(min-width:600px)and (max-width:999px){.InspirationsPage__box>span svg{display:none}}@media(max-width:599px){.InspirationsPage__box>span svg{display:none;font-size:28px;left:2rem;top:32rem}}@media(max-width:999px){.Infosection{flex-wrap:wrap}.Infosection.InspirationsPage__infosection{padding:0}}.Infosection--gray{background-color:#f5f8fb}.Infosection__box{margin-bottom:4rem;text-decoration:none;width:100%}@media(max-width:599px){.Infosection__box{margin-bottom:1rem}}.Infosection__box--imagebox img{border:1px solid #0000;border-radius:25px;height:425px;object-fit:cover;width:100%}@media(max-width:599px){.Infosection__box--imagebox{order:1;text-decoration:none}}@media(max-width:999px){.InspirationsPage{padding-top:80px}}@media(min-width:600px){.InspirationsPage__container{padding:1rem 2rem 3rem}}
/*# sourceMappingURL=main.4602a71e.css.map*/