#index-module-scss-module__AznsqG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__AznsqG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__AznsqG__imageButton{background-size:100%;background-color:var(--secondaryColor);cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__AznsqG__imageButton span,.index-module-scss-module__AznsqG__imageButton:before,.index-module-scss-module__AznsqG__imageButton:after{transition:all .3s ease-in-out}.index-module-scss-module__AznsqG__imageButton svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__AznsqG__imageButton:hover{background-color:#737389}.index-module-scss-module__AznsqG__imageButton:hover:after,.index-module-scss-module__AznsqG__imageButton:hover span{background-position-x:-100%}.index-module-scss-module__AznsqG__imageButton:hover{color:#22222a}}@media (hover:none){.index-module-scss-module__AznsqG__imageButton:active{background-color:#737389}.index-module-scss-module__AznsqG__imageButton:active:after,.index-module-scss-module__AznsqG__imageButton:active span{background-position-x:-100%}.index-module-scss-module__AznsqG__imageButton:active{color:#22222a}}.index-module-scss-module__AznsqG__imageButton:after{content:"";z-index:1;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.index-module-scss-module__AznsqG__imageButton:before{content:"";background:var(--secondaryColor);z-index:2;border-radius:10px;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px}.index-module-scss-module__AznsqG__imageButton>span{z-index:3;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;position:relative}.index-module-scss-module__AznsqG__form{flex-direction:column;row-gap:16px;margin-top:16px;display:flex}.index-module-scss-module__AznsqG__modalLayout{width:100vw;max-width:1128px}@media only screen and (width<=767px){.index-module-scss-module__AznsqG__modalLayout{padding-top:16px}}.index-module-scss-module__AznsqG__buttonsWrapper{gap:8px;display:flex}.index-module-scss-module__AznsqG__buttonsWrapper button{height:auto}.index-module-scss-module__AznsqG__gridContainer{grid-template-rows:repeat(2,1fr);gap:8px;min-height:600px;max-height:700px;display:grid}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__collageImageWrapper{background-color:#2d2d37;border-radius:16px;padding:16px;position:relative}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__addCollageImage{transform-origin:50%;cursor:pointer;background-color:#737389;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s ease-in-out;display:flex;position:absolute;top:calc(50% - 32px);left:calc(50% - 32px)}@media (hover:hover){.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__addCollageImage:hover{scale:1.1}}@media (hover:none){.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__addCollageImage:active{scale:1.1}}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__collageImage{object-fit:cover;width:100%;height:100%}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__collageImageLoaded{padding:unset;overflow:hidden}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__columnWrapper{background-color:var(--backColorAlt);border-radius:16px;flex-direction:column;row-gap:16px;padding:16px;display:flex}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__columnImageWrapper{position:relative}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__columnImage{object-fit:cover;width:100%;height:auto}.index-module-scss-module__AznsqG__gridContainer .index-module-scss-module__AznsqG__removeButton{position:absolute;top:8px;right:8px}.index-module-scss-module__AznsqG__layoutGrid,.index-module-scss-module__AznsqG__layoutSocial{flex-direction:column;row-gap:16px;display:flex}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__buttonsWrapper{flex-wrap:wrap;column-gap:8px;max-width:84px;margin-top:16px}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__bannerLayoutButton{padding:4px}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__bannerLayoutButton svg{width:12px;height:12px}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__banner{border-radius:16px;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);align-content:center;place-items:center;width:100%;height:600px;margin-top:16px;padding:16px;display:grid;position:relative;overflow:hidden}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__banner img{object-fit:cover;width:100%;height:100%;position:absolute}.index-module-scss-module__AznsqG__layoutPlace .index-module-scss-module__AznsqG__banner .index-module-scss-module__AznsqG__bannerOverlay{position:relative}.index-module-scss-module__AznsqG__layoutHTML{flex-direction:column;row-gap:16px;display:flex}.index-module-scss-module__AznsqG__layoutSocial{margin-top:24px}.index-module-scss-module__AznsqG__layoutColumns{flex-direction:column;row-gap:16px;display:flex}.index-module-scss-module__AznsqG__layoutColumns .index-module-scss-module__AznsqG__colorInput{border:2px var(--greyLightToPurpleGrey)solid;border-radius:50%;width:30px;height:30px;position:relative;overflow:hidden}.index-module-scss-module__AznsqG__layoutColumns .index-module-scss-module__AznsqG__colorInput input{-webkit-appearance:none;background-color:#fff;border:none;width:calc(100% + 10px);height:calc(100% + 10px);position:relative;top:-5px;left:-5px}.index-module-scss-module__AznsqG__layoutColumns .index-module-scss-module__AznsqG__colorInput:before{content:"";background-color:var(--borderColor);z-index:2;border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module-scss-module__AznsqG__gridContainerColumns{max-height:unset;grid-template-rows:1fr}.index-module-scss-module__AznsqG__videoText .index-module-scss-module__AznsqG__videoTextWrapper{grid-template-columns:repeat(2,1fr);column-gap:16px;margin-top:24px;display:grid}.index-module-scss-module__AznsqG__videoText .index-module-scss-module__AznsqG__videoTextWrapper video{border-radius:16px}.index-module-scss-module__AznsqG__videoText .index-module-scss-module__AznsqG__buttonsWrapper{column-gap:8px;margin-top:16px;display:flex}.index-module-scss-module__AznsqG__layoutButtonActive svg path{stroke:#fff}.index-module-scss-module__AznsqG__columnTitle{background-color:var(--baseBackground);border-radius:6px;align-self:flex-start;padding:4px;display:inline-block}.index-module-scss-module__AznsqG__submitButton{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__AznsqG__submitButton span,.index-module-scss-module__AznsqG__submitButton:before,.index-module-scss-module__AznsqG__submitButton:after{transition:all .3s ease-in-out}.index-module-scss-module__AznsqG__submitButton svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__AznsqG__submitButton:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__AznsqG__submitButton:active{background-position:100%}}.index-module-scss-module__AznsqG__submitButton{align-self:flex-end}.index-module-scss-module__AznsqG__addImageButton{flex-direction:column;align-self:flex-start;align-items:flex-start;display:flex}

#index-module-scss-module__UEW0_a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__UEW0_a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__UEW0_a__imageButton{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__UEW0_a__imageButton span,.index-module-scss-module__UEW0_a__imageButton:before,.index-module-scss-module__UEW0_a__imageButton:after{transition:all .3s ease-in-out}.index-module-scss-module__UEW0_a__imageButton svg{z-index:3;position:relative}.index-module-scss-module__UEW0_a__imageButton{background-color:var(--secondaryColor);color:#fff}@media (hover:hover){.index-module-scss-module__UEW0_a__imageButton:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__UEW0_a__imageButton:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__UEW0_a__imageButton_light{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__UEW0_a__imageButton_light span,.index-module-scss-module__UEW0_a__imageButton_light:before,.index-module-scss-module__UEW0_a__imageButton_light:after{transition:all .3s ease-in-out}.index-module-scss-module__UEW0_a__imageButton_light svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__UEW0_a__imageButton_light:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__UEW0_a__imageButton_light:active{background-position:100%}}

#index-module-scss-module__zb1fRq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__zb1fRq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__zb1fRq__imagesWrapper{flex-wrap:wrap;gap:16px;margin-top:16px;display:flex}.index-module-scss-module__zb1fRq__imagesWrapper img{object-fit:cover;background-color:#2d2d37;width:100%;height:100%}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__image{border-radius:16px;width:100px;height:100px;position:relative;overflow:hidden}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__video{width:49%;height:unset}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__removeButton{z-index:4;border:#22222a;border-radius:50%;position:absolute;top:0;right:0;overflow:hidden}.index-module-scss-module__zb1fRq__imagesWrapper .index-module-scss-module__zb1fRq__spinner{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.index-module-scss-module__zb1fRq__imageButton{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__zb1fRq__imageButton span,.index-module-scss-module__zb1fRq__imageButton:before,.index-module-scss-module__zb1fRq__imageButton:after{transition:all .3s ease-in-out}.index-module-scss-module__zb1fRq__imageButton svg{z-index:3;position:relative}.index-module-scss-module__zb1fRq__imageButton{background-color:var(--secondaryColor);color:#fff}@media (hover:hover){.index-module-scss-module__zb1fRq__imageButton:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__zb1fRq__imageButton:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__zb1fRq__fileName{color:#fff;background-color:#1c1c1cc7;font-size:10px;position:absolute;bottom:4px;left:4px;right:4px;box-shadow:0 0 8px 4px #1c1c1cc7}

#index-module-scss-module__lgQGVG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__lgQGVG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__lgQGVG__root{cursor:pointer;color:var(--textPrimary);position:relative}.index-module-scss-module__lgQGVG__spinner{visibility:hidden;justify-content:center;align-items:center;display:flex;position:absolute;top:6px;left:6px}.index-module-scss-module__lgQGVG__spinnerVisible{visibility:visible}.index-module-scss-module__lgQGVG__text{white-space:nowrap;justify-content:center;align-items:center;column-gap:8px;display:flex}.index-module-scss-module__lgQGVG__black{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__black span,.index-module-scss-module__lgQGVG__black:before,.index-module-scss-module__lgQGVG__black:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__black svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__black{background-color:var(--backColorAlt);position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__black:hover span{color:#fff}}@media (hover:none){.index-module-scss-module__lgQGVG__black:active span{color:#fff}}.index-module-scss-module__lgQGVG__black span{color:#4d5db7}.index-module-scss-module__lgQGVG__grey{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__grey span,.index-module-scss-module__lgQGVG__grey:before,.index-module-scss-module__lgQGVG__grey:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__grey svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__grey{background-color:var(--secondaryColor);color:#fff}@media (hover:hover){.index-module-scss-module__lgQGVG__grey:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__lgQGVG__grey:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__lgQGVG__grey span{color:#4d5db7}.index-module-scss-module__lgQGVG__gradient{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__gradient span,.index-module-scss-module__lgQGVG__gradient:before,.index-module-scss-module__lgQGVG__gradient:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__gradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__gradient:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__lgQGVG__gradient:active{background-position:100%}}.index-module-scss-module__lgQGVG__goldGradient{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(93deg,#e7ad56 6.53%,#e76056 73.62%) 0 0/200%;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__goldGradient span,.index-module-scss-module__lgQGVG__goldGradient:before,.index-module-scss-module__lgQGVG__goldGradient:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__goldGradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__goldGradient:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__lgQGVG__goldGradient:active{background-position:100%}}.index-module-scss-module__lgQGVG__goldBordered{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__goldBordered span,.index-module-scss-module__lgQGVG__goldBordered:before,.index-module-scss-module__lgQGVG__goldBordered:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__goldBordered svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__goldBordered{color:#f3ce7b;border:1px solid #f3ce7b}.index-module-scss-module__lgQGVG__white,.index-module-scss-module__lgQGVG__whitePurple{color:#22222a;cursor:pointer;z-index:5;background-color:#fff;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__white span,.index-module-scss-module__lgQGVG__whitePurple span,.index-module-scss-module__lgQGVG__white:before,.index-module-scss-module__lgQGVG__whitePurple:before,.index-module-scss-module__lgQGVG__white:after,.index-module-scss-module__lgQGVG__whitePurple:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__white svg,.index-module-scss-module__lgQGVG__whitePurple svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__white,.index-module-scss-module__lgQGVG__whitePurple{border:1px solid #e3d9ea;box-shadow:0 0 10px #985afc20}.index-module-scss-module__lgQGVG__whitePurple{background-color:#e8e2f1}.index-module-scss-module__lgQGVG__blue{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__blue span,.index-module-scss-module__lgQGVG__blue:before,.index-module-scss-module__lgQGVG__blue:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__blue svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__blue{background-color:#4e81f3}.index-module-scss-module__lgQGVG__borderGradient{background-size:100%;background-color:var(--secondaryColor);cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__borderGradient span,.index-module-scss-module__lgQGVG__borderGradient:before,.index-module-scss-module__lgQGVG__borderGradient:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__borderGradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__lgQGVG__borderGradient:hover{background-color:#737389}.index-module-scss-module__lgQGVG__borderGradient:hover:after,.index-module-scss-module__lgQGVG__borderGradient:hover span{background-position-x:-100%}.index-module-scss-module__lgQGVG__borderGradient:hover{color:#22222a}}@media (hover:none){.index-module-scss-module__lgQGVG__borderGradient:active{background-color:#737389}.index-module-scss-module__lgQGVG__borderGradient:active:after,.index-module-scss-module__lgQGVG__borderGradient:active span{background-position-x:-100%}.index-module-scss-module__lgQGVG__borderGradient:active{color:#22222a}}.index-module-scss-module__lgQGVG__borderGradient:after{content:"";z-index:1;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.index-module-scss-module__lgQGVG__borderGradient:before{content:"";background:var(--secondaryColor);z-index:2;border-radius:10px;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:1px;left:1px}.index-module-scss-module__lgQGVG__borderGradient>span{z-index:3;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;position:relative}.index-module-scss-module__lgQGVG__borderWhite{border:1px solid #fff}.index-module-scss-module__lgQGVG__borderBlue{border:1px solid #4e81f3}.index-module-scss-module__lgQGVG__borderGrey{border:1px solid #dbdbdb;box-shadow:0 0 10px #55555515}.index-module-scss-module__lgQGVG__fontSmall{font-size:12px;font-weight:500}.index-module-scss-module__lgQGVG__fontMedium{font-size:14px;font-weight:500}.index-module-scss-module__lgQGVG__fontLarge{font-size:clamp(14px,3.4vw,16px);font-weight:600}.index-module-scss-module__lgQGVG__icon{padding:8px}.index-module-scss-module__lgQGVG__svg24 svg{width:24px;height:24px}.index-module-scss-module__lgQGVG__svg32 svg{width:32px;height:32px}.index-module-scss-module__lgQGVG__invertSvg svg{filter:invert()}.index-module-scss-module__lgQGVG__whiteTransparent{cursor:pointer;z-index:5;border-radius:10px;justify-content:center;align-items:center;height:40px;padding:8px 24px;font-size:clamp(12px,2vw,14px);font-weight:500;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__lgQGVG__whiteTransparent span,.index-module-scss-module__lgQGVG__whiteTransparent:before,.index-module-scss-module__lgQGVG__whiteTransparent:after{transition:all .3s ease-in-out}.index-module-scss-module__lgQGVG__whiteTransparent svg{z-index:3;position:relative}.index-module-scss-module__lgQGVG__whiteTransparent{color:#fff;backdrop-filter:blur(2px);background-color:#ffffff53}.index-module-scss-module__lgQGVG__backTransparent{background-color:#0000!important}.index-module-scss-module__lgQGVG__wide{width:100%}.index-module-scss-module__lgQGVG__circle{height:unset;border-radius:50%;padding:4px}@media only screen and (width<=767px){.index-module-scss-module__lgQGVG__phoneWide{width:100%}}.index-module-scss-module__lgQGVG__disabled{pointer-events:none;opacity:.5}.index-module-scss-module__lgQGVG__blueText{color:#4e81f3}.index-module-scss-module__lgQGVG__purpleText{color:#bb6bd9}.index-module-scss-module__lgQGVG__whiteText,.index-module-scss-module__lgQGVG__whiteText span{color:#fff}

#index-module-scss-module__r36m4G__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__r36m4G__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__r36m4G__p{color:#fff}.index-module-scss-module__r36m4G__themeColor{color:var(--textPrimary)}.index-module-scss-module__r36m4G__small{font-size:12px}.index-module-scss-module__r36m4G__medium{font-size:14px}.index-module-scss-module__r36m4G__large{font-size:clamp(14px,3.4vw,16px)}.index-module-scss-module__r36m4G__huge{font-size:clamp(16px,3.6vw,24px)}.index-module-scss-module__r36m4G__textCenter{text-align:center}.index-module-scss-module__r36m4G__w500{font-weight:500}.index-module-scss-module__r36m4G__w600{font-weight:600}.index-module-scss-module__r36m4G__w700{font-weight:700}.index-module-scss-module__r36m4G__w800{font-weight:800}.index-module-scss-module__r36m4G__fs10{font-size:10px}.index-module-scss-module__r36m4G__fs12{font-size:12px}.index-module-scss-module__r36m4G__fs32{font-size:clamp(24px,4vw,32px)}.index-module-scss-module__r36m4G__fs36{font-size:clamp(26px,5.2vw,36px)}.index-module-scss-module__r36m4G__fs20{font-size:clamp(14px,3.6vw,20px)}.index-module-scss-module__r36m4G__white{color:#fff}.index-module-scss-module__r36m4G__grey{color:#2d2d37}.index-module-scss-module__r36m4G__greyLight{color:#737389}.index-module-scss-module__r36m4G__blue{color:#4e81f3}.index-module-scss-module__r36m4G__green{color:#339b62}.index-module-scss-module__r36m4G__red{color:var(--lineError)}.index-module-scss-module__r36m4G__purple{color:#ac6cdb}.index-module-scss-module__r36m4G__underlined{cursor:pointer;text-decoration:underline;transition:all .3s ease-in-out}@media (hover:hover){.index-module-scss-module__r36m4G__underlined:hover{color:#fff}}@media (hover:none){.index-module-scss-module__r36m4G__underlined:active{color:#fff}}.index-module-scss-module__r36m4G__alignEnd{text-align:end}.index-module-scss-module__r36m4G__alignCenter,.index-module-scss-module__r36m4G__alignStart{align-items:center;column-gap:8px;display:flex}.index-module-scss-module__r36m4G__alignStart{align-items:flex-start}

.index-module-scss-module__lHM1aG__root{flex-direction:column;justify-content:center;align-items:center;row-gap:16px;min-height:80vh;padding:32px;display:flex}

#index-module-scss-module__v75MlG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__v75MlG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__v75MlG__footer{padding:24px}.index-module-scss-module__v75MlG__footer--bordered{border-top:1px solid var(--color-line-primary);margin-top:32px}.index-module-scss-module__v75MlG__footer--card{background-color:var(--color-base-secondary-background);border-radius:24px}@media only screen and (width<=767px){.index-module-scss-module__v75MlG__footer--card{background-color:#0000}}@media only screen and (width<=991px){.index-module-scss-module__v75MlG__footer{padding:32px 16px}}

#index-module-scss-module__90Z1rq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__90Z1rq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__90Z1rq__grid{grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:40px;display:grid}@media only screen and (width<=991px){.index-module-scss-module__90Z1rq__grid{flex-direction:column;gap:32px;margin-top:32px;display:flex}}.index-module-scss-module__90Z1rq__container{flex-direction:column;gap:24px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__90Z1rq__container{gap:20px}}.index-module-scss-module__90Z1rq__row{align-items:center;gap:10px;display:flex}.index-module-scss-module__90Z1rq__column>*+*{margin-top:40px}@media only screen and (width<=991px){.index-module-scss-module__90Z1rq__column>*+*{margin-top:32px}}.index-module-scss-module__90Z1rq__apps{gap:16px;display:flex}div.index-module-scss-module__90Z1rq__qr{cursor:pointer;border-radius:12px;padding:8px}.index-module-scss-module__90Z1rq__link{color:var(--color-text-hint);transition:color .2s ease-in-out}.index-module-scss-module__90Z1rq__link:hover{color:var(--color-text-primary)}

#index-module-scss-module__tnxBCq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__tnxBCq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__tnxBCq__contacts{justify-content:space-between;align-items:center;gap:24px;margin-top:40px;display:flex}@media only screen and (width<=424px){.index-module-scss-module__tnxBCq__contacts{flex-direction:column;align-items:flex-start}}.index-module-scss-module__tnxBCq__socials{align-items:center;gap:16px;display:flex}.index-module-scss-module__tnxBCq__link{padding:4px}.index-module-scss-module__tnxBCq__link svg path{fill:var(--color-base-button)}

#index-module-scss-module__cbe6IG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__cbe6IG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__cbe6IG__container{justify-content:space-between;align-items:center;gap:40px;margin-top:24px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__cbe6IG__container{flex-direction:column;align-items:flex-start;gap:16px;margin-top:40px}}

#index-module-scss-module__le5t5W__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__le5t5W__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__le5t5W__wrapper{flex-direction:column;flex-grow:1;justify-content:space-between;width:100%;margin:24px auto 0;display:flex}.index-module-scss-module__le5t5W__wrapper--no-m-t{margin-top:0}.index-module-scss-module__le5t5W__centered{justify-content:center;display:flex}.index-module-scss-module__le5t5W__withoutFooter{padding-bottom:32px}@media only screen and (width<=767px){.index-module-scss-module__le5t5W__withoutFooter{padding-bottom:16px}}@media only screen and (width<=991px){.index-module-scss-module__le5t5W__withMobileMenu{padding-bottom:90px}}.index-module-scss-module__le5t5W__contentWrapper{max-width:1148px;margin:0;padding:0 24px;position:relative}@media only screen and (width>=1200px){.index-module-scss-module__le5t5W__contentWrapper{width:calc(100vw - 280px);margin-left:auto;margin-right:auto}}@media only screen and (width<=767px){.index-module-scss-module__le5t5W__contentWrapper{padding:0 16px 16px}}

#index-module-scss-module__TGTgqW__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__TGTgqW__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__TGTgqW__nav{z-index:108;background-color:var(--color-base-background);border-top:1px solid var(--color-line-primary);justify-content:space-between;align-items:center;width:100%;height:64px;padding-bottom:8px;padding-left:18px;padding-right:18px;display:flex;position:fixed;bottom:0}.index-module-scss-module__TGTgqW__nav-item{--mobile-nav-item-color:var(--color-text-hint);width:48px;color:var(--mobile-nav-item-color);white-space:nowrap;cursor:pointer;flex-direction:column;align-items:center;gap:4px;padding-top:8px;padding-bottom:4px;display:flex}.index-module-scss-module__TGTgqW__nav-item-icon svg>path{fill:var(--mobile-nav-item-color)}.index-module-scss-module__TGTgqW__nav-item--active,.index-module-scss-module__TGTgqW__nav-item--active:visited{--mobile-nav-item-color:var(--color-brand-premium);color:var(--mobile-nav-item-color)}@media only screen and (width>=992px){.index-module-scss-module__TGTgqW__nav{display:none}}

#index-module-scss-module__KmnjyW__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__KmnjyW__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__KmnjyW__root{background:var(--baseBackground);min-height:100dvh}@media only screen and (width<=767px){.index-module-scss-module__KmnjyW__root{padding-bottom:unset}}.index-module-scss-module__KmnjyW__root{display:flex}.index-module-scss-module__KmnjyW__bannerContainer{height:60px}.index-module-scss-module__KmnjyW__influenceHubPage{background-image:url(/images/influenceStar.png);background-position:top;background-repeat:no-repeat;background-size:contain}.index-module-scss-module__KmnjyW__contentBox{flex:1}.index-module-scss-module__KmnjyW__content{flex-direction:column;flex-grow:1;min-width:0;display:flex;position:relative}.index-module-scss-module__KmnjyW__progressBar{z-index:200;width:100%;height:4px;position:fixed;bottom:2px}

#index-module-scss-module__FTJw4q__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__FTJw4q__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__FTJw4q__root{height:fit-content;display:block;overflow:hidden}.index-module-scss-module__FTJw4q__root__hero{border:1px solid var(--linePrimary,#ffffff1f);border-radius:24px}.index-module-scss-module__FTJw4q__root__top{border:.5px solid var(--linePrimary,#ffffff1f);z-index:1000;background-color:#131313;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;width:100%;height:60px;display:flex;position:fixed;top:-1px}@supports ((-webkit-hyphens:none)){.index-module-scss-module__FTJw4q__root__top{border:none}}.index-module-scss-module__FTJw4q__root__list{border:.5px solid var(--linePrimary,#ffffff1f);border-radius:32px}.index-module-scss-module__FTJw4q__root__sidebar{border-radius:24px;height:auto}@media only screen and (width<=767px){.index-module-scss-module__FTJw4q__root__sidebar{width:100%}}.index-module-scss-module__FTJw4q__bannerBlur{z-index:-1;background-color:#191919;background-position:50%;background-size:cover;width:100%;height:60px;position:absolute;top:0;left:0}.index-module-scss-module__FTJw4q__bannerBlur__disable{display:none}.index-module-scss-module__FTJw4q__img{object-fit:contain;width:100%;height:auto}.index-module-scss-module__FTJw4q__img__top{object-fit:contain;z-index:1001}.index-module-scss-module__FTJw4q__img__top__desktop{width:1080px;max-width:100%}.index-module-scss-module__FTJw4q__img__top__mobile{width:390px;max-width:100%}.index-module-scss-module__FTJw4q__img__hero{border-radius:24px}.index-module-scss-module__FTJw4q__img__list{border-radius:32px}.index-module-scss-module__FTJw4q__img__sidebar{border-radius:24px;height:auto;max-width:320px!important}@media only screen and (width<=767px){.index-module-scss-module__FTJw4q__img__sidebar{width:100%}}

#style-module-scss-module__DzWRxG__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#style-module-scss-module__DzWRxG__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.style-module-scss-module__DzWRxG__container{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100vw;height:100vh;padding-inline:1rem;display:flex;overflow:hidden}.style-module-scss-module__DzWRxG__text{max-width:35rem}.style-module-scss-module__DzWRxG__title{color:var(--textPrimary,#ffffffd9);text-align:center;letter-spacing:-.45px;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:25px}.style-module-scss-module__DzWRxG__description{color:var(--textSubtitle,#ffffff80);text-align:center;letter-spacing:-.4px;margin-top:6px;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:120%}.style-module-scss-module__DzWRxG__socialBlock{flex-direction:column;justify-content:center;padding:1rem 1.5rem 2rem;display:flex}.style-module-scss-module__DzWRxG__socialBlock__disabled{display:none}.style-module-scss-module__DzWRxG__socialBlock__text{color:var(--textSubtitle,#ffffff80);text-align:center;letter-spacing:-.4px;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:120%}.style-module-scss-module__DzWRxG__socialBlock__icons{flex-wrap:wrap;justify-content:center;gap:.625rem;display:flex}@media only screen and (width<=479px){.style-module-scss-module__DzWRxG__socialBlock__icons{row-gap:1rem}}.style-module-scss-module__DzWRxG__socialBlock__icon{border:1px solid var(--linePrimary,#ffffff1f);border-radius:100px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}

#style-module-scss-module__7sa4ja__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#style-module-scss-module__7sa4ja__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.style-module-scss-module__7sa4ja__button{transition:all .5s}.style-module-scss-module__7sa4ja__variant__fill{background:var(--lineActive,#2e7cf6)!important;color:var(--textPrimary,#ffffffd9)!important;border:none!important}.style-module-scss-module__7sa4ja__variant__fill:disabled{cursor:not-allowed;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__fill:disabled:hover{background:var(--lineActive,#2e7cf6)!important;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__fill:hover,.style-module-scss-module__7sa4ja__variant__fill:active{background:linear-gradient(0deg,var(--lineHover,#fff3)0%,var(--lineHover,#fff3)100%),var(--lineActive,#2e7cf6)!important}.style-module-scss-module__7sa4ja__variant__grey{color:var(--textPrimary,#ffffffd9)!important;background:var(--baseAccentDisabled,#ffffff0f)!important;border:none!important}.style-module-scss-module__7sa4ja__variant__grey:disabled{cursor:not-allowed;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__grey:disabled:hover{background:var(--baseAccentDisabled,#ffffff0f)!important;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__grey:hover,.style-module-scss-module__7sa4ja__variant__grey:active{background:var(--linePrimary,#ffffff1f)!important}.style-module-scss-module__7sa4ja__variant__premium{color:var(--color-Text-primary,#ffffffd9)!important;background:#8855fd!important;border:none!important}.style-module-scss-module__7sa4ja__variant__premium:disabled{cursor:not-allowed;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__premium:disabled:hover{opacity:.4!important;background:#8855fd!important}.style-module-scss-module__7sa4ja__variant__premium:hover,.style-module-scss-module__7sa4ja__variant__premium:active{background:#7448d7!important}.style-module-scss-module__7sa4ja__variant__premiumSecondary{color:var(--color-Brand-premium,#9369ff)!important;background:var(--color-Brand-premium-secondary,#9369ff1a)!important;border:none!important}.style-module-scss-module__7sa4ja__variant__premiumSecondary:disabled{cursor:not-allowed;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__premiumSecondary:disabled:hover{background:var(--color-Brand-premium-secondary,#9369ff1a)!important;opacity:.4!important}.style-module-scss-module__7sa4ja__variant__premiumSecondary:hover,.style-module-scss-module__7sa4ja__variant__premiumSecondary:active{background:#4a358025!important}.style-module-scss-module__7sa4ja__variant__bubbleOutline{color:var(--textSubtitle,#ffffff80)!important;background:var(--baseBubbleBackground,#0000001f)!important;border:.5px solid var(--linePrimary,#ffffff1f)!important}.style-module-scss-module__7sa4ja__variant__bubbleOutline:hover,.style-module-scss-module__7sa4ja__variant__bubbleOutline:active{background:linear-gradient(0deg,var(--lineSecondary,#ffffff0f)0%,var(--lineSecondary,#ffffff0f)100%),var(--baseBubbleBackground,#0000001f)!important}.style-module-scss-module__7sa4ja__size__S{height:36px!important;padding:0 16px!important}.style-module-scss-module__7sa4ja__size__M{height:44px!important;padding:0 24px!important}.style-module-scss-module__7sa4ja__size__L{min-width:220px!important;height:54px!important}@media (width>=480px){.style-module-scss-module__7sa4ja__size__S__sm{height:36px!important;padding:0 16px!important}.style-module-scss-module__7sa4ja__size__M__sm{height:44px!important;padding:0 24px!important}.style-module-scss-module__7sa4ja__size__L__sm{min-width:220px!important;height:54px!important}}@media (width>=768px){.style-module-scss-module__7sa4ja__size__S__md{height:36px!important;padding:0 16px!important}.style-module-scss-module__7sa4ja__size__M__md{height:44px!important;padding:0 24px!important}.style-module-scss-module__7sa4ja__size__L__md{min-width:220px!important;height:54px!important}}@media (width>=1024px){.style-module-scss-module__7sa4ja__size__S__lg{height:36px!important;padding:0 16px!important}.style-module-scss-module__7sa4ja__size__M__lg{height:44px!important;padding:0 24px!important}.style-module-scss-module__7sa4ja__size__L__lg{min-width:220px!important;height:54px!important}}@media (width>=1366px){.style-module-scss-module__7sa4ja__size__S__xl{height:36px!important;padding:0 16px!important}.style-module-scss-module__7sa4ja__size__M__xl{height:44px!important;padding:0 24px!important}.style-module-scss-module__7sa4ja__size__L__xl{min-width:220px!important;height:54px!important}}@media (width>=1440px){.style-module-scss-module__7sa4ja__size__S__xxl{height:36px!important;padding:0 16px!important}.style-module-scss-module__7sa4ja__size__M__xxl{height:44px!important;padding:0 24px!important}.style-module-scss-module__7sa4ja__size__L__xxl{min-width:220px!important;height:54px!important}}.style-module-scss-module__7sa4ja__type__round{border-radius:100px!important}.style-module-scss-module__7sa4ja__type__square{border-radius:12px!important}

#style-module-scss-module__i08AgW__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#style-module-scss-module__i08AgW__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.style-module-scss-module__i08AgW__container{background:var(--baseSectionBackground,#242627);padding-top:28px;padding-bottom:20px;border-radius:28px;flex-direction:column;align-items:center;width:52vw;max-height:35rem;padding-inline:2rem;display:flex;position:relative;box-shadow:0 2px 52px #00000024}@media only screen and (width>=1440px){.style-module-scss-module__i08AgW__container{width:26vw}}@media only screen and (width<=639px){.style-module-scss-module__i08AgW__container{width:100vw}}.style-module-scss-module__i08AgW__title{color:var(--textTitle,#fff);align-self:flex-start;margin-top:10px;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:32px;font-weight:600;line-height:40px}.style-module-scss-module__i08AgW__text{color:var(--textSubtitle,#ffffff80);align-self:flex-start;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:20px}.style-module-scss-module__i08AgW__btn{align-self:flex-end}.style-module-scss-module__i08AgW__close{cursor:pointer;position:absolute;top:26px;right:20px}

#index-module-scss-module__hyvzqq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__hyvzqq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__hyvzqq__modal{color:#fff;outline:none;max-height:98dvh}@media only screen and (width<=767px){.index-module-scss-module__hyvzqq__modal{max-height:100dvh}}.index-module-scss-module__hyvzqq__overlay{backdrop-filter:blur(3px);overscroll-behavior:none;z-index:300;background:#0009;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden auto}@media only screen and (width<=479px){.index-module-scss-module__hyvzqq__overlay{padding:0}}.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__menu,.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__menuOwner{justify-content:flex-start;align-items:stretch;padding:0}@media only screen and (width<=479px){.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__profile,.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__login{overflow:hidden}}.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__basket{padding:0 10px}@media (width>=768px){.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__notifications{justify-content:flex-start;align-items:flex-end;padding-top:20px;padding-right:65px}}@media (width<=768px){.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__article{align-items:stretch}}.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__gallery{justify-content:flex-start;align-items:stretch;padding:0}.index-module-scss-module__hyvzqq__overlay.index-module-scss-module__hyvzqq__gallery>div{flex:1}

#index-module-scss-module__B2Ocza__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__B2Ocza__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__B2Ocza__wrapper{background:0 0;flex-shrink:0;height:76px;transition:margin-top .2s ease-in-out}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__wrapper{height:60px}}.index-module-scss-module__B2Ocza__wrapper--with-top-banner{margin-top:60px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__wrapper--with-top-banner{margin-top:60px}}.index-module-scss-module__B2Ocza__fixed{z-index:100;background-color:var(--color-base-background);border-bottom:1px solid var(--color-line-primary);height:76px;transition:margin-left .3s ease-in-out,top .2s ease-in-out;position:fixed;top:0;left:0;right:0}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed{border-bottom:none;width:100%;height:60px}}.index-module-scss-module__B2Ocza__fixed--with-top-banner{top:59px}.index-module-scss-module__B2Ocza__fixed--with-collapsed-sidebar{margin-left:81px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed--with-collapsed-sidebar{margin-left:0}}.index-module-scss-module__B2Ocza__fixed--with-expanded-sidebar{margin-left:267px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed--with-expanded-sidebar{margin-left:0}}

#index-module-scss-module__3QGK6a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__3QGK6a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__3QGK6a__content{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__3QGK6a__content{padding:8px 24px}}@media only screen and (width<=424px){.index-module-scss-module__3QGK6a__content{padding:8px 16px}}.index-module-scss-module__3QGK6a__buttons{gap:8px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__3QGK6a__only-desktop{display:none}}

.index-module-scss-module__i7NRpq__avatar{flex-shrink:0;max-width:100%;max-height:100%;overflow:hidden}.index-module-scss-module__i7NRpq__avatar svg{max-width:100%;max-height:100%}

.index-module-scss-module__7e_U6W__trigger{background-color:var(--color-base-secondary-background);cursor:pointer;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;gap:6px;width:95px;height:44px;transition:border-color .2s ease-in-out;display:flex}.index-module-scss-module__7e_U6W__trigger:hover,.index-module-scss-module__7e_U6W__trigger--open{border-color:var(--color-line-primary)}.index-module-scss-module__7e_U6W__menu{flex-direction:column;gap:8px;width:280px;display:flex}.index-module-scss-module__7e_U6W__item{gap:16px;display:flex}.index-module-scss-module__7e_U6W__globe path{fill:var(--color-text-subtitle)}.index-module-scss-module__7e_U6W__chevron{transition:transform .3s ease-in-out}.index-module-scss-module__7e_U6W__chevron--open{transform:rotate(180deg)}.index-module-scss-module__7e_U6W__Check{background:var(--color-line-active);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.index-module-scss-module__7e_U6W__UnCheck{border:2px solid var(--color-text-hint);background:0 0;border-radius:50%;width:16px;height:16px}

.index-module-scss-module__t5ujxG__ItemContainerValue{cursor:pointer;border-radius:var(--corner-radius-m);background:var(--color-base-section-background);justify-content:space-between;height:76px;padding:16px;transition:all .3ms ease-in-out;display:flex}.index-module-scss-module__t5ujxG__ItemContainer{cursor:pointer;border-radius:var(--corner-radius-m);justify-content:space-between;height:76px;padding:16px;transition:all .3ms ease-in-out;display:flex}.index-module-scss-module__t5ujxG__ItemContainer:hover{background:var(--color-base-section-background)}.index-module-scss-module__t5ujxG__ResumeInfo{flex-direction:column;transition:all .3ms ease-in-out;display:flex}.index-module-scss-module__t5ujxG__ItemContent{align-items:center;gap:16px;width:100%;transition:all .3ms ease-in-out;display:flex}.index-module-scss-module__t5ujxG__Chevron{justify-content:center;align-items:center;transition:all .3ms ease-in-out;display:flex;transform:rotate(-90deg)}.index-module-scss-module__t5ujxG__ContentContainer{scrollbar-width:none;flex-direction:column;gap:8px;max-height:244px;display:flex;overflow-y:auto}.index-module-scss-module__t5ujxG__CheckContainer{justify-content:center;align-items:center;display:flex}.index-module-scss-module__t5ujxG__Check{background:var(--color-line-active);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.index-module-scss-module__t5ujxG__UnCheck{border:2px solid var(--color-text-hint);background:0 0;border-radius:50%;width:16px;height:16px}

#index-module-scss-module__npa-Ka__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__npa-Ka__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__npa-Ka__content{justify-content:flex-end;align-items:center;padding:16px 24px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__npa-Ka__content{padding:8px 24px}}@media only screen and (width<=424px){.index-module-scss-module__npa-Ka__content{padding:8px 16px}}.index-module-scss-module__npa-Ka__buttons{align-items:center;gap:8px;display:flex}.index-module-scss-module__npa-Ka__only-mobile{display:none}@media only screen and (width<=991px){.index-module-scss-module__npa-Ka__content{justify-content:space-between}.index-module-scss-module__npa-Ka__only-desktop{display:none}.index-module-scss-module__npa-Ka__only-mobile{display:block}}

#index-module-scss-module__wigu0a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__wigu0a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__wigu0a__root{z-index:101;flex-shrink:0;width:81px;transition:all .2s ease-in-out;position:relative}.index-module-scss-module__wigu0a__root--expanded,.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__wrapper{width:267px}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__header-logo{margin:0}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__header-logo-text{display:block}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__header-toggle{transition:transform .3ms ease-in-out;right:20px;transform:scaleX(-1)}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__list-item{padding:10px 16px}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__list-item-text{visibility:visible;opacity:1;width:100%;display:block}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__list-item-hint{display:none}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__anchor:hover .index-module-scss-module__wigu0a__list-item-hint{visibility:hidden;opacity:0}.index-module-scss-module__wigu0a__root--expanded .index-module-scss-module__wigu0a__subheader{display:block}@media only screen and (width<=991px){.index-module-scss-module__wigu0a__root{display:none}}.index-module-scss-module__wigu0a__wrapper{background-color:var(--color-base-background);border-right:1px solid var(--color-line-primary);flex-direction:column;justify-content:space-between;width:81px;height:100%;padding:20px;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow-x:visible}.index-module-scss-module__wigu0a__wrapper--with-top-banner{padding-top:79px}.index-module-scss-module__wigu0a__content{flex-grow:1}.index-module-scss-module__wigu0a__header{align-items:center;height:36px;margin-bottom:24px;display:flex}.index-module-scss-module__wigu0a__header-logo{align-items:center;column-gap:6px;margin:0 7px;transition:margin-left .3s ease-in-out,margin-right .3s ease-in-out;display:flex}.index-module-scss-module__wigu0a__header-logo-text{width:65px;height:10px;display:none}.index-module-scss-module__wigu0a__header-toggle{background-color:var(--color-base-section-background);width:20px;height:26px;transition:all .3s ease-in-out;position:absolute;right:1px}.index-module-scss-module__wigu0a__header-toggle:hover{background-color:var(--color-base-secondary-background)}.index-module-scss-module__wigu0a__list{flex-direction:column;gap:8px;display:flex}.index-module-scss-module__wigu0a__list-item{border-radius:12px;align-items:center;gap:12px;height:40px;padding:12px;transition:all .3s ease-in-out;display:flex;position:relative}.index-module-scss-module__wigu0a__list-item-icon,.index-module-scss-module__wigu0a__list-item-icon svg{width:16px;height:16px}.index-module-scss-module__wigu0a__list-item-icon svg>path{transition:all .2s ease-in-out}.index-module-scss-module__wigu0a__list-item-text{visibility:hidden;opacity:0;white-space:nowrap;width:0;transition:all .2s ease-in-out;overflow:hidden}.index-module-scss-module__wigu0a__list-item-hint{z-index:1;background-color:var(--color-base-button-secondary);color:var(--color-base-background);white-space:nowrap;opacity:0;visibility:hidden;border-radius:6px;padding:3px 12px;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;position:absolute;top:8px;left:48px}.index-module-scss-module__wigu0a__list-item:hover{background-color:var(--color-base-secondary-background)}.index-module-scss-module__wigu0a__list-item--active,.index-module-scss-module__wigu0a__list-item--active:visited{background-color:var(--color-brand-premium-secondary);color:var(--color-brand-premium)}.index-module-scss-module__wigu0a__list-item--active svg>path,.index-module-scss-module__wigu0a__list-item--active:visited svg>path,.index-module-scss-module__wigu0a__list-item--active svg>g>path,.index-module-scss-module__wigu0a__list-item--active:visited svg>g>path{fill:var(--color-brand-premium)}.index-module-scss-module__wigu0a__list-item--active:hover,.index-module-scss-module__wigu0a__list-item--active:visited:hover{background-color:var(--color-brand-premium-secondary)}.index-module-scss-module__wigu0a__separator{background-color:var(--color-line-primary);width:100%;height:1px;margin:16px 0}span.index-module-scss-module__wigu0a__subheader{color:var(--color-text-primary-hint);margin:0 4px 8px;display:none}.index-module-scss-module__wigu0a__anchor{position:relative}.index-module-scss-module__wigu0a__anchor:hover .index-module-scss-module__wigu0a__list-item-hint{opacity:1;visibility:visible;display:block}

.index-module-scss-module__GVQWQa__container{flex-direction:column;gap:8px;display:flex}.index-module-scss-module__GVQWQa__tile{border-radius:12px;width:40px;height:40px;padding:12px;transition:all .3s ease-in-out}.index-module-scss-module__GVQWQa__subtitle{color:var(--color-text-subtitle);margin-top:4px;margin-bottom:16px}.index-module-scss-module__GVQWQa__emphasis{color:var(--color-brand-premium)}.index-module-scss-module__GVQWQa__brandIcon path{fill:var(--color-brand-premium)}

.index-module-scss-module__SqLPOq__tile{scrollbar-width:thin;border-radius:24px;padding:32px;position:relative;overflow-y:auto}.index-module-scss-module__SqLPOq__tile-subtitle{margin-top:8px}.index-module-scss-module__SqLPOq__tile--collapsed{scrollbar-width:none;height:250px;padding:24px 24px 0;overflow-y:hidden}.index-module-scss-module__SqLPOq__tile--collapsed .index-module-scss-module__SqLPOq__tile-subtitle{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.index-module-scss-module__SqLPOq__tile--collapsed .index-module-scss-module__SqLPOq__tile-action,.index-module-scss-module__SqLPOq__tile--collapsed .index-module-scss-module__SqLPOq__tile-list-heading,.index-module-scss-module__SqLPOq__tile--collapsed .index-module-scss-module__SqLPOq__tile-list{display:none}.index-module-scss-module__SqLPOq__tile--hidden{scrollbar-width:none;width:0;height:0;padding:0}.index-module-scss-module__SqLPOq__tile--hidden .index-module-scss-module__SqLPOq__tile-title{scale:0}.index-module-scss-module__SqLPOq__tile--primary{background-color:var(--color-brand-premium-secondary);color:#8855fdb2}.index-module-scss-module__SqLPOq__tile--primary .index-module-scss-module__SqLPOq__tile-title,.index-module-scss-module__SqLPOq__tile--primary .index-module-scss-module__SqLPOq__tile-toggle{color:var(--color-brand-premium)}.index-module-scss-module__SqLPOq__tile--primary .index-module-scss-module__SqLPOq__tile-action{margin-top:24px}.index-module-scss-module__SqLPOq__tile--primary .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item{margin-top:8px}.index-module-scss-module__SqLPOq__tile--primary .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item:before{content:"• "}.index-module-scss-module__SqLPOq__tile--yellow{color:#a66120b2;background-color:#fbf2e31a}.index-module-scss-module__SqLPOq__tile--yellow .index-module-scss-module__SqLPOq__tile-title{color:#a66120}.index-module-scss-module__SqLPOq__tile--yellow .index-module-scss-module__SqLPOq__tile-toggle{color:#db8c42}.index-module-scss-module__SqLPOq__tile--yellow .index-module-scss-module__SqLPOq__tile-action{margin-top:24px}.index-module-scss-module__SqLPOq__tile--yellow .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item{margin-top:8px}.index-module-scss-module__SqLPOq__tile--yellow .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item:before{content:"• "}.index-module-scss-module__SqLPOq__tile--green{background-color:var(--color-base-background-success);color:#32ba76b2}.index-module-scss-module__SqLPOq__tile--green .index-module-scss-module__SqLPOq__tile-title,.index-module-scss-module__SqLPOq__tile--green .index-module-scss-module__SqLPOq__tile-toggle{color:var(--color-base-success)}.index-module-scss-module__SqLPOq__tile--green .index-module-scss-module__SqLPOq__tile-action{margin-top:24px}.index-module-scss-module__SqLPOq__tile--green .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item{margin-top:8px}.index-module-scss-module__SqLPOq__tile--green .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item:before{content:"• "}.index-module-scss-module__SqLPOq__tile--blue{background-color:var(--color-base-active-secondary);color:#2e7cf6b2}.index-module-scss-module__SqLPOq__tile--blue .index-module-scss-module__SqLPOq__tile-title,.index-module-scss-module__SqLPOq__tile--blue .index-module-scss-module__SqLPOq__tile-toggle{color:var(--color-line-active)}.index-module-scss-module__SqLPOq__tile--blue .index-module-scss-module__SqLPOq__tile-action{margin-top:24px}.index-module-scss-module__SqLPOq__tile--blue .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item{margin-top:8px}.index-module-scss-module__SqLPOq__tile--blue .index-module-scss-module__SqLPOq__tile-list .index-module-scss-module__SqLPOq__tile-list-item:before{content:"• "}.index-module-scss-module__SqLPOq__image{margin:32px auto}.index-module-scss-module__SqLPOq__image--collapsed{margin:0;position:absolute;bottom:0;left:50%;transform:translate(-50%)}

#index-module-scss-module__dskWCq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__dskWCq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}@media only screen and (width>=992px){.index-module-scss-module__dskWCq__modal{width:770px;height:658px;max-height:658px}}.index-module-scss-module__dskWCq__container{flex-wrap:wrap;gap:8px;height:100%;display:flex}.index-module-scss-module__dskWCq__container--one-child{gap:0}@media only screen and (width<=991px){.index-module-scss-module__dskWCq__container{scrollbar-width:none;flex-flow:column;overflow-y:auto}}.index-module-scss-module__dskWCq__tile{flex-shrink:0}.index-module-scss-module__dskWCq__tile--1{width:calc(53% - 8px)}@media only screen and (width<=991px){.index-module-scss-module__dskWCq__tile--1{width:100%}}.index-module-scss-module__dskWCq__tile--2{width:calc(47% - 4px)}@media only screen and (width<=991px){.index-module-scss-module__dskWCq__tile--2{width:100%}}.index-module-scss-module__dskWCq__tile--3{width:calc(38% - 4px)}@media only screen and (width<=991px){.index-module-scss-module__dskWCq__tile--3{width:100%}}.index-module-scss-module__dskWCq__tile--4{width:calc(62% - 4px)}@media only screen and (width<=991px){.index-module-scss-module__dskWCq__tile--4{width:100%}}.index-module-scss-module__dskWCq__tile--hidden{width:0}.index-module-scss-module__dskWCq__tile--active{width:100%;height:100%}.index-module-scss-module__dskWCq__modalContentBody{overflow:hidden}.index-module-scss-module__dskWCq__footer{justify-content:flex-end}

#index-module-scss-module__Clu0xa__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__Clu0xa__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__Clu0xa__contentBody{padding-bottom:24px}.index-module-scss-module__Clu0xa__emphasis{color:var(--color-brand-premium)}.index-module-scss-module__Clu0xa__textBlock{background-color:var(--color-brand-premium-secondary);color:var(--color-brand-premium);border-radius:16px;margin-bottom:8px;padding:16px}.index-module-scss-module__Clu0xa__textBlock>*+*{margin-top:4px}.index-module-scss-module__Clu0xa__grid{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.index-module-scss-module__Clu0xa__grid-tile{background-color:var(--color-base-secondary-background);border-radius:16px;padding:16px}.index-module-scss-module__Clu0xa__grid-tile>*+*{margin-top:8px}@media only screen and (width<=991px){.index-module-scss-module__Clu0xa__grid-tile:first-of-type,.index-module-scss-module__Clu0xa__grid-tile:nth-of-type(2){width:calc(50% - 4px)}.index-module-scss-module__Clu0xa__grid-tile:last-of-type{width:100%}.index-module-scss-module__Clu0xa__grid{flex-wrap:wrap;display:flex}}

#index-module-scss-module__3QGK6a__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__3QGK6a__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__3QGK6a__content{justify-content:space-between;align-items:center;padding:16px 20px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__3QGK6a__content{padding:8px 24px}}@media only screen and (width<=424px){.index-module-scss-module__3QGK6a__content{padding:8px 16px}}.index-module-scss-module__3QGK6a__buttons{gap:8px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__3QGK6a__only-desktop{display:none}}

#index-module-scss-module__B2Ocza__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__B2Ocza__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__B2Ocza__wrapper{background:0 0;flex-shrink:0;height:76px;transition:margin-top .2s ease-in-out}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__wrapper{height:60px}}.index-module-scss-module__B2Ocza__wrapper--with-top-banner{margin-top:60px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__wrapper--with-top-banner{margin-top:60px}}.index-module-scss-module__B2Ocza__fixed{z-index:100;background-color:var(--color-base-background);border-bottom:1px solid var(--color-line-primary);height:76px;transition:margin-left .3s ease-in-out,top .2s ease-in-out;position:fixed;top:0;left:0;right:0}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed{border-bottom:none;width:100%;height:60px}}.index-module-scss-module__B2Ocza__fixed--with-top-banner{top:59px}.index-module-scss-module__B2Ocza__fixed--with-collapsed-sidebar{margin-left:81px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed--with-collapsed-sidebar{margin-left:0}}.index-module-scss-module__B2Ocza__fixed--with-expanded-sidebar{margin-left:267px}@media only screen and (width<=991px){.index-module-scss-module__B2Ocza__fixed--with-expanded-sidebar{margin-left:0}}

@keyframes index-module-scss-module__UbZLHa__shimmer{to{transform:translate(100%)}}.index-module-scss-module__UbZLHa__placeholder{background-color:var(--color-base-secondary-background);border-radius:24px;height:1rem;position:relative;overflow:hidden}.index-module-scss-module__UbZLHa__placeholder:before{content:"";background:linear-gradient(to right,transparent 0%,var(--color-base-section-background)50%,transparent 100%);width:150%;height:100%;animation:1.5s infinite index-module-scss-module__UbZLHa__shimmer;position:absolute;top:0;left:-150%}.index-module-scss-module__UbZLHa__list{flex-direction:column;gap:16px;display:flex}

#index-module-scss-module__oT_mUq__body[data-theme=dark]{--backGroundColor:#16161b;--pTextColor:#fff;--whiteToBlue:#fff;--secondaryColor:#2d2d37;--borderColor:#2d2d37;--borderPerimeter:transparent;--buttonDefaultColor:#737389;--backColor:#22222a;--backColorAlt:#22222a;--greyToPurpleGrey:#2d2d37;--greyLightToBlack:#737389;--greyLightToPurple:#737389;--blueBlackToWhitePurple:#17233f;--blueBlackToWhite:#17233f;--greyAltToPuspleSmell:#23232a;--greyLightToPurpleGrey:#737389;--greyLightToBackground:#737389;--greyToBackground:#2d2d37;--baseBackground:#131313;--baseBackground-rgb:19,19,19;--baseSecondaryBackground:#1e1e20;--baseSecondaryBackgroundActive:#2b2b2d;--baseSectionBackground:#242627;--linePrimary:#ffffff1f;--lineSecondary:#ffffff0f;--baseBubbleBackground:#0000001f;--textTitle:#fff;--textSubtitle:#ffffff80;--basePersonaBackground:#242627;--baseIconBackground:#ffffffb3;--textPrimary:#ffffffd9;--baseAccentDisabled:#ffffff0f;--textHinit:#ffffff4d;--lineError:#e5325dcc;--baseBackgroundError:#e5325d1a;--lineHover:#fff3;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}#index-module-scss-module__oT_mUq__body[data-theme=light]{--backGroundColor:#f5f2f7;--pTextColor:#2d2d37;--whiteToBlue:#4e81f3;--secondaryColor:#fff;--borderColor:#e8e2f1;--borderPerimeter:#e8e2f1;--buttonDefaultColor:#fff;--backColor:#e4deeb;--backColorAlt:#fff;--greyToPurpleGrey:#e3d9ea;--greyLightToBlack:#22222a;--greyLightToPurple:#985afc20;--blueBlackToWhitePurple:#e8e2f1;--blueBlackToWhite:#fff;--greyAltToPuspleSmell:#985afc20;--greyLightToPurpleGrey:#e3d9ea;--greyLightToBackground:#f5f2f7;--greyToBackground:#f5f2f7;--baseBackground:#fff;--baseBackground-rgb:255,255,255;--baseSecondaryBackground:#f0f1f3;--baseSecondaryBackgroundActive:#f1f2f4;--baseSectionBackground:#fff;--linePrimary:#0000001f;--lineSecondary:#0000000f;--baseBubbleBackground:#fff;--textTitle:#000;--textSubtitle:#00000080;--basePersonaBackground:#e9edf0;--baseIconBackground:#000000b3;--textPrimary:#000000d9;--baseAccentDisabled:#0000000f;--textHinit:#0000004d;--lineError:#e5324dcc;--baseBackgroundError:#e5325d1a;--lineHover:#0003;--textPrimaryHint:#797a80;--lineActive:#2e7cf6;--baseActiveSecondary:#2e7cf60f}.index-module-scss-module__oT_mUq__container{background-color:var(--color-base-secondary-background);border-radius:16px;justify-content:space-between;margin-bottom:56px;padding:10px;display:flex}@media only screen and (width<=767px){.index-module-scss-module__oT_mUq__container{margin-left:10px;margin-right:10px}}.index-module-scss-module__oT_mUq__left{align-items:center;gap:24px;display:flex}.index-module-scss-module__oT_mUq__left-nav{align-items:center;gap:16px;display:flex}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__left-nav{display:none}.index-module-scss-module__oT_mUq__left{gap:12px}}@media only screen and (width<=424px){.index-module-scss-module__oT_mUq__left{gap:8px}}.index-module-scss-module__oT_mUq__right{align-items:center;gap:16px;display:flex}@media only screen and (width<=424px){.index-module-scss-module__oT_mUq__right{gap:8px}}.index-module-scss-module__oT_mUq__chip{cursor:pointer;border-radius:12px;padding:6px 12px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.index-module-scss-module__oT_mUq__chip--active{background-color:var(--color-base-section-background);color:var(--color-text-title)}.index-module-scss-module__oT_mUq__chip--active:hover{cursor:default}.index-module-scss-module__oT_mUq__chip:hover{background-color:var(--color-base-section-background)}.index-module-scss-module__oT_mUq__switcher{display:none}.index-module-scss-module__oT_mUq__switcher-trigger{cursor:pointer;gap:4px;display:flex}.index-module-scss-module__oT_mUq__switcher-trigger svg path{fill:var(--color-text-hint)}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__switcher{display:block}}.index-module-scss-module__oT_mUq__only-desktop{display:block}@media only screen and (width<=991px){.index-module-scss-module__oT_mUq__only-desktop{display:none}}.index-module-scss-module__oT_mUq__menuItem{width:150px}

.index-module-scss-module__TM80zW__drawer__header{color:var(--textPrimary);justify-content:space-between;padding:16px;font-size:18px;display:flex;position:relative}.index-module-scss-module__TM80zW__drawer__header .index-module-scss-module__TM80zW__centerTitle{color:var(--textHinit);font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}

.index-module-scss-module__fcy4dW__dropdownMenu{background-color:var(--baseBackground);border:1px solid var(--linePrimary);border-radius:20px;overflow:hidden}

.index-module-scss-module__n3m2Pq__Container{justify-content:center;align-items:center;display:flex}

.index-module-scss-module__W_JHeq__mb16{margin-bottom:16px}



/*# sourceMappingURL=3c49c81705e7be39.css.map*/