#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__58TzCG__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__58TzCG__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__58TzCG__root{font-size:0}.index-module-scss-module__58TzCG__root.index-module-scss-module__58TzCG__center{justify-content:center;align-items:center;display:flex}

.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__VnTQFG__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__VnTQFG__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__VnTQFG__heartButton path{transition:all .3s ease-in-out}.index-module-scss-module__VnTQFG__heartButton__withoutBackground{background-color:#0000}@media (hover:hover){.index-module-scss-module__VnTQFG__heartButton:hover .index-module-scss-module__VnTQFG__heartRed path{fill:#e76056}.index-module-scss-module__VnTQFG__heartButton:hover .index-module-scss-module__VnTQFG__starYellow path{fill:#f3ce7b;stroke:#f3ce7b}.index-module-scss-module__VnTQFG__heartButton:hover .index-module-scss-module__VnTQFG__heart path{stroke:#e76056}.index-module-scss-module__VnTQFG__heartButton:hover .index-module-scss-module__VnTQFG__star path{stroke:#f3ce7b}}@media (hover:none){.index-module-scss-module__VnTQFG__heartButton:active .index-module-scss-module__VnTQFG__heartRed path{fill:#e76056}.index-module-scss-module__VnTQFG__heartButton:active .index-module-scss-module__VnTQFG__starYellow path{fill:#f3ce7b;stroke:#f3ce7b}.index-module-scss-module__VnTQFG__heartButton:active .index-module-scss-module__VnTQFG__heart path{stroke:#e76056}.index-module-scss-module__VnTQFG__heartButton:active .index-module-scss-module__VnTQFG__star path{stroke:#f3ce7b}}.index-module-scss-module__VnTQFG__heartRed path{fill:#e76056;stroke:#e76056}.index-module-scss-module__VnTQFG__starYellow path{fill:#f3ce7b;stroke:#f3ce7b}.index-module-scss-module__VnTQFG__heartSansSerif{background:var(--baseAccentDisabled,#ffffff0f);border-radius:100px;padding:12px}.index-module-scss-module__VnTQFG__heartSansSerif__withoutBackground{background:0 0}.index-module-scss-module__VnTQFG__pointer{cursor:pointer}

#index-module-scss-module__wHjniW__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__wHjniW__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__wHjniW__root{perspective:1000px;perspective-origin:50%;flex-wrap:wrap;gap:12px;display:flex}.index-module-scss-module__wHjniW__svg{width:16px;height:16px}.index-module-scss-module__wHjniW__button{border:1px var(--greyLightToPurpleGrey)solid;cursor:pointer;color:#fff;border-radius:8px;flex-shrink:0;min-width:32px;height:32px;padding:0 4px;font-size:14px;transition:background-color .3s ease-in-out}@media (hover:hover){.index-module-scss-module__wHjniW__button:hover{background-color:#737389;animation:.9s linear forwards index-module-scss-module__wHjniW__jello-vertical}}@media (hover:none){.index-module-scss-module__wHjniW__button:active{background-color:#737389;animation:.9s linear forwards index-module-scss-module__wHjniW__jello-vertical}}.index-module-scss-module__wHjniW__button svg{width:22px;height:22px}.index-module-scss-module__wHjniW__colorInput{border:1px var(--greyLightToPurpleGrey)solid;border-radius:50%;width:24px;height:24px;position:relative;overflow:hidden}.index-module-scss-module__wHjniW__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__wHjniW__colorInput:before{content:"";background-color:var(--borderColor);z-index:2;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes index-module-scss-module__wHjniW__jello-vertical{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}40%{-webkit-transform:scale(1.05,.95);transform:scale(1.05,.95)}50%{-webkit-transform:scale(.97,1.03);transform:scale(.97,1.03)}65%{-webkit-transform:scale(1.02,.98);transform:scale(1.02,.98)}75%{-webkit-transform:scale(.98,1.02);transform:scale(.98,1.02)}to{-webkit-transform:scale(1);transform:scale(1)}}

#index-module-scss-module__v96JGq__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__v96JGq__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__v96JGq__link{margin-top:24px;place-self:center;margin-inline:auto}

#index-module-scss-module__KD9pJq__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__KD9pJq__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__KD9pJq__subtitle{margin-bottom:16px}

#index-module-scss-module__Z0tcjW__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__Z0tcjW__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__Z0tcjW__option{cursor:pointer;white-space:nowrap;z-index:2;border-radius:10px;align-items:center;column-gap:8px;padding:16px;transition:all .3s ease-in-out;display:flex;position:relative}@media (hover:hover){.index-module-scss-module__Z0tcjW__option:hover,.index-module-scss-module__Z0tcjW__option:hover *{color:#4e81f3!important}}@media (hover:none){.index-module-scss-module__Z0tcjW__option:active,.index-module-scss-module__Z0tcjW__option:active *{color:#4e81f3!important}}.index-module-scss-module__Z0tcjW__option svg{max-width:24px;max-height:24px}.index-module-scss-module__Z0tcjW__options{border-radius:16px;overflow:hidden}.index-module-scss-module__Z0tcjW__options:before{content:"";height:120%;min-height:150px;display:block;position:absolute;top:0;left:0;transform:translateY(-20%)}@media only screen and (width<=767px){.index-module-scss-module__Z0tcjW__options:before{display:none}}

#index-module-scss-module__mhQlma__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__mhQlma__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__mhQlma__root{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}@media (hover:hover){.index-module-scss-module__mhQlma__root:hover .index-module-scss-module__mhQlma__button,.index-module-scss-module__mhQlma__root:hover .index-module-scss-module__mhQlma__buttonRight,.index-module-scss-module__mhQlma__root:hover .index-module-scss-module__mhQlma__buttonLeft{opacity:1}}@media (hover:none){.index-module-scss-module__mhQlma__root:active .index-module-scss-module__mhQlma__button,.index-module-scss-module__mhQlma__root:active .index-module-scss-module__mhQlma__buttonRight,.index-module-scss-module__mhQlma__root:active .index-module-scss-module__mhQlma__buttonLeft{opacity:1}}@media only screen and (width<=767px){.index-module-scss-module__mhQlma__root{overflow:hidden}}.index-module-scss-module__mhQlma__swiperSlide{width:25%;min-width:184px;max-width:330px}.index-module-scss-module__mhQlma__swiper{width:100%}.index-module-scss-module__mhQlma__button,.index-module-scss-module__mhQlma__buttonRight,.index-module-scss-module__mhQlma__buttonLeft{opacity:1;backdrop-filter:blur(5px);cursor:pointer;z-index:4;background:#22222a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s ease-in-out;display:flex;top:54%;transform:translateY(-50%);box-shadow:0 2px 4px #0000000f,0 16px 32px #0000000f;position:absolute!important}@media (hover:hover){.index-module-scss-module__mhQlma__button:hover,.index-module-scss-module__mhQlma__buttonRight:hover,.index-module-scss-module__mhQlma__buttonLeft:hover{background:linear-gradient(#ffffff1f 0%,#ffffff1f,#ffffff1f 100%,#ffffff1f),#22222a}}@media (hover:none){.index-module-scss-module__mhQlma__button:active,.index-module-scss-module__mhQlma__buttonRight:active,.index-module-scss-module__mhQlma__buttonLeft:active{background:linear-gradient(#ffffff1f 0%,#ffffff1f,#ffffff1f 100%,#ffffff1f),#22222a}}.index-module-scss-module__mhQlma__buttonLeft{left:-5.5%}.index-module-scss-module__mhQlma__buttonRight{right:-5.5%}.index-module-scss-module__mhQlma__swiperNav{z-index:4;justify-content:space-between;display:flex;position:absolute;top:calc(50% + 15px);left:50%;transform:translate(-50%,-50%)}@media (hover:hover){.index-module-scss-module__mhQlma__swiperNav button:hover{background-color:#000}}@media (hover:none){.index-module-scss-module__mhQlma__swiperNav button:active{background-color:#000}}.index-module-scss-module__mhQlma__watchAll{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__mhQlma__watchAll span,.index-module-scss-module__mhQlma__watchAll:before,.index-module-scss-module__mhQlma__watchAll:after{transition:all .3s ease-in-out}.index-module-scss-module__mhQlma__watchAll svg{z-index:3;position:relative}.index-module-scss-module__mhQlma__watchAll{color:#fff;margin-top:24px;background-color:#22222a;width:max-content;margin-inline:auto;padding:16px 32px;font-size:14px;font-weight:600;display:flex}@media (hover:hover){.index-module-scss-module__mhQlma__watchAll:hover{background-color:#737389}}@media (hover:none){.index-module-scss-module__mhQlma__watchAll:active{background-color:#737389}}

#style-module-scss-module__I8ryFW__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__I8ryFW__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__I8ryFW__container{gap:3rem;width:100%;display:flex}.style-module-scss-module__I8ryFW__left{flex-direction:column;width:30.5%;display:flex}@media only screen and (width<=479px){.style-module-scss-module__I8ryFW__left{display:none}}.style-module-scss-module__I8ryFW__title{color:var(--textTitle,#fff);letter-spacing:-.4px;font-size:17px;font-weight:500;line-height:22px}.style-module-scss-module__I8ryFW__description{color:var(--textHinit,#ffffff4d);letter-spacing:-.4px;font-size:15px;font-weight:500;line-height:120%}.style-module-scss-module__I8ryFW__right{flex-grow:1}.style-module-scss-module__I8ryFW__right__title{color:var(--textPrimaryHint,#797a80);font-size:14px;font-weight:400;line-height:18px}.style-module-scss-module__I8ryFW__richText{font-weight:400;line-height:18px;color:var(--textHinit,#ffffff4d)!important;font-size:14px!important}

#index-module-scss-module__oC04qG__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__oC04qG__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__oC04qG__root{margin-bottom:24px;position:relative}.index-module-scss-module__oC04qG__arrow path{stroke:var(--textPrimary)}.index-module-scss-module__oC04qG__arrow{transition:all .3s cubic-bezier(.6,-.28,.735,.045)}.index-module-scss-module__oC04qG__arrowTop{rotate:180deg}.index-module-scss-module__oC04qG__dropDownRoot{background-color:var(--secondaryColor);z-index:100;border-radius:16px;width:100%;bottom:0;transform:translateY(100%)}.index-module-scss-module__oC04qG__option{margin-top:8px;color:var(--textPrimary);cursor:pointer;border-radius:10px;margin-inline:10px;padding:8px 16px;transition:all .3s ease-in-out}@media (hover:hover){.index-module-scss-module__oC04qG__option:hover{background-color:var(--greyLightToPurple)}}@media (hover:none){.index-module-scss-module__oC04qG__option:active{background-color:var(--greyLightToPurple)}}.index-module-scss-module__oC04qG__option:not(:last-child){margin-bottom:16px}.index-module-scss-module__oC04qG__suffix{pointer-events:none}

#index-module-scss-module__UurRnG__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__UurRnG__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__UurRnG__threeDots{cursor:pointer;width:30px;height:30px;box-shadow:unset;border:unset;background-color:#0000;border-radius:10px;transition:all .3s ease-in-out}.index-module-scss-module__UurRnG__threeDots svg{width:32px;height:32px}.index-module-scss-module__UurRnG__threeDots svg circle{transition:all .3s ease-in-out}@media (hover:hover){.index-module-scss-module__UurRnG__threeDots:hover{background-color:#737389}.index-module-scss-module__UurRnG__threeDots:hover svg circle{fill:#22222a}}@media (hover:none){.index-module-scss-module__UurRnG__threeDots:active{background-color:#737389}.index-module-scss-module__UurRnG__threeDots:active svg circle{fill:#22222a}}

#index-module-scss-module__NLssAq__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__NLssAq__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__NLssAq__root{max-height:300px;position:absolute;bottom:0;left:0}.index-module-scss-module__NLssAq__disabled{display:none}.index-module-scss-module__NLssAq__track{border-radius:3px;width:2px;top:2px;bottom:2px;right:2px;display:block!important}.index-module-scss-module__NLssAq__track div{border-radius:3px;background-color:#4e81f3!important}.index-module-scss-module__NLssAq__dropdownContainer{height:260px}

#index-module-scss-module__HVtPQa__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__HVtPQa__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__HVtPQa__root{color:#fff;align-items:center;column-gap:8px;font-size:clamp(16px,3.6vw,24px);font-weight:600;display:flex}@media only screen and (width<=767px){.index-module-scss-module__HVtPQa__root{text-align:center;justify-content:space-between}}.index-module-scss-module__HVtPQa__filler{width:24px}.index-module-scss-module__HVtPQa__link{align-items:center;column-gap:2px;font-size:14px;display:flex}.index-module-scss-module__HVtPQa__link svg{width:16px;height:16px}

#index-module-scss-module__qIr2hW__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__qIr2hW__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__qIr2hW__inputWrapper{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;display:flex}.index-module-scss-module__qIr2hW__label{color:var(--textPrimaryHint,#797a80);font-size:14px;font-weight:400}.index-module-scss-module__qIr2hW__inputContainer{width:100%;position:relative}.index-module-scss-module__qIr2hW__input{border:1px solid var(--linePrimary,#0000001f);width:100%;height:54px;color:var(--textPrimary);border-radius:12px;padding:16px 12px;font-size:14px;font-style:normal;font-weight:400;transition:border .3s}.index-module-scss-module__qIr2hW__input::placeholder{color:var(--textHinit,#0000004d)}@media only screen and (width<=767px){.index-module-scss-module__qIr2hW__input{height:44px;padding:10px 16px}}.index-module-scss-module__qIr2hW__input:hover{border:1px solid var(--lineHover,#0003);background:var(--baseAccentDisabled,#0000000f)}.index-module-scss-module__qIr2hW__input:focus{background:var(--baseAccentDisabled,#0000000f);border:1px solid var(--lineActive,#2e7cf6);box-shadow:none}.index-module-scss-module__qIr2hW__input.index-module-scss-module__qIr2hW__error{border:1px solid var(--lineError,#e5324dcc)}.index-module-scss-module__qIr2hW__suffixIcon{cursor:pointer;color:#1f2937;font-size:24px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.index-module-scss-module__qIr2hW__suffixIcon.index-module-scss-module__qIr2hW__error{color:var(--lineError,#e5324dcc)}.index-module-scss-module__qIr2hW__extra{color:var(--textHinit,#0000004d);font-size:14px;font-weight:400}.index-module-scss-module__qIr2hW__extra.index-module-scss-module__qIr2hW__error{color:var(--lineError,#e5324dcc)}.index-module-scss-module__qIr2hW__extra p,.index-module-scss-module__qIr2hW__disabled{color:var(--textHinit,#0000004d)}.index-module-scss-module__qIr2hW__extraError{color:var(--LineError,#e5324dcc)!important}

#index-module-scss-module__97491a__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__97491a__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__97491a__imageWrapper{background-color:var(--secondaryColor);border:2px var(--borderPerimeter)solid;border-radius:50%;flex-shrink:0;display:inline-block;overflow:hidden}.index-module-scss-module__97491a__imageWrapper img{object-fit:cover;max-width:100%;max-height:100%;display:block}.index-module-scss-module__97491a__active{border:2px solid #4e81f3}.index-module-scss-module__97491a__clickable{cursor:pointer}

#index-module-scss-module__cr5vGW__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__cr5vGW__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__cr5vGW__root{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}@media (hover:hover){.index-module-scss-module__cr5vGW__root:hover .index-module-scss-module__cr5vGW__button,.index-module-scss-module__cr5vGW__root:hover .index-module-scss-module__cr5vGW__buttonRight,.index-module-scss-module__cr5vGW__root:hover .index-module-scss-module__cr5vGW__buttonLeft{opacity:1}}@media (hover:none){.index-module-scss-module__cr5vGW__root:active .index-module-scss-module__cr5vGW__button,.index-module-scss-module__cr5vGW__root:active .index-module-scss-module__cr5vGW__buttonRight,.index-module-scss-module__cr5vGW__root:active .index-module-scss-module__cr5vGW__buttonLeft{opacity:1}}.index-module-scss-module__cr5vGW__imageWrapper{object-fit:cover;grid-area:i;width:100px;height:100px;position:relative}.index-module-scss-module__cr5vGW__swiperSlide{width:25%;min-width:184px;max-width:330px}.index-module-scss-module__cr5vGW__swiper{width:100%}.index-module-scss-module__cr5vGW__button,.index-module-scss-module__cr5vGW__buttonRight,.index-module-scss-module__cr5vGW__buttonLeft{opacity:0;backdrop-filter:blur(5px);cursor:pointer;z-index:4;background-color:#ffffff20;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s ease-in-out;display:flex;position:absolute;top:54%;transform:translateY(-50%)}@media (hover:hover){.index-module-scss-module__cr5vGW__button:hover,.index-module-scss-module__cr5vGW__buttonRight:hover,.index-module-scss-module__cr5vGW__buttonLeft:hover{filter:invert();background-color:#000}}@media (hover:none){.index-module-scss-module__cr5vGW__button:active,.index-module-scss-module__cr5vGW__buttonRight:active,.index-module-scss-module__cr5vGW__buttonLeft:active{filter:invert();background-color:#000}}.index-module-scss-module__cr5vGW__buttonLeft{left:10px}.index-module-scss-module__cr5vGW__buttonRight{right:10px}.index-module-scss-module__cr5vGW__swiperNav{z-index:4;justify-content:space-between;display:flex;position:absolute;top:calc(50% + 15px);left:50%;transform:translate(-50%,-50%)}@media (hover:hover){.index-module-scss-module__cr5vGW__swiperNav button:hover{background-color:#000}}@media (hover:none){.index-module-scss-module__cr5vGW__swiperNav button:active{background-color:#000}}.index-module-scss-module__cr5vGW__categoryItem{cursor:pointer;flex-direction:column;justify-content:space-between;align-items:center;row-gap:16px;height:100%;padding:16px;display:flex;position:relative}@media only screen and (width<=767px){.index-module-scss-module__cr5vGW__categoryItem{background-color:var(--backColorAlt);border-radius:16px;grid-template-columns:55% 45%;grid-template-areas:"t i""b i";column-gap:8px;min-height:120px;margin-inline:4px;display:grid;position:relative;overflow:hidden}}.index-module-scss-module__cr5vGW__categoryItem:before{content:"";background-color:var(--secondaryColor);border-radius:16px;position:absolute;inset:60px 0 0}@media only screen and (width<=767px){.index-module-scss-module__cr5vGW__categoryItem:before{width:100px;height:100px;top:0;left:unset;opacity:.3;filter:blur(20px);background:#7a45ffc4;border-radius:50%;top:41%;left:50%;right:-20px;transform:translate(-50%,-50%)}.index-module-scss-module__cr5vGW__categoryItem_light:before{display:none}}.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__name{text-align:start;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-area:t;place-self:center flex-end;align-items:flex-end;min-height:30px;display:flex;display:-webkit-box;position:relative;overflow:hidden}@media only screen and (width<=767px){.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__name{text-align:start;-webkit-line-clamp:3;-webkit-box-orient:vertical;align-self:flex-start;min-height:25px;display:-webkit-box;display:flex;overflow:hidden}}.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter{color:#fff;cursor:pointer;z-index:5;background:linear-gradient(152deg,#ac6cdb 0%,#586de4 50%,#ac6cdb 100%) 0 0/200%;border-radius:10px;grid-area:b;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;border-radius:30px!important}.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter span,.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter:before,.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter:after{transition:all .3s ease-in-out}.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter:hover{background-position:100%}}@media (hover:none){.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter:active{background-position:100%}}.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter{white-space:nowrap}@media only screen and (width<=767px){.index-module-scss-module__cr5vGW__categoryItem .index-module-scss-module__cr5vGW__artCounter{place-self:flex-end flex-start;height:26px;padding:4px 8px;font-size:12px}}.index-module-scss-module__cr5vGW__watchAll{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__cr5vGW__watchAll span,.index-module-scss-module__cr5vGW__watchAll:before,.index-module-scss-module__cr5vGW__watchAll:after{transition:all .3s ease-in-out}.index-module-scss-module__cr5vGW__watchAll svg{z-index:3;position:relative}.index-module-scss-module__cr5vGW__watchAll{color:#fff;margin-top:24px;background-color:#22222a;width:max-content;margin-inline:auto;padding:16px 32px;font-size:14px;font-weight:600;display:flex}@media (hover:hover){.index-module-scss-module__cr5vGW__watchAll:hover{background-color:#737389}}@media (hover:none){.index-module-scss-module__cr5vGW__watchAll:active{background-color:#737389}}

#style-module-scss-module__QlrGWW__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__QlrGWW__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__QlrGWW__container{gap:3rem;width:100%;display:flex}.style-module-scss-module__QlrGWW__cloudSvg{width:20px;height:20px}.style-module-scss-module__QlrGWW__left{width:30.5%}.style-module-scss-module__QlrGWW__left__text{flex-direction:column;gap:2px;display:flex}.style-module-scss-module__QlrGWW__left__avatar{cursor:pointer;margin-top:24px;position:relative}.style-module-scss-module__QlrGWW__left__avatarLabel{color:var(--textPrimary,#ffffffd9);cursor:pointer;gap:.5rem;margin-top:1rem;font-size:14px;font-weight:500;line-height:18px;display:flex}@media only screen and (width<=479px){.style-module-scss-module__QlrGWW__left{display:none}}.style-module-scss-module__QlrGWW__title{color:var(--textTitle,#fff);letter-spacing:-.4px;font-size:17px;font-weight:500;line-height:22px}.style-module-scss-module__QlrGWW__description{color:var(--textHinit,#ffffff4d);letter-spacing:-.4px;font-size:15px;font-weight:500;line-height:120%}.style-module-scss-module__QlrGWW__right{flex-direction:column;flex-grow:1;gap:1rem;display:flex}.style-module-scss-module__QlrGWW__location{margin-bottom:0}

#index-module-scss-module__qiw68q__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__qiw68q__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__qiw68q__wrapper{height:170px}@media only screen and (width<=767px){.index-module-scss-module__qiw68q__root>div{overflow:unset;padding-inline:16px}}.index-module-scss-module__qiw68q__root *{transform-style:preserve-3d;transform:translate(0,0)}.index-module-scss-module__qiw68q__slide{width:calc(25% - 12px);min-width:144px;max-width:330px}

#index-module-scss-module__S_WnCW__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__S_WnCW__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__S_WnCW__input{display:none}

#index-module-scss-module__sw0yUq__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__sw0yUq__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__sw0yUq__root{flex-shrink:0;width:30%;max-width:372px;padding-bottom:20px}@media only screen and (width<=767px){.index-module-scss-module__sw0yUq__root{width:100%;max-width:unset}}.index-module-scss-module__sw0yUq__wrapper{background-color:var(--backColorAlt);border-radius:16px;flex-direction:column;row-gap:8px;padding:8px;display:flex;overflow:hidden}@media only screen and (width<=767px){.index-module-scss-module__sw0yUq__wrapper{margin-top:24px}}.index-module-scss-module__sw0yUq__bottom{margin-top:20px}

#style-module-scss-module__uuEoOa__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__uuEoOa__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__uuEoOa__container{gap:3rem;width:100%;display:flex}.style-module-scss-module__uuEoOa__left{width:30.5%}@media only screen and (width<=479px){.style-module-scss-module__uuEoOa__left{display:none}}.style-module-scss-module__uuEoOa__title{color:var(--textTitle,#fff);letter-spacing:-.4px;font-size:17px;font-weight:500;line-height:22px}.style-module-scss-module__uuEoOa__description{color:var(--textHinit,#ffffff4d);letter-spacing:-.4px;font-size:15px;font-weight:500;line-height:120%}.style-module-scss-module__uuEoOa__right{flex-direction:column;flex-grow:1;gap:1rem;display:flex}.style-module-scss-module__uuEoOa__showInProfile{align-self:flex-end}.style-module-scss-module__uuEoOa__showInProfile__text{color:var(--textSubtitle,#ffffff80);margin-right:12px;font-size:15px;font-weight:400;line-height:18px}.style-module-scss-module__uuEoOa__showInProfile__disable{display:none}

#index-module-scss-module__NVw7ca__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__NVw7ca__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__NVw7ca__navItem{cursor:pointer;border-radius:10px;align-items:center;column-gap:8px;padding:8px;line-height:32px;transition:all .3s ease-in-out;display:flex}@media (hover:hover){.index-module-scss-module__NVw7ca__navItem:hover{color:#4e81f3}.index-module-scss-module__NVw7ca__navItem:hover .index-module-scss-module__NVw7ca__icon path{stroke:#4e81f3}}@media (hover:none){.index-module-scss-module__NVw7ca__navItem:active{color:#4e81f3}.index-module-scss-module__NVw7ca__navItem:active .index-module-scss-module__NVw7ca__icon path{stroke:#4e81f3}}.index-module-scss-module__NVw7ca__navItem .index-module-scss-module__NVw7ca__icon{background:var(--greyToPurpleGrey);border-radius:10px;padding:8px;overflow:hidden}.index-module-scss-module__NVw7ca__navItem .index-module-scss-module__NVw7ca__icon path{transition:all .3s ease-in-out}.index-module-scss-module__NVw7ca__navItem_active{background:linear-gradient(90deg,#453557 0%,#303559 100%)}@media (hover:hover){.index-module-scss-module__NVw7ca__navItem_active:hover{color:#fff}.index-module-scss-module__NVw7ca__navItem_active:hover .index-module-scss-module__NVw7ca__icon path{stroke:#fff}}@media (hover:none){.index-module-scss-module__NVw7ca__navItem_active:active{color:#fff}.index-module-scss-module__NVw7ca__navItem_active:active .index-module-scss-module__NVw7ca__icon path{stroke:#fff}}@media only screen and (width<=767px){.index-module-scss-module__NVw7ca__navItem_active{pointer-events:all}}.index-module-scss-module__NVw7ca__navItem_active .index-module-scss-module__NVw7ca__icon{background:linear-gradient(93deg,#ac6cdb 6.53%,#586de4 73.62%)}.index-module-scss-module__NVw7ca__navItem_activeLight{background:#e8e2f1}.index-module-scss-module__NVw7ca__navItem_activeLight .index-module-scss-module__NVw7ca__icon path{stroke:#fff}@media (hover:hover){.index-module-scss-module__NVw7ca__navItem_activeLight:hover{color:#4e81f3}}@media (hover:none){.index-module-scss-module__NVw7ca__navItem_activeLight:active{color:#4e81f3}}.index-module-scss-module__NVw7ca__navItem .index-module-scss-module__NVw7ca__arrow{margin-left:auto}.index-module-scss-module__NVw7ca__navItem svg{flex-shrink:0}.index-module-scss-module__NVw7ca__subSet{-ms-overflow-style:none;scrollbar-width:none;width:calc(100% + 16px);height:auto;max-height:0;margin-left:-8px;transition:all .3s ease-in-out;overflow:auto}.index-module-scss-module__NVw7ca__subSet::-webkit-scrollbar{display:none}.index-module-scss-module__NVw7ca__subSet_active{max-height:40vh}

#style-module-scss-module__TkhUPG__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__TkhUPG__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__TkhUPG__container{background:var(--baseSectionBackground,#242627);border-radius:32px;gap:12px;width:calc(50% - 6px);padding:36px 24px;display:flex}@media only screen and (width<=479px){.style-module-scss-module__TkhUPG__container{display:none}}.style-module-scss-module__TkhUPG__text{flex-direction:column;gap:12px;display:flex}.style-module-scss-module__TkhUPG__title{color:var(--labelsPrimaryDark,#fff);font-size:28px;font-weight:600;line-height:22px}.style-module-scss-module__TkhUPG__description{color:#fff9;font-size:20px;font-weight:500;line-height:130%}

#index-module-scss-module__zV_dYG__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__zV_dYG__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__zV_dYG__subCategory{color:#737389;cursor:pointer;align-items:center;column-gap:8px;margin-top:8px;padding:8px 16px;transition:all .3s ease-in-out;display:flex}@media (hover:hover){.index-module-scss-module__zV_dYG__subCategory:hover{color:var(--whiteToBlue)}}@media (hover:none){.index-module-scss-module__zV_dYG__subCategory:active{color:var(--whiteToBlue)}}.index-module-scss-module__zV_dYG__subCategory_active{color:#4e81f3;pointer-events:none;position:relative}.index-module-scss-module__zV_dYG__subCategory_active:after{content:"";background-color:#4e81f3;width:2px;height:calc(100% - 16px);display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}

#style-module-scss-module__zy7a7G__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__zy7a7G__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__zy7a7G__container{flex-direction:column;align-items:center;padding-top:38px;display:flex}.style-module-scss-module__zy7a7G__title{cursor:pointer;align-items:center;gap:14px;width:68%;padding-bottom:10px;display:flex}.style-module-scss-module__zy7a7G__title__text{color:var(--textPrimary,#ffffffd9);font-size:17px;font-weight:600;line-height:24px}@media only screen and (width<=479px){.style-module-scss-module__zy7a7G__title{width:88%}}@media only screen and (width<=767px){.style-module-scss-module__zy7a7G__title{width:80%}}@media only screen and (width<=991px){.style-module-scss-module__zy7a7G__title{width:70%}}@media only screen and (width<=1365px){.style-module-scss-module__zy7a7G__title{width:65%}}.style-module-scss-module__zy7a7G__section{gap:3rem;width:55%;margin-top:3rem;display:flex}.style-module-scss-module__zy7a7G__section__right{flex-direction:column;gap:1rem;display:flex}.style-module-scss-module__zy7a7G__section__disable{display:none}@media only screen and (width<=479px){.style-module-scss-module__zy7a7G__section{width:88%}}@media only screen and (width<=767px){.style-module-scss-module__zy7a7G__section{width:80%}}@media only screen and (width<=991px){.style-module-scss-module__zy7a7G__section{width:70%}}@media only screen and (width<=1365px){.style-module-scss-module__zy7a7G__section{width:65%}}.style-module-scss-module__zy7a7G__info{gap:12px;width:45%;margin-top:5rem;display:flex}.style-module-scss-module__zy7a7G__info__disable{display:none}@media only screen and (width<=767px){.style-module-scss-module__zy7a7G__info{width:80%}}@media only screen and (width<=991px){.style-module-scss-module__zy7a7G__info{width:70%}}@media only screen and (width<=1365px){.style-module-scss-module__zy7a7G__info{width:65%}}.style-module-scss-module__zy7a7G__arrow{width:16px;height:16px}

#index-module-scss-module__9MaglG__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__9MaglG__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__9MaglG__root{border-top-left-radius:16px;border-top-right-radius:16px;width:100%;margin-top:16px;padding-bottom:24px}@media only screen and (width<=767px){.index-module-scss-module__9MaglG__root{width:100vw;margin-top:unset;padding-bottom:80px}}.index-module-scss-module__9MaglG__infinite{background-color:var(--backColorAlt);border-radius:16px;flex-direction:column;padding:0 16px 16px;display:flex}@media only screen and (width<=767px){.index-module-scss-module__9MaglG__infinite{background-color:#0000}}

#index-module-scss-module__AtG-cG__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__AtG-cG__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__AtG-cG__container{flex-direction:column;align-items:center;display:flex}.index-module-scss-module__AtG-cG__background{background:linear-gradient(265deg,#8855fd 3.76%,#e29898 93.43%);width:100%;height:220px;margin-top:-84px}.index-module-scss-module__AtG-cG__content{width:53%}@media only screen and (width<=479px){.index-module-scss-module__AtG-cG__content{width:92%}}.index-module-scss-module__AtG-cG__header{justify-content:space-between;align-items:center;margin-top:-10px;display:flex}.index-module-scss-module__AtG-cG__me{gap:1rem;display:flex}.index-module-scss-module__AtG-cG__avatar{background:var(--basePersonaBackground,#242627);object-fit:cover;border:2px solid #242627;border-radius:50%;width:96px;height:96px;position:relative}.index-module-scss-module__AtG-cG__avatar__badge{position:absolute;bottom:0;right:0}.index-module-scss-module__AtG-cG__info{flex-direction:column;justify-content:center;align-items:flex-start;margin-top:1rem;display:flex}.index-module-scss-module__AtG-cG__name{color:var(--textTitle,#fff);text-align:center;letter-spacing:.1px;font-size:21px;font-weight:500;line-height:20px}.index-module-scss-module__AtG-cG__town{color:var(--textSubtitle,#ffffff80);text-align:center;font-size:15px;font-style:normal;font-weight:500;line-height:120%}.index-module-scss-module__AtG-cG__description{margin-top:25px}.index-module-scss-module__AtG-cG__description__disable{display:none}.index-module-scss-module__AtG-cG__title{color:var(--textTitle,#fff);font-size:17px;font-weight:600;line-height:20px}.index-module-scss-module__AtG-cG__text{color:#fff9;margin-top:.5rem;font-size:13px;font-weight:400;line-height:140%}.index-module-scss-module__AtG-cG__vacancies{margin-top:2rem;padding-top:2rem}.index-module-scss-module__AtG-cG__cvs{width:100%;max-width:100%}

#index-module-scss-module__9WgH8a__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__9WgH8a__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__9WgH8a__item{color:#fff;cursor:pointer;grid-template-columns:auto 1fr auto;grid-template-areas:"p n b""p c b";align-items:center;gap:12px 8px;padding-block:16px;display:grid}.index-module-scss-module__9WgH8a__item:not(:last-child){border-bottom:2px var(--borderColor)solid}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__userPic{grid-area:p;transition:all .3s ease-in-out}@media (hover:hover){.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__userPic:hover{box-shadow:0 0 1px 1px #4e81f3}}@media (hover:none){.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__userPic:active{box-shadow:0 0 1px 1px #4e81f3}}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__name{cursor:pointer;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-area:n;display:-webkit-box;overflow:hidden}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__counter{grid-area:c;align-items:center;column-gap:8px;display:flex}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button{background-size:100%;background-color:var(--secondaryColor);cursor:pointer;z-index:5;border-radius:10px;grid-area:b;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__9WgH8a__item .index-module-scss-module__9WgH8a__button span,.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:before,.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:after{transition:all .3s ease-in-out}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:hover{background-color:#737389}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:hover:after,.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:hover span{background-position-x:-100%}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:hover{color:#22222a}}@media (hover:none){.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:active{background-color:#737389}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:active:after,.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:active span{background-position-x:-100%}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button:active{color:#22222a}}.index-module-scss-module__9WgH8a__item .index-module-scss-module__9WgH8a__button: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__9WgH8a__item .index-module-scss-module__9WgH8a__button: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__9WgH8a__item .index-module-scss-module__9WgH8a__button>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__9WgH8a__buttonGradient{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__9WgH8a__buttonGradient span,.index-module-scss-module__9WgH8a__buttonGradient:before,.index-module-scss-module__9WgH8a__buttonGradient:after{transition:all .3s ease-in-out}.index-module-scss-module__9WgH8a__buttonGradient svg{z-index:3;position:relative}@media (hover:hover){.index-module-scss-module__9WgH8a__buttonGradient:hover{background-color:#737389}.index-module-scss-module__9WgH8a__buttonGradient:hover:after,.index-module-scss-module__9WgH8a__buttonGradient:hover span{background-position-x:-100%}.index-module-scss-module__9WgH8a__buttonGradient:hover{color:#22222a}}@media (hover:none){.index-module-scss-module__9WgH8a__buttonGradient:active{background-color:#737389}.index-module-scss-module__9WgH8a__buttonGradient:active:after,.index-module-scss-module__9WgH8a__buttonGradient:active span{background-position-x:-100%}.index-module-scss-module__9WgH8a__buttonGradient:active{color:#22222a}}.index-module-scss-module__9WgH8a__buttonGradient: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__9WgH8a__buttonGradient: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__9WgH8a__buttonGradient>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__9WgH8a__buttonGradient{width:40px;height:40px;padding:4px}.index-module-scss-module__9WgH8a__buttonBorderGradient{cursor:pointer;background-color:#2d2d37;border-radius:10px;width:40px;height:40px;padding:4px}

.style-module-scss-module__PP6xYa__container{background:#1d1d1d;border-radius:36px;gap:1rem;margin-top:25px;padding-top:20px;padding-bottom:24px;padding-right:24px;display:flex}.style-module-scss-module__PP6xYa__title{color:var(--textTitle,#fff);letter-spacing:.1px;font-size:17px;font-weight:500;line-height:20px}.style-module-scss-module__PP6xYa__img{margin-left:2rem}.style-module-scss-module__PP6xYa__content{flex-direction:column;flex-grow:1;gap:12px;padding-top:2px;display:flex}.style-module-scss-module__PP6xYa__contact{border-bottom:.5px solid #ffffff1f;flex-direction:column;gap:2px;padding-bottom:1rem;display:flex}.style-module-scss-module__PP6xYa__contact:last-child{border-bottom:none}.style-module-scss-module__PP6xYa__contact__title{color:var(--color-Text-subtitle,#ffffff80);letter-spacing:-.08px;font-size:13px;font-weight:400;line-height:16px}.style-module-scss-module__PP6xYa__contact__value{color:var(--color-Text-primary,#ffffffd9);letter-spacing:.1px;font-size:15px;font-weight:400;line-height:20px}.style-module-scss-module__PP6xYa__contact__valueBlock{justify-content:space-between;align-items:center;display:flex}.style-module-scss-module__PP6xYa__copy{cursor:pointer}

#index-module-scss-module___1Px1a__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___1Px1a__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___1Px1a__root{width:100%}@media only screen and (width<=767px){.index-module-scss-module___1Px1a__root{overflow:unset}.index-module-scss-module___1Px1a__title{width:100%;padding-inline:16px}}.index-module-scss-module___1Px1a__title{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.index-module-scss-module___1Px1a__mediaCategories{margin-top:unset!important}.index-module-scss-module___1Px1a__searchBar{margin-bottom:24px}

/*# sourceMappingURL=c756da7b89b3880e.css.map*/