@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);@use "sass:math";:root{--SYSTEM_White:#fff;--SYSTEM_Gray10:#dfe1e3;--SYSTEM_Gray20:#b0b3b8;--SYSTEM_Gray30:#909090;--SYSTEM_Gray40:#424345;--SYSTEM_Gray50:#242529;--SYSTEM_Gray60:#17181c;--SYSTEM_Gray70:#0f1013;--SYSTEM_Gray80:#090a0c;--SYSTEM_Black:#000;--SYSTEM_BlackAlt:#090a0c;--SYSTEM_Primary:#1a7efa;--SYSTEM_PrimaryAlt:#2a87f9;--SYSTEM_Gray:#424345;--SYSTEM_GrayAlt:#4e5052;--SYSTEM_Blue:#1a7efa;--SYSTEM_BlueAlt:#2a87f9;--SYSTEM_Orange:#f30;--SYSTEM_OrangeAlt:#ff4e00;--SYSTEM_Red:#e0203c;--SYSTEM_RedAlt:#ee3048;--SYSTEM_Green:#45bd62;--SYSTEM_GreenAlt:#4bd66c;--SYSTEM_Purple:#4e39d1;--SYSTEM_PurpleAlt:#5e48ed;--SYSTEM_Aqua:#2ecff5;--SYSTEM_AquaAlt:#54deff;--SYSTEM_Yellow:#fc0;--SYSTEM_YellowAlt:#ffde00;--SYSTEM_Pink:#cc0383;--SYSTEM_PinkAlt:#db088e;--SYSTEM_Gold:#d4b665;--SYSTEM_GoldAlt:#eacd80;--SYSTEM_Brighteon:#1b2e5a;--SYSTEM_BrighteonAlt:#213668;--SYSTEM_Transparent:transparent;--SYSTEM_TransparentDark:rgba(0,0,0,.75);--SYSTEM_TransparentLight:hsla(0,0%,100%,.85);--SYSTEM_TransparentHover:rgba(66,67,68,.7);--SYSTEM_Shadow:#000;--SYSTEM_TextPrimary:var(--SYSTEM_White);--SYSTEM_TextSecondary:var(--SYSTEM_Gray30);--SYSTEM_TextDisabled:var(--SYSTEM_Gray40);--SYSTEM_TextButton:var(--SYSTEM_White);--SYSTEM_Page:var(--SYSTEM_Gray80);--SYSTEM_Icon:var(--SYSTEM_White);--SYSTEM_ToolTip:var(--SYSTEM_Gray40);--SYSTEM_TextToolTip:var(--SYSTEM_Gray10);--SYSTEM_Track:var(--SYSTEM_Gray80);--SYSTEM_Thumb:var(--SYSTEM_Gray40);--SYSTEM_BodyTrack:var(--SYSTEM_Gray80);--SYSTEM_BodyThumb:var(--SYSTEM_Gray40);--SYSTEM_Input:var(--SYSTEM_Gray50);--SYSTEM_InputBorder:var(--SYSTEM_Gray40);--SYSTEM_InputSelected:var(--SYSTEM_Primary);--SYSTEM_Privacy:var(--SYSTEM_Gray60);--SYSTEM_PrivacyBorder:var(--SYSTEM_Gray50);--SYSTEM_Search:var(--SYSTEM_Gray50);--SYSTEM_SearchBorder:var(--SYSTEM_Gray50);--SYSTEM_Helper:var(--SYSTEM_Gray80);--SYSTEM_HelperBorder:var(--SYSTEM_Gray60);--SYSTEM_Menu:var(--SYSTEM_Gray60);--SYSTEM_MenuHover:var(--SYSTEM_Gray40);--SYSTEM_MenuBorder:var(--SYSTEM_Gray50);--SYSTEM_Dropdown:var(--SYSTEM_Gray60);--SYSTEM_DropdownHover:var(--SYSTEM_Gray40);--SYSTEM_DropdownBorder:var(--SYSTEM_Gray40);--SYSTEM_Modal:var(--SYSTEM_Gray60);--SYSTEM_ModalHover:var(--SYSTEM_Gray40);--SYSTEM_ModalBorder:var(--SYSTEM_Gray60);--SYSTEM_ModalSection:var(--SYSTEM_Gray70);--SYSTEM_PopUp:var(--SYSTEM_Gray60);--SYSTEM_PopUpHover:var(--SYSTEM_Gray40);--SYSTEM_PopUpBorder:var(--SYSTEM_Gray60);--SYSTEM_Notifications:var(--SYSTEM_Gray70);--SYSTEM_NotificationsHover:var(--SYSTEM_Gray50);--SYSTEM_NotificationsBorder:var(--SYSTEM_Gray50);--SYSTEM_Button:var(--SYSTEM_Primary);--SYSTEM_ButtonHover:var(--SYSTEM_PrimaryAlt);--SYSTEM_ButtonBorder:var(--SYSTEM_Gray40);--SYSTEM_Masthead:rgba(9,10,12,.85);--SYSTEM_MastheadHover:var(--SYSTEM_Gray40);--SYSTEM_MastheadBorder:var(--SYSTEM_Gray50);--SYSTEM_Footer:var(--SYSTEM_Gray80);--SYSTEM_FooterHover:var(--SYSTEM_Gray50);--SYSTEM_FooterBorder:var(--SYSTEM_Gray50);--SYSTEM_Duration:rgba(0,0,0,.85);--SYSTEM_StatBox:var(--SYSTEM_Gray50);--SYSTEM_Tag:var(--SYSTEM_Gray50);--SYSTEM_TagHover:var(--SYSTEM_Gray40);--SYSTEM_TagText:var(--SYSTEM_White);--SYSTEM_TagFollowing:var(--SYSTEM_White);--SYSTEM_TagFollowingHover:var(--SYSTEM_White);--SYSTEM_TagFollowingText:var(--SYSTEM_Black);--SYSTEM_TagLive:var(--SYSTEM_Red);--SYSTEM_TagLiveHover:var(--SYSTEM_RedAlt);--SYSTEM_TagLiveText:var(--SYSTEM_White);--SYSTEM_InputText:var(--SYSTEM_TextPrimary);--SYSTEM_InputPlaceholder:var(--SYSTEM_TextSecondary);--SYSTEM_UI:var(--SYSTEM_Primary);--SYSTEM_UIText:var(--SYSTEM_White);--SYSTEM_Section:var(--SYSTEM_Transparent);--SYSTEM_SectionBorder:var(--SYSTEM_Gray50);--LIGHT_White:#fff;--LIGHT_Gray10:#f7f7f9;--LIGHT_Gray20:#ececec;--LIGHT_Gray30:#dbdbdb;--LIGHT_Gray40:#828282;--LIGHT_Gray50:#666;--LIGHT_Gray60:#333;--LIGHT_Gray70:#171819;--LIGHT_Gray80:#121212;--LIGHT_Black:#000;--LIGHT_BlackAlt:#121212;--LIGHT_Primary:#287ced;--LIGHT_PrimaryAlt:#39f;--LIGHT_Gray:#b0b3b8;--LIGHT_GrayAlt:#babcbf;--LIGHT_Blue:#1a94fa;--LIGHT_BlueAlt:#41a5fc;--LIGHT_Orange:#f30;--LIGHT_OrangeAlt:#ff4e00;--LIGHT_Red:#e0203c;--LIGHT_RedAlt:#ee3048;--LIGHT_Green:#219150;--LIGHT_GreenAlt:#24af5f;--LIGHT_Purple:#4e39d1;--LIGHT_PurpleAlt:#5e48ed;--LIGHT_Aqua:#2ecff5;--LIGHT_AquaAlt:#54deff;--LIGHT_Yellow:#fc0;--LIGHT_YellowAlt:#ffde00;--LIGHT_Pink:#cc0383;--LIGHT_PinkAlt:#db088e;--LIGHT_Gold:#d4b665;--LIGHT_GoldAlt:#eacd80;--LIGHT_Brighteon:#1b2e5a;--LIGHT_BrighteonAlt:#213668;--LIGHT_Transparent:transparent;--LIGHT_TransparentDark:rgba(0,0,0,.85);--LIGHT_TransparentLight:hsla(0,0%,100%,.85);--LIGHT_TransparentHover:rgba(0,0,0,.08);--LIGHT_Shadow:rgba(0,0,0,.4);--LIGHT_TextPrimary:var(--LIGHT_Gray80);--LIGHT_TextSecondary:var(--LIGHT_Gray40);--LIGHT_TextDisabled:var(--LIGHT_Gray40);--LIGHT_TextButton:var(--LIGHT_White);--LIGHT_Page:var(--LIGHT_White);--LIGHT_Icon:var(--LIGHT_Gray70);--LIGHT_ToolTip:var(--LIGHT_Gray30);--LIGHT_TextToolTip:var(--LIGHT_Gray40);--LIGHT_Track:var(--LIGHT_Gray20);--LIGHT_Thumb:var(--LIGHT_Gray30);--LIGHT_BodyTrack:var(--LIGHT_Gray20);--LIGHT_BodyThumb:var(--LIGHT_Gray30);--LIGHT_Input:var(--LIGHT_Gray10);--LIGHT_InputBorder:var(--LIGHT_Gray30);--LIGHT_InputSelected:var(--LIGHT_Primary);--LIGHT_Privacy:var(--LIGHT_Gray60);--LIGHT_PrivacyBorder:var(--LIGHT_Gray50);--LIGHT_Search:var(--LIGHT_Gray10);--LIGHT_SearchBorder:var(--LIGHT_Gray30);--LIGHT_Helper:var(--LIGHT_White);--LIGHT_HelperBorder:var(--LIGHT_Gray20);--LIGHT_Menu:var(--LIGHT_White);--LIGHT_MenuHover:var(--LIGHT_Gray10);--LIGHT_MenuBorder:var(--LIGHT_Gray20);--LIGHT_Dropdown:var(--LIGHT_White);--LIGHT_DropdownHover:var(--LIGHT_Gray10);--LIGHT_DropdownBorder:var(--LIGHT_Gray10);--LIGHT_Modal:var(--LIGHT_White);--LIGHT_ModalHover:var(--LIGHT_Gray10);--LIGHT_ModalBorder:var(--LIGHT_Gray20);--LIGHT_ModalSection:var(--LIGHT_Gray20);--LIGHT_PopUp:var(--LIGHT_White);--LIGHT_PopUpHover:var(--LIGHT_Gray10);--LIGHT_PopUpBorder:var(--LIGHT_Gray20);--LIGHT_Notifications:var(--LIGHT_White);--LIGHT_NotificationsHover:var(--LIGHT_Gray10);--LIGHT_NotificationsBorder:var(--LIGHT_Gray20);--LIGHT_Button:var(--LIGHT_Primary);--LIGHT_ButtonHover:var(--LIGHT_PrimaryAlt);--LIGHT_ButtonBorder:var(--LIGHT_Gray20);--LIGHT_Masthead:hsla(0,0%,100%,.85);--LIGHT_MastheadHover:var(--LIGHT_Gray10);--LIGHT_MastheadBorder:var(--LIGHT_Gray20);--LIGHT_Footer:var(--LIGHT_White);--LIGHT_FooterHover:var(--LIGHT_Gray10);--LIGHT_FooterBorder:var(--LIGHT_Gray20);--LIGHT_Duration:rgba(0,0,0,.85);--LIGHT_StatBox:var(--LIGHT_Gray20);--LIGHT_Tag:var(--LIGHT_Gray20);--LIGHT_TagHover:var(--LIGHT_Gray30);--LIGHT_TagText:var(--LIGHT_Gray40);--LIGHT_TagFollowing:var(--LIGHT_Brighteon);--LIGHT_TagFollowingHover:var(--LIGHT_BrighteonAlt);--LIGHT_TagFollowingText:var(--LIGHT_White);--LIGHT_TagLive:var(--LIGHT_Red);--LIGHT_TagLiveHover:var(--LIGHT_RedAlt);--LIGHT_TagLiveText:var(--LIGHT_White);--LIGHT_InputText:var(--LIGHT_TextPrimary);--LIGHT_InputPlaceholder:var(--LIGHT_TextSecondary);--LIGHT_UI:var(--LIGHT_Primary);--LIGHT_UIText:var(--LIGHT_White);--LIGHT_Section:var(--LIGHT_Transparent);--LIGHT_SectionBorder:var(--LIGHT_Gray20);--DARK_White:#fff;--DARK_Gray10:#dfe1e3;--DARK_Gray20:#b0b3b8;--DARK_Gray30:#909090;--DARK_Gray40:#424345;--DARK_Gray50:#242529;--DARK_Gray60:#17181c;--DARK_Gray70:#0f1013;--DARK_Gray80:#090a0c;--DARK_Black:#000;--DARK_BlackAlt:#090a0c;--DARK_Primary:#1a7efa;--DARK_PrimaryAlt:#2a87f9;--DARK_Gray:#424345;--DARK_GrayAlt:#4e5052;--DARK_Blue:#1a7efa;--DARK_BlueAlt:#2a87f9;--DARK_Orange:#f30;--DARK_OrangeAlt:#ff4e00;--DARK_Red:#e0203c;--DARK_RedAlt:#ee3048;--DARK_Green:#45bd62;--DARK_GreenAlt:#4bd66c;--DARK_Purple:#4e39d1;--DARK_PurpleAlt:#5e48ed;--DARK_Aqua:#2ecff5;--DARK_AquaAlt:#54deff;--DARK_Yellow:#fc0;--DARK_YellowAlt:#ffde00;--DARK_Pink:#cc0383;--DARK_PinkAlt:#db088e;--DARK_Gold:#d4b665;--DARK_GoldAlt:#eacd80;--DARK_Brighteon:#1b2e5a;--DARK_BrighteonAlt:#213668;--DARK_Transparent:transparent;--DARK_TransparentDark:rgba(0,0,0,.75);--DARK_TransparentLight:hsla(0,0%,100%,.85);--DARK_TransparentHover:rgba(66,67,68,.7);--DARK_Shadow:#000;--DARK_TextPrimary:var(--DARK_White);--DARK_TextSecondary:var(--DARK_Gray30);--DARK_TextDisabled:var(--DARK_Gray40);--DARK_TextButton:var(--DARK_White);--DARK_Page:var(--DARK_Gray80);--DARK_Icon:var(--DARK_White);--DARK_ToolTip:var(--DARK_Gray40);--DARK_TextToolTip:var(--DARK_Gray10);--DARK_Track:var(--DARK_Gray80);--DARK_Thumb:var(--DARK_Gray40);--DARK_BodyTrack:var(--DARK_Gray80);--DARK_BodyThumb:var(--DARK_Gray40);--DARK_Input:var(--DARK_Gray50);--DARK_InputBorder:var(--DARK_Gray40);--DARK_InputSelected:var(--DARK_Primary);--DARK_Privacy:var(--DARK_Gray60);--DARK_PrivacyBorder:var(--DARK_Gray50);--DARK_Search:var(--DARK_Gray50);--DARK_SearchBorder:var(--DARK_Gray50);--DARK_Helper:var(--DARK_Gray80);--DARK_HelperBorder:var(--DARK_Gray60);--DARK_Menu:var(--DARK_Gray60);--DARK_MenuHover:var(--DARK_Gray40);--DARK_MenuBorder:var(--DARK_Gray50);--DARK_Dropdown:var(--DARK_Gray60);--DARK_DropdownHover:var(--DARK_Gray40);--DARK_DropdownBorder:var(--DARK_Gray40);--DARK_Modal:var(--DARK_Gray60);--DARK_ModalHover:var(--DARK_Gray40);--DARK_ModalBorder:var(--DARK_Gray60);--DARK_ModalSection:var(--DARK_Gray70);--DARK_PopUp:var(--DARK_Gray60);--DARK_PopUpHover:var(--DARK_Gray40);--DARK_PopUpBorder:var(--DARK_Gray60);--DARK_Notifications:var(--DARK_Gray70);--DARK_NotificationsHover:var(--DARK_Gray50);--DARK_NotificationsBorder:var(--DARK_Gray50);--DARK_Button:var(--DARK_Primary);--DARK_ButtonHover:var(--DARK_PrimaryAlt);--DARK_ButtonBorder:var(--DARK_Gray40);--DARK_Masthead:rgba(9,10,12,.85);--DARK_MastheadHover:var(--DARK_Gray40);--DARK_MastheadBorder:var(--DARK_Gray50);--DARK_Footer:var(--DARK_Gray80);--DARK_FooterHover:var(--DARK_Gray50);--DARK_FooterBorder:var(--DARK_Gray50);--DARK_Duration:rgba(0,0,0,.85);--DARK_StatBox:var(--DARK_Gray50);--DARK_Tag:var(--DARK_Gray50);--DARK_TagHover:var(--DARK_Gray40);--DARK_TagText:var(--DARK_White);--DARK_TagFollowing:var(--DARK_White);--DARK_TagFollowingHover:var(--DARK_White);--DARK_TagFollowingText:var(--DARK_Black);--DARK_TagLive:var(--DARK_Red);--DARK_TagLiveHover:var(--DARK_RedAlt);--DARK_TagLiveText:var(--DARK_White);--DARK_InputText:var(--DARK_TextPrimary);--DARK_InputPlaceholder:var(--DARK_TextSecondary);--DARK_UI:var(--DARK_Primary);--DARK_UIText:var(--DARK_White);--DARK_Section:var(--DARK_Transparent);--DARK_SectionBorder:var(--DARK_Gray50);--DIM_White:#fff;--DIM_Gray10:#dfe1e3;--DIM_Gray20:#b0b3b8;--DIM_Gray30:#3e5f7d;--DIM_Gray40:#233b51;--DIM_Gray50:#0f2b44;--DIM_Gray60:#0a2034;--DIM_Gray70:#061726;--DIM_Gray80:#04111c;--DIM_Black:#000;--DIM_BlackAlt:#030b16;--DIM_Primary:#204ecf;--DIM_PrimaryAlt:#2a5ae1;--DIM_Gray:#45586d;--DIM_GrayAlt:#4d6178;--DIM_Blue:#204ecf;--DIM_BlueAlt:#2a5ae1;--DIM_Orange:#f30;--DIM_OrangeAlt:#ff4e00;--DIM_Red:#e0203c;--DIM_RedAlt:#ee3048;--DIM_Green:#45bd62;--DIM_GreenAlt:#4bd66c;--DIM_Purple:#4e39d1;--DIM_PurpleAlt:#5e48ed;--DIM_Aqua:#2ecff5;--DIM_AquaAlt:#54deff;--DIM_Yellow:#fc0;--DIM_YellowAlt:#ffde00;--DIM_Pink:#cc0383;--DIM_PinkAlt:#db088e;--DIM_Gold:#d4b665;--DIM_GoldAlt:#eacd80;--DIM_Brighteon:#1b2e5a;--DIM_BrighteonAlt:#213668;--DIM_Transparent:transparent;--DIM_TransparentDark:rgba(0,0,0,.85);--DIM_TransparentLight:hsla(0,0%,100%,.85);--DIM_TransparentHover:rgba(30,60,90,.4);--DIM_Shadow:#000;--DIM_TextPrimary:var(--DIM_White);--DIM_TextSecondary:var(--DIM_Gray20);--DIM_TextDisabled:var(--DIM_Gray40);--DIM_TextButton:var(--DIM_White);--DIM_Page:var(--DIM_Gray70);--DIM_Icon:var(--DIM_White);--DIM_ToolTip:var(--DIM_Gray40);--DIM_TextToolTip:var(--DIM_Gray10);--DIM_Track:var(--DIM_Gray80);--DIM_Thumb:var(--DIM_Gray40);--DIM_BodyTrack:var(--DIM_Gray80);--DIM_BodyThumb:var(--DIM_Gray40);--DIM_Input:var(--DIM_Gray50);--DIM_InputBorder:var(--DIM_Gray40);--DIM_InputSelected:var(--DIM_Primary);--DIM_Privacy:var(--DIM_Gray60);--DIM_PrivacyBorder:var(--DIM_Gray50);--DIM_Search:var(--DIM_Gray60);--DIM_SearchBorder:var(--DIM_Gray50);--DIM_Helper:var(--DIM_Gray80);--DIM_HelperBorder:var(--DIM_Gray60);--DIM_Menu:var(--DIM_Gray70);--DIM_MenuHover:var(--DIM_Gray60);--DIM_MenuBorder:var(--DIM_Gray50);--DIM_Dropdown:var(--DIM_Gray60);--DIM_DropdownHover:var(--DIM_Gray50);--DIM_DropdownBorder:var(--DIM_Gray50);--DIM_Modal:var(--DIM_Gray60);--DIM_ModalHover:var(--DIM_Gray50);--DIM_ModalBorder:var(--DIM_Gray50);--DIM_ModalSection:var(--DIM_Gray80);--DIM_PopUp:var(--DIM_Gray60);--DIM_PopUpHover:var(--DIM_Gray50);--DIM_PopUpBorder:var(--DIM_Gray50);--DIM_Notifications:var(--DIM_Gray60);--DIM_NotificationsHover:var(--DIM_Gray50);--DIM_NotificationsBorder:var(--DIM_Gray50);--DIM_Button:var(--DIM_Primary);--DIM_ButtonHover:var(--DIM_PrimaryAlt);--DIM_ButtonBorder:var(--DIM_Gray40);--DIM_Masthead:rgba(6,23,38,.85);--DIM_MastheadHover:var(--DIM_Gray60);--DIM_MastheadBorder:var(--DIM_Gray50);--DIM_Footer:var(--DIM_Gray70);--DIM_FooterHover:var(--DIM_Gray60);--DIM_FooterBorder:var(--DIM_Gray50);--DIM_Duration:rgba(0,0,0,.85);--DIM_StatBox:var(--DIM_Gray50);--DIM_Tag:var(--DIM_Gray50);--DIM_TagHover:var(--DIM_Gray40);--DIM_TagText:var(--DIM_White);--DIM_TagFollowing:var(--DIM_White);--DIM_TagFollowingHover:var(--DIM_White);--DIM_TagFollowingText:var(--DIM_Black);--DIM_TagLive:var(--DIM_Red);--DIM_TagLiveHover:var(--DIM_RedAlt);--DIM_TagLiveText:var(--DIM_White);--DIM_InputText:var(--DIM_TextPrimary);--DIM_InputPlaceholder:var(--DIM_TextSecondary);--DIM_UI:var(--DIM_Primary);--DIM_UIText:var(--DIM_White);--DIM_Section:var(--DIM_Transparent);--DIM_SectionBorder:var(--DIM_Gray40);--NIGHT_White:#fff;--NIGHT_Gray10:#b0b3b8;--NIGHT_Gray20:#4e4b68;--NIGHT_Gray30:#312d4d;--NIGHT_Gray40:#26233e;--NIGHT_Gray50:#1b192e;--NIGHT_Gray60:#100e1f;--NIGHT_Gray70:#090813;--NIGHT_Gray80:#070a0d;--NIGHT_Black:#000;--NIGHT_BlackAlt:#070a0d;--NIGHT_Primary:#5e48ed;--NIGHT_PrimaryAlt:#7f6cfa;--NIGHT_Gray:#3b375d;--NIGHT_GrayAlt:#433f68;--NIGHT_Blue:#1994e8;--NIGHT_BlueAlt:#31a5f4;--NIGHT_Orange:#f30;--NIGHT_OrangeAlt:#ff4e00;--NIGHT_Red:#e0203c;--NIGHT_RedAlt:#ee3048;--NIGHT_Green:#45bd62;--NIGHT_GreenAlt:#4bd66c;--NIGHT_Purple:#4e39d1;--NIGHT_PurpleAlt:#5e48ed;--NIGHT_Aqua:#2ecff5;--NIGHT_AquaAlt:#54deff;--NIGHT_Yellow:#fc0;--NIGHT_YellowAlt:#ffde00;--NIGHT_Pink:#cc0383;--NIGHT_PinkAlt:#db088e;--NIGHT_Gold:#d4b665;--NIGHT_GoldAlt:#eacd80;--NIGHT_Brighteon:#1b2e5a;--NIGHT_BrighteonAlt:#213668;--NIGHT_Transparent:transparent;--NIGHT_TransparentDark:rgba(0,0,0,.85);--NIGHT_TransparentLight:hsla(0,0%,100%,.85);--NIGHT_TransparentHover:rgba(49,45,77,.7);--NIGHT_Shadow:#000;--NIGHT_TextPrimary:var(--NIGHT_White);--NIGHT_TextSecondary:var(--NIGHT_Gray10);--NIGHT_TextDisabled:var(--NIGHT_Gray40);--NIGHT_TextButton:var(--NIGHT_White);--NIGHT_Page:var(--NIGHT_Gray50);--NIGHT_Icon:var(--NIGHT_White);--NIGHT_ToolTip:var(--NIGHT_Gray40);--NIGHT_TextToolTip:var(--NIGHT_Gray10);--NIGHT_Track:var(--NIGHT_Gray80);--NIGHT_Thumb:var(--NIGHT_Gray30);--NIGHT_BodyTrack:var(--NIGHT_Gray80);--NIGHT_BodyThumb:var(--NIGHT_Gray30);--NIGHT_Input:var(--NIGHT_Gray30);--NIGHT_InputBorder:var(--NIGHT_Gray20);--NIGHT_InputSelected:var(--NIGHT_Primary);--NIGHT_Privacy:var(--NIGHT_Gray60);--NIGHT_PrivacyBorder:var(--NIGHT_Gray50);--NIGHT_Search:var(--NIGHT_Gray30);--NIGHT_SearchBorder:var(--NIGHT_Gray40);--NIGHT_Helper:var(--NIGHT_Gray80);--NIGHT_HelperBorder:var(--NIGHT_Gray60);--NIGHT_Menu:var(--NIGHT_Gray40);--NIGHT_MenuHover:var(--NIGHT_Gray30);--NIGHT_MenuBorder:var(--NIGHT_Gray30);--NIGHT_Dropdown:var(--NIGHT_Gray40);--NIGHT_DropdownHover:var(--NIGHT_Gray30);--NIGHT_DropdownBorder:var(--NIGHT_Gray30);--NIGHT_Modal:var(--NIGHT_Gray40);--NIGHT_ModalHover:var(--NIGHT_Gray30);--NIGHT_ModalBorder:var(--NIGHT_Gray30);--NIGHT_ModalSection:var(--NIGHT_Gray50);--NIGHT_PopUp:var(--NIGHT_Gray40);--NIGHT_PopUpHover:var(--NIGHT_Gray30);--NIGHT_PopUpBorder:var(--NIGHT_Gray30);--NIGHT_Notifications:var(--NIGHT_Gray40);--NIGHT_NotificationsHover:var(--NIGHT_Gray30);--NIGHT_NotificationsBorder:var(--NIGHT_Gray30);--NIGHT_Button:var(--NIGHT_Primary);--NIGHT_ButtonHover:var(--NIGHT_PrimaryAlt);--NIGHT_ButtonBorder:var(--NIGHT_Gray40);--NIGHT_Masthead:rgba(27,25,46,.85);--NIGHT_MastheadHover:var(--NIGHT_Gray40);--NIGHT_MastheadBorder:var(--NIGHT_Gray40);--NIGHT_Footer:var(--NIGHT_Gray50);--NIGHT_FooterHover:var(--NIGHT_Gray40);--NIGHT_FooterBorder:var(--NIGHT_Gray40);--NIGHT_Duration:rgba(0,0,0,.85);--NIGHT_StatBox:var(--NIGHT_Gray60);--NIGHT_Tag:var(--NIGHT_Gray40);--NIGHT_TagHover:var(--NIGHT_Gray30);--NIGHT_TagText:var(--NIGHT_White);--NIGHT_TagFollowing:var(--NIGHT_White);--NIGHT_TagFollowingHover:var(--NIGHT_White);--NIGHT_TagFollowingText:var(--NIGHT_Black);--NIGHT_TagLive:var(--NIGHT_Red);--NIGHT_TagLiveHover:var(--NIGHT_RedAlt);--NIGHT_TagLiveText:var(--NIGHT_White);--NIGHT_InputText:var(--NIGHT_TextPrimary);--NIGHT_InputPlaceholder:var(--NIGHT_TextSecondary);--NIGHT_UI:var(--NIGHT_Primary);--NIGHT_UIText:var(--NIGHT_White);--NIGHT_Section:var(--NIGHT_Transparent);--NIGHT_SectionBorder:var(--NIGHT_Gray40);--Promo:#4646fe;--PromoError:#fbfb62;--TextTableDashboard:#b0b3b8;--TextTableDashboardHover:#fff;--BalanceBackground:#e0203c;--BalanceImage:#1a7efa;--BalanceThumb:#fff;--BalanceBorder:var(--Gray20);--BalanceOutline:hsla(0,0%,100%,.25)}@media(prefers-color-scheme:dark){:root .theme__system{--White:#fff;--Gray10:#dfe1e3;--Gray20:#b0b3b8;--Gray30:#909090;--Gray40:#424345;--Gray50:#242529;--Gray60:#17181c;--Gray70:#0f1013;--Gray80:#090a0c;--Black:#000;--BlackAlt:#090a0c;--Primary:#1a7efa;--PrimaryAlt:#2a87f9;--Gray:#424345;--GrayAlt:#4e5052;--Blue:#1a7efa;--BlueAlt:#2a87f9;--Orange:#f30;--OrangeAlt:#ff4e00;--Red:#e0203c;--RedAlt:#ee3048;--Green:#45bd62;--GreenAlt:#4bd66c;--Purple:#4e39d1;--PurpleAlt:#5e48ed;--Aqua:#2ecff5;--AquaAlt:#54deff;--Yellow:#fc0;--YellowAlt:#ffde00;--Pink:#cc0383;--PinkAlt:#db088e;--Gold:#d4b665;--GoldAlt:#eacd80;--Brighteon:#1b2e5a;--BrighteonAlt:#213668;--Promo:#4646fe;--PromoError:#fbfb62;--Transparent:transparent;--TransparentDark:rgba(0,0,0,.75);--TransparentLight:hsla(0,0%,100%,.85);--TransparentHover:rgba(66,67,68,.7);--Shadow:#000;--TextPrimary:var(--White);--TextSecondary:var(--Gray30);--TextDisabled:var(--Gray40);--TextButton:var(--White);--Page:var(--Gray80);--Icon:var(--White);--ToolTip:var(--Gray40);--TextToolTip:var(--Gray10);--Track:var(--Gray80);--Thumb:var(--Gray40);--BodyTrack:var(--Gray80);--BodyThumb:var(--Gray40);--Input:var(--Gray50);--InputBorder:var(--Gray40);--InputSelected:var(--Primary);--Privacy:var(--Gray60);--PrivacyBorder:var(--Gray50);--Search:var(--Gray50);--SearchBorder:var(--Gray50);--Helper:var(--Gray80);--HelperBorder:var(--Gray60);--Menu:var(--Gray60);--MenuHover:var(--Gray40);--MenuBorder:var(--Gray50);--Dropdown:var(--Gray60);--DropdownHover:var(--Gray40);--DropdownBorder:var(--Gray40);--Modal:var(--Gray60);--ModalHover:var(--Gray40);--ModalBorder:var(--Gray60);--ModalSection:var(--Gray70);--ModalSectionHover:var(--Gray50);--PopUp:var(--Gray60);--PopUpHover:var(--Gray40);--PopUpBorder:var(--Gray60);--Notifications:var(--Gray70);--NotificationsHover:var(--Gray50);--NotificationsBorder:var(--Gray50);--Button:var(--Primary);--ButtonHover:var(--PrimaryAlt);--ButtonBorder:var(--Gray40);--Masthead:rgba(9,10,12,.85);--MastheadHover:var(--Gray40);--MastheadBorder:var(--Gray50);--Footer:var(--Gray80);--FooterHover:var(--Gray50);--FooterBorder:var(--Gray50);--Playlist:var(--Gray80);--PlaylistHover:var(--Gray60);--PlaylistBorder:var(--Gray50);--Chat:var(--Gray60);--ChatHover:var(--Gray50);--ChatBorder:var(--Gray50);--Duration:rgba(0,0,0,.85);--StatBox:var(--Gray50);--Tag:var(--Gray50);--TagHover:var(--Gray40);--TagText:var(--White);--TagFollowing:var(--White);--TagFollowingHover:var(--White);--TagFollowingText:var(--Black);--TagLive:var(--Red);--TagLiveHover:var(--RedAlt);--TagLiveText:var(--White);--InputText:var(--TextPrimary);--InputPlaceholder:var(--TextSecondary);--UI:var(--Primary);--UIText:var(--White);--Section:var(--Transparent);--SectionBorder:var(--Gray50);--Article:var(--Gray10);--ArticleHover:var(--White);--LiveShoppingBorder:var(--Transparent);--Newsletter:var(--Gray60);--NewsletterBorder:var(--Gray50);--PlaylistItemHover:var(--Gray50);--Premium:var(--Gray60);--PremiumBorder:var(--Gray50);--DashboardGroup:var(--Gray60);--DashboardPaused:var(--Red);--DashboardLive:var(--Green);--DashboardOffline:var(--Red);--DashboardWelcome:#22195c;--ArtworkBG:var(--Gray70);--TableText:var(--Gray20);--TableHead:var(--White);--TableBorder:var(--Gray50);--TableBackground:var(--Gray70);--TableHover:var(--Gray60);--Message:var(--Gray10);--TableDashboardBorder:var(--Gray50);--TableDashboardBackground:var(--Gray70);--TableDashboardHover:var(--Gray60);--BalanceBackground:#e0203c;--BalanceImage:#1a7efa}:root .theme__system .TagsNavLeft{background:linear-gradient(90deg,#090a0c 40%,rgba(9,10,12,0))!important}:root .theme__system .TagsNavRight{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c 60%)!important}:root .theme__system .CardsNavLeft .CardsBackground{background:linear-gradient(90deg,#090a0c 0,rgba(9,10,12,0))!important}:root .theme__system .CardsNavRight .CardsBackground{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c)!important}:root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge{background:linear-gradient(90deg,#090a0c 0,rgba(9,10,12,0))}:root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c)}:root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall{background:linear-gradient(90deg,#090a0c 40%,rgba(9,10,12,0))}:root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c 60%)}:root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy{border-color:var(--White)}:root .theme__system .FormInput input[type=datetime-local]{color-scheme:dark!important}}@media(prefers-color-scheme:light){:root .theme__system{--White:#fff;--Gray10:#f7f7f9;--Gray20:#ececec;--Gray30:#dbdbdb;--Gray40:#828282;--Gray50:#666;--Gray60:#333;--Gray70:#171819;--Gray80:#121212;--Black:#000;--BlackAlt:#121212;--Primary:#287ced;--PrimaryAlt:#39f;--Gray:#b0b3b8;--GrayAlt:#babcbf;--Blue:#1a94fa;--BlueAlt:#41a5fc;--Orange:#f30;--OrangeAlt:#ff4e00;--Red:#e0203c;--RedAlt:#ee3048;--Green:#219150;--GreenAlt:#24af5f;--Purple:#4e39d1;--PurpleAlt:#5e48ed;--Aqua:#2ecff5;--AquaAlt:#54deff;--Yellow:#fc0;--YellowAlt:#ffde00;--Pink:#cc0383;--PinkAlt:#db088e;--Gold:#d4b665;--GoldAlt:#eacd80;--Brighteon:#1b2e5a;--BrighteonAlt:#213668;--Transparent:transparent;--TransparentDark:rgba(0,0,0,.85);--TransparentLight:hsla(0,0%,100%,.85);--TransparentHover:rgba(0,0,0,.08);--Shadow:rgba(0,0,0,.4);--TextPrimary:var(--Gray80);--TextSecondary:var(--Gray40);--TextDisabled:var(--Gray40);--TextButton:var(--White);--Page:var(--White);--Icon:var(--Gray70);--ToolTip:var(--Gray30);--TextToolTip:var(--Gray40);--Track:var(--Gray20);--Thumb:var(--Gray30);--BodyTrack:var(--Gray20);--BodyThumb:var(--Gray30);--Input:var(--Gray10);--InputBorder:var(--Gray30);--InputSelected:var(--Primary);--Privacy:var(--Gray60);--PrivacyBorder:var(--Gray50);--Search:var(--Gray10);--SearchBorder:var(--Gray30);--Helper:var(--White);--HelperBorder:var(--Gray20);--Menu:var(--White);--MenuHover:var(--Gray10);--MenuBorder:var(--Gray20);--Dropdown:var(--White);--DropdownHover:var(--Gray10);--DropdownBorder:var(--Gray10);--Modal:var(--White);--ModalHover:var(--Gray10);--ModalBorder:var(--Gray20);--ModalSection:var(--Gray20);--ModalSectionHover:var(--Gray10);--PopUp:var(--White);--PopUpHover:var(--Gray10);--PopUpBorder:var(--Gray20);--Notifications:var(--White);--NotificationsHover:var(--Gray10);--NotificationsBorder:var(--Gray20);--Button:var(--Primary);--ButtonHover:var(--PrimaryAlt);--ButtonBorder:var(--Gray20);--Masthead:hsla(0,0%,100%,.85);--MastheadHover:var(--Gray10);--MastheadBorder:var(--Gray20);--Footer:var(--White);--FooterHover:var(--Gray10);--FooterBorder:var(--Gray20);--Playlist:var(--White);--PlaylistHover:var(--Gray10);--PlaylistBorder:var(--Gray20);--Chat:var(--White);--ChatHover:var(--Gray10);--ChatBorder:var(--Gray20);--Duration:rgba(0,0,0,.85);--StatBox:var(--Gray20);--Tag:var(--Gray20);--TagHover:var(--Gray30);--TagText:var(--Gray60);--TagFollowing:var(--Brighteon);--TagFollowingHover:var(--BrighteonAlt);--TagFollowingText:var(--White);--TagLive:var(--Red);--TagLiveHover:var(--RedAlt);--TagLiveText:var(--White);--InputText:var(--TextPrimary);--InputPlaceholder:var(--TextSecondary);--UI:var(--Primary);--UIText:var(--White);--Section:var(--Transparent);--SectionBorder:var(--Gray20);--Article:var(--Gray60);--ArticleHover:var(--Gray80);--LiveShoppingBorder:var(--Gray30);--Newsletter:var(--White);--NewsletterBorder:var(--Gray20);--PlaylistItemHover:var(--Gray20);--Premium:var(--Gray10);--PremiumBorder:var(--Gray20);--DashboardGroup:var(--White);--DashboardPaused:var(--Red);--DashboardLive:var(--Green);--DashboardOffline:var(--Red);--DashboardWelcome:#22195c;--ArtworkBG:var(--Gray20);--TableText:var(--Gray60);--TableHead:var(--Gray80);--TableBorder:var(--Gray20);--TableBackground:var(--Gray10);--Message:var(--Gray80);--TableDashboardBorder:var(--Gray20);--TableDashboardBackground:var(--Gray10);--TextDashboardTable:#333;--TextTableDashboardHover:#121212;--BalanceImage:#1a94fa;--BalanceBorder:var(--Gray40);--BalanceOutline:transparent}:root .theme__system .DashboardGroup{border:1px solid var(--Gray30)}:root .theme__system .DateInputField::-webkit-calendar-picker-indicator,:root .theme__system input[type=date]::-webkit-calendar-picker-indicator,:root .theme__system input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(0)!important}:root .theme__system .DateInputField::-moz-calendar-picker-indicator,:root .theme__system input[type=date]::-moz-calendar-picker-indicator,:root .theme__system input[type=datetime-local]::-moz-calendar-picker-indicator{filter:invert(1) brightness(0)!important}:root .theme__system .TagsNavLeft{background:linear-gradient(90deg,#fff 40%,hsla(0,0%,100%,0))}:root .theme__system .TagsNavRight{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 60%)}:root .theme__system .CardsNavLeft .CardsBackground{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}:root .theme__system .CardsNavRight .CardsBackground{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}:root .theme__system .AuthBody{background-color:var(--Gray10)}:root .theme__system .ButtonTransparent{background-color:var(--Transparent)!important;color:var(--Gray40)!important}:root .theme__system .ButtonTransparent:hover{color:var(--Gray40)!important}:root .theme__system .ButtonTransBorder{background-color:var(--Transparent)!important;border-color:var(--BorderAlt);color:var(--TextPrimary)!important}:root .theme__system .ButtonTransBorder:hover{background-color:var(--Border)!important;color:var(--TextButton)!important;color:var(--Gray40)!important}:root .theme__system .InputFieldDefault{border-color:#ececec!important;background-color:#fff!important;color:#121212!important}:root .theme__system .ScrollNavLeft .ScrollNavBackgroundLarge{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}:root .theme__system .ScrollNavRight .ScrollNavBackgroundLarge{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}:root .theme__system .ScrollNavLeft .ScrollNavBackgroundSmall{background:linear-gradient(90deg,#fff 40%,hsla(0,0%,100%,0))}:root .theme__system .ScrollNavRight .ScrollNavBackgroundSmall{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 60%)}:root .theme__system .PrivacyBox .PrivacyTable .ButtonPrivacy{color:var(--White)!important}}:root .theme__dark{--White:#fff;--Gray10:#dfe1e3;--Gray20:#b0b3b8;--Gray30:#909090;--Gray40:#424345;--Gray50:#242529;--Gray60:#17181c;--Gray70:#0f1013;--Gray80:#090a0c;--Black:#000;--BlackAlt:#090a0c;--Primary:#1a7efa;--PrimaryAlt:#2a87f9;--Gray:#424345;--GrayAlt:#4e5052;--Blue:#1a7efa;--BlueAlt:#2a87f9;--Orange:#f30;--OrangeAlt:#ff4e00;--Red:#e0203c;--RedAlt:#ee3048;--Green:#45bd62;--GreenAlt:#4bd66c;--Purple:#4e39d1;--PurpleAlt:#5e48ed;--Aqua:#2ecff5;--AquaAlt:#54deff;--Yellow:#fc0;--YellowAlt:#ffde00;--Pink:#cc0383;--PinkAlt:#db088e;--Gold:#d4b665;--GoldAlt:#eacd80;--Brighteon:#1b2e5a;--BrighteonAlt:#213668;--Promo:#4646fe;--PromoError:#fbfb62;--Transparent:transparent;--TransparentDark:rgba(0,0,0,.75);--TransparentLight:hsla(0,0%,100%,.85);--TransparentHover:rgba(66,67,68,.7);--Shadow:#000;--TextPrimary:var(--White);--TextSecondary:var(--Gray30);--TextDisabled:var(--Gray40);--TextButton:var(--White);--Page:var(--Gray80);--Icon:var(--White);--ToolTip:var(--Gray40);--TextToolTip:var(--Gray10);--Track:var(--Gray80);--Thumb:var(--Gray40);--BodyTrack:var(--Gray80);--BodyThumb:var(--Gray40);--Input:var(--Gray50);--InputBorder:var(--Gray40);--InputSelected:var(--Primary);--Privacy:var(--Gray60);--PrivacyBorder:var(--Gray50);--Search:var(--Gray50);--SearchBorder:var(--Gray50);--Helper:var(--Gray80);--HelperBorder:var(--Gray60);--Menu:var(--Gray60);--MenuHover:var(--Gray40);--MenuBorder:var(--Gray50);--Dropdown:var(--Gray60);--DropdownHover:var(--Gray40);--DropdownBorder:var(--Gray40);--Modal:var(--Gray60);--ModalHover:var(--Gray40);--ModalBorder:var(--Gray60);--ModalSection:var(--Gray70);--ModalSectionHover:var(--Gray50);--PopUp:var(--Gray60);--PopUpHover:var(--Gray40);--PopUpBorder:var(--Gray60);--Notifications:var(--Gray70);--NotificationsHover:var(--Gray50);--NotificationsBorder:var(--Gray50);--Button:var(--Primary);--ButtonHover:var(--PrimaryAlt);--ButtonBorder:var(--Gray40);--Masthead:rgba(9,10,12,.85);--MastheadHover:var(--Gray40);--MastheadBorder:var(--Gray50);--Footer:var(--Gray80);--FooterHover:var(--Gray50);--FooterBorder:var(--Gray50);--Playlist:var(--Gray80);--Chat:var(--Gray60);--ChatHover:var(--Gray50);--ChatBorder:var(--Gray50);--Duration:rgba(0,0,0,.85);--StatBox:var(--Gray50);--Tag:var(--Gray50);--TagHover:var(--Gray40);--TagText:var(--White);--TagFollowing:var(--White);--TagFollowingHover:var(--White);--TagFollowingText:var(--Black);--TagLive:var(--Red);--TagLiveHover:var(--RedAlt);--TagLiveText:var(--White);--InputText:var(--TextPrimary);--InputPlaceholder:var(--TextSecondary);--UI:var(--Primary);--UIText:var(--White);--Section:var(--Transparent);--SectionBorder:var(--Gray50);--Article:var(--Gray10);--ArticleHover:var(--White);--LiveShoppingBorder:var(--Transparent);--Newsletter:var(--Gray60);--NewsletterBorder:var(--Gray50);--PlaylistBorder:var(--Gray50);--PlaylistHover:var(--Gray60);--PlaylistItemHover:var(--Gray50);--Premium:var(--Gray60);--PremiumBorder:var(--Gray50);--DashboardGroup:var(--Gray60);--DashboardPaused:var(--Red);--DashboardLive:var(--Green);--DashboardOffline:var(--Red);--DashboardWelcome:#22195c;--ArtworkBG:var(--Gray70);--TableText:var(--Gray20);--TableHead:var(--White);--TableBorder:var(--Gray50);--TableBackground:var(--Gray70);--TableHover:var(--Gray60);--Message:var(--Gray10);--TableDashboardBorder:var(--Gray50);--TableDashboardBackground:var(--Gray70);--TableDashboardHover:var(--Gray60);--BalanceBackground:#e0203c;--BalanceImage:#1a7efa}.theme__dark .TagsNavLeft{background:linear-gradient(90deg,#090a0c 40%,rgba(9,10,12,0))!important}.theme__dark .TagsNavRight{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c 60%)!important}.theme__dark .CardsNavLeft .CardsBackground{background:linear-gradient(90deg,#090a0c 0,rgba(9,10,12,0))!important}.theme__dark .CardsNavRight .CardsBackground{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c)!important}.theme__dark .ScrollNavLeft .ScrollNavBackgroundLarge{background:linear-gradient(90deg,#090a0c 0,rgba(9,10,12,0))}.theme__dark .ScrollNavRight .ScrollNavBackgroundLarge{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c)}.theme__dark .ScrollNavLeft .ScrollNavBackgroundSmall{background:linear-gradient(90deg,#090a0c 40%,rgba(9,10,12,0))}.theme__dark .ScrollNavRight .ScrollNavBackgroundSmall{background:linear-gradient(90deg,rgba(9,10,12,0) 0,#090a0c 60%)}.theme__dark .PrivacyBox .PrivacyTable .ButtonPrivacy{border-color:var(--White)}.theme__dark .FormInput input[type=datetime-local]{color-scheme:dark!important}:root .theme__dim{--White:#fff;--Gray10:#dfe1e3;--Gray20:#b0b3b8;--Gray30:#3e5f7d;--Gray40:#233b51;--Gray50:#0f2b44;--Gray60:#0a2034;--Gray70:#061726;--Gray80:#04111c;--Black:#000;--BlackAlt:#030b16;--Primary:#204ecf;--PrimaryAlt:#2a5ae1;--Gray:#45586d;--GrayAlt:#4d6178;--Blue:#204ecf;--BlueAlt:#2a5ae1;--Orange:#f30;--OrangeAlt:#ff4e00;--Red:#e0203c;--RedAlt:#ee3048;--Green:#45bd62;--GreenAlt:#4bd66c;--Purple:#4e39d1;--PurpleAlt:#5e48ed;--Aqua:#2ecff5;--AquaAlt:#54deff;--Yellow:#fc0;--YellowAlt:#ffde00;--Pink:#cc0383;--PinkAlt:#db088e;--Gold:#d4b665;--GoldAlt:#eacd80;--Brighteon:#1b2e5a;--BrighteonAlt:#213668;--Transparent:transparent;--TransparentDark:rgba(0,0,0,.85);--TransparentLight:hsla(0,0%,100%,.85);--TransparentHover:rgba(30,60,90,.4);--Shadow:#000;--TextPrimary:var(--White);--TextSecondary:var(--Gray20);--TextDisabled:var(--Gray40);--TextButton:var(--White);--Page:var(--Gray70);--Icon:var(--White);--ToolTip:var(--Gray40);--TextToolTip:var(--Gray10);--Track:var(--Gray80);--Thumb:var(--Gray40);--BodyTrack:var(--Gray80);--BodyThumb:var(--Gray40);--Input:var(--Gray50);--InputBorder:var(--Gray40);--InputSelected:var(--Primary);--Privacy:var(--Gray60);--PrivacyBorder:var(--Gray50);--Search:var(--Gray60);--SearchBorder:var(--Gray50);--Helper:var(--Gray80);--HelperBorder:var(--Gray60);--Menu:var(--Gray70);--MenuHover:var(--Gray60);--MenuBorder:var(--Gray50);--Dropdown:var(--Gray60);--DropdownHover:var(--Gray50);--DropdownBorder:var(--Gray50);--Modal:var(--Gray60);--ModalHover:var(--Gray50);--ModalBorder:var(--Gray50);--ModalSection:var(--Gray80);--ModalSectionHover:var(--Gray70);--PopUp:var(--Gray60);--PopUpHover:var(--Gray50);--PopUpBorder:var(--Gray50);--Notifications:var(--Gray60);--NotificationsHover:var(--Gray50);--NotificationsBorder:var(--Gray50);--Button:var(--Primary);--ButtonHover:var(--PrimaryAlt);--ButtonBorder:var(--Gray40);--Masthead:rgba(6,23,38,.85);--MastheadHover:var(--Gray60);--MastheadBorder:var(--Gray50);--Footer:var(--Gray70);--FooterHover:var(--Gray60);--FooterBorder:var(--Gray50);--Playlist:var(--Gray70);--PlaylistHover:var(--Gray60);--PlaylistBorder:var(--Gray50);--Chat:var(--Gray60);--ChatHover:var(--Gray60);--ChatBorder:var(--Gray60);--Duration:rgba(0,0,0,.85);--StatBox:var(--Gray50);--Tag:var(--Gray50);--TagHover:var(--Gray40);--TagText:var(--White);--TagFollowing:var(--White);--TagFollowingHover:var(--White);--TagFollowingText:var(--Black);--TagLive:var(--Red);--TagLiveHover:var(--RedAlt);--TagLiveText:var(--White);--InputText:var(--TextPrimary);--InputPlaceholder:var(--TextSecondary);--UI:var(--Primary);--UIText:var(--White);--Section:var(--Transparent);--SectionBorder:var(--Gray40);--Article:var(--Gray10);--ArticleHover:var(--White);--LiveShoppingBorder:var(--Transparent);--Newsletter:var(--Gray60);--NewsletterBorder:var(--Gray40);--PlaylistItemHover:var(--Gray50);--Premium:var(--Gray60);--PremiumBorder:var(--Gray40);--DashboardGroup:var(--Gray60);--DashboardPaused:var(--Red);--DashboardLive:var(--Green);--DashboardOffline:var(--Red);--DashboardWelcome:#22195c;--ArtworkBG:var(--Gray70);--TableText:var(--Gray20);--TableHead:var(--White);--TableBorder:var(--Gray50);--TableBackground:var(--Gray70);--Message:var(--Gray10);--TableDashboardBorder:var(--Gray50);--TableDashboardBackground:var(--Gray70);--BalanceImage:#204ecf}.theme__dim .TagsNavLeft{background:linear-gradient(90deg,#061726 40%,rgba(6,23,38,0))}.theme__dim .TagsNavRight{background:linear-gradient(90deg,rgba(6,23,38,0) 0,#061726 60%)}.theme__dim .CardsNavLeft .CardsBackground{background:linear-gradient(90deg,#061726 0,rgba(6,23,38,0))}.theme__dim .CardsNavRight .CardsBackground{background:linear-gradient(90deg,rgba(6,23,38,0) 0,#061726)}.theme__dim input.ButtonSubmitDefault[type=submit]{background-color:#204ecf!important}.theme__dim .InputFieldDefault{border-color:#233b51!important;background-color:#0f2b44!important;color:#fff!important}.theme__dim .InputFieldDefault:focus{border-color:#204ecf!important;outline-color:#204ecf!important}.theme__dim .ScrollNavLeft .ScrollNavBackgroundLarge{background:linear-gradient(90deg,#061726 0,rgba(6,23,38,0))}.theme__dim .ScrollNavRight .ScrollNavBackgroundLarge{background:linear-gradient(90deg,rgba(6,23,38,0) 0,#061726)}.theme__dim .ScrollNavLeft .ScrollNavBackgroundSmall{background:linear-gradient(90deg,#061726 40%,rgba(6,23,38,0))}.theme__dim .ScrollNavRight .ScrollNavBackgroundSmall{background:linear-gradient(90deg,rgba(6,23,38,0) 0,#061726 60%)}.theme__dim .PrivacyBox .PrivacyTable .ButtonPrivacy{border-color:var(--White)}.theme__dim .FormInput input[type=datetime-local]{color-scheme:dark!important}:root .theme__light{--White:#fff;--Gray10:#f7f7f9;--Gray20:#ececec;--Gray30:#dbdbdb;--Gray40:#828282;--Gray50:#666;--Gray60:#333;--Gray70:#171819;--Gray80:#121212;--Black:#000;--BlackAlt:#121212;--Primary:#287ced;--PrimaryAlt:#39f;--Gray:#b0b3b8;--GrayAlt:#babcbf;--Blue:#1a94fa;--BlueAlt:#41a5fc;--Orange:#f30;--OrangeAlt:#ff4e00;--Red:#e0203c;--RedAlt:#ee3048;--Green:#219150;--GreenAlt:#24af5f;--Purple:#4e39d1;--PurpleAlt:#5e48ed;--Aqua:#2ecff5;--AquaAlt:#54deff;--Yellow:#fc0;--YellowAlt:#ffde00;--Pink:#cc0383;--PinkAlt:#db088e;--Gold:#d4b665;--GoldAlt:#eacd80;--Brighteon:#1b2e5a;--BrighteonAlt:#213668;--Transparent:transparent;--TransparentDark:rgba(0,0,0,.85);--TransparentLight:hsla(0,0%,100%,.85);--TransparentHover:rgba(0,0,0,.08);--Shadow:rgba(0,0,0,.4);--TextPrimary:var(--Gray80);--TextSecondary:var(--Gray40);--TextDisabled:var(--Gray40);--TextButton:var(--White);--Page:var(--White);--Icon:var(--Gray70);--ToolTip:var(--Gray30);--TextToolTip:var(--Gray40);--Track:var(--Gray20);--Thumb:var(--Gray30);--BodyTrack:var(--Gray20);--BodyThumb:var(--Gray30);--Input:var(--Gray10);--InputBorder:var(--Gray30);--InputSelected:var(--Primary);--Privacy:var(--Gray60);--PrivacyBorder:var(--Gray50);--Search:var(--Gray10);--SearchBorder:var(--Gray30);--Helper:var(--White);--HelperBorder:var(--Gray20);--Menu:var(--White);--MenuHover:var(--Gray10);--MenuBorder:var(--Gray20);--Dropdown:var(--White);--DropdownHover:var(--Gray10);--DropdownBorder:var(--Gray10);--Modal:var(--White);--ModalHover:var(--Gray10);--ModalBorder:var(--Gray20);--ModalSection:var(--Gray20);--ModalSectionHover:var(--Gray10);--PopUp:var(--White);--PopUpHover:var(--Gray10);--PopUpBorder:var(--Gray20);--Notifications:var(--White);--NotificationsHover:var(--Gray10);--NotificationsBorder:var(--Gray20);--Button:var(--Primary);--ButtonHover:var(--PrimaryAlt);--ButtonBorder:var(--Gray20);--Masthead:hsla(0,0%,100%,.85);--MastheadHover:var(--Gray10);--MastheadBorder:var(--Gray20);--Footer:var(--White);--FooterHover:var(--Gray10);--FooterBorder:var(--Gray20);--Playlist:var(--White);--PlaylistHover:var(--Gray10);--PlaylistBorder:var(--Gray20);--Chat:var(--White);--ChatHover:var(--Gray10);--ChatBorder:var(--Gray20);--Duration:rgba(0,0,0,.85);--StatBox:var(--Gray20);--Tag:var(--Gray20);--TagHover:var(--Gray30);--TagText:var(--Gray60);--TagFollowing:var(--Brighteon);--TagFollowingHover:var(--BrighteonAlt);--TagFollowingText:var(--White);--TagLive:var(--Red);--TagLiveHover:var(--RedAlt);--TagLiveText:var(--White);--InputText:var(--TextPrimary);--InputPlaceholder:var(--TextSecondary);--UI:var(--Primary);--UIText:var(--White);--Section:var(--Transparent);--SectionBorder:var(--Gray20);--Article:var(--Gray60);--ArticleHover:var(--Gray80);--LiveShoppingBorder:var(--Gray30);--Newsletter:var(--White);--NewsletterBorder:var(--Gray20);--PlaylistItemHover:var(--Gray20);--Premium:var(--Gray10);--PremiumBorder:var(--Gray20);--DashboardGroup:var(--White);--DashboardPaused:var(--Red);--DashboardLive:var(--Green);--DashboardOffline:var(--Red);--DashboardWelcome:#22195c;--ArtworkBG:var(--Gray20);--TableText:var(--Gray60);--TableHead:var(--Gray80);--TableBorder:var(--Gray20);--TableBackground:var(--Gray10);--Message:var(--Gray80);--TableDashboardBorder:var(--Gray20);--TableDashboardBackground:var(--Gray10);--TextTableDashboard:#333!important;--TextTableDashboardHover:#121212;--BalanceImage:#1a94fa;--BalanceBorder:var(--Gray40);--BalanceOutline:transparent}.theme__light .DashboardGroup{border:1px solid var(--Gray30)}.theme__light .DateInputField::-webkit-calendar-picker-indicator,.theme__light input[type=date]::-webkit-calendar-picker-indicator,.theme__light input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(0)!important}.theme__light .DateInputField::-moz-calendar-picker-indicator,.theme__light input[type=date]::-moz-calendar-picker-indicator,.theme__light input[type=datetime-local]::-moz-calendar-picker-indicator{filter:invert(1) brightness(0)!important}.theme__light .TagsNavLeft{background:linear-gradient(90deg,#fff 40%,hsla(0,0%,100%,0))}.theme__light .TagsNavRight{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 60%)}.theme__light .CardsNavLeft .CardsBackground{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.theme__light .CardsNavRight .CardsBackground{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}.theme__light .AuthBody{background-color:var(--Gray10)}.theme__light .ButtonTransparent{background-color:var(--Transparent)!important;color:var(--Gray40)!important}.theme__light .ButtonTransparent:hover{color:var(--Gray40)!important}.theme__light .ButtonTransBorder{background-color:var(--Transparent)!important;border-color:var(--BorderAlt);color:var(--TextPrimary)!important}.theme__light .ButtonTransBorder:hover{background-color:var(--Border)!important;color:var(--TextButton)!important;color:var(--Gray40)!important}.theme__light .InputFieldDefault{border-color:#ececec!important;background-color:#fff!important;color:#121212!important}.theme__light .ScrollNavLeft .ScrollNavBackgroundLarge{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.theme__light .ScrollNavRight .ScrollNavBackgroundLarge{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}.theme__light .ScrollNavLeft .ScrollNavBackgroundSmall{background:linear-gradient(90deg,#fff 40%,hsla(0,0%,100%,0))}.theme__light .ScrollNavRight .ScrollNavBackgroundSmall{background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 60%)}.theme__light .PrivacyBox .PrivacyTable .ButtonPrivacy{color:var(--White)!important;border-color:var(--White)!important}:root .theme__night{--White:#fff;--Gray10:#b0b3b8;--Gray20:#4e4b68;--Gray30:#312d4d;--Gray40:#26233e;--Gray50:#1b192e;--Gray60:#100e1f;--Gray70:#090813;--Gray80:#070a0d;--Black:#000;--BlackAlt:#070a0d;--Primary:#5e48ed;--PrimaryAlt:#7f6cfa;--Gray:#3b375d;--GrayAlt:#433f68;--Blue:#1994e8;--BlueAlt:#31a5f4;--Orange:#f30;--OrangeAlt:#ff4e00;--Red:#e0203c;--RedAlt:#ee3048;--Green:#45bd62;--GreenAlt:#4bd66c;--Purple:#4e39d1;--PurpleAlt:#5e48ed;--Aqua:#2ecff5;--AquaAlt:#54deff;--Yellow:#fc0;--YellowAlt:#ffde00;--Pink:#cc0383;--PinkAlt:#db088e;--Gold:#d4b665;--GoldAlt:#eacd80;--Brighteon:#1b2e5a;--BrighteonAlt:#213668;--Transparent:transparent;--TransparentDark:rgba(0,0,0,.85);--TransparentLight:hsla(0,0%,100%,.85);--TransparentHover:rgba(49,45,77,.7);--Shadow:#000;--TextPrimary:var(--White);--TextSecondary:var(--Gray10);--TextDisabled:var(--Gray40);--TextButton:var(--White);--Page:var(--Gray50);--Icon:var(--White);--ToolTip:var(--Gray40);--TextToolTip:var(--Gray10);--Track:var(--Gray80);--Thumb:var(--Gray30);--BodyTrack:var(--Gray80);--BodyThumb:var(--Gray30);--Input:var(--Gray30);--InputBorder:var(--Gray20);--InputSelected:var(--Primary);--Privacy:var(--Gray60);--PrivacyBorder:var(--Gray50);--Search:var(--Gray30);--SearchBorder:var(--Gray40);--Helper:var(--Gray80);--HelperBorder:var(--Gray60);--Menu:var(--Gray40);--MenuHover:var(--Gray30);--MenuBorder:var(--Gray30);--Dropdown:var(--Gray40);--DropdownHover:var(--Gray30);--DropdownBorder:var(--Gray30);--Modal:var(--Gray40);--ModalHover:var(--Gray30);--ModalBorder:var(--Gray30);--ModalSection:var(--Gray50);--ModalSectionHover:var(--Gray40);--PopUp:var(--Gray40);--PopUpHover:var(--Gray30);--PopUpBorder:var(--Gray30);--Notifications:var(--Gray40);--NotificationsHover:var(--Gray30);--NotificationsBorder:var(--Gray30);--Button:var(--Primary);--ButtonHover:var(--PrimaryAlt);--ButtonBorder:var(--Gray40);--Masthead:rgba(27,25,46,.85);--MastheadHover:var(--Gray40);--MastheadBorder:var(--Gray40);--Footer:var(--Gray50);--FooterHover:var(--Gray40);--FooterBorder:var(--Gray40);--Playlist:var(--Gray50);--PlaylistHover:var(--Gray40);--PlaylistBorder:var(--Gray40);--Chat:var(--Gray60);--ChatHover:var(--Gray40);--ChatBorder:var(--Gray40);--Duration:rgba(0,0,0,.85);--StatBox:var(--Gray60);--Tag:var(--Gray40);--TagHover:var(--Gray30);--TagText:var(--White);--TagFollowing:var(--White);--TagFollowingHover:var(--White);--TagFollowingText:var(--Black);--TagLive:var(--Red);--TagLiveHover:var(--RedAlt);--TagLiveText:var(--White);--InputText:var(--TextPrimary);--InputPlaceholder:var(--TextSecondary);--UI:var(--Primary);--UIText:var(--White);--Section:var(--Transparent);--SectionBorder:var(--Gray40);--Article:var(--Gray10);--ArticleHover:var(--White);--LiveShoppingBorder:var(--Transparent);--Newsletter:var(--Gray60);--NewsletterBorder:var(--Gray40);--PlaylistItemHover:var(--Gray30);--Premium:var(--Gray60);--PremiumBorder:var(--Gray40);--DashboardGroup:var(--Gray60);--DashboardPaused:var(--Red);--DashboardLive:var(--Green);--DashboardOffline:var(--Red);--DashboardWelcome:#22195c;--ArtworkBG:var(--Gray70);--TableText:var(--Gray10);--TableHead:var(--White);--TableBorder:var(--Gray20);--TableBackground:var(--Gray40);--Message:var(--Gray10);--TableDashboardBorder:var(--Gray20);--TableDashboardBackground:var(--Gray40);--BalanceImage:#1994e8}.theme__night .TagsNavLeft{background:linear-gradient(90deg,#1b192e 40%,rgba(27,25,46,0))}.theme__night .TagsNavRight{background:linear-gradient(90deg,rgba(27,25,46,0) 0,#1b192e 60%)}.theme__night .CardsNavLeft .CardsBackground{background:linear-gradient(90deg,#1b192e 0,rgba(27,25,46,0))}.theme__night .CardsNavRight .CardsBackground{background:linear-gradient(90deg,rgba(27,25,46,0) 0,#1b192e)}.theme__night input.ButtonSubmitDefault[type=submit]{background-color:#5e48ed!important}.theme__night .InputFieldDefault{border-color:#4e4b68!important;background-color:#312d4d!important;color:#fff!important}.theme__night .InputFieldDefault:focus{border-color:#5e48ed!important;outline-color:#5e48ed!important}.theme__night .ScrollNavLeft .ScrollNavBackgroundLarge{background:linear-gradient(90deg,#1b192e 0,rgba(27,25,46,0))}.theme__night .ScrollNavRight .ScrollNavBackgroundLarge{background:linear-gradient(90deg,rgba(27,25,46,0) 0,#1b192e)}.theme__night .ScrollNavLeft .ScrollNavBackgroundSmall{background:linear-gradient(90deg,#1b192e 40%,rgba(27,25,46,0))}.theme__night .ScrollNavRight .ScrollNavBackgroundSmall{background:linear-gradient(90deg,rgba(27,25,46,0) 0,#1b192e 60%)}.theme__night .PrivacyBox .PrivacyTable .ButtonPrivacy{border-color:var(--White)}.theme__night .FormInput input[type=datetime-local]{color-scheme:dark!important}.subscription-form .form-control{background:none;border:none}.subscription-form__has-error .subscription-form__error{display:block;color:#fbfb62;font-size:12px;font-weight:500;margin-top:5px}.subscription-form__use-submit .InlineFormTable{background-color:unset;outline:none;border:none}.subscription-form__use-submit .InlineFormTable .InlineFormInput{background-color:var(--Input);outline:solid 3px var(--Transparent);border:1px solid var(--InputBorder)}.subscription-form__use-submit .InlineFormTable .BottomBarButtons{margin-left:8px}@media(max-width:600px){.subscription-form__use-submit .InlineFormTable{display:flex;flex-direction:column;row-gap:8px;align-items:center}.subscription-form__use-submit .InlineFormTable .BottomBarButtons{margin-left:0;width:120px}.subscription-form__use-submit.subscription-form__has-error .InlineFormTable{row-gap:24px}}.footer{padding:60px 30px 30px;width:100%}.footer,.footer .footer__content{display:block;margin:0 auto}.footer .footer__content img{max-width:100%;max-height:100%;border:none}.footer .footer__content__newsletter_social{padding:30px 0}.footer .footer__content__newsletter_social .Content{max-width:600px;padding:30px 0;margin:0 auto}.footer .footer__content__newsletter_social .FooterSubhead{font-size:15px;font-weight:600;margin-bottom:15px}.footer .footer__content__newsletter_social .ButtonIcon{margin-right:8px;border-radius:50%;border:1px solid var(--FooterBorder)}.footer .footer__content__newsletter_social .FooterCol{text-align:center}.footer .footer__content__newsletter_social .FooterText{font-size:14px;margin-bottom:15px}.footer .footer__content__newsletter_social .FooterPrivacy{font-size:12px}.footer .footer__content__newsletter_social .FooterForm{margin:0 auto}.footer .footer__content__newsletter_social .InlineFormTable{margin-bottom:30px}.footer .footer__content__newsletter_social .InlineFormSubmit .ButtonIcon{border:0}.footer .footer__content__newsletter_social .InlineFormSubmit .ButtonIcon:hover .Icon svg{color:var(--Primary)}.footer .footer__content__footer_links{display:none;padding:20px 40px}.footer .footer__content__footer_links .Content{max-width:1000px;margin:0 auto;display:block}.footer .footer__content__footer_links .Content .FooterTable{display:table;width:100%}.footer .footer__content__footer_links .Content .FooterCol{display:table-cell;vertical-align:top;padding:0 20px}.footer .footer__content__footer_links .Content .FooterCol:first-child{width:33%}.footer .footer__content__footer_links .Content .FooterCol:nth-child(2){width:34%}.footer .footer__content__footer_links .Content .FooterCol:nth-child(3){width:33%}@media(min-width:600px)and (max-width:1024px){.footer .footer__content__footer_links{display:block}}@media(min-width:1024px){.footer .footer__content__footer_links{display:block}}.footer .footer__content__disclaimer{padding:20px 40px}.footer .footer__content__disclaimer .Content{max-width:600px;margin:0 auto;display:block}.footer .footer__content__disclaimer .FooterCol{text-align:center}.footer .footer__content__disclaimer .FooterCol a{text-decoration:underline}.footer .footer__content__disclaimer .Logo{max-width:200px;margin:0 auto}.footer .FooterCol{display:block;margin-bottom:15px;font-size:13px}.footer{color:var(--TextPrimary);background:var(--Page)}.footer .footer__content__newsletter_social .FooterSubhead{color:var(--extPrimary)}.footer .FooterCol{color:var(--TextSecondary)}.footer .FooterCol a{color:var(--TextPrimary);text-decoration:none}@media(min-width:768px){.footer .footer__content{display:table;width:100%;max-width:1360px}.footer .footer__content .footer__content--left{display:table-cell;vertical-align:top;width:400px}.footer .footer__content .footer__content--right{display:table-cell;vertical-align:top;width:auto}}.Footer{padding-top:20px;padding-bottom:20px}.Footer,.FooterCol,.FooterTable{display:block}.FooterCol{margin-bottom:15px;color:var(--TextSecondary);font-size:var(--FS13)}.FooterCol a{color:var(--TextPrimary);text-decoration:none}.FooterCol a:hover{color:var(--TextPrimary);text-decoration:underline}.FooterGroup{display:block}.FooterSubhead{font-size:var(--FS15);font-weight:var(--FW600)}.FooterLink{display:block;margin-bottom:10px;font-size:var(--FS13)}.FooterText{font-size:var(--FS14);margin-bottom:15px}.FooterForm{display:block}.FooterPrivacy{font-size:var(--FS12)}#NewsletterSocial .Content{max-width:600px;padding:30px 0}#NewsletterSocial .FooterSubhead{color:var(--TextPrimary)}#NewsletterSocial .ButtonIcon{margin-right:8px;border-radius:50%;border:1px solid var(--FooterBorder)}#NewsletterSocial .FooterCol{text-align:center}#NewsletterSocial .FooterForm{margin:0 auto}#NewsletterSocial .InlineFormTable{margin-bottom:30px}#NewsletterSocial .InlineFormSubmit .ButtonIcon{border:0}#NewsletterSocial .InlineFormSubmit .ButtonIcon:hover .Icon svg{color:var(--Primary)}.MenuStatic{display:none;margin:0;position:fixed;width:220px;height:100%;left:35px;top:0;z-index:1;background-color:var(--Transparent)}.MenuStaticBox{padding:10px 0;position:relative}.MenuStaticBox,.MenuStaticBox .Content{display:block;margin:0 auto;height:100%}.MenuStaticBox .Content{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.MenuStaticBox .Content::-webkit-scrollbar-thumb,.MenuStaticBox .Content::-webkit-scrollbar-track{background-color:var(--Transparent)}.MenuStatic:hover .Content::-webkit-scrollbar-track{background-color:var(--Track)}.MenuStatic:hover .Content::-webkit-scrollbar-thumb{background-color:var(--Thumb)}.MenuStatic *{-webkit-transition:all 0s ease;-moz-transition:all 0s ease;transition:all 0s ease}.MenuStaticBox .Nav .Auto .AutoText{font-size:var(--FS13)!important}@media(min-width:1000px){.MenuStatic{display:block;padding-top:86px}}.MenuRightOpen{right:0!important}.Nav .Auto{position:relative;border-radius:6px}.Link{cursor:pointer}.Auto{display:table;width:100%;border-radius:3px;text-decoration:none!important}.Auto:hover{text-decoration:none!important}.Nav .Auto .AutoLabel{padding:6px}.AutoLabel{display:table-cell;width:auto;vertical-align:middle}.Nav .Auto .AutoText{font-size:var(--FS13)}.AutoText{color:var(--TextPrimary)}.Nav .Link:hover{background-color:var(--MenuHover);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.Nav .LinkCurrent{background-color:var(--MenuHover)!important}.page{display:block;width:100%;position:absolute;top:0;left:0;z-index:1000;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.body-container{flex-grow:1}.body-container__centered{flex-grow:1;display:flex;justify-content:center;align-items:center}.container-fluid-custom{max-width:1360px!important;margin:0 auto!important;padding:20px!important}@media(min-width:600px)and (max-width:960px){.container-fluid-custom{padding:15px!important}}.btn__lg{margin:0;padding:12px 15px 13px;font-size:12px;font-weight:700;color:#fff!important;text-transform:uppercase;border-radius:3px;background-color:#ed1a3b;cursor:pointer;border:none;outline:none;-webkit-appearance:none}.mb-10{margin-bottom:10px}.small{font-size:12px;color:#666}.mt-20{margin-top:20px}.dashboard-status-notification{text-align:center;padding:5px;font-size:17px}.dashboard-status-notification a{color:#36c}.dashboard-status-notification a:hover{color:#36c}.dashboard-body-container{background-color:#fff}.schedule-settings-desc{margin-top:-20px;font-size:12px}.DashboardNav{display:table;width:100%}.DashboardNavLeft{width:auto}.DashboardNavLeft,.DashboardNavRight{display:table-cell;vertical-align:middle;padding:5px 0}.DashboardNavRight{text-align:right;width:60px}.DashboardNavTable{display:table;width:100%}.DashboardNavCol{display:table-cell;vertical-align:middle;color:var(--TextPrimary)}#DashboardNavBack{width:30px;padding-right:10px}#DashboardNavText{width:auto;font-size:var(--FS14);font-weight:var(--FW600);padding-right:10px}#DashboardNavMenu{width:30px;padding-right:0;text-align:right}#DashboardNavBack .ButtonIcon{padding:2px}#DashboardNavButton{width:150px;padding-right:0;text-align:right}@media(min-width:1000px){#DashboardNavMenu{display:none}#DashboardNavText{font-size:var(--FS16)}}.DashboardTable{display:block}.DashboardTable .ContentCol{vertical-align:middle}.DashboardCol{display:block}@media(min-width:1260px){.DashboardTable{display:block;margin:0 auto}.DashboardTable:after{content:"";display:table;clear:both}.DashboardCol{display:inline-block;float:left;width:100%}.DashboardColLeft{width:calc(100% - 360px);padding-right:15px}.DashboardColRight{width:360px;padding-left:15px}}@media(min-width:1480px){.DashboardColHomeLeft{width:calc(100% - 420px)}.DashboardColHomeRight{width:420px}}@media(max-width:1259.9px){.DashboardColRight{display:none}}.DashboardRelated * a{color:var(--Primary);text-decoration:none}.DashboardRelated * a:hover{color:var(--Primary);text-decoration:underline}.DashboardGroup{display:block;padding:15px;border-radius:5px;background-color:var(--DashboardGroup)}.DashboardGroup * a{color:var(--Primary);text-decoration:none}.DashboardGroup * a:hover{color:var(--Primary);text-decoration:underline}@media(min-width:640px){.DashboardGroup{display:block;padding:30px;border-radius:10px}}.DashboardHidden{display:none}.PausedGroup{background-color:var(--DashboardPaused)}.PausedGroup a{color:var(--White)!important;text-decoration:underline}.PausedGroup .Headline,.PausedGroup .Text,.PausedGroup .Text b{color:var(--White)}.WelcomeGroup{background-color:var(--DashboardWelcome)}.WelcomeGroup a{color:var(--White)!important;text-decoration:underline}.WelcomeGroup .Headline,.WelcomeGroup .Text,.WelcomeGroup .Text b{color:var(--White)}.ArtworkCol,.ArtworkTable{display:block}.ArtworkColLeft{margin-bottom:15px}.ArtworkPhoto{display:block;background-color:var(--ArtworkBG);border-radius:5px}.ArtworkPhoto img{max-width:90px;border-radius:50%;margin:0 auto;cursor:pointer}.ArtworkBanner{display:block;background-color:var(--ArtworkBG);border-radius:5px}.ArtworkBanner img{margin:0 auto;cursor:pointer;max-height:120px;max-width:200px}img.ButtonPhoto{max-width:200px;max-height:120px;margin:auto}@media(min-width:500px){.ArtworkTable{display:table;width:100%}.ArtworkCol{display:table-cell;vertical-align:top}.ArtworkColLeft{width:200px}.ArtworkColRight{width:auto;padding-left:15px}}.RecapTable{display:table;width:100%}.RecapCol{display:table-cell;vertical-align:top}.RecapColLeft{width:90px}.RecapColRight{width:auto;padding-left:15px}.RecapPhoto{display:block}.RecapPhoto img{max-width:90px;border-radius:50%;margin:0 auto}.InviteTable{display:table;width:100%}.InviteRow{display:table-row}.InviteCol{display:table-cell;padding:15px 10px;vertical-align:middle;color:var(--TableText);border-top:1px solid var(--TableBorder)}.InviteCol,.InviteCol span{font-size:var(--FS12)}.InviteColSelect{width:20px}.InviteColDate{width:80px}.InviteColEmail{width:auto}.InviteColEmail .Headline a{text-decoration:none!important}.InviteColName{width:auto}.InviteColName .Headline a{text-decoration:none!important}.InviteColReason{width:auto}.InviteColReason .Headline a{text-decoration:none!important}.InviteColArt,.InviteColAvatar{width:80px;text-align:center}.InviteColAvatar img{border-radius:50%;width:60px;height:60px}.InviteColTotal{width:80px}.InviteColStatus,.InviteColTotal{text-align:center}.InviteColURL{width:auto}.InviteColCount{text-align:center}.InviteColActions{min-width:130px;width:120px;text-align:right}.InviteRow .InviteCol:first-child{padding-left:10px}.InviteRow .InviteCol:last-child{padding-right:10px}.InviteTable .InviteRow:first-child .InviteCol{color:var(--TableHead)}.InviteTable .InviteRow:last-child .InviteCol{border-bottom:1px solid var(--TableBorder)}.InviteTable .InviteRow:nth-child(2n) .InviteCol{background-color:var(--TableBackground)}.InviteRow:not(:first-child):hover .InviteCol{background-color:var(--TableHover);color:var(--TableHead)}@media(min-width:640px){.InviteColActions .ButtonIcon{margin-left:5px}}@media(max-width:499.9px){.InviteCol{padding:8px 5px}.InviteCol,.InviteCol span{font-size:var(--FS10)}.InviteCol{display:none}.InviteColActions,.InviteColEmail,.InviteColName,.InviteColStatus{display:table-cell}}.ChannelPlaylistTable{display:table;width:100%;margin-bottom:2px}.ChannelPlaylistRow{display:table-row}.ChannelPlaylistCol{display:table-cell;padding:12px 0;vertical-align:top;background-color:var(--Playlist);border-bottom:1px solid var(--PlaylistBorder)}.ChannelPlaylistTable .ChannelPlaylistRow:first-child .ChannelPlaylistCol{border-top:1px solid var(--PlaylistBorder)}.ChannelPlaylistActions a{color:var(--Primary)!important}.ChannelPlaylistHandle{width:30px;vertical-align:middle;text-align:center;cursor:grab;border:0}.ChannelPlaylistPhoto{width:160px}.ChannelPlaylistPoster{width:50px}.ChannelPlaylistText{width:auto;padding-left:20px;padding-right:20px}.ChannelPlaylistChannel{width:180;padding-right:20px}.ChannelPlaylistButton{width:40px}.ChannelPlaylistPhoto img{border-radius:8px}.ChannelPlaylistPoster img{border-radius:4px}.ChannelPlaylistText .Headline a{text-decoration:none}.ChannelPlaylistText .Text a{color:var(--TextSecondary);text-decoration:none}.ChannelPlaylistText .Text a:hover{text-decoration:underline}.ChannelPlaylistTable .ChannelPlaylistRow:first-child .PlaylistCol{padding-top:0}.ChannelPlaylistTable .ChannelPlaylistRow:last-child .PlaylistCol{padding-bottom:0;border-bottom:0}.ChannelPlaylistSelect{display:table;width:100%}.ChannelPlaylistSelect .ChannelPlaylistCol{background-color:var(--PlaylistHover);padding-top:12px!important;border-top:1px solid var(--PlaylistBorder);cursor:grab}@media(max-width:639.9px){.ChannelPlaylistPhoto{width:100px}.ChannelCatalogList .ChannelPlaylistPhoto .Time{font-size:var(--FS9)!important;padding:3px}}@media(max-width:859.9px){.ChannelPlaylistHandle{display:none}}.ChannelPlaylistDisabled{opacity:.35}.TransTable{display:table;width:100%}.TransRow{display:table-row;text-decoration:none}.TransCol{display:table-cell;padding:15px 10px;vertical-align:middle;color:var(--TableText);border-top:1px solid var(--TableBorder)}.TransCol,.TransCol span{font-size:var(--FS12)}.TransCol *{text-decoration:none}.TransColSelect{width:20px}.TransColDate{width:100px}.TransColDetails,.TransColID,.TransColUser{width:auto}.TransColTotal{width:100px;text-align:right}.TransRow .TransCol:first-child{padding-left:10px}.TransRow .TransCol:last-child{padding-right:10px}.TransTable .TransRow:first-child .TransCol{color:var(--TableHead)}.TransTable .TransRow:last-child .TransCol{border-bottom:1px solid var(--TableBorder)}.TransTable .TransRow:nth-child(2n) .TransCol{background-color:var(--TableBackground)}.TransRow:not(:first-child):hover .TransCol{background-color:var(--TableHover);color:var(--TableHead)}@media(max-width:639.9px){.TransColDetails{display:none}}@media(max-width:859.9px){.TransColUser{display:none}}.TransUnread .TransCol,.TransUnread .TransCol span{font-weight:var(--FW700);color:var(--TableHead)}.TransUnread .TransCol b{color:var(--TableHead)}.ActionTable{display:table;width:100%}.ActionCol{display:table-cell;vertical-align:middle}.ActionColLeft{width:auto;padding-right:10px}.ActionColRight{width:100px}.StatsBlock{display:block}.StatsBlock:after{content:"";display:table;clear:both}.StatBlock{display:inline;float:left;margin:0 5px 5px 0;padding:10px 15px;border-radius:3px;background-color:var(--StatBox)}.Message{color:var(--Message)}.Message a{color:var(--Primary)}.SpecTable{display:table}.SpecRow{display:table-row}.SpecCol{display:table-cell;vertical-align:top;width:auto;color:var(--TableText);font-size:var(--FS12);border-top:1px solid var(--TableBorder)}.SpecRow .SpecCol:first-child{padding:10px 10px 10px 0}.SpecRow .SpecCol:last-child{padding:10px 0 10px 10px}.SpecTable .SpecRow:last-child .SpecCol{border-bottom:1px solid var(--TableBorder)}.UploadBox{display:block;padding:20px;border-radius:10px;background-color:var(--ModalSection);cursor:pointer}.UploadBox *{pointer-events:none!important}.UploadBox .Icon{margin:0 auto}.UploadBox .Icon,.UploadBox .Icon svg{width:100px;height:100px}.UploadOver{background-color:var(--ModalSectionHover);outline:dotted 1px var(--Primary)}@media(min-width:800px){.UploadBox{padding:40px 60px}}.UploadCol,.UploadTable{display:block}.UploadTable .UploadCol:first-child{margin-botton:30px}@media(min-width:1260px){.UploadTable{display:block;max-width:1600px;margin:0 auto}.UploadTable:after{content:"";display:table;clear:both}.UploadCol{display:inline-block;float:left}.UploadColLeft{width:calc(100% - 360px);padding-right:30px}.UploadColRight{width:360px}}#UploadBar{display:block;background-color:var(--Gray50);position:relative}#UploadBar,#UploadProgress{height:6px;border-radius:2px}#UploadProgress{display:none;width:0;position:absolute;left:0;top:0;z-index:10;background-color:var(--Primary);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}.UploadComplete{background-color:var(--Green)!important}.GrabBox{display:block;max-width:640px}.GrabBox:after{content:"";display:table;clear:both}.Grab{display:inline-block;width:50%;float:left;padding:5px 0;cursor:pointer}.Grab:hover img{outline:solid 4px var(--Primary)}.GrabBox .Grab:nth-child(odd){padding-right:5px}.GrabBox .Grab:nth-child(2n){padding-left:5px}.PreviewOptions *{cursor:pointer}.PreviewOptions a{text-decoration:none}.PreviewOptions span{display:inline-block;float:left;padding-right:15px;color:var(--TextPrimary)}.PreviewOptions span:last-child{padding-right:0}@media(max-width:639.9px){.DashboardContentButtons .ButtonAction,.DashboardContentButtons .ButtonNew{display:none!important}}.ContentCol,.ContentRow,.ContentTable{display:block}.ContentCol{color:var(--TableText);font-size:var(--FS12)}.ContentColTitle a{color:var(--TextPrimary);text-decoration:none}.Processing{color:var(--Aqua)}.UnderReview{color:var(--Yellow)}.Failed,.Rejected{color:var(--Red)}.VDE{display:inline-block;background-color:var(--Red);color:var(--White);padding:2px 3px;border-radius:2px;margin-top:10px;font-size:var(--FS10)!important;line-height:var(--FS10)!important}.FV{color:var(--TextSecondary)!important}.FVA b{color:var(--Green)!important}.AWS{background-color:var(--Red)}.AWS,.BMC{padding:2px 4px;color:var(--White);border-radius:3px}.BMC{background-color:var(--Blue)}@media(max-width:639.9px){.ContentRow{display:block;margin-bottom:15px}.ContentRowHeader,.ContentRowHeader .ContentCol{display:none}.ContentColArt,.ContentColDate,.ContentColTitle{margin-bottom:5px}.ContentColActions,.ContentColAvgDur,.ContentColComments,.ContentColConverter,.ContentColLikes,.ContentColSelect,.ContentColStatus,.ContentColViews,.ContentColVisibility{display:none}}@media(min-width:640px){.ContentTable{display:table;width:100%}.ContentRow{display:table-row}.ContentCol{display:table-cell;padding:15px 10px;vertical-align:middle;border-top:1px solid var(--TableBorder);text-align:center}.ContentCol span{font-size:var(--FS12)}.ContentColSelect{width:20px}.ContentColDate{width:auto;text-align:left}.ContentColArt{width:130px;min-width:130px;text-align:left}.ContentColTitle{width:auto;text-align:left}.ContentColAvgDur,.ContentColComments,.ContentColConverter,.ContentColLikes,.ContentColStatus,.ContentColViews,.ContentColVisibility{width:auto}.ContentColActions{width:80px;min-width:80px}.ContentColReason,.ContentColReportedBy{width:auto}.ContentColComment{width:auto;text-align:left}.ContentRow .ContentCol:first-child{padding-left:10px}.ContentRow .ContentCol:last-child{padding-right:10px}.ContentTable .ContentRow:first-child .ContentCol{color:var(--TableHead)}.ContentTable .ContentRow:last-child .ContentCol{border-bottom:1px solid var(--TableBorder)}.ContentColArt .Photo .Thumb .Time{font-size:var(--FS9)}.ContentColArt .Photo .Thumb .Premium{left:3px;top:3px}.ContentColArt .Photo .Thumb .Duration{right:3px;bottom:3px}.ContentList .ContentRow:nth-child(2n) .ContentCol{background-color:var(--TableBackground)}}@media(min-width:640px)and (max-width:899.9px){.ContentColAvgDur,.ContentColComments,.ContentColLikes,.ContentColStatus,.ContentColVisibility{display:none}}@media(min-width:900px)and (max-width:1099.9px){.ContentColAvgDur,.ContentColComments,.ContentColLikes,.ContentColStatus,.ContentColVisibility{display:none}}@media(min-width:1100px)and (max-width:1159.9px){.ContentColAvgDur,.ContentColComments,.ContentColLikes{display:none}}@media(min-width:1160px)and (max-width:1239.9px){.ContentColAvgDur,.ContentColComments{display:none}}@media(min-width:1240px){.ContentColArt{width:200px;min-width:200px;text-align:left}}.ContentRowDisabled .ContentColArt{opacity:.5}.QuickStatsTable{display:table;width:100%}.QuickStatsRow{display:table-row}.QuickStatsCol{display:table-cell;width:auto;vertical-align:middle;padding:5px 0;border-bottom:1px solid var(--TableBorder)}.QuickStatsRow .QuickStatsCol:first-child{padding-right:5px}.QuickStatsRow .QuickStatsCol:last-child{padding-left:5px;text-align:right}.SocialPreview{display:block;max-width:640px;padding:10px;border:1px solid var(--TableBorder);border-radius:5px;background-color:var(--TableBorder)}.MessageTable{display:table;width:100%}.MessageRow{display:table-row}.MessageCol{display:table-cell;vertical-align:middle;font-size:var(--FS12);padding:5px 0;border-bottom:1px solid var(--TableBorder)}.MessageColDate{width:80px}.MessageColEmail{padding-left:5px}.MessageColEmail,.MessageColSubject{width:auto;padding-right:5px}.MessageColStatus{width:100px;text-align:right}.MessageColView{width:60px;text-align:right}.MessageRow{text-decoration:none!important}.MessageRow:hover{text-decoration:none!important}.MessageRow *{text-decoration:none!important}.ProductCol,.ProductTable{display:block}.ProductCol:first-child{margin-bottom:15px}.ProductList{display:block;height:280px;padding:10px;overflow-x:hidden;overflow-y:auto;border-radius:3px;background-color:var(--Input)}@media(min-width:1100px){.ProductTable{display:table;width:100%}.ProductCol{display:table-cell;width:50%;vertical-align:top}.ProductCol:first-child{padding-right:10px}.ProductCol:last-child{padding-left:10px}}.StoreTable{display:table;width:100%}.StoreRow{display:table-row}.StoreCol{display:table-cell;vertical-align:middle;border-bottom:1px solid var(--InputBorder)}.StoreColPhoto{width:36px;padding:8px 0}.StoreColText{width:auto;padding:8px}.StoreColButton{width:30px;padding:8px 0;text-align:right}.StoreColAction{width:90px;padding:8px 0;text-align:right}.StoreColPhoto img{border-radius:3px}.StoreColAction .Button{width:100%}.PageNav{display:block}.PageNavTable{display:table;margin:0 auto}.PageNavCol{display:table-cell;width:auto;vertical-align:middle}.PageText{padding:0 10px}.Next,.Previous{width:80px}.PageNavCol *{text-decoration:none!important}.PageNavCol .Button{display:block;width:100%}.PageNumber{padding:0 3px}.PageNumber b{font-weight:var(--FW700)}.FeaturedLSTable{display:table;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;opacity:0;background-color:var(--TransparentLight)}.FeaturedLSTable:hover{opacity:1}.FeaturedLSCol{display:table-cell;vertical-align:middle;text-align:center}.PromoInputTable{display:table;width:100%}.PromoInputRow{display:table-row}.PromoInputCol{display:table-cell;width:auto;vertical-align:middle}.PromoInputCount{width:60px;padding-left:10px}.ReviewModal{display:none;width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000}.ReviewModal.ModalOpen{display:block;z-index:999999}.ReviewModalTable{display:table;width:100%;height:100%}.ReviewModalCol{display:table-cell;width:auto;vertical-align:middle}.ReviewModalBox{display:block;width:100%;height:100%;background-color:var(--Modal);position:relative;margin:0 auto}.ReviewModalBox .Close{position:fixed;right:10px;top:10px;z-index:2010}@media(min-width:900px){.ReviewModalBox{max-width:1000px}.ReviewModalCol{padding:70px 30px}.ReviewModalBox .Close{position:absolute}.ReviewBarBottom,.ReviewBarTop{padding:15px 40px}.ReviewBox{width:calc(100% - 60px);left:40px}}.ReviewCol,.ReviewTable{display:block}.ReviewCol{padding:0 20px}.ReviewTable .ReviewCol:first-child{margin-bottom:30px}@media(min-width:900px){.ReviewTable{display:table;width:100%}.ReviewCol{display:table-cell;vertical-align:top;padding:0}.ReviewTable .ReviewCol:first-child{width:50%;padding-right:20px;border-right:1px solid var(--NotificationsBorder)}.ReviewTable .ReviewCol:last-child{width:auto;padding-left:20px;padding-right:20px}}@media(min-height:640px){.ReviewSticky{position:-webkit-sticky;position:sticky;top:0;z-index:10}}.ButtonPromoEdit{cursor:pointer}.CatArtTable{display:table;width:100%}.CatArtCol{display:table-cell;vertical-align:top}.CatArtColLeft{width:70px}.CatArtColRight{width:auto;padding-left:15px}@media(min-width:640px){.CatArtColLeft{width:120px}.ContentColMore{width:80px;text-align:center}.ContentColMore span{color:var(--Primary);cursor:pointer}}#ShowFeatureTopSettingsGroup{padding:12px;width:210px}.BrighteonConverter{background-color:var(--Blue)}.AwsConverter,.BrighteonConverter{padding:2px 4px;color:var(--White);border-radius:3px}.AwsConverter{background-color:var(--Red)}.Headline a{color:var(--TextPrimary)}.ContentNotFound{text-align:center;padding:15px 10px;vertical-align:middle;color:var(--TableText);font-size:var(--FS12)}.ReviewBarTop{top:0;border-bottom:1px solid var(--NotificationsBorder)}.ReviewBarBottom,.ReviewBarTop{display:block;width:100%;padding:15px 20px;position:absolute;left:0;z-index:1020;background-color:var(--Modal)}.ReviewBarBottom{bottom:0;border-top:1px solid var(--NotificationsBorder)}.ReviewBox{height:calc(100% - 150px);top:70px}.ReviewBox,.ReviewBoxSearch{display:block;width:100%;overflow-y:auto;overflow-x:hidden;position:absolute;z-index:1009;left:0}.ReviewBoxSearch{height:calc(100% - 210px);top:120px}.ReviewBoxSearch .ContentCol{text-align:left}@media(min-width:900px){.ReviewBarBottom,.ReviewBarTop{padding:15px 40px}.ReviewBox,.ReviewBoxSearch{width:calc(100% - 60px);left:40px}}.DashboardTabsTable{display:table}.DashboardTabsCol{display:table-cell;vertical-align:middle;padding-right:15px;font-size:var(--FS13);cursor:pointer}.DashboardTabsCol a{display:inline-block;padding-bottom:5px;color:var(--TextSecondary);text-decoration:none!important;font-weight:500}.DashboardTabsCol a:hover{color:var(--TextSecondary)}.DashboardTabActive a{color:var(--TextPrimary);border-bottom:2px solid var(--TextPrimary)}.DashboardTabActive a:hover{color:var(--TextPrimary)}.DashboardTabsTable .DashboardTabsCol:last-child{padding-right:0}.DashboardTabsCol span{display:inline-block;padding-bottom:5px;color:var(--TextSecondary);font-weight:500;pointer-events:none}.DashboardTabsCol span:hover{color:var(--TextSecondary)}.DashboardTabActive span{color:var(--TextPrimary);border-bottom:2px solid var(--TextPrimary)}.DashboardTabActive span:hover{color:var(--TextPrimary)}.InviteColMore{width:80px;text-align:center}.InviteColMore span{color:var(--Primary);cursor:pointer}.absolute-white-back .ModalPanel{border:0!important;background-color:#fff!important}.absolute-white-back .ModalPanel .ButtonIcon .Icon svg,.absolute-white-back .ModalPanel .Headline{color:#000}.hamburger-menu-content{position:fixed;top:0;padding:15px 8px 15px 15px;height:100%;width:320px;z-index:999998;left:-500px;transition:all .3s ease}.hamburger-menu-content .ButtonIcon.Close{opacity:0;position:absolute;z-index:999999;right:-40px;top:10px}.hamburger-menu-content.show{left:0}.hamburger-menu-content.show .ButtonIcon.Close{opacity:1}.hamburger-menu-content a{color:#fff}.hamburger-menu-content .AutoText{font-size:14px}.hamburger-menu-content__group .group-title{text-transform:uppercase}.hamburger-menu-content__group .item .AutoText{font-size:13px;max-width:77px;word-break:break-word}.hamburger-menu-content__group .item .item-link{min-height:36px;text-transform:capitalize;color:#fff;display:flex;align-items:center;column-gap:8px;padding:4px 0 4px 16px}.hamburger-menu-content__group .item .item-link .text{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hamburger-menu-content__group .item .item-link .item-img{height:24px;width:24px}.hamburger-menu-content__group .item .item-link .item-img.channel-thumbnail{border-radius:50%}.hamburger-menu-content__group .item.active .Link{background-color:var(--MenuHover)!important}.hamburger-menu-content #GroupMenuCopyright p{font-size:11px}