This is a long HTML code snippet that appears to be a webpage's JavaScript and CSS code. I'll try to provide a summary of the code instead of copying it all.
**Section 1: Header and Navigation**
The code starts with a `<header>` section, which includes navigation links, a logo, and a title. The navigation links are wrapped in an unordered list (`<ul>`) with a class of `playlist-drawer__nav`.
**Section 2: Video Playlist**
The main content of the webpage is a video playlist. Each video is represented by a `<div>` element with a class of `playlist-drawer__video`. The videos have unique IDs and titles.
**Section 3: Next/Previous Buttons**
There are two buttons at the bottom of the page: a "Next" button and a "Back" button. These buttons are wrapped in an unordered list (`<ul>`) with a class of `playlist-drawer__CTA`.
**Section 4: Live Button**
The code includes a live button, which is a `<span>` element with a class of `styles_img__gUAMI styles_live-img__EPBAb`. This button contains SVG icons and has an ID of `live`.
**Section 5: Styles and Scripts**
The code also includes CSS styles and JavaScript scripts to enhance the webpage's functionality. These are wrapped in `<style>` tags and `<script>` tags, respectively.
Please let me know if you'd like me to elaborate on any specific section or provide more context about the code.
**Section 1: Header and Navigation**
The code starts with a `<header>` section, which includes navigation links, a logo, and a title. The navigation links are wrapped in an unordered list (`<ul>`) with a class of `playlist-drawer__nav`.
**Section 2: Video Playlist**
The main content of the webpage is a video playlist. Each video is represented by a `<div>` element with a class of `playlist-drawer__video`. The videos have unique IDs and titles.
**Section 3: Next/Previous Buttons**
There are two buttons at the bottom of the page: a "Next" button and a "Back" button. These buttons are wrapped in an unordered list (`<ul>`) with a class of `playlist-drawer__CTA`.
**Section 4: Live Button**
The code includes a live button, which is a `<span>` element with a class of `styles_img__gUAMI styles_live-img__EPBAb`. This button contains SVG icons and has an ID of `live`.
**Section 5: Styles and Scripts**
The code also includes CSS styles and JavaScript scripts to enhance the webpage's functionality. These are wrapped in `<style>` tags and `<script>` tags, respectively.
Please let me know if you'd like me to elaborate on any specific section or provide more context about the code.