.theme--light.v-expansion-panels .v-expansion-panel{background-color:#fff;color:rgba(94,86,105,.87)}.theme--light.v-expansion-panels .v-expansion-panel--disabled{color:rgba(94,86,105,.38)}.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:rgba(94,86,105,.14)}.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:rgba(94,86,105,.68)}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.04}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.16}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.04}.theme--dark.v-expansion-panels .v-expansion-panel{background-color:#312d4b;color:rgba(231,227,252,.87)}.theme--dark.v-expansion-panels .v-expansion-panel--disabled{color:rgba(231,227,252,.5)}.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:rgba(231,227,252,.14)}.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:rgba(231,227,252,.68)}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.08}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.32}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.08}.v-expansion-panels{border-radius:5px;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;z-index:1}.v-expansion-panels>*{cursor:auto}.v-expansion-panels>:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.v-expansion-panels>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active{border-radius:5px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active+.v-expansion-panel{border-top-left-radius:5px;border-top-right-radius:5px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active .v-expansion-panel-header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-header{pointer-events:none}.v-expansion-panel--active+.v-expansion-panel,.v-expansion-panel--active:not(:first-child){margin-top:16px}.v-expansion-panel--active+.v-expansion-panel:after,.v-expansion-panel--active:not(:first-child):after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-header{min-height:64px}.v-expansion-panel--active>.v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon{transform:rotate(-180deg)}.v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-application--is-ltr .v-expansion-panel-header__icon{margin-left:auto}.v-application--is-rtl .v-expansion-panel-header__icon{margin-right:auto}.v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:min-height .3s cubic-bezier(.25,.8,.5,1);width:100%}.v-application--is-ltr .v-expansion-panel-header{text-align:left}.v-application--is-rtl .v-expansion-panel-header{text-align:right}.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before{opacity:.12}.v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel-header>:not(.v-expansion-panel-header__icon){flex:1 1 auto}.v-expansion-panel-content{display:flex}.v-expansion-panel-content__wrap{padding:0 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel:before{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-expansion-panels--tile,.v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}h1[data-v-0dd807e9],h2[data-v-0dd807e9],h3[data-v-0dd807e9]{font-family:Urbanist,sans-serif!important}.bs-tooltip-top .arrow[data-v-0dd807e9]:before{border-width:.53rem .535rem 0!important;border-top-color:#12153b!important}.theme--light.v-application .text--primary[data-v-0dd807e9],.theme--light.v-application[data-v-0dd807e9],.theme--light.v-icon[data-v-0dd807e9],.theme--light.v-list-item[data-v-0dd807e9]:not(.v-list-item--active):not(.v-list-item--disabled),.theme--light.v-sheet h1[data-v-0dd807e9],.theme--light.v-sheet h2[data-v-0dd807e9],.theme--light.v-sheet h3[data-v-0dd807e9],.theme--light.v-sheet h4[data-v-0dd807e9],.theme--light.v-sheet h5[data-v-0dd807e9],.theme--light.v-sheet h6[data-v-0dd807e9]{color:#000522!important}.theme--dark.v-application .text--primary[data-v-0dd807e9],.theme--dark.v-application[data-v-0dd807e9],.theme--dark.v-icon[data-v-0dd807e9],.theme--dark.v-list-item[data-v-0dd807e9]:not(.v-list-item--active):not(.v-list-item--disabled),.theme--dark.v-sheet h1[data-v-0dd807e9],.theme--dark.v-sheet h2[data-v-0dd807e9],.theme--dark.v-sheet h3[data-v-0dd807e9],.theme--dark.v-sheet h4[data-v-0dd807e9],.theme--dark.v-sheet h5[data-v-0dd807e9],.theme--dark.v-sheet h6[data-v-0dd807e9]{color:#fff!important}.v-pagination__item[data-v-0dd807e9]:hover{background-color:rgba(0,5,34,.33)!important}.v-badge__badge[data-v-0dd807e9]{color:#000522}.v-application.skin-variant--semi-dark .app-navigation-menu[data-v-0dd807e9]{background:#1f1d31;background-image:none;background-position-x:left;background-position-y:top;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:scroll;background-origin:initial;background-clip:initial;background-color:#000522;color:#e7e3fc!important}.v-application.skin-variant--semi-dark .app-navigation-menu .v-subheader .title-wrapper span[data-v-0dd807e9]{background-color:#000522;color:#e7e3fc!important}.avatar[data-v-0dd807e9]{background-color:#000522;min-height:100px;position:relative}.avatar-image[data-v-0dd807e9]{position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;text-align:center}.card_[data-v-0dd807e9]{min-height:300px}h1[data-v-79809547],h2[data-v-79809547],h3[data-v-79809547]{font-family:Urbanist,sans-serif!important}.bs-tooltip-top .arrow[data-v-79809547]:before{border-width:.53rem .535rem 0!important;border-top-color:#12153b!important}.theme--light.v-application .text--primary[data-v-79809547],.theme--light.v-application[data-v-79809547],.theme--light.v-icon[data-v-79809547],.theme--light.v-list-item[data-v-79809547]:not(.v-list-item--active):not(.v-list-item--disabled),.theme--light.v-sheet h1[data-v-79809547],.theme--light.v-sheet h2[data-v-79809547],.theme--light.v-sheet h3[data-v-79809547],.theme--light.v-sheet h4[data-v-79809547],.theme--light.v-sheet h5[data-v-79809547],.theme--light.v-sheet h6[data-v-79809547]{color:#000522!important}.theme--dark.v-application .text--primary[data-v-79809547],.theme--dark.v-application[data-v-79809547],.theme--dark.v-icon[data-v-79809547],.theme--dark.v-list-item[data-v-79809547]:not(.v-list-item--active):not(.v-list-item--disabled),.theme--dark.v-sheet h1[data-v-79809547],.theme--dark.v-sheet h2[data-v-79809547],.theme--dark.v-sheet h3[data-v-79809547],.theme--dark.v-sheet h4[data-v-79809547],.theme--dark.v-sheet h5[data-v-79809547],.theme--dark.v-sheet h6[data-v-79809547]{color:#fff!important}.v-pagination__item[data-v-79809547]:hover{background-color:rgba(0,5,34,.33)!important}.v-badge__badge[data-v-79809547]{color:#000522}.v-application.skin-variant--semi-dark .app-navigation-menu[data-v-79809547]{background:#1f1d31;background-image:none;background-position-x:left;background-position-y:top;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:scroll;background-origin:initial;background-clip:initial;background-color:#000522;color:#e7e3fc!important}.v-application.skin-variant--semi-dark .app-navigation-menu .v-subheader .title-wrapper span[data-v-79809547]{background-color:#000522;color:#e7e3fc!important}.triangle-card[data-v-79809547]{position:relative}.triangle-card .triangle-bg[data-v-79809547]{position:absolute;bottom:0}.v-application--is-ltr .triangle-card .triangle-bg[data-v-79809547]{right:0}.v-application--is-rtl .triangle-card .triangle-bg[data-v-79809547]{left:0}.triangle-card .rideBot[data-v-79809547]{position:absolute;bottom:5px}.v-application--is-ltr .triangle-card .rideBot[data-v-79809547]{right:-85px}.v-application--is-rtl .triangle-card .rideBot[data-v-79809547]{left:0}.triangle-card .gamification-trophy[data-v-79809547]{position:absolute;bottom:10%}.v-application--is-ltr .triangle-card .gamification-trophy[data-v-79809547]{right:8%}.v-application--is-rtl .triangle-card .gamification-trophy[data-v-79809547]{left:8%}.gamification-john-pose-2[data-v-79809547],.gamification-tree-4[data-v-79809547],.gamification-tree[data-v-79809547]{position:absolute}.gamification-tree[data-v-79809547]{top:10%}.v-application--is-ltr .gamification-tree[data-v-79809547]{right:0}.v-application--is-rtl .gamification-tree[data-v-79809547]{left:0}.gamification-john-pose-2[data-v-79809547]{bottom:0}.v-application--is-ltr .gamification-john-pose-2[data-v-79809547]{right:15%}.v-application--is-rtl .gamification-john-pose-2[data-v-79809547]{left:15%}.gamification-tree-4[data-v-79809547]{bottom:0}.v-application--is-ltr .gamification-tree-4[data-v-79809547]{right:30%}.v-application--is-rtl .gamification-tree-4[data-v-79809547]{left:35%}@media(max-width:600px){.gamification-tree-4[data-v-79809547],.gamification-tree[data-v-79809547]{display:none}.v-application--is-ltr .gamification-john-pose-2[data-v-79809547]{right:5%}.v-application--is-rtl .gamification-john-pose-2[data-v-79809547]{left:5%}}@media(max-width:500px){.gamification-john-pose-2[data-v-79809547]{max-width:70px}}@media(max-width:400px){.page-title[data-v-79809547]{font-size:1.2rem!important}}h1,h2,h3{font-family:Urbanist,sans-serif!important}.bs-tooltip-top .arrow:before{border-width:.53rem .535rem 0!important;border-top-color:#12153b!important}.theme--light.v-application,.theme--light.v-application .text--primary,.theme--light.v-icon,.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled),.theme--light.v-sheet h1,.theme--light.v-sheet h2,.theme--light.v-sheet h3,.theme--light.v-sheet h4,.theme--light.v-sheet h5,.theme--light.v-sheet h6{color:#000522!important}.theme--dark.v-application,.theme--dark.v-application .text--primary,.theme--dark.v-icon,.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled),.theme--dark.v-sheet h1,.theme--dark.v-sheet h2,.theme--dark.v-sheet h3,.theme--dark.v-sheet h4,.theme--dark.v-sheet h5,.theme--dark.v-sheet h6{color:#fff!important}.v-pagination__item:hover{background-color:rgba(0,5,34,.33)!important}.v-badge__badge{color:#000522}.v-application.skin-variant--semi-dark .app-navigation-menu{background:#1f1d31;background-image:none;background-position-x:left;background-position-y:top;background-size:initial;background-repeat-x:initial;background-repeat-y:initial;background-attachment:scroll;background-origin:initial;background-clip:initial;background-color:#000522;color:#e7e3fc!important}.v-application.skin-variant--semi-dark .app-navigation-menu .v-subheader .title-wrapper span{background-color:#000522;color:#e7e3fc!important}#user-view .user-tabs.v-tabs:not(.v-tabs--vertical){box-shadow:none!important}#user-view .user-tabs.v-tabs:not(.v-tabs--vertical) .v-tabs-bar{background-color:transparent!important}#user-view .margin-negative-profile{margin-top:-30px}#user-view #user-tabs-content{background-color:transparent}