.roundButton{display:inline-block;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;-webkit-user-drag:none;border:0 none;max-width:100%;padding:0}.roundButton:not(:disabled):hover{-webkit-filter:brightness(120%);filter:brightness(120%)}.roundButton>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;line-height:100%}.roundButton>div>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.svg-gradient path{fill:url(#myGradient)!important}.svg-gradient.QGLIconWhitePrimary path.fa-primary,.svg-gradient.QGLIconWhiteSecondary path.fa-secondary{fill:#fff!important;opacity:1!important}.qgl-button{font-family:Urbanist,Arial,sans-serif;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;color:var(--QGL-button-color);min-width:0;width:auto;margin:0 auto;position:relative;-webkit-appearance:none}.qgl-button:not([data-secondary]):not([data-tertiary]):not([data-active]):not([data-disabled]){background:var(--QGL-button-background)}.qgl-button[data-active]:not([data-disabled]){background:var(--QGL-button-pressed-background)}.qgl-button[data-secondary]:not([data-tertiary]):not([data-disabled]){color:var(--QGL-button-secondary-color)}.qgl-button[data-secondary]:not([data-tertiary]):not([data-active]):not([data-disabled]){background:var(--QGL-button-secondary-background)}.qgl-button[data-secondary][data-active]:not([data-tertiary]):not([data-disabled]){background:var(--QGL-button-secondary-pressed-background)}.qgl-button[data-tertiary]:not([data-secondary]):not([data-disabled]){color:var(--QGL-button-tertiary-color)}.qgl-button[data-tertiary]:not([data-secondary]):not([data-active]):not([data-disabled]){background:transparent}.qgl-button[data-tertiary][data-active]:not([data-secondary]):not([data-disabled]){background:var(--QGL-button-tertiary-pressed-background)}.qgl-button[data-disabled]{color:var(--QGL-button-disabled-color);background:var(--QGL-button-disabled-background);cursor:default}.qgl-buttonIcon{-webkit-box-flex:0;-ms-flex:0;flex:0}.qgl-buttonMain{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis}.qgl-button:not([data-secondary]):not([data-tertiary])>.qgl-buttonMain{font-weight:700;font-variation-settings:"wght" 700}.qgl-input{font-family:Urbanist,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0;border-radius:16px;-webkit-transition:background-color .2s,border .2s;transition:background-color .2s,border .2s}.qgl-input:not([data-disabled]){cursor:text}.qgl-input[data-focus]{border:1px solid var(--QGL-input-selected-border-color)}.qgl-input:hover:not([data-error]):not([data-focus]):not([data-disabled]){background-color:var(--QGL-input-background-hover)}.qgl-input[data-disabled]{cursor:not-allowed;background-color:var(--QGL-input-background-disabled)}.qgl-inputIcon{-webkit-box-flex:0;-ms-flex:0;flex:0;opacity:.5}.qgl-input>.qgl-inputMain{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden}.qgl-input:not([data-disabled])>.qgl-inputMain{cursor:text}.qgl-inputMainLabel{font-size:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;padding-left:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--QGL-input-label-color);-webkit-transition:color .2s;transition:color .2s}.qgl-input[data-focus]>.qgl-inputMain>.qgl-inputMainLabel{color:var(--QGL-input-selected-label-color)}.qgl-inputMainText{border:0 none;outline-style:none;color:var(--QGL-input-text-color);caret-color:var(--QGL-input-text-caret-color);width:100%;padding:0}.qgl-inputMainText[data-empty]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qgl-inputMainText::-webkit-input-placeholder{font-weight:200;font-variation-settings:"wght" 200}.qgl-inputMainText::-moz-placeholder{font-weight:200;font-variation-settings:"wght" 200}.qgl-inputMainText::-ms-input-placeholder{font-weight:200;font-variation-settings:"wght" 200}.qgl-inputMainText:-moz-autofill,.qgl-inputMainText:-moz-autofill-preview,.qgl-inputMainText:-webkit-autofill{filter:none;background-color:var(--QGL-input-text-background)!important}.qgl-inputMainText:disabled{cursor:unset}textarea.qgl-inputMainText{overflow:hidden}.qgl-inputInfo{-webkit-box-flex:0;-ms-flex:0;flex:0;color:var(--QGL-input-info-color);opacity:.5}.qgl-inputInfo>div{cursor:pointer}.qgl-input[data-disabled]>.qgl-inputInfo>div{cursor:not-allowed}.qgl-input[data-error]>.qgl-inputInfo,.qgl-input[data-error]>.qgl-inputMain>.qgl-inputMainLabel,.qgl-input[data-error]>.qgl-inputMain>.qgl-inputMainText{color:var(--QGL-input-error-color);caret-color:var(--QGL-input-error-color)}.qgl-input[data-valid]>.qgl-inputInfo,.qgl-input[data-valid]>.qgl-inputMain>.qgl-inputMainLabel{color:var(--QGL-input-valid-color)}.qgl-select{font-family:Urbanist,Arial,sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0;border-radius:16px;padding:4px 0;color:var(--QGL-select-color);-webkit-transition:background-color .2s,border .2s;transition:background-color .2s,border .2s;position:relative}.qgl-select[data-disabled]{background-color:var(--QGL-select-background-disabled)}.qgl-selectIcon{-webkit-box-flex:0;-ms-flex:0;flex:0;color:var(--QGL-select-icon-color);opacity:.5}.qgl-select>.qgl-selectMain{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1px;overflow:hidden}.qgl-select:not([data-disabled])>.qgl-selectMain{cursor:pointer}.qgl-selectMainLabel{font-size:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;padding-left:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--QGL-select-label-color);-webkit-transition:color .2s;transition:color .2s}.qgl-select[data-focus]>.qgl-selectMain>.qgl-selectMainLabel{color:var(--QGL-select-selected-label-color)}.qgl-selectMainText{border:0 none;outline-style:none;color:var(--QGL-select-text-color);background-color:var(--QGL-select-text-background);width:100%;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.qgl-selectMainText[data-disabled]{color:var(--QGL-select-color-disabled)}.qgl-selectMainText[data-notvisible]{visibility:hidden}.qgl-selectInfo{-webkit-box-flex:0;-ms-flex:0;flex:0;color:var(--QGL-select-info-color);opacity:.5;cursor:pointer}.qgl-selectInfo>div{cursor:pointer}.qgl-select[data-error]>.qgl-selectInfo,.qgl-select[data-error]>.qgl-selectMain>.qgl-selectMainLabel,.qgl-select[data-error]>.qgl-selectMain>.qgl-selectMainText{color:var(--QGL-select-error-color)}.qgl-select[data-valid]>.qgl-selectInfo,.qgl-select[data-valid]>.qgl-selectMain>.qgl-selectMainLabel{color:var(--QGL-select-valid-color)}.qgl-selectInfoList{background-color:var(--QGL-select-background);color:var(--QGL-select-color);border:1px solid var(--QGL-select-background-odd);text-align:left;position:absolute;left:0;right:0;overflow:auto;z-index:1}.qgl-selectInfoList>div{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;padding:8px 6px}.qgl-selectInfoList>div:not([data-disabled]):hover{background-color:var(--QGL-select-background-hover)!important}.qgl-selectInfoList>div:nth-child(2n){background-color:var(--QGL-select-background-even)}.qgl-selectInfoList>div:nth-child(odd){background-color:var(--QGL-select-background-odd)}.qgl-selectInfoList>div[data-selected]{color:var(--QGL-select-color-selected);background-color:var(--QGL-select-background-selected)}.qgl-selectInfoList>div[data-disabled]{color:var(--QGL-select-color-disabled);background-color:var(--QGL-select-background-disabled);cursor:not-allowed}.qgl-selectInfoListLine{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%}.qgl-switch{font-family:Urbanist,Arial,sans-serif;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;text-align:left}.qgl-switch[data-disabled]{cursor:not-allowed;color:var(--QGL-switch-disabled-color)}.qgl-switch>label{display:inline-block;position:relative;margin:0}.qgl-switch>label input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--QGL-switch-off-background)}.slider,.slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.slider:before{content:"";height:74%;width:36%;left:10%;bottom:12%;background-color:var(--QGL-switch-ball-background);border-radius:50%}input:checked+.slider{background-color:var(--QGL-switch-on-background)}input:checked+.slider:before{-webkit-transform:translateX(120%);transform:translateX(120%)}.moderationPolicy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.moderationPolicyTitle{margin-top:16px!important;font-size:18px;font-variation-settings:"wght" 600;font-weight:600;text-align:center}.gcu,.moderationPolicyList>li{text-align:left}.gcu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.gcuTitle{font-size:18px;font-variation-settings:"wght" 600;font-weight:600;text-align:center}.gcuList>li{text-align:left}.signin{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden;position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:500px}.signin,.signinStep{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.signinStep{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;min-width:100%;-webkit-transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;-webkit-box-flex:1;-ms-flex:1;flex:1}.signinStep[data-next],.signinStep[data-prev]{opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.signinStep[data-active]{opacity:1}.signinEmailConfirm{margin-top:16px;margin-bottom:16px;width:100%;font-size:12px}.signinEmailConfirm>div:last-child{font-size:18px;font-weight:700;overflow-wrap:break-word}.signinError{color:var(--QGL-orange);font-size:12px}.signinGCULabel{text-align:left;font-size:14px;margin-bottom:50px}.signinGCU{width:100%;height:calc(100vh - 240px);overflow-y:scroll;margin-bottom:32px}.signinEndInfo{font-weight:700}.signinEndLineWarning{color:var(--QGL-n0);background-color:var(--QGL-orange);border-radius:8px;padding:8px}.closedSigninTitle{font-size:18px;font-weight:700;font-variation-settings:"wght" 600;margin-top:16px}.closedSigninContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;margin:16px 16px 64px 16px}.closedSigninSubTitle{font-size:16px;font-weight:700;font-variation-settings:"wght" 600;margin-top:16px}.closedSigninSubText{font-size:14px;font-variation-settings:"wght" 500;margin:16px 0}.login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:16px 0;width:100%;max-width:500px;gap:8px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.loginFeedback{font-size:12px;color:var(--QGL-orange);text-align:left}.loginForgotPassword{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:var(--QGL-blue)}.footer,.loginForgotPassword{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.footer{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;width:100%;line-height:100%}.footer>a{color:inherit!important}.pageHomeOffline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:auto;width:100%;min-height:100vh;position:relative}@supports (min-height:100dvh){.pageHomeOffline{min-height:100dvh!important}}.pageHomeOffline>div{z-index:1}.pageHomeOfflineBackground{position:fixed;background-image:url(/img/splash.609a0163.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:50%;background-size:cover;width:100%;height:100%;z-index:0!important}.pageHomeOfflineTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;height:auto;width:100%;padding-bottom:24px}.pageHomeOfflineTop[data-hidden]{height:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0;overflow:hidden;padding-bottom:0}.pageHomeOfflineBottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:1000px;padding-bottom:50px;-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.pageHomeOfflineBottomBack{width:100;height:40px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.pageHomeOfflineBottomBack,.pageHomeOfflineBottomOr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.pageHomeOfflineBottomOr{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pageHomeOfflineBottomOr>div:first-child,.pageHomeOfflineBottomOr>div:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1;height:1px;border-top:1px solid var(--QGL-n100)}.pageHomeOfflineBottomOr>div:nth-child(2){-webkit-box-flex:0;-ms-flex:0;flex:0;font-size:14px}.pageHomeOfflineBottomSignin{width:100%}.homeIntroduction{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;font-family:Urbanist,Arial,sans-serif;font-size:17px}.homeIntroduction,.homeIntroductionSlides{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.homeIntroductionSlides{margin-top:16px;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0;overflow:hidden}.homeIntroductionSlides>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;min-width:100%;padding:16px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.homeIntroductionIcon,.homeIntroductionSlides>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homeIntroductionIcon{font-size:32px;background-color:#fff;width:64px;height:64px;border-radius:32px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin:0!important}.homeIntroductionArrows{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:16px;width:100%}.homeIntroductionArrows,.homeIntroductionBullets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homeIntroductionBullets{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px}.homeIntroductionBullets>*{font-size:20px;cursor:pointer;width:12px;height:12px;border-radius:6px;background-color:var(--QGL-n0)}.homeIntroductionBullets>[data-active]{background-color:var(--QGL-yellow)}.qgl-avatar{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qgl-avatarPremium,.qgl-avatarPremiumLogo{position:absolute;top:auto;bottom:auto;left:auto;right:auto;width:100%;height:100%}.qgl-avatarPremium{z-index:0;background:var(--QGL-gradient-slow);display:-webkit-box;display:-ms-flexbox;display:flex}.qgl-avatarPremiumLogo{z-index:2}.qgl-avatarPremiumLogo>*{position:absolute;top:auto;bottom:-16%}.qgl-avatarIcon,.qgl-avatarImg{position:absolute;top:auto;bottom:auto;left:auto;right:auto;z-index:1}.qgl-avatarImg>img{width:100%;height:100%;vertical-align:top;-o-object-fit:cover;object-fit:cover}.qgl-avatarIcon{vertical-align:top}.qgl-bottomSheetOverlay{width:100vw;height:100dvh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;-webkit-animation:bottomSheetFadeIn .3s linear forwards;animation:bottomSheetFadeIn .3s linear forwards}@supports (height:50dvh){.qgl-bottomSheetOverlay{height:100dvh!important}}@-webkit-keyframes bottomSheetFadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes bottomSheetFadeIn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.qgl-bottomSheetContainer{width:100%;height:100%;position:relative}.qgl-bottomSheet{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;max-width:500px;max-height:100%;position:absolute;left:50%;right:50%;top:auto;bottom:0;font-size:14px;font-weight:400;font-variation-settings:"wght" 300;line-height:normal;color:var(--QGL-bottomsheet-color);background-color:var(--QGL-bottomsheet-background);border-top-left-radius:16px;border-top-right-radius:16px;padding:0 16px 16px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-webkit-transform:translateX(-50%) translateY(100%);transform:translateX(-50%) translateY(100%);-webkit-animation:bottomSheetSlideIn .2s ease-in-out forwards;animation:bottomSheetSlideIn .2s ease-in-out forwards}.qgl-bottomSheet[data-full]{-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out}@-webkit-keyframes bottomSheetSlideIn{0%{-webkit-transform:translateX(-50%) translateY(100%);transform:translateX(-50%) translateY(100%)}to{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}@keyframes bottomSheetSlideIn{0%{-webkit-transform:translateX(-50%) translateY(100%);transform:translateX(-50%) translateY(100%)}to{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}.qgl-bottomSheetHandle{width:100%;min-height:32px;height:32px;max-height:32px;cursor:-webkit-grab;cursor:grab;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qgl-bottomSheetHandle>div{width:32px;height:4px;border-radius:2px;background-color:var(--QGL-bottomsheet-handle)}.qgl-bottomSheetHeader{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:space-between;-ms-flex-align:space-between;align-items:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px}.qgl-bottomSheetHeaderTitle{font-size:20px;font-weight:700;font-variation-settings:"wght" 700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.qgl-bottomSheetHeaderExit{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.qgl-bottomSheetContent{width:100%;overflow:auto;margin-top:16px}.theme{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:100%;font-size:13px!important;font-weight:200;font-variation-settings:"wght" 200;margin:0}.theme[data-followed]{font-weight:400;font-variation-settings:"wght" 400}.themeWarning{margin-right:6px!important}.themeText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.themeText[data-bold]{font-weight:900;font-variation-settings:"wght" 900}.autocompleteTheme{-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;margin-left:auto;margin-right:auto;padding:8px;width:500px;max-width:100%}.autocompleteTheme,.autocompleteThemeInputZone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.autocompleteThemeInputZone{-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;-ms-flex-align:center;gap:8px}.autocompleteThemeValidationZone{margin-right:-2px}.autocompleteThemeValidation{font-size:14px}.autocompleteThemeResults{margin-top:8px;padding-top:8px;padding-left:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;background-color:var(--QGL-input-background);min-width:0;width:100%;max-width:100%;overflow:hidden;border-radius:8px}.autocompleteThemeResultsLine,.autocompleteThemeResultsNothing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0 none;padding:2px 6px 2px 2px}.autocompleteThemeResultsNothing{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-style:italic;font-size:12px;font-weight:300;font-variation-settings:"wght" 300}.autocompleteThemeResultsLine{-ms-flex-direction:row;flex-direction:row;font-size:14px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:8px!important}.autocompleteThemeResultsLine,.qgl-userLine{-webkit-box-orient:horizontal;-webkit-box-direction:normal;gap:16px}.qgl-userLine{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;max-width:100%;min-width:0;cursor:pointer}.qgl-userLineRight{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.qgl-userLineLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qgl-userLineIntroduction,.qgl-userLineUsername{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.qgl-userLineUsername{font-size:14px}.qgl-userLineUsername:not([data-light]){font-weight:700;font-variation-settings:"wght" 700}.qgl-userLineIntroduction{font-size:12px;font-weight:200;font-variation-settings:"wght" 200}.recentSearchUsers{width:500px;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;margin:32px auto}.recentSearchUsersLegend{font-size:14px;font-weight:300;font-variation-settings:"wght" 300;text-align:left;width:100%;margin-left:16px}.recentSearchUsersLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:0;-ms-flex:0;flex:0;gap:8px;min-width:0;max-width:100%}.loadableList{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.followedThemesSelector,.loadableList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.followedThemesSelector{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%}.followedThemesSelectorTitle{text-align:left;font-size:14px;font-weight:600;font-variation-settings:"wght" 600;width:100%}.followedThemesSelectorList{max-width:500px;width:100%}.followedThemesSelectorListContainer{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:100%;margin-bottom:8px}.followedThemesSelectorListContainer,.followedThemesSelectorListLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%}.followedThemesSelectorListLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:0;overflow:hidden;height:28px}.followedThemesSelectorListLine>div{margin:0}.followedThemesSelectorTheme{min-width:0;overflow:hidden}.followedThemesSelectorTheme>div>div{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.themesTrending{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;max-width:100%;padding:2px}.themesTrending,.verifiedCheck{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.verifiedCheck{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;cursor:pointer;color:#fff;background:radial-gradient(#4682b4 40%,#fff 100%);-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:text-top;border-radius:50%}.verifiedCheck>div{margin:0!important}.userAvatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.userAvatar>img,.userAvatarPlaceholder{width:38px;height:38px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%;border:2px solid var(--user-avatar-border-color);background-color:var(--user-avatar-background-color)}.userAvatarPlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--user-avatar-color);font-size:20px}.userAvatar>img[data-small],.userAvatarPlaceholder[data-small],.userAvatarPremium[data-small]{width:24px!important;height:24px!important;font-size:12px!important}.userAvatar>img[data-big],.userAvatarPlaceholder[data-big],.userAvatarPremium[data-big]{width:96px!important;height:96px!important;font-size:20px!important}.userAvatarPremium{width:18px;height:32px;font-size:20px}.userAvatarPremium[data-small]{width:17px!important;height:24px!important;font-size:12px!important}.userAvatarPremium[data-big]{width:55px!important;height:96px!important;font-size:20px!important}.userReference{cursor:pointer}.userReference,.userReferenceLink,.userReferenceNone{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;max-width:100%}.userReferenceLink,.userReferenceNone{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto;white-space:nowrap;text-overflow:ellipsis;color:inherit!important}.userReferenceLink>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.userReferenceNone{font-style:italic;font-variation-settings:"wght" 200}.modalTitle,.modalTitle>*{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;color:var(--modal-color)}.pointThemes{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;border-radius:8px}.cachedImage,.pointThemes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cachedImage{cursor:pointer;position:relative;height:200px!important}.cachedImage,.cachedImageDropzone{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cachedImageDropzone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:transparent;border:0 none;border-radius:8px;width:100%;padding:0;color:var(--QGL-dropzone-color)!important;background-color:var(--QGL-dropzone-background)!important}.cachedImageDropzone:hover{border-radius:8px;-webkit-filter:brightness(120%);filter:brightness(120%)}.cachedImageDropzone>div{display:-webkit-box;display:-ms-flexbox;display:flex}.cachedImageDropzone,.cachedImageDropzone>div,.cachedImageDropzone>div>img{height:100%}.cachedImageDropzone>div{width:100%;margin:0!important;padding:0!important}.cachedImageDropzoneVideoProgress{position:absolute;width:100%;height:100%;background-color:var(--QGL-dropzone-background)}.cachedImageDropzoneVideoProgressContent{position:absolute;width:100%;height:100%;color:var(--QGL-dropzone-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;z-index:1}.cachedImageDropzoneVideoProgressBg{position:absolute;height:100%;background-color:var(--QGL-dropzone-progress);z-index:0}.cachedImageDropzoneVideoProgressContentProgress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cachedImageDropzoneVideoProgressContentProgress,.cachedImageDropzoneVideoProgressContentProgressInfos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px}.cachedImageImg{border-radius:8px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-height:100%}.cachedImageButtonDelete{position:absolute;right:16px;top:24px}.cachedImageDropzone>.dz-message{opacity:1!important;margin:auto!important;min-height:150px}.pointImages{min-width:100%;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:scroll;margin-left:auto;margin-right:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scroll-behavior:smooth;-ms-scroll-snap-type:none;scroll-snap-type:none}@media(max-width:575px){.pointImages:not([data-fullheight])
		.pointImages:not([data-fullheight])>.pointImagesElement,.pointImages:not([data-fullheight])>.pointImagesElement>.pointImagesPreview,.pointImages:not([data-fullheight])>.pointImagesElement>.pointImagesPreview>img{max-height:220px}}@media(min-width:576px){.pointImages[data-root]:not([data-fullheight])
		.pointImages[data-root]:not([data-fullheight])>.pointImagesElement,.pointImages[data-root]:not([data-fullheight])>.pointImagesElement>.pointImagesPreview,.pointImages[data-root]:not([data-fullheight])>.pointImagesElement>.pointImagesPreview>.pointImagesPreviewImageContainer,.pointImages[data-root]:not([data-fullheight])>.pointImagesElement>.pointImagesPreview>img{max-height:500px}.pointImages:not([data-fullheight]):not([data-root]),.pointImages:not([data-fullheight]):not([data-root])>.pointImagesElement,.pointImages:not([data-fullheight]):not([data-root])>.pointImagesElement>.pointImagesPreview,.pointImages:not([data-fullheight]):not([data-root])>.pointImagesElement>.pointImagesPreview>.pointImagesPreviewImageContainer,.pointImages:not([data-fullheight]):not([data-root])>.pointImagesElement>.pointImagesPreview>img{max-height:220px}}.pointImagesElement{min-width:100%;min-height:160px;height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto}.pointImagesPreview{width:100%;height:100%}.pointImagesPreviewImageContainer{width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top;overflow-y:scroll}.pointImagesPreview>img{width:auto;max-width:100%;height:auto;border-radius:16px;display:block;margin:auto}.pointImagesButtonDelete{position:absolute;right:16px;top:24px}.pointImagesButtonPermuteLeft{position:absolute;left:24px;bottom:0}.pointImagesButtonPermuteRight{position:absolute;right:24px;bottom:0}.pointImagesButtonNext,.pointImagesButtonPrevious{opacity:.7;position:absolute;top:50%;bottom:50%}.pointImagesButtonPrevious{left:16px}.pointImagesButtonNext{right:16px}.pointImagesUpload{width:100%;min-width:100%;height:100%;color:var(--QGL-dropzone-color)!important;background-color:var(--QGL-dropzone-background)}.pointImagesUploadPlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:64px}.sharedPoint{width:100%;max-width:100%;border-radius:16px;background-color:var(--background-color)}.sharedPoint>.pointContainer{padding-top:0!important}.sharedPointTooHigh{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0;flex:0;padding:4px 8px;font-style:italic}.sharedPointError,.sharedPointTooHigh{font-size:12px;color:var(--text-color);border-radius:16px}.sharedPointError{padding:8px;text-align:center}.embedOpenGraph{color:var(--QGL-opengraph-color);background-color:var(--QGL-opengraph-background);border-radius:16px;cursor:pointer;font-family:Urbanist,Arial,sans-serif}.embedOpenGraphImage{text-align:center;border-radius:6px;width:100%;height:135px}.embedOpenGraphImage>img{width:100%;height:135px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:8px}.embedOpenGraphContent{background-color:transparent;padding:12px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.embedOpenGraphLinkOnly{background-color:transparent;padding:8px 16px;max-width:100%;overflow:hidden;white-space:break-spaces;text-overflow:ellipsis}.embedOpenGraphTitle{font-size:16px;font-weight:700;font-variation-settings:"wght" 700}.embedOpenGraphDescription,.embedOpenGraphTitle{text-align:left;line-height:140%;word-break:break-word}.embedOpenGraphDescription{font-size:14px;font-weight:400;font-variation-settings:"wght" 400;opacity:.5}.embedOpenGraphSeparator{width:100%;height:1px;background-color:var(--QGL-opengraph-color);opacity:.2}.embedOpenGraphOrigin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-weight:400;font-variation-settings:"wght" 400;width:100%}.embedOpenGraphOrigin>div:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.embedOpenGraphSiteName{word-break:break-word}.embedOpenGraphDomain,.embedOpenGraphSiteName{font-size:12px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.embedOpenGraphDomain{width:100%}.linkPreview{width:100%;text-align:center;border-radius:8px}.linkPreviewStatus{font-style:italic;font-weight:200;font-variation-settings:"wght" 200;color:var(--text-color);font-size:12px}.linkPreviewStatus>span>span{padding-right:2px;font-style:normal;font-weight:500;font-variation-settings:"wght" 500}.linkPreviewVideoPlaceholder{width:100%;position:relative;cursor:pointer}.linkPreviewVideoPlaceholder[data-loading]>img{visibility:hidden}.linkPreviewVideoPlaceholder>img{border-radius:8px;width:100%;background-color:#000;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9}.linkPreviewVideoPlaceholderPlay{display:block;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);padding:10px 15px;margin:0;border-radius:50%;min-width:40px;min-height:40px;width:40px;height:40px;color:#fff;background-color:#000}.linkPreviewVideoPlaceholderPlay:hover{opacity:.5}.linkPreviewVideoPlaceholderTitle{display:block;position:absolute;top:0;left:0;padding:4px 8px;margin:0;color:#fff;font-size:14px;max-width:100%;max-height:100%;width:100%;height:100%;font-variation-settings:"wght" 600;font-weight:700;overflow:hidden;text-align:left;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.linkPreviewVideoPlaceholderTitle>div{width:100%}.linkPreviewVideoPlaceholderTitle>div:first-child{font-size:16px}.linkPreviewVideoPlaceholderFilter{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));background-image:linear-gradient(180deg,#000,transparent)}.linkPreviewVideoPlayer{border-radius:8px}.pointVideo{width:100%}.pointsExplorer{width:100%}.pointsExplorer,.pointsExplorerOverflow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pointsExplorerOverflow{font-size:12px;font-style:italic;padding:2px 8px;border-radius:6px;margin:32px auto;cursor:pointer;opacity:.5}.pointsExplorerPointsContainer{gap:1px!important;background-color:var(--QGL-point-separator);border-radius:8px}.pointsExplorerPointsContainer>div:first-child{border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden}.pointsExplorerContext,.pointsExplorerPointsContainer{gap:8px;max-width:100%}.pointsExplorerComment,.pointsExplorerContext,.pointsExplorerContribution,.pointsExplorerPointsContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pointsExplorerComment,.pointsExplorerContribution{border:1px solid var(--QGL-point-background);border-radius:8px;padding-top:4px}.pointsExplorerComment>.commentContainer,.pointsExplorerContext>.commentContainer,.pointsExplorerContext>.contributionContainer,.pointsExplorerContribution>.contributionContainer{-ms-flex-preferred-size:auto!important;flex-basis:auto!important}.pointsExplorerEnd,.pointsExplorerNoResults{color:var(--QGL-color);font-size:12px;font-style:italic;padding:2px 8px;border-radius:6px;margin:32px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pointsExplorerEnd,.pointsExplorerNoResults,.roundBadge{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.roundBadge{position:absolute;top:-6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;min-width:20px;height:18px;font-size:9px;border-radius:10px;padding:2px 4px}.usertagInput{color:var(--input-color)!important;background-color:var(--input-background-color)!important}.usertagModalDropdown>div:first-child,.usertagModalDropdown>div:last-child{padding-top:12px}.usertagModalDropdown>div{padding:0;border:0 none!important;padding:8px}.usertagModalDropdown>div,.usertagModalDropdown>ul{color:var(--input-color)!important;background-color:var(--input-background-color)!important}.usertagModalDropdown>ul{width:100%;position:relative!important;margin:0!important;-webkit-transform:none!important;transform:none!important}.usertagModalDropdown>ul>li>a{color:var(--input-color)}.usertagModalDropdownActive{margin:0}.filterLine{-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filterLine,.filterLineContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-box-direction:normal;gap:8px}.filterLineContent{-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.explorerPointsBasicControls{position:relative;max-width:500px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.explorerPointsBasicControls>div:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.explorerPointsBasicControls>div:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0;margin:0}.explorerPointsAdvancedControlsZone{margin-top:8px;padding:8px}.explorerPointsAdvancedControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.explorerPointsAdvancedControlsOrderWarning{font-style:italic;font-size:12px;font-weight:300;font-variation-settings:"wght" 300}.explorerPointsAdvancedControlsOrderBy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:500;font-variation-settings:"wght" 500;gap:8px}.explorerPointsControlsThemes{margin-top:16px}.pointImporterSelector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.pointImporterSelector>div>label>span{display:inline-block;margin-top:2px}.pointImporterExplorer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100vh;gap:8px;width:calc(100% + 32px);margin-left:-16px}@supports (min-height:100dvh){.pointImporterExplorer{min-height:100dvh!important}}.pointImporterExplorerDirect{margin-left:16px;margin-right:16px}.pointAlbumLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;padding:0;cursor:not-allowed;background-color:var(--QGL-album-background)}.pointAlbumLine[data-reachable]{cursor:pointer}.pointAlbumLine[data-selected]{font-weight:900;font-variation-settings:"wght" 900}.pointAlbumLine[data-reachable]:hover{opacity:.8}.pointAlbumLineImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0;flex:0}.pointAlbumLineImage>img{border-radius:3px;-o-object-fit:cover;object-fit:cover;width:64px;height:40px}.pointAlbumLineTitle,.pointAlbumLineUnreachable{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;padding-left:8px;padding-right:8px}.pointAlbumLineUnreachable{font-style:italic;font-size:12px;font-variation-settings:"wght" 200}.pointAlbumLineControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;-ms-flex-align:center;gap:4px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:4px;margin-right:8px;-webkit-box-flex:0;-ms-flex:0;flex:0}.pointAlbumLineControls,.pointAlbumLines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.pointAlbumLines{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;width:100%}.pointAlbumLinesHeader{text-align:left;padding-right:4px;font-size:12px;font-weight:200;font-variation-settings:"wght" 200;width:100%;padding:4px 8px}.pointAlbumLinesHeaderExpl{text-align:center}.pointAlbumLinesHeaderPremium{display:block;font-variation-settings:"wght" 400;color:inherit!important}.pointAlbumLinesLines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:4px}.pointAlbum{width:100%;font-family:Urbanist,Arial,sans-serif}.pointAlbumPointTooDeep{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0;flex:0;padding:4px 8px;font-size:12px;font-style:italic}.pointAlbumPointTooDeep>a{color:inherit!important}.pointAlbumPointError{padding:8px;font-size:12px;text-align:left}.qgl-time{display:inline-block;cursor:pointer}.pointSurvey{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-family:Urbanist,Arial,sans-serif}.pointSurvey>div{max-width:100%}.pointSurveyChoices{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.pointSurveyChoice,.pointSurveyChoices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.pointSurveyChoice{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:8px;background:var(--QGL-survey-option-background);font-size:16px;font-weight:400;font-variation-settings:"wght" 400;padding:4px 8px;overflow-wrap:break-word;cursor:pointer;text-align:left;min-height:46px;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:color,background-color;transition-property:color,background-color}.pointSurveyResults{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:12px}.pointSurveyResult,.pointSurveyResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.pointSurveyResult{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px;border-radius:8px;background-color:var(--QGL-survey-option-background);padding:4px 8px;position:relative;min-height:46px}.pointSurveyResult,.pointSurveyResultChoice{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.pointSurveyResultChoice{z-index:1}.pointSurveyResultChoice>div{overflow-wrap:break-word;max-width:100%;text-align:left}.pointSurveyResultChoice>div,.pointSurveyResultStats{font-size:16px;font-weight:700;font-variation-settings:"wght" 700}.pointSurveyResultStats{z-index:1;cursor:pointer;white-space:nowrap;min-width:64px;text-align:right}.pointSurveyResultProgress{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:var(--QGL-gradient-slow);position:absolute;height:100%;left:0;top:0;z-index:0;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:width;transition-property:width}.pointSurveyFooter{font-size:12px;font-weight:400;font-variation-settings:"wght" 400;opacity:.5;margin-left:0;margin-right:auto;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.pointSurveyFooter,.reportModalStep1,.reportModalStep2,.reportModalStep3,.reportModalStep4{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reportModalStep1,.reportModalStep2,.reportModalStep3,.reportModalStep4{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}.reportModalStep2>div{width:100%}.reportModalWarning{padding:8px;font-weight:600;font-variation-settings:"wght" 600;font-size:14px;border-radius:8px;color:var(--moderation-report-warning-color);background-color:var(--moderation-report-warning-background-color)}.reportModalWarningExpl{padding:8px;font-weight:400;font-variation-settings:"wght" 400;font-size:12px}.reportModalGravityChoices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-top:16px;margin-bottom:8px}.reportModalCategory{padding:8px;font-weight:600;font-variation-settings:"wght" 600;font-size:14px;border-radius:8px;color:var(--moderation-report-category-color);background-color:var(--moderation-report-category-background-color)}.reportModalCategory,.reportModalSubCategory{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.reportModalSubCategoryButton>div>span{white-space:normal!important}.reportButton:hover{cursor:pointer;color:orange}.pointQuestionsCall{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-family:Urbanist,Arial,sans-serif}.pointQuestionsCallInfos{margin-left:auto;margin-right:0;font-size:10px;font-variation-settings:"wght" 300}.pointQuestionsCallClosed,.pointQuestionsCallPending{margin-top:8px;font-size:12px;font-variation-settings:"wght" 300;padding:8px;background-color:var(--QGL-questions-information-background);border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pointQuestionsCallList{font-size:12px;font-weight:700;font-variation-settings:"wght" 600}.pointQuestionsCallLine,.pointQuestionsCallLines,.pointQuestionsCallResponses{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.pointQuestionsCallLine,.pointQuestionsCallResponses{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;padding:8px;background-color:var(--QGL-questions-information-background);border-radius:8px}.pointQuestionsCallLineQuestion{overflow-wrap:anywhere;font-size:14px;font-weight:500;font-variation-settings:"wght" 500}.pointQuestionsCallLineActions{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;gap:8px}.pointQuestionsCallLineActions,.pointQuestionsCallResponse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.pointQuestionsCallResponse{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:8px;background-color:var(--QGL-questions-information-background);border-radius:8px;cursor:pointer}.pointQuestionsCallResponseQuestion,.pointQuestionsCallResponseText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;text-align:left}.pointQuestionsCallResponseQuestion{font-size:14px;font-weight:700;font-variation-settings:"wght" 600;margin-bottom:4px}.pointQuestionsCallResponseText{font-size:12px;font-weight:700;font-variation-settings:"wght" 400}.pointMainContent{width:100%;margin:auto;max-width:500px}.pointMainContentDelete,.pointMainContentSharedUrlCreation{width:100%;text-align:right}.pointMainContentDelete>div,.pointMainContentSharedUrlCreation>div{cursor:pointer;color:var(--text-color)}.pointMainContentSharedPoint{width:100%;text-align:center}.contributionContainer{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:8px;overflow-y:auto;max-width:300px;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-flex-basis .5s ease;transition:-webkit-flex-basis .5s ease;transition:flex-basis .5s ease;transition:flex-basis .5s ease,-webkit-flex-basis .5s ease,-ms-flex-preferred-size .5s ease}.contributionContainer[data-visible]{-ms-flex-preferred-size:300px;flex-basis:300px}.contributionContainer:not([data-visible]){-ms-flex-preferred-size:0px;flex-basis:0px}.contributionContainer[data-targeted]{border:1px solid var(--QGL-contribution-targeted-border);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contributionContainerCard{width:100%;height:100%;overflow-x:hidden;border-radius:8px}.contributionContainerContent{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;min-width:300px;position:relative;padding:8px;border-radius:16px;color:var(--QGL-contribution-color);background-color:var(--QGL-contribution-background);display:flex;flex-direction:column;gap:16px}.modalAdhesionUsersOrder,.modalAdhesionUsersOrder>option{font-size:12px;color:var(--modal-color)!important;background-color:var(--modal-background-color)!important;width:auto;margin-left:8px}.modalAdhesionUsersLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto}.relevancyMedal{position:static}.relevancyMedal>div{width:100%;height:100%;position:relative;top:-100%}.relevancyMedalInsideCircleDeep{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;border-radius:50%}.adhesionAndRelevancyText{font-size:11px;margin-bottom:8px;color:var(--text-color-secondary)}.relevancyLines{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.relevancyLine,.relevancyLines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;margin:8px 0}.relevancyLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;color:var(--text-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.relevancyLine:hover{-webkit-filter:brightness(var(--filterBrightnessOnHover));filter:brightness(var(--filterBrightnessOnHover))}.relevancyLine[data-selected]{color:var(--relevancy-menu-selected-color);background-color:var(--relevancy-menu-selected-background-color);border-radius:20px}.relevancyLineLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px}.relevancyLine[data-selected]>.relevancyLineLeft{color:var(--menu-selected-color)}.relevancyLineRight{text-align:left;padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.relevancyLineTitle{font-weight:600;font-variation-settings:"wght" 600;font-size:14px;line-height:18px}.relevancyLineExpl{font-weight:400;font-variation-settings:"wght" 400;font-style:italic;font-size:13px;line-height:14px}.relevancyAuthorEvaluation{font-size:13px;font-weight:600;font-variation-settings:"wght" 600;color:var(--relevancy-author-approved-color)}.modalRelevancyFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.modalRelevancyUsersOrder,.modalRelevancyUsersOrder>option{font-size:12px;color:var(--modal-color)!important;background-color:var(--modal-background-color)!important;width:auto;margin-left:8px}.modalRelevancyUsersLine{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:auto}.modalRelevancyUsersLine,.relevancyButtons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.relevancyButtons{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:0 8px;gap:2px;color:var(--QGL-button-secondary-color);background:var(--QGL-button-secondary-background);-webkit-box-shadow:0 0 1px 1px var(--QGL-button-secondary-pressed-border),0 0 1px 1px var(--QGL-button-secondary-pressed-border);box-shadow:0 0 1px 1px var(--QGL-button-secondary-pressed-border),0 0 1px 1px var(--QGL-button-secondary-pressed-border);border-radius:16px;margin-top:auto;margin-bottom:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.relevancyButtons[data-active]{background:var(--QGL-button-secondary-pressed-background)}.relevancyButtonsButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0;height:100%;max-height:100%;padding:2px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;cursor:pointer}.relevancyButtonsButton[data-authorSelected]{border-bottom:1px solid var(--QGL-button-secondary-color)}.relevancyButtonsButtonTop{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-flex:0;-ms-flex:0;flex:0;max-height:100%}.relevancyButtonsButtonBottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:45%;padding-top:1px}.refutation,.relevancyButtonsButtonBottom[data-selected]{font-weight:600;font-variation-settings:"wght" 600}.refutation{display:inline-block;border-radius:8px;padding:2px 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;color:var(--QGL-refutation-color);background-color:var(--QGL-refutation-background)}.pointTitle{position:relative}.pointTitle,.pointTitleInside{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;word-break:break-word;margin-left:auto;margin-right:auto;-ms-flex-preferred-size:100%;flex-basis:100%}.pointTitle:not([data-more]),.pointTitleInside:not([data-more]){max-height:500px;overflow-y:hidden;cursor:pointer}.pointTitleMultilines{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.subLineShocking{position:relative;width:100%;height:100%;cursor:pointer;font-size:13px;font-style:italic;padding:4px;color:#fff;background-color:grey;border-radius:6px;overflow:hidden}.pointTitleLocked{text-align:left;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:700;font-variation-settings:"wght" 700;font-size:13px}.pointTitleContent{display:inline;font-weight:400;font-size:16px;line-height:26px;letter-spacing:1px;text-align:left}.pointTitleContent a{line-height:22px}.pointTitleOverlay{position:absolute;bottom:0;width:100%;height:100px;z-index:1;cursor:pointer}.relativeDateTime{display:inline-block;cursor:pointer}.pointMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;font-family:Urbanist,Arial,sans-serif}.pointMenu[data-loading]{opacity:.5;cursor:wait}.pointMenu,.pointMenu>*{max-width:100%;width:100%;text-align:left;color:var(--QGL-bottomsheet-color)!important;font-size:16px;font-weight:400;font-variation-settings:"wght" 400}.pointMenu>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;cursor:pointer}.pointMenuIcon{width:32px;font-size:20px}.pointMenuLifespan{font-variation-settings:"wght" 200;font-size:12px;text-align:left}.pointMenuLifespan,.qgl-emojiSelector{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qgl-emojiSelector{text-align:center}.qgl-emojiSelector>span{cursor:pointer;display:inline-block;width:24px;height:24px}.pointTitleEditorSub{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;overflow:hidden;margin-top:8px}.pointTitleEditorSub,.pointTitleEditorSubLeft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;max-width:100%}.pointTitleEditorSubLeft{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.newPointTitleCounter{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.newTitleCounter{padding:2px 4px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.newTitleCounterError{font-weight:600;font-variation-settings:"wght" 600;color:#fff!important;background-color:var(--common-red)!important}.newContributionTitleCounter{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.newContributionTitleCounter[data-visible]{visibility:visible;display:block}.newCommentTitleCounter{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.newCommentTitleCounter[data-visible]{visibility:visible;display:block}.pointTitleEditorEmojis{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;width:100%;max-width:100%;overflow:hidden;margin-top:8px}.pointTitleEditorEmojis,.titleEditorForm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.titleEditorForm{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.titleEditorHistory{margin-top:32px}.titleEditorHistoryLine{margin-top:8px;margin-bottom:8px;padding:4px 8px;border-radius:6px;background-color:var(--point-background-color)}.titleEditorHistoryLineTitle{word-break:break-word;font-weight:600;font-variation-settings:"wght" 600}.titleEditorHistoryLineDate{margin-top:8px;text-align:right;font-size:12px;font-weight:200;font-variation-settings:"wght" 200}.expiracySelectorContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;color:var(--QGL-point-expiracy-color);background:var(--QGL-point-expiracy-background);border:2px solid #fff;padding:8px;border-radius:8px}.expiracySelector{width:100%}.expiracyIcon{font-size:36px}.expiracySelectorLabel{font-size:16px;font-weight:700;font-variation-settings:"wght" 700}.expiracySelectorLabel>div{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.expiracySelectorInput{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.expiracySelectorInput>input[type=range]{-webkit-appearance:none;width:100%;height:6px;background:var(--QGL-n0);border-radius:5px;margin:8px 0}.expiracySelectorInput>input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:10px;border:1px solid var(--QGL-n0);background:var(--QGL-blue);cursor:pointer}.expiracySelectorInput>input[type=range]::-moz-range-thumb{height:20px;width:20px;border-radius:10px;border:1px solid var(--QGL-n0);background:var(--QGL-blue);cursor:pointer}.expiracySelectorInput>input[type=range]::-ms-thumb{height:20px;width:20px;border-radius:10px;border:1px solid var(--QGL-n0);background:var(--QGL-blue);cursor:pointer}.expiracySelectorExpiracy{font-size:12px;font-weight:700;font-variation-settings:"wght" 700}.expiracySelectorWarning{font-size:12px;font-weight:500;font-variation-settings:"wght" 500;margin-top:8px;margin-bottom:8px}.iconPointDetails{vertical-align:baseline;cursor:pointer}.iconPointDetails:hover{color:#000!important;opacity:1!important}.pointDetailsSection{margin-top:.5rem;margin-bottom:.5rem;background-color:hsla(0,0%,50%,.2);border-radius:1rem;padding-left:16px;padding-right:16px}.pointDetailsSectionTitle{border-bottom:1px solid #fff;margin-bottom:16px;padding-top:16px;padding-bottom:16px;color:#000}.pointDetailsSectionContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:.5rem 1rem .5rem 1rem}.pointHeader{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;min-height:37px;height:37px;max-height:37px}.pointHeader,.pointHeaderLeft,.pointHeaderRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px}.pointHeaderLeft,.pointHeaderRight{height:100%}.pointHeaderLeft{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;color:inherit!important;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:50px}.pointHeaderLeftAvatar{-ms-flex-negative:0;flex-shrink:0;z-index:0}.pointHeaderLeftSub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-width:0;height:100%}.pointHeaderLeftSubIntroduction,.pointHeaderLeftSubUsername{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;min-width:0;width:100%}.pointHeaderLeftSubUsername{font-size:16px;font-weight:700;font-variation-settings:"wght" 700}.pointHeaderLeftSubIntroduction{font-size:12px;font-weight:300;font-variation-settings:"wght" 300}.pointHeaderRight{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.pointHeaderRightDate,.pointHeaderRightViews{font-size:12px;font-weight:400;font-variation-settings:"wght" 400;opacity:.5}.pointHeaderRightMenu{cursor:pointer;width:24px;margin-left:-8px}.comment{color:var(--QGL-comment-color)!important;background-color:transparent;border-radius:8px;max-width:100%;padding:8px}.comment,.commentContent{color:var(--QGL-comment-color);background-color:var(--QGL-comment-background);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.commentContent,.commentContentImageZone{border-radius:16px}.commentTitleContainer{color:var(--QGL-comment-color);text-align:left;line-height:inherit}.commentFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.commentTitleMultilines{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.commentTitleFull{max-height:80vh;overflow:auto}.newComment{margin-top:16px}.newComment,.newCommentVideoZone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.newCommentVideoZone{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0 8px 0;width:100%;max-width:500px}.newCommentPostError{font-size:12px;font-weight:500;font-variation-settings:"wght" 500;margin-bottom:8px}.newCommentFooter{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.commentsList,.newCommentFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;gap:16px}.commentsList{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:1000px;margin-left:auto;margin-right:auto;width:100%;position:relative;background-color:var(--QGL-contribution-background);padding:8px}.commentsListSeparator{margin-top:16px;width:100%;margin-bottom:16px}.commentsListControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding-bottom:8px}.contribution{color:var(--QGL-contribution-color)}.contribution[data-focused]{-ms-flex-preferred-size:100%!important;flex-basis:100%!important;width:100%!important;max-width:100%!important}.contributionContent,.contribution[data-focused]{background-color:var(--QGL-contribution-background)}.contributionContent{border-radius:16px;color:var(--QGL-contribution-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.contributionContentImageZone{border-radius:16px}.contributionTitleContainer{color:var(--QGL-contribution-color);text-align:left;line-height:inherit}.contributionFooter{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.contributionFooter,.contributionFooterRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.contributionFooterRight{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.contributionTitleMultilines{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.contributionTitleFull{overflow:auto}.newContribution>div.contributionContainerCard>div.contributionContainerContent{gap:8px!important}.newContribution[data-fullwidth]{-ms-flex-preferred-size:100%!important;flex-basis:100%!important;width:100%!important;max-width:100%!important}.newContributionVideoZone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:8px 0 8px 0;width:100%;max-width:500px}.newContributionPostError{font-size:12px;font-weight:500;font-variation-settings:"wght" 500;margin-bottom:8px}.newContributionDisabled{font-size:10px;font-weight:500;font-variation-settings:"wght" 500;margin-bottom:8px}.newContributionFooter{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.newContributionFooter,.pointContributionsList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.pointContributionsList{margin-top:8px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:8px}.contributionsList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;width:100%;position:relative;overflow:scroll;padding-bottom:16px;gap:16px}.contributionsListOverlay{background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--QGL-point-background)));background:linear-gradient(90deg,transparent,var(--QGL-point-background));z-index:1}.contributionsList>div:first-child{margin-left:auto!important}.contributionsList>div:last-child{margin-right:auto!important}.contributionsListControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contributionsListControlsWait{margin:auto}.contributionsListControlsMore{margin:auto 0;height:100%;opacity:.8;color:var(--contributionslist-more-color);background-color:var(--contributionslist-more-background-color);border-top-left-radius:8px;border-bottom-left-radius:8px;padding:4px}.pointOrigin{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;text-align:left;font-size:12px;font-weight:200;font-variation-settings:"wght" 200;white-space:nowrap;z-index:1;margin-bottom:12px}.pointOrigin,.pointOrigin>div{display:-webkit-box;display:-ms-flexbox;display:flex}.pointOrigin>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.pointOriginHideable{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.relayedPointsList>div{max-width:100%;width:100%}.pointRelayedSilent{color:var(--point-color);background-color:var(--point-background-color);padding:8px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex}.relayButton{position:relative}.relayButtonExpansion{position:absolute;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background-color:var(--point-background-color);padding:8px 16px;border-radius:8px}.relayButtonExpansion>*{width:100%}.pointResponseQuestion{width:auto;max-width:100%;min-height:60px;overflow:hidden;overflow-wrap:anywhere;padding:8px 32px;background-color:var(--QGL-questions-quote-background);border-radius:8px;font-size:16px;font-weight:400;font-variation-settings:"wght" 400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:right;position:relative;cursor:default;margin-left:auto;margin-right:0}.pointResponseQuestionQuoteL{position:absolute;top:8px;left:8px}.pointResponseQuestionQuoteR{position:absolute;bottom:8px;right:8px}.pointResponseLink{margin-top:4px;text-align:right;font-size:12px;font-weight:200;font-variation-settings:"wght" 200}.pointResponseLinkSub{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:auto;color:inherit!important}.pointResponseLinkSub,.pointResponseLinkSub>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.pointCause{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:16px;font-family:Urbanist,Arial,sans-serif}.pointCauseProgress{width:100%}.pointCauseReactionLink{text-decoration:none;color:inherit!important;font-weight:600;font-variation-settings:"wght" 600;padding-bottom:0;display:block;text-align:right;font-size:10px}.pointCauseNewReactionLabel{overflow:hidden;overflow-wrap:break-word;text-align:center;font-size:12px;font-weight:600;font-variation-settings:"wght" 600;margin-bottom:4px}.pointCauseProgressBar{width:100%;height:32px;background-color:var(--QGL-cause-progress-background);border-radius:8px;overflow:hidden;position:relative}.pointCauseProgressBar>div{height:100%;position:absolute;-webkit-transition:width 1s ease;transition:width 1s ease}.pointCauseProgressBar>div>div{height:100%}.pointCauseProgressBarCause{background:var(--QGL-gradient)}.pointCauseProgressBarNode{background-image:repeating-linear-gradient(315deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5) 8px,transparent 0,transparent 16px)}.pointCauseCurrentLevel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;padding:8px}.pointCauseCurrentLevel>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;font-size:12px;font-weight:900;font-variation-settings:"wght" 900;color:var(--QGL-cause-progress-color)!important;height:auto!important}.pointCauseInfos{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;font-size:12px;font-weight:600;font-variation-settings:"wght" 600;margin-top:2px;overflow:hidden}.pointCauseInfos,.pointCauseInfos>div:not(:first-child){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.pointCauseInfos>div:not(:first-child){-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:2px}.pointCauseScore{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right;max-width:100%;font-weight:300;font-variation-settings:"wght" 300}.pointCauseNodeScore{overflow:hidden;overflow-wrap:break-word;text-align:right}.pointCauseNoParent,.pointCauseNodeScore{margin-top:2px;font-size:12px;font-weight:600;font-variation-settings:"wght" 600}.pointCauseNoParent{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.pointCauseNoParent,.pointCauseParticipation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;gap:16px}.pointCauseParticipation{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pointCauseLevels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;gap:16px;font-size:12px}.pointCauseLevel{max-width:100%;width:100%;padding:8px;border-radius:8px;background-color:var(--QGL-cause-level-background)}.pointCauseLevel>div{overflow:hidden;overflow-wrap:break-word;text-align:left}.pointCauseLevel>div:first-child{font-weight:600;font-variation-settings:"wght" 600}.pointCauseLevel>div:not(:first-child){font-style:italic}.pointCauseLevelGift{font-style:normal!important;font-weight:600;font-variation-settings:"wght" 600}.pointCauseButtons{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap}.pointCauseButtons,.pointCauseParticipantsLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pointCauseParticipantsLine{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:auto}.pointCausePointsList>div{max-width:100%;width:100%}.collaborativeChat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;width:100%;color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px;padding:4px 8px;max-height:50vh;overflow:auto;-webkit-box-shadow:inset 0 0 32px -12px #000;box-shadow:inset 0 0 32px -12px #000}.collaborativeChat,.collaborativeChatIndicator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.collaborativeChatIndicator{position:absolute;left:8px;right:auto;z-index:2;width:24px;height:24px;border-radius:50%;pointer-events:none;margin:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;color:var(--QGL-collaborative-chat-indicator-color);background-color:var(--QGL-collaborative-chat-indicator-background)}.collaborativeInvitation{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.collaborativeInvitationTitle{font-size:14px;font-weight:700;font-variation-settings:"wght" 600;text-align:left;padding-left:8px;cursor:pointer}.collaborativeInvitationZone{color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px;padding:4px}.collaborativeInvitationList,.collaborativeInvitationZone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.collaborativeInvitationList{width:100%}.collaborativeInvitationList,.collaborativeInvitationListElement{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.collaborativeInvitationListElement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px;padding:8px}.collaborativeInvitationListElement>div:first-child{min-width:200px}.collaborativeMosaicParticipation>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:8px}.collaborativeMosaicParticipationSelect{font-size:12px;font-weight:700;font-variation-settings:"wght" 200}.collaborativeMosaicParticipationTextInputCounter{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto;margin-right:0;margin-top:-4px;margin-bottom:-4px;font-weight:400;font-variation-settings:"wght" 400}.collaborativeMosaicParticipationTextInputCounterInput{padding:2px 4px;border-radius:4px}.collaborativeMosaicParticipationTextInputCounterError{color:#fff!important;background-color:var(--QGL-orange)!important}.collaborativeMosaicImageUpload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0 none;border-radius:8px;width:100%;padding:0;color:var(--QGL-dropzone-color)!important;background-color:var(--QGL-dropzone-background)!important;min-height:50px;height:80px;cursor:pointer}.collaborativeMosaicImageUpload:hover{border-radius:8px;-webkit-filter:brightness(120%);filter:brightness(120%)}.collaborativeMosaicImageUpload>div:first-child{font-size:24px}.collaborativeMosaicImageUpload>div:last-child{font-size:12px;font-weight:600;font-variation-settings:"wght" 600;overflow-wrap:anywhere}.collaborativeMosaicParticipationList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.collaborativeMosaicParticipationList>div:first-child{font-size:14px;font-weight:600;font-variation-settings:"wght" 600;max-width:100%;overflow-wrap:break-word}.collaborativeMosaicParticipationList>div:last-child{width:100%;position:relative;height:160px}.collaborativeMosaicParticipationListOverlay{min-width:20px!important;width:20px!important;background:-webkit-gradient(linear,left top,right top,from(transparent),to(var(--QGL-point-background)));background:linear-gradient(90deg,transparent,var(--QGL-point-background));z-index:2}.collaborativeMosaicParticipationElements{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:100%;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:8px}.collaborativeMosaicParticipationElements,.collaborativeMosaicParticipationElements>div{-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.collaborativeMosaicParticipationElements>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:4px;color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px;padding:8px;cursor:pointer;min-width:150px;max-width:250px;overflow:auto}.collaborativeMosaicParticipationElements>div:hover{-webkit-filter:brightness(1.3);filter:brightness(1.3)}.collaborativeMosaicParticipationListDesc{font-size:12px;font-weight:200;font-variation-settings:"wght" 200;font-style:italic;max-width:100%;overflow-wrap:break-word}.collaborativeMosaicParticipationListText{font-size:14px;font-weight:600;font-variation-settings:"wght" 600;margin:auto;max-width:100%;overflow-wrap:break-word}.collaborativeMosaicParticipationListImg{width:100%;height:100%}.collaborativeMosaicParticipationListImg>img{width:100%;height:100%;max-width:100px;max-height:100px;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:auto}.collaborativeElementModal{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.collaborativeElementModal,.collaborativeElementModalAuthor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.collaborativeElementModalAuthor{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.collaborativeElementModalPresentation{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px}.collaborativeElementModalContent,.collaborativeElementModalPresentation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.collaborativeElementModalContent{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.collaborativeElementModalEvals,.collaborativeElementModalMenu{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;width:100%}.collaborativeElementModalEvals,.collaborativeElementModalEvals>div:last-child,.collaborativeElementModalMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.collaborativeElementModalEvals>div:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;margin-right:2px}.collaborativeMosaicElementForModal{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.collaborativeMosaicElementModalList>div,.collaborativeMosaicElementModalText{color:var(--QGL-contribution-color);background-color:var(--QGL-contribution-background)}.collaborativeMosaicElementModalImage{cursor:pointer}.collaborativeMosaicElementModalList>img{border-radius:8px}.collaborativeElementForModal{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.collaborativeMosaicElement{position:absolute;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.collaborativeMosaicElement[data-appeared]{-webkit-animation:mosaicElementNew .5s ease-out forwards;animation:mosaicElementNew .5s ease-out forwards}@-webkit-keyframes mosaicElementNew{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}40%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}70%{opacity:1;-webkit-transform:scale(.8);transform:scale(.8)}85%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes mosaicElementNew{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}40%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}70%{opacity:1;-webkit-transform:scale(.8);transform:scale(.8)}85%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.collaborativeMosaicElement[data-updated]{-webkit-animation:mosaicElementUpdate .3s ease-out forwards;animation:mosaicElementUpdate .3s ease-out forwards}@-webkit-keyframes mosaicElementUpdate{0%{-webkit-filter:opacity(.5);filter:opacity(.5)}to{-webkit-filter:opacity(1);filter:opacity(1)}}@keyframes mosaicElementUpdate{0%{-webkit-filter:opacity(.5);filter:opacity(.5)}to{-webkit-filter:opacity(1);filter:opacity(1)}}.collaborativeMosaicElement[data-wait]{-webkit-filter:brightness(40%);filter:brightness(40%)}.collaborativeMosaicElement[data-select]{cursor:crosshair}.collaborativeMosaicElement[data-notselectable]{cursor:not-allowed}.collaborativeMosaicElement:not([data-forbidden]){-webkit-box-shadow:2px 2px 8px rgba(0,0,0,.2);box-shadow:2px 2px 8px rgba(0,0,0,.2)}.collaborativeMosaicElement>div{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;overflow:hidden}.collaborativeMosaicElementMark{position:absolute;background-color:#000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;-webkit-box-shadow:2px 2px 4px #000;box-shadow:2px 2px 4px #000;-webkit-animation:mosaicElementMark .3s ease-out forwards;animation:mosaicElementMark .3s ease-out forwards;z-index:2}@-webkit-keyframes mosaicElementMark{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes mosaicElementMark{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.collaborativeMosaicElementMark>div{margin:0!important}.collaborativeMosaicElementForbidden{background-color:var(--QGL-blue);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-filter:blur(2px);filter:blur(2px)}.collaborativeMosaicElementModalMark{font-size:12px;font-style:italic;font-weight:600;font-variation-settings:"wght" 600;border-radius:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.collaborativeMosaicElementImage>img,.collaborativeMosaicElementProfile>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.collaborativeMosaicElementProfile>div{-o-object-fit:cover;object-fit:cover;background-color:var(--QGL-blue)}.collaborativeMosaicElementList>div,.collaborativeMosaicElementProfile>div,.collaborativeMosaicElementText{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.collaborativeMosaicElementList>div,.collaborativeMosaicElementText{margin:auto;font-weight:600;font-variation-settings:"wght" 600;overflow-wrap:anywhere;color:#fff;text-shadow:0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000,0 0 4px #000;font-size:14px;padding:4px;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;height:auto!important;max-height:100%!important}.collaborativeMosaicElementList>img{margin:auto;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.collaborativeMosaicElementModalMenu{margin-bottom:16px}.collaborativeMosaicElementModalList>div,.collaborativeMosaicElementModalText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto;font-weight:600;font-variation-settings:"wght" 600;width:100%;height:100%;overflow-wrap:anywhere;color:var(--QGL-point-color);background-color:var(--QGL-point-background);padding:8px;font-size:16px;border-radius:8px}.collaborativeMosaicElementModalImage>img{border-radius:8px}.collaborativeMosaicElementModalImage>img,.collaborativeMosaicElementModalList>img{margin:auto;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.collaborativeMosaicViewElements{font-size:12px;overflow:auto;z-index:1;position:absolute;width:100%;height:100%}.collaborativeMosaicSurface{position:relative;margin:auto;background-color:var(--QGL-point-background);background-size:cover;background-position:50%;overflow:hidden}.collaborativeMosaicViewOverlay{overflow:auto;pointer-events:none;position:absolute;z-index:2;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.collaborativeMosaicViewOverlay>div{margin:auto}.collaborativeMosaicView{gap:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.collaborativeMosaicView,.collaborativeMosaicViewPreview{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.collaborativeMosaicViewPreview{margin:auto;overflow:hidden;max-width:100%;padding-top:100%;position:relative}.collaborativeMosaicViewPreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;right:0;bottom:0}.collaborativeMosaicViewSub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:64px;z-index:2;background-color:transparent;cursor:wait;pointer-events:none}.collaborativeMosaicViewBg{z-index:0;background-color:transparent;background-size:cover;background-position:50%;-webkit-filter:opacity(.9) blur(16px);filter:opacity(.9) blur(16px)}.collaborativeMosaicViewPreviewControls{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.collaborativeMosaicViewPreviewControls,.collaborativeMosaicViewPreviewControls>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.collaborativeMosaicViewPreviewControls>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;color:var(--QGL-point-color);background-color:var(--QGL-point-background);padding:4px 8px;border-radius:8px;font-size:10px;font-weight:700;font-variation-settings:"wght" 600;cursor:pointer}.collaborativeMosaicViewPreviewControls>div:first-child{margin-left:0;margin-right:auto;text-align:left}.collaborativeMosaicViewPreviewControls>div:last-child{margin-left:auto;margin-right:0;text-align:right;font-size:14px}.collaborativeMosaic{width:100%;gap:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.collaborativeMosaic,.collaborativeMosaicPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.collaborativeMosaicPreview{border:1px solid var(--QGL-mosaic-preview-border);margin:auto;max-width:100%;overflow:hidden}.collaborativeMosaicElements{font-size:12px}.collaborativeMosaicZoneParticipant,.collaborativeMosaicZoneParticipantOpen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%}.collaborativeMosaicClosed,.collaborativeMosaicGenericInfos,.collaborativeMosaicOpen,.collaborativeMosaicTimer{font-size:12px;font-weight:700;font-variation-settings:"wght" 200}.collaborativeMosaicClosed,.collaborativeMosaicTimer{color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px;padding:8px;overflow-wrap:break-word}.collaborativeMosaicGenericInfos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.collaborativeMosaicGenericInfos>div{cursor:pointer}.collaborativeMosaicGenericInfos>div[data-alert],.collaborativeMosaicOffline{color:var(--QGL-n0);background-color:var(--QGL-orange);padding:2px 4px;border-radius:8px;font-weight:700;font-variation-settings:"wght" 500}.collaborativeMosaicOffline{padding:4px 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.collaborative{width:100%}.interactiveElementPreviewContainer{top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.interactiveElementPreview,.interactiveElementPreviewContainer{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveElementPreview{pointer-events:all}.interactiveElementPreviewTarget,.interactiveLayer{width:100%;height:100%}.interactiveLayer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;position:absolute;overflow:hidden;user-select:none}.interactiveLayerBg{display:block;background-repeat:repeat;background-position:0 0}.interactiveLayerBg>img{visibility:hidden}@keyframes backgroundScrollToLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes backgroundScrollToRight{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes backgroundScrollToTop{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes backgroundScrollToBottom{0%{-webkit-transform:translateY(-50%);transform:translateY(-50%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes backgroundScrollToLeft{0%{background-position-x:100%}to{background-position-x:0}}@-webkit-keyframes backgroundScrollToRight{0%{background-position-x:0}to{background-position-x:100%}}@-webkit-keyframes backgroundScrollToTop{0%{background-position-y:100%}to{background-position-y:0}}@-webkit-keyframes backgroundScrollToBottom{0%{background-position-y:0}to{background-position-y:100%}}.interactivePlayer{z-index:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin:auto;overflow-wrap:anywhere;color:#fff;overflow:hidden;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactivePlayer,.interactivePlayerContainer{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:100%}.interactivePlayerContainer,.interactivePlayerImage{max-height:100%;pointer-events:none}.interactivePlayerImage{max-width:100%;visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactivePlayerSurface{position:absolute;top:0;left:auto;right:auto;width:100%;height:100%;max-width:100%;max-height:100%}.interactivePlayerSurface>img{z-index:0;max-width:100%;max-height:100%;pointer-events:all}.interactivePlayerElementPreviewContainer{z-index:1}.interactivePlayerInterface{position:absolute;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;overflow-wrap:anywhere;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactivePlayerInterface[data-error]{min-height:50px}.interactivePlayerInterface[data-end]{min-height:300px}.interactivePlayerInterface>*{pointer-events:all}.interactivePlayerInterfaceOverlay{position:absolute;z-index:1002;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.interactivePlayerInterfaceOverlay:not([data-display]){-webkit-animation:interactivePlayerOverlayAnimationShow 0s ease 0s 1 normal forwards;animation:interactivePlayerOverlayAnimationShow 0s ease 0s 1 normal forwards}@-webkit-keyframes interactivePlayerOverlayAnimationHide{0%{opacity:1}to{opacity:0}}@keyframes interactivePlayerOverlayAnimationHide{0%{opacity:1}to{opacity:0}}.interactivePlayerInterfaceOverlay[data-display]{-webkit-animation:interactivePlayerOverlayAnimationHide 1s ease 0s 1 normal forwards;animation:interactivePlayerOverlayAnimationHide 1s ease 0s 1 normal forwards}@-webkit-keyframes interactivePlayerOverlayAnimationShow{0%{opacity:0}to{opacity:1}}@keyframes interactivePlayerOverlayAnimationShow{0%{opacity:0}to{opacity:1}}.interactivePlayerInterfaceLoading{height:8px;max-height:100%;background-color:grey;margin-left:16%;margin-right:16%}.interactivePlayerInterfaceError{overflow:hidden;overflow-wrap:break-word;width:100%;max-width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-variation-settings:"wght" 600;color:#fff;background-color:#000}.interactivePlayerInterfaceEnd{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.interactivePlayerInterfaceEnd,.interactivePlayerInterfaceEnd>div{color:#fff;background-color:#000;padding:8px;font-size:14px;font-variation-settings:"wght" 600;width:100%;z-index:1003;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;overflow-y:auto}.interactivePlayerInterfaceEnd>div{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.interactivePlayerInterfaceEndIFrame{width:100%;overflow:hidden;border-radius:8px;height:715px;min-height:715px}.interactivePlayerInterfaceMessage{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.interactivePlayerInterfaceMessage[data-position=top]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.interactivePlayerInterfaceMessage[data-position=center]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.interactivePlayerInterfaceMessage[data-position=bottom]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.interactivePlayerInterfaceMessage>div{color:#fff;background-color:#000;padding:8px;font-size:14px;font-variation-settings:"wght" 600;width:100%}.interactivePlayerInterfaceInputMessage{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.interactivePlayerInterfaceInputMessage>div{color:#fff;background-color:#000;padding:8px;font-size:14px;font-variation-settings:"wght" 600;width:100%}.interactivePlayerInterfaceInputMessage>div:first-child{padding-bottom:16px}.interactivePlayerInterfaceInputMessage>div:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding:16px}.interactivePlayerInterfaceInputMessage>div:last-child>div{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;width:auto}.interactivePlayerInterfaceButtonFullscreen{position:absolute;top:8px;right:48px;z-index:1003;cursor:pointer;opacity:.7}.interactivePlayerInterfaceButtonMenu{position:absolute;top:8px;right:8px;z-index:1003;cursor:pointer;opacity:.7}.interactivePlayerInterfaceMenu{position:absolute;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;color:#fff;padding-top:40px}.interactivePlayerInterfaceMenuTitle{font-size:20px;font-variation-settings:"wght" 600;text-align:center;margin:auto;color:#fff}.interactivePlayerInterfaceMenuFullscreen{position:absolute;top:8px;right:48px;z-index:1003;cursor:pointer;opacity:.7}.interactivePlayerInterfaceMenuShare{position:absolute;top:8px;left:8px;z-index:1003;cursor:pointer;opacity:.7}.interactivePlayerInterfaceMenuList{overflow-x:hidden;overflow-y:auto;min-height:100px;background-color:rgba(0,0,0,.5);border-radius:8px}.interactivePlayerInterfaceMenuHeader,.interactivePlayerInterfaceMenuListTitle{display:inline-block;background-color:rgba(0,0,0,.5);border-radius:8px;padding:8px;max-width:100%}.interactivePlayerInterfaceMenuListTitle{font-variation-settings:"wght" 600}.interactivePlayerInterfaceMenuListLine,.interactivePlayerInterfaceMenuListLineEmpty{background-color:transparent;border:0 none;color:#fff;font-size:14px}.interactivePlayerInterfaceMenuListLine>span{font-variation-settings:"wght" 500;font-size:16px;padding-right:8px}.interactivePlayerInterfaceMenuListLineEmpty{font-style:italic;font-variation-settings:"wght" 200}.interactivePlayerEmbedded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%;max-width:100%;height:auto;max-height:80vh;overflow-wrap:anywhere;position:relative}.interactivePlayerEmbedded[data-error]{min-height:50px}.helpContainer{cursor:pointer;display:inline-block;font-size:12px;font-style:italic}.helpContainer:not([data-clickable]):hover{opacity:.5}.helpIcon{display:inline-block!important;text-align:center;width:24px;height:24px;margin-left:0;margin-right:0;border:0 solid #fff;color:var(--text-color);background-color:var(--background-color);border-radius:12px;padding:4px;font-size:10px}.interactiveEditorVisualFilters{margin:auto;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.interactiveEditorVisualFilters,.interactiveEditorVisualFilters>div{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.interactiveEditorVisualFilters>div{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.interactiveEditorVisualFilters>div>div:nth-child(2){cursor:pointer;margin:0 2px!important}.interactiveEditorPreview{max-width:100%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:8px}.interactiveEditorPreview,.interactiveEditorPreviewControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.interactiveEditorPreviewControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;gap:8px 16px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:8px}.interactiveEditorPreviewButtonsExpl{font-size:12px!important;font-variation-settings:"wght" 500;line-height:120%}.interactiveEditorPreviewButtonsExpl>div:nth-child(2){font-size:9px!important;font-variation-settings:"wght" 400}.interactiveEditorPreviewMain{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;position:relative;z-index:0;overflow:auto}.interactiveEditorPreviewExpl{font-size:12px;font-variation-settings:"wght" 200}.interactiveEditorPreviewContainer{position:relative;cursor:crosshair}.interactiveEditorPreviewContainer:not([data-zoom]){overflow:hidden;width:100%;margin:auto}.interactiveEditorPreviewContainer[data-clicked]{cursor:-webkit-grab;cursor:grab}.interactiveEditorPreviewContainer>img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveEditorPreviewContainer>img[data-zoom]{width:auto;height:auto;margin:auto}.interactiveEditorPreviewContainer>img:not([data-zoom]){width:100%;max-width:100%;height:100%}.interactiveEditorPreviewContainer>div:not([data-zoom]){width:100%}.interactiveEditorPreviewParams{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;width:100%;padding:8px}.interactiveEditorPreviewParams,.interactiveEditorPreviewParamsLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.interactiveEditorPreviewParamsLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorZonePreviewContainer{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.interactiveEditorZonePreview{position:absolute;background-color:hsla(0,0%,100%,.75);mix-blend-mode:difference;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.interactiveEditorCondition{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.interactiveEditorConditionDefinitions{width:100%}.interactiveEditorConditionDefinitions>div{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:8px}.interactiveEditorConditionControls,.interactiveEditorConditionDefinitions>div{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorConditionControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;gap:16px}.interactiveEditorEventConditions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.interactiveEditorEventConditionsTitle{margin-bottom:auto;font-size:20px;font-variation-settings:"wght" 600}.interactiveEditorEventConditionsContent{padding-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;overflow:hidden;max-width:100%;word-break:break-word;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveEditorEventConditionsLine{cursor:pointer}.interactiveEditorEventConditionsLine>pre{display:inline;color:inherit;font-size:inherit;font-family:inherit;margin:inherit;white-space:break-spaces}.interactiveEditorAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.interactiveEditorActionDefinitions{width:100%}.interactiveEditorActionDefinitions>div{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:8px}.interactiveEditorActionControls,.interactiveEditorActionDefinitions>div{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorActionControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;gap:16px}.interactiveEditorActionExpl{text-align:left;font-size:13px;font-variation-settings:"wght" 300;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveEditorActionParamsLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorActionDefinitionRow{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;gap:8px}.interactiveEditorActionDefinitionRow,.interactiveEditorActionElementGFX{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.interactiveEditorActionElementGFX{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:16px}.interactiveEditorActionElementGFX>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px}.interactiveEditorActionElementGFXImage{width:100px;height:100px}.interactiveEditorActionElementGFXImage>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.interactiveEditorEventActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.interactiveEditorEventActionsTitle{margin-bottom:auto;font-size:20px;font-variation-settings:"wght" 600}.interactiveEditorEventActionsContent{padding-top:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;overflow:hidden;max-width:100%;word-break:break-word;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveEditorEventActionsLine>pre{display:inline;color:inherit;font-size:inherit;font-family:inherit;margin:inherit;white-space:break-spaces;cursor:pointer}.interactiveEditorEventActionsLineHandle{cursor:move;cursor:-webkit-grabbing;margin-right:8px!important}.interactiveEditorEvent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:auto;color:var(--point-color);background-color:var(--point-background-color);border-radius:8px;-webkit-box-shadow:1px 0 4px rgba(0,0,0,.5);box-shadow:1px 0 4px rgba(0,0,0,.5);min-width:250px;min-height:200px;max-width:400px;padding:8px}.interactiveEditorEventContent{gap:16px;width:auto;max-width:100%}.interactiveEditorEventContent,.interactiveEditorEventOptionsButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.interactiveEditorEventOptionsButton{margin-left:auto!important;cursor:pointer;font-size:12px;gap:8px}.interactiveEditorEventOptions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.interactiveEditorEventOptionsCollapse{margin-left:0;margin-right:auto;font-size:14px}.interactiveEditorEventOptionsExec{margin-bottom:auto;font-size:12px;font-variation-settings:"wght" 400;margin-top:8px;margin-left:auto}.interactiveEditorEventOptionsExec,.interactiveEditorEvents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.interactiveEditorEvents{width:100%;position:relative}.interactiveEditorEventsList{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:0 16px 8px 8px;margin-bottom:16px}.interactiveEditorEventsList,.interactiveEditorEventsListControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;max-width:100%;position:relative;gap:16px}.interactiveEditorEventsListControls{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding:8px;overflow:unset}.interactiveEditorEventsList>div:first-child{margin-left:auto!important}.interactiveEditorEventsList>div:last-child{margin-right:auto!important}.interactiveEditorElementPosition{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:4px}.interactiveEditorElementPosition,.interactiveEditorElementPositionParams{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;width:100%}.interactiveEditorElementPositionParams{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0}.interactiveEditorElementPositionParamsLine{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorElementPositionParamsLine,.interactiveEditorImageUpload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.interactiveEditorImageUpload{cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.interactiveEditorImageUploadPlaceholder{color:var(--QGL-dropzone-color)!important;background-color:var(--QGL-dropzone-background)!important;border-radius:8px;height:100%}.interactiveEditorImageExpl{font-size:12px;font-variation-settings:"wght" 200;text-align:left;width:100%}.interactiveEditorImageUploadImages{margin:8px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.interactiveEditorImageUploadImage{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;cursor:pointer}.interactiveEditorElement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%;max-width:100%}.interactiveEditorElement>div{color:var(--point-color);background-color:var(--point-background-color);border-radius:4px;padding:8px}.interactiveEditorElementMain{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.interactiveEditorElementMain,.interactiveEditorElementMainLine1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;max-width:100%}.interactiveEditorElementImagesUploaded,.interactiveEditorElementMainLine1{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.interactiveEditorElementImagesUploaded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;overflow:auto;position:relative;padding-left:12px}.interactiveEditorElementImageUploaded{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100px;width:100px;max-width:100px;min-height:100px;height:100px;max-height:100px;margin:auto;width:100%}.interactiveEditorElementImageUploaded>.dropzone{min-height:50px}.interactiveEditorElementImageUploaded>img{-o-object-fit:contain;object-fit:contain;min-width:inherit;max-height:inherit;max-width:inherit;cursor:pointer;max-width:100px;max-height:100px}.interactiveEditorElementImagePlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-size:20px}.interactiveEditorElementPriority{-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorElementPriority,.interactiveEditorLayer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.interactiveEditorLayer{width:100%}.interactiveEditorLayerImagePlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-size:20px}.interactiveEditorLayerImageUploaded{position:relative;width:100%;height:auto}.interactiveEditorLayerImageUploaded>.dropzone{min-height:50px}.interactiveEditorLayerImageUploaded>img{-o-object-fit:contain;object-fit:contain;min-width:inherit;max-height:inherit;max-width:inherit;cursor:pointer;max-width:100%;max-height:100%;width:100%}.interactiveEditorLayerParams{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;width:100%}.interactiveEditorLayerParams>div{width:100%}.interactiveEditorLayerControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:16px}.interactiveEditorLayerControls,.interactiveEditorLayers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.interactiveEditorLayers{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.interactiveEditorLayersTitle{font-size:16px;font-variation-settings:"wght" 600}.interactiveEditorLayersContent{overflow:hidden;word-break:break-word;color:var(--point-color);background-color:var(--point-background-color);border-radius:8px;padding:8px}.interactiveEditorLayersContent,.interactiveEditorLayersContentDown,.interactiveEditorLayersContentTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;max-width:100%}.interactiveEditorLayersContentScene{gap:8px;font-variation-settings:"wght" 600}.interactiveEditorLayersLayer{min-width:100%;width:100%;max-width:100%;position:relative;overflow:hidden;height:100px;max-height:100px}.interactiveEditorLayersLayer>img{cursor:pointer;-o-object-fit:cover;object-fit:cover;-webkit-transform:translateY(-50%);transform:translateY(-50%);min-width:100%}.interactiveEditorScene{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:8px}.interactiveEditorScene,.interactiveEditorSceneImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.interactiveEditorSceneImage{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;overflow:scroll}.interactiveEditorSceneImage[data-zoom]{overflow:scroll;max-width:100%}.interactiveEditorSceneImage:not([data-zoom]){overflow:hidden}.interactiveEditorSceneImageUploadZone{width:100%;max-width:100%}.interactiveEditorSceneImagePlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-size:64px}.interactiveEditorSceneImageContainer{position:relative}.interactiveEditorSceneImageContainer[data-zoom]{position:relative;width:auto;height:auto;margin:auto}.interactiveEditorSceneImageContainer:not([data-zoom]){width:100%;max-width:100%;height:100%}.interactiveEditorSceneImageContainer>img[data-zoom]{width:auto;height:auto;margin:auto}.interactiveEditorSceneImageContainer>img:not([data-zoom]){width:100%;max-width:100%;height:100%}.interactiveEditorSceneControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-top:8px}.interactiveEditorSceneElementSelectorToggle{width:100%;margin:auto;overflow:hidden;text-overflow:ellipsis;border:0 none!important;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:var(--button-color)!important;background-color:var(--button-background-color)!important}.interactiveEditorSceneElementSelectorMenu{width:100%;color:var(--menu-color)}.interactiveEditorSceneElementSelectorButton,.interactiveEditorSceneElementSelectorMenu{max-width:100%;overflow:hidden;text-overflow:ellipsis;background-color:var(--menu-background-color)}.interactiveEditorSceneElementSelectorButton{color:var(--menu-color)!important;font-size:14px;font-variation-settings:"wght" 600}.interactiveEditorSceneElementSelectorButtonElement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;width:100%}.interactiveEditorSceneElementSelectorButtonElement>div{overflow:hidden;text-overflow:ellipsis}.interactiveEditorSceneElementRenaming{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;max-width:300px}.interactiveEditorSceneElementRenaming,.interactiveEditorSceneElementTypeSelector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.interactiveEditorSceneElementTypeSelector{-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorSceneElementTitleInput,.interactiveEditorSceneElementTitleInput>input{text-align:center;font-size:12px;font-variation-settings:"wght" 600}.interactiveEditorSceneParams{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:300px}.interactiveEditor,.interactiveEditorSceneParams{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.interactiveEditor{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;color:var(--text-color);background-color:var(--background-color);border-radius:16px}.interactiveEditorSceneSelectorToggle{width:100%;max-width:100%;margin:auto;overflow:hidden;text-overflow:ellipsis;border:0 none!important;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:var(--button-color)!important;background-color:var(--button-background-color)!important}.interactiveEditorSceneSelectorMenu{width:100%;color:var(--menu-color)}.interactiveEditorSceneSelectorButton,.interactiveEditorSceneSelectorMenu{max-width:100%;overflow:hidden;text-overflow:ellipsis;background-color:var(--menu-background-color)}.interactiveEditorSceneSelectorButton{color:var(--menu-color)!important;font-size:14px;font-variation-settings:"wght" 600}.interactiveEditorSceneSelectorButtonScene{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%;width:100%}.interactiveEditorSceneSelectorButtonScene>div{overflow:hidden;text-overflow:ellipsis}.interactiveEditorSceneRenaming{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;max-width:300px;margin-top:8px}.interactiveEditorSceneTitleInput,.interactiveEditorSceneTitleInput>input{text-align:center;font-size:12px;font-variation-settings:"wght" 600}.interactiveEditorOptions{width:100%;padding:8px;margin-top:16px}.interactiveEditorOptions,.interactiveEditorOptionsOrigin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.interactiveEditorOptionsOrigin{-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorOptionsOrigin>div:first-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-variation-settings:"wght" 500;margin-bottom:16px}.interactiveEditorOptionLine,.interactiveEditorOptionsOrigin>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.interactiveEditorOptionLine{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.pointInteractive{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:calc(100% + 16px);margin:16px -8px 24px -8px}.pointInteractive>div{width:100%;max-width:100%}.pointInteractiveControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.pointContainer,.pointInteractiveControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;width:100%}.pointContainer{max-width:100%;background-color:var(--QGL-point-background);padding:12px;margin:0;max-width:min(100%,1000px);font-family:Urbanist,Arial,sans-serif;color:var(--QGL-point-color)}.point,.pointContainer{position:relative;z-index:auto;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.point{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.point,.pointContent{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;gap:12px}.pointContent{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;min-width:min(100%,500px);width:auto;max-width:100%;margin:auto 0}.pointContent[data-background]{background:var(--QGL-point-content-background);padding:12px;border-radius:12px}.pointContentImageZone{border-radius:16px}.pointImageActions{position:relative;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:16px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-width:110px;margin-left:auto}.pointTitleContainer{font-size:16px;text-align:left;margin:0}.pointMoreInfos{position:relative;overflow:hidden;max-height:100px}.pointMoreInfos[data-more]{max-height:none!important}.pointMoreInfos[data-hide]{display:none}.pointMoreInfosOverlay{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(var(--QGL-point-background)));background:linear-gradient(transparent,var(--QGL-point-background));position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;cursor:pointer}.pointMoreInfosOverlay[data-background]{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(var(--QGL-point-content-background)));background:linear-gradient(transparent,var(--QGL-point-content-background))}.pointShowMore{text-align:left;font-size:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.7}.pointReadTime{font-size:12px;text-align:right;font-variation-settings:"wght" 200;font-weight:200;margin-top:16px;margin-bottom:4px}.pointFooter{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:48px;padding:0 10px;position:relative;z-index:1}.pointFooter,.pointFooterRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.pointFooterRight{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:0 4px}.pointContributionsContainer{border-radius:16px}.feedPointsNew{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:1px;background-color:var(--QGL-point-separator);border-radius:8px}.feedPointsNew>div:first-child{border-top-left-radius:4px;border-top-right-radius:4px;overflow:hidden}.feedPointsFollowSubscribe{text-align:left;margin-top:32px;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.feedPointsFollowSubscribeTitle{text-align:left;font-size:14px;font-weight:600;font-variation-settings:"wght" 600;text-align:center}.feedPointsFollowError{text-align:left;margin-top:32px;margin-bottom:32px;font-size:24px}.feedUserSuggestions{width:100%;padding:0}.feedUserSuggestionsLines{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-left:8px}.feedUserSuggestionsLines,.modalRelationShipsOrder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.modalRelationShipsOrder{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;margin-bottom:16px}.modalRelationShipsLine{max-width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4px;padding:1px}.feed,.modalRelationShipsLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.feed{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin:auto;gap:16px}.feed,.feedLeft,.feedRight{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.feedLeft,.feedRight{min-width:220px;width:220px;max-width:220px;border-radius:8px;color:var(--QGL-point-color);background-color:var(--QGL-feed-panel-background);padding:16px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:32px;position:sticky;top:0;height:calc(100vh - var(--QGL-topbar-height));max-height:calc(100vh - var(--QGL-topbar-height));overflow:auto}@supports (height:100dvh){.feedLeft,.feedRight{height:calc(100vh - var(--QGL-topbar-height))!important;max-height:calc(100vh - var(--QGL-topbar-height))!important}}.feedLeftProfile{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px;position:relative}.feedLeftProfileBanner{width:calc(100% + 14px);margin-top:-16px;margin-left:-6px;pointer-events:none;position:absolute;top:0;right:0;left:0;height:50px;background-size:cover}.feedLeftProfileAvatar{margin-bottom:12px}.feedLeftProfileIntroduction,.feedLeftProfileUsername{width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:left;overflow-wrap:break-word;color:inherit!important;display:block}.feedLeftProfileUsername{font-weight:600;font-variation-settings:"wght" 600}.feedLeftProfileIntroduction{font-weight:300;font-variation-settings:"wght" 300;font-size:12px}.feedLeftThemes{max-width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px}.feedCenter,.feedLeftThemes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.feedCenter{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;min-width:0;width:100%;gap:16px}.feedPanelSection{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.feedPanelTitle{width:100%;color:inherit!important;text-align:left;font-size:14px;font-weight:900;font-variation-settings:"wght" 900;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.feedNew{padding:16px;border-radius:8px;color:var(--QGL-point-color);background-color:var(--QGL-feed-panel-background)}.feedNew,.feedNewContent{width:100%;margin-left:auto;margin-right:auto}.feedNewContent{max-width:500px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.banners,.feedNewAvatar,.feedNewContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banners{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-radius:16px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100%;position:relative;font-family:Urbanist,Arial,sans-serif;line-height:100%;padding-left:8px;padding-right:16px}.bannersClose{color:var(--QGL-color)!important;opacity:.5;font-size:10px;cursor:pointer;text-align:right;height:10px;margin:0;padding:0;position:absolute;top:-8px;right:5px}.banners>div:not(.bannersClose){display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;max-width:100%;white-space:break-spaces;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.bannersGeneral{overflow-wrap:break-word;color:var(--QGL-color)!important;font-size:12px;font-weight:500;font-variation-settings:"wght" 500}.bannersProgressBar{width:100%;height:16px;background-color:#fff;border-radius:8px;overflow:hidden;position:relative}.bannersProgressBar>div{height:100%;position:absolute;-webkit-transition:width 1s ease;transition:width 1s ease}.bannersProgressBar>div>div{height:100%}.bannersProgressBarMain{background:-webkit-gradient(linear,left top,right top,from(#00c9ff),to(#92fe9d));background:linear-gradient(90deg,#00c9ff,#92fe9d)}.bannersProgressBarDonation{background:-webkit-gradient(linear,left top,right top,from(#4a7dff),color-stop(50%,#ed5d3d),to(#e3c386));background:linear-gradient(90deg,#4a7dff,#ed5d3d 50%,#e3c386)}.bannersProgressText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;padding:0 8px}.bannersProgressText>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;font-size:10px;font-weight:500;font-variation-settings:"wght" 500;color:#fff!important;mix-blend-mode:difference;height:auto!important}.bannersDonation{overflow-wrap:break-word;color:var(--QGL-color)!important;font-size:12px;font-weight:500;font-variation-settings:"wght" 500}.themesExplorer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 4px;position:relative}.themesExplorer,.themesExplorerHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;width:100%}.themesExplorerHeader{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:100%;overflow:auto;margin:0 auto 0 auto;padding-top:2px;padding-bottom:2px}@media (min-width:768px){.themesExplorerHeader{scrollbar-width:none;&::-webkit-scrollbar{display:none}}}.themesExplorerHeader{-ms-overflow-style:none;scrollbar-width:none}.containthemesExplorerHeaderer::-webkit-scrollbar{display:none}.themesExplorerPimpMyFeed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:32px;width:100%;max-width:100%}.themesExplorerPimpMyFeedDelimiter{width:100%;min-height:1px;background-color:var(--QGL-point-separator)}.themesExplorerSelected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;max-width:100%;cursor:default}.themesExplorerSelection{font-size:13px;font-variation-settings:"wght" 300;max-width:100%;overflow-wrap:break-word}.themesExplorerSelectionTextBold{font-variation-settings:"wght" 600}.homeFeedContainer{padding:0!important}.homeFeed{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:1280px;margin:8px auto auto auto;border-top-left-radius:20px;border-top-right-radius:20px}.homeFeed,.usersExplorer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.usersExplorer{max-width:500px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.explorerUsersBasicControls{position:relative;max-width:500px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.explorerUsersBasicControls>div:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.explorerUsersBasicControls>div:last-child{-webkit-box-flex:0;-ms-flex:0;flex:0;margin:0}.explorerUsersAdvancedControlsZone{margin-top:8px;padding:8px}.explorerUsersAdvancedControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.explorerUsersAdvancedControlsOrderWarning{font-style:italic;font-size:12px;font-weight:300;font-variation-settings:"wght" 300}.explorerUsersAdvancedControlsOrderBy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:500;font-variation-settings:"wght" 500;gap:8px}.explorer{padding:8px;max-width:100%}.explorerResults{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.explorerControlsTypes,.explorerResults{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.explorerControlsTypes{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;padding-top:12px;padding-bottom:12px;max-width:500px;margin:auto}.searchContainer{padding:0!important}.search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;padding-top:20px;margin:auto}.userAccountInput{margin:16px}.userAccountInput,.userAccountSecurityCard{color:var(--input-color)!important;background-color:var(--input-background-color)!important}.userAccountSecurityCard{max-width:20rem;-ms-flex-preferred-size:320px;flex-basis:320px;border:1px solid var(--border-color)}.userAccountUsernameWarning{color:#fff;background-color:var(--common-red);font-size:14px;font-weight:600;font-variation-settings:"wght" 600;padding:8px 4px;border-radius:16px}.settingsZone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.settingsLanguage,.settingsZone{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.settingsLanguage>div{background-color:var(--background-color)!important}.settingsLanguage>div:first-child>div{color:var(--input-color);background-color:var(--input-background-color)!important;border:1px solid var(--input-border-color)}.previewQuestion{width:100%}.previewQuestion>div{max-width:100%;overflow-wrap:break-word}.previewQuestionQuestionsCallTitle{font-size:13px;font-weight:700;font-variation-settings:"wght" 600}.previewQuestionQuestion{font-size:12px;font-weight:700;font-variation-settings:"wght" 300}.message{width:100%}.messageHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-wrap:nowrap;margin-bottom:4px}.messageHeader,.messageText{-webkit-box-direction:normal}.messageText{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;overflow:hidden;color:var(--menu-color);background-color:var(--menu-background-color);border-radius:16px;padding:16px;max-width:100%;word-break:break-word}.messageText>br:not(:last-child){margin-top:100%;white-space:pre}.messageImage{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;background-color:var(--menu-background-color);border-radius:16px;padding:16px;max-width:100%}.messageImage>img{max-width:100%;cursor:pointer}.messageImageCleared{font-size:11px;font-style:italic;font-variation-settings:"wght" 200}.messageFooter{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;flex-wrap:nowrap;margin-top:2px;margin-bottom:4px;font-variation-settings:"wght" 300;font-size:12px}.messageFooter,.violationReportModerationBlob{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.violationReportModerationBlob{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;color:var(--violation-report-header-color);background-color:var(--violation-report-header-background-color);margin-bottom:16px;padding:8px;border-radius:16px}.violationReportModerationBlob>div{max-width:100%}.violationReportModerationBlobPointTitle{font-weight:400;font-size:inherit;text-decoration:none;overflow-wrap:break-word;margin-top:8px;margin-bottom:8px}.violationReportModerationBlobPointTitle:before{content:"\00AB  "}.violationReportModerationBlobPointTitle:after{content:" \00BB"}.violationReportModerationBlobUserBiography{border:1px solid grey;border-radius:16px;padding:8px}.violationReportModerationBlobConversation,.violationReportModerationBlobMessage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;max-width:100%}.violationReportModerationBlobMessage>div,.violationReportModerationBlobQuestion,.violationReportModerationBlobTheme,.violationReportModerationBlobUser{max-width:100%;overflow-wrap:break-word}.violationReport{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:var(--violation-report-color)}.violationReportHeader{width:100%;border-radius:16px;padding:8px;color:var(--violation-report-header-color);background-color:var(--violation-report-header-background-color)}.violationReportTargetAuthor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:12px;font-weight:400;font-variation-settings:"wght" 400;max-width:100%;margin-bottom:8px}.violationReportTargetAuthor>div>a{color:var(--violation-report-header-color)!important;font-weight:600;font-variation-settings:"wght" 600}.violationReportStartedDate{font-style:italic;font-weight:600;font-variation-settings:"wght" 600}.violationReportCount{font-weight:200;font-variation-settings:"wght" 200}.violationReportNature{color:var(--violation-report-nature-color);font-weight:600;font-variation-settings:"wght" 600}.violationReportType{color:var(--modal-color);font-size:16px;font-weight:600;font-variation-settings:"wght" 600;margin:16px 0}.violationReportCannotLoadParents{padding:4px 8px;color:var(--common-red)}.violationReportCommentHierarchy,.violationReportContributionHierarchy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.violationReportHierarchyIcon{font-size:16px}.violationReportTargetObject{padding:8px;border-radius:16px;background-color:var(--violation-report-target-background-color)}.violationReportArchive{color:var(--violation-report-steps-color);background-color:var(--violation-report-steps-background-color)}.violationReportArchive,.violationReportDescription{width:100%;border-radius:16px;padding:8px;font-size:12px}.violationReportDescription{color:var(--violation-report-description-color);background-color:var(--violation-report-description-background-color);font-weight:200;font-variation-settings:"wght" 200}.violationReportDescription>div{font-size:14px;font-weight:300;font-variation-settings:"wght" 300;font-style:italic}.violationReportAppeal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:16px}.violationReportSteps{font-size:14px;font-weight:600;font-variation-settings:"wght" 600;color:var(--violation-report-steps-color);background-color:var(--violation-report-steps-background-color);width:100%;padding:8px;margin-top:16px;margin-bottom:16px;border-radius:16px;overflow-wrap:break-word}.violationReportModerationActions,.violationReportNoticeAndNoticeActions{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;padding:8px;margin-top:8px;margin-bottom:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.violationReportAuthor,.violationReportModerationActions,.violationReportNoticeAndNoticeActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.violationReportAuthor{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;font-size:12px;font-weight:400;font-variation-settings:"wght" 400;width:100%;max-width:100%;border-radius:16px;padding:4px 8px;color:var(--violation-report-author-color);background-color:var(--violation-report-author-background-color)}.violationReportUserReference{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.userModerationLine{border-radius:6px;padding:2px 8px}.userModerationLine:hover{cursor:pointer;opacity:.7}.userModerationLine[data-status-wait]{color:var(--moderation-line-wait-color);background-color:var(--moderation-line-wait-background-color)}.userModerationLine[data-status-confirmed]{color:var(--moderation-line-confirmed-color);background-color:var(--moderation-line-confirmed-background-color)}.userModerationLine[data-status-cancelled],.userModerationLine[data-status-dismissed]{color:var(--moderation-line-dismissed-color);background-color:var(--moderation-line-dismissed-background-color)}.pageRoot{margin-top:0!important;padding:0!important}.rootContainer{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:8px;margin:auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.badgeContainer{display:inline-block;cursor:pointer}.badgeMedal{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-shadow:2px 2px 4px 2px 2px 4px #000 #000;box-shadow:2px 2px 4px 2px 2px 4px #000 #000}.badgeMedal,.badgeModal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.badgeModal{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.badgeObtained{font-size:12px;font-weight:200;font-variation-settings:"wght" 200}.badgeDescription{font-size:16px;font-weight:600;font-variation-settings:"wght" 600}.badgeQuote{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.badgeQuoteText{font-size:14px;font-weight:400;font-variation-settings:"wght" 400}.badgeQuoteAuthor{font-size:12px;font-style:italic;font-weight:300;font-variation-settings:"wght" 300;margin-left:auto;margin-right:0}.profileBanner{width:100%;height:150px;min-height:150px;max-height:150px;background-color:var(--profile-banner-background-color)}.profileBannerImage{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;cursor:-webkit-zoom-in;cursor:zoom-in}.profileBannerPlaceholder{width:100%!important;height:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--QGL-dropzone-color);background-color:var(--QGL-dropzone-background);position:relative;cursor:pointer}.profileBannerPlaceholderIcon{font-size:32px}.profileBannerButtonDelete,.profileMenuButton{position:absolute;right:16px;top:16px}.profileAvatar{position:relative}@media (max-width:575px){.profileAvatar{width:90px;min-width:90px;height:90px;margin-top:-45px}}@media (min-width:576px){.profileAvatar{width:140px;min-width:140px;height:140px;margin-top:-70px}}.profileAvatarImage{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:50%;border:2px solid var(--user-avatar-border-color);background-color:var(--profile-background-color);cursor:-webkit-zoom-in;cursor:zoom-in}.profileAvatarNoImage{width:100%;height:100%;font-size:64px;color:var(--user-avatar-color);background-color:var(--user-avatar-background-color);border-radius:50%;border:2px solid var(--user-avatar-border-color)}.profileAvatarNoImage,.profileAvatarPlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileAvatarPlaceholder{width:100%!important;height:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--QGL-dropzone-color);background-color:var(--QGL-dropzone-background);position:relative;border-radius:50%;cursor:pointer}.profileAvatarPlaceholderIcon{font-size:32px}.profileAvatarButtonDelete{position:absolute;right:0;bottom:0}.profileAvatarTrustLevel{position:absolute;right:0;top:0}.profileAvatarTrustLevelElement{font-size:18px}.biography{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1;flex:1;width:100%}.biography,.biographyPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1}.biographyPreview{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex:1;flex:1;font-size:14px;text-align:justify;word-break:break-word}.biographyEditButtonContainer{margin:2px 8px}.biographyEditButton{font-size:16px}.biographyEdition{padding:16px}.biographyTextCounter{font-size:12px;text-align:right;visibility:hidden;display:none}.biographyTextCounter[data-visible]{visibility:visible;display:block}.biographyEditConfirmButton{margin-top:16px}.profileEvaluationsLegend{font-size:14px;font-variation-settings:"wght" 400;font-weight:400}.profileEvaluationsLegendAmount{display:inline-block;margin-left:4px;font-size:10px;font-variation-settings:"wght" 200;font-weight:200}.profileEvaluationsTitle{font-size:16px;font-variation-settings:"wght" 600;font-weight:600;text-align:left}.profileEvaluationsColumns{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileEvaluationsGraph{margin:8px 0}.profileEvaluationsPercentage{font-size:12px;font-variation-settings:"wght" 400;font-weight:400}.profileEvaluationsWarnings{margin-top:16px}.profileEvaluationsWarningsExpl{text-align:left;font-size:12px;font-variation-settings:"wght" 200;font-weight:200}.profileEvaluationsWarningsColumns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px;gap:8px}.profileEvaluationsWarningsReds,.profileEvaluationsWarningsWhites{display:inline-block;font-size:12px;font-variation-settings:"wght" 600;font-weight:600;border-radius:16px;padding:2px 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profileEvaluationsWarningsWhites{color:var(--profile-warnings-whites-color);background-color:var(--profile-warnings-whites-background-color)}.profileEvaluationsWarningsReds{color:var(--profile-warnings-reds-color);background-color:var(--profile-warnings-reds-background-color)}.profilePostsStatsTitle{font-size:16px;font-variation-settings:"wght" 600;font-weight:600;text-align:left}.profilePostsStatsContent{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;font-size:12px;font-variation-settings:"wght" 400;font-weight:400}.profileReputationTitle{font-size:16px;font-variation-settings:"wght" 600;font-weight:600;text-align:left}.profileReputationExpl{text-align:left;font-size:12px;font-variation-settings:"wght" 200;font-weight:200}.profileReputationBody{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.profileReputationLabel{font-size:12px;font-variation-settings:"wght" 400;font-weight:400;text-align:left;margin-bottom:4px}.profileReputationProgressBar{background-color:var(--profile-reputation-progress-background-color)!important;height:10px;border-radius:5px}.profileReputationProgressBar>.progress-bar{background-color:var(--profile-reputation-progress-color)!important;border-radius:5px}.profileReputationMoreButton{text-align:right;margin:8px;font-size:12px;font-variation-settings:"wght" 400;font-weight:400;cursor:pointer}.profileSectionControls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px 16px 0 16px}.profileSectionAbout{text-align:left}.profileSectionAbout,.profileSectionAboutEdition,.profileSectionAboutPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionAboutEdition,.profileSectionAboutPreview{gap:12px}.profileSectionAboutPreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionAboutIcon{display:inline-block!important;text-align:center;width:50px;font-size:20px}.profileSectionAboutBirthday{font-size:16px;font-weight:400;font-variation-settings:"wght" 400}.profileSectionAboutLocation{font-size:16px;font-weight:500;font-variation-settings:"wght" 500}.profileSectionAboutLanguages{font-size:16px;font-weight:300;font-variation-settings:"wght" 300}.profileSectionAboutPreviewLanguages{display:inline-block}.profileSectionAboutPreviewLanguageTag{display:inline-block;color:var(--profile-section-input-color)!important;background-color:var(--profile-section-subzone-background-color)!important;padding:4px 16px;margin:4px 8px;border-radius:16px;word-break:break-word}.profileSectionAboutEditionLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionAboutEditionLanguageInput,.profileSectionAboutEditionLanguageTag{color:var(--profile-section-input-color)!important}.profileSectionAboutEditionLanguageTag{background-color:var(--profile-section-input-background-color)!important}.profileSectionAboutEditionLanguages .b-form-tag-content,.profileSectionAboutEditionLanguages .invalid-feedback{word-break:break-word}.profileSectionAboutEditionLanguages .b-form-tag-content{max-width:64px}.relativeDate{display:inline-block;cursor:pointer;white-space:nowrap}.profileSectionCharity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:12px}.profileSectionCharitySupport{font-size:14px;font-weight:400;font-variation-settings:"wght" 400}.profileSectionCharityNone{font-size:14px;font-weight:200;font-variation-settings:"wght" 200}.profileSectionCharitySupportExpl{font-size:14px;font-weight:400;font-variation-settings:"wght" 400}.profileSectionCharitySupportImg{height:250px;border-radius:8px;margin:8px 0}.profileSectionCharitySupportName{font-size:16px;font-weight:600;font-variation-settings:"wght" 600}.profileSectionCharitySupportDate{font-size:12px;font-weight:200;font-variation-settings:"wght" 200}.profileSectionContact{text-align:left}.profileSectionContact,.profileSectionContactEdition,.profileSectionContactPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionContactPreview{gap:8px}.profileSectionContactPreviewLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:16px;font-weight:400;font-variation-settings:"wght" 400}.profileSectionContactPreviewLine>div:nth-child(2){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:100%;overflow:hidden;white-space:normal;word-break:break-word}.profileSectionContactEdition{gap:24px}.profileSectionContactEditionLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.profileSectionContactEditionLineType{min-width:100px;padding:0 8px}.profileSectionContactEditionLineLabel,.profileSectionContactEditionLineType{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:16px}.profileSectionContactEditionLineLabel{min-width:200px;padding:0 16px}.profileSectionDegrees{text-align:left}.profileSectionDegrees,.profileSectionDegreesEdition,.profileSectionDegreesPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionDegreesPreview{gap:16px}.profileSectionDegreesPreviewLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;gap:16px;font-size:16px;font-weight:400;font-variation-settings:"wght" 400;background-color:var(--profile-section-subzone-background-color);border-radius:8px;padding:8px}.profileSectionDegreesPreviewIcon{font-size:24px}.profileSectionDegreesPreviewLineContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionDegreesPreviewLabel{font-size:16px;font-weight:500;font-variation-settings:"wght" 500;overflow:hidden;white-space:normal;word-break:break-word;text-align:center}.profileSectionDegreesPreviewPlace{font-size:14px;font-weight:400;font-variation-settings:"wght" 400;overflow:hidden;white-space:normal;word-break:break-word}.profileSectionDegreesPreviewStartEnd{font-size:12px;font-weight:300;font-variation-settings:"wght" 300}.profileSectionDegreesEdition{gap:24px}.profileSectionDegreesEditionLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;width:100%;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.profileSectionDegreesEditionLine,.profileSectionDegreesEditionLineContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionDegreesEditionLineContent{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:4px}.profileSectionDegreesEditionLineLabel,.profileSectionDegreesEditionLinePlace{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:16px}.profileSectionDegreesEditionLineStartEnd{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionDegreesEditionLineEnd,.profileSectionDegreesEditionLineStart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:16px;padding:0 16px}.myListLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;color:var(--point-color);border:1px solid var(--point-background-color);background-color:var(--background-color);padding:0;cursor:not-allowed;gap:4px}.myListLine[data-reachable]{cursor:pointer}.myListLine[data-selected]{color:var(--point-color);background-color:var(--point-contributions-background-color)}.myListLine[data-reachable]:hover{opacity:.8}.myListLineImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0;flex:0}.myListLineImage>img{border-radius:3px;-o-object-fit:cover;object-fit:cover;width:64px;height:40px}.myListLineTitle,.myListLineUnreachable{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left;padding-left:8px}.myListLineDate{padding:2px 4px;font-size:12px;font-variation-settings:"wght" 400}.myListLineUnreachable{font-style:italic;font-size:12px;font-variation-settings:"wght" 200}.myListLineControls{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;-ms-flex-align:center;gap:4px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:4px;margin-right:8px;-webkit-box-flex:0;-ms-flex:0;flex:0}.myList,.myListLineControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.myList{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-ms-flex-align:center;width:100%;max-width:600px!important;border-radius:16px;color:var(--point-color);background-color:var(--point-background-color);padding:0;margin:0 auto}.myList>*{width:auto;max-width:100%}.myListHeader{text-align:right;padding-right:4px;font-size:12px;font-variation-settings:"wght" 600;width:100%;padding:4px 8px}.myListHeaderTitle{font-size:16px;font-variation-settings:"wght" 600;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.myListHeaderLine{cursor:pointer}.myListLoadError{padding:8px;border-radius:16px;color:var(--text-color);font-size:12px;text-align:center}.myListParams{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:16px}.myListParams,.myListRename{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.myListRename{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 4px;gap:4px}.myListLines{padding:2px}.myListCreate,.myListLines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.myListCreate{gap:16px}.myListPointError{padding:8px;border-radius:16px;color:var(--text-color);font-size:12px;text-align:center}.profileSectionGlobalAlbum{text-align:left;margin-bottom:12px}.profileSectionGlobalAlbum,.profileSectionGlobalAlbumEdition,.profileSectionGlobalAlbumPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionGlobalAlbumEdition,.profileSectionGlobalAlbumPreview{gap:12px}.profileSectionGlobalAlbumLists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;max-width:100%;margin:auto}.profileSectionGlobalAlbumLists>*{max-width:100%}.profileSectionImages{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.profileSectionImages,.profileSectionImagesPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.profileSectionImagesPreview{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:scroll;gap:24px}.profileSectionImagePreviewLine{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;width:280px}.profileSectionImagePreviewLine,.profileSectionImagePreviewLineImage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionImagePreviewLineImage>img{border-radius:8px;width:auto;max-width:280px;max-height:280px;cursor:-webkit-zoom-in;cursor:zoom-in}.profileSectionImagePreviewLineLabel{font-size:16px;font-style:italic;font-weight:300;font-variation-settings:"wght" 300;word-break:break-word}.profileSectionImagesEdition{gap:24px}.profileSectionImagesEdition,.profileSectionImagesEditionLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionImagesEditionLine{width:100%;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.profileSectionImagesEditionLineContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;gap:8px}.profileSectionImagesEditionImageUploadZone{width:100%}.profileSectionImagesEditionImagePlaceholder{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:64px}.profileSectionImagesEditionImagePlaceholder,.profileSectionLink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.profileSectionLink{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.profileSectionLinkEdition,.profileSectionLinkPreview{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.profileSectionLinkPreview>span{text-decoration:none!important;width:100%;overflow-wrap:break-word}.profileSectionPoint{text-align:left;margin-bottom:12px}.profileSectionPoint,.profileSectionPointEdition,.profileSectionPointPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionPointEdition,.profileSectionPointPreview{gap:12px}.profileSectionPointError{padding:8px;border-radius:16px;color:var(--text-color);font-size:12px;text-align:center;margin:auto}.profileSectionQuote{text-align:left}.profileSectionQuote,.profileSectionQuoteEdition,.profileSectionQuotePreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionQuoteEdition,.profileSectionQuotePreview{gap:12px}.profileSectionQuotePreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionSharedContacts{text-align:left}.profileSectionSharedContacts,.profileSectionSharedContactsEdition,.profileSectionSharedContactsPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionSharedContactsEdition,.profileSectionSharedContactsPreview{gap:12px}.profileSectionSharedContactsPreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionSkills{text-align:left}.profileSectionSkills,.profileSectionSkillsEdition,.profileSectionSkillsPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionSkillsEdition,.profileSectionSkillsPreview{gap:12px}.profileSectionSkillsPreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionTimeline{text-align:left}.profileSectionTimeline,.profileSectionTimelineEdition,.profileSectionTimelinePreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionTimelineEdition,.profileSectionTimelinePreview{gap:12px}.profileSectionTimelinePreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionTipeee{text-align:left}.profileSectionTipeee,.profileSectionTipeeeEdition,.profileSectionTipeeePreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionTipeeeEdition,.profileSectionTipeeePreview{gap:12px}.profileSectionTipeeePreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionTipeeePreviewIFrame{width:100%;overflow:hidden;border-radius:8px;height:715px}.profileSectionTwitch{text-align:left}.profileSectionTwitch,.profileSectionTwitchEdition,.profileSectionTwitchPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionTwitchEdition,.profileSectionTwitchPreview{gap:12px}.profileSectionTwitchPreview>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionVideo{text-align:left}.profileSectionVideo,.profileSectionVideoEdition,.profileSectionVideoPreview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.profileSectionVideoEdition,.profileSectionVideoPreview{gap:12px}.profileSection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;color:var(--profile-section-color);background-color:var(--profile-section-background-color);border-radius:16px;max-width:100%}.profileSectionHeader{margin-top:-15px;padding:0 24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.profileSectionHeader,.profileSectionHeaderMove{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSectionHeaderMove{-ms-flex-pack:distribute;justify-content:space-around;gap:4px}.profileSectionHeaderButton{width:58px}.profileSectionHeaderButtonIcon{font-size:18px}.profileSectionTitle{width:100%;margin:16px 0;text-align:left}.profileSectionTitle>span,.profileSectionTitleInput{font-size:18px;font-weight:600;font-variation-settings:"wght" 600}.profileSectionTitleInput{color:var(--profile-section-title-color)!important;background-color:var(--profile-section-title-background-color)!important;border:0 none!important;border-radius:8px!important;padding:0 16px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.profileSectionContent{margin:0 16px 16px 16px;position:relative}.profileSectionContent,.profileSectionContentInside{display:-webkit-box;display:-ms-flexbox;display:flex}.profileSectionContentInside{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%}.profileSectionContentInside:not([data-visible]){-webkit-filter:blur(3px);filter:blur(3px);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profileSectionContentWait{position:absolute;bottom:50%;margin:auto;left:0;right:0}.profileSectionInput{color:var(--profile-section-input-color)!important;background-color:var(--profile-section-input-background-color)!important;-webkit-box-shadow:0 none!important;box-shadow:0 none!important;border:0 none!important;border-radius:10px}.profileSectionInput:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.profileSectionSelect,.profileSectionSelect>option{color:var(--profile-section-input-color)!important;background-color:var(--profile-section-input-background-color)!important;-webkit-box-shadow:0 none!important;box-shadow:0 none!important;border:0 none!important;border-radius:10px}.profileSectionSelect:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.profileSectionSelect::-moz-selection{box-shadow:none!important;background-color:var(--profile-section-selected-background-color)!important}.profileSectionSelect::selection{-webkit-box-shadow:none!important;box-shadow:none!important;background-color:var(--profile-section-selected-background-color)!important}.profileSections{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:16px;padding-bottom:32px;gap:40px;max-width:100%}.profileSectionsAddButton{margin:16px}.profileSectionsPremium{display:block;font-variation-settings:"wght" 400;color:inherit!important;font-size:12px}.profileSectionsNewContainer{grid-template-columns:repeat(auto-fill,80px);-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.profileSectionsNewContainer[data-active]{display:grid}.profileSectionsNewContainer:not([data-active]),.profileSectionsNewType{display:-webkit-box;display:-ms-flexbox;display:flex}.profileSectionsNewType{-webkit-box-flex:1;-ms-flex:1 0 21%;flex:1 0 21%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px}.profileSectionsNewType:not([data-disabled]){cursor:pointer;font-weight:600;font-variation-settings:"wght" 600}.profileSectionsNewType[data-disabled]{display:none;cursor:not-allowed;font-weight:200;font-variation-settings:"wght" 200}.profileContainer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.profileContainerError{width:100%;text-align:center;font-size:12px;font-weight:600;font-variation-settings:"wght" 600;padding:16px}.profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding-bottom:64px;color:var(--profile-color)}.profileMain{background-color:var(--profile-background-color);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.profileHeader{width:100%;position:relative}.profileHeaderLine{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;max-width:100%}.profileHeaderLine,.profileInfos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;align-items:center}.profileInfos{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-align:center;overflow:hidden}.profileInfosColumn{overflow:hidden;cursor:pointer}.profileInfosColumn>div{text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profileInfosColumn>div:first-child{font-weight:600;font-variation-settings:"wght" 600}.profileIdentity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;overflow:hidden;padding:16px 16px}.profileIdentityUsername{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:20px;font-weight:600;font-variation-settings:"wght" 600}.profileIdentityCreated{font-size:12px;font-weight:200;font-variation-settings:"wght" 200}.profileIdentityPremium,.profileIdentityStatus{font-size:12px;border-radius:16px;padding:2px 8px;margin-top:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profileIdentityStatus{color:var(--profile-banned-color);background-color:var(--profile-banned-background-color);cursor:not-allowed}.profileBadges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding-top:16px}.profileBody{padding:16px 0 0 0}.profileActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8px 16px 8px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.profileMoreInfos{position:relative;overflow:hidden;min-height:32px}.profileMoreInfos[data-more]{max-height:none!important}.profileMoreInfos:not([data-more]){max-height:100px!important}.profileMoreInfosOverlay{background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,var(--profile-background-color)));background:linear-gradient(transparent 0,var(--profile-background-color) 70%);position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.profileShowLess,.profileShowMore{font-size:24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--profile-color);margin-left:auto;margin-right:auto;text-align:center}.profileShowMore{position:absolute;bottom:0;left:0;right:0}.profileBiography,.profileIntroduction,.profileMoreContent{padding:0 16px}.profileIntroduction{width:100%;white-space:break-spaces;overflow:hidden;overflow-wrap:break-word;font-size:14px;font-weight:200;font-variation-settings:"wght" 200;margin-bottom:8px}.profileIntroductionEdit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.profileSeparator{border-top:2px solid var(--profile-border-color);width:auto;margin:16px 0}.profileSelector{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:24px auto;padding:0 16px;border-radius:20px;gap:8px;color:var(--profile-selector-color);background-color:var(--profile-selector-background-color)}.profileSelector,.profileSelector>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profileSelector>div{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;cursor:pointer;font-size:22px;padding-top:2px}.profileSelector>div>div:last-child{font-size:12px;padding:4px 8px}.profileSelector>div[data-selectedtab]{border-bottom:2px solid var(--profile-selector-border-color);margin-bottom:0;font-variation-settings:"wght" 600;font-weight:600}.profileSelector>div:not([data-selectedtab]){margin-bottom:2px;font-variation-settings:"wght" 400;font-weight:400}.profileTabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}@media (max-width:575px){.profileHeaderLine{gap:8px;padding-left:16px;padding-right:16px}.profileInfos{gap:4px}.profileInfosColumn>div:first-child{font-size:14px}.profileInfosColumn>div:last-child{font-size:11px}}@media (min-width:576px){.profileHeaderLine{gap:16px;padding-left:16px;padding-right:16px}.profileInfos{gap:16px}.profileInfosColumn>div:first-child{font-size:18px}.profileInfosColumn>div:last-child{font-size:12px}}.newPointClassicOptions{font-size:14px}.newPointClassicOptions,.newPointPublish{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.newPointPublishCanDiscover{min-height:24px;font-size:12px;font-weight:600;font-variation-settings:"wght" 600}.newPointPublishThemeError{font-size:12px;font-variation-settings:"wght" 200}.newPointPublishThemesSuggested{font-size:11px;font-variation-settings:"wght" 200}.newPointPublishThemes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;width:100%;max-width:100%;overflow:hidden}.newPointThemes{width:100%}.newPointThemesExpl{font-size:12px;font-weight:300;font-variation-settings:"wght" 300}.newPointThemesButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newPointThemesButton>div{display:inline-block;cursor:pointer;color:var(--qwice-blue);margin:0 auto 0 auto;font-size:12px;font-weight:600;font-variation-settings:"wght" 600}.newPointThemesTagsContainer{color:var(--theme-color)!important;background-color:var(--newpoint-themes-background-color)!important;border-radius:8px;border:0 none!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding-top:0}.newPointClassic{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.newPointClassic,.newPointTabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}.newPointTabs{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.newPointTabs>button>div>span{font-size:13px;font-variation-settings:"wght" 600}.newPointTab{border-top:1px solid var(--input-border-color);padding:16px 8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.newPointTab,.pointNewSurvey{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pointNewSurvey{margin-bottom:16px;gap:8px}.pointNewSurveyTitle{font-size:14px;font-weight:700;font-variation-settings:"wght" 600}.pointNewSurveyHours,.pointNewSurveyTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.pointNewSurveyHours{font-size:12px}.pointNewSurveyHours>input{-webkit-box-flex:1;-ms-flex:1;flex:1}.pointNewSurveyChoice{max-width:100%;margin:auto}.newPointAlbum{max-width:600px;margin:16px auto;width:100%}.newPointAlbum>div{border:1px solid var(--point-background-color)!important}.newPointCause{max-width:600px;margin:16px auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.newPointCause>div{width:100%}.newPointCauseType{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:12px}.newPointCauseType>div:first-child{margin-right:auto;font-style:italic}.newPointCauseType>div:not(:first-child){margin-right:auto;font-weight:600;font-variation-settings:"wght" 600}.newPointCauseType>div>input{margin-right:8px!important;vertical-align:middle}.newPointCauseType>div>label{margin:0}.newPointCauseLevelsTitle{font-size:12px;font-weight:600;font-variation-settings:"wght" 600}.newPointCauseLevel{color:var(--point-color);background-color:var(--point-background-color);width:100%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding:16px;border-radius:8px}.newPointCauseLevel,.newPointCauseLevel>div:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.newPointCauseLevel>div:first-child{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.newPointQuestionsCallExpl{font-size:12px;font-weight:300;font-variation-settings:"wght" 300;margin-bottom:8px}.collaborativeImageUpload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;cursor:pointer;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.collaborativeImageUploadPlaceholder{color:var(--QGL-dropzone-color)!important;background-color:var(--QGL-dropzone-background)!important;border-radius:8px;height:100%;cursor:pointer}.collaborativeImageExpl{font-size:12px;font-variation-settings:"wght" 200;text-align:left;width:100%}.collaborativeImageUploadImages{margin:8px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.collaborativeImageUploadImage{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;cursor:pointer}.pointNewMosaic{width:100%;margin-bottom:16px}.pointNewMosaic,.pointNewMosaicModels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.pointNewMosaicModels{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pointNewMosaicElementsType{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pointNewMosaicElementsType,.pointNewMosaicInvitations{margin-bottom:16px;padding:8px;color:var(--point-color);background-color:var(--point-background-color);border-radius:8px}.pointNewMosaicLine{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;width:100%;max-width:100%;font-size:12px;font-weight:700;font-variation-settings:"wght" 600;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pointNewMosaicLineLeft{text-align:left;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.pointNewMosaicLineLeft>div.custom-switch{margin-right:-8px}.pointNewMosaicLineIcon{font-size:18px;width:24px;text-align:center}.pointNewMosaicRange>input,.pointNewMosaicRange>input:disabled{background-color:transparent!important;border:0 none!important}.pointNewMosaicInputRight,.pointNewMosaicInputRight>input{text-align:right;margin-left:auto}.pointNewMosaicInputItalic,.pointNewMosaicInputItalic>input{font-style:italic}.pointNewMosaicInputBold,.pointNewMosaicInputBold>input{font-weight:700;font-variation-settings:"wght" 600}.pointNewMosaicInputCenter,.pointNewMosaicInputCenter>input{text-align:center;margin:auto}.pointNewMosaicListLine{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;max-width:100%;font-size:12px;padding:4px 8px;font-weight:700;font-variation-settings:"wght" 400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--point-color);background-color:var(--point-background-color);border-radius:8px}.pointNewMosaicBg,.pointNewMosaicListLine{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.pointNewMosaicBg{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pointNewMosaicBg>img{-o-object-fit:contain;object-fit:contain;width:100px;height:100px}.pointNewMosaicBgUpload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100px;height:100px}.pointNewMosaicListLineContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;padding:4px}.pointNewMosaicListImgUpload{width:100px;height:100px}.pointNewMosaicListImg,.pointNewMosaicListImgUpload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pointNewMosaicListImg{position:relative;width:100%}.pointNewMosaicListImg>img{-o-object-fit:contain;object-fit:contain;width:100px;height:100px}.newPoint{-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.newPoint,.newPointTitleControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal}.newPointTitleControls{-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4px}.newPointTitleControls>div{font-size:12px;font-variation-settings:"wght" 500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.newPointMainType{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:600px;margin-top:32px}.newPointMainType,.newPointMainTypeButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newPointMainTypeButton{font-size:32px;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0}.newPointMainTypeButton>div:last-child{font-size:16px;line-height:22px}.newPointCollaborativesList{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;width:100%}.newPointCollaborativesList>div:first-child{font-size:14px;font-weight:700;font-variation-settings:"wght" 500}.newPointCollaborativesList>a{color:var(--point-color);background-color:var(--point-background-color);border-radius:8px;padding:8px;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.newPointTypes{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:16px;margin:16px auto}.newPointLine,.newPointTypes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.newPointLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.newPointType{font-size:20px;font-variation-settings:"wght" 500}.newPointType>button{vertical-align:top;margin-left:8px}.pageNewPoint{text-align:right;width:100%;margin-bottom:8px}.pageNewPoint>a{color:var(--text-color)!important}.usersSuggestions{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding:8px;gap:16px}.usersSuggestions,.usersSuggestionsTheme{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;align-items:center}.usersSuggestionsTheme{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;gap:8px;max-width:100%!important;padding:8px 12px;color:var(--QGL-point-color);background-color:var(--QGL-point-background);border-radius:8px;font-size:14px;font-weight:600;font-variation-settings:"wght" 600}.usersSuggestionsTheme>span{overflow:hidden;max-width:100%!important;text-overflow:ellipsis;white-space:nowrap}.usersSuggestionsSelector{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:16px 0}.usersSuggestionsLine,.usersSuggestionsSelector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.usersSuggestionsLine{margin:10px 0;max-width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.usersSuggestionsLine>:first-child{min-width:0}.usersSuggestionsFollowers{margin-top:2px;font-size:12px;text-align:left}.blacklistedUsersSelector{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin:16px 0}.blacklistedUsersLine,.blacklistedUsersSelector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blacklistedUsersLine{margin:8px}.blacklistedUsersLineUser{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 8px}.pageMyLists{padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.pageMyListsTitle{margin-top:16px}.pageMyListsExpl{font-style:italic;font-size:14px}.pageMyListsCounts{font-size:12px;font-variation-settings:"wght" 600}.pageMyListsSelect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.pageMyListsCreate,.pageMyListsCreateForm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:16px}.pageMyListsInfoPremium{display:block;font-size:12px;font-variation-settings:"wght" 600;color:inherit!important}.conversationsLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;gap:16px;padding:8px;max-width:500px;color:var(--menu-color);background-color:var(--menu-background-color);border-radius:16px}.conversationsLine,.conversationsLineRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.conversationsLineRight{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:calc(100% - 64px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;cursor:pointer}.conversationsLineRight>div{max-width:100%}.conversationsLineRightUsername{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-variation-settings:"wght" 300;font-weight:300}.conversationsLineRightUsername[data-unread]{font-variation-settings:"wght" 600;font-weight:600}.conversationsLineRightUsername>a{color:var(--text-color)!important}.conversationsLineRightContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:12px;font-variation-settings:"wght" 200;font-weight:200}.conversationsLineRightContentSpan{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.conversationsLineRightContentSpan[data-unread]{font-variation-settings:"wght" 600;font-weight:600}.conversationsLineRightContentDate{white-space:nowrap}.conversationsLineRightRestorable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:11px}.conversationLineMessageImage{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;border-radius:4px}.conversationLineMessageImage,.conversationLineMessageImage>img{max-width:100%;max-height:24px}.conversations{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:space-evenly;-ms-flex-align:space-evenly;align-items:space-evenly}.conversations,.conversationsSelector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.conversationsSelector{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;overflow:scroll;margin:16px auto 16px auto;padding:0 8px;height:48px}.legalPage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.legalPageArticleTitle{font-size:18px;font-variation-settings:"wght" 600;font-weight:600}.legalPageList>li{text-align:left}.premiumPresentationContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-top:32px}.premiumPresentationContentQuestion,.premiumPresentationContentTipeee{font-variation-settings:"wght" 600;font-weight:600}.premiumPresentationContentAnswer{font-variation-settings:"wght" 300;font-weight:300}.tutorialTrustLevel{font-size:24px;width:36px;margin:8px}.pageHelp{gap:32px}.faq,.pageHelpHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px}.faq,.faq>div{width:100%}.faq>div{text-align:left;overflow:hidden}.faqTableOfContents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px}.faq>h2{margin-top:16px}.faqTitle{font-size:20px}.faqQuestion,.faqTitle{font-variation-settings:"wght" 600;font-weight:600}.faqAnswer{font-variation-settings:"wght" 300;font-weight:300}.pageJTI{gap:32px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.pageJTITitle{width:100%;text-align:center;font-size:24px}.pageJTISummary{color:var(--QGL-n0);background-color:var(--QGL-blue);padding:16px;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;width:100%;font-weight:700}.pageJTISummary>div{padding:8px;min-width:300px;-ms-flex-preferred-size:300px;flex-basis:300px}.pageJTISummary>div:last-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.pageJTILines{width:100%;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.contactBugReport{margin:16px;color:#fff;background-color:var(--QGL-peach);padding:8px 16px;border-radius:16px;font-size:12px;font-weight:600;font-variation-settings:"wght" 600}.hallOfFameTitle{margin-top:16px}.hallOfFameExpl{margin:16px 0;font-style:italic}.hallOfFameLines{margin:16px 0;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px}.hallOfFameLine,.hallOfFameLines{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hallOfFameLine{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:8px;color:var(--halloffame-color);background-color:var(--halloffame-background-color);border-radius:16px}.hallOfFameTrophy{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px}.hallOfFameContent,.hallOfFameTrophy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hallOfFameContent{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1}.hallOfFameUsername{font-size:18px;font-weight:500;font-variation-settings:"wght" 500;word-break:break-word;text-align:left}.hallOfFameDate{font-size:14px;font-weight:200;font-variation-settings:"wght" 200}.hallOfFameAmount{padding:8px;font-size:16px;font-weight:600;font-variation-settings:"wght" 600;white-space:nowrap;margin-top:8px}.hallOfFameMessage{margin-top:8px;text-align:left;font-size:14px;font-weight:400;font-variation-settings:"wght" 400;word-break:break-word}.premiumTitle{margin-top:16px}.premiumStatus{margin:16px 0;font-style:italic;color:var(--point-color);background-color:var(--point-background-color);border-radius:16px;padding:8px 16px}.playground{gap:32px;color:var(--QGL-color)!important;background-color:var(--QGL-background)!important}.playgroundSection,.playgroundSectionSub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:100%}.qLightbox{position:fixed;top:calc(env(safe-area-inset-top));bottom:0;left:0;right:0;background-color:rgba(0,0,0,.9);z-index:2000;overflow:hidden}.qLightbox>img{position:absolute;top:0;left:0;max-width:100%;max-height:calc(100% - env(safe-area-inset-top));cursor:-webkit-zoom-in;cursor:zoom-in;-webkit-transform-origin:top left;transform-origin:top left}.qLightboxLeft{left:0}.qLightboxLeft,.qLightboxRight{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1;opacity:.7;cursor:pointer}.qLightboxRight{right:0}.qLightboxSave{left:16px}.qLightboxClose,.qLightboxSave{position:absolute;top:16px;z-index:1;cursor:pointer;opacity:.7}.qLightboxClose{right:16px}.qLightboxImgSlidein{opacity:0;-webkit-animation-name:qlightboxfadein;animation-name:qlightboxfadein;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes qlightboxfadein{0%{opacity:0}to{opacity:1}}@keyframes qlightboxfadein{0%{opacity:0}to{opacity:1}}.themeModal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.themeModalTitle{font-weight:600;font-variation-settings:"wght" 600;font-size:16px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.interactivePlayerFullScreen{position:fixed;top:calc(env(safe-area-inset-top));bottom:0;left:0;right:0;z-index:100;overflow:hidden}.interactivePlayerFullScreen>div[data-player]{position:absolute;top:0;left:0;max-width:100%;max-height:calc(100% - env(safe-area-inset-top));-webkit-transform-origin:top left;transform-origin:top left}.interactivePlayerFullScreenImgSlidein{opacity:0;-webkit-animation-name:interactivePlayerFullScreenfadein;animation-name:interactivePlayerFullScreenfadein;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes interactivePlayerFullScreenfadein{0%{opacity:0}to{opacity:1}}@keyframes interactivePlayerFullScreenfadein{0%{opacity:0}to{opacity:1}}.tutorialWelcomePages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:100%;width:100%}.tutorialWelcomePages>div{width:100%}.tutorialWelcomeGCU{color:var(--tutorial-color)!important;cursor:pointer;font-weight:600;font-variation-settings:"wght" 600}.tutorialWelcomeThemes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:8px;margin-bottom:16px}.tutorialWelcomeThemes>div{max-width:100%}.tutorialWelcomeProfiles{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:32px}.tutorialWelcomeProfile,.tutorialWelcomeProfiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutorialWelcomeProfile{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;gap:16px;max-width:100%}.tutorialWelcomeProfile>div>a{color:var(--tutorial-color)}.tutorialWelcomeControls{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-top:16px}.tutorialProfileSelector,.tutorialWelcomeControls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tutorialProfileSelector{margin:24px auto;padding:0 16px;border-radius:20px;gap:8px;color:var(--profile-selector-color);background-color:var(--profile-selector-background-color)}.tutorialProfileSelector,.tutorialProfileSelector>div{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tutorialProfileSelector>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;font-size:22px;padding-top:2px}.tutorialProfileSelector>div>div:last-child{font-size:12px;padding:4px 8px}.tutorialProfileSelector>div[data-selectedtab]{border-bottom:2px solid var(--profile-selector-border-color);margin-bottom:0;font-variation-settings:"wght" 600;font-weight:600}.tutorialProfileSelector>div:not([data-selectedtab]){margin-bottom:2px;font-variation-settings:"wght" 400;font-weight:400}.tutorialConversationsTable,.tutorialProfileTable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-bottom:16px}.tutorialNewRootList{text-align:left;line-height:24px}.tutorialNewRootList>li{margin:8px 0}.tutorialCollaborativeMosaicBlink{-webkit-animation:tutorialCollaborativeMosaicBlink 3s infinite;animation:tutorialCollaborativeMosaicBlink 3s infinite}@-webkit-keyframes tutorialCollaborativeMosaicBlink{0%{color:blue}50%{color:red}to{color:blue}}@keyframes tutorialCollaborativeMosaicBlink{0%{color:blue}50%{color:red}to{color:blue}}.tutorialCauseProgressBar{width:100%;height:32px;background-color:#fff;border-radius:8px;overflow:hidden;position:relative}.tutorialCauseProgressBar>div{height:100%;position:absolute;-webkit-transition:width 1s ease;transition:width 1s ease}.tutorialCauseProgressBar>div>div{height:100%}.tutorialCauseProgressBarCause{background:-webkit-gradient(linear,left top,right top,from(#00c9ff),to(#92fe9d));background:linear-gradient(90deg,#00c9ff,#92fe9d)}.tutorialCauseProgressBarNode{background-image:repeating-linear-gradient(315deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5) 8px,transparent 0,transparent 16px)}.tutorialCauseCurrentLevel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:100%;padding:8px}.tutorialCauseCurrentLevel>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;font-size:12px;font-weight:600;font-variation-settings:"wght" 600;color:#fff!important;mix-blend-mode:difference;height:auto!important}.tutorialContent{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--tutorial-color);background-color:var(--tutorial-background-color);border-radius:16px;padding:8px}.tutorialActions,.tutorialContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.tutorialActions{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-top:16px;padding-top:16px}.tutorialActions>*{margin:8px}.tutorialTitle{font-size:16px;margin-bottom:16px}.tutorialTextBold,.tutorialTitle{font-variation-settings:"wght" 600;font-weight:600}.tutorialTextLight{font-variation-settings:"wght" 300;font-weight:300}.tutorialIcon{display:block!important;margin-top:8px!important;margin-bottom:8px!important;font-size:20px}.tutorialImportantZone{color:var(--tutorial-warning-color);background-color:var(--tutorial-warning-background-color);margin:8px 0;padding:8px 8px;border-radius:8px}.myListImporterLists{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;max-width:100%}.myListImporterLists>*{max-width:100%}.notification{font-weight:200;font-variation-settings:"wght" 200;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-decoration:none;padding:4px 16px 4px 6px;gap:12px;width:100%;min-height:61px;color:var(--QGL-notification-color)!important;text-align:left}.notification:not([data-read]){font-weight:900;font-variation-settings:"wght" 900}.notificationImage{min-width:32px;width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;overflow:hidden;font-size:16px}.notificationImage>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.notificationDescription{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;overflow:hidden;line-height:19px}.notificationDescriptionLabel{overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:break-spaces}.notificationDescriptionLabelLine1,.notificationDescriptionTitle{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.notificationDescriptionTitle{display:block}.notificationDescriptionDate{font-size:10px}.notifications{width:100%!important}.notificationsSelector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;max-width:100%;padding:12px 0 8px 8px}.notificationsSelector>div{margin:0}.notificationsList{width:100%}.notificationsHeader{padding:0;margin-bottom:0}.notificationsHeader:hover{color:var(--menu-color);background-color:var(--menu-background-color)}.notificationsHeaderDiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px 0 16px 0;width:100%}.notificationsHeaderMode{gap:16px}.notificationsHeaderClass,.notificationsHeaderMode{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.notificationsHeaderClass{gap:8px}.notificationsReadAll{font-size:12px;font-weight:200;font-variation-settings:"wght" 200;cursor:pointer;padding:4px 8px;text-align:center}.notificationsMore{text-align:center;padding:8px;font-size:18px;cursor:pointer}.notificationsNone{text-align:center;padding:8px;cursor:default}.topBarMenu{position:absolute;z-index:1;right:0;top:0;width:100%!important;max-width:400px;height:100vh;overflow-y:auto;padding-top:8px;padding-bottom:calc(8px + env(safe-area-inset-top) + env(safe-area-inset-bottom));padding-left:8px;padding-right:8px;margin-top:-1px;color:var(--QGL-topbar-color);background-color:var(--QGL-topbar-background);scroll-snap-stop:always;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;font-family:Urbanist,Arial,sans-serif}@supports (height:100dvh){.topBarMenu{height:100dvh!important}}.topBarMenuTitle{padding:8px;font-size:18px;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;font-weight:400;width:100%;cursor:pointer}.topBarMenuTitleIcon{font-size:16px;margin-left:8px;margin-right:8px}.topBarMenuTitleText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.topBarMenuContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;width:100%;margin-left:auto;margin-right:0}.topBarMenuFade-enter-active{-webkit-transition:opacity 0s ease;transition:opacity 0s ease}.topBarMenuFade-leave-active{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.topBarMenuFade-enter,.topBarMenuFade-leave-to{opacity:0}.trustLevelSliderContainer{max-width:320px;margin:auto}.trustLevelSwitcherIcons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;margin-bottom:32px}.trustLevelSwitcherIcon{font-size:24px}.trustLevelSwitcherIconText{font-size:12px}.trustLevelSwitcherCurrent{margin-top:32px;margin-bottom:16px}.trustLevelSwitcherHelp{padding:8px 16px;color:var(--text-color);background-color:var(--background-color);border-radius:16px;margin:8px;text-align:justify}.topBarHeader{position:sticky;z-index:100;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;min-height:var(--QGL-topbar-height);height:var(--QGL-topbar-height);max-height:var(--QGL-topbar-height);-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;font-family:Urbanist,Arial,sans-serif;padding-left:8px;padding-right:8px}.topBarHeader,.topBarLeft,.topBarRight{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topBarLeft,.topBarRight{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;height:100%}.topBarLeft{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.topBarHeaderCreate{white-space:nowrap;color:#fff!important;background-color:var(--QGL-topbar-background);font-weight:600;font-variation-settings:"wght" 600;padding:4px 8px;border-radius:4px;height:auto!important;font-size:12px}.topBarHeaderCreate>span{margin-left:8px;vertical-align:middle}.topBarRight{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.topBarMainMenuLine{width:100%;font-size:16px;text-align:left;padding-left:8px;color:var(--QGL-topbar-color)!important;cursor:pointer;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;min-height:24px}.topBarMainMenuIcon{font-size:120%;width:28px}.topBarMainMenuText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topBarMainMenuLine[data-selected=true]>.topBarMainMenuText{font-weight:900px;font-variation-settings:"wght" 900;font-size:105%}.topBarMainMenuDivider{width:100%;height:16px;border-top:1px solid var(--QGL-topbar-color);opacity:.3;margin-bottom:-8px}.modalSettings{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:transparent!important}.bottomBar{width:100%;min-height:var(--QGL-bottombar-height);height:var(--QGL-bottombar-height);max-height:var(--QGL-bottombar-height);-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:8px;padding:4px;color:var(--QGL-color);background-color:var(--QGL-background);border-top:1px solid var(--QGL-bottombar-border)}.bottomBar,.bottomBarElement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bottomBarElement{height:100%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;color:var(--QGL-color)!important;min-width:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (min-width:575px){.bottomBarElement{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.bottomBarText{width:auto!important}}.bottomBarIcon{font-size:22px;display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;margin-bottom:auto;width:32px;cursor:pointer}.bottomBarText{font-size:12px;font-weight:300;font-variation-settings:"wght" 300;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bottomBarText[data-active]{font-weight:600;font-variation-settings:"wght" 600}.bottomBarNew{position:relative;height:auto;margin-top:-8px;margin-bottom:-8px;overflow:visible;max-width:100px;-webkit-box-flex:0;-ms-flex:0;flex:0;min-width:unset}.bottomBarNew>div{border-radius:45%}.bottomBarNewContent{padding:8px 12px;background-color:var(--QGL-background);z-index:1}.bottomBarNewLayerBackground,.bottomBarNewLayerBorder{position:absolute;z-index:0;width:100%;height:100%}.bottomBarNewLayerBorder{top:-1px;border:1px solid var(--QGL-bottombar-border)}.bottomBarNewLayerBackground{top:0;background-color:var(--QGL-background);margin-top:4px;border-radius:0!important}.legalModalTexts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;font-size:14px;margin-top:16px;margin-bottom:16px}.legalModalTextsWarning{color:#fff;background-color:var(--common-red);font-variation-settings:"wght" 600;padding:8px;border-radius:16px}.legalModalActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.legalModalATT{font-size:11px;color:var(--menu-color);background-color:var(--menu-background-color);border-radius:8px;padding:4px 8px}.conversationNewMessageDropzone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border:0 none;border-radius:16px;background-color:transparent!important;min-height:auto}.conversationNewMessageDropzone>div{margin:0!important}.conversationNewMessageDropzone>.dz-preview{display:none}.conversationNewMessageImagePlaceholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--QGL-dropzone-color);background-color:var(--QGL-dropzone-background);position:relative;padding:4px;border-radius:4px;cursor:pointer}.conversationNewMessageImagePlaceholderIcon{font-size:32px}.conversationHeader{width:100%;height:36px;margin-bottom:8px;font-size:14px}.conversationHeaderStandard{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}.conversationHeaderOther,.conversationHeaderStandard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conversationHeaderMembersTitle{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:18px;font-weight:700;font-variation-settings:"wght" 600}.conversationTabMembers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px}.conversationContentInvitation{gap:16px;width:100%}.conversationContentConversation,.conversationContentInvitation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conversationContentConversation{gap:4px;overflow:hidden}.conversationActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:16px;gap:16px}.conversationBlocked{color:#fff;background-color:var(--common-red)}.conversationBlocked,.conversationRestorable{border-radius:16px;padding:8px;margin:8px;font-size:12px;font-weight:700;font-variation-settings:"wght" 600}.conversationRestorable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;color:var(--menu-color);background-color:var(--menu-background-color)}.conversationRestorableActions{gap:16px}.conversationNewMessage,.conversationRestorableActions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.conversationNewMessage{gap:8px}.app{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-position:fixed;background-image:url(/img/splash.609a0163.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover}@supports (height:100dvh){.app{height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important}}@supports (max-height:100dvh){.app{max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important}}.appMain{color:var(--QGL-color);background-color:var(--QGL-background-transparent);height:100%;max-height:100%;overflow:hidden;position:relative}.appMain,.appMainPage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.appMainPage{overflow-y:auto}.conversationsModal{color:var(--modal-color);background-color:var(--modal-background-color);padding:2px 8px;margin-top:env(safe-area-inset-top)}.conversationsModal>header>button{color:var(--modal-color)!important}@media (max-width:575px){.conversationsModal{width:100%}}.modalConversation{max-height:calc(90vh - env(safe-area-inset-top))}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center}@supports (font-variation-settings:normal){@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-VariableFont_wght.a218f2a6.ttf) format("truetype supports variations"),url(/fonts/Montserrat-VariableFont_wght.a218f2a6.ttf) format("truetype-variations");font-weight:100 1000}@font-face{font-family:Urbanist;src:url(/fonts/Urbanist[ital,wght].e92b42eb.ttf) format("truetype supports variations"),url(/fonts/Urbanist[ital,wght].e92b42eb.ttf) format("truetype-variations");font-weight:100 1000}}@supports not (font-variation-settings:normal){@font-face{src:url(/fonts/Montserrat-Medium.19261002.ttf) format("truetype");font-family:Montserrat;font-weight:400}@font-face{src:url(/fonts/Urbanist-Medium.d4007610.ttf) format("truetype");font-family:Urbanist;font-weight:400}}#app,body,html{scroll-behavior:smooth}body,html{font-family:Montserrat,Courier New,Courier,monospace;-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y;-ms-scroll-chaining:none!important;overscroll-behavior:none!important;background-color:#000}body{margin-top:env(safe-area-inset-top)!important}.safeAreaTopPatch[data-app]{position:sticky;top:0;height:calc(env(safe-area-inset-top) + 4px);margin-top:calc(-4px - env(safe-area-inset-top));z-index:999}.modal.fade.show{margin-top:env(safe-area-inset-top)}.modal.fade.show>div:first-child{margin-bottom:env(safe-area-inset-top)}@media (prefers-color-scheme:dark){.safeAreaTopPatch{background-color:#000}}@media (prefers-color-scheme:light){.safeAreaTopPatch{background-color:#fff}}:root{--qwice-blue:#5587d6;--common-green:#b3d655;--common-yellow:#f8ce1c;--common-blue:var(--qwice-blue);--common-lightblue:#60bde6;--common-red:#d65555;--common-lightgrey:#b5bec6;--common-darkgrey:#252e36;--common-shadow:rgba(0,0,0,.2);--master-font-color:#fff;--master-A-color:#b5bec6;--master-B-color:#798795;--master-C-color:#657281;--master-D-color:#515e6e;--master-E-color:#45515f;--master-F-color:#3a4550;--master-G-color:#252e36;--background-color:var(--master-G-color);--border-color:var(--master-A-color);--text-color:var(--master-font-color);--text-color-secondary:var(--master-A-color);--trustlevel-freestyle:var(--common-red);--trustlevel-balanced:var(--qwice-blue);--trustlevel-quiet:var(--common-yellow);--trustlevel-color:var(--master-font-color);--trustlevel-active-color:var(--master-font-color);--trustlevel-active-background-color:var(--master-C-color);--button-color:var(--master-font-color);--button-background-color:var(--qwice-blue);--button-active-color:var(--qwice-blue);--button-active-background-color:var(--master-font-color);--button-border-color:transparent;--button-disabled-color:var(--master-B-color);--button-disabled-background-color:var(--master-A-color);--button-shadow:var(--common-shadow);--input-color:var(--master-font-color);--input-background-color:var(--master-G-color);--input-border-color:var(--master-D-color);--input-disabled-color:var(--master-D-color);--input-disabled-background-color:transparent;--input-disabled-border-color:var(--master-D-color);--input-selected-color:var(--master-font-color);--input-selected-background-color:var(--qwice-blue);--input-select-background-blend-mode:screen;--modal-color:var(--master-font-color);--modal-background-color:var(--master-E-color);--modal-border:var(--master-D-color);--link-color:var(--qwice-blue);--menu-color:var(--modal-color);--menu-background-color:var(--master-F-color);--menu-hover-color:var(--master-E-color);--menu-hover-background-color:var(--master-A-color);--tab-color:var(--master-font-color);--tab-active-color:var(--master-G-color);--topbar-color:var(--master-font-color);--topbar-background-color:var(--master-F-color);--topbar-active:var(--qwice-blue);--notification-color:var(--master-font-color);--notification-background-color:var(--qwice-blue);--notification-important-color:var(--master-font-color);--notification-important-background-color:var(--common-red);--bottombar-color:var(--topbar-color);--bottombar-background-color:var(--topbar-background-color);--bottombar-active:var(--topbar-active);--feed-background-color:var(--background-color);--filterBrightnessOnHover:1.1;--relevancy-positive:var(--qwice-blue);--relevancy-negative:var(--common-red);--relevancy-emotional:var(--common-darkgrey);--relevancy-menu-selected-color:var(--master-E-color);--relevancy-menu-selected-background-color:var(--master-font-color);--relevancy-medal-selected-background-color:#fff;--relevancy-radial-background-color:var(--common-lightgrey);--relevancy-author-approved-color:var(--qwice-blue);--point-color:var(--master-font-color);--point-background-color:var(--master-F-color);--point-button-color:var(--master-font-color);--point-button-background-color:var(--master-B-color);--point-button-active-background-color:var(--button-active-background-color);--point-button-adhesion-color:var(--point-button-color);--point-button-adhesion-background-color:var(--point-button-background-color);--point-button-adhesion-active-background-color:var(--point-button-active-background-color);--point-button-relevancy-background-color:var(--point-button-background-color);--point-button-relevancy-positive-author-color:#4181ff;--point-button-relevancy-negative-author-color:#ff7171;--point-button-relevancy-positive-color:var(--relevancy-positive);--point-button-relevancy-negative-color:var(--relevancy-negative);--point-button-contributions-active-color:var(--button-active-color);--point-button-contributions-active-background-color:var(--button-active-background-color);--point-button-shadow:var(--button-shadow);--point-menu-button-color:var(--master-font-color);--point-author-color:var(--point-menu-button-color);--point-status-color:var(--master-E-color);--point-status-background-color:var(--master-font-color);--point-contributions-background-color:var(--master-D-color);--point-description-edition-color:#fff;--point-description-edition-background-color:var(--master-E-color);--point-description-edition-menu-color:var(--master-font-color);--point-description-edition-menu-background-color:var(--master-D-color);--point-description-edition-border-color:transparent;--contributionslist-more-color:var(--point-button-color);--contributionslist-more-background-color:var(--point-button-background-color);--contribution-color:var(--point-color);--contribution-background-color:var(--point-background-color);--refutation-new-color:var(--master-E-color);--refutation-new-background-color:#fff;--refutation-color:var(--master-font-color);--refutation-background-color:var(--point-contributions-background-color);--refutation-icon-color:var(--common-red);--commentslist-more-color:var(--point-button-color);--commentslist-more-background-color:var(--point-button-background-color);--comment-color:var(--contribution-color);--comment-background-color:var(--contribution-background-color);--theme-color:var(--master-font-color);--theme-background-color:var(--master-E-color);--theme-subscribed-color:var(--common-yellow);--theme-autocomplete-color:var(--master-font-color);--theme-autocomplete-background-color:var(--master-E-color);--theme-autocomplete-results-color:var(--master-font-color);--theme-autocomplete-results-background-color:var(--master-E-color);--theme-autocomplete-results-hover-color:var(--master-font-color);--theme-autocomplete-results-hover-background-color:var(--qwice-blue);--privacy-public-color:var(--common-green);--privacy-hidden-color:var(--common-yellow);--privacy-private-color:var(--common-red);--newpoint-options-color:var(--master-font-color);--newpoint-options-background-color:var(--master-C-color);--newpoint-options-active-color:var(--master-E-color);--newpoint-options-active-background-color:#fff;--newpoint-privacy-color:var(--master-font-color);--newpoint-privacy-background-color:var(--master-C-color);--newpoint-themes-background-color:transparent;--opengraph-color:var(--master-font-color);--opengraph-background-color:var(--master-D-color);--opengraph-separator-color:var(--master-C-color);--search-controls-color:inherit;--search-background-color:transparent;--search-form-color:var(--master-E-color);--search-form-background-color:#fff;--search-advanced-color:var(--master-font-color);--search-advanced-background-color:var(--master-D-color);--search-filters-button-color:var(--master-font-color);--search-filters-button-background-color:var(--master-C-color);--search-filter-delete-color:var(--master-font-color);--search-filter-delete-background-color:var(--common-red);--search-type-color:var(--button-color);--search-type-background-color:var(--master-B-color);--search-type-active-color:var(--button-color);--search-type-active-background-color:var(--button-background-color);--search-theme-color:var(--button-color);--search-theme-background-color:var(--master-B-color);--search-theme-active-color:var(--button-color);--search-theme-active-background-color:var(--button-background-color);--halloffame-color:var(--point-color);--halloffame-background-color:var(--point-background-color);--dropzone-color:#fff;--dropzone-background-color:#476693!important;--user-avatar-border-color:#fff;--user-avatar-color:var(--dropzone-color);--user-avatar-background-color:var(--dropzone-background-color);--profile-color:var(--master-font-color);--profile-background-color:var(--master-F-color);--profile-border-color:var(--master-E-color);--profile-banner-background-color:var(--master-E-color);--profile-menu-button-background-color:var(--master-B-color);--profile-premium-color:#fff;--profile-premium-background-color:var(--qwice-blue);--profile-banned-color:var(--master-font-color);--profile-banned-background-color:var(--common-red);--profile-evaluations-color:var(--common-green);--profile-evaluations-background-color:var(--master-D-color);--profile-warnings-whites-color:var(--master-E-color);--profile-warnings-whites-background-color:#fff;--profile-warnings-reds-color:#fff;--profile-warnings-reds-background-color:var(--common-red);--profile-reputation-progress-color:var(--common-green);--profile-reputation-progress-background-color:var(--master-D-color);--profile-selector-color:var(--master-font-color);--profile-selector-background-color:var(--profile-background-color);--profile-selector-border-color:var(--qwice-blue);--profile-section-color:var(--master-font-color);--profile-section-background-color:var(--master-D-color);--profile-section-visibility-color:var(--profile-section-color);--profile-section-visibility-background-color:var(--common-green);--profile-section-visibility-inactive-color:var(--profile-section-color);--profile-section-visibility-inactive-background-color:var(--master-B-color);--profile-section-move-color:var(--profile-section-color);--profile-section-move-background-color:var(--master-F-color);--profile-section-edit-color:var(--profile-section-color);--profile-section-edit-background-color:var(--qwice-blue);--profile-section-remove-color:var(--profile-section-color);--profile-section-remove-background-color:var(--common-red);--profile-section-title-color:var(--profile-section-input-color);--profile-section-title-background-color:var(--profile-section-input-background-color);--profile-section-input-color:var(--master-font-color);--profile-section-input-background-color:var(--master-E-color);--profile-section-selected-background-color:var(--master-F-color);--profile-section-new-color:var(--master-font-color);--profile-section-new-background-color:transparent;--profile-section-new-disabled-color:var(--master-A-color);--profile-section-new-disabled-background-color:transparent;--profile-section-remove-line-color:#fff;--profile-section-remove-line-background-color:var(--common-red);--profile-section-subzone-background-color:var(--profile-background-color);--images-buttons-color:#fff;--images-buttons-background-color:#888;--tutorial-color:#fff;--tutorial-background-color:var(--master-C-color);--tutorial-warning-color:#fff;--tutorial-warning-background-color:var(--master-E-color);--tutorial-border:#888;--moderation-line-wait-color:var(--text-color);--moderation-line-wait-background-color:var(--common-red);--moderation-line-confirmed-color:var(--text-color);--moderation-line-confirmed-background-color:var(--point-background-color);--moderation-line-dismissed-color:var(--text-color);--moderation-line-dismissed-background-color:var(--point-background-color);--violation-report-color:#fff;--violation-report-header-color:#fff;--violation-report-header-background-color:var(--master-D-color);--violation-report-nature-color:red;--violation-report-target-background-color:var(--common-red);--violation-report-author-color:var(--violation-report-header-color);--violation-report-author-background-color:var(--violation-report-header-background-color);--violation-report-description-color:var(--violation-report-header-color);--violation-report-description-background-color:var(--violation-report-header-background-color);--violation-report-steps-color:#fff;--violation-report-steps-background-color:var(--common-red);--violation-report-notice-confirm-color:#fff;--violation-report-notice-confirm-background-color:var(--common-blue);--violation-report-notice-reject-color:#fff;--violation-report-notice-reject-background-color:var(--common-red);--moderation-report-warning-color:#fff;--moderation-report-warning-background-color:var(--common-red);--moderation-report-button-color:var(--button-color);--moderation-report-button-background-color:var(--button-background-color);--moderation-report-category-color:#fff;--moderation-report-category-background-color:var(--master-D-color);--moderation-report-category-button-color:#fff;--moderation-report-category-button-background-color:var(--common-blue);--moderation-report-category-button-open-color:var(--common-blue);--moderation-report-category-button-open-background-color:#fff;--moderation-report-nature-color:#fff;--moderation-report-nature-background-color:var(--common-red);--QGL-gradient:linear-gradient(90deg,var(--QGL-blue) 33%,var(--QGL-peach) 66%,var(--QGL-yellow) 100%);--QGL-gradient-slow:linear-gradient(90deg,var(--QGL-blue) 10%,var(--QGL-peach) 70%,var(--QGL-yellow) 100%);--QGL-gradient-green:linear-gradient(90deg,var(--QGL-green) 10%,var(--QGL-green-light) 90%);--QGL-blue:#4a7dff;--QGL-lightblue:#93b1ff;--QGL-darkblue:#07153a;--QGL-yellow:#e3c386;--QGL-peach:#ed5d3d;--QGL-pink:#e0399d;--QGL-orange:#e7401b;--QGL-green-light:#007c80;--QGL-green:#00a36c;--QGL-n900:#010819;--QGL-n850:#091021;--QGL-n800:#111729;--QGL-n700:#212639;--QGL-n600:#313548;--QGL-n500:#414457;--QGL-n400:#515366;--QGL-n300:#616275;--QGL-n200:#717284;--QGL-n150:#78798b;--QGL-n100:#808192;--QGL-n50:#b1b2c2;--QGL-n75:#cacadd;--QGL-n0:#dadada;--QGL-d900:#ff4e4e;--QGL-d700:#ffdcdc;--QGL-s900:#47c799;--QGL-s700:#daf4eb;--QGL-w900:#ffaf37;--QGL-w700:#ffefd7;--QGL-color:var(--QGL-n0);--QGL-background:var(--QGL-n900);--QGL-background-transparent:rgba(1,8,25,.92);--QGL-input-color:var(--QGL-n300);--QGL-input-background:var(--QGL-n800);--QGL-input-background-hover:var(--QGL-n600);--QGL-input-background-disabled:var(--QGL-n700);--QGL-input-icon-color:var(--QGL-n300);--QGL-input-label-color:var(--QGL-n300);--QGL-input-text-color:var(--QGL-n0);--QGL-input-text-background:transparent;--QGL-input-text-caret-color:var(--QGL-blue);--QGL-input-info-color:var(--QGL-n300);--QGL-input-selected-label-color:var(--QGL-blue);--QGL-input-selected-border-color:var(--QGL-blue);--QGL-input-error-color:var(--QGL-d900);--QGL-input-valid-color:var(--QGL-s900);--QGL-select-color:var(--QGL-n50);--QGL-select-background:var(--QGL-n800);--QGL-select-background-disabled:var(--QGL-n700);--QGL-select-icon-color:var(--QGL-n300);--QGL-select-label-color:var(--QGL-n300);--QGL-select-text-color:var(--QGL-n0);--QGL-select-text-background:transparent;--QGL-select-info-color:var(--QGL-n300);--QGL-select-selected-label-color:var(--QGL-blue);--QGL-select-selected-border-color:var(--QGL-blue);--QGL-select-error-color:var(--QGL-d900);--QGL-select-valid-color:var(--QGL-s900);--QGL-select-background-hover:var(--QGL-n600);--QGL-select-background-even:var(--QGL-n700);--QGL-select-background-odd:var(--QGL-n800);--QGL-select-color-selected:var(--QGL-n0);--QGL-select-background-selected:var(--QGL-n400);--QGL-select-color-disabled:var(--QGL-n300);--QGL-button-color:var(--QGL-n0);--QGL-button-background:var(--QGL-gradient-slow);--QGL-button-pressed-background:var(--QGL-blue);--QGL-button-secondary-color:var(--QGL-n0);--QGL-button-secondary-background:var(--QGL-n800);--QGL-button-secondary-border:var(--QGL-n700);--QGL-button-secondary-pressed-background:var(--QGL-n900);--QGL-button-secondary-pressed-border:var(--QGL-n700);--QGL-button-tertiary-color:var(--QGL-n0);--QGL-button-tertiary-pressed-background:var(--QGL-n900);--QGL-button-tertiary-border:var(--QGL-n700);--QGL-button-tertiary-pressed-border:var(--QGL-n700);--QGL-button-disabled-color:var(--QGL-n500);--QGL-button-disabled-background:var(--QGL-n600);--QGL-switch-on-background:var(--QGL-blue);--QGL-switch-off-background:var(--QGL-n500);--QGL-switch-ball-background:var(--QGL-n900);--QGL-switch-disabled-color:var(--QGL-n500);--QGL-bottomsheet-color:var(--QGL-n0);--QGL-bottomsheet-background:var(--QGL-n900);--QGL-bottomsheet-handle:var(--QGL-n600);--QGL-badge-color:var(--QGL-n0);--QGL-badge-background:var(--QGL-blue);--QGL-badge-important-color:var(--QGL-n0);--QGL-badge-important-background:var(--QGL-orange);--QGL-opengraph-color:var(--QGL-n0);--QGL-opengraph-background:var(--QGL-n800);--QGL-trustlevel-freestyle:var(--QGL-orange);--QGL-trustlevel-balanced:var(--QGL-lightblue);--QGL-trustlevel-quiet:var(--QGL-yellow);--QGL-link:var(--QGL-lightblue);--QGL-privacy-public-color:var(--QGL-blue);--QGL-privacy-hidden-color:var(--QGL-yellow);--QGL-privacy-private-color:var(--QGL-orange);--QGL-feed-new-input-background:var(--QGL-n700);--QGL-feed-explore-theme-background:var(--QGL-n700);--QGL-feed-panel-background:var(--QGL-n900);--QGL-feed-panel-input-background:var(--QGL-n700);--QGL-images-buttons-color:var(--QGL-n0);--QGL-images-buttons-background:var(--QGL-n150);--QGL-dropzone-color:var(--QGL-n0);--QGL-dropzone-background:var(--QGL-blue)!important;--QGL-dropzone-progress:var(--QGL-lightblue);--QGL-topbar-height:56px;--QGL-topbar-color:var(--QGL-n0);--QGL-topbar-background:var(--QGL-n900);--QGL-notification-color:var(--QGL-n0);--QGL-bottombar-height:56px;--QGL-bottombar-border:var(--QGL-n600);--QGL-point-color:var(--QGL-n0);--QGL-point-background:var(--QGL-n900);--QGL-point-content-background:var(--QGL-n850);--QGL-point-new-background:var(--QGL-n700);--QGL-point-separator:var(--QGL-n400);--QGL-point-expiracy-color:var(--QGL-n0);--QGL-point-expiracy-background:var(--QGL-gradient-green);--QGL-contribution-color:var(--QGL-point-color);--QGL-contribution-background:var(--QGL-n850);--QGL-contribution-targeted-border:var(--QGL-contribution-color);--QGL-contribution-new-background:var(--QGL-n800);--QGL-comment-color:var(--QGL-contribution-color);--QGL-comment-background:var(--QGL-n900);--QGL-comment-targeted-border:var(--QGL-comment-color);--QGL-comment-new-background:var(--QGL-n800);--QGL-refutation-color:var(--QGL-n0);--QGL-refutation-background:var(--QGL-blue);--QGL-survey-option-background:var(--QGL-n700);--QGL-questions-input-background:var(--QGL-n700);--QGL-questions-information-background:var(--QGL-n700);--QGL-questions-quote-background:var(--QGL-n900);--QGL-album-background:var(--QGL-n900);--QGL-cause-level-background:var(--QGL-n700);--QGL-cause-progress-color:var(--QGL-n0);--QGL-cause-progress-background:var(--QGL-n900);--QGL-collaborative-chat-indicator-color:var(--QGL-n0);--QGL-collaborative-chat-indicator-background:rgba(0,0,0,.4);--QGL-mosaic-text-input-background:var(--QGL-n900);--QGL-mosaic-preview-border:var(--QGL-n900);--QGL-modal-color:var(--QGL-n0);--QGL-modal-background:var(--QGL-n800);--QGL-modal-border:var(--QGL-n900);--QGL-search-color:var(--QGL-n900);--QGL-search-background:var(--QGL-n0);--QGL-search-filter-background:var(--QGL-n700);--QGL-Jti-background:var(--QGL-n0);--QGL-Jti-border:var(--QGL-n0);--QGL-contact-input-background:var(--QGL-n700);--QGL-Heypster-logo-filter:saturate(0) brightness(9);--QGL-Heypster-emoji-filter:saturate(0) invert(1);--QGL-Heypster-button-filter:saturate(0) brightness(1.5);--sat:env(safe-area-inset-top);--sar:env(safe-area-inset-right);--sab:env(safe-area-inset-bottom);--sal:env(safe-area-inset-left)}.qgl-gif{display:block;width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qgl-modalStyle{color:var(--QGL-modal-color);background-color:var(--QGL-modal-background);border-radius:20px;border:1px solid var(--QGL-modal-border)}a[data-qgl-link]{background:var(--QGL-gradient-slow);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block}.inputArea{border-radius:0!important;padding:2px 6px}.inputArea:not(:disabled),.inputArea:not(:disabled)>option{border:1px solid var(--input-border-color);background-color:var(--input-background-color);color:var(--input-color)}.inputArea:disabled,.inputArea:disabled>option{border:1px solid var(--input-disabled-border-color)!important;background-color:var(--input-disabled-background-color)!important;color:var(--input-disabled-color)!important}.inputArea:focus{outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.inputSelect{border-radius:0!important}.inputSelect:not(:disabled),.inputSelect>option{color:var(--input-color);background-color:var(--input-background-color);border:1px solid var(--input-border-color)}.inputSelect:disabled,.inputSelect:disabled>option{border:1px solid var(--input-disabled-border-color)!important;background-color:var(--input-disabled-background-color)!important;color:var(--input-disabled-color)!important}.inputSelect:focus{outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.inputSelect::-moz-selection{color:var(--input-selected-color)!important;background-color:var(--input-selected-background-color)!important;outline:none!important;box-shadow:none!important}.inputSelect::selection{color:var(--input-selected-color)!important;background-color:var(--input-selected-background-color)!important;outline:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.inputSelect>option{white-space:break-spaces}.backgroundDamier{background-color:#ccc;background-image:linear-gradient(45deg,#444 25%,transparent 0,transparent 75%,#444 0),linear-gradient(45deg,#444 25%,transparent 0,transparent 75%,#444 0);background-size:10px 10px;background-position:0 0,15px 15px}.inputSelect.custom-select{background-blend-mode:var(--input-select-background-blend-mode)}a,a:visited{color:var(--link-color)}a:hover{text-decoration:none}.linkPreviewMarkUntrusted{background-color:orange;padding-right:4px}.linkPreviewMarkShocking,.linkPreviewMarkUntrusted{color:#fff!important;font-weight:700;border-radius:4px}.linkPreviewMarkShocking{background-color:red}.linkPreviewMarkTrusted{background-color:green;color:#fff!important;font-weight:700;border-radius:4px}.linkPreviewMarkJTIChecked{height:24px;border-radius:4px;background-color:var(--QGL-Jti-background);border:2px solid var(--QGL-Jti-border);cursor:pointer}.pointsContainer{max-width:min(100%,1000px);width:100%;position:relative;z-index:0}.modalStyle{background-color:var(--modal-background-color);border-radius:20px}.modalHeader,.modalStyle{color:var(--modal-color);border:0 none}.modalHeader{border-bottom:1px solid var(--modal-border)!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:20px 24px 0 24px;padding:0 0 10px 0}.modalHeader>h5{font-size:18px!important;font-variation-settings:"wght" 600;font-weight:600}.modalHeader>button{color:var(--modal-color);opacity:1}.modalBody{color:var(--modal-color);font-size:13px;font-family:Montserrat;font-variation-settings:"wght" 500;font-weight:500}.modalFooter{border:0 none}.pageGeneric{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;align-items:center;width:100%;margin:0 auto 0 auto;padding:16px 8px}.pageGeneric>div{max-width:1280px}.noScroll{overflow:hidden!important;-webkit-overflow-scrolling:touch!important}.cursorGrab{cursor:-webkit-grab!important;cursor:grab!important}.scrollWithoutBars{overflow-x:auto;overflow-y:hidden}.scrollWithoutAnyBars{-ms-overflow-style:none;scrollbar-width:none}.scrollWithoutAnyBars::-webkit-scrollbar{display:none}.textOverImage{text-shadow:0 0 8px #000,0 0 4px #000,0 0 4px #000}.noBorderLeft{border-left:0 none!important}.noBorderRight{border-right:0 none!important}.inputAppendIcon>div{margin:auto 8px!important}.boxShadow{-webkit-box-shadow:0 8px 10px var(--common-shadow);box-shadow:0 8px 10px var(--common-shadow)}.iconcaptcha-modal__body-title{font-size:12px!important;margin-top:3px}.iconcaptcha-widget{overflow-x:auto;max-width:500px}.iconcaptcha-widget>*{min-width:350px}.b-toaster{z-index:3000!important}[id^=confirmModal][id$=___BV_modal_outer_]:not([id=confirmModal___BV_modal_outer_]),[id^=infoModal][id$=___BV_modal_outer_]:not([id=infoModal___BV_modal_outer_]){z-index:3000!important;position:absolute}.pulsate{-webkit-animation:pulsate 2s ease-out;animation:pulsate 2s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:.5}@-webkit-keyframes pulsate{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes pulsate{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.fadeWait-enter-active,.fadeWait-leave-active{-webkit-transition:all 1.5s;transition:all 1.5s;-webkit-transform:scaleY(1);transform:scaleY(1)}.fadeWait-enter,.fadeWait-leave-to{-webkit-transition:all 1.5s;transition:all 1.5s;-webkit-transform:scaleY(0);transform:scaleY(0)}.fade-enter-active,.fade-leave-active{-webkit-transition:all .5s;transition:all .5s;opacity:1}.fade-enter,.fade-leave-to{-webkit-transition:all .5s;transition:all .5s;opacity:0}.slide-down-enter-active{-webkit-transition:all .5s ease;transition:all .5s ease}.slide-down-leave-active{-webkit-transition:all .3s cubic-bezier(1,.5,.8,1);transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-down-enter,.slide-down-leave-to{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.slide-up-enter-active{-webkit-transition:all .5s ease;transition:all .5s ease}.slide-up-leave-active{-webkit-transition:all .3s cubic-bezier(1,.5,.8,1);transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-up-enter{opacity:0}.slide-up-leave-to{-webkit-transform:translateY(-100%);transform:translateY(-100%);opacity:0}.searchbar-transition-enter-active{-webkit-transition:all .3s ease;transition:all .3s ease}.searchbar-transition-leave-active{-webkit-transition:all .8s ease;transition:all .8s ease}.searchbar-transition-enter,.searchbar-transition-leave-to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.fadeHeight-enter-active,.fadeHeight-leave-active{-webkit-transition:all 1s;transition:all 1s;max-height:1000px}.fadeHeight-enter,.fadeHeight-leave-to{opacity:0;max-height:0}.fadeDelay-enter-active{-webkit-transition:all 0s;transition:all 0s;-webkit-transition-delay:.5s;transition-delay:.5s;max-height:0}.fadeDelay-leave-active{-webkit-transition:all .5s;transition:all .5s;max-height:1000px}.fadeDelay-enter,.fadeDelay-leave-to{max-height:0;opacity:0}.fade-enter-active{-webkit-transition:all .5s ease;transition:all .5s ease}.fade-leave-active{-webkit-transition:all .3s cubic-bezier(1,.5,.8,1);transition:all .3s cubic-bezier(1,.5,.8,1)}.fade-enter,.fade-leave-to{opacity:0}.alwaysHide{visibility:hidden!important}.slide-left-enter-active{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.slide-left-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.slide-left-enter{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.slide-left-leave-to{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.slide-right-enter-active{-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-transition-delay:.3s;transition-delay:.3s}.slide-right-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.slide-right-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}.slide-right-leave-to{-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}.bounce-enter-active{-webkit-animation:bounce-in .5s;animation:bounce-in .5s}.bounce-leave-active{animation:bounce-in .5s reverse}@-webkit-keyframes bounce-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.25);transform:scale(1.25)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.25);transform:scale(1.25)}to{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:575px){.displayOnDesktop,.hideOnMobile{display:none!important}}@media (min-width:576px) and (max-width:800px){.displayOnDesktop,.displayOnMobile{display:none!important}}@media (min-width:801px){.displayOnMobile,.hideOnDesktop{display:none!important}}#heypster-popup-overlay{z-index:9999!important}#heypster-popup,.heypster-back-button,.heypster-next-button,.heypster-popup-content,.heypster-popup-header,.heypster-search-input,.heypster-tag-suggestions{color:var(--QGL-modal-color)!important;background-color:var(--QGL-modal-background)!important}.heypster-popup-header{width:calc(100% + 1px)!important}.heypster-logo{-webkit-filter:var(--QGL-Heypster-logo-filter);filter:var(--QGL-Heypster-logo-filter)}.heypster-emoji{-webkit-filter:var(--QGL-Heypster-emoji-filter);filter:var(--QGL-Heypster-emoji-filter)}img.heypster-button{-webkit-filter:var(--QGL-Heypster-button-filter);filter:var(--QGL-Heypster-button-filter);cursor:pointer}.heypster-close-button{cursor:pointer}.qgl-display{font-weight:400}.qgl-display,.qgl-displayBold{font-family:Urbanist;font-size:54px;line-height:100%;letter-spacing:-2%}.qgl-displayBold{font-weight:700}.qgl-h1,.qgl-h1bold{font-family:Urbanist;font-weight:400;font-size:44px;line-height:100%;letter-spacing:-2%}.qgl-h2,.qgl-h2bold{font-family:Urbanist;font-weight:400;font-size:36px;line-height:100%;letter-spacing:-2%}.qgl-h3,.qgl-h3bold{font-family:Urbanist;font-weight:400;font-size:28px;line-height:100%;letter-spacing:-2%}.qgl-h4,.qgl-h4bold{font-family:Urbanist;font-weight:400;font-size:24px;line-height:100%;letter-spacing:-2%}.qgl-h5,.qgl-h5bold{font-family:Urbanist;font-weight:400;font-size:20px;line-height:100%;letter-spacing:-2%}.qgl-h6,.qgl-h6bold{font-family:Urbanist;font-weight:400;font-size:16px;line-height:100%;letter-spacing:-2%}.qgl-bottomPopIn{border-radius:24px 24px 0 0;padding:24px 12px;width:100%;color:var(--QGL-n800);background-color:var(--QGL-n0)}