#loader{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:1000000000;position:fixed;top:0;left:0;height:100vh;width:100vw}#loader .v-prodress-circular{width:5vw;height:auto}.logo-img{width:15vw}@media screen and (max-width:960px){.logo-img{width:40vw}}.v-app-bar{width:100vw}.v-app-bar .v-toolbar__content{padding:2em 1em!important;background:#fff}.v-app-bar .v-toolbar__content .burger{height:1.8rem;width:1.8rem;position:relative;overflow:visible}.v-app-bar .v-toolbar__content .burger span{display:block;position:absolute;top:0;left:0;width:100%;height:.25rem;background:#000}.v-app-bar .v-toolbar__content .burger span:nth-child(2){top:50%;transform:translate(15%,-50%)}.v-app-bar .v-toolbar__content .burger span:last-child{top:auto;bottom:0}.v-app-bar .v-toolbar__content .v-toolbar__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}svg{height:3rem;width:3rem}@media screen and (min-width:1700px){svg{height:3.5rem;width:3.54rem}}svg .section-icon-color{fill:#565656}.navigation-drawer{padding-top:2.3rem;background:linear-gradient(180deg,#b46ec2,#95a2ad)}.navigation-drawer .closeIcon{position:absolute;width:2rem;height:2rem;top:1rem;right:.8rem;cursor:pointer;opacity:1!important}.navigation-drawer .closeIcon:after,.navigation-drawer .closeIcon:before{position:absolute;left:.95rem;content:" ";height:2rem;width:.1rem;background-color:#fff}.navigation-drawer .closeIcon:before{transform:rotate(45deg)}.navigation-drawer .closeIcon:after{transform:rotate(-45deg)}.navigation-drawer .v-avatar.v-list-item__avatar{height:auto!important;width:auto!important;min-width:auto!important}.navigation-drawer .v-list-item{border:1px solid #fff;border-left:none;border-right:none}.navigation-drawer .v-list-item svg{height:1.5rem;width:1.5rem}.navigation-drawer .v-list-item svg .section-icon-color{fill:#fff}.navigation-drawer .v-list-item+.v-list-item{border-top:none}h1{font-family:proxima-nova;font-size:1.5rem;font-weight:700!important;text-transform:uppercase!important}@media screen and (min-width:1700px){h1{font-size:2.2rem}}h2{font-family:proxima-nova;font-size:1rem;font-weight:400!important;padding:2rem 1rem}@media screen and (min-width:1700px){h2{font-size:1.8rem}}@media screen and (max-width:960px){h2{font-size:1.5rem}}h3{font-family:proxima-nova;font-size:1rem;font-weight:400!important;text-transform:uppercase;color:#95a2ad}@media screen and (min-width:1700px){h3{font-size:1.2rem}}h4{font-size:1rem}h4,h5{font-family:proxima-nova;font-weight:400!important}a,h5,p,span{font-size:.9rem}a,p,span{font-family:geometria;font-weight:400!important}@-webkit-keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@-webkit-keyframes inRight{0%{transform:translateX(-20%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes inRight{0%{transform:translateX(-20%);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes inRightShort{0%{transform:translateX(-5%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes inRightShort{0%{transform:translateX(-5%);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes inLeft{0%{transform:translateX(20%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes inLeft{0%{transform:translateX(20%);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes inLeftFull{0%{transform:translateX(100vw)}to{transform:translateX(0)}}@keyframes inLeftFull{0%{transform:translateX(100vw)}to{transform:translateX(0)}}@-webkit-keyframes inBottom{0%{transform:translateY(20%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes inBottom{0%{transform:translateY(20%);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes inTop{0%{transform:translateY(-10%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes inTop{0%{transform:translateY(-10%);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes expandFromTop{0%{height:0}to{height:60px}}@keyframes expandFromTop{0%{height:0}to{height:60px}}@-webkit-keyframes expandFromLeft{0%{transform:scaleY(0)}to{transform:scale(1)}}@keyframes expandFromLeft{0%{transform:scaleY(0)}to{transform:scale(1)}}@-webkit-keyframes bounce{0%{transform:translateY(-5px)}50%{transform:translateY(5px)}to{transform:translateY(-5px)}}@keyframes bounce{0%{transform:translateY(-5px)}50%{transform:translateY(5px)}to{transform:translateY(-5px)}}@-webkit-keyframes beat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes beat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes input-radiation{0%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(1.06,1.6)}to{opacity:0;transform:scale(1.06,1.6)}}@keyframes input-radiation{0%{opacity:1;transform:scale(1)}90%{opacity:0;transform:scale(1.06,1.6)}to{opacity:0;transform:scale(1.06,1.6)}}.fadeOut5{opacity:1;-webkit-animation:fadeout;animation:fadeout;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.fadeIn{opacity:0;-webkit-animation:fadeIn;animation:fadeIn;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.fadeInFast{opacity:0;-webkit-animation:fadeIn;animation:fadeIn;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inRight{opacity:0;-webkit-animation:inRight;animation:inRight;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inRightShort{opacity:0;-webkit-animation:inRight;animation:inRight;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inLeft{opacity:0;-webkit-animation:inLeft;animation:inLeft;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inLeftFull{transform:translateX(100vw);-webkit-animation:inLeftFull;animation:inLeftFull;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inBottom{opacity:0;-webkit-animation:inBottom;animation:inBottom;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.inTop{opacity:0;-webkit-animation:inBottom;animation:inBottom;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.expandFromTop{height:0;overflow:hidden;-webkit-animation:expandFromTop;animation:expandFromTop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.expandFromLeft{transform:scaleY(0);-webkit-animation:expandFromLeft;animation:expandFromLeft;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.bounce{-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite}.beat{-webkit-animation:beat 2s ease-in-out infinite;animation:beat 2s ease-in-out infinite}.delay0{-webkit-animation-delay:0s;animation-delay:0s}.delay1{-webkit-animation-delay:.3s;animation-delay:.3s}.delay2{-webkit-animation-delay:.6s;animation-delay:.6s}.delay3{-webkit-animation-delay:.9s;animation-delay:.9s}.delay4{-webkit-animation-delay:1.2s;animation-delay:1.2s}.delay5{-webkit-animation-delay:1.5s;animation-delay:1.5s}.delay6{-webkit-animation-delay:1.8s;animation-delay:1.8s}.delay7{-webkit-animation-delay:2.1s;animation-delay:2.1s}.delay8{-webkit-animation-delay:2.4s;animation-delay:2.4s}.delay9{-webkit-animation-delay:2.7s;animation-delay:2.7s}.delay10{-webkit-animation-delay:3s;animation-delay:3s}@font-face{font-family:proxima-nova;src:url(../fonts/ProximaNova-Thin.4a396196.ttf);font-weight:200;font-style:normal}@font-face{font-family:proxima-nova;src:url(../fonts/ProximaNova-Light.f65a2d7d.ttf);font-weight:300;font-style:normal}@font-face{font-family:proxima-nova;src:url(../fonts/ProximaNova-Regular.1fc524a2.ttf);font-weight:400;font-style:normal}@font-face{font-family:proxima-nova;src:url(../fonts/ProximaNova-Semibold.3625e925.ttf);font-weight:600;font-style:normal}@font-face{font-family:proxima-nova;src:url(../fonts/ProximaNova-Bold.2b93e8e9.ttf);font-weight:700;font-style:normal}@font-face{font-family:geometria;src:url(../fonts/Geometria.4307d7ba.ttf);font-weight:400;font-style:normal}@font-face{font-family:geometria;src:url(../fonts/Geometria-Bold.1e6ae1ee.ttf);font-weight:600;font-style:normal}.full-screen{width:100vw;max-width:100%;height:100vh}.screen-width{width:100vw}.screen-min-width{min-width:100vw}.screen-height{height:100vh}.screen-min-height{min-height:calc(100vh - 70px)}.wi-0{width:0!important}.he-0{height:0%!important}.wi-5{width:5%!important}.he-5{height:5%!important}.wi-10{width:10%!important}.he-10{height:10%!important}.wi-15{width:15%!important}.he-15{height:15%!important}.wi-20{width:20%!important}.he-20{height:20%!important}.wi-25{width:25%!important}.he-25{height:25%!important}.wi-30{width:30%!important}.he-30{height:30%!important}.wi-35{width:35%!important}.he-35{height:35%!important}.wi-40{width:40%!important}.he-40{height:40%!important}.wi-45{width:45%!important}.he-45{height:45%!important}.wi-50{width:50%!important}.he-50{height:50%!important}.wi-55{width:55%!important}.he-55{height:55%!important}.wi-60{width:60%!important}.he-60{height:60%!important}.wi-65{width:65%!important}.he-65{height:65%!important}.wi-70{width:70%!important}.he-70{height:70%!important}.wi-75{width:75%!important}.he-75{height:75%!important}.wi-80{width:80%!important}.he-80{height:80%!important}.wi-85{width:85%!important}.he-85{height:85%!important}.wi-90{width:90%!important}.he-90{height:90%!important}.wi-95{width:95%!important}.he-95{height:95%!important}.wi-100{width:100%!important}.he-100{height:100%!important}.wi-auto{width:auto!important}.min-wi-0{min-width:0!important}.max-wi-none{max-width:none!important}.he-auto{height:auto!important}.min-he-0{min-height:0!important}.max-he-none{max-height:none!important}@media screen and (max-width:960px){.wi-sm-0{width:0!important}}@media screen and (max-width:960px){.he-sm-0{height:0%!important}}@media screen and (max-width:960px){.wi-sm-5{width:5%!important}}@media screen and (max-width:960px){.he-sm-5{height:5%!important}}@media screen and (max-width:960px){.wi-sm-10{width:10%!important}}@media screen and (max-width:960px){.he-sm-10{height:10%!important}}@media screen and (max-width:960px){.wi-sm-15{width:15%!important}}@media screen and (max-width:960px){.he-sm-15{height:15%!important}}@media screen and (max-width:960px){.wi-sm-20{width:20%!important}}@media screen and (max-width:960px){.he-sm-20{height:20%!important}}@media screen and (max-width:960px){.wi-sm-25{width:25%!important}}@media screen and (max-width:960px){.he-sm-25{height:25%!important}}@media screen and (max-width:960px){.wi-sm-30{width:30%!important}}@media screen and (max-width:960px){.he-sm-30{height:30%!important}}@media screen and (max-width:960px){.wi-sm-35{width:35%!important}}@media screen and (max-width:960px){.he-sm-35{height:35%!important}}@media screen and (max-width:960px){.wi-sm-40{width:40%!important}}@media screen and (max-width:960px){.he-sm-40{height:40%!important}}@media screen and (max-width:960px){.wi-sm-45{width:45%!important}}@media screen and (max-width:960px){.he-sm-45{height:45%!important}}@media screen and (max-width:960px){.wi-sm-50{width:50%!important}}@media screen and (max-width:960px){.he-sm-50{height:50%!important}}@media screen and (max-width:960px){.wi-sm-55{width:55%!important}}@media screen and (max-width:960px){.he-sm-55{height:55%!important}}@media screen and (max-width:960px){.wi-sm-60{width:60%!important}}@media screen and (max-width:960px){.he-sm-60{height:60%!important}}@media screen and (max-width:960px){.wi-sm-65{width:65%!important}}@media screen and (max-width:960px){.he-sm-65{height:65%!important}}@media screen and (max-width:960px){.wi-sm-70{width:70%!important}}@media screen and (max-width:960px){.he-sm-70{height:70%!important}}@media screen and (max-width:960px){.wi-sm-75{width:75%!important}}@media screen and (max-width:960px){.he-sm-75{height:75%!important}}@media screen and (max-width:960px){.wi-sm-80{width:80%!important}}@media screen and (max-width:960px){.he-sm-80{height:80%!important}}@media screen and (max-width:960px){.wi-sm-85{width:85%!important}}@media screen and (max-width:960px){.he-sm-85{height:85%!important}}@media screen and (max-width:960px){.wi-sm-90{width:90%!important}}@media screen and (max-width:960px){.he-sm-90{height:90%!important}}@media screen and (max-width:960px){.wi-sm-95{width:95%!important}}@media screen and (max-width:960px){.he-sm-95{height:95%!important}}@media screen and (max-width:960px){.wi-sm-100{width:100%!important}}@media screen and (max-width:960px){.he-sm-100{height:100%!important}}@media screen and (max-width:960px){.wi-sm-auto{width:auto!important}}.wi-50{width:50%}@media screen and (max-width:960px){.min-wi-sm-0{min-width:0!important}}@media screen and (max-width:960px){.max-wi-sm-none{max-width:none!important}}@media screen and (max-width:960px){.he-sm-auto{height:auto!important}}@media screen and (max-width:960px){.min-he-sm-0{min-height:0!important}}@media screen and (max-width:960px){.max-he-sm-none{max-height:none!important}}.pos-absolute{position:absolute}.pos-absolute.tr{top:0;right:0}.pos-absolute.tl{top:0;left:0}.pos-absolute.br{bottom:0;right:0}.pos-absolute.bl{bottom:0;left:0}.pos-relative{position:relative}.zi-1{z-index:1}.zi-2{z-index:2}.zi-3{z-index:3}.zi-4{z-index:4}.zi-5{z-index:5}.zi-6{z-index:6}.zi-7{z-index:7}.zi-8{z-index:8}.zi-9{z-index:9}.zi-10{z-index:10}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-visible{overflow:visible!important}.overflow-y-scroll{overflow-y:scroll}.overflow-y-hidden{overflow-y:hidden}.overflow-hidden{overflow:hidden}@media screen and (max-width:960px){.overflow-sm-hidden{overflow:hidden}}.text-ellispsis,.text-no-wrap{white-space:nowrap}.text-ellispsis{text-overflow:ellipsis}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap}.spaced{letter-spacing:2px}.primary{color:#b46ec2}.alert,.secondary{color:#c85c8d}.grey{color:#95a2ad}.white_{color:#fff!important}.black_{color:#000!important}.grey_{color:#95a2ad!important}.primary_{color:#b46ec2!important}.primary-hover:hover{color:#b46ec2}.alert-hover:hover,.secondary-hover:hover{color:#c85c8d}.grey-hover:hover{color:#95a2ad}.text-shadow{text-shadow:1px 1px 4px #d3d3d3}.text-shadow-dark{text-shadow:1px 1px 4px rgba(0,0,0,.3)}.box-shadow-1{box-shadow:0 0 6px 0 rgba(0,0,0,.3)}.box-shadow-2{box-shadow:0 0 7px 0 rgba(0,0,0,.3)}.box-shadow-3{box-shadow:0 0 8px 0 rgba(0,0,0,.3)}.box-shadow-4{box-shadow:0 0 9px 0 rgba(0,0,0,.3)}.box-shadow-5{box-shadow:0 0 10px 0 rgba(0,0,0,.3)}.box-shadow-6{box-shadow:0 0 11px 0 rgba(0,0,0,.3)}.box-shadow-7{box-shadow:0 0 12px 0 rgba(0,0,0,.3)}.box-shadow-8{box-shadow:0 0 13px 0 rgba(0,0,0,.3)}.box-shadow-9{box-shadow:0 0 14px 0 rgba(0,0,0,.3)}.box-shadow-10{box-shadow:0 0 15px 0 rgba(0,0,0,.3)}.cursor-pointer{cursor:pointer!important}.cursor-initial{cursor:auto!important}.cursor-cell{cursor:cell!important}.cursor-crosshair{cursor:crosshair!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-wait{cursor:wait!important}.cursor-zoom-in{cursor:zoom-in!important}.cursor-zoom-out{cursor:zoom-out!important}.pointer-events-none{pointer-events:none}.no-appearance{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.no-list-style{list-style:none}.no-resize{resize:none}.no-scroll-bar{overflow:-moz-scrollbars-none;-ms-overflow-style:none}.no-scroll-bar ::-webkit-scrollbar{width:0;background:transparent}.noScrollBar::-webkit-scrollbar{-webkit-appearance:none}.padding-x{padding-left:4rem;padding-right:4rem}@media screen and (max-width:960px){.padding-x{padding-left:2rem;padding-right:2rem}}.hidden-mobile{display:flex}@media screen and (max-width:960px){.hidden-mobile{display:none!important}}.hidden-desktop{display:none!important}@media screen and (max-width:960px){.hidden-desktop{display:flex!important}}body,html{width:100vw;overflow-x:hidden;overscroll-behavior-x:none}#app{position:relative;font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app>footer{background:transparent;position:absolute;left:0;bottom:0;width:100%}#app>footer p{color:#fff;margin:0;font-size:.7em}@media screen and (max-width:960px){.custom-toolbar{padding-right:0!important;padding-left:0!important}}.custom-toolbar .v-sheet.v-toolbar{box-shadow:none!important;position:absolute;top:0;right:0;background:transparent!important}@media screen and (min-width:960px){.custom-toolbar .v-sheet.v-toolbar{padding:2rem 0;width:80vw}}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar{position:relative;height:auto!important;margin-bottom:1rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;padding:0;width:80vw}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content{width:100%;padding-top:3rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar{width:60vw;padding-left:4rem;align-items:baseline}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar{width:100%;padding-left:0;align-items:center}}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child{flex-direction:column;width:100%}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child h1{margin-right:1rem}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child h1{margin-right:0}}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .toolbar-options{width:100%;justify-content:space-between}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .toolbar-options:first-child{display:flex;margin:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input{max-width:11rem}@media screen and (min-width:1700px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input{max-width:12rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot{border-radius:10px;border-color:transparent;margin-bottom:0}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot fieldset{border:transparent!important}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot .v-select__selections{padding:0}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot .v-select__selections .v-select__selection{font-size:1.2rem;font-weight:600;line-height:1.5;color:#b46ec2}@media screen and (min-width:1700px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot .v-select__selections .v-select__selection{font-size:1.5rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot .v-input__append-inner{margin:auto 0!important}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot .v-input__append-inner .v-icon{color:#b46ec2!important}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot:after,.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-input__slot:before{content:none}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .v-input .v-text-field__details{display:none}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .mobile-space-between{width:100%;justify-content:space-between}}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .mobile-column{flex-direction:column}}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar>:first-child .mobile-float-right{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;float:right}}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar h2{font-size:1rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn{height:2rem;width:2rem;margin:auto .5rem;background:#95a2ad}@media screen and (min-width:1700px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn{height:3rem;width:3rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn .v-icon{color:#fff}@media screen and (min-width:1700px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn .v-icon{font-size:2rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn.back-arrow{background:transparent;margin-left:-48px!important}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn.back-arrow{margin-left:0!important}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn.back-arrow .v-icon{color:#000}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn.back-arrow .v-icon{font-size:1.8rem}}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .central-toolbar .v-btn.back-arrow:before{background:transparent!important}.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .account{width:20vw;padding:0 1rem}@media screen and (max-width:960px){.custom-toolbar .v-sheet.v-toolbar .v-toolbar__content .account{display:none!important}}.directory .v-sheet.v-toolbar .d-none,.enquete .v-sheet.v-toolbar .d-none,.tenants .v-sheet.v-toolbar .d-none{display:flex!important}.directory .central-panel>:first-child,.enquete .central-panel>:first-child,.tenants .central-panel>:first-child{padding-top:12rem!important}@media screen and (min-width:1700px){.directory .central-panel>:first-child,.enquete .central-panel>:first-child,.tenants .central-panel>:first-child{padding-top:16rem!important}}@media screen and (max-width:960px){.directory .central-panel>:first-child,.enquete .central-panel>:first-child,.tenants .central-panel>:first-child{padding-top:0!important}}.status-option{font-size:1.2rem;color:#95a2ad;margin-bottom:0!important;width:100%}.primary-button{font-family:geometria;font-weight:400;text-transform:none!important;height:auto!important;padding:1rem 4rem!important;border-radius:25px}@media screen and (max-width:960px){.primary-button{padding:1rem 2rem!important}}.primary-button:not(.v-btn--disabled){background:linear-gradient(96.73deg,#b46ec2 44.73%,#c85c8d 82.47%);box-shadow:0 5px 6px 0 rgba(199,93,144,.25);color:#fff;transition:all .3s ease-in-out}.primary-button:not(.v-btn--disabled):hover{background:linear-gradient(96.73deg,#6f397a 49.99%,#962f5e 82.47%)}.primary-button:before{content:none}.primary-button.outlined{background:#fff!important;border:1px solid #b46ec2;box-shadow:none}.primary-button.outlined span{color:#b46ec2}.primary-button.outlined:hover{border-color:#c85c8d}.primary-button.outlined:hover span{color:#c85c8d}.primary-button.outlined:before{content:none}.secondary-hover{transition:all .3s ease-in-out}.secondary-hover:hover{color:#c85c8d!important}.add-button{margin:auto;width:3rem;height:3rem;background:linear-gradient(180deg,#b46ec2,#c85c8d);box-shadow:0 8px 8px rgba(0,0,0,.25)}@media screen and (min-width:1700px){.add-button{width:4rem;height:4rem}}.add-button i{font-size:2rem}@media screen and (min-width:1700px){.add-button i{font-size:2.5rem}}.drag-button{position:absolute;left:50%;transform:translateX(-50%)}*{word-break:normal!important}.form-new-element .container{padding-bottom:2rem}.form-new-element .v-text-field .v-input__slot{border-radius:10px}.form-new-element .v-text-field.quantity input[type=number]::-webkit-inner-spin-button,.form-new-element .v-text-field.quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.form-new-element .v-text-field.quantity .v-input__append-inner{display:flex;flex-direction:column;margin:auto}.form-new-element .v-text-field.quantity .v-input__append-inner .v-icon{color:#95a2ad}.form-new-element .add-file{display:flex;flex-wrap:wrap}.form-new-element .add-file .added-file,.form-new-element .add-file .v-file-input{display:flex;flex:0 0 12vw;width:12vw;margin-right:1.5rem}@media screen and (max-width:960px){.form-new-element .add-file .added-file,.form-new-element .add-file .v-file-input{flex:0 0 45%;width:100%;margin-right:5%}}.form-new-element .add-file .added-file .v-input__slot,.form-new-element .add-file .v-file-input .v-input__slot{height:25vh;cursor:pointer!important}.form-new-element .add-file .added-file .v-input__slot .v-file-input__text--placeholder,.form-new-element .add-file .v-file-input .v-input__slot .v-file-input__text--placeholder{width:auto;margin:auto;text-align:center;justify-content:center}.form-new-element .add-file .added-file .v-input__slot .v-file-input__text--placeholder:before,.form-new-element .add-file .v-file-input .v-input__slot .v-file-input__text--placeholder:before{content:"+";margin:auto;width:100%;font-size:2rem;color:#95a2ad}@media screen and (min-width:1700px){.form-new-element .add-file .added-file .v-input__slot .v-file-input__text--placeholder:before,.form-new-element .add-file .v-file-input .v-input__slot .v-file-input__text--placeholder:before{font-size:3rem}}.form-new-element .add-file .added-file{position:relative;overflow:hidden;border-radius:10px!important;height:25vh;justify-content:center}.form-new-element .add-file .added-file button{position:absolute;left:10vw;top:10px;background:hsla(0,0%,100%,.5);border-radius:25px}@media screen and (max-width:960px){.form-new-element .add-file .added-file button{left:auto;right:10px}}.form-new-element .new-element-content{border:1px solid transparent;border-radius:10px;padding:1rem;margin:.5rem 0}.form-new-element .new-element-content .dots-button,.form-new-element .new-element-content .drag-button{display:none}.form-new-element .new-element-content.active{border-color:#b46ec2!important}.form-new-element .new-element-content.active .dots-button,.form-new-element .new-element-content.active .drag-button{display:flex!important}.form-new-element .form-img-content{height:25vh}.form-new-element .form-img-content .img-elt{height:100%;flex:1 1 25%;width:10vw}.form-new-element .add-button{position:fixed;bottom:5%}@media screen and (min-width:1700px){.form-new-element .add-button{width:4rem;height:4rem}}@media screen and (min-width:1700px){.form-new-element .add-button .mdi-plus{font-size:3rem}}.v-menu__content.menuable__content__active{margin-top:0!important}.data-table .data-summary{border-top-left-radius:15px;border-top-right-radius:15px}.data-table .elevation-1{box-shadow:none!important;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.data-table .elevation-1 thead{background:#b46ec2}.data-table .elevation-1 thead th span{color:#fff;font-weight:600}.data-table .elevation-1 tr td,.data-table .elevation-1 tr th{border-right:1px solid #d5d5d5}.data-table .elevation-1 tr>:last-child{border-right:1px solid transparent}.data-table .data-summary,.data-table .elevation-1{background:#f9fafe!important}.data-table.popup .elevation-1{background:#fff!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.data-table.popup .elevation-1 thead{background:#95a2ad}.data-table.popup .elevation-1 thead th i{display:none}.data-table.popup .elevation-1 tbody tr:hover{background:#fff!important}.data-table.popup .elevation-1 td,.data-table.popup .elevation-1 th{border-right:1px solid transparent!important;cursor:default!important;height:2.5rem}.rectangular-element-container{flex-wrap:wrap}@media screen and (max-width:960px){.rectangular-element-container{flex-direction:column}}@media screen and (max-width:960px){.rectangular-element-container .rectangular-element.new{order:-1}}.rectangular-element{padding:.5rem 0 1rem .5rem;margin-right:1rem;margin-bottom:1rem;width:15vw;min-height:20vh;border-radius:10px;background:#fff;box-shadow:0 4px 8px 0 rgba(79,55,84,.4)}@media screen and (min-width:1700px){.rectangular-element{padding:1rem 0 1.5rem 1.5rem;min-height:15vh}}@media screen and (max-width:960px){.rectangular-element{width:100%;min-height:auto;margin:.5rem 0;padding:.5rem}}.rectangular-element .rectangular-element-content{position:relative}.rectangular-element .rectangular-element-content>:first-child{margin-bottom:3rem;width:100%}@media screen and (max-width:960px){.rectangular-element .rectangular-element-content>:first-child{margin-bottom:0;margin-left:1rem}}.rectangular-element .rectangular-element-content>:first-child h3{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto 0}.rectangular-element .rectangular-element-content .primary-button{font-size:.6rem;padding:.5rem 1.2rem!important}.rectangular-element .rectangular-element-content .v-btn.absolute{display:none;position:absolute;bottom:0}@media screen and (max-width:960px){.rectangular-element .rectangular-element-content .v-btn.absolute{position:relative}}.rectangular-element .rectangular-element-content .v-btn.absolute.answers,.rectangular-element .rectangular-element-content .v-btn.absolute.participations,.rectangular-element .rectangular-element-content .v-btn.absolute.stock{color:#565656;background:#fff;border:1px solid #565656;box-shadow:none}.rectangular-element .rectangular-element-content .v-btn.absolute.answers span,.rectangular-element .rectangular-element-content .v-btn.absolute.participations span,.rectangular-element .rectangular-element-content .v-btn.absolute.stock span{font-size:.8rem;letter-spacing:normal}.rectangular-element .rectangular-element-content .v-btn.absolute.participations,.rectangular-element .rectangular-element-content .v-btn.absolute.stock{cursor:default}.rectangular-element .rectangular-element-content .v-btn.absolute.participations:before,.rectangular-element .rectangular-element-content .v-btn.absolute.stock:before{content:none}.rectangular-element.on-going{border-left:10px solid #b46ec2}.rectangular-element.on-going h3{color:#b46ec2}.rectangular-element.finalized,.rectangular-element.to-publish{border-left:10px solid #95a2ad}.rectangular-element.finalized h3,.rectangular-element.to-publish h3{color:#95a2ad}.rectangular-element.to-publish button.primary-button{display:flex!important}.rectangular-element.new{background:linear-gradient(180deg,#b46ec2,#c85c8d);padding:.8rem}.rectangular-element.new>*{height:100%}@media screen and (max-width:960px){.rectangular-element.new>*{justify-content:space-around!important;align-items:center}}.rectangular-element.new>* h3{color:#fff;margin-bottom:0;text-align:center}@media screen and (max-width:960px){.rectangular-element.new>* h3{font-size:1.2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media screen and (max-width:960px){.rectangular-element.new>* .add-button{box-shadow:none;background:none;margin:0}}@media screen and (max-width:960px){.rectangular-element.new>* i{font-size:3rem}}.action-collaborative .rectangular-element.on-going .answers,.enquete .rectangular-element.on-going .answers,.gestion-points-catalogue .rectangular-element.on-going .stock,.gestion-points-loterie .rectangular-element.on-going .participations{display:flex!important}.v-menu__content{border-radius:15px!important;box-shadow:0 4px 8px 0 rgba(79,55,84,.4)!important}.v-list{padding:1rem .5rem!important}@media screen and (max-width:960px){.v-list{padding-bottom:0!important}}.v-list .v-list-item{min-height:0!important;padding:.2rem 0!important}@media screen and (max-width:960px){.v-list .v-list-item{flex:0 0 33%;margin-bottom:1rem}}.v-list .v-list-item .v-list-item__icon{margin:0}@media screen and (max-width:960px){.v-list .v-list-item .v-list-item__icon{align-self:center}}.v-list .v-list-item .v-list-item__icon .v-icon.v-icon{font-size:1rem;color:#000}.v-list .v-list-item .v-list-item__content{padding:0}.v-list .v-list-item .v-list-item__content .v-list-item__title{font-size:.8rem;color:#000}.v-list .v-list-item.last-child-red:last-child .v-list-item__content .v-list-item__title,.v-list .v-list-item.last-child-red:last-child .v-list-item__icon .v-icon.v-icon{color:#c24747}@media screen and (max-width:960px){.v-list .v-list-item:after{content:none}}.v-list:before{content:"";height:1px;width:100%;background:grey;margin-bottom:1rem}@media screen and (max-width:960px){.v-application--is-ltr .v-list-item__icon:first-child{margin-right:0}}.notifications-pages .central-panel{flex-basis:70%}.notifications-pages .central-panel h2{padding:0;font-weight:700!important}@media screen and (min-width:1700px){.notifications-pages .central-panel h4{font-size:1.5rem}}@media screen and (min-width:1700px){.notifications-pages .central-panel p{font-size:1.2rem}}.notifications-pages .central-panel .intervention-category .category-icon{width:20px;height:20px;margin-right:1rem}.notifications-pages .central-panel .img-container .img-item{display:flex;flex:1 1 25%;width:10vw;padding:.5rem}.notifications-pages .central-panel .img-container .img-item img{width:100%;height:auto}.notifications-pages .right-panel h2{font-weight:700!important;font-size:1.5rem}.notifications-pages .right-panel>:first-child{padding-left:0!important;padding-right:0!important}.notifications-pages .right-panel>:first-child .notification-item>:first-child{border-top:1px solid #d5d5d5;border-left:10px solid transparent;padding:1.5rem}.notifications-pages .right-panel>:first-child .notification-item.active>:first-child{border-left-color:#b46ec2!important}.results-enquete .results-header{border-top-left-radius:20px;border-top-right-radius:20px}.results-enquete .results-content{min-height:100vh;border-top:1px solid #d5d5d5}.results-enquete .results-content .percentage{min-width:2rem}.results-enquete .results-content .progress-bar{position:relative;width:60vw}.results-enquete .results-content .progress-bar p{position:absolute;left:3%;top:50%;transform:translateY(-50%);font-weight:600;z-index:1}.results-enquete .results-content .progress-bar .v-progress-linear{border-radius:20px}.results-enquete .results-content .tenants-list{padding:0;border-right:1px solid #d5d5d5}.results-enquete .results-content .tenants-list .tenant-info p{font-size:.8rem}.results-enquete .results-content .tenants-list .tenant-info.active{background:#efe0f2}.results-enquete .results-content .answers-detail .tenant-info p,.results-enquete .results-content .tenants-list .tenant-info p{font-size:.8rem}.results-enquete .results-content,.results-enquete .results-header{background:#f9fafe}.results-enquete .results-content p,.results-enquete .results-header p{margin-bottom:0}.navigation-menu{background-color:#f9f9f9;padding-top:2rem}.navigation-menu .sections{padding:2rem 2rem 5rem}@media screen and (min-width:1700px){.navigation-menu .sections{padding:2rem 3rem 5rem}}.navigation-menu .sections .sections-element{padding:.5rem;width:50%;transition:all .3s ease-in-out}@media screen and (min-width:1700px){.navigation-menu .sections .sections-element{padding:1rem .5rem}}.navigation-menu .sections .sections-element .section-icon{background-color:#eceef9;border-radius:10px;padding:.5em}.navigation-menu .sections .sections-element .section-title{color:#979eab;font-size:.7rem}@media screen and (min-width:1700px){.navigation-menu .sections .sections-element .section-title{font-size:.9rem}}.navigation-menu .sections .sections-element.active .section-icon,.navigation-menu .sections .sections-element:hover .section-icon{background-color:#b46ec2}.navigation-menu .sections .sections-element.active .section-icon .section-icon-color,.navigation-menu .sections .sections-element:hover .section-icon .section-icon-color{fill:#fff}.navigation-menu .sections .sections-element.active .section-title,.navigation-menu .sections .sections-element:hover .section-title{color:#565656}.navigation-menu .dashboard{position:absolute;display:block;left:0;bottom:0;width:20vw;background-color:#979eab;transition:all .3s ease-in-out}@media screen and (min-width:1700px){.navigation-menu .dashboard{padding:.5rem 0}}.navigation-menu .dashboard span{color:#fff;font-size:1rem}@media screen and (min-width:1700px){.navigation-menu .dashboard span{font-size:1.2rem}}.navigation-menu .dashboard.active,.navigation-menu .dashboard:hover{background-color:#b46ec2}@media screen and (min-width:1700px){.navigation-menu{position:fixed;min-height:100vh;width:20vw;top:0;left:0;padding-top:2rem}}.page-template .menu-container{width:20vw;flex-basis:20vw;flex-grow:0;flex-shrink:0}.page-template .central-panel{width:75%;flex-basis:75%;flex-grow:0;flex-shrink:0}@media screen and (max-width:960px){.page-template .central-panel{width:100%;flex-basis:100%}}.page-template .central-panel>:first-child{padding-top:8rem}@media screen and (max-width:960px){.page-template .central-panel>:first-child{padding-top:0}}.page-template .right-panel>:first-child{background:#f9fafe;padding-top:8rem}.v-dialog{border-radius:15px}.v-dialog .v-card{padding:1rem}.v-dialog .v-card .close-icon{float:right}.v-dialog .v-card .dialog-content{padding:2rem 0}.v-dialog .v-card .dialog-content .v-card__title{padding-top:0;padding-bottom:0;line-height:1.5}.v-dialog .v-card .dialog-content .v-card__title span{font-size:1.25rem!important}.v-dialog .v-card .dialog-content .v-rating .v-icon{font-size:1.5rem!important}.action-item{padding:1.5rem;border-radius:10px;border-left:10px solid #b46ec2;box-shadow:0 4px 8px 0 rgba(79,55,84,.4)}@media screen and (max-width:960px){.action-item{flex-direction:column}}.action-item h3{color:#b46ec2;font-weight:400;text-transform:none;padding-bottom:.8rem}.action-item p span{color:#b46ec2}.central-panel>:first-child .action-section .v-icon.mdi-chevron-down{display:none}@media screen and (max-width:960px){.central-panel>:first-child .action-section .v-icon.mdi-chevron-down{display:flex}}.central-panel>:first-child .action-section .see-more{justify-content:flex-end}@media screen and (max-width:960px){.central-panel>:first-child .action-section .see-more{justify-content:center}}@media screen and (max-width:960px){.central-panel>:first-child .summary-section .summary-content{flex-direction:column}}.central-panel>:first-child .summary-section .summary-content .summary-item{width:10vw;padding:2rem 1rem;line-height:1;color:#fff;border-radius:10px;box-shadow:0 4px 8px 0 rgba(79,55,84,.4)}@media screen and (max-width:960px){.central-panel>:first-child .summary-section .summary-content .summary-item{width:100%;margin:1rem 0}}.central-panel>:first-child .summary-section .summary-content .summary-item .figure{font-size:3rem}@media screen and (min-width:1700px){.central-panel>:first-child .summary-section .summary-content .summary-item .figure{font-size:4rem}}.central-panel>:first-child .summary-section .summary-content .summary-item .status{font-size:1rem;font-weight:600!important}@media screen and (min-width:1700px){.central-panel>:first-child .summary-section .summary-content .summary-item .status{font-size:1.4rem}}.central-panel>:first-child .summary-section .summary-content .summary-item a{color:#fff;font-size:.7rem}@media screen and (min-width:1700px){.central-panel>:first-child .summary-section .summary-content .summary-item a{font-size:.9rem}}.central-panel>:first-child .summary-section .summary-content .summary-item.submitted{background:#83a3ce}.central-panel>:first-child .summary-section .summary-content .summary-item.ongoing{background:#d48eae}.central-panel>:first-child .summary-section .summary-content .summary-item.finalized{background:#ac7ab6}.right-panel>:first-child .account p{font-family:proxima-nova;font-weight:700;font-size:.7rem}@media screen and (min-width:1700px){.right-panel>:first-child .account p{font-size:1.2rem}}.right-panel>:first-child .account img{width:2.5rem}@media screen and (min-width:1700px){.right-panel>:first-child .account img{width:4rem}}