.PopupBackdrop{z-index:var(--popupZ);position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(179.46deg,#00000040 45.72%,#ff000440 125.24%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center}.Popup{position:relative;background-color:var(--basalt);border:1px solid rgba(255,255,255,.2);max-width:424px;width:100%;border-radius:24px;max-height:640px;padding:24px 24px 0}@media (orientation: landscape) and (max-width: 1024px){.Popup{height:100%}}.tablet .Popup,.phone .Popup{max-height:615px;margin:0 16px;height:100%;padding:32px 16px 0}.Popup-Close{position:absolute;top:-2px;right:0;background:transparent;border:none;width:32px;height:32px;cursor:pointer;z-index:2}.Popup-Close svg{width:32px;height:32px}.Popup-Back{position:absolute;top:0;left:0;background:transparent;border:none;width:30px;height:30px;cursor:pointer;z-index:2}.Popup-Back svg{width:30px;height:30px}.Popup-Back svg path{stroke:var(--white)}.Popup-Top{position:relative;min-height:30px;background-color:var(--basalt)}.Popup-Content{color:var(--white);max-height:570px;overflow-y:auto;padding-bottom:100px;-ms-overflow-style:none;scrollbar-width:none;padding-top:24px}.tablet .Popup-Content,.phone .Popup-Content{max-height:550px}@media (orientation: landscape) and (max-width: 1024px){.Popup-Content{height:100%;padding-bottom:131px}}.Popup-Content::-webkit-scrollbar{display:none}.Popup-Header{display:flex;align-items:center;justify-content:space-between;color:var(--white)}.Popup-Header h4{font:var(--title-h4);margin-right:20px}.Popup-Footer{color:var(--text-light-theme-primary)}.Popup-BtnBase{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:40px;justify-content:flex-end;width:100%;bottom:0;position:absolute;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3}.PopupPreferences{z-index:var(--popupZ)!important}.PopupPreferences-Description{font:var(--p1-medium)}.PopupPreferences .Popup-Content{padding-bottom:124px}.PopupPreferences-Form{margin-top:16px}.PopupPreferences-Form .Checkbox{height:32px;margin-top:20px;flex-direction:row-reverse;justify-content:space-between;text-transform:capitalize!important}.PopupPreferences-Form .Checkbox:not(:first-child){margin-top:20px}._content_vphrz_1 p{margin-bottom:1rem;font:var(--p1-regular)}.AddGifToNiche .Popup{max-width:560px;width:100%;padding:24px 0;max-height:800px}.phone .AddGifToNiche .Popup,.tablet .AddGifToNiche .Popup{margin:0;padding:20px 0;max-width:100%;position:absolute;bottom:0}.AddGifToNiche .Popup-Close{right:24px;top:-2px}.AddGifToNiche .Popup-Close svg{width:32px;height:32px}.phone .AddGifToNiche .Popup-Close,.tablet .AddGifToNiche .Popup-Close{right:20px}.AddGifToNiche .Popup-Top{padding-bottom:24px}.phone .AddGifToNiche .Popup-Top,.tablet .AddGifToNiche .Popup-Top{padding-bottom:20px}.AddGifToNiche .Popup-Header{padding-left:32px;margin-right:0}.AddGifToNiche .Popup-Header h4{font:var(--title-h4);font-weight:var(--bold-fw)}.phone .AddGifToNiche .Popup-Header,.tablet .AddGifToNiche .Popup-Header{justify-content:center}.AddGifToNiche .Popup-Content{padding:0 24px 100px;max-height:700px}.phone .AddGifToNiche .Popup-Content,.tablet .AddGifToNiche .Popup-Content{padding:0 20px 300px}.AddGifToNiche .NicheSearch .InfoMessage{margin-top:12px}.AddGifToNiche .NicheBottom{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:40px;justify-content:flex-end;position:absolute;width:100%;bottom:0;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3}.phone .AddGifToNiche .NicheBottom,.tablet .AddGifToNiche .NicheBottom{border-radius:0;padding:24px 20px}.AddGifToNiche .NicheBottom-Cancel{background:transparent;border:none;text-decoration:underline;color:var(--white);font-weight:600;font-size:18px;line-height:29px}.phone .AddGifToNiche .NicheBottom-Cancel,.tablet .AddGifToNiche .NicheBottom-Cancel{display:none}.AddGifToNiche .NicheBottom .Button{max-width:200px;width:100%}.phone .AddGifToNiche .NicheBottom .Button,.tablet .AddGifToNiche .NicheBottom .Button{max-width:100%}.ReportStepOne-Text{font:var(--p2-medium);margin-bottom:16px;padding-left:16px}.ReportStepOne-List{width:100%;margin:0;padding:0;color:var(--text-light-theme-primary)}.ReportStepOne-ListItem{margin-bottom:6px}.ReportStepOne-ItemButton{border:none;background:transparent;transition:all .3s ease;width:100%;padding:16px;border-radius:16px;position:relative;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.ReportStepOne-ItemButton span{font:var(--p1-medium);color:var(--white)}.ReportStepOne-ItemButton:after{content:"";width:12px;height:12px;border-radius:50%;display:block;background-color:var(--brand-yellow);opacity:0}.ReportStepOne-ItemButton:hover,.ReportStepOne-ItemButton_isActive{background:#ffffff1a}.ReportStepOne-ItemButton_isActive:after{opacity:1}.ReportStepTwo{width:100%;display:flex;flex-direction:column;height:100%}.ReportStepTwo-Text{font:var(--p2-medium);margin-bottom:16px}.tablet .ReportStepTwo-Text,.phone .ReportStepTwo-Text{font:var(--p1-medium)}.ReportStepTwo-TextArea{width:100%;resize:none;padding:13px 16px;font:var(--p2-regular);background:var(--basalt);border-radius:12px;border:1px solid var(--white);color:var(--white);outline:none}.ReportStepTwo-CheckWrap{display:flex;justify-content:space-between;align-items:center;width:100%;margin:24px 0 8px}.ReportPopup_StepOne .Popup{padding:32px 16px}.ReportPopup_StepOne .Popup-Header{padding:0 16px}.CollectionItem{display:flex;align-items:center;padding:8px 5px;transition:background .3s ease;cursor:pointer;border-radius:16px}.CollectionItem:hover{background:#ffffff1a}.CollectionItem-Img{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#191919;border-radius:16px}.CollectionItem-Img .bookmarkIcon{width:24px;height:24px}.CollectionItem-Img img,.CollectionItem-Img svg{border-radius:16px;width:100%;height:100%;object-fit:cover}.CollectionItem-Title{font:var(--p1-medium);margin-left:10px;white-space:nowrap;max-width:75%;overflow:hidden;text-overflow:ellipsis}.AddToCollectionPopup .Popup{padding:32px 24px 0}.AddToCollectionPopup .Popup-Content{overflow:hidden}.AddToCollectionPopup .Popup-Header{padding-left:8px}.AddToCollectionPopup .Popup-Header h4{font-size:18px;font-weight:700}.AddToCollectionPopup #scrollable-container{max-height:570px;overflow-y:scroll;padding-bottom:150px}.desktop .AddToCollectionPopup #scrollable-container{-ms-overflow-style:none;scrollbar-width:none}.desktop .AddToCollectionPopup #scrollable-container::-webkit-scrollbar{display:none}.AddToCollectionPopup-NoCollection{text-align:center}.AddToCollectionPopup-Bottom{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:24px;justify-content:flex-end;position:absolute;width:100%;bottom:0;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3}.phone .AddToCollectionPopup-Bottom,.tablet .AddToCollectionPopup-Bottom{padding:24px 20px}.AddToCollectionPopup-Bottom .cancelBtn{background:transparent;border:none;text-decoration:underline;color:var(--white);font-weight:600;font-size:16px;line-height:25px}.phone .AddToCollectionPopup-Bottom .cancelBtn,.tablet .AddToCollectionPopup-Bottom .cancelBtn{display:none}.phone .AddToCollectionPopup-Bottom .Button,.tablet .AddToCollectionPopup-Bottom .Button{width:100%}.CreateNewCollectionPopup-Toggle{display:flex;justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:24px}.CreateNewCollectionPopup-Toggle p{font:var(--p1-medium)}.CreateNewCollectionPopup .TextInput{margin-bottom:24px}.NicheInputField{display:flex;flex-direction:column;width:100%;margin-bottom:20px}.NicheInputField-Label{font:var(--s1-medium)}.NicheInputField-Input{width:100%;padding:13px 16px;font:var(--p2-regular);border-radius:10px;border:1px solid rgba(255,255,255,.2);margin-top:5px;outline:none;resize:none;background:var(--basalt);color:var(--white)}.NicheInputField_WithError p{color:var(--brand-pink);font:var(--s1-medium);margin-top:3px}.NicheInputField_WithError input,.NicheInputField_WithError textarea{border-color:var(--brand-pink)}.NicheForm{display:flex;flex-direction:column}.NicheForm .NicheBanner{width:85%;margin:20px auto}.NicheForm .NicheBanner .ImageUploader-Preview{width:100%;height:100px;border-radius:16px}.NicheForm .NicheBanner .ImageUploader-PreviewImage:after{border-radius:16px}.NicheForm .NicheBanner .ImageUploader-PreviewImage img{border-radius:16px}.NicheForm .NichePreferences .NicheInputField-Label,.NicheForm .NicheTag .NicheInputField-Label{margin-bottom:5px;display:inline-block}.NicheForm .NichePreferencesList{columns:2;margin-top:5px}.NicheForm .NichePreferencesItem{margin-bottom:16px}.NicheForm .NichePreferencesItem .Checkbox{text-transform:capitalize}.NicheForm .NicheTag{margin:-5px 0 20px}.EditNichePopup .NicheImage{margin-bottom:15px}.EditNichePopup .NicheForm{margin-top:-20px;margin-bottom:32px}.EditNichePopup .NicheForm .BtnWrap{position:absolute;bottom:0;left:0;width:100%;padding:32px 16px;background:var(--graphite);border-top:1px solid rgba(255,255,255,.1);border-radius:24px;z-index:2}.nicheSelector .row{width:100%;gap:1rem;display:flex;flex-direction:row;margin-bottom:.5rem;padding-right:15px}.nicheSelector .row>.name{flex:1 1 auto;line-height:36px;align-self:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nicheSelector img.thumbnail{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center;flex:0 0 48px;border:solid 1px rgba(0,0,0,.25)}.editNichesPopup .EditNicheBottom{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:40px;justify-content:flex-end;position:absolute;width:100%;bottom:0;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3}.phone .editNichesPopup .EditNicheBottom,.tablet .editNichesPopup .EditNicheBottom{border-radius:0;padding:24px 20px}.editNichesPopup .EditNicheBottom-Cancel{background:transparent;border:none;text-decoration:underline;color:var(--white);font-weight:600;font-size:18px;line-height:29px}.phone .editNichesPopup .EditNicheBottom-Cancel,.tablet .editNichesPopup .EditNicheBottom-Cancel{display:none}.editNichesPopup .EditNicheBottom .Button{max-width:200px;width:100%}.phone .editNichesPopup .EditNicheBottom .Button,.tablet .editNichesPopup .EditNicheBottom .Button{max-width:100%}.GifPreferencePopup-Form .GifPreferenceList{columns:1}.GifPreferencePopup-Form .GifPreferenceList-Item{padding:12px 0}.GifPreferencePopup .GifPreferenceList:after{display:none}.EmbedDialog .Popup-Content{padding:0 0 20px}.phone .EmbedDialog .Popup,.tablet .EmbedDialog .Popup{height:auto}.EmbedDialog .group{margin-bottom:1rem}.EmbedDialog label{display:block;font:var(--s1-medium);margin:6px 0;color:var(--white)}.PopOverMenuItem{display:flex;align-items:center;padding:10px;transition:all .3s ease;background-color:transparent;border:none;cursor:pointer;border-radius:5px;width:100%;margin-bottom:4px}.PopOverMenuItem:last-child{margin-bottom:0}@media (max-width: 768px){.PopOverMenuItem{width:48.7%;background:#ffffff1a;transition:none;border-radius:12px;padding:16px 0;justify-content:center;cursor:pointer;margin-bottom:0}}.PopOverMenuItem:hover{background-color:#ffffff1a}.PopOverMenuItem-Img{margin-right:6px;display:flex;align-items:center}.PopOverMenuItem-Img svg{height:20px;width:20px}@media (max-width: 768px){.PopOverMenuItem-Img{margin-right:4px;display:flex;align-items:center;justify-content:center}.PopOverMenuItem-Img svg{height:24px;width:24px}}.PopOverMenuItem-Title{font:var(--s1-medium);color:var(--white)}@media (max-width: 768px){.PopOverMenuItem-Title{font:var(--p2-medium)}}.PopOverMenuItem-Title.disabled{opacity:.5;cursor:not-allowed}.PopOverMenuList{color:var(--text-light-theme-primary)}@media (max-width: 768px){.PopOverMenuList:nth-last-of-type(1):nth-child(2n){margin-top:20px}}.PopOverMenuList-Title{font:var(--s1-regular);color:var(--white);opacity:.5;padding:6px 10px}@media (max-width: 768px){.PopOverMenuList-Title{font:var(--p1-medium);opacity:1;padding:0}}@media (max-width: 768px){.PopOverMenuList-List{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}}.desktop .PopOverMenuList.socialShare{margin-top:12px;border-top:1px solid rgba(255,255,255,.2)}.desktop .PopOverMenuList.socialShare .PopOverMenuList-Title{display:none}.desktop .PopOverMenuList.socialShare .PopOverMenuList-List{display:flex;margin-top:10px}.SwipePopup{height:auto;width:100%;background-color:var(--basalt);border:1px solid rgba(255,255,255,.2);position:absolute;bottom:-15rem;transition:bottom .3s cubic-bezier(0,0,1,1) 0ms;margin:0;padding:24px 16px 0;border-top-left-radius:24px;border-top-right-radius:24px}.SwipePopup-MoreMenu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--popupZ);background:linear-gradient(179.46deg,#00000040 45.72%,#ff000440 125.24%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.SwipePopup-Header{display:flex;align-items:center;justify-content:space-between}.SwipePopup-Header span{font:var(--p1-medium);color:var(--white)}.SwipePopup-Close{background:transparent;border:none;width:30px;height:30px;cursor:pointer}.SwipePopup-Close svg{width:28px;height:28px}.SwipePopup-Cnt{width:100%}.SwipePopup_isOpen{bottom:0}@supports (-webkit-touch-callout: none){.SwipePopup_isOpen{bottom:-15px}}.PopoverMenuCanvas-Backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--popupZ)}.PopoverMenuCanvas-Content{position:fixed;top:0;left:0;background:var(--basalt);border-radius:12px;z-index:var(--popupZ);border:1px solid rgba(255,255,255,.2);padding:8px;width:max-content}.tablet .PopOverMenu .MoreMenuPopupCnt,.phone .PopOverMenu .MoreMenuPopupCnt{margin-bottom:24px}.tablet .PopOverMenu .MoreMenuPopupCnt .PopOverMenuItem:nth-last-child(1):nth-child(odd),.phone .PopOverMenu .MoreMenuPopupCnt .PopOverMenuItem:nth-last-child(1):nth-child(odd){width:100%}.desktop .ShareMenu .socialItem{padding:10px 8px;border-bottom:0;margin-bottom:0}.desktop .ShareMenu .socialItem .PopOverMenuItem-Title{display:none}.desktop .ShareMenu .socialItem svg{width:32px;height:32px}.desktop .ShareMenu .socialItem svg path{fill:#94939d}.desktop .ShareMenu .socialItem:hover{background:none}.desktop .ShareMenu .socialItem:hover svg path{fill:#bab9c0}.tablet .ShareMenu .MoreMenuPopupCnt .PopOverMenuList:last-child .PopOverMenuItem,.phone .ShareMenu .MoreMenuPopupCnt .PopOverMenuList:last-child .PopOverMenuItem{width:31.5%;flex-direction:column}.tablet .ShareMenu .MoreMenuPopupCnt .PopOverMenuList:last-child .PopOverMenuItem-Img,.phone .ShareMenu .MoreMenuPopupCnt .PopOverMenuList:last-child .PopOverMenuItem-Img{margin-right:0;margin-bottom:10px}.WidePopup{position:fixed;top:0;right:0;bottom:0;left:111px;background-color:var(--onyx);display:flex;justify-content:center;align-items:center;z-index:31}.phone .WidePopup,.tablet .WidePopup{top:0;left:0;z-index:var(--popupZ);height:calc(100% - 72px)}.phone.fullScreen .WidePopup,.tablet.fullScreen .WidePopup{height:100%}.WidePopup-Wrap{position:relative;background-color:var(--onyx);max-width:100%;min-height:100%;width:100%;overflow-y:auto}.WidePopup-Content{height:100vh;overflow:auto;padding-bottom:16px;padding-top:68px}.phone .WidePopup-Content,.tablet .WidePopup-Content{height:calc(100vh - 75px)}.phone.fullScreen .WidePopup-Content,.tablet.fullScreen .WidePopup-Content{height:100vh}.WidePopup-Close{position:absolute;top:32px;right:32px;background:transparent;border:none;width:30px;height:30px;cursor:pointer}.tablet .WidePopup-Close,.phone .WidePopup-Close{right:16px}.WidePopup-Close svg{max-width:100%}.WidePopup-Header{display:flex;align-items:center;justify-content:center;position:fixed;z-index:var(--topNavZ);width:100%;background-color:var(--onyx);height:var(--header-height);top:0;color:var(--white);margin:auto;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.2)}.desktop .WidePopup-Header{display:none}.WidePopup-Header .rg-button{position:absolute;left:16px}.WidePopup-Header h4{font:var(--title-h2)}.AddToNicheSuccessPopup .Popup{max-width:560px;padding:72px 32px 32px}.phone .AddToNicheSuccessPopup .Popup,.tablet .AddToNicheSuccessPopup .Popup{position:absolute;bottom:0;left:0;margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:inherit;height:inherit;padding:64px 20px 20px;max-width:100%}.AddToNicheSuccessPopup .Popup-Content{padding-bottom:0}.phone .AddToNicheSuccessPopup .Popup-Content,.tablet .AddToNicheSuccessPopup .Popup-Content{padding-top:0}.AddToNicheSuccessPopup-Content{display:flex;flex-direction:column;align-items:center;justify-content:center}.AddToNicheSuccessPopup-Content .SuccessIcon{width:120px;height:120px;position:absolute;top:-50px;left:50%;transform:translate(-50%)}.phone .AddToNicheSuccessPopup-Content .SuccessIcon,.tablet .AddToNicheSuccessPopup-Content .SuccessIcon{width:96px;height:96px;top:-40px}.AddToNicheSuccessPopup-Content .SuccessIcon svg{width:100%;height:100%}.AddToNicheSuccessPopup-Content h2{font:var(--title-h2)}.phone .AddToNicheSuccessPopup-Content h2,.tablet .AddToNicheSuccessPopup-Content h2{font:var(--title-h3)}.AddToNicheSuccessPopup-Content p{margin-top:12px;font:var(--p1-regular);color:var(--text-light-theme-secondary);text-align:center}.phone .AddToNicheSuccessPopup-Content p,.tablet .AddToNicheSuccessPopup-Content p{font:var(--p2-regular);margin-top:8px}.AddToNicheSuccessPopup-Content .Button{max-width:100%;width:100%;margin-top:32px}.phone .AddToNicheSuccessPopup-Content .Button,.tablet .AddToNicheSuccessPopup-Content .Button{margin-top:24px}.AddDescriptionPopup .Popup{max-width:560px;width:100%;padding:24px 0;max-height:inherit}.phone .AddDescriptionPopup .Popup,.tablet .AddDescriptionPopup .Popup{margin:0;padding:20px 0;max-width:100%;height:auto;position:absolute;bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.AddDescriptionPopup .Popup-Header{padding-left:24px;margin-right:0}.AddDescriptionPopup .Popup-Close{right:24px}.AddDescriptionPopup .Popup-Content{padding:24px 24px 100px;max-height:inherit}.phone .AddDescriptionPopup .Popup-Content,.tablet .AddDescriptionPopup .Popup-Content{padding:24px 24px 160px}.AddDescriptionPopup-Title{font-size:var(--h3-font-size);line-height:30px;font-weight:var(--medium-fw)}.AddDescriptionPopup-Text{font-size:var(--p2-font-size);line-height:21px;margin-top:8px;color:var(--text-light-theme-secondary)}.AddDescriptionPopup-Bottom{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:40px;justify-content:flex-end;width:100%;bottom:0;position:absolute;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3;flex-wrap:wrap}.phone .AddDescriptionPopup-Bottom,.tablet .AddDescriptionPopup-Bottom{border-radius:0;gap:16px}.AddDescriptionPopup-Bottom .Button{max-width:200px;width:100%}.phone .AddDescriptionPopup-Bottom .Button,.tablet .AddDescriptionPopup-Bottom .Button{max-width:100%}.AddToNicheConfirm .Popup{max-width:560px;width:100%;padding:24px 0;max-height:inherit}.phone .AddToNicheConfirm .Popup,.tablet .AddToNicheConfirm .Popup{margin:0;padding:20px 0;max-width:100%;height:auto;position:absolute;bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.AddToNicheConfirm .Popup-Top{padding-bottom:24px}.phone .AddToNicheConfirm .Popup-Top,.tablet .AddToNicheConfirm .Popup-Top{padding-bottom:20px}.AddToNicheConfirm .Popup-Close{right:24px}.AddToNicheConfirm .Popup-Header{padding-left:24px;margin-right:0}.phone .AddToNicheConfirm .Popup-Header,.tablet .AddToNicheConfirm .Popup-Header{justify-content:center;font-size:var(--p2-font-size)}.AddToNicheConfirm .Popup-Content{padding:0 24px 100px;max-height:inherit}.phone .AddToNicheConfirm .Popup-Content,.tablet .AddToNicheConfirm .Popup-Content{padding:24px 16px 100px}.AddToNicheConfirm-Title{font-size:var(--h3-font-size);line-height:30px;font-weight:var(--medium-fw)}.AddToNicheConfirm-Text{font-size:var(--p2-font-size);line-height:21px;margin-top:8px;color:var(--text-light-theme-secondary)}.AddToNicheConfirm-Bottom{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:40px;justify-content:flex-end;width:100%;bottom:0;position:absolute;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3}.phone .AddToNicheConfirm-Bottom,.tablet .AddToNicheConfirm-Bottom{border-radius:0;gap:16px}.AddToNicheConfirm-Bottom .Button{max-width:200px;width:100%}.phone .AddToNicheConfirm-Bottom .Button,.tablet .AddToNicheConfirm-Bottom .Button{max-width:100%}.CreateNichePopup-NicheSuccess{font:var(--p1-regular)}.CreateNichePopup-NicheSuccess p{margin-bottom:15px}.CreateNichePopup-NicheInfo{font:var(--p1-regular)}.CreateNichePopup-NicheInfo p,.CreateNichePopup-NicheInfo ul{padding-bottom:15px}.CreateNichePopup-NicheInfo ul li{list-style:disc;margin-left:20px}.CreateNichePopup .NicheForm{margin-top:-20px;margin-bottom:32px}.CreateNichePopup .NicheForm .BtnWrap{position:absolute;bottom:0;left:0;width:100%;padding:32px 16px;background:var(--graphite);border-top:1px solid rgba(255,255,255,.1);border-radius:24px;z-index:2}.CreateNichePopup .Popup-Header{display:flex;justify-content:center}.CreateNichePopup .Popup-Header h4{margin-right:0}.CaptchaPopup .Popup-Content{padding-bottom:32px}.CaptchaPopup .Popup-Content>div{margin-top:16px}.phone .CaptchaPopup .Popup,.tablet .CaptchaPopup .Popup{max-height:min-content}.phone .DeleteAccount .Popup,.tablet .DeleteAccount .Popup{max-height:inherit;height:auto}.DeleteAccount .Popup-Content{padding-bottom:124px}.DeleteAccount-Buttons{padding:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:24px;justify-content:flex-end;position:absolute;width:100%;bottom:0;left:0;background:var(--graphite);border-bottom-left-radius:24px;border-bottom-right-radius:24px;z-index:3}.DeleteAccount-Cancel{background:transparent;border:none;text-decoration:underline;color:var(--white);font-weight:600;font-size:18px;line-height:29px}
