.xtrActionCard{--cardWidth:164px;--cardHeight:164px;--rippleColor:var(--colorBrandPrimary);--rippleShadowColor:var(--colorBackgroundTertiary);--cardBorderRadius:calc(min(var(--cardWidth),var(--cardHeight))*.1);width:var(--cardWidth);height:var(--cardHeight);border-radius:var(--cardBorderRadius);background:var(--colorBackgroundSecondary);cursor:pointer;position:relative}.xtrActionCard.miniSize{--rippleSize:24px 12px}.xtrActionCard.smallSize{--rippleSize:30px 15px}.xtrActionCard.mediumSize{--rippleSize:48px 24px}
._xtrIcon_5up3w_1._iconButton_5up3w_1{border-radius:9999px;padding:16px}._xtrIcon_5up3w_1._iconButton_5up3w_1:hover{cursor:pointer;background:hsl(var(--colorBrandPrimary)/75%);color:#fff}._xtrIcon_5up3w_1._iconButton_5up3w_1:active{background:hsl(var(--colorBrandPrimary))}._lottieWrapper_7x7pv_1{width:var(--lottieSize);height:var(--lottieSize);justify-content:center;align-items:center;display:flex}._lottie_7x7pv_1{width:100%;height:100%}
.xtrAvatar{--avatarSize:64px;width:var(--avatarSize);height:var(--avatarSize);cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.xtrAvatar:before{content:"";width:var(--avatarSize);height:var(--avatarSize);border:calc(2px + var(--avatarSize)/300)solid hsl(var(--colorBrandPrimary)/75%);transition:all var(--animDurFast)var(--cubicBezierPrimary);border-radius:9999px;position:absolute}.xtrAvatar:after{content:"";width:var(--avatarSize);height:var(--avatarSize);border:calc(4px + var(--avatarSize)/300)solid hsl(var(--colorBrandPrimary)/100%);opacity:0;transition:all var(--animDurFast)var(--cubicBezierPrimary);border-left-color:#0000;border-right-color:#0000;border-radius:9999px;position:absolute}.xtrAvatar .placeholder{color:hsl(var(--colorBrandPrimary)/100%)}.xtrAvatar .image{--imageSize:calc(100% - (4px + var(--avatarSize)/100));width:var(--imageSize);height:var(--imageSize);object-fit:cover;object-position:center;z-index:2;transition:all var(--animDurFast)var(--cubicBezierPrimary);border-radius:50%;animation:.2s ease-out forwards fadeIn;position:absolute}.xtrAvatar.loading:after{opacity:1;animation:1s linear infinite avatarSpin}.xtrAvatar.error:before,.xtrAvatar.error:after{border-color:hsl(var(--colorAlertError))}.xtrAvatar.error .placeholder{color:hsl(var(--colorAlertError))}.xtrAvatar:hover:before,.xtrAvatar:hover:after{scale:1.1}.xtrAvatar:active:before,.xtrAvatar:active:after{scale:1}@keyframes avatarSpin{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:rotate(0)}50%{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(360deg)}to{transform:rotate(720deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.xtrProgressBar{border-radius:9999px;justify-content:flex-start;align-items:center;width:100%;height:3px;display:flex;position:relative;overflow:hidden}.xtrProgressBar:before{content:"";opacity:.3;background:var(--colorBorderPrimary);width:100%;height:1px;transition:all .5s var(--cubicBezierPrimary);border-radius:9999px;position:absolute;left:0}.xtrProgressBar>.progress{background:var(--gradientBrand);width:100%;height:3px;transition:all .5s var(--cubicBezierPrimary);border-radius:9999px;display:block;position:absolute}.xtrProgressBar.intermediate{border-radius:9999px}.xtrProgressBar.intermediate:before{background:hsl(var(--colorBrandPrimary));height:100%}.xtrProgressBar.intermediate>.progress{background-image:repeating-linear-gradient(60deg,transparent,transparent .5rem,hsl(var(--colorBrandPrimary)).5rem,hsl(var(--colorBrandPrimary))1.5rem);width:150%;animation:.2s linear infinite barberPole}@keyframes barberPole{0%{transform:translate(-1.75rem)}to{transform:translate(0)}}
.xtrButton{--themeColor:var(--colorBrandPrimary);--rippleColor:var(--themeColor);--rippleShadowColor:var(--themeColor);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:9999px;justify-content:center;align-items:center;display:flex;position:relative}.xtrButton .label{text-transform:uppercase;z-index:1;color:inherit;transition:all var(--animDurDefault)var(--cubicBezierPrimary);margin:0}.xtrButton .icon{color:inherit;transition:all var(--animDurDefault)var(--cubicBezierPrimary)}.xtrButton .underline{width:100%;position:absolute;bottom:0;left:0}.xtrButton .underline>span{width:20%!important}.xtrButton:before{content:"";background:hsl(var(--themeColor));filter:contrast(1.2)brightness(.8);clip-path:circle(0%);border-radius:inherit;z-index:0;opacity:0;width:100%;height:100%;transition:all var(--animDurDefault)var(--cubicBezierPrimary);display:block;position:absolute}.xtrButton.primaryType,.xtrButton.primaryDangerType{background:hsl(var(--themeColor));color:#fff}.xtrButton.secondaryType,.xtrButton.secondaryDangerType{background:var(--colorBackgroundSecondary);color:var(--colorContentPrimary)}.xtrButton.linkType,.xtrButton.linkDangerType{border-radius:unset;color:var(--colorContentPrimary);overflow:unset;background:0 0;box-shadow:none!important}.xtrButton.linkType .label,.xtrButton.linkDangerType .label{letter-spacing:unset;text-transform:unset}.xtrButton.linkType:before,.xtrButton.linkDangerType:before{display:none}.xtrButton.linkType:hover,.xtrButton.linkDangerType:hover{color:hsl(var(--themeColor))}.xtrButton.linkType:hover .label,.xtrButton.linkDangerType:hover .label{filter:contrast(.8)brightness(1.2)}.xtrButton.linkType:active .label,.xtrButton.linkDangerType:active .label{filter:contrast(1.2)brightness(.8)}.xtrButton.primaryDangerType,.xtrButton.secondaryDangerType,.xtrButton.linkDangerType{--themeColor:var(--colorAlertError)}.xtrButton.primaryDangerType .underline span,.xtrButton.secondaryDangerType .underline span,.xtrButton.linkDangerType .underline span{background:hsl(var(--themeColor))}.xtrButton.miniSize{--rippleSize:24px 12px;gap:8px;padding:8px 16px;line-height:16px}.xtrButton.miniSize .label{font-variation-settings:"wdth" 75,"wght" 400;letter-spacing:2px;font-size:12px}.xtrButton.miniSize.iconOnly{padding:0}.xtrButton.miniSize.iconOnly .icon{width:32px;height:32px}.xtrButton.defaultSize{--rippleSize:30px 15px;gap:10px;padding:10px 20px;line-height:18px}.xtrButton.defaultSize .label{font-variation-settings:"wdth" 75,"wght" 500;letter-spacing:2px;font-size:14px}.xtrButton.defaultSize.iconOnly{padding:0}.xtrButton.defaultSize.iconOnly .icon{width:44px;height:44px}.xtrButton.largeSize{--rippleSize:48px 24px;gap:14px;padding:16px 32px;line-height:28px}.xtrButton.largeSize .label{font-variation-settings:"wdth" 75,"wght" 600;letter-spacing:4px;font-size:22px}.xtrButton.largeSize.iconOnly{padding:0}.xtrButton.largeSize.iconOnly .icon{width:60px;height:60px}.xtrButton:hover{color:#fff}.xtrButton:hover .underline span{width:100%!important}.xtrButton:hover:before{clip-path:circle(100%);opacity:1}.xtrButton.loading{--loaderColor:hsl(var(--themeColor));pointer-events:none;background:hsl(var(--themeColor)/80%);overflow:hidden}.xtrButton.loading.secondaryType,.xtrButton.loading.secondaryDangerType{--loaderColor:var(--colorBackgroundTertiary);background:var(--colorBackgroundSecondary)}.xtrButton.loading.linkType,.xtrButton.loading.linkDangerType{background:0 0}.xtrButton.loading.linkType .underline>span,.xtrButton.loading.linkDangerType .underline>span{width:150%!important}.xtrButton.loading.linkType:after,.xtrButton.loading.linkDangerType:after{display:none}.xtrButton.loading:after{content:"";z-index:0;background-image:repeating-linear-gradient(60deg,transparent,transparent .75rem,var(--loaderColor).75rem,var(--loaderColor)1.5rem);border-radius:9999px;width:150%;height:100%;animation:.25s linear infinite barberPole;display:block;position:absolute}.xtrButton.loading.iconOnly{overflow:unset;background:0 0}.xtrButton.loading.iconOnly.secondaryType,.xtrButton.loading.iconOnly.secondaryDangerType{color:#fff}.xtrButton.loading.iconOnly:before{clip-path:circle(45%);opacity:1}.xtrButton.loading.iconOnly:after{border:2px solid hsl(var(--themeColor));background:0 0;border-top-color:#0000;border-bottom-color:#0000;width:100%;animation:.25s linear infinite loader}.xtrButton:disabled{background:hsl(var(--themeColor)/20%);color:hsl(var(--themeColor)/75%);pointer-events:none;filter:grayscale()}.xtrButton:disabled.secondaryType,.xtrButton:disabled.secondaryDangerType{background:hsl(var(--themeColor)/5%)}.xtrButton:disabled.linkType{background:0 0}.xtrButton:disabled.linkType .underline:before,.xtrButton:disabled.linkType .underline span{width:0%}@keyframes barberPole{0%{transform:translate(-1.75rem)}to{transform:translate(0)}}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(180deg)}}
.xtrColorPicker{flex-direction:column;display:flex}.xtrColorPicker .wheel{cursor:crosshair;margin-bottom:24px}.xtrColorPicker .shade,.xtrColorPicker .alpha{border-radius:9999px!important;height:5px!important}.xtrColorPicker .shade div:first-child,.xtrColorPicker .alpha div:first-child{border-radius:9999px!important}.xtrColorPicker .shade div:last-child,.xtrColorPicker .alpha div:last-child{align-items:center;display:flex}.xtrColorPicker .shade{margin-bottom:16px}
.xtrTextfield{--fontSize:14px;--primaryColor:var(--colorBackgroundSecondary);--secondaryColor:var(--colorBackgroundPrimary);width:300px;box-shadow:0 0 0 1px hsl(var(--colorBrandPrimary)/50%);background:var(--primaryColor);color:hsl(var(--colorContentPrimary));transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:22px;justify-content:center;align-items:center;display:flex;position:relative}.xtrTextfield:before{content:"";background:hsl(var(--colorBrandPrimary));clip-path:circle(0% at 22px);z-index:0;opacity:0;width:100%;height:100%;transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:9999px;display:block;position:absolute}.xtrTextfield .xIcon{width:44px;height:44px;font-size:calc(var(--fontSize) + 2px);color:hsl(var(--colorBrandPrimary)/100%);pointer-events:none;transition:all;position:absolute;left:0}.xtrTextfield .dialCode{align-items:center;gap:4px;display:flex;position:absolute;left:0}.xtrTextfield .dialCode span{background-position:50%;background-size:cover;border-radius:9999px;width:44px;height:44px;display:flex;scale:.8}.xtrTextfield .dialCode p{font-size:var(--fontSize);transition:all var(--animDurDefault)var(--cubicBezierPrimary);margin:0}.xtrTextfield .input{z-index:1;width:100%;line-height:18px;font-size:var(--fontSize);font-variation-settings:"wdth" 75,"wght" 400;transition:all var(--animDurDefault)var(--cubicBezierPrimary);background:0 0;border:none;outline:none;padding:20px 22px 6px}.xtrTextfield .input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.xtrTextfield .input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.xtrTextfield .input[type=number]{appearance:textfield}.xtrTextfield .placeholder{color:var(--colorContentSecondary);transform-origin:0;font-size:var(--fontSize);z-index:2;pointer-events:none;transition:all var(--animDurDefault)var(--cubicBezierPrimary);align-items:center;padding:0 8px;line-height:20px;display:flex;position:absolute;left:0;translate:16px}.xtrTextfield.withIcon:before{clip-path:circle(16px at 22px);opacity:.4}.xtrTextfield.withIcon .input{padding-left:48px}.xtrTextfield.withIcon .placeholder{translate:40px}.xtrTextfield.textarea .input{resize:none;height:200px;margin:26px 0 8px;padding:0 22px}.xtrTextfield.textarea .placeholder{top:0;translate:16px 20px}.xtrTextfield.phone .input{padding-left:74px}.xtrTextfield.phone .placeholder{translate:68px}.xtrTextfield.hasValue .placeholder{font-variation-settings:"wdth" 75,"wght" 700;color:hsl(var(--colorBrandPrimary)/100%);translate:16px -9px;scale:.75}.xtrTextfield.hasValue .placeholder:before{scale:1}.xtrTextfield.hasValue.withIcon .placeholder,.xtrTextfield.hasValue.phone .placeholder{translate:42px -9px}.xtrTextfield.hasValue.phone .dialCode p{margin-top:14px}.xtrTextfield.hasValue.textarea .placeholder{translate:16px 8px}.xtrTextfield:focus-within,.xtrTextfield.active{box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%);background:var(--secondaryColor)}.xtrTextfield:focus-within .placeholder,.xtrTextfield.active .placeholder{font-variation-settings:"wdth" 75,"wght" 700;color:hsl(var(--colorBrandPrimary)/100%);translate:16px -9px;scale:.75}.xtrTextfield:focus-within .placeholder:before,.xtrTextfield.active .placeholder:before{scale:1}.xtrTextfield:focus-within.withIcon .placeholder,.xtrTextfield.active.withIcon .placeholder,.xtrTextfield:focus-within.phone .placeholder,.xtrTextfield.active.phone .placeholder{translate:42px -9px}.xtrTextfield:focus-within.phone .dialCode p,.xtrTextfield.active.phone .dialCode p{margin-top:14px}.xtrTextfield:focus-within.textarea .placeholder,.xtrTextfield.active.textarea .placeholder{translate:16px 8px}.xtrTextfield:focus-within.withIcon:before,.xtrTextfield.active.withIcon:before{clip-path:circle(18px at 22px);opacity:.8}.xtrTextfield:focus-within.withIcon .xIcon,.xtrTextfield.active.withIcon .xIcon{color:#fff;font-weight:900}.xtrTextfield:focus-within .input,.xtrTextfield.active .input{cursor:text!important}
.xtrColorButton i{color:var(--iconColor)!important;--iconSize:15px!important}.xtrColorInput{transition:box-shadow 0s,background var(--animDurDefault);box-shadow:0 0 #0000}.xtrColorInput:before{background:hsl(var(--colorBrandPrimary))!important;opacity:1!important;transition:all var(--animDurDefault)var(--cubicBezierPrimary),background 0s!important}.xtrColorInput i{color:var(--iconColor)!important}.xtrColorInput input{cursor:pointer;text-transform:uppercase}.xtrColorPopper{min-width:200px;box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%);background:var(--colorBackgroundPrimary);z-index:9999;transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:24px;display:flex;overflow:hidden}.xtrColorPopper .themeScheme{width:100%}.xtrColorPopper .themeScheme .schemeSelector{justify-content:center;padding-top:16px;display:flex}.xtrColorPopper .themeScheme .schemeSelector button{border-radius:0;flex-grow:1;padding:0 8px;filter:unset!important}.xtrColorPopper .themeScheme .schemeSelector button:first-child{border-top-left-radius:24px;border-bottom-left-radius:24px}.xtrColorPopper .themeScheme .schemeSelector button:last-child{border-top-right-radius:24px;border-bottom-right-radius:24px}.xtrColorPopper .themeScheme .schemeSelector button i{height:38px!important}.xtrColorPopper .header{justify-content:space-between;align-items:center;width:100%;display:flex}.xtrColorPopper .header .heading{align-items:flex-start;width:100%;max-width:172px;height:32px;padding-right:16px;display:flex;position:relative}.xtrColorPopper .header .heading h1{text-transform:uppercase;-webkit-user-select:none;user-select:none;text-overflow:ellipsis;white-space:nowrap;font-variation-settings:"wdth" 75,"wght" 600;background:var(--colorBackgroundPrimary);width:100%;height:100%;margin:0;font-size:14px;line-height:32px;animation:.4s 1s forwards slideOutRight;position:absolute;overflow:hidden}.xtrColorPopper .header .heading div{flex-direction:column;width:100%;height:100%;animation:.4s 1s forwards slideInLeft;display:flex;position:absolute}.xtrColorPopper .header .heading div h1{animation:none;position:relative}.xtrColorPopper .header .heading div .popperInput{letter-spacing:.8px;text-transform:uppercase;width:100%;color:hsl(var(--colorBrandPrimary));z-index:2;background:0 0;border:none;outline:none;margin-top:-4px;padding:0;font-size:14px;animation:.4s 1s forwards slideInLeft}.xtrColorPopper .header .heading div .popperInput:focus-within{color:hsl(var(--colorBrandPrimary));font-variation-settings:"wdth" 75,"wght" 800}.xtrColorPopper .header.withInput .heading{height:44px}.xtrColorPopper .header i{opacity:0;font-size:small;animation:.4s 1.1s forwards fadeIn}.xtrColorPopper hr{background:var(--colorContentPrimary);opacity:.2;border:none;border-radius:9999px;width:20%;height:4px;margin:0}.xtrColorPopper .swatch{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(5,1fr);gap:8px 12px;width:100%;display:grid}.xtrColorPopper .swatch .swatchItem{aspect-ratio:1;cursor:pointer;border-radius:9999px}@keyframes slideInLeft{0%{opacity:0;z-index:1;transform:translate(50px)}to{opacity:1;z-index:2;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;z-index:2;transform:translate(0)}to{opacity:0;z-index:1;transform:translate(-50px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.xtrDatePicker{--fontSize:14px;--primaryColor:var(--colorBackgroundSecondary);--secondaryColor:var(--colorBackgroundPrimary);width:fit-content;min-width:300px;box-shadow:0 0 0 1px hsl(var(--colorBrandPrimary)/50%);background:var(--primaryColor);color:hsl(var(--colorContentPrimary));transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:22px;justify-content:center;align-items:center;display:flex}.xtrDatePicker:before{content:"";background:hsl(var(--colorBrandPrimary));clip-path:circle(16px at 22px);z-index:0;opacity:.4;width:100%;height:100%;transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:9999px;display:block;position:absolute}.xtrDatePicker:after{content:attr(data-testid);font-size:var(--fontSize);color:hsl(var(--colorBrandPrimary)/100%);font-variation-settings:"wdth" 75,"wght" 700;line-height:20px;position:absolute;top:3px;left:40px;scale:.75}.xtrDatePicker .react-datetime-picker__wrapper{border:none;padding:20px 8px 4px 48px;display:flex;position:relative}.xtrDatePicker .react-datetime-picker__wrapper *{font-variation-settings:"wdth" 75,"wght" 400;font-size:14px;line-height:18px}.xtrDatePicker .react-datetime-picker__wrapper .react-datetime-picker__inputGroup__input{background:0 0;border:none;outline:none}.xtrDatePicker .react-datetime-picker__wrapper .react-datetime-picker__calendar-button,.xtrDatePicker .react-datetime-picker__wrapper .react-datetime-picker__clock-button{cursor:pointer;background:0 0;border:none;outline:none;padding:0;position:absolute;top:0;left:0}.xtrDatePicker .react-datetime-picker__wrapper .react-datetime-picker__calendar-button>i,.xtrDatePicker .react-datetime-picker__wrapper .react-datetime-picker__clock-button>i{width:44px;height:44px;font-size:calc(var(--fontSize));color:hsl(var(--colorBrandPrimary)/100%);pointer-events:none;transition:all}.xtrDatePicker .react-datetime-picker__wrapper .react-datetime-picker__clear-button{cursor:pointer;background:0 0;border:none;outline:none;position:absolute;top:0;bottom:0;right:8px}.xtrDatePicker .react-datetime-picker__calendar{width:100%;box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%);background:var(--colorBackgroundPrimary);z-index:100;border-radius:4px 4px 22px 22px;margin-top:10px;padding:4px;position:relative}.xtrDatePicker .react-datetime-picker__calendar .react-calendar{-webkit-user-select:none;user-select:none;background:0 0;border:none;width:100%}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__arrow{aspect-ratio:1;background:0 0;position:relative}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__arrow:before{content:"";z-index:-1;border-radius:9999px;position:absolute;inset:1px}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__arrow:hover:before{background:hsl(var(--colorBrandPrimary)/75%)}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__arrow:hover,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__arrow:hover *{color:#fff!important}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__label{background:0 0;border-radius:8px;position:relative}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__label:before{content:"";z-index:-1;border-radius:9999px;position:absolute;inset:1px}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__label:hover:before{background:hsl(var(--colorBrandPrimary)/75%)}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__label:hover,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__navigation__label:hover *{color:#fff!important}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile{aspect-ratio:1;background:0 0;position:relative}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile:before{content:"";border-radius:9999px;position:absolute;inset:1px}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile.react-calendar__month-view__days__day--neighboringMonth abbr{color:var(--colorContentTertiary)}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile--now:before{border:1px solid hsl(var(--colorBrandPrimary)/75%);background:0 0;inset:0}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile:before{content:"";z-index:-1;border-radius:9999px;position:absolute;inset:1px}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile:hover:before{background:hsl(var(--colorBrandPrimary)/75%)}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile:hover,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile:hover *{color:#fff!important}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile--active:before,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile--hasActive:before{inset:0;background:hsl(var(--colorBrandPrimary)/100%)!important}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile--active abbr,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__tile--hasActive abbr{color:#fff}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__year-view__months .react-calendar__tile,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__decade-view__years .react-calendar__tile{aspect-ratio:unset;color:#fff}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__year-view__months .react-calendar__tile:before,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__decade-view__years .react-calendar__tile:before{border-radius:16px;inset:3px}.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__year-view__months .react-calendar__tile--now abbr,.xtrDatePicker .react-datetime-picker__calendar .react-calendar .react-calendar__decade-view__years .react-calendar__tile--now abbr{color:#fff}.xtrDatePicker .react-datetime-picker__clock{--clockColor:hsl(var(--colorBrandPrimary)/100%);width:100%;height:auto;box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%);background:var(--colorBackgroundPrimary);z-index:100;border:none;border-radius:4px 4px 22px 22px;margin-top:10px;padding:16px}.xtrDatePicker .react-datetime-picker__clock .react-clock{margin:auto}.xtrDatePicker .react-datetime-picker__clock .react-clock .react-clock__face{border-color:var(--clockColor)}.xtrDatePicker .react-datetime-picker__clock .react-clock .react-clock__mark__body,.xtrDatePicker .react-datetime-picker__clock .react-clock .react-clock__hand__body{background:var(--clockColor)}.xtrDatePicker.react-datetime-picker--open{box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%);background:var(--secondaryColor);border-radius:22px 22px 4px 4px!important}.xtrDatePicker.react-datetime-picker--open:before{clip-path:circle(18px at 22px);opacity:.8}.xtrDatePicker.react-datetime-picker--open .react-datetime-picker__calendar-button>i{font-weight:900;color:#fff!important}
.xtrSpinner{--spinnerSize:64px;--spinnerCubeSize:calc(var(--spinnerSize)/2);--spinnerShadowSize:calc(var(--spinnerSize)/20);--spinnerTopColor:0 0% 20%;width:var(--spinnerSize);height:var(--spinnerSize);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.xtrSpinner.fullpage{width:100%;height:100%}.xtrSpinner .label{font-variation-settings:"wdth" 75,"wght" 500;font-size:calc(8px + var(--spinnerSize)/18);color:var(--colorContentPrimary);transform:translateY(calc(5px + var(--spinnerSize)/1.6));position:absolute;bottom:50%}.xtrSpinner .spinnerWrapper{width:var(--spinnerCubeSize);height:var(--spinnerCubeSize);margin-top:calc(var(--spinnerCubeSize)*-.1);transform-style:preserve-3d;animation:.8s linear infinite spinner;position:relative}.xtrSpinner .spinnerWrapper .cubeTop{width:var(--spinnerCubeSize);height:var(--spinnerCubeSize);background:hsl(var(--spinnerTopColor));transform:rotateX(90deg)translateZ(calc(var(--spinnerCubeSize)/2));transform-style:preserve-3d;transition:all var(--animDurFast)var(--cubicBezierPrimary);position:absolute}.xtrSpinner .spinnerWrapper .cubeTop:before{content:"";width:var(--spinnerCubeSize);height:var(--spinnerCubeSize);background:hsl(var(--colorBrandPrimary)/80%);transform:translateZ(calc(-1*var(--spinnerCubeSize)*1.2));filter:blur(var(--spinnerShadowSize));box-shadow:0 0 var(--spinnerShadowSize)hsl(var(--spinnerTopColor)),0 0 calc(var(--spinnerShadowSize)*2)hsl(var(--colorBrandPrimary)),0 0 calc(var(--spinnerShadowSize)*3)hsl(var(--spinnerTopColor)),0 0 calc(var(--spinnerShadowSize)*4)hsl(var(--colorBrandPrimary));position:absolute}.xtrSpinner .spinnerWrapper .cubeWrapper{width:100%;height:100%;transform-style:preserve-3d;position:absolute}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace{width:100%;height:100%;transition:all var(--animDurFast)var(--cubicBezierPrimary);background:#fff;position:absolute}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:before{content:"";background:linear-gradient(to bottom,hsl(var(--colorBrandPrimary)/100%),hsl(var(--colorBrandPrimary)/40%));width:100%;height:100%;display:block;position:absolute;top:0}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:after{content:"";background:linear-gradient(to bottom,hsl(var(--spinnerTopColor)/100%)0%,hsl(var(--spinnerTopColor)/40%)5%,hsl(var(--spinnerTopColor)/10%)10%,transparent 100%);width:100%;height:100%;display:block;position:absolute;top:0}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:first-child{transform:rotateY(90deg)translateZ(calc(var(--spinnerCubeSize)/2))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:nth-child(2){transform:rotateY(180deg)translateZ(calc(var(--spinnerCubeSize)/2))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:nth-child(3){transform:rotateY(270deg)translateZ(calc(var(--spinnerCubeSize)/2))}.xtrSpinner .spinnerWrapper .cubeWrapper .cubeFace:nth-child(4){transform:rotateY(360deg)translateZ(calc(var(--spinnerCubeSize)/2))}@keyframes spinner{0%{transform:rotateX(-30deg)rotateY(0)}to{transform:rotateX(-30deg)rotateY(360deg)}}
.xtrImageEditor{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.xtrImageEditor .editorControls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000080;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:8px;display:flex;position:absolute;bottom:20px}.xtrImageEditor .editorControls .xIcon{color:#fffd;border:1px solid #fff2;padding:24px}.xtrImageEditor .editorControls .xIcon:hover{border:1px solid hsl(var(--colorBrandPrimary)/75%);color:#fff}.xtrImageEditor .xtrSpinner{position:absolute}
.xtrFilePicker{position:relative}.xtrFilePicker.draggable{border:2px dotted var(--colorContentTertiary);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:500px;padding:32px;transition:all .2s ease-out;display:flex}.xtrFilePicker.draggable>i{margin-bottom:12px}.xtrFilePicker.draggable>h2{font-variation-settings:"wdth" 75,"wght" 200;margin:0 0 4px}.xtrFilePicker.draggable>p{font-variation-settings:"wdth" 75,"wght" 300;margin:0;font-size:14px}.xtrFilePicker.draggable:hover{background:hsl(var(--colorBrandPrimary)/10%);border-color:hsl(var(--colorBrandPrimary)/50%)}.xtrFilePicker.draggable:hover>i{color:hsl(var(--colorBrandPrimary)/100%);transform:scale(1.05)}
.xtrSelectWrapper{align-items:center;width:auto;display:flex;position:relative}.xtrSelectWrapper .xtrSelect{width:auto;position:relative}.xtrSelectWrapper .xtrSelect__control{width:auto;min-width:250px;position:relative;background:var(--colorBackgroundSecondary)!important;box-shadow:0 0 0 0 var(--colorBackgroundSecondary)!important;transition:all var(--animDurDefault)var(--cubicBezierPrimary)!important;border:none!important;border-radius:22px!important;padding:0 8px 0 22px!important}.xtrSelectWrapper .xtrSelect__control:before{content:"";background:var(--colorContentSecondary);clip-path:circle(0% at 22px);opacity:0;width:100%;height:100%;transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:9999px;display:block;position:absolute;left:0}.xtrSelectWrapper .xtrSelect__value-container{font-size:14px;padding:16px 16px 2px 0!important}.xtrSelectWrapper .xtrSelect__value-container.xtrSelect__value-container--is-multi{padding:9px 0!important}.xtrSelectWrapper .xtrSelect__value-container.xtrSelect__value-container--is-multi.xtrSelect__value-container--has-value{margin-left:-10px}.xtrSelectWrapper .xtrSelect__multi-value{background:var(--colorBackgroundTertiary)!important;border-radius:9999px!important;overflow:hidden!important}.xtrSelectWrapper .xtrSelect__multi-value__label{color:var(--colorContentPrimary)!important;padding:3px 6px 3px 8px!important}.xtrSelectWrapper .xtrSelect__multi-value__remove{color:var(--colorContentPrimary)!important;cursor:pointer!important;padding:0 8px 0 2px!important}.xtrSelectWrapper .xtrSelect__multi-value__remove:hover{background:hsl(var(--colorAlertError)/50%)!important}.xtrSelectWrapper .xtrSelect__indicator-separator{display:none}.xtrSelectWrapper .xtrSelect__indicator{cursor:pointer}.xtrSelectWrapper .xtrSelect__single-value,.xtrSelectWrapper .xtrSelect__input{color:var(--colorContentPrimary)!important}.xtrSelectWrapper .xtrSelect__menu{z-index:100;animation:.2s ease-out forwards showDropDown;background:var(--colorBackgroundPrimary)!important;box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%)!important;border-radius:4px 4px 22px 22px!important;margin-top:10px!important;overflow:hidden!important}.xtrSelectWrapper .xtrSelect__menu-list{padding:0!important}.xtrSelectWrapper .xtrSelect__option{cursor:pointer!important;padding:12px 24px!important}.xtrSelectWrapper .xtrSelect__option--is-focused{color:#fff!important;background:hsl(var(--colorBrandPrimary)/50%)!important}.xtrSelectWrapper .xtrSelect__option--is-selected{color:#fff!important;background:hsl(var(--colorBrandPrimary))!important}.xtrSelectWrapper .xtrSelect--is-disabled{opacity:.5!important}.xtrSelectWrapper .xtrSelectIcon{width:44px;height:44px;color:var(--colorContentPrimary);font-size:16px;position:absolute;left:0}.xtrSelectWrapper .placeholder{color:var(--colorContentSecondary);transform-origin:0;pointer-events:none;transition:all var(--animDurDefault)var(--cubicBezierPrimary);margin:0;font-size:14px;position:absolute;left:18px}.xtrSelectWrapper.single .xtrSelect__placeholder{opacity:0}.xtrSelectWrapper.open .xtrSelect__control:before,.xtrSelectWrapper.withValue .xtrSelect__control:before{background:hsl(var(--colorBrandPrimary))}.xtrSelectWrapper.open .placeholder,.xtrSelectWrapper.withValue .placeholder{font-variation-settings:"wdth" 75,"wght" 700;color:hsl(var(--colorBrandPrimary)/100%);transform:translate(8px,-12px)scale(.75)}.xtrSelectWrapper.withIcon .xtrSelect__control{padding:0 8px 0 48px!important}.xtrSelectWrapper.withIcon .xtrSelect__control:before{clip-path:circle(17px at 22px);opacity:.4}.xtrSelectWrapper.withIcon .xtrSelect__control--menu-is-open:before{clip-path:circle(19px at 22px);opacity:.8}.xtrSelectWrapper.withIcon .xtrSelect__value-container.xtrSelect__value-container--is-multi.xtrSelect__value-container--has-value{padding-left:10px!important}.xtrSelectWrapper.withIcon .input{padding-left:48px}.xtrSelectWrapper.withIcon .placeholder{transform:translate(30px)}.xtrSelectWrapper.withIcon.withValue .placeholder,.xtrSelectWrapper.withIcon.open .placeholder{transform:translate(42px,-12px)}.xtrSelectWrapper.open .xtrSelect__control{background:var(--colorBackgroundPrimary)!important;box-shadow:0 0 0 2px hsl(var(--colorBrandPrimary)/50%)!important;border-radius:22px 22px 4px 4px!important}.xtrSelectWrapper.open .xtrSelect__control:before{background:hsl(var(--colorBrandPrimary))}.xtrSelectWrapper.open .xtrSelectIcon{color:#fff;font-weight:900}.xtrSelectWrapper.miniSize{width:auto}.xtrSelectWrapper.miniSize .xtrSelect{width:auto;position:relative}.xtrSelectWrapper.miniSize .xtrSelect__control{width:auto;min-width:100px;height:32px;min-height:32px;padding:0 8px 0 16px!important}.xtrSelectWrapper.miniSize .xtrSelect__control:before{clip-path:circle(12px at 16px)}.xtrSelectWrapper.miniSize .xtrSelect__value-container{font-size:11px;padding:12px 16px 2px 0!important}.xtrSelectWrapper.miniSize .xtrSelect__menu{border-radius:4px 4px 16px 16px!important;margin-top:6px!important}.xtrSelectWrapper.miniSize .xtrSelect__option{font-size:12px;padding:8px 24px!important}.xtrSelectWrapper.miniSize .xtrSelect__indicator svg{width:16px;height:16px}.xtrSelectWrapper.miniSize .xtrSelect__menu-list{max-height:220px}.xtrSelectWrapper.miniSize .xtrSelectIcon{width:31px;height:31px;font-size:12px}.xtrSelectWrapper.miniSize .placeholder{font-variation-settings:"wdth" 75,"wght" 500;font-size:12px;transform:translate(0)}.xtrSelectWrapper.miniSize.withIcon .xtrSelect__control{padding:0 8px 0 36px!important}.xtrSelectWrapper.miniSize.withIcon .placeholder{transform:translate(20px)}.xtrSelectWrapper.miniSize.open .xtrSelect__control{border-radius:16px 16px 4px 4px!important}.xtrSelectWrapper.miniSize.open .xtrSelect__control:before{clip-path:circle(14px at 16px)}.xtrSelectWrapper.miniSize.open:not(.noSearch) .placeholder,.xtrSelectWrapper.miniSize.withValue .placeholder{font-variation-settings:"wdth" 75,"wght" 600;transform:translate(2px,-10px);scale:.75!important}.xtrSelectWrapper.miniSize.open:not(.noSearch).withIcon .placeholder,.xtrSelectWrapper.miniSize.withValue.withIcon .placeholder{transform:translate(28px,-10px);scale:.75!important}.xtrSelectWrapper.largeSize{width:auto}.xtrSelectWrapper.largeSize .xtrSelect{width:auto;position:relative}.xtrSelectWrapper.largeSize .xtrSelect__control{width:auto;min-width:300px;height:60px;min-height:60px;border-radius:30px!important;padding:0 12px 0 24px!important}.xtrSelectWrapper.largeSize .xtrSelect__control:before{clip-path:circle(24px at 30px)}.xtrSelectWrapper.largeSize .xtrSelect__value-container{font-size:22px;padding:18px 16px 0 0!important}.xtrSelectWrapper.largeSize .xtrSelect__option{font-size:20px;padding:18px 24px!important}.xtrSelectWrapper.largeSize .xtrSelect__indicator svg{width:24px;height:24px}.xtrSelectWrapper.largeSize .xtrSelect__menu-list{max-height:420px}.xtrSelectWrapper.largeSize .xtrSelectIcon{width:60px;height:60px;font-size:22px}.xtrSelectWrapper.largeSize .placeholder{font-variation-settings:"wdth" 75,"wght" 500;font-size:20px;transform:translate(8px)}.xtrSelectWrapper.largeSize.withIcon .xtrSelect__control{padding:0 8px 0 64px!important}.xtrSelectWrapper.largeSize.withIcon .placeholder{transform:translate(50px)}.xtrSelectWrapper.largeSize.open .xtrSelect__control{border-radius:30px 30px 4px 4px!important}.xtrSelectWrapper.largeSize.open .xtrSelect__control:before{clip-path:circle(26px at 30px)}.xtrSelectWrapper.largeSize.open:not(.noSearch) .placeholder,.xtrSelectWrapper.largeSize.withValue .placeholder{font-variation-settings:"wdth" 75,"wght" 600;transform:translate(12px,-18px);scale:.75!important}.xtrSelectWrapper.largeSize.open:not(.noSearch).withIcon .placeholder,.xtrSelectWrapper.largeSize.withValue.withIcon .placeholder{transform:translate(66px,-18px);scale:.75!important}.xtrSelectWrapper.noSearch *{cursor:pointer}@keyframes showDropDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.xtrSelectWrapper:not(.open) .xtrSelect__input{caret-color:#0000}
.xtrNavigation{--animDurFast:.4s;--borderRadius:30px;flex-direction:column;width:250px;height:100%;padding:16px 0 28px;display:flex}.xtrNavigation .brand{font-variation-settings:"wdth" 75,"wght" 400;text-transform:capitalize;-webkit-user-select:none;user-select:none;color:var(--colorContentPrimary);cursor:pointer;padding:24px 8px;font-size:32px}.xtrNavigation .routeList{-webkit-user-select:none;user-select:none;cursor:pointer;flex-direction:column;flex:1;width:100%;display:flex}.xtrNavigation .routeList .route{color:var(--colorContentPrimary);border-top-right-radius:var(--borderRadius);border-bottom-right-radius:var(--borderRadius);transition:all var(--animDurFast)var(--cubicBezierPrimary);-webkit-tap-highlight-color:transparent;align-items:center;gap:2px;text-decoration:none;display:flex;position:relative;overflow:hidden}.xtrNavigation .routeList .route:before{content:"";background:hsl(var(--colorBrandPrimary));z-index:0;width:100%;height:100%;transition:all var(--animDurFast)var(--cubicBezierPrimary),transform .2s ease;border-radius:0;position:absolute;overflow:hidden;transform:translate(-100%)}.xtrNavigation .routeList .route .xIcon{width:var(--siderWidthMini);height:var(--siderWidthMini);font-size:calc(var(--siderWidthMini) - 40px);transition:all var(--animDurFast)var(--cubicBezierPrimary);color:inherit}.xtrNavigation .routeList .route .label{font-variation-settings:"wdth" 75,"wght" 400;text-transform:capitalize;color:inherit;z-index:1;transition:all var(--animDurFast)var(--cubicBezierPrimary);font-size:16px}.xtrNavigation .routeList .route:last-of-type{margin-top:auto}.xtrNavigation .routeList .route:hover:before{transform:translate(calc(4px - 100%))}.xtrNavigation .routeList .route:active .icon{scale:.9}.xtrNavigation .routeList .route:active:before{transform:translate(calc(6px - 100%))}.xtrNavigation .routeList .route.loading{--loaderColor:hsl(var(--colorBrandPrimary)/50%);background:hsl(var(--colorBrandPrimary)/0%);pointer-events:none}.xtrNavigation .routeList .route.loading:before{content:"";background:0 0;background-image:repeating-linear-gradient(60deg,transparent,transparent .75rem,var(--loaderColor).75rem,var(--loaderColor)1.5rem);z-index:2;border-top-right-radius:var(--borderRadius);border-bottom-right-radius:var(--borderRadius);width:150%;height:100%;transition:all var(--animDurFast)var(--cubicBezierPrimary),transform var(--animDurFast)ease;animation:.18s linear infinite barberPole;position:absolute;transform:translate(0)}.xtrNavigation .routeList .route.active{color:#fff}.xtrNavigation .routeList .route.active:before{border-top-right-radius:var(--borderRadius);border-bottom-right-radius:var(--borderRadius);transition:all var(--animDurFast)var(--cubicBezierPrimary),transform var(--animDurFast)ease;transform:translate(0)}@keyframes barberPole{0%{transform:translate(-1.75rem)}to{transform:translate(0)}}
.xtrSider{--paddingLeft:0px;--paddingRight:0px;--borderRadius:36px;--siderWidthMini:60px;background:var(--colorBackgroundSecondary);width:100%;height:100%;padding:0 var(--paddingRight)0 var(--paddingLeft);transition:all var(--animDurDefault)ease;overflow:hidden}.xtrSider .leftSiderContainer{z-index:0;width:auto;height:100%;transition:transform var(--animDurDefault)var(--cubicBezierPrimary);position:fixed;left:0}.xtrSider .rightSiderContainer{z-index:1;width:auto;height:100%;transition:transform var(--animDurDefault)var(--cubicBezierPrimary);position:fixed;right:0}.xtrSider .content{background:var(--colorBackgroundPrimary);z-index:2;width:100%;height:100%;transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:0;position:relative;box-shadow:0 0 50px 2px #0000003d}.xtrSider.miniLeftSider{--paddingLeft:var(--siderWidthMini)}.xtrSider.miniLeftSider .content{border-top-left-radius:var(--borderRadius);border-bottom-left-radius:var(--borderRadius)}.xtrSider.miniRightSider{--paddingRight:var(--siderWidthMini)}.xtrSider.miniRightSider .content{border-top-right-radius:var(--borderRadius);border-bottom-right-radius:var(--borderRadius)}.xtrSider.leftOpen{--transform:translateX(calc(32px + var(--leftSiderWidth) - var(--paddingLeft)))}.xtrSider.leftOpen .rightSiderContainer{transform:var(--transform);pointer-events:none}.xtrSider.leftOpen .content{transform:var(--transform);transform-origin:0;border-radius:36px;scale:.95}.xtrSider.rightOpen{--transform:translateX(calc((32px + var(--rightSiderWidth) - var(--paddingRight))*-1))}.xtrSider.rightOpen .leftSiderContainer{transform:var(--transform);pointer-events:none}.xtrSider.rightOpen .content{transform:var(--transform);transform-origin:100%;border-radius:36px;scale:.95}@media (max-width:512px){.xtrSider.miniLeftSider{--paddingLeft:0px!important}.xtrSider:not(.leftOpen) .content{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.xtrSider.rightOpen{--transform:translateX(calc((32px + 100vh - var(--paddingRight))*-1))}.xtrSider.miniRightSider{--paddingRight:0px!important}.xtrSider:not(.rightOpen) .content{border-top-right-radius:0!important;border-bottom-right-radius:0!important}}
.xtrSiderModal{flex-direction:column;width:fit-content;min-width:300px;height:100%;display:flex}.xtrSiderModal .header{align-items:center;gap:24px;width:100%;height:100px;padding:0 24px;display:flex}.xtrSiderModal .header .back{border-top-left-radius:0;border-bottom-left-radius:0;display:none}.xtrSiderModal .header .xIcon,.xtrSiderModal .header .title{font-variation-settings:"wdth" 75,"wght" 400;color:var(--colorContentPrimary);-webkit-user-select:none;user-select:none;margin:0;font-size:x-large}.xtrSiderModal .footer{flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;height:100px;padding:0 24px;display:flex}.xtrSiderModal .body{transition:all var(--animDurDefault)var(--cubicBezierPrimary);flex:1;padding:16px 0;overflow-y:auto}@media (max-width:512px){.xtrSiderModal .header{padding:0 24px 0 0}.xtrSiderModal .header .back{display:flex}.xtrSiderModal .body{width:100vw}}
.xtrThemeSelect{width:150px}
.xtrThemePicker{--schemeSize:190px;--schemeGap:calc(var(--schemeSize)/8);--globalTertiaryColor:var(--colorBackgroundTertiary);flex-direction:column;width:100%;max-width:100%;display:flex;position:relative;container-type:inline-size}.xtrThemePicker .themeSchemes{gap:calc(var(--schemeGap)/1.2);width:fit-content;display:flex}.xtrThemePicker .themeSchemes *{transition:all var(--animDurDefault)var(--cubicBezierPrimary)}.xtrThemePicker .themeSchemes .themeSchemeItem{--rippleShadowColor:var(--globalTertiaryColor);--cardBorderRadius:calc(var(--schemeGap)/2);width:var(--schemeSize);height:calc(var(--schemeSize)*.8);background:var(--colorBackgroundSecondary);-webkit-user-select:none;user-select:none;border:2px solid var(--colorBackgroundTertiary);cursor:pointer;transition:all var(--animDurDefault)var(--cubicBezierPrimary),box-shadow var(--animDurDefault)linear;position:relative}@media (prefers-color-scheme:light){.xtrThemePicker .themeSchemes .themeSchemeItem.auto{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--colorContentPrimary:#383838;--colorContentSecondary:#666;--colorContentTertiary:#b4b4b4;--colorBackgroundPrimary:#fff;--colorBackgroundSecondary:#ddd;--colorBackgroundTertiary:#aaa}}@media (prefers-color-scheme:dark){.xtrThemePicker .themeSchemes .themeSchemeItem.auto{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--colorContentPrimary:#a1a1a1;--colorContentSecondary:#636363;--colorContentTertiary:#383838;--colorBackgroundPrimary:#111;--colorBackgroundSecondary:#222;--colorBackgroundTertiary:#333}}.xtrThemePicker .themeSchemes .themeSchemeItem.light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--colorContentPrimary:#383838;--colorContentSecondary:#666;--colorContentTertiary:#b4b4b4;--colorBackgroundPrimary:#fff;--colorBackgroundSecondary:#ddd;--colorBackgroundTertiary:#aaa}.xtrThemePicker .themeSchemes .themeSchemeItem.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--colorContentPrimary:#a1a1a1;--colorContentSecondary:#636363;--colorContentTertiary:#383838;--colorBackgroundPrimary:#111;--colorBackgroundSecondary:#222;--colorBackgroundTertiary:#333}.xtrThemePicker .themeSchemes .themeSchemeItem .design{border-radius:inherit;background:var(--colorBackgroundTertiary);width:100%;height:100%;position:relative;overflow:hidden}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation{gap:calc(var(--schemeGap)/6);width:25%;height:100%;padding:calc(var(--schemeGap)/2.4)0;background:var(--colorBackgroundTertiary);flex-direction:column;display:flex;position:absolute;top:0;left:0}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation .navigationItem{width:100%;height:calc(var(--schemeGap)/6);opacity:.2;background:#000}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation .navigationItem:first-child{background:#fff;margin-top:10px}.xtrThemePicker .themeSchemes .themeSchemeItem .design .navigation .navigationItem:last-child{margin-top:auto}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content{border-top-left-radius:calc(var(--schemeGap)/2);border-bottom-left-radius:calc(var(--schemeGap)/2);background:var(--colorBackgroundPrimary);width:96%;height:100%;position:absolute;top:0;left:4%}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header{width:100%;height:calc(var(--schemeGap)/2);position:absolute;top:0;left:0}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header:before{content:"";top:calc(var(--schemeGap)/3);left:calc(var(--schemeGap)/3);width:calc(var(--schemeGap)/4);height:calc(var(--schemeGap)/4);background:var(--colorBackgroundTertiary);border-radius:9999px;display:block;position:absolute}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .header:after{content:"";top:calc(var(--schemeGap)/3);left:calc(var(--schemeGap)/1.2);width:calc(var(--schemeGap)*2);height:calc(var(--schemeGap)/4);background:var(--colorBackgroundTertiary);border-radius:9999px;display:block;position:absolute}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .profile{top:calc(var(--schemeGap)/1.1);width:calc(var(--schemeGap));height:calc(var(--schemeGap));background:var(--colorBackgroundTertiary);border-radius:9999px;position:absolute;left:50%;transform:translate(-50%)}.xtrThemePicker .themeSchemes .themeSchemeItem .design .content .profile:before{content:"";top:calc(var(--schemeGap)*1.2);width:calc(var(--schemeGap)*1.5);height:calc(var(--schemeGap)/8);background:var(--colorBackgroundTertiary);transition:all var(--animDurDefault)var(--cubicBezierPrimary);border-radius:9999px;display:block;position:absolute;left:50%;transform:translate(-50%)}.xtrThemePicker .themeSchemes .themeSchemeItem .footer{width:100%;color:var(--colorContentPrimary);margin-bottom:calc(var(--schemeGap)/2);justify-content:center;align-items:center;gap:calc(var(--schemeGap)/3);display:flex;position:absolute;bottom:0}.xtrThemePicker .themeSchemes .themeSchemeItem .footer .footerIcon{font-size:max(10px,var(--schemeGap)/1.5);text-transform:capitalize;color:inherit}.xtrThemePicker .themeSchemes .themeSchemeItem .footer .footerLabel{font-size:max(10px,var(--schemeGap)/1.6);font-variation-settings:"wdth" 75,"wght" 700;text-transform:uppercase;color:inherit}.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .content{width:80%;top:0;left:20%}.xtrThemePicker .themeSchemes .themeSchemeItem.active .design .navigation,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .navigation{background:hsl(var(--colorBrandPrimary))}.xtrThemePicker .themeSchemes .themeSchemeItem.active .design .navigation .navigationItem,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .navigation .navigationItem{opacity:.3}.xtrThemePicker .themeSchemes .themeSchemeItem.active .design .content .header:before,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .design .content .header:before{background:hsl(var(--colorBrandPrimary))}.xtrThemePicker .themeSchemes .themeSchemeItem.active .footer,.xtrThemePicker .themeSchemes .themeSchemeItem:hover .footer{color:hsl(var(--colorBrandPrimary))}.xtrThemePicker .swatches{width:calc(var(--schemeSize)*3 + var(--schemeGap)*2/1.2);gap:calc(var(--schemeGap)/1.5);margin-top:var(--schemeGap);transition:all var(--animDurDefault)var(--cubicBezierPrimary);grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;padding:0 4px;display:grid;position:relative}.xtrThemePicker .swatches .xtrThemeSelect,.xtrThemePicker .swatches .xtrColorButton{grid-column:span 2;width:100%!important}.xtrThemePicker .swatches .xtrButton .label{font-variation-settings:"wdth" 75,"wght" 600;letter-spacing:.8px}@container not (min-width:640px){.xtrThemePicker .themeSchemes,.xtrThemePicker .swatches{--schemeSize:130px;--schemeGap:calc(var(--schemeSize)/8)}}@container not (min-width:420px){.xtrThemePicker .themeSchemes,.xtrThemePicker .swatches{--schemeSize:100px;--schemeGap:calc(var(--schemeSize)/8)}.xtrThemePicker .xtrButton{padding:6px 12px}.xtrThemePicker .xtrButton .xIcon{--iconSize:14px!important}.xtrThemePicker .xtrButton .label{letter-spacing:unset;font-size:11px}}@container not (min-width:325px){.xtrThemePicker{--schemeSize:100px}.xtrThemePicker .themeSchemeItem{display:none}.xtrThemePicker .swatches{grid-template-columns:1fr;width:100%}.xtrThemePicker .swatches>.xtrButton:not(.xtrColorButton){display:none}}
.xtrThemeSwitch{display:flex}.xtrThemeSwitch button i{aspect-ratio:1.2;width:unset!important}.xtrThemeSwitch button.xtrThemeScheme{border-top-right-radius:0;border-bottom-right-radius:0;padding-right:1rem}.xtrThemeSwitch button.xtrThemeColor{border-top-left-radius:0;border-bottom-left-radius:0;padding-left:1rem}.xtrThemeSwitch .xtrSelectWrapper .xtrSelect__control{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.xtrThemeSwitch .xtrSelectWrapper.open .xtrSelect__control{border-top-left-radius:0!important}.xtrThemeSwitch.withLabel i{aspect-ratio:1}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_ad5d4656-module__RFkNsW__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_ad5d4656-module__RFkNsW__variable{--montserrat:"Montserrat","Montserrat Fallback"}
