All language subtitles for [English] I Built Full Stack Application with Laravel, Vue 3 and Tailwindcss [DownSub.com]

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,240 --> 00:00:02,320 hello everyone my name is zura and i'm the co-colleague on this channel i do coding tutorials and challenges as well as some tips tricks and advices if that sounds interesting to you consider subscribing i have been working on this project for a very long time and i'm so excited that i want to show you demo immediately [Music] let's open the domain your surveys.xyz it's going to redirect you to the login page let's click register for free and fill up this form as soon as you fill up the form click the sign up button you will be registered and redirected to the dashboard page dashboard is an overview and gives you information about latest survey total surveys total answers and latest answers let's go on the surveys page so far we don't have any service so let's create a new one we can choose image on a survey or leave it empty it's optional we need to specify title and description we can set the expired date whatever we want in the future and we can mark the survey active or leave it draft next we need to add questions let me add a couple of questions we have five types of questions text select radio checkbox and text area select radio and checkbox type questions need additional options you can add as many options as you want here i have added seven questions and let's have a look at all of them some of them is checkbox some of them is radio i have also text field and text area questions now let's submit the form as soon as you submit the form you get the notification that the survey was successfully created we can have a look that the questions do exist right there so all seven questions checkboxes radios with their all options we defined is right there okay let's click this view public link that's going to open the survey from which we can take and complete that that's a public url meaning that you don't need to be authorized to complete that survey let's go in the survey listing and right here we see one survey we have this open button right here as well and the delete survey button let's go on the dashboard and now we see that the latest survey is there total surveys we don't have any answers so far now let me actually take that survey complete that to make an answer i'm going to choose some options right here specify some text in text area and text field as well and hit the submit button as soon as we submit the survey we get this nice notification we can submit another survey if we want now let's go back and reload the page and now we see we have total answers one on the right side we also see the latest answer let's actually go to the service page right now we only have one survey down below we see the pagination but it's not going to work because we have only one i'm going to actually import many surveys and have a look how they look like and we're going to have a look at the pagination as well here i imported database with 12 surveys and answers as well and this is how it looks let's go on the surveys page we see all the surveys with their images it looks nice we have pagination implemented let's go on the second page right here we have only two records this looks awesome and i forgot to mention but everything absolutely everything is responsive and mobile and tablet friendly if we expand this now this is the tablet view we always see those cards divided like this spread like this if we even resize on the dashboard size this is how our our cards look like okay this works up to very small screen size let's go on the surveys page this is slightly buggy so we're gonna fix that but look at this so 30 pixel okay and that's going to work perfectly here we have all those cars if we expand it in tablet view we see two cards next to each other if we go inside the card all the questions also are let's click on that all the questions also are responsive i think we need to work slightly on the header in terms of responsiveness whenever you click that view public link if the survey is not active or its expired date has already been passed then you're going to see not found so right now the server is not active and we see not found this page is ugly i know but the idea is that you should not be able to see the survey if it's not active okay as soon as i activate that survey and save this now let's close this and go up and view public link and now we see that survey or even if i change that expired date into past i actually technically cannot change this in the past but if the expiry date passes then also we're gonna see not found right here i hope you like the demo we're gonna build everything from scratch we're gonna build laravel rest api with authentication then frontend with the talon css and vue.js and connect them together so the project the process is not split into back end or front end the process is basically combined sometimes i make some changes in the backend then on the front end so this is a building a full stack application and finally we're gonna deploy this on a production ready environment as a choice of hosting provider we're gonna use hostinger which is also sponsor of this video we're going to talk about hostinger a little bit later i'm going to also show you how you can sign up and how you can go through the whole process setting up your domains and ssls and hostings and how you can connect to your account using ssh and deploy your rest api as well as your front end we're gonna do the whole process but for now let's talk about the things what we are going to learn in this video and the things what are the prerequisites for this video as a prerequisite i only suggest you to have a little bit of knowledge of laravel and a little bit of knowledge of ilpujs if you don't have any prior knowledge of these technologies just don't skip the video try to go with that maybe you understand most of the things if you don't understand you can just start googling and find out on your own just try to follow the video in any case if you are interested of course if you stuck at any point you can check out the video description there is a github link i think there are there are already about 100 comments which i made i plan to continue this process and involve this open source project if you are interested to contribute in this project you're more more than welcome to do so just send a pull request if you if you have anything to modify in the project what are you gonna learn by building this application you're gonna learn how to build laravel rest api with authentication how to work with apa resources how to work with request data how to handle uploaded files and save that on a file system how to generate migrations work with the models how to install composer packages and integrate into your project and there are much more things you're going to learn around laravel in this project as for the front-end side you're going to learn how to set up a project using vite with view 3 and talon 3 which has been released recently you're going to learn how to set up view x and view router with that you're going to learn composition api you'll also learn how to install third-party packages and use like axios for example you're going to learn a lot of vue.js advanced concepts you're going to learn how to create reusable components and there are again much more things you're going to learn but more importantly you will learn how to prepare everything and deploy it on a production i want to ask you one thing i have been working on this project for a very long time and this type of projects requires a lot of energy and time if you really feel that this video is a little bit of helpful just give it a like share and provide a comment even if you don't like something just provide a comment so that that type of activity like writing a comment like or share helps the youtube algorithm to promote my video and show it to others and if you feel that my content is useful i will really appreciate if you subscribe and enable notifications in the video description there are time codes so if at some point you feel that you don't want to watch that section and skip that just check out the time codes and feel free to skip yeah i almost forget one important information i'm going to continue this tutorial series so there will be more videos coming on this full stack application so for example i plan to add authentication using social health and there are a couple of other things i plan to do so definitely subscribe if you are not yet to see more videos like this now let me truly talk a little bit about our sponsor hostinger i am generally skeptical with the shared hosting platforms i have used one of the shared hosting platforms many years ago and it was very uncomfortable for me to work it has it had a very limited access on my php configuration i i could not change my php version i couldn't enable some php functions and i had only ftp and filezilla which i by the way i hate to upload my files on the server so it was very bad experience and since that i always prefer to choose virtual private servers vps it costs a little bit more but i have more control on whatever i do i can set up my server whichever server i want i can set up my languages my databases it's a little bit for advanced people but because i have all kind of configurations i really like vps's but i am using hostinger shared services uh for a couple of months already i am really surprised and impressed so they have really user friendly age panel it's not old-fashioned cpanel and there are a lot of configurations and that's why i'm surprised so i have ssh access full ssh access inside which i have git and composer and php and everything i need i have a user interface from which i can set up my chrome jobs if i need i have php version switcher if i want i have possibility to enable any kind of php extension i want or disable i have possibility to even enable the functions which are blocked by security like shell exec for example or exec and there are much more things which made me impressed and um now i start using lecture hosting for all kind of my websites because i think it's pretty cool i don't have to set up everything on my own and i have also a possibility to control whatever exactly i need that's really awesome okay let's check their main website and have a look at the pricing and everything because in my opinion price to value ratio is just amazing and i really recommend honestly recommend that okay on the home page we see right here basically they almost always have some kind of discount and the premium shared hosting uh just costs 2.5 per month and that includes more than hosting so we can have a look let's click on see all features i want to show that to you so that two point uh five dollar gives you a possibility to have uh those are basically everything ticked it gives you possibility to have a free domain and ssl uh like they are constantly improving their services so like last time i checked that they didn't have that many services and i'm looking for where is domain i want free domain where's that here it is uh no that's not free domain right here so free domain free ssl free uh email if you are a wordpress developer i think this is exactly for you i actually feel comfortable in laravel and deploy my application without any problem but they have very optimized for wordpress so that's the their premium shared hosting and i'm going to select that and have a look how we can actually set up our account so right here we have a couple of options for how long i want to take my hosting by default it's selected on 48 month uh okay i can select to 12 month whichever you prefer uh if you take just 48 month you get a insane discount and you only pay this amount for four years but i think most common will be 12 months for everyone because uh i just generally i take for 12 months okay and we take 31 right here you need to sign up if you generally decide to go with that you need to sign up provide your email right here or sign up with social accounts but one important thing right here in the coupon code section just provide the code holic and that's going to give you 10 additional discount um and since you register and provide some credentials then you will be redirected to an age panel and if you do that i'm gonna see you there after you register during the setup process hostinger will give you a free domain you need to claim the domain and search for your desired one you want when you log in in your hosting your age panel you're gonna see the domain right there once you log in you will see your home page with an overview of your existing and used services right here we see our setup section inside which we have two available ssl certificates you probably see a domain right here in the setup section the free domain you got it we see hosting domains vps and email section here is my domain yourservice.xyz which we need to configure and add it to the hosting let's go through the tab right here with the hosting section right here we see emails which we can configure we see domains we see servers which is for virtual private servers ssl section and few others now i'm going to go in the hosting section and click add website i'm going to specify right here my domain that's going to be your surveys.xyz and the password i'm going to choose some random password which i'm going to copy and save okay my domain has been added right here in the list of websites now i want to add the second website which is going to be api.your surveys surveys.xyz generate another password grab and save this one as well and hit on ed website now i added those two websites i want to go in the ssl section and assign ssl to my websites let's click on setup right here i'm going to choose yourservice.xyz and install ssl on that okay the ssl is being installed let's go back again in the ssl section and choose setup on the next one and choose api your service dot xyz and install ssl right here as well generally hostinger's shared hosting comes with free ssl but if you don't have free ssl or if you want more than one free ssl then you probably need to look for install free ssl on hostinger there are a couple of articles which you can follow for example this one which gives you a possibility to install free ssl from let's encrypt on shared hosting this one uses zero uh zero ssl uh from ssl for free and the domain is ssl for free as well you can click on that and follow just type your domain right here and just create free sl certificate follow all the steps it's pretty straightforward you just need to approve uh the ownership of your domain and that's it you're gonna get free ssl just follow that instructions if you want more than one free ssl okay let's go on the ssl section and we see all three ssls are active now let's actually type your service.xyz in the browser and see what happens we see your account has been created we see default page with ssl secure okay let's try the subdomain api your service.xyz that's gonna work as well alright we have our domains actually ready we have ssl certificates ready we have hosting ready the domains are active now we need to work on the project develop it and finally we're gonna deploy it first of all i'm going to open cmd navigate in the folder i want to create my project then i'm going to run composer create project specify the package name as well as the local folder name or i'm going to install laravel installer globally and then run laravel new and the local folder name in which i want to create my project it's going to grab laravel based project and then install all its dependencies this will basically take several seconds or several minutes we have to wait this and get back when this is done now we need to open xampp control panel start apache in mysql open localhost phpmyadmin in browser from which we need to create our database now i'm going to click new button specify the database name as laravel underscore survey i'm going to choose the encoding to be utf-8 and before unicode ci and then click create button okay i already have my project installed and the database is created now i'm going to open my project using php store it's going to take several seconds until the project is fully opened in phpstorm now we need to start the project for this we need to navigate into projects folder through terminal and run php artisan serve you can do this from cmd or you can do this from phpstorm's integrated terminal i'm going to actually do this from here so i'm going to write php artisan serve which will start the laravels built-in server we can click on the link and the application is open on localhost port 8000. alright we have our application started and now we need to apply migrations if we just run php artisan migrate we're going to see an error this is because laravel is not configured to connect database properly i'm going to use mysql for this project but first i'm going to show you how you can do this on sqlite database we need to open en and in the db connection we need to write a sqlite we can comment the rest of the parameters right here but we need to also create database sqlite file inside the database folder now we can bring up the terminal and run php artisan migrate once again and now migrations are applied successfully which is inside the database sqlite file okay now i'm gonna change the connection i'm gonna delete this file actually and change the connection back to mysql everything basically is the same i'm gonna connect to localhost port 3306 however the database will be laravel survey the username is root and the password is empty i'm going to run php artisan migrate once again and migrations are now successfully applied inside the mysql database we reload in the phpmyadmin and if we open laravel survey database we see all the migrations have been applied successfully okay now i'm going to configure editor config file which comes with the laravel's default installation i'm going to open it and down below right here i'm going to write for any file which ends js or css or less or scss or even view i'm going to set the indent size to b2 and that's basically it now let's generate a viewjs application for this we can bring up cmd once again navigate to the project folder and run npm init vite and the local folder name or i'm going to actually close the cmd and do this from phpstorms terminal npm init white and the view right here it will ask me which boilerplate i want to use i'm going to use view right here it will ask me if i want to use view or view with typescript i'm going to choose view and hit enter the project was successfully generated we can see under view folder and now we're going to run npm install and npm run dev from the view folder as soon as this is done view js server is up and running we can open localhost 8 port 3000 and we can see view is running now we need to install ux for this i'm going to stop the server and run npm install dash s view exact next to install the latest version hit the enter as soon as this is installed i'm going to start the view js server back and now we need to create our viewix store for this i'm going to go inside the source folder and i'm going to create store folder right there and inside the store folder i'm going to create index.js okay right here i'm going to create a store variable using create store function my php storm automatically detects that there exists create store function from multiple packages and i'm going to hit the enter right here and it automatically exports the create store function from vx4me and the create store accepts configuration object inside which we need to specify state getters actions mutations modules and finally we're going to export our store next we need to open main.js and right here we need to import the store from the store folder and after our create up function i'm going to call use on the store that's basically it the store is used now in my store state i'm going to add user and data i'm doing this in order to check if my store state works without any issues after this i'm going to open up view and i'm going to use my state right here for this for now i'm going to use view to syntax i'm going to export default object inside the computed i'm going to write map state and import map state from view x as well and in the map state i'm going to specify an array where we have user okay now this user can be used in the template and i'm going to print this right here let's have a look in the browser and we see an error that's because i forgot to remove setup attribute from the scriptdeck which is composition api now everything works fine okay i'm gonna basically use the hello world component right here under components object okay looks good i'm gonna actually revert everything back i don't need any changes made right here i did this for just testing on the following link from talon css official documentation you can see how you can install tile on css with your vue.js project we need to install several packages i'm going to open terminal and run npm install hd tile and css post css and auto prefixer that's going to install those dependencies after this we're going to install npx town css init p which will install tile and css and post css config files here we can see both of them next we're going to copy and paste the following content array open thailand config.js and replace empty content array with copied one next we're going to create index css and copy the following tile and base components and utilities i'm going to go in the source and create indexes right here and paste my copied styles and finally i'm going to import my index.css in the main.js okay now we need to install a few more packages like headless ui view hero icons slash view and talon css forms plugin okay now i can start my server next i'm going to open hello world component open thetalwindui.com and find sign in and registration pages right here this is a nice example of login form i'm going to go in the code and as we can see this one requires tile and css forms plugin i'm going to copy this code go back in my hello world component and replace everything what i have right there and in the title and config in the plugins i'm going to write require talon css slash forms okay now let's have a look in the browser this is nice form on our localhost 3000. now we need to run npm install dash as view router at next to install the actual view router then i'm going to go in the source folder and under rotor folder i'm going to create index.js right here i'm going to create a constant variable rotor which is going to be a result of create router the create router accepts a configuration object right here i'm going to write history corresponds to create web history which is a function as well and it's going to be imported from the view router then the second i'm going to pass in the configuration object is the roads now we need to create that roads and finally we're going to export the router from this file then we need to go in the main js and just like we imported store we need to import rotor and down below just like we are using store we need to use rotor that's basically all now rotor is used by our view application now let's start our development server once again and we need to configure roads i'm going to go in the index.js from the router folder and create a login road right here path login name is login and the component is login as well however the component doesn't exist yet i'm going to copy and paste this route a few times and i'm going to define dashboard path right here with the dashboard component and register path with the register component as i mentioned the components doesn't exist yet so i'm going to go in the source and create views folder and inside the folder i'm going to create dashboard.viewcomponent i'm going to create h1 with just dashboard text next i'm going to copy and paste this dashboard computer in two times create login and registration and in the login i'm going to just write login in the register i'm going to write register right there now let's go in the index.js to use our created components so we have those right here i'm going to import those components i can write import manually like import dashboard from views dashboard dot view the extension is important or i can let my php storm import for me alt and enter hit enter right here and the import was automatically written now we need to go in the up view and remove everything and create right here router view tag okay now we need to see a result in the browser so right here we see an error i think because the automatically importing doesn't add the extension right there dot view okay here is dashboard slash login slash register everything works fine now i'm going to grab everything from hello world that view copy that and paste in the login.view and paste in the register.view as well however i'm going to change the title for register for free now let's have a look this is how login looks like this is how register looks like however when we access the dashboard page it just shows a dashboard text we need to define dashboard component as well i'm going to go in the tile tylerwindui.com search for the dashboard component in this tech layouts right here we have it nice dashboard i'm going to copy and paste that in the dashboard component and this is how our dashboard looks like however now i'm going to copy and paste dashboard component and call this surveys now i need that header in both pages surveys and dashboard so we need to define layouts okay this nice header i'm going to go in the components and just create default layout.view i'm going to copy and paste everything from the dashboard component into the default layout and i need to from here i need to identify basically where is the content the content is the dashed box and the dashboard header okay so i'm going to grab that header tag as well as the main tag cut that from here and right here in the default layout i'm going to create router view this is where the content will be rendered in the dashboard instead of that h1 i'm going to paste this header and this main tag okay now i'm going to open router file and right here i'm going to define a couple of things first of all i need to redirect slash into slash dashboard then down below i'm going to define the children so first of all i'm going to change also the component to be default layout and it's going to be automatically imported by phpstorm and i'm going to define children roots the path needs to be slash dashboard the name needs to be dashboard and the component will be dashboard okay let's save this i'm going to remove the name of the default layout and this is how our dashboard looks like pretty good we have the same result this is login and we have dashboard as well so if i copy and paste login register and put them as children of the default layout login and registration will also have this nice header this is not what we want at the moment so i'm going to basically undo this change so login and registering is to have a clear layout now i'm going to delete this hello world i don't need that anymore in the surveys.view i need to modify this one as well okay so right here i'm going to just write all surveys so i'm going to display all surveys right here and i'm going to clean up a couple of things so i'm going to remove this data i'm going to remove the components and i'm going to remove this setup as well so basically an empty component now i'm going to go in the rotor and define service wrote right here the name and the component will be service and i'm going to import the surveys component as well so right here i'm going to just duplicate the dashboard and just call it service perfect now if i access dashboard this is how it looks like if i access surveys this is how it looks like so i need to basically have the same type of title as i have in the dashboard so i'm going to grab that header as well as the main however we need to identify where the exact place the exact place where content goes content goes right right here instead of that dashed box i'm going to copy that open this service dot view and paste this right here and i'm going to call this service okay perfect this is our surveys page this is how our dashboard page looks like pretty awesome right now we need to handle the case so that if the user tries to access the dashboard but doesn't have authorization token we need to redirect user to the login page for this i'm going to open the rotor and under default layout road i'm going to add a meter requires auth true i'm basically telling the rotor that this path basically requires authentication okay down below on the rotor before each i'm gonna pass a callback which accepts two from and next so this basically indicates from which road user is trying to redirect on which road and next basically is a callback so right here we need to write an if statement if v2 wrote on which we try to redirect requires authorization and now we need to basically check if the user is not authorized for this i'm going to open the store and right here we have the token and this token basically indicates if the user is authorized or not it's now at the moment okay so we just need to write if store and when i type store it automatically imports that for me if it doesn't import you have to import manually if store state user token does not exist and we try to open the page which requires auth then we redirect user to the login page otherwise we let the user go on the page the user basically was trying to go if we try to access dashboard now we are redirected to the login page if we try to access surveys we are still redirected to the login page however on register we stay there now we need to handle the second case what happens if the token if the user actually is already authorized and we try to access the login page okay we need to prevent this as well and if the user tries to access a login page and it's already authorized we need to redirect it to the dashboard so for this i'm going to write if store state user token exists which means if the user is authorized and the road we're trying to access is either login or a registration we're going to put this in the parenthesis then we need to redirect user to the dashboard page otherwise we let the user go on the page she was trying to access okay now let's have a look if i try to access dashboard i'm still redirected on the login page however if i set some value inside the token now i'm already on a dashboard page i try to log in however it redirects to me to the login page as well as on the registration that's basically the whole setup of redirect flow now let's open our roads and have a look we have two guest roles logging and registration and we are using those roads down below in before each callback so if the user has token and the path name the road name is login or registration and so on what happens if in the future we're going to add other guest roads like request password reset or password reset we have to basically write or statements multiple times so just like we did a default layout i'm going to create right here out layout i'm going to give it a path auth the name will be out as well the component name will be as well auth and we're going to redirect this to the logging path and it's going to have children right here and i'm going to copy and paste these roads inside the children and that's that's i think all i think we're missing component right here so let's put this okay now let's open login and when i remove first of all these comments and let's identify what is content and what is layout so this portion of the code is actually content of the page and everything else inside the template will be a layout basically i'm going to copy everything from here and go in the components and create auth layout i'm going to paste everything right here then i'm going to identify what is content and replace this with rotor view i'm going to go in the login view and remove which is part of layout and that's it and i'm going to do the same thing in registration page basically first of all let's remove all comments and remove part of the layout okay looks good and in the roads we're going to basically import the out layout i'm going to duplicate default layout and change this into of layout and here it is our login works just like it was working before let's actually make some modifications in the login and registration form first of all i'm going to remove this href and change this into a rotor link with the two property goes to the name with a register okay i'm going to change the text as well to register for free i'm going to go in the login and in the login i'm going to change the text to be a login to your account and in the router link i'm going to specify a road with the two property to login page okay let's have a look down below um i'm going to actually remove the password forward password link from both we don't need that i'm not going to implement let's have a look okay this looks good the linking also works fine let's actually create another field in the registration form so i'm going to call this field full name and basically i'm going to replace every mentioning of email to be a name just like this and we have to replace a placeholder as well okay looks good so we have full name email however let's observe this the email address has rounded corners that's because it has a table and css class somewhere okay rounded tmd let's remove this and now it doesn't have rounded top looks good the linking works fine so now let's remove remember me on the registration page we don't need that and the last thing is to change the sign-in into sign up okay we prepared our forms that looks good okay one more addition just like we have mita requires auth i'm going to add mitta is guessed corresponds to true okay using this property i'm going to basically replace right here in this if statement i'm going to replace the basically name comparison to logging and registration with meta is guest so if the road on which we want to navigate is a guest road basically the user is redirected to the dashboard so let's open actually store and i'm going to basically modify the token and write some value right there so the user will be redirected to the dashboard if i try to access login or registration i am redirected to the dashboard page which proves that our is guest property works exactly as we wanted so far i was working in php store and now i open the view as a separate project in vs code okay let's understand the default layout what we have right there so we have bunch of talon css classes right here we have the for loop we navigate we iterate over the navigation array and down below let's actually collapse this and have a look so down below we have the user object with email name and image and that user object is used right here in the navigation we have the navigation array in which we iterate and display those menu items and those menu items are displayed on a mobile as well and we also have the user drop down which is displayed on mobile as well as on the desktop and the notification bell notification icon okay let's have a look in the template as i mentioned we have a bunch of css classes and right here we have the hidden and md block which just displays it on a desktop screens but hides it on a mobile and that's the profile drop down as we see we have these basically menu button which is only visible on a small devices if i just resize this is the button we're looking at right now down below we have this disclosure panel which is has a class amd hidden that one is only visible on small devices and it has its own navigation this one is that navigation down below we have the user profile which is also only visible on mobile and down below we have that user navigation which is this one and that's basically it okay this is how our default layout looks like i'm going to work in the default layout so let me actually first change the token in the viewix so that we have this nice dashboard and i'm going to work on the layout and change the menu items remove the bell icon right here and adjust the user menu as well let's go in the default layout and let's find out first of all what we are using we have the user constant variable right here we have navigation couple of things i'm going to basically cut the user go in the index.js in the store and this data should generally come from the store and now in the default layout i'm going to use these from the store at least i'm going to try to use from the store okay okay let's scroll down below and right here we are using that user variable now i'm going to create a store variable using use store function that user store function needs to be imported let's go up and right here i'm going to write import use store from viewix also i will need computed function to be imported from the view package so i'm going to do that now let's go down again and the user corresponds to computed which accepts a callback function and we're going to return store state user data let's save this and that data basically will be sent to the component and we have an error so that basically i have a typo instead of commuted compute it should be computed so t is missing somewhere so i save that and reload the page and here we have now let's start working on the default navigation so i'm going to remove these links and i'm going to change the hrefs into two i'm going to specify right here name to be dashboard and we don't need the current and i'm going to change the team name into surveys and the href into two which with which will be the name of the road surveys and i'm going to remove current right here as well let's now find out where this navigation is used so this one is one place which uses disclosure button and it has couple of attributes which we don't need i'm going to change this into router link i'm going to remove this as attribute i'm going to change this href into item into 2 and item 2. so first of all we need to add active class right here and i'm going to copy everything right here if the item is current so that's going to be active class and now i'm going to change this item current into something like this if the current road name does not equal to the navigation item name then this means that this is not current and the following classes will be added if it's current empty otherwise the following classes now we need to remove this area current so let's go up and find the second navigation mentioning i'm going to change this into rotor link as well let's change the href into item 2. and do the same thing let's add active class to be the following classes bgray 900 text white and instead of item current we're going to write this road name if that equals to item to name then nothing is added otherwise empty class okay looks good okay let's have a look in the browser we have those two links when we click that works fine if we have a look in the mobile menu those links are working fine there as well now we need to work on the user drop down let's search for the user navigation where it is right here and we're going to remove that user navigation completely and where it is used we need to remove it from all its usages and we need to change so i don't need that v4 basically i'm going to have a single logout button whenever we click on that it's going to call a logout so i'm going to remove those classes okay and this is the item name i'm going to write sign out let's find the second mention of user navigation we're going to remove those things we don't need that instead i'm going to write click logout and let's change this into log out or sign out okay now this is the hour drop down when we click nothing really happens because we don't have the logout function implemented yet okay let's add a cursor pointer to the logout button as well we need to add this in both places okay we have this nice cursor on desktop and on mobile as well now i'm going to remove the bell notifications button we don't need that i'm going to find the second place where this is used and we're going to remove it from there as well now it's time to implement logout right here i'm going to create a router constant variable using use router function and we need to import that use router from the view router package and i'm going to create logout function right here i'm going to call commit onstore logout which will basically commit a mutation and whenever user is logged out we're going to redirect user to the login page and down below we need to return that logout function to be accessible in the component now let's go in the store and i'm going to create a logout function logout mutation which will accept a state and i'm going to basically reset the user data and the user token right here now we save that and when we click logout we are redirected to the login page which proves that this works fine if i go in the store and change the token into null we are basically on a login page by itself if we change this into something we are on dashboard page however if we click logout we are on a login page sorry for disturbing you if you enjoy this video so far just give it a like and subscribe continue please we have two views very similar to each other surveys component and dashboard component if we have a look in the browser we navigate we see they are identical just the text is different also if we observe the html we see that everything is identical only this one is different so it would be nice if we create a reusable component and just pass title right here and we're going to do this right now i'm going to go in the components and create page component dot view first of all i'm going to generate a boilerplate code right here template script tag and style the scriptdeck has set up which indicates that this is a setup method of composition api then i'm going to go in the dashboard and copy header in the main and i'm going to go in the component page component and paste it right here then i'm going to remove this content goes here and dashboard texts okay after this i'm going to define props the define props function is a function which doesn't need import in the composition api and using this approach we define props and right here we accept the object the same object you would give in the options api we define the props we have title which is a string okay after this we can already use the title in the template so i can use the title right here and down below where the content needs to go i'm going to use a default slot okay now on the dashboard component i'm going to first import just created page component then i'm going to add a setup attribute on the script tag then i'm going to replace this header in main with the page component we're going to give it to title and the content goes here it's going to be what will be injected inside the page component slot and finally i'm going to remove its export default i don't need that i'm going to format the code save this and have a look in the browser this is our dashboard look at this how small this is so i'm going to copy this and go in the surveys and replace everything and inside the title i'm going to give it surveys later if we might need we can create another slot which is going to be the name slot to display some html alongside with the title so far this looks good and it works fine now let's generate migrations for this i'm going to bring up terminal and run php artisan make model survey dash m i'm going to hit enter this will generate model as well as the migration and we're going to generate other models and migrations like we're going to generate survey questions or survey question dash m we're going to generate survey answer dash m and we're going to generate survey question answer dash m okay now let's open migrations under database migrations folder and let's actually start with the survey first and define the fields okay first of all i'm going to define a user id for in key which refers to the app model users next i'm going to define title with the length of 1000 i'm going to define also slug with the length of 1000 i'm going to define status which is going to be tiny integer and i'm going to define description which will be nullable and it's going to be text and the timestamps is automatically defined by the laravel migration tool and down below i'm going to define expire date that's all for the surveys table let's now open the second table which is survey questions here i'm going to define a type with the string and the length of 45 i'm going to define a question string with the length of 2000 i'm going to define long text description and long text data and both of them will be nullable and i'm going to define foreign id for the survey class and the column name will be survey id that's all for the survey questions let's now open the third one which will be survey answers table for the survey answers we don't need timestamps so i'm going to remove that instead i'm going to add following id for this array class with the survey id column i'm going to add the timestamp to be just start date and nullable and i'm going to add second timestamp which will be the end date and nullable as well and that's it for the survey answers let's open the last one which is survey question outsource table here i'm going to add foreign id for the survey question with the survey question id i'm going to add a second foreign id for the survey answer with the survey answer id and i'm going to add text which simply will be an answer okay here we have all our immigrations and models generated you can find the models in the up models right here and now we need to apply migrations so i'm gonna run php artisan migrate hit enter on that and immigrations were successfully applied now let's create out controller and implement registration under up http controllers i'm going to create new php class and i'm going to call this auth controller i'm going to extend this from controller up http controller now right here i'm going to create a register method the register method accepts a request argument so we the request instance basically has a methods like validate for example so we're going to call validate on that and pass the validation array inside the array we're going to define couple of validation rules for example name and email in this case we indicate that the name is required in the string email is required it must be valid email address it must be string and it must be unique across the users table inside the email column we're going to define right here password as well to be required and confirmed confirmed rule basically indicates that there must be a second field password confirmation okay and right here we defined that the password should be minimum 8 it should be mixed case uppercase and lowercase it must contain numbers and symbols as well so we define all our validations down below i'm going to already call user create we're going to pass this data and whenever the validate is called inside the data we're going to have already validated data so we take name email and password however we encrypt the password and give it and user is created for like for id purposes sometimes i add this annotation which tells the id that the user is an instance of app models user okay down below i'm going to call create token on the user give it a name main and i'm going to take this plain text token and down below i'm going to return a response as an array with the user and the token so when the user is registered we're going to get user in token on the front-end side okay we have this method ready but don't forget to write use statements right here so we need to use up modules user and illuminate http request for this one and eliminate validation rules password for the following class the last thing we need to do we need to go in the roads api and right here we need to define a route i'm going to define a post road right here because we should only make post requests on the register we should not make get requests the endpoint will be slash register and we're going to pass right here in array out controller class and register just make sure the auth controller is used properly i'm going to hit alt and enter and php store will automatically import that class for me you can write this manually okay now our registration endpoint is ready and can be used now since we have our backend ready we can work on the front-end side so i'm gonna open registered view and i'm gonna add right here a couple of things first of all let me actually open store index.js and i'm gonna set the token to be now and i'm going to make this data as an empty thing by the way this data has image url which we don't need and we need to handle this case as well so i'm going to make this as an empty object save this and in the browser we see a login page because the token is not let's go on a register page and we need to add one additional field which will be password confirmation i'm going to open register.view i'm going to duplicate this password field and i'm going to change a couple of things with just one run a password underscore confirmation okay i'm gonna change i'm gonna put the label con for mason save this and have a look in the browser we see this nice password confirmation look at this the password field has round bottom so we need to find that class in the title on css that's going to be rounded bmd and remove this and now we have these nice inputs and now i'm going to add v-modal to all these fields but with before that let's scroll down and have a look in the script area first of all i'm gonna change this into composition api setup so i just add a setup attribute and i'm gonna remove this export default as well this one is imported and it can be automatically used without anything now i'm going to define a user object right here with name email password and password confirmation then i'm going to define a register function which i'm going to add later on the submit event of the form of the registration okay after this i'm going to import my store because i'm going to use that and on the store i'm going to call dispatch passing the register action name the action doesn't exist inside the store yet but we're going to create that soon in the dispatch i'm going to pass also the current user which i want to register this register action should return a promise and on that promise i'm going to call then and inside then i'm going to do a rotor push so basically after the user has been successfully registered i want to navigate user somewhere so i will need the router so i'm going to use router from the view router and i'm going to create also rotor using a reuse rotor function basically i'm not creating i'm using an existing rotor okay and down below right here i'm gonna provide the name of the road in which i want to redirect user and that's the dashboard right now so let's take this register and find the form and inst instead of the action and the method i'm going to write submit register okay and i'm going to define also v models for every field we have right here v model that's going to be user password confirmation and this one is password confirmation but the other one this one will be just password this one will be email and here we're gonna have name now let's go in the store and implement that action now i'm gonna define right here a register action which accepts an argument right here and i'm gonna destructure that argument and take out a commit using commit i'm gonna basically call them function from the mutations okay we're gonna get a user as an argument as a second argument in the register and then right here i'm gonna make an http request for now i'm gonna use a fetch api for http requests but i'm gonna replace this later with axios and we're going to see advantages of axios compared with fetch api there are some limitations and things that should not work in the way it works in case of fetch api but so far we're going to call a fetch method passing the url and configuration object inside the object i'm going to specify headers with content type and accept both to be application json i'm going to specify method to be paused and body will be the user object but the stringified version this one will return a promise so i'm going to call then on that and i'm going to call on the result json which will finally give me the result i want and right here i get this result and i'm going to call commit so the set user i'm commenting the set user mutation passing the user information the set user mutation doesn't exist yet but we're going to create that and finally i'm going to return the results just in case this is necessary in the places where the register action will be dispatched so in the register view down below right here we can technically get that result if we want okay now let's create that set user mutation okay here i define set user mutation we accept the state as a first argument in mutation you always get the state and the purposes of the mutation is to just change this state but we pass the second argument result from here so we accept that as a user data and now i need to save the received user token in data inside the state so i call state user token equals user data token and this token will be token returned from the php laravel controller next we save the data as well to be user data user and finally we're going to save this token in a session storage as well so if we just reload the page the token needs need still to be available and the user needs to stay on the dashboard so let's scroll up and right here i'm going to write session storage get item and i'm going to pass token right here okay just like this the token will be saved in a session storage and i will not be logged out since i'm registered now it's time to test all this let's open the browser and fill up the user information okay let's open the developer tools let's go in the network and let's hit the sign up button and let's see what happens yeah we have been successfully registered and we are redirected to the dashboard page let's have a look what has been returned okay here's the preview we got the token we got the created at and everything basically about the user so this proves that we have been successfully registered now if i just reload the page i stay there because the token is saved in session storage however if i just click on logout so this does not clear from the session storage so far so if i just reload i'm still logged in now let's create a login endpoint in the auth controller in laravel so first of all let's create an empty function login which accepts a request right here and i'm going to call validate on the request and save the result in the credentials variable in the valid data i'm going to pass email password and remember the email basically is required email string and it must exist in the user's email column that's important thing next i'm going to take out the remember in a separate variable and unset it from the credentials and right here i'm going to call auth attempt which accepts credentials and remember so this will basically take the credentials and attempt to log in the user if the credentials is incorrect it's gonna return false if it's okay then the user will be authorized in the system with the corresponding remember me value true or false if the attempt returns a false we're gonna return a response immediate response with a json error the provided credentials are not correct with the status code 422 which means that the validation was not successfully passed down below i'm going to get the authorized user which means that the user has been successfully attempted and authorized and i'm going to generate a token on that user and i'm going to get the token and finally i'm going to return response with the user and the token the same response we are basically returning let's scroll at the top and we need to uh import one class which will be illuminate support facades out which is for just calling the attempt method now let's open the api php and right here we need to register login in the same way we are calling uh registering a register action so just like this we have the login save it and now we can test this on the front-end side now on the front-end let's open login.view and we're going to implement the authorization let's have a look on the front-end side so we are authorized i'm going to actually clear the session storage so that i am not authorized anymore i reload and i'm on a login page and now let's work on this so here's our html and let's scroll down below and i'm going to define a user constant variable right here it will be pretty much similar to the registration first of all i'm going to add setup right here and remove this export default let's define a user variable right here with email and password then i'm going to define a function login which i'm going to use later in the template i'm going to import now store from the store file and i'm going to call dispatch on the store with the login action i'm passing the user it's pretty much the same we did for the registration we don't have that login action at the moment but we're going to create this right now so then this dispatch will return a promise and on that promise i'm going to call then inside this thing callback i'm going to basically uh do a redirect so i will need to use the rotor so i'm going to use rotor import use rotor function from the view router and i'm going to use the rotor actually create a variable rotor and down below i'm going to call rotor push with the name dashboard so whenever user successfully author authorizes it basically goes to the dashboard page on the user field we also need remember property so we're going to add this one as well now let's scroll up and adv model on email password and checkbox as well so v model equals user dot email and let's change this into password and this will be remember now let's open store and we need to implement login action right here so i'm gonna duplicate this but let's have a look now we're using fetch and if we just duplicate this we have couple of repetitions like we are passing headers two times we are passing method paused two times and we have a lot of repetition like for example getting getting the actual response json is also something uh which is repeated and we don't want that also in the future we will need interceptors interceptors are special functions that will be used by the package itself before we make a request or after the response or before the response is actually taken out from us after it actually returns so we need to do a couple of interceptors so i'm going to install axios right now i'm going to bring up terminal and actually kill these developer tools and i'm going to run npm install s axios okay let's start this server now i'm going to create a axios http client let's do this inside the source oops it's open and inside the source i'm going to create axios.js okay first of all i'm going to import axios from the axios package next i'm going to create axios client and i'm going to pass base url right here which will be the laravels api okay next i'm going to export that axios client which i can already use in any place in my project but i'm going to show you an example of interceptor as well because we're going to need that so for this i'm going to import the store the store basically contains a token authorization token so we will need that right here i'm going to call axios client interceptors request use and we're going to pass right here a callback which accepts a configuration object and first of all we're going to return that configuration object but we're going to inject the authorization header right there so config headers authorization equals bearer and right here we need to specify the store state user token so that's the authorized user's token so on every request axios will make it's going to pass that authorization token so we need to save this information go in the index.js and instead of fetch i'm going to change this now into axios so first of all i'm going to write import axios client room let's go one directory back axios and right here let's change this so i can actually change almost everything let me actually clean up everything first of all for registration and we need to call this login and i'm going to clean up everything right here as well okay let's do login first so i'm going to call axios client post pass the path of the url slash login and pass the user we want to pass to the endpoint and we're going to return everything from here by the way because finally we're going to return promise from this actions viewing section okay then right here inside then we accept a response so i'm going to basically destructure the response and take out the data axios response contains data inside which is the actual data actual response body we are interested in so i'm going to return that data because just in case someone else who is using this login is necessary and also i'm going to call this set user and passing the data set user already exists which accepts that data and takes out the token in user and assigns it in the viewix basically that's all for the login and i'm going to copy this and paste this right here and just change this into register okay now let's open the browser and try to log in with the previously created user i'm going to open the network as well and i'm going to specify my user and my password hit enter on that and something happened i think i know what happened because on the form we don't have proper submit event we're going to call login right here let's remove the hashtag hit enter let's provide username hit enter and we are redirected to the dashboard which proves that the our access client not only our access client works fine but our application authorization works fine as well right here we click we see that we go we got token we got the user information as well now i want to test registration as well so let's actually clear up our session storage reload the page let's go on the registration because we change that using axios and i'm going to create uh with one of my emails hit enter on that and i'm registered and i'm redirected to the dashboard looks awesome now we need to test one more thing or not test but implement one more thing so if we go on the login page and try to now log in with invalid credentials we get some information from the backend let's have a look what we do yet so we get the following information error the provided credentials are not correct this is the error we wrote we wrote in the out controller but we don't handle this properly how we're going to do this if we go in the login component right here and down below on this we basically need to catch an error so right here i'm going to define a variable error message variable and i'm going to display that error basically to the user that the user needs to know if the username or email or password is incorrect so i'm going to use a ref i'm going to import rev function from the view and i'm going to create a variable error message using this ref down below whenever we call the dispatch login inside right here so in the then we redirect user to the dashboard but we need to catch this properly so i'm going to write cache and we accept error right here so now i need to assign this error to the error message because we are using refrain here you cannot assign it to the error message directly that's the nature of the composition api that's how it is implemented and instead we're going to need to do error message.value equal equals to error but this error is a javascript error class instance so we cannot just assign it it doesn't give us the valid information we need to take out the actual error information which is returned from the following request so this error basically has a response so we need to access response the response has a data the same data like we accessed right here using the structuring okay so we access that data and this data is an actual response the the following response okay and now we can access an actual error message from this data so we save this and we can now display this error message somewhere let's just directly write error message pay attention that when you're writing a variable created using ref you don't need to do a dot value right here in the template you need to do this in the javascript but not in the template so i save this i go in the browser and let's fill up some information with invalid password hit sign in and we see right here the provided credentials are not correct now i'm going to add a little bit of styling to the following html so first of all i'm gonna wrap it inside the div and if the error message exists only in this case we need to display it okay and let's add a little bit of styling to this tip so i'm going to give it a padding uh horizontal and vertical as well i'm going to give it a background red text white and rounded let's have a look in the browser how this looks like this looks already pretty cool so that's exactly how i want it but i want to add a close icon right here so whether whenever i click on this icon this um alert or this error message simply disappears so for this i'm going to create a span right here and whenever i click on that spawn i'm going to reset the error message so our message equals to an empty string this looks good next i'm going to add display flex item center and justify content on the error message elements just to show this close icon and error message next to each other then right here inside this pan i want to put a close icon so i'm gonna go inside hero icons click on that and search for close and let's copy this one and this is our close icon and i'm going to add a couple of classes in this pan as well so like i'm going to give it a width and height to be h so i'm going to save this and have a look in the browser this is our x i want it to have a circle around it when i mouse over on this and i'm going to add a transition and make it like wind it properly in the center so i'm going to add flex item center and justify center and this is how it looks like and i'm going to give it a rounded full and i'm going to give it transition colors cursor pointer and on mouse over i'm going to give it background to be transparent dark okay i save this and when i mouse over this is how this looks like pretty awesome when i click on this error message disappears click on this it appears okay this is pretty cool so we have implemented login and displaying error message as well so if i just provide correct password right here hit enter on that so we are redirected let's actually test how remember me works if that actually causes maybe maybe an error so let's have a look remember me hit ok oops i incorrectly typed my password hit enter and i'm redirected to the dashboard this looks good now let's open out controller and implement logout on the backend side i'm going to create an empty function log out then i'm going to get the current user using auth user and i'm going to add right here a comment for the ide that this is an instance of the app models user and then on that user i'm going to call current access token delete it is as simple as this which basically will re revoke the token that was used to authenticate the current request okay and down below i'm going to return a response with success true we have already imported that out in the in the controller which is a facade's auth illuminate support facades off and that's it our logo works now we need to go in the api and right here add a wrote for logout here we already have protected road on get users basically because this is written after the middleware out sanctum we need now a second protected road for logout the logo should only be made with the authorized users like we can duplicate these uh but i'm gonna show you a better way so basically i'm going to create a group right here the group accepts a function closure i'm going to pass the closure and i'm going to define road get and basically the following the following gets so this will be moved right here and deleted from below and after this this works in the same way as it was working before but we have these roads inside the group now i'm going to add logo right here which will be out controller logout so i save this and now we can use this on the front-end side now let's have a look at the logout function in the default layout which commits a mutation logout mutation and redirects user to the login page if we have a look in the store index.js scroll down below we see this logout mutation so i'm going to add a logout action right here but first let's have a look in the logo the function in the default layout i'm going to change this into dispatch which obviously will have a then right here because we're going to return promise from there we accept the callback and i'm going to do the rotor push inside the callback whenever backend returns that the token was successfully deleted whenever the token is also deleted from the session storage which we're going to do in the action of the store then only after this we need to do logout or redirect okay let's go in the store and right here i'm going to create a logout action and i'm going to accept comment then i'm going to call axios client post on the logout action and return whatever is returned i'm going to add a then callback right here passing the accepting the response and i'm going to return that response and i'm going to also call comment on logout now let's have a look in the browser and i'm going gonna open the tools and i'm gonna click on sign out right here and i was redirected to the login page which proves that our logo works fine now let's start working on the surveys page now let's start working on the surveys page first of all i'm going to define a json template how the back end should return response to the front end and first of all i'm going to render the data based on this json on the front-end side and then we're going to jump on the back end and implement so that the back end returns the data in the same format we define okay now right here above the store i'm going to define a constant variable tnp service that's going to be an array of surveys and now let's define each individual survey so we're going to have id for each one in title and slide as well status will be either active or draft image url so we have not implemented we haven't added image column in the database table but we're going to add this later we're going to have description we're going to have created it updated it an expired date until which time the survey is actually valid and each survey will have a questions array and inside that questions array we're going to have an object of questions for example first one is a select type of question and the question is from which country are you the description in this case is now and each question might have optional data the data will be either empty object or containing some additional information about the question in this case because this is a select we're gonna have options inside the data so options will be an array inside the data and inside the options we're gonna have objects with uuid and text why did i choose uid because it's much simpler to generate random uuids than random ids okay we might have collision when we generate ids on the front-end side so uids is easier and safer okay each option will have uid and text usa georgia germany india or united kingdom okay i'm going to define a few more questions inside the survey and then see how we can just get the data in the surveys component or just iterate over those okay we're going to have checkbox which have a question and description and data checkbox select and radio questions are pretty much identical all of those questions need options array so we have options right here let's scroll down we have another checkbox which has also options you can pause and read those are actual questions and scroll down and right here we have radio with additional um like its own options and down below we have another checkbox and down below we have one text field which is a standard single line text field with description null and empty data and down below we have another field which is text area okay so those are all the questions for the first survey and i'm going to define other few other surveys and see how those will be rendered in the list like this one is the level eight survey view three and taiwan three so those are all the surveys i define and then now i'm gonna take this that tmp this variable tnp surveys and i'm going to use it right here inside the state okay i'm going to define surveys array right here inside the state and i'm going to take the tmp survey and just structure it and design into surveys okay using this approach i have basically guarantee that surveys will have some data right there and i'm going to take this data in the component and just use it okay this is the place we're gonna render our surveys i'm going to also add a add new survey button right here in this header on the right side so i need to update my page component because because the page component takes title prop at the moment and if we just open this we have only title right there and just display the title we have no possibility to add a button inside that header area which is right here so basically i'm going to modify this and add right here slot property slot tag basically with the name header right here i'm going to remove the title attribute i don't need that anymore i'm going to replace the content goes here with a template with this load header and whatever i put inside this vsload header that's going to be outputted right here in this slot okay i'm going to put h1 right there and let's actually save this and have a look in the browser so this is how our page looks like so the title is already taken and works fine next i'm going to wrap this h1 in a div with flex and justify between and item center because i'm going to put button right here okay i'm going to put a rotor link with the two with the name survey create we don't have survey create road yet but we're going to create this soon now i'm going to go in the hero icons and select a plus icon and paste it right here and we it will have a height of four with a four margin of minus one in inline block to align it properly and our header is fully ready now i'm gonna open a rotor and i'm gonna create define that survey creation wrote so basically i'm going to create right here path surveys slash create with the name survey create and with the component survey view the component doesn't exist yet but we're going to create it after we create roads i'm going to also define second road which will be for survey update it's going to have id in the url so the survey id the name will be survey view however i'm going to use the same component survey view component so even though we don't have that survey view component created i'm going to write an import right here from the views i'm going to import survey view dot view file now let's create this component let's go in the views click plus right here and create survey view dot view file here first i'm going to define a template and i'm going to use page component i'm going to give it a title as well as the content inside the page component and i'm going to import the page component from components page component we save that and let's have a look in the browser so we see surveys page right here with add new survey button which looks awesome now we can go on surveys page iterate and just render surveys now let's get surveys from the viewics i'm going to import store first of all then i'm going to import computed from the view and i'm going to create a surveys constant variable which is going to be computed store state surveys now let's go in the template and simply print surveys right here let's have a look in the browser here are our surveys so we got all of them now i'm going to create a d right here which is going to be a wrapper for every survey on that div i'm going to add several talon css classes like i'm going to give it a grid grid calls one gap three on small scripts on small uh about abouts [Laughter] [Music] above small screens i'm going to give it call grid calls 2 and above medium screens i'm going to give it columns of 3 so that's going to give us a responsive nice layout down below i'm going to start iterating over surveys i'm going to add key to each div and classes as well give it a flex flex column padding some shadows background and i'm going to give it a fixed height of 470 pixel down below i can display already an image of this uh survey i can display title of the survey and description all right let's save and have a look in the browser this is how it looks i think that's pretty cool also this is responsive so if we just resize it on different screen sizes we see that nicely down below the description i'm going to create a 1d which is going to be wrapper for the buttons and i'm going to have two buttons edit button and delete button right here so i'm going to give it a flex justified between item center as well and a little bit of margin top inside there i'm going to create a rotor link which should have a 2 on a survey view but we're with param survey id that's going to redirect give us the survey information survey id and we're going to fetch the current survey from the backend so i'm going to add a couple of classes taiwan css classes for nice styling and i'm going to also add right here an icon svg icon that's going to be pencil icon you can grab this from hero icons down below i'm going to add another button with the click event handler on that survey delete survey this function doesn't exist but we're going to create it very soon let's give this one classes as well and down below i'm going to put right here a trash icon okay let's save this and have a look in the browser okay this is how our edit and the delete button looks like so if i click edit i'm redirected to survey view or create page which looks good and whenever we click on this nothing nothing really happens at the moment because we have not implemented this so let's scroll down below okay down below i'm going to create a function delete survey i'm going to accept survey right here and i'm going to show a default browser's default confirmation if user really wants to delete that survey because this cannot be undone and at the moment i'm going to write a comment right here but basically we're going to implement actual survey deletion so whenever i click on this button i get this nice notification when i click this survey should disappear so we're going to implement this a little bit later now let's work on the create or update survey page first of all i'm going to define a model variable right here and i'm going to bind this into the form later the model equals to ref and the empty object ref i'm going to import ref right now so inside the ref and object i'm going to pass title status description image expire date and questions those are the fields each survey needs to have okay and now i'm going to import ref from the view i'm going to also import store from the store because i'm going to need that and i'm going to import use road from the view router and create a road use the current road so this one is a model for a new survey form but we need to handle the case when we open edit survey page in this case we're going to have road harms id if the road perms id is presented then the model's value i'm going to update the model's value to be from the store state surveys to find a survey which has the same id as the road params id so i find that survey and assign it into model's value all right so far so good we have the model in all cases and now let's scroll up and work on the template so let me actually remove this title and this content i'm going to create a header b slot template inside there i'm going to create a wrapper div in h1 inside i'm going to check first of all if model has title then we're going to write modal title but if the model doesn't have id then we're going to write create a survey so if we're updating the survey we're going to display the models title otherwise we're going to write create survey let's move down below and we're going to create form on the form i'm going to add a save survey i'm going to call save survey on forms submission i'm going to prevent right here as well i'm going to create one wrapper element i'm not going to actually explain every taiwan css class you can of course find out in documentation don't try to learn them by heart but yeah as you can see guess like this one is a little bit of shadow this one will add border radius and overflow hidden on above the small device so most of the classes are basically self self descriptive okay now i want to right here define another div for the survey fields like we're going to have image title description expire date and status okay and down below we're going to have area for the questions i'm going to add a couple of classes right here on the steve as well and let's start defining image field first of all i'm going to create a wrapper d for every element inside there i'm going to have a label with a couple of classes like font medium text gray and so on and i'm going to call this image so down below i'm going to have another d wrapper div and inside there i'm going to render an image tag if the model has image in most cases it's going to be the update survey case so if there is already image presented we just display that otherwise we're going to display a span tag with bunch of classes so i'm going to you can grab that template from the talon components library so if you go on the taiwan ui.com and forum section click on this so you will you'll find a lot of examples right here and this is this is one what we are using at the moment so if you go in the source code you can observe this and find out that image area okay photo area okay that's we're creating basically something uh similar to this one if we are just uploading a new image okay let's go back into vs code we added a couple of classes right here uh and down below i'm gonna uh put an image uh and i'm gonna get you can get this image from the halloween ui thailand uh ui sorry from hero icons so if we just go in the hero icons and type here image that's going to be the image i'm using right here i'm going to add a couple of classes to this svg i'm going to give it a hate and with 80 text grade 300 and down below i'm going to create a button as well that's going to be the change button give it a bunch of css classes and inside that let's have a look so far how this looks in the browser so this is how it looks it's pretty identical with what we have right here but whenever i click on this button nothing really happens so we want the file um oh pickard to be displayed basically so i'm going to display i'm going to add right here input type file and if i just save this look at this how ugly this is so i'm going to add a bunch of css classes absolute and anything basically and now if we have a look and i click on this change it triggers that file picker okay looks good now let's move on on the second field which is title so i'm going to create a wrapper do for that i'm going to create a label with css classes i'm going to create input with type text and look at this tv model basically goes to the modal title and inside css classes i'm going to add nice css classes as well so if i save this and have a look this is how our title looks like in the same way we're going to define now description with label classes wrapper for the text area in the actual text area save that and have a look we need to add css classes to those exterior so save this and have a look this is how it looks like so i'm going to continue and create expired date with label input and input classes status status is basically a checkbox so i'm going to create 2d wrapper elements right here the first one we're going to have input type checkbox with classes in the second one we're going to have label and that's it okay if we have a look this is our checkbox and down below we're going to create one div element which is going to be the footer of the form with a bunch of talon css classes again and basically every element will have several at least like two or talon css classes okay and we're gonna have bunch of classes on that button and that's it so let's have a look this is our save button we can actually print the model whenever we change something and have a look i'm to go up at the at the top and right here above the form maybe in the pre tag inside the pre-tag i'm going to write model so let's save this and have a look this is how our model looks like when i start changing something look at this the model updates inside the description if i change status it's going to change the status into true and everything basically works so far now let's have a look how this works on when we try to edit existing survey if i go in the surveys and click edit right here look at this so it displays an existing image populates the title description the date is probably not correctly set that's why it's not actually set now down below the survey fields i'm going to start iterating over the questions and render the questions editor inputs okay so first of all i'm going to create one wrapper div inside there i'm going to create h3 with the text questions i'm going to add this a button as well next to it it's going to be add new question button let's add a bunch of talon css classes and i'm going to add right here in svg icon for the plus so if i save this and have a look this is our question section with this nice button okay down below i'm going to first check if module questions length does not exist then we're going to display you don't have any questions created so we are not going to see this because this survey has actually questions but if we go in other surveys and click any any basically without except the first one we see that you don't have any questions created or if we just create a new survey we're gonna see this one right here okay now let's continue and i'm gonna i'm gonna start iterating over modal questions get the question in the index and i'm gonna create separate component for each question editor and i'm gonna call this exactly the same thing question editor and i'm gonna pass this question editor the current question as well as the index and the question editor should trigger a couple of events when the question was changed or deleted okay so we're going to listen to those events right here in the survey view component on question change on add question i'm going to add each question editor button to add another question so we're going to listen to the add question as well and we're going to of course have delete question so just like this we prepared most of the things in the survey view now let's create this question editor component let's go in the components and i'm going to create basically a subfolder editor in inside i'm going to create question editor.view and let's work on this right now let me first generate boilerplate code and now first let's start working on the script side i'm going to remove this i'm going to give it a setup to use composition api in the setup i'm going to define a couple of props define props can be used without import that's not necessary i'm going to pass object right there and define question needs to be an object and index needs to be in number i'm going to also use a built-in function define emits and i'm going to pass right here change at question and delete question which tells basically the parent component that this component emits might emit the following events okay we're going to save this in an emit variable and we're gonna we're gonna need that later okay down below i'm gonna recreate the whole model using json stringify and json parse so this one uh this uh jsonparse and json stringify is necessary to lose the reference to the actual question object okay because we're gonna update that model and we should we don't need to have an actual reference because that might give us some unintentional changes by reference and because we are using ref right here we need to import that ref from view let's actually import just created question editor in the survey view so down below the page component i'm going to import that question edit now let's work on the template side so i'm going to define a wrapper element and right here we need to display inside h3 the question text and i'm going to also display the question index plus one because the first index will have the first question we'll have index zero and i'm going to display the one right here so we display a module question as well down below i'm going to define a section for two buttons add new question and delete question each question will have basically a button to add a new question which will add a question after that question okay then down below also i'm going to define another section for the questions and for the question text and the question type and at the very bottom we're gonna have question description and down below we're gonna have also data for the questions but let's start with the button first i'm gonna add a new question button right here with the click event handler and this add question function is not defined yet but we're going to define those functions later and i'm going to add right here an svg icon plus icon and i'm going to give it uh taiwan css classes okay down below let's define delete question we're going to give it a classes and put there a delete trash icon as well and down below we're going to define now question d element inside there we're going to have label with a question text and down below we're going to have input with title and css classes and down below we're going to define question type and the question basically question text and question type will be next to each other we can have a look how this looks so far so we see this is a question text with the add and delete buttons this is uh the the same question text basically and right here we need to define question type okay so here we have that label select which should have an options okay let's first give it uh let's start iterating our options question types the question types is not defined yet but we're going to define this soon first of all we're going to define in the view weeks and then we're going to use that later in the view weeks we're going to define question types in the viewix and i'm going to use it right here in this component okay i'm going to start iterating the question types and i'm going to convert each question type into its upper case first case uppercase version first letter uppercase version okay i'm going to add css classes to this select as well and let's move on the description create a wrapper element right here and give it a label and text area with a bunch of talon css classes let's save this and have a look how this works in the browser here we have that this is a question type we don't have any options text description to separate one question from another i'm going to hit right here hr tag as well so that we have this nice horizontal line let's start working on the question data first of all i'm going to create an empty d which is going to be the container for all kind of question data at the moment we only have options inside the data but we might have additional options later additional data attributes okay inside the data i'm going to create additional d which is going to be the wrapper for the options i'm going to check if the question should have options this function doesn't exist yet but i'm going to create it right now and this will check if the question type is select or radio or checkbox and basically this means that the question should have options inside there i'm going to create h4 tag with tile on css classes instead of that h4 i'm going to add new option button as well which will have a click handler to add option function which doesn't exist yet that we're going to create and i'm going to tile on css classes right here as well and i'm going to add a svg icon for plus okay let's continue and down below i'm going to check if the modal data options length does not exist which means that the if the current question doesn't have any kind of options then we're gonna display text right here you don't have any options defined okay otherwise we're gonna start iterating over our options list inside the v4 we're going to write to take out the option in the index and start iterating i'm going to use the option uid as a key i'm going to add a couple of talented classes and down below i'm going to display first of all the index of the question and then i'm going to display the input with the data change event handler and down below i'm going to display also a delete button for each option okay it's going to be normal button with challenges classes and svg icon inside let's have a look how this looks so far in the browser okay we don't have any options let's reload the page we actually have an error because should have options is not a function so we need to define couple of functions now let's scroll down below and create those functions like add option remove option data change as well as should have options first let's open store and inside this state we're going to add question types now let's use those question types in question editor now inside the script tag first of all i'm going to import computed property and i'm going to import store as well and down below i'm going to get question types from viewix i'm going to call computed and pass the callback return store state question types which we just created right here then let's define functions so i'm going to define uppercase first let me actually show split this and show on the right side as well so if we just scroll up we're going to see uppercase somewhere here it is so here how we display the type so i'm going to define that uppercasefirst function i'm going to return the first symbol take the first symbol charge 0 convert into an upper case then i'm going to take the rest of the things and concatenate it with it okay it's down below i'm going to define a function if the question should have options and i'm going to check if the question type is one of those select radio or checkbox okay and this will return either true or false let's continue and i'm going to define git options and set options every time i need to get or set options i have to write modal value data options so i create those two handy functions getters and setters down below i'm going to add add option function which will take an empty option and edit so i'm going to call set options but first of all i'm going to call get options i'm going to destructure that and then add one additional one additional uh option right here and we need to uh give it a uuid so this function doesn't exist but we need to import that i'm gonna do this right now so let's let's continue and i'm gonna trigger data change after all these the data change function will be created soon now let's define remove option i'm going to get a call get options filter those and take out which is not the current option and just assign it into the set options okay i'm filtering every option which is not this one what i want to delete right now so finally we're going to have a new options list which doesn't which doesn't include this one okay and then finally i'm going to trigger data change let's continue and i'm going to also listen to the type change when the question type is changed and i'm going to check if the question should have options in this case i'm going to call set options and i'm going to read basically if there exists any existing options or assign it an empty array why do i do this because whenever the question type is select or radio it has couple of options if i switch back to switch to text the text doesn't have options but i don't want the options to be lost if i switch back to the select or radio i want those options to be still presented so this is how we do that i'm going to show this in action let's scroll down and i'm going to trigger data change and i'm going to define right here data change function which emits the data change and i'm going to take the modal value and i'm going to also check right here if the current question should have options if it should not have options basically i'm going to delete data data options here's one important things so far let's have a look in the browser so this is uh we haven't er i think let's let's reload the page we don't have any errors okay here are our options rendered nicely we have this delete options button which i guess works fine so if i just change the type into text the options of course disappear if i change that back now we lost our options why does this happen because right here we get the data by reference the model value and we actually delete the data data options which basically lost lost the data okay we don't have that we can't recover this so right here i'm going to wrap this model value into json stringify and then json parse which creates a clone of this modal value okay and now if i have a look in the browser i change into text then i select uh radio for example i still have those options or select i have those options okay and down below i'm going to aim it change event passing the data okay the only thing we're missing is to define that uuid version for function and let's have a look in the browser if i click add option right here i get this error uid v4 is not defined we need to scroll up right here and inside the import section we're going to write that import okay we need to import from uuid package which we're going to install right now we're going to import v4 function is uuid v4 now let's open the terminal i'm going to kill this i'm going to run npm install dash s uid hit enter on this okay this will install the uuid package we're going to start the server back and if we have a look right now in the browser click add option let's clear the terminal click option we see options are actually added whenever we click add question or delete question buttons we get the following errors in the console that's because we have not defined those functions let's go in the question editor component and down below i'm going to define those two functions for 8 question and delete question which finally should trigger emit events so let's add those functions right here and this one should emit ed question event and we need to pass the index of the current question plus one which means that whenever we click add right here it's going to create a new question on uh with the number three it's the next question should be right here basically the newly edited question okay just like this let's add delete question we need to emit delete question event and we need to pass the question which on which we try to delete basically if we go in the survey view we need to handle those cases because if you remember if we scroll up and have a look in the template in the question section we are listening change add question and delete question events okay so let's collapse the template scroll down below first of all we need to import that v4 as uidv for from uid package because we're going to need that right here okay and down below i'm going to add call create a function add question we accept those index which is passed from here and then i'm going to create new question object and give the following default values like the id in this case it's going to be uid but whenever we pass test that information to the back end the backend will generally save in the database as an id the default type will be text question empty description null we pass the data as an empty object and finally we need to put this in the correct place so i'm going to call modal value questions slice and the slice is very powerful function of array we're going to pass index right here the next argument is how many elements we want to delete i don't want to delete anything so i'm going to pass 0 right here and the next is uh what uh object i want to insert inside the array i'm going to pass a new question and just like this question will be added inside the questions array okay we can test this so far i'm going to just click add right here and down below new question was added okay now let's implement delete question so i'm going to create delete question function we accept the question which is passed from the question editor this one okay and right here we are passing basically props question we don't pass the actual modal object because we are what we hear is actually uh question uid or question id so in this case we have the question id so because we're going to delete the question finally based on its id okay how we're going to do this perfect so model questions we need to update our moodle value questions model value questions equals and we're going to call on existing module value questions a field here we're going to take out only those questions which does not have the given question id everything else should go inside the new questions okay so right here we write if the queue does not equal to the question okay now we can even improve this and right here question id doesn't equal to qid just like this or this one will be also enough whenever we save this and go in the browser i'm going to click delete on this and this is deleted we click delete and everything basically is deleted okay next thing is to implement change question whenever question changes so we need to create function question change right here we we accept question and that's also passed from the um question editor from here we accept right here updated question and here's the interesting thing we need to do something similar like we did for the questions we need to create new questions array but in this case i'm going to call modal value questions map and i'm going to map each question to its new corresponding value but first inside there i'm going to check i'm going to pass the callback of course and then i'm going to check if the each individual question id equals the given question id this means that this question basically the queue is about to be changed and in the new array modal value questions we need to return the given question but i don't want to just return the question um it can be done like this but to avoid any kind of like reference changes in the future i'm going to wrap this inside json stringify and jsonparse and down below i'm going to return the queue whatever it is so again if the question id doesn't equal to the queue id then we simply return whatever is inside the original module questions area right here otherwise we return the given question so i save this and now if i make any changes right there that's going to be affected it's going to be given to the parent as well so finally in the peer and survey view modal value questions will always be up to date and we can print this every time we make some changes we're gonna see that this is up-to-date data information we need that whenever we click the save button on the survey view we need to pass always up-to-date information to the backend now let's open phpstorm and generate survey controller and work on the backend side i'm going to bring up the terminal open new terminal and run php artisan make controller survey controller dash dash model equals survey api requests so right here we specify the controller name i specify also that i want this controller for the api and i wanted to generate request classes as well we're going to see that so the request classes as well as the controller uh has been successfully generated now let's go in the app http controllers and right here we see the survey controller if you go in the requests we see right here store survey request and update survey request i want to also generate a resource so i'm going to run php artisan make resource and i'm going to call this survey resource hit enter resource created successfully let's go in the up http resources folder and right here we see survey resource my survey has slug so when whatever i type inside the tattoo title the slug should be generated from the title so i'm going to install laravel sluggable package the first one so let's go down below we need to find composer require i'm going to grab this open the terminal and right here i'm going to run composer require okay the package has been installed let's now go in the controller survey controller and implement those methods right here okay let's implement these methods step by step first of all i'm going to implement index i'm going to accept right here a request class and i'm going to import that class a little bit later down below i'm going to get the current user from the request then i'm going to write return on the survey model i'm going to call where the user id field inside the database equals to the current user id and then i'm going to call paginate on that result because i want also to implement agination but finally because we created survey resources well i'm gonna wrap everything inside survey resource collection okay so this is basically all for the index and that's already working now let's scroll at the top and right here i'm gonna write use illuminate http request for this one as well as up http resources survey resource for this one okay let's implement store method first of all i'm going to get request validated data the star survey request is just an empty class we haven't implemented any rules right here we're going to do this later but now i'm going to already use request validated right here which basically will give me all the validated data i'm going to pass this into survey create which will create a make a record in the database and return a result i'm going to assign the returned result into a result variable and finally i'm going to return this result variable but i'm going to give it to the survey resource so creating an instance and passing to the passing the result right there all right let's also implement it let's move on on the second method which is show the show method basically is i think the simplest one but we need to add one additional check right here so as a simplest implementation of this will be just to return the given survey right here in a survey resource and that's it we already have resource but i'm going to add a check that the user who is basically trying to get the current survey has permission is the owner of the survey okay so for this i'm gonna first of all add a request parameter in the method then i'm gonna take out the request user and i'm going to write a check statement if statement right here if the request user id does not equal to the survey user id this means that the authorized user is different rather than the owner of the survey so we basically need to abort the following if inside the if statement and just return 403 unauthorized action so basically the current user doesn't have permission to get the current survey okay otherwise we return the survey and that's basically it let's implement the next one which is update okay i'm going to get the request validated data i'm going to pass it to the survey update function which will basically make an update in the database and finally i'm going to return a survey with new resource and finally let's implement destroy okay first let's add request parameter in the arguments then i'm going to get the current user from the request then i'm going to make an if statement to check if the current user has permission to delete the current survey if not we're going to abort with status code 403 with unauthorized action message otherwise i'm going to call delete on the survey and finally i'm going to return a response with an empty content but the status code will be 204 which is basically a common status code for for deletion now since our survey controller is ready we can go in the store survey request and implement rules and everything right here okay first of all inside the authorized method i'm going to return always true okay otherwise my request will be simply rejected then i'm going to create method right here which is prepare for validation basically i override the parent method and inside the attributes for the request i'm going to add user id which will be the current user id okay then let's go down below and implement rules right here i'm going to add rules for title user id status description and expire date and then let's specify rules for each individual attribute the title needs to be required string with maximum 1 000. user id needs to exist in the user's table id column status needs to be required in boolean description will be nullable in string expired date will be nullable date and the value should be after tomorrow okay we have our store survey request ready now since we already implemented survey controller and store survey request we can go in the survey recourse resource because we are already using that in the controller okay from here i'm gonna return an array instead of calling peer into array and let's specify each individual attributes i want to return i want to return id which is going to be this id title i want to return slug status description created it updated it expire date and questions empty array at the moment i'm gonna right here uh put right here an empty array but of course we're gonna get the questions and return those questions later as for the status you can see the if the status doesn't equal draft it it means that the status will be boolean true otherwise it's going to be boolean false now let's open survey model and we need to make some changes right here as well now let's add right here a fillable array and we need to specify all the attributes that should be fillable and filled by fillable i mean that in the survey controller whenever we create survey we specify right here request validates all the data and laravel automatically fills the survey properties based on the data and we need to specify right here so the available properties are user id title slug status description and expired date next we installed laravel sluggable and we need to use it right here we basically need to configure our survey model to take the title convert into slug and save it into slug field in the database so for this i'm going to use has slug trait which we will import in a few seconds and down below i'm going to create get slug options function okay and down below i'm going to return slug options create generate slugs from title save slugs to slug and at the top let's import those two classes trades has slug and slug options last thing to do on the back inside is to go in the api php inside which we have all our roads and down below we need to define a resource road for the survey so and the class will be basically survey controller up http controllers survey controller and this resource basically indicates that i have uh at least five endpoints on the following resource like get all surveys get single survey with slash and the survey id update delete survey all that crowd operations is supported by specifying road resource all right let's now go on the vue.js side and try to create survey in the database on our form we already have method save survey we need to scroll down below and create that function right here okay at the bottom we need to create the serv save survey function so i'm going to call dispatch with the save survey action on the store pass the model survey and listen on the callback the save survey action doesn't exist yet but we're going to create it soon in the callback i get the data and down below i'm going to call rotor push i need to navigate user on the survey view page basically if the user is just creating a survey the current road name will be survey create so the user will stay on the same page but the road will be different okay so survey view and inside the params i'm going to pass the received user received surveys id okay that's how it is let's scroll at the top and we need to import the use rotor and create router right here all right the next thing to do is to implement that save survey so let's go in the store file and implement this right here okay in the store i'm going to define save survey we accept survey right here i'm going to define a response variable and down below i'm going to check if the survey has id it means that we are updating survey and we need to make a put request right here otherwise we need to make post requests because we're creating a new survey and in the then of the update we're going to call update survey mutation we're commenting this the mutation doesn't exist yet we're going to create it soon however if we're creating new survey i'm going to call and we need to return the result in any case from the callback so however if we are creating new survey we're going to commit save survey and return the result from here and we have a response variable which needs to be returned in all cases from the save survey okay let's define right here save survey mutation in update survey in safe survey we're going to assign state service equals to structure the existing state surveys and aid survey data this is the current survey data okay in the update survey the state service equals i'm going to map each individual survey into a new object and check if the each individual survey equals the received survey id then we return the survey and rate survey right here otherwise we return s but the thing is that right here instead of survey you should return survey dot data because survey in this case is a response received from the axios and we need to take out the data and right here i guess we need as well survey dot data id we're going to test this and if we have some bug we're going to fix that now let's open the browser let's actually go back and try to create a new survey i'm going to also have a look in the network i'm going to fill up the form with some dummy data and let's hit save all right let's have a look we got the response 201 from the backend which means that the survey has been successfully created which is actually awesome now let's see why we were not redirected well actually we are redirected to the uh current page as we have implemented okay let's try to create one additional survey whenever we create a survey we need to check if every field is successfully set for example slug so let's call this lorem ipsum description let's specify some date as well and checkbox let's hit the save button and have a look in the response we have the data inside the data we have uh title as well as this log in the expired date and description everything basically looks correct however if i create create new survey with the same title let's open this page again with the same title then the slug will be different the slide will be lorem ipsum 1 and that's what this sluggable package basically does and that's exactly what we want now let's add image column to the surveys table i'm going to open the terminal and generate migration php artisan make migration add image column to service table and hit enter on that let's go in the database migrations and right here we see this newly generated immigration okay let's add right here a new column on the table i'm going to add string column and the column name will be image the length will be 255. okay let's scroll down below and create down as well on table i'm going to call drop drop column on image okay looks good now let's run php artisan migrate okay it created that column in the database perfect now let's go in the survey controller and implement attaching that image let's go on the update first or let's go actually on the create first and we need to adjust the rules as well how we're going to do that but let's actually go on the front-end side open survey view and have a look at our input type let me close zoom in okay nice here we have that that's the button input type file it doesn't have v model or anything but we cannot actually add v model to input type files we need to add a change event listener um on image on image choose for example and then we need to get that image and save it in a variable and then send it to the back end or we can also implement um to preview that image now let's scroll down below and implement that function on file choose i'm going to do this right before the 8th question right here function on image choose okay perfect now on immediate we're going to get get accept an event right here then from the even target files i'm going to get the first one and that's that's going to be my file i want to send to the back end but i'm going to do the file preview as well image preview as well so for this i'm going to create file reader and on that reader i'm going to call a method read as data url and pass the file whenever this will read the image it will call on load callback which is a function and right here i'm going to get the reader result which will be the base64 string as a as a url to basically display and i'm going to assign it to the modal value image remember modal value image is the variable which is basically used to display in the component in the template okay but i'm going to make some changes right here i'm going to use that modal value image to send it to the back end as a base64 string and i'm going to use another url like image url to display so image will be used to send the image to the backend image url will be to display it right here okay now let's go at the place where we have that image right here and i'm going to change that instead of using image right here i'm going to use image underscore url to display okay looks good let's actually save this and have a look in the browser we should be able to see preview okay here it is i'm going to click on change let's choose one image here it is we have the image preview looks awesome choose another image we have that we haven't yet implemented to fetch the surveys but whenever we do that we need to return inside image url variable the the actual image okay now as far as we know that we need to send image from the front and to the back end let's go on the back inside and right here i'm going to add image to be it must be string sometimes it can be empty so we need to allow nullable as well okay perfect let's go in the survey controller in the store and right here take that received image consider it to be nice base64 string and we need to save it as a file let's see the actual data which is sent i'm going to call this test and down below click on save and in the survey in the payload we see we send image as well as image url we need to delete image url because that should be only used for display purposes this one is what we need to send and this is how this looks like data that this page 64 string basically but we need to remove the following uh part and then the rest of the thing will be something we need to handle on the back inside okay first on the front side again let's go in the store slash index and this is our temporary area which we won't need soon down below we have this save survey and i'm going to call delete on that survey we're going to delete image underscore url okay save this and now if i upload an image give it title and save on the request we won't have that image url which is exactly what we want okay let's go on the backend and work right here i'm going to take this line and split it into two lines first of all i'm going to take the request validated data and save in a variable called it data and pass the data right here in the survey create i'm going to also rename this result into a survey and right here i'm going to pass survey okay this works fine i just made small changes now i need to check if my data contains image right there because the image is not actually required and technically it can be null so if my null or not presented in the data at all if my data contains an image we're gonna take that image and say on a local file system okay so for this i'm gonna create a new method called save image in this controller it's going to be private or protected method i'm going to pass the data image which is going to be the base64 string this one the whole thing and it will basically do the all the necessary things we're going to create that function soon and then finally it's going to return relative path i'm going to take that relative path and assign into data back into data image and finally whenever we put the whole data inside the surveys create it's going to take that image and save in the database but we need to make sure that in survey we add somewhere right here for example image instead of the fillable otherwise this image will be lost okay now let's create this function hit alt enter add method down below let's implement this right here i'm going to write an if-else statement and first of all test if my image is a valid base64 string and inside the if i'm going to use a regex and call the method pre-match inside the prick match we're going to pass the following regex pattern the string needs to start with the data column image then there should be slash there should be some sort of alphanumeric alpha basically uh characters more than one and then semicolon base64 in comma the rest of the things we we basically don't care it will be encoded base 64 string and i'm going to run this regex on an image variable and finally we're going to save the matched results in a type variable okay so it's going to basically test if my string starts with this pattern which is necessary to do and the next thing is to in the else basically we just need to throw an exception at the moment we just throw an exception but in the future we can improve that and return a nice user error that like this is not a valid url or something like this okay now let's take out the base64 encoded text without the mime type so we need to take everything after the comma okay so for this i'm going to call substring method in an image and then right here i'm going to specify the position of the comma plus one so basically everything after the comma we just need to take it save it in a image and that that's what we want next is to get the file extension and that's gonna be matched results first because this one is uh inside the group inside the parentheses parenthesis then we just need to take the first one so that's going to be the type that's going to be jpg or png or whatever is the image extension in this case it's going to be png this one okay the next thing is to check if the type is a valid image so we just check simply if the type is in the following array and if it's not we just again throw an exception and down below we need to prepare our image variable which is already encoded string this one and first of all if there are some white spaces we replace them with the plus sign next we call the code on that and finally our image basically is ready we just need to check once again if the image is false we throw an exception okay and down below the if statement we prepare the path where we need to save our image that's going to be the the directory will be basically um under public so under public and i'm going to create the that images folder and we're going to save everything right there okay so the the images folder is already created i created it manually but if the director doesn't exist it's going to create it also i can actually delete that one let's actually delete this okay now right here we take uh the we we just create a variable for directory then i'm going to create the file name that's going to be some random string and the extension will be the extension which we detected the image has then i'm going to create two variables one for absolute path second for relative path and you'll see why i need both variables the absolute path is used to check if the path exists the directory exists the images if it doesn't exist we just create the directory okay and relative path i need to return from this method that's going to be whatever will be saved in the database okay finally i call file put contents on relative path i can call on absolute path as well both of them will work the relative works simply because the entry script of the application index php is inside the public and relative path will simply create a file inside images random string dot png right here inside the public okay i can use right here relative or absolute both will work and then i can return a relative path from here and finally let's scroll at the top and i need to basically i'm using two classes str and file and i need to use them at the top so right here i'm gonna write use the file illuminate support facades file and support str okay so now if we just try to upload a file image it should work so let's choose like plural for example and we have the test and the the expiry date inactive can be now so click on save and let's see okay create it looks like it was created we don't get where it is we don't get an image or image url because we don't have the field in the resources but let's go on the file system and see the images folder has been created and right there we have this image here it is our laravel image we can check in the database as well in the php my admin if the file was actually successfully saved let's go right here click on surveys and here is our image okay this means that the our script works perfectly by the way i'm gonna um make this field image field we made this mandatory uh while in immigration we need to make it actually nullible so if we go in the migrations because sometimes it can be empty right so right here um at the top so i'm gonna give it to be nullable and i also want it to be after uh user id field okay it should be right here before the title so let's open and run phprt zone make not make migrate rollback and then migrate once again okay now if i just reload phpmyadmin we see image url right here okay i can delete that survey or leave it uh and go again and create one survey test two save that and have a look in the database we have the image populated in the file system let's go in the public right here we have now two images okay it looks perfect now we need to do something similar on a survey update okay we implemented on the store method but let's go down below and right here we need to make some changes as well okay here again i'm going to split this line into two lines first take out the request validated data and save it in a data variable and then call update with the data on the survey and right here then let's write an if statement if the image exists inside the data we take that and we do basically the same thing we call the save image passing the data get the relative path and then we assign relative path into data image now we already have image inside the fillable of the survey so that's gonna work simply uh the last thing we need to do here is that if we're updating a survey and it already has an old version of image we need to delete delete that right so i'm going to write here if there's an old image if survey image exists so we create an absolute path with a public path method and then i'm going to call file delete on that absolute path okay the rest of the things will simply work now let's do like this i'm going to open the public folder right here we have two images and this one basically the second one has already an image we don't uh preview it right now but it has we created right here in the database okay now if i just change it into like vs code for example and hit on save let's see on the file system okay the old image was not was not saved okay we have two laravel uh okay it wasn't saved for some reason i mean the image was not deleted let's try once again choose an image save okay it always create new image it doesn't delete this one we can have a look what's the actual value of the survey image so we can dump this right here and click on let's actually choose another one click on save i think i know the reason i think i know the reason the reason is that this if is not satisfied at all because in the let me make sure it collapses the left side in the update survey request we did not have anything at all we don't have any rules or anything okay let's add right here title image user id status description expired date and questions to an array we're going to implement questions a little bit later let's focus on the image first also we need to go on the authorized method and delete this one and we need to add right here check that the user who is trying to basically update the survey is the owner of the survey in the controller on the update we get the survey as a modal variable right here okay we want to access the same survey variable right here in the authorize so for this i'm going to run this road and survey the param name which is the survey so i get the model right here and now i need to check if this user id and this user is the authorized user that this user id doesn't equal to the survey user id this means that i am not the owner of the current survey and simply return false i should not be able to update the survey otherwise we return true okay so i think we did everything right here we just need to make this image to be nullable as well and string and now if we just try to update now let's choose another one i chose another one because this one was already selected and when you just we selected it it didn't do anything okay so let's choose lar for example and before i say if we go in the file system again and see we have five images right now okay so whenever we save this we still need to have five okay we we don't have uh the again image was not was not deleted let's have a look so data image exists let's actually print what's the survey it's the survey image let's print that hit on save oh we don't get that do we get anything right here like something is weird going on i think i know what's going on we are basically always calling post created that's the issue we we never call update that's the thing we always create new survey okay this is something we need to handle on the front front-end side but on the back inside i think everything is everything is correctly done so now let's jump on the front side because we we had an issue on there just one last thing i want to do here is that those images are in the public folder if i comment and push everything those will be committed and pushed which is something i don't want so i'm going to create git ignore file inside the images and i'm going to ignore everything except the git ignore file itself okay whenever i run a comment or whenever i run hit status those images won't be displayed in the status okay i'm going to call git add it's status and i don't have those images everything what i see right here must be committed and pushed okay the problem in this case is right here in this place because we just tried to get the survey from the surveys area but now that's not going to work we need to make an http request to get the current survey so whenever i reload the page it should make an http request and display the survey information right here we actually have an error right here because the survey with id 7 does not exist in the store state surveys array okay that's the thing so let's change this place i'm going to delete this and i'm going to actually write on store i'm going to call dispatch i'm going to call the action get survey and i'm going to pass right here wrote params id it's going to make requests we need to implement that action it's going to make requests and save that information in the store and then we're going to get that information from the store again so let's go in the store and right here in the actions i'm going to create that git survey we're gonna take out comment rate here we're gonna get id right here and let's make an http request before i make an http request i need to define right here a state for the current survey the current survey is basically this array which is opened at the moment okay so let's create current survey variable right here it's going to be an object and i'm going to add right here two properties one is loading so if the current survey is in the loading state second is data the data will be an object and that's the actual content of this survey okay in the action first i'm going to start the loading indicator so basically i set the current survey loading to be true and i'm going to use that in the component to show some loading text or loading indicator css animation okay so this is the point we make in http request okay then we make an http request we pass the survey id right here inside then we get the response the result and i'm going to set the response data to be the current survey this this is a mutation which we need to create right now and finally we're going to return this result right here i'm going to handle the case that whenever we get the response the survey loading should be stopped okay we start the survey loading make an http request get the response stop the survey loading okay and finally we need to handle the catch scenario as well and we also disable the loading and we throw an error whatever comes right here okay now we need to create two mutations set current survey loading and set current survey let's scroll down below in the mutation section and let's define here those two mutations set current survey loading we accept the state in loading and i'm going to define the second one which is the set current survey and in the loading which we just simply take the loading variable and assign it to the current survey loading and in the set current survey we just take the survey and take out the data from that and we're going to see why we do that because whenever a response is received from the backend it is wrapped inside the data okay we basically take data a few times like two times one once we take the data right here and this one is the response and actual data is dot data and in this case dot data is everything everything and down below in the mutation we take the survey.data and in this case the data will be this thing okay this is this is how we do now we need to go in the survey view and take out the current survey and use it right here so we make request to get survey it's going to update the current survey variable and now we need to uh take the current survey here so here basically i need to watch the current survey from the store when whenever current survey changes i need to update the local model variable okay so for this i'm going to call a watch function which i will import soon from the view okay inside the watch we pass a callback and we simply watch storestatesurveycurrentsurvey.data okay this is an actual data and we're watching that okay the watch accepts the second argument right here which is a callback whenever this one changes then we this callback will be called and we have new value and old value in this case we are interested in a new value so i'm going to take the new value and assign it into modal value but i'm not going to simply assign it just like that i want to first of all call json stringify and jsonparse to avoid any reference changes in the future and i want to destructure that however the status basically which is going to be returned from there is either draft or active so we need status to be boolean so in this case i check if the status doesn't equal draft then the status will be an active okay and just like this we have the current survey data assigned into a model okay let's scroll up and import that watch right here in the survey and let's actually let's actually go in the browser and have a look so whenever we try to access survey with id2 for example it makes a request let's have a look it made a get request the data was received and the form was populated we have active we have test two let's open the first one uh sorry first one we have test uh how many surveys do we have here so we have like uh seven right so test three test four test five let's try the seventh one which is gonna be test two title yeah title is always test two okay slug slug is actually different but the title is always test two okay if we just try to update now this test to updated for example and hit on save this one makes now put request okay so now let's have a look we received a title to be tested updated if i just reload the page i see test to update it right here okay and if i just choose an image hit on save uh if i just have a look in the in the store in the file system let's have a look let's go in the public okay we have like um seven seven images okay if i just choose another one hit on save here let's have a look now look at this we still have seven images one was deleted second one was created like in this case we do update properly okay let's actually open um survey resource and from here simply return an image to be url that should be illuminate support facets to and we need to pass this image right here okay and let's add an additional if statement right here if the image exists let's return this as an http url otherwise we return now let's save this and reload the page click on that go in the preview and we see right here image actually i want to return image underscore url because that's how we are using on the front hand side reload the page and now we see that image displayed right here because image url was successfully returned now let's change this into laravel hit on save that was updated we lost the image right here but if i reload it we have this laravel so why did we lost that image we need to find out let's try to change this once again hit on save let's see what data we get we get the image url but why it is actually lost for this let's go in the survey view and let's actually print the whole model i think something is wrong with the model the model does not have the image right here it has image it doesn't have image underscore url let's specify it to be null we don't actually hear image anymore so i'm going to remove this let's see maybe the issue is that save now the images image url is still lost okay let's actually print the image not only the image but the whole model okay so model print right here and have a look we have image to be the chosen one okay we have image url as well now if i just reload the page we have image url right here let's change into laravel hit on save and now image url is lost well strange i think i know the reason for that as well so if we go in the store whenever we update the survey save or update it doesn't really matter the current survey is not updated the survey which is displayed right here okay this is what we need to change so whenever we commit update survey or safe survey i think we don't really need that update survey in safe survey because it was making changes in the surveys area okay now we don't hear that so i'm gonna simply delete those two mutations and simply we're gonna call set current survey in both cases and we pass the result date let's save this and have a look we have laravel image change into angular hit on save and here we have here we have everything what we expect so far let's change this into ujs we don't have angular right now and let's have a look in the back end as well right here we still have seven images so we deleted we re-uploaded image many times but the image is now deleted whenever we just upload a new one looks awesome now whenever we reload the page we see that the title is create a survey and then it appears also the form is empty and then the laravel image and the text appear that's because there the request needs some time right to fetch the data and in the store we created that loading flag okay and let's actually use that flag to write some loading text in the component okay so for this right here i'm going to write a const survey loading flag which is going to be computed property and that's going to watch on the store state current survey current survey dot loading okay and let's use these computed right here and let me actually print that right here in the template so reload the page it's true then it turns into false so right here i'm going to create a div with the if and if the survey loading if the survey is in loading state i'm going to write text loading and let's give it a class of flex and justify center let's reload the page we see loading text see that if we just go in the network and change into like uh slow 3g and reload we see it's very slow very slow let's turn into a fast 3g reload the page where is that please come on hey okay i'm gonna skip that okay you see that uh loading right so instead of um like displaying the form i want to hide the form so inside the vls i want to show that form so we see loading and then form appears the same thing for the title we see create a survey right here which i don't want to see okay that's ugly instead of module id right here i'm going to use road perms id we have wrote perms id we are using that whenever inside wrote there is perms id we know that it's it should be an update okay so road dot params.id we show module title model title sometimes might be empty but instead of create a survey better to show an empty string then create survey okay and this is how we do the loading and inside the instead of loading text of course we can write some create some css indicators like low spinners and so on now let's start working on the delete of the survey on the survey view next to the create survey or next to the title i'm going to put a button right here okay the button should only be displayed if the road perms id exists it means that we should not show the button on survey creation okay this view this component is used on survey creation as well you know so if we go now in the browser we see that delete survey button okay let's actually add a trash icon so we add the click event listener as well as the trash icon right here let's save this the trash icon is huge so let's add the classes right here and save it and here it is okay nice so whenever we click that now we don't have that delete survey function created so let's actually copy the name scroll down below and create that okay let's define a function i'm going to write an if statement and ask basically user to confirm if he really wants to delete the survey okay just deleting a resource whenever someone clicks on button immediately is not a good idea maybe someone mistakenly clicked on the button okay so i'm going to show a browser's default confirmation right here are you sure you really want to delete the survey something like this if user confirmed that then i'm going to call store dispatch delete survey so i'm calling this delete survey action it doesn't exist in the store we're going to create it i'm going to pass the modal value id that's the survey id we want to delete and let's listen uh whenever this happens so whenever we get a response from the server that is deleted inside then i'm going to push the road i'm going to change the road into surveys page basically we redirect user to the survey list page okay i save this let's go in the store and create the delete survey that action is the simplest action we create that the first argument is the object we don't want to destructure i'm not going to take comment or anything i just get the id and make an http request on axios client to delete that survey okay that's basically all if we go in the browser and just hit on delete survey we get the confirmation click okay okay we made an http request this status code is 204 it was successfully deleted however if we go in the phpmyadmin as well and reload we only see like we see seven okay let's delete one more like the first one okay click on delete okay reload the page okay yeah it was successfully deleted now whenever we delete that we need to delete the image as well from the local file system okay right here the images are not deleted so let's open survey controller and find the destroy method and right here we need to delete so basically if we go up right here if the there's an old image just delete it we need to copy this and put this right here before the delete or after we can do this after the deletive till it successfully happens okay now there are like eight eight images if we just open the second survey and hit on delete let's have a look on the file system yeah the image was actually deleted now we need to fetch the surveys from the database for this i'm going to open the vs code and go in the store file and we have right here tmp service which is displayed right here so we need to delete those tmp surveys and we need to basically fetch the surveys from the database i have deleted all the existing surveys and created new ones with some actual images and some close to real content okay so i'm going to actually delete those this tmp surveys and remove it from here as well so we have surveys i'm going to convert these surveys into an object which will have loading rate here to be false by default and the data will be in array okay now we need to open surveys dot view file and right here we need to make an http request to get surveys so for this i'm going to actually uh call on store i'm going to call dispatch and call the action get service we don't have that get service right now so let's go in the store and right here we have the get survey we have save survey delete survey and right here i'm going to create get surveys we get comment right here and let's make an http request right here first we're going to start the loading of the surveys so i'm going to call the mutation set surveys loading and set to true we're going to create that mutation then i'm going to make an http request on the slash survey endpoint in the callback i'm gonna stop the loading and i'm gonna take the receive data res data and call the mutation set surveys and pass it there okay now let's scroll down below and create that search set surveys loading mutation just like we have said current survey loading i'm going to duplicate this and call this set surveys loading this will be surveys loading equals loading and just like we have said current survey we need to create another mutation set surveys we get the data right here and inside the surveys data we assign this data actually we're going to have data inside so i'm going to call this surveys and then right here we're going to have surveys.data okay let's save this we're making get service requests from here so let's go in the browser and have a look okay reload the page we have an error something is going on unauthorized so we are not actually authorized okay now i'm going to clear my session storage and reload the page and now login once again now let's go on the surveys page and let's see what we have right here missing required problem id okay the request was made we got the data but we have an issue okay let's have a look at what we have in the store in the mutation so right here i'm going to put debugger and have a look so we have surveys we have data we need to take the data and assign it into service data looks good however the thing is that in the service component we expect surveys but instead we need to return dot data that's the thing we made changes in the store right here okay if we save this and reload the page let's continue here we have so we have all those surveys images are missing i think because in the surveys we are still using the image not image url so let's collapse the header right here we are iterating our surveys right here we need to use image underscore url if we save this and have a look that looks awesome so we have all these surveys okay now i'm going to actually create new component for survey list item and move each individual item right there so let's go in the components and right here i'm going to create survey list item.view let's generate the boilerplate code and work right here i'm going to collapse the left side okay first of all let's actually grab everything from here and paste everything here and in the surface view i'm going to use survey list item component which was automatically imported by vs code okay we need to start iterating right here v4 so let's copy the v4 section here we have v4 as well as the key i'm going to take this and here we have v4n key we can put this on a single line and we need to pass a survey object as a prop so here is our survey let's actually show this on separate lines just like this okay now in the survey list item uh i need to remove the debugger from from the mutation from here okay all right now in the survey list item let's scroll down below i'm going to change the script to his composition api and right here i'm going to define props and we're going to have only one prop which is going to be survey to be object okay and i want to take the received survey and save it in a variable called survey looks awesome i'm going to also define emits define oops define emit we're going to define delete and edit whenever delete or edit buttons are clicked we are going to aim it to the parent okay now let's find those buttons this is the delete button and instead of calling delete survey i'm going to call emit on delete and we're going to pass the current survey let's scroll up this is the delete button um on delete we base on edit basically we just redirect user so we don't actually need to do anything regarding edit so we can even remove this from here save that go in the service component and add right here delete okay whenever delete is called on this component we need to call delete survey okay right here we show the confirmation that looks awesome let's have a look we have an error undetermined string constant oops where t's necessarily cite item let's remove this all right reload the page we have everything if i just click delete uh edit uh it works fine the server is open if i click delete it shows this confirmation we can implement delete um in the surveys right here just like we did for the uh from the survey view so we just need to call store dispatch uh delete survey and we need to pass survey dot id okay let's have a look let me actually create new one i don't want to delete existing ones test let's choose image hit on save that was saved go in the surveys list and let's go down below we have the node.js right here let's open the network and click on delete okay on that the request was made survey was deleted but this survey still stays right here we need to reload the list of the surveys okay we can do this right here whenever the survey is deleted in the callback we're going to call store dispatch get surveys okay let's create one more survey i'm going to create without image in this case let's oops i need to go in the list and let's call delete okay it was deleted service we are fetched and we have updated list right here which looks awesome we have successfully implemented survey creation update as well as the delete now we need to focus on creating questions first of all let's go on the backend side and we need to work in the survey controller but let's understand whenever we send a request what type of data we send so let's create a new survey and in this case we need to add questions like question one for example i'm going to hit on save right here and let's see what data we sent in the payload we have questions so in the questions we have each question has basically data description id question everything basically is successfully sent from the front end so if i add one more question that's gonna be sent right here but we don't handle those questions on the backend side so let's go in the survey controller and at the top whenever we basically uh create new um new survey in the store action we need to handle the saving of our questions right here actually we need to do this right here down below so here's the place where we need to create new questions first of all i'm gonna get the questions data from the data and start iterating over those questions each question needs to have survey id so i'm going to take the just created survey id and give it to the question and then i'm going to save this question but i need to apply validations on each individual question as well i'm going to create a separate method called create question i'm going to pass that question object and this purpose is simply to create a question in database okay so in the store we did everything now we need to create that create question method okay down below we can create private or protected method and let's work right here so here we need to check if the data contains data right there so this this data is whatever we send as an object right here so this might contain options area for example if the question type is select or checkbox or radio okay so if the data contains data which is object in javascript but it's going to be array in the php side so we need to encode that and save it as json string so we need to call json encode on that data and assign it back to the data okay now we need to do that because we cannot save an array in the database so we need to save this as json now we're going to create validator right here i'm going to create new validator and pass data and let's define rules the question needs to be required and string the type needs to be required and we have basically five types at the moment so the type needs to be one of the following types so i'm gonna use rule in in this case and pass the available types but i don't want to just type right here text select etc so i want to create i can create enum but because we are doing this on php 8.0 and if you're just following this tutorial on 8.0 you're going to have an issues because you have to update your php version to 8.1 if you are doing this on php 8.1 you can just have a implement this using anims in the validator of um like if we just open laravel uh validators you can see right here that this one supports anim okay and i'm rule and you can do that but in my case i'm gonna just pass right here an array rule in and i'm going to open survey dot php model and i'm going to create a constant variables right here for different types like type tech it's going to be text and just like this i'm going to duplicate and create all types okay so here i copied and pasted all the types text text area select radio and checkbox now if you go in the survey controller i'm going to use those types right here okay okay the next field is description which can be nullable and string the next field is data which must present it simply it must be simply presented in the data and and i do this because whenever i just uh put the validated data inside the question create they should not be skipped okay the next one the last one is survey id which must exist in the survey id field okay and finally i'm going to call survey question create i'm going to pass the validator validated data and return just created question we have used right here validator class rule class and survey question so we have to import those a scroll at the top and right here i'm going to use all those classes okay we have implemented saving questions now let's go in the browser and reload the page and let's add questions well this is an update we didn't implement this on update we did this on create so let's create new one i'm going to call this test two and let's add two questions question one which is gonna be text and this one's gonna be question two which is gonna be select and let's add option one let's save this okay we have an error we didn't do something correctly undefined array key questions okay it seems like the getting the questions on survey controller line 48 did not work successfully and that's probably because the survey store request doesn't have questions in the rules and i'm right so right here we need to specify questions to be array let's save this and make request once again we still have the same error now the issue is that the question is not added into fillable that's also correct we need to open a survey question right here and we need to add billable and add right here question data type survey id and what's next let's see what information we pass data description id question type we have question data type survey id and we need description i think we passed everything now let's make request once again and have a look i think now it was successfully saved we got the response back now we need to have a look in the database so if i just reload this and he'll go in the survey questions yeah let's go in the survey questions okay i actually have already questions for those other surveys which i created manually but we are interested on this one question one and question two on question one we have empty array however on question two which has type of select this is what we just created it has the options and this one thing it has option one as well so it looks like everything worked fine now we need to return those questions on the front-end side so let's go in the survey and well basically we need to have a look in the survey resource right here when we whenever we call the um to array instead of passing empty array right here we're going to return these questions but i think this will not work because our survey does not have a relationship also our question doesn't have relationship to the survey now let's do this here i'm going to create a public function and i'm going to call this questions and we're going to return this as many survey question class and that's it and in the survey question we need to create public function survey and we're going to return this belongs to survey oops that should be survey column column class that's how it should be now whenever we access surveys it's going to return an airy let's have a look in the browser and well this should return questions for every survey basically not only when we create so if we go in the surveys and just click let's open any like we created the test two so let's edit this one we should get questions right there so let's expand this uh the questions is empty array why is this because that one doesn't have any questions i think let's open this one okay i think the reason is that we have pagination right here let's open the other one which i'm sure it has questions like like this one for example okay let's go and here we have the questions okay we got all the questions so returning questions actually works fine that's the same survey we had inside the tmp surveys but the data is string and the create that is that's thing and i i want to create now survey question resource okay and return this i'm going to bring up the terminal and call php artisan make resource and i'm going to call this survey question resource hit enter let's collapse the terminal now let's go in the http resources survey question resource and right here let's implement to array okay we need to return id type question description and the data but the data should be uh json decoded thing okay so let's wrap this inside string and we're going to return these following fields as for the data let's just return data is json decode these data now we need to use that survey question resource in the survey resource so instead of just returning these i'm going to call survey question resource collection and pass these questions now let's save this and reload the page and see what we get so we get data as an object we get description id question and type let's actually have a look in the survey we created now let me just zoom out slightly okay i think we don't we don't have this right now but if we go in the survey controller and find the index and increase the pagination to be like 50 for example and reload the page we should be able to see this test to with the id 61 which is this one and now we should have our given questions like two question type text in the question one type select with option single option which is option one so and down below we also have those options populated this looks awesome so this shows that we successfully implemented creating questions however we need to also uh implement the updating of the questions okay looks looks fine so we have also implemented getting the questions properly now let's go in the survey controller find the update method and implement updating questions right here okay after the survey is successfully updated we need to get the ids of existing questions as a plain array then we need to get the ids of the past questions the questions which are in the request of the new questions then we're going to find questions which needs to be deleted and we're going to do this by array difference so from these ids into these ideas we're going to see everything then we're going to find questions which we need to add then we need to delete those questions then we need to create new questions and finally we need to update existing questions let's start step by step so right here to get the existing ideas i'm going to call survey questions i'm going to call the planck method on this questions collection which will return a collection of the ids and then i'm going to call to array finally the existing ids will be just a plain array of ids of existing questions next i'm going to get the data questions id as a normal plain area of ids okay i'm going to use these array array helper down below i'm going to find the questions which i need to delete and i'm going to do this using array diff with from existing questions the to the new ones okay so down below i'm going to find the questions which i need to add so these are the new ideas if the new ideas contain for example one two and three and the existing ids contain for example the new ideas basically might contain some uids because for the questions we are passing random uid if there are some uids which does not present in the existing ideas that of course these are the questions which we need to add okay down below we need to just simply delete the to delete ids and that's going to be the plain area of ids and just like that we delete down below we need to create new questions and this is pretty much similar what we did for the create of the survey we iterate over data questions and we're going to check one one additional thing uh compared to the creating of the survey let's scroll up and have a look to remember this so right here we have this create question just one additional thing we do here is that we need to check if the question id is in the to add area because that might be the question which we need to update not delete okay and right here we have that we assign the survey id and then finally we're going to call create question and pass the question object which will simply create question in the database now let's see the questions we need to update i'm going to create a map of existing questions where the key is the id finally the question map will be like id corresponds to an actual object what we received in the request then i'm going to start iterating over the database questions then i'm going to check if the question id the database question id exists inside the question map this means that this is the question we need to update okay the database question id was presented in the request so the question was not deleted uh on the user interface so we have still that question and i'm going to call update question method which doesn't exist yet but we're going to create that soon i'm going to pass the question model and i'm going to pass that questions map question id right here okay and just like that we have implemented everything what we need we need to scroll up and import that array helper right here illuminate support array now let's go on the front hand side and see how this will work actually let's find the where it is the update survey request and if we don't have questions right here we have it so we don't need to do anything right here now let's actually modify modify this and call this updated updated and hit on save okay we have an error let's have a look survey question update question doesn't exist obviously we have not implemented this method update question i'm going to hit alt and enter add method down below and let's implement this okay i'm going to define that the question is basically an instance of survey question and i'm going to call this data here we need to check again if the data is presented inside the data then we need to encode that and sign back then we create a gain validator on the validator we define id must exist in the survey question id column then we define questions and type needs to be one of those types down below we define description to be nullable string and data must be presented in the object okay down below we just call update with the validator updated okay let's save this and have a look in the browser let's hit save right here we got successful response if we have a look in the questions the first one has updated right there so if i just reload the page i see the question one is updated let's actually add few more options like two three and four let's hit save it was successfully saved let's reload the page scroll down below we have those options let's actually change this type into radio and save reload the page and still we have radio we have successfully implementing a saving of questions which which was the most of the things about our application let's add some description as well reload the page and here we see the description it would be nice to show the notification whenever i hit save let's show a notification that the survey was successfully updated now let's implement the notification i'm going to open store and inside the store i'm going to define a new state for the notification for example right here notification it's going to have two properties show which by default will be false and message the message we need to display and that's going to be now now i'm going to create new component and i'm going to do this in the components area i'm going to call this notification dot view right here let's define the boilerplate code and i'm going to use the composition api so i'm going to find setup right here i'm going to import computed from view then i'm going to use the store from ux and create that store and finally i'm going to create constant notification which is going to be the computed store state notification okay just like that we have the notification and we can print or use that in the template let's define right here a div which will only be displayed if the notification show is true we're going to add classes right here we're going to display the notification message inside the div and in terms of classes we're going to need it to be fixed and it should be always at the bottom left corner of the screen it's going to have a width of 300 pixel left for bottom for some padding horizontal vertical text white and i'm going to also add right here animated fade in down class this should give us nice fading down animation which i'm going to create that class doesn't exist in tile1 and i'm going to create that but besides that i'm going to add right here a class as a computed as a view property bound property and i'm going to check basically if the notification type is success then i'm going to give it background emerald 500 otherwise i'm going to give it background red 500 okay so we need to define the type on the notification as well okay and just like this we have the notification component ready let's go in the view weeks and add right here type as well which is going to be null by default and now i'm going to go in the default layout and use that notification right here notification okay so the notification was automatically imported and just like this we we have i think it said in the component so we have everything properly set up okay if i just go in the index and change this show into true and have a look in the browser what happens so we see right here red so this means that the notification actually was successfully created but in this case because the type is not success it shows it gives the following class so if i just define type to be success and the message to be something we save this and have a look in the browser we see that notification okay let's implement displaying the identification properly so i'm going to create a mutation for that so down below i'm going to create notify notify we accept state and some sort of like data right here well we accept data right here but i want to destructure that and take out message from here and type okay first i'm going to set the show property to true i'm going to assign the type and message as well and i want to hide the notification up to three seconds so i'm going to write set timeout after three seconds just hide the notification now we need to go in the survey view and whenever the survey was successfully updated right here i'm going to call store commit notify okay and i'm going to pass type to be success and message message should be survey was successfully updated let's save this and have a look let's scroll down below hit save and we got this notification so it will successfully update it which disappears after three seconds the last thing we need to do here is to add some nice animation for this i'm going to go in the talent config and create extend the theme and create animation right here i'm going to define keyframes right here and the name will be fading down i'm going to find from and to inside the from the transform needs to be translate y so the basically the object will go a little bit up from position will be minus 0.75 ram and the opposite will be 0 and 2 position will be transform translate 0 and the opposite will be 1. and down below these keyframes we're going to add animation and fading down corresponds to fading down 0.2 seconds easing out and both if we save this and have a look let's hit say right here and we see this nice animation this looks awesome look at this now i want to apply this nice animation to the list of the surveys so whenever we have at least i want this list to nicely fade on one after another so let's go in the survey i'm going to close everything and open surveys and at the top we iterate over survey list items and right here i'm going to add class with opacity opposite in sub-zero the i'm going to use the animate animate fading down and let's have a look so far how this looks like if i just reload the page we have this nice animation but all of them animate it once i want one by another like one after another like in the style i'm going to define the animation animation delay needs to be based on the index of the current iteration so i'm going to use index right here and animation delay needs to be that index multiplied on 0.1 second something like this okay if i save this and have a look reload the page and we see this nice animation look at this they animate one after another that looks awesome if i just click edit i want to add animation right here as well so i'm going to open uh survey view and let's find the place where we have worm and on the form i'm going to add class ani oops animate fading down save this and reload the page we have this nice animation here as well when we reload the service we see an empty screen until the service actually is fetched so we don't use this loading property on the viewix so i'm going to define right here if survey is in loading state we show loading text otherwise in vls we're going to show the actual surveys so let's have a look reload the page we don't see anything why because i think i know the reason down below with the survey is equals to the surveys data but i want to change this and the surveys equals to state surveys but we're going to iterate over surveys data and we're going to show surveys loading right here save this and have a look reload the page we see loading and then the list appears now i'm going to implement pagination as well right here okay down below actually i'm gonna wrap the pagination and this one in a new div right here in the v else let's wrap it okay and down below i'm gonna define pagination okay let's observe how we're gonna do the pagination whenever we get surveys we have the following information links and meta links contain like first and last links but they don't seem to be working of course we can have like have a look in the laravel documentation and make them working but i don't need that links i need meta because the meter contains everything like how many items we have one per page are two what is two what is total what's the current path and the links that links actually contains everything what we are interested like if we go in the backend side and open the controller survey controller and scroll at the top to find the index right here we have the pagination 50. i'm going to set it to 5. now let's have a look reload the page click on this and go in the meta links you see we have six links the first one is the previous the next one is the label one and the url as well so urls seems to be correct as well okay so what if we just iterate over those links and just display the buttons and whenever the button is clicked we're going to make requests on the following url to actually fetch the data okay i think we can do this let's go in the viewix and define links on the surveys let's scroll up we have surveys right here we have loading we have data i'm going to define links to be an array and in the surveys we can use that links by accessing surveys dot links and let's just print that information surveys dot links and whenever we get the response in the viewix as well and that should be done in the mutation set surveys we have the surveys and let's duplicate this and we're going to take links from mita links and assign it to surveys links now if we have a look in the browser and down below we have all those links look at this so we just need to iterate and just render them properly let's go in the surveys delete this and render them right here okay i'm going to create one wrapper div element with a flex then justify center and some margin top then i'm going to create now item with some tile on css classes like inlineplex justify center round it and so on down below i'm going to create i'm going to start already iterating my surveys links and i'm going to just take out the link in the index i'm going to use the index to be key and i'm going to disable this link if the link url doesn't exist and that's going to happen whenever we the previous for example doesn't have any url because we are on the first page in this case it's going to be disabled and i'm going to use this vhtml so let's have a look so far down below we already have content rendered but we need to apply proper styling on this oops on this um where it is a element okay so we're going to add like click event handler area current and classes those classes are general classes like display inline flex item center some padding border text small white space no rub and so on okay save this and have a look this looks nicer so far but we're gonna add classes again and right here i'm gonna use conditional statement to add classes like for example if link is active we're going to add the index as well as background indigo border indigo and text indigo otherwise we're going to add background white and border gray and text gray save this and have a look now this looks already good i'm going to add one more thing if the index current index of the link is 0 this means that this is the first button i'm going to add rounded left md and save this and have a look now we see that the left side of the pagination is rounded and i'm going to add one additional statement if the index is survey links length minus one if this is the last link i'm going to round it right md let's save this and have a look now we have this nice pagination now we need to create that get for page let's scroll down below let's create right here a function get for page which accepts link we're going to do an if statement if the link url doesn't exist or link is already active we just don't do anything and return immediately otherwise we're going to call dispatch get surveys and we're going to pass the link url as a url inside that object payload object now if we go in the get surveys get surveys action right here we're going to accept right here payload object and take out url from there okay but sometimes we call the get surveys without any additional argument for example at the top we call it without additional arguments so we need to assume that the this object basically has a default value of an empty object okay and if the url is not presented there we can give it also a default value of now now we need to do um we need to check if the url basically is now we're going to take uh slash survey whatever is written right here okay and we're gonna pass url so we accept url if the url exists we take that otherwise we make requests on slash survey now let's save this and have a look in the browser so let's zoom out slightly we are displaying i think five items here we have that now if i click on two now we get next five items the request was made with the page number two now this is the third page this is fourth page and that's it we have successfully implemented pagination the previous and the next button will also work and the index is currently active as well so if we just reach to the end then click on next nothing really happens however the scroll jumps at the top this happens because in the surveys right here we need to pass an event and we just need to call even prevent default because this has href right here okay so let's scroll down below we get event and on event we're gonna call prevent default save this and have a look next next next and nothing really happens or if we click on the same button nothing really happens okay congratulations you have successfully implemented pagination now i want to start working on a public page survey creation doesn't mean anything if you are not able to take the survey and complete that okay right here next to this delete button on the left side i'm going to add a link which is going to open the survey uh in a new tab it's going to be the how how you basically should take the survey and finish that and anyone can use that url send to friends or share on social media to ask them to complete the survey okay let's go in the vs code and open that survey list item and right here we have this edit button rotor link we have this delete button on the right side i want to basically create a div right here give it a class of flex and items center and right here i'm going to put this delete button and before the delete button let's collapse the button i want to put right here that link okay first let's create a element then i'm going to add ahref right there the href will review survey and the survey slack i'm going to also add the target blank right here let's add couple of talon css classes to this link and finally right here we're gonna put an svg icon copied from the hero icons let's have a look in the browser so we see this nice link whenever we click that new tab opens right now the url is not configured but we have the button okay now let's create the new view i'm going to go in the views section right here and i'm going to create a file called survey public view dot view file let's generate boilerplate code right here and we're going to get back to this we can just write public view save that and we need to open now rotor and configure a new road right here okay down below the dashboard i'm going to write new url road the path will be slash view slash survey slash and right here we're gonna get a variable called slug and then we need to specify the name as well that's gonna be survey public view and the component will be survey public view okay let's import that survey public view so i'm going to just duplicate the register and change this into survey public view let's save this and go in the browser click on this button and we see this public view okay our road is ready our component is ready let's go in the survey public view and work right here let's remove this export default and i'm going to add setup on the script tag let's collapse the styles and here we start all right let's start everything with a div with some padding inside there i'm going to check if the loading flag is true we're going to show some loading indicator just like we did in a survey view or in a survey list page we need to show some loading indicator until the survey loads in the vls we're going to render the form with container and margin horizontal auto to be the to the container in the center basically okay we also add a submit event handler with the submit survey the functions which i'm putting right here doesn't exist yet but we're going to create of course down below we create a d with the grid display and we show it six columns on the left side we're gonna show an image on the right side we're going to show title and description we put right here in image we put the title in the h1 tag with text 3x large and margin button we also put a description inside the paragraph with text gray and text small all right down below we need to create another div which is going to be the wrapper for every survey questions we're going to start iterating over our survey questions and we're going to create a new component called question viewer and on that question viewer we're going to pass v-modal and that's going to be answers objects inside this component which we'll describe right now we're going to pass also the question in the index okay down below we're going to create a submit button with a lot of talent css classes those classes are repeated in many places in the application but in the future we're going to optimize this and create reusable components we're going to also create component for this button okay now above this div i'm going to create another d which is going to be check if survey is already finished we're going to handle this case as well if the server is already finished we're going to show some display some green notification that you have successfully finished the survey something like this otherwise we display the questions right so we're going to add classes to that survey finish d with background emerald text white some fixed width and inside there we're going to put the text thank you for participating in this survey all right and we're going to also show a button right here submit another response whenever user clicks on that the page resets and user will be able to submit another survey again those classes are repeated in many places the pattern classes but we're going to take here this a little bit later all right let's move down below and create functions and variables in the script let's first create a question viewer component i'm going to go in the component section and create right here a folder called viewer inside there i'm going to create question viewer dot view file let's generate the boilerplate and view question save that and go in the survey public view first we're going to import question viewer from the components viewer question viewer then we're going to import computed and ref also because we're going to need them i'm going to import the use a road from the view router and create route i'm gonna import user store from the viewix and create store as well okay down below i'm going to create already a loading indicator which is going to be computed property from store state current survey loading that's the same state we are using in the survey view okay we're going to also get this survey from store state current survey dot data that's going to be also computed property all right down below i'm going to create a constant variable survey finished which is going to be the default value false and that's going to be the indicator when the survey is finished or not i'm going to also create a variable for answers which has default value and object the answers will help the following pattern it's going to have the following format it's going to be an object and the key will be the question id and the value will be the chosen answer or answers on that question all right down below we're going to make a request to get this survey by its slack because we implement it in the url to have the service log that's good for seo so for search engines and now we need to make requests to get that by slug that get survey by slug doesn't exist in this store we're going to create it down below we can already create submit survey function let's first print what's going to be the answers.value i'm going to stringify that and show as a json in the console with the indentation of two just to have a nice output okay next we're going to make requests to save the answers we're going to call this action save survey answer and we're going to pass an object right here we're going to pass the survey id which is going to be survey.value.id and we're going to pass also the answers which is going to be answers.value okay whenever we got the response we need to check if the response status is 201 it means that the server successfully saved the answer on the backend and we can just show the survey finished success notification okay and down below we need to create submit another response function inside which we simply reset answers value we called an empty object and the survey finished equals false which means that the form will be basically reset okay so far so good we can go on the front-end side reload the page and in the console we should see an error get survey by slack so let's go let's open store and create get survey by slug right here we create the function we accept the comments as the first parameter with the structure the first parameter object and take out comment from there we get the slug as well now we need to indicate that the loading has been started so i set current survey loading to be true then we're going to make an http request on survey by slug endpoint and we're going to pass the slug as an argument that endpoint doesn't exist yet but we're going to create that inside then of that request we set the current survey to be res.data and we also disable the survey loading and we return the response we listen also catch inside catch we disable survey loading and throw an error all right we have this action already ready let's remove this line now if we go in the browser and reload we see the http not found error basically okay we need to go on the back inside and create that endpoint all right let's open api dot php first and right here we have a couple of actions and basically we need to add this endpoint to be out of road middleware sanctum so unauthorized guest users should also be able to make requests on the following endpoint so right here probably before the register we're going to create that route we need to define get endpoint and the url will be survey by slug slash survey and we need to indicate right here survey controllers and we can use uh show mix show method show action of the survey controller let's open survey controller and open the show but right here we have check if the survey user id doesn't equal to the current user id which will not be relevant if we are trying to access that as a guest okay that's not going to be relevant so we have to probably create another action and okay we could call this survey for guest for example we're going to duplicate this and create down below survey for guest and let's remove this request parameter and we need to remove that if statement as well okay everything else will be the same it's very simple we just return the survey let's go in the api and right here we need to specify an action show for guest show for guest yeah we have the correct naming and at the top we need to import the survey controller as well and we can actually replace this one with the use as well okay we have an endpoint however because we have indicated that the parameter name survey right here and we are using right here in survey model laravel will basically guess that whatever comes right here is a primary key of the survey model and try to resolve and select a survey for me however this will not work in this case because we are passing right here id okay sorry we're passing right here slug if we would pass an id instead of slug in the http request that would work okay however there's a method in the api configuration right here to specify that whenever we get the survey right here i want to select the survey by slog okay colon and slack in such case whenever laravel tries to select the survey it's going to survey it's going to select the survey by slack let's save this and reload the page and right here we see already successfully returned response with data and everything the questions also okay perfect so we have title we have description and we have view question four times and that basically comes from the this one question viewer looks awesome let's actually collapse the developer tools and now we need to work on the view question viewer component let's remove this export default and add setup right here let's define props right here we're going to define question to be an object index to be number and we need to define modal value as well which can be string or array so those are the props which are passed from survey public view if we scroll up from here we pass those things and whenever we pass the model from here that's going to be accepted as a modal value inside the props okay then we're gonna destructure that props and take out question index and modal value and just like that we can already use them in the template down below we're going to define emits and that's going to be update model value if we want to set up two-way binding using v-model we need to emit an event called update column model value okay then we're going to import ref from here and i'm going to define a model and if question type is check box the model equals to ref and empty object the model basically will only only be used for the checkbox types and that's necessary because checkbox has can have multiple answers and we're going to say that in an object where option option uuid checkbox option uid corresponds either true or false that that option is marked or not okay that's it so far we have our script so far ready and we can move on the template all right let's define field set right here with slide margin bottom inside there i'm going to create two divs one will be for the question title and description second will be for options of this question and down below i'm going to create horizontal line okay inside the first two we're going to put a legend which is going to be the question description question text with the index of that question as well and let's actually save this and we should be able to see a result so far so let's reload the page and just like this we see questions okay let's move on and down below we're going to create a question description as a paragraph and inside the second d we're going to write several if else statements and that we need to handle each individual question type differently okay if it's a select we need to show select of course with talon css classes and we need to show we need to give that select a value which is going to be the model value and we need to also listen to change event and whenever this happens we need to emit update model value with the event target value okay inside the select we need to start iterating over question data options um we need to display them however we need to also display select all so please select uh option inside the select okay and let's also add value to each individual option to be option.txt and key as well let's save this and have a look now we see please select and we can select any of those options okay now let's continue and move down on a question type radio we start iterating over options of question data options we add right here class like flex and item center we need this because we're going to display input as well as the label and we need them aligned to be properly we show input right here with an id which is going to be the option uh uuid and we add name as well to radio every radio in a single question needs to have the same name okay otherwise you would be able to select multiple radios so we add also a value to be option dot text and we add change event as well that's gonna emit update model value with the event target value okay down below the input we're gonna show label which has a four for option uid some classes and option text let's save this and we can have a look so far reload the page we probably don't have radio questions in this survey that's why we don't see them okay let's move on now for the checkbox we do something similar we did for the radio we start iterating over our options we give it a class we show input type checkbox we give it a v model in this case we give it a v model and that's going to be the model option text okay the model as i mentioned is an object right here however i mentioned that the um this object key was uid but actually it's a text and the chain on on change will listen to that and we need to emit that event okay we need to create that own checkbox change function later down below we create label now if you save this and have a look now we see checkbox questions how they look like okay let's continue and down below for input type text that's pretty straightforward we show input type text with the value to be modal value and we emit an event on input for text area we do the same we give the value to be model value and we emit an event on input okay now we save this and we have all questions basically so if we just go in the survey and open this one which has most of the questions actually i don't want to edit i want to open in a new tab now we see all those questions we see checkboxes and these are radios and now you see that the this one works fine however if we sorry if we basically go in the input type radio here and remove this name we see that we will be able to select multiple multiple radio options okay so we save that and that's how it should be and yeah just like these we have most of the things ready now let's go down below in the script area and we need to create on checkboxchange function okay before we do this let's actually observe how the checkbox values look like so i'm going to create a pre-tag right here and display model let's save this and have a look look at this click on laravel we see laravel equals true click on e2 e2 equals two if i antique laravel that's gonna turn into false so the text is either presented in the object and is true or it's basically not presented which means it's also false okay so now let's remove this and down below let's define this function okay we define a function on checkbox change we create a constant variable selected options i want to finally emit an array of texts okay let's continue and i'm gonna start iterating over modal value where this one will be basically not the uid but that's gonna be a key of the modal value in our example that's gonna be the text then i'm gonna check if the inside the modal value there exists for the giving uid something that's going to be text as i mentioned and finally we're going to put that in the selected options okay that one and again down below we're going to emit an update modal value invent with selected options let me actually change this to be text okay that's gonna be more clear and just like this the selected options will contain all the selected texts like laravel e2 card igniter as an array okay let's save this and go go in the survey public view and we have right here answers and let's print answers in the console basically so we actually print that answers in the console right here so let's bring up the terminal go in the console and let's fill up the form okay so i'm going to select georgia select those two select laravel eight all of the above something right here and favorite channel that's going to be traversing d okay i'm going to click on submit and let's go in the info section so right here we see that the question number 15 has an answer georgia16 has javascript and php 17 has laravel e2 and so on you get the idea so that's exactly how we want it and finally we have this whole json which needs to be sent on the back inside we don't have that save survey answer action yet created in the store so we need to go now in the store and create that okay down below git survey by slug let's create the function here we create a save survey answer we get the context object in the structure take out comment we have the payload and take out survey id and answers from here we make an http request and pass the answers and inside the url we specify the survey id so our url basically looks like survey slash server id slash answer and we need to define that endpoint on the backend side and we immediately return whatever comes from here so we don't handle we don't update state whenever this happens let's put comma right here and now let's go in the browser and try to make requests i don't need to fill everything in order to be able to make requests go in the network click on submit and the request was made in the url we have survey id in the payload we pass all the answers those are only selected answers we have because we haven't selected everything we don't see everything right here but of course we got not found because that endpoint doesn't exist yet so let's go on the back end and create that okay down below this gate survey by slug let's create a post method of post roads basically survey survey variable right here in the answer and we pass right here store survey action the star survey doesn't exist and we need to create this right now let's open survey controller and down below probably below the show for guests let's create it right here let's define right here store answer we accept a survey model right here but we want to also accept right here store request object that's going to be something like store survey answer request just like we have um for store or update of the where is that here it is just like we have update survey request or store survey requests we need survey answer request so i'm going to bring up the terminal and run php artisan make colon and request and i'm going to call this store survey answer request hit enter and the request was generated let's go in the app http requests we have that store survey request first of all let's change these authorized into true and down below inside the rules we're gonna specify that the request contains answers basically and that's the only thing it contains that's gonna be required for sure and it's gonna be airy okay and that indicates that in the request in the payload we pass answers that's going to be array actually for javascript it's an object but for php that's going to be associative array where key corresponds to some value all right we have that store survey request now let's go in the survey controller and we need to use that store survey request right here and let's scroll up and write a use statement to use that store survey answer request all right now down below let's continue and we need to take out the validated data from that request then we can already call survey answer do you remember our table structure let's go in the database migrations and right here we have surveys survey questions survey answers and several question answers okay so we need to first save a record in the survey on source table and then we need to save answers in survey question answers okay so let's continue and in the survey answer we pass survey id we pass start date and end date in this case both will be the same and down below we start iterating over our validated answers it's going to be an associative array where key is the question id and the value is an answer but we need to also check if the question is actually valid in terms of if the question id comes on the same survey on which the user is doing so that kind of security checks are very important on production ready applications like technically someone uh can send right here question id like hundred which doesn't belong to this survey but belongs to another survey and if we don't do any validation check we simply save in the database that question uh like hundred has that following answer which is not correct so we're gonna make a query in the database from the survey question passing the id of the question as well as the survey id if we just only pass id and delete that survey id that's not going to be enough okay we need to pass that this question definitely belongs to following survey and if the question doesn't exist we return invalid question id with 400 status code otherwise we continue and we create data to be saved in the survey question answers table so we pass in the data survey question id and survey answer id and we also pass the answer if the answer is an array and this is the case if it's an area we need to json encode that and save it in the database like that okay and finally we need to call survey question answer create and down below we need to return um basically we can return an empty response but the status code needs to be 201 because we are listening to that status code on the front-end side and now let's scroll up and we need to write use statements to use survey answer and survey question answer all right let's now hit the submit button and have a look we got the status code 500 so we have an error a survey id to fillable property to allow mass assignment on survey answer that's correct we need to open survey survey answer and right here we need to add a fillable and specify survey id right here let's actually see what properties we are assigning to survey answer this is the survey answer we have start a date and end date as well so let's put start date and end date right here let's actually open the migrations for survey answers table and have a look we have survey id started and ended so we don't have anything else so so far this list looks good but we need to add that fillable to survey question answer because we are assigning some values there as well so let's define fillable here and let's have a look in the survey question answer migration and we have survey question id let's put this right here we have survey answer id and we have answer as well and we have timestamps but we don't want them to put in this available so let's save this and hit the submit button again and we have 500 again column not found unloan unknown column updated it that's valid because our survey answer model does not have the dates again have a look at immigration survey answers table this one doesn't have time stamps for created it and updated it so we need to open let's close this we need to open the model and right here we need to define uh created column to be null should be now and updated at column to be null as well now let's save this and hit submit again and something is going on so we got status code 201 created and we immediately saw that uh thank you for participating in this survey message which indicates that the response was saved in the database so now let's go in the localhost slash phpmy admin and check if the record was actually saved in the database so let's go in the laravel survey okay for some reason my php my admin is broken i'm not going to spend time on that um i generally use that for um for tutorials you can check on your phpmyadmin it won't be broken on your side probably and i use phpstorm's built-in database tool so let's click on survey answers and right here we see a lot of so basically i i was testing of course uh and i have much more answers but what we are interested in if new answer is added right here right so if we go in the browser and submit another one let's choose a couple of options don't need to fill up everything let's open survey question answers as well we have like 39 39 records here i'm gonna click on submit we get the success response let's reload these here two responses to answers we are edited in the survey question answers table georgia javascript php and in the survey answers one additional record was made so this proves that the process of saving of answers works perfectly which is awesome next i want to work on the dashboard let's open phpstorm and i'm going to generate dashboard controller let's bring up the terminal and i'm going to run php artisan make controller dashboard controller let's hit enter the dashboard controller was generated let's go in the up http controllers and open dashboard controller i'm going to create right here an action index and return a couple of information from here i will need to access request probably as well and i will probably need to take user from the request and now i'm going to select couple of information i want to select total number number of surveys user has i want to select latest survey and display that on the dashboard i want to get total number of answers and i want to select latest five answers and show that to the dashboard all right let's start implementation step by step i want to first select total number of surveys for this i'm going to make query on the survey i'm going to add where clause where the user id of the survey equals the current authorized user id and i'm going to call count on that the first one is very easy next i want to select latest survey again i start select from the survey then i add a where clause right here i want to sort the surveys by creating edge descending and that's what this latest method does and then i want to grab the very first survey after we started that okay we have the latest survey let's move on i want to select total number of surveys and the select starts from survey answer then we joined it to the surveys table with the survey answer survey id okay next we had a where clause that the survey user id equals the currently authorized user id that we are closed the user id check is always necessary because we are displaying the dashboard for a specific user right next i call count and right here i have total answers count and finally the most challenging one is the latest five answers okay again we start the query from the survey answers we join to the surveys again next we add a where clause which is the identical what we have above next we sort this by the end date descending we could also write latest end date right here next we limit to select only five but finally we need to select the latest answer so i call get models and we select everything from survey answers table all right we have all this data i'm going to return an associative array with total answers with the latest survey with total answers sorry for total surveys latest survey total answers and finally i'm gonna return latest answers but i want to also create a resource for that okay for the latest answers let's see let's actually bring up the terminal and generate resource php artisan make resource we're going to call that survey answer resource hit enter on that let's actually collapse the terminal and open survey answer resource okay and we need to adjust this to array method we need to return id from here this id we need to return survey information as well and this is going to be i'm going to use survey resource right here so it's going to be new survey resource and we're going to pass this survey and we probably need to update the survey outsource model to add a relationship to the survey let's finish this one first and we're going to also return end date when the survey was actually finished so that's going to be this and date all right now let's open survey dot php survey model which this one has many to questions we need to duplicate this and add his menu on answers as well it's going to be survey on store and if we open survey answer we need to add right here belongs to this one belongs to return this actually this should be sorry it should be survey and this belongs to survey column colon plus all right just like this from the survey answer resource this survey will work all right let's go in the dashboard controller and right here i'm going to use latest answers to be survey answer resource collection now let's move above and import the classes like survey survey answer survey resource as well as survey answer resource okay we imported them now let's open um api.php and we need to add right here as a protected route dashboard dashboard index so we're going to call road get dashboard slash index will be dashboard controller class index method we can replace this with the import and the dashboard controller will be imported right here all right we have the back end almost ready i think we have it ready now we need to move on the front end and make requests let me actually remove this index from here not necessary now let's open vs code go in the views and edit the dashboard file so this is the place we need to make some changes let's actually open the store first because i want to define a dashboard state right there let's move up and right here i'm going to define dashboard to be an object dashboard with the loading indicator to be false by default and data which is going to be object okay now let's move on on the dashboard view and right here we need to make requests to get the dashboard data then watch the data get the data and display it okay first we're going to import user store from ux and create store next i'm going to import computed from view and i'm going to create two constant variables for loading and data it's going to be computed properties from store state next i'm going to make a call of dispatch method on the store with the action get dashboard data that get dashboard data doesn't exist yet and we have to create this let's open the store scroll down below go in the action section and right here i'm going to create git dashboard data we create function get dashboard data we need to start the loading indicator so i'm going to call a mutation dashboard loading with the flag tool then i'm going to make an http request on slash dashboard endpoint and then we disable the loading stop the loading and set the dashboard data to be res.data and we return the result and in the catch we disable the loading and return the error now let's move down below and we need to create these two mutations dashboard loading and set dashboard data those are pretty straightforward mutations we accept loading and set it in the dashboard state we accept the data and set it in the dashboard data all right we have everything ready and let's go in the dashboard and right here we're going to print um i'm going to put in the pre-tags loading and data let's save this and have a look in the browser here we have loading false and we have the data if we just reload we have loading true and then we get the data so the request was works perfectly and now we need to work on displaying that data on the dashboard let's delete the pre-text and create marker first i'm going to check if the loading indicator is true we're going to display loading text in the vls we're going to create div with the class grid i'm going to use grid layout to display my items okay on that div element i'm going to add grid calls 1. so on a mobile screen i want all those four cards i want to create four cards as we are returning four different types of information from the back end so i went on a mobile layout to show only one card in a width on a medium screens i want to show two cards and on large screens i want to show three cards okay however i'm going to use a row spawn as well and you're going to see all this okay next i'm going to add gap between the cards and i want to make everything text gray 700 okay inside the div i want to add as i mentioned four different cards each card will have background white shadow md padding some of them might have text center flex or something like this you're going to see but [Music] each all of those cards basically will have order property i want those cards to rearrange on a mobile screen so on a mobile screen this one will have order one but on a larger screen it's gonna change its order position okay let's actually create all four cards okay with the background and shadow and all the necessary things and with their default orders okay order one order two order three and this one has order four now let's add uh order position for larger screens like this one we'll have an order two on a larger screen this one has will have order four on a larger screen this one have order one and this one have order three okay let's save this and have a look in the browser so far okay this is how it looks so on the left side right here in this card we're going to show latest latest survey information like the title and image and a number of views um a number of um we don't track number of views but number of answers and the uh edit and the probably view answers button as well right here i want to show total number of surveys i have and total number of answers and on the right side i want to show the latest five answers all right let's go in the vs code and now i want to add animation class to all those four divs to have some nice animation okay if i save this and reload the page i see all of them animate but i want them to be animated one by another so i want to add animation delay on the first one first d which actually is the or which has order two on a large screen i want this one to have uh animation delay 0.2 second on a which has order 4 this one will have animation delete 0.3 second and this one doesn't have any kind of animation okay if i say this and reload i see this animating they are animating nicely on desktop screen we need to handle this on a mobile but uh let's actually focus on the content okay um like on a mobile screen when they change the ordering the animation delay should be also changed uh okay but let's as i mentioned focus on the content oops what i did um okay now let's focus on the content right here we're gonna put h3 tag with the total surveys and this that's actually order uh to the second div okay on uh on desktop we're gonna add uh right here d with the data total surveys and this is what we have let's add a little bit of classes like this one i want to make the text to be very large from semi-bold and things like that let's save this and now this is nice let's move on and on the um i want to actually yeah let's create another one total answers right here we had also total answers with some classes and this is total answers down below we need to create a latest survey and we're going to display an image data later survey image url we're going to display title and we're going to display upload date as well and we're going to display answers total answers this one has okay let's down below and we're going to add two buttons one for edit survey another for delete for the edit we're going to add two as well to the survey view page with the data listed survey id let's add talon css classes right here and let's add a pencil icon hero icon as well okay save this and have a look okay this is how it looks down below we're gonna add delete button we view surveys with classes and with hero like let's save this and this is how it looks now let's move on on the last div right here we're gonna create a wrapper that's gonna be basically for the header inside the header we're gonna have latest survey title and view all button the view all button will not be implemented at the moment we're going to implement this later down below i'm going to start iterating over latest surveys as in a tag and we're gonna add classes to this one as well and output a survey answer survey title on which survey the answer was made and the date when the answer was made okay we save this and this is the information okay what we have so far okay this looks awesome and i think the dashboard has all the kind of information we want and we don't need to do anything right here so we don't implement the view answers uh yet and view all which basically do uh something similar that's gonna give us possibility to see all answers that's gonna give us possibility to see answers of that survey and that should be uh specific answers like this specific one okay if we just go to surveys and go back to dashboard they are animating nicely and we have that let's check how they look on smaller screens that's the medium screen size and that's the mobile and this is exactly what i wanted one thing to note right here these answers does not reflect the answers on that latest survey that's incorrect information in this bug of the code so this one displays the total answers which we need to fix and i also want to fix the following thing upload date which looks ugly to me and i want to change the format of that let's actually go on the back end and i want to open survey answer resource and let's change the date first of all to be new date time we're gonna pass the end date and finally format that into your month day hour minute and second let's we need to put this new date time in a parenthesis just like this save and reload we don't get that okay let's go on the front side and have a look what information we get so we get the yeah we get the survey upload date like that's the survey create date actually and that's actually correct latest survey created it so we don't need to do probably anything right here that's going to affect the following place instead we need to go on the survey resource and right here we need to change the created date and updated it to be new date time new date time and format them just like we did your month day hour minute and second okay and we need to wrap this in a parenthesis all right let's now have a look okay the date looks much better now let's take care of the answers so if we go on the view js side we have the latest survey created but the data total answers which is incorrect so right here we need to return our latest survey answers okay but the latest survey doesn't have answers that is the latest survey okay and this one does not have answers if we could of course implement answers right here but that's not actually a good idea because every time we open the listing of the service if we go in the service listing we are getting right here questions and now we're gonna get answers as well even getting the questions is not good idea if we just have a look in the network and reload the page right here in the response let's have a look in the data each individual survey has questions array that's questions can be very large data and we are just loading unnecessary information at that stage so it's very common to create a different resource for collection and different resource when you're actually fetching the data or that specific item so in this case we need to come up to two different resources okay the easiest solution in my opinion will be to create a different resource for the dashboard so let's open the project site and right here let's go in the http resources and i'm going to copy and paste survey resource and i'm going to call this survey survey resource dashboard oops dashboard all right let's add this i'm going to change the name survey resource dashboard looks good and let's change these two array so we need image url we need title we need slug let's return status but we don't need description so description is something we never need on that uh on that area so we can remove this description from that resource we need to create that to show right here but we don't need updated it so we can remove this we don't display expired date but we can display this right here as well as the status so that will be nice to display right here on that later survey card so we're going to do that we don't need questions however we can also display that information but we for sure we don't need the collection for the questions the only thing we might we might need is the how many questions that survey has so let's actually remove the survey question collection from here and we can uh chain method the questions returns a query object and we could call count on that okay let's save this and we need to do something similar for answers let's put comma right here oops answers let's save this now let's go in the dashboard controller and we need to change the this place we don't need to return server resource we need to return survey resource dashboard let's move up and remove survey resource let's save this and have a look reload the page okay now let's inspect this and see what kind of information we get reload again we get the latest survey this one has answers to be won expire date created at image url questions also one slug and everything as we expect if we just edit that survey and have a look it has only one question let's add another question that's going to be question 0 for example let's save this it was updated if we go in the dashboard and inspect that and reload we see on the latest survey questions to be to okay so that is exactly what we want now let's go on the front hand side and right here we need to display latest survey dot answers that's going to be number of answers and here we have one we can duplicate this and let's make the first one to be questions it's going to be number of questions save this and we see questions and answers this one has margin bottom three so let's just make it into one that looks better and we could display status as well as the expired date so i'm going to duplicate this two times and let's call this expire date to be expire date save this and have a look and the last one can be status and that's going to be if the latest survey status is active we're going to write if that's true we're going to write active otherwise we're going to write draft right here so now we have all the information about the survey like create date expire date a status number of questions and answers and that information is accurate now i want to make a couple of improvements in the project the first one is that on a mobile screen this default image is broken so let's open vs code now we need to open default layout and find the place where we just don't use that default icon that's going to be down below so right here we still use the user image url which actually doesn't exist so we need to use default icon right here so this line 153. let's move up and find the place where we are already using hero icon for the user and i guess this is the yeah this is the icon so i'm going to copy that svg move down below line 153 right here and i'm going to replace this with this svg icon so let's format the code save this and open and now we see this nice user icon we can actually increase the width of that a little bit yeah that's much better let's remove the developer tools and we need to increase the width on the um desktop as well so let's move up and change this into 8 8 and with both okay that's much better next what i want to do is whenever we log out and when we click the sign in button if the sign in needs like signing needs half a second maybe a second so we need to show a loading uh indicator right here when we're trying to when we hit design button basically okay so hit on that loading and then we we will be logged in inside the system okay i'm going to now open halwing css.com go in the docs and find right here spinner i want to take the css spinner the animation that's the that's the thing i want to get so this one doesn't give me a code right here for that actual um svg so i'm going to inspect that this is the svg so i'm going to copy that and now go in the login page so let's actually close the default layout and open login.view move down below find that sign in button and right here let's put this i'm going to paste this so let's save everything and have a look now i see this nice spinner however i want this to be displayed only when the user clicks and there is loading indicator okay so right here probably before the error message i'm going to define let's can be constant as well const loading equals ref false so by default loading is false whenever user clicks on loading button we set the loading value equals loading dot value equals true and whenever we got the callback and then we set this into false as well as if we got an error so i'm going to copy and paste this right here as well so at the top we need to only display the svg if the loading indicator is true and we need to also disable the button if the loading indicator is true so disabled equals loading now let's save this and have a look so if i click the button loading appears and the python is actually disabled let's sign out let's try once again click on this we get the loading and the button is disabled okay if we just go in the network and change this into let's actually assign note and change this into like fast 3g we click on that the button is actually disabled i think we need to change this into slow 3g click on that now the button is disabled even if you continue clicking on that nothing really happens but the it would be nice if this tile changes um so that it's it's more it looks more like a disabled okay let's change this into let's actually leave this into slow 3g open the login view and right here on this button i want to add class and i want to add two properties first is uh cursor not allowed and we need to show that if the loading indicator is true and second is on a hover we need to show pg indigo 500 okay now and that's actually to be displayed if the loading again is true now let's save this and click on this and we see cursor basically disabled let's change this into no throttling sign out click on that that looks much better another thing we need to improve is the signup page so if we go on sign a page and fill up the email for example which is already used we're going to get error error from the back end but the errors are not handled properly on the front-end side and user doesn't see those errors which is not very good and user friendly so let's take care of this i'm going to open register view and let's make some changes here okay right here i'm going to define a constant errors variable which equals to ref and the ref was automatically imported from view reactivity if you are manually importing you can import from here or just from view and we're going to pass an empty object right here because that's going to be finally an object and we need to add catch case right here inside the catch we get error and that error basically contains a response and the response contains the status code so we need to check if that error response status equals 422 which indicates that this is a validation error the errors dot value equals error response data and that data basically is everything received from the backend so that's the whole whole response but we are interested inside the errors we need to display that so data dot errors just like this and now if we move up and we need to display that errors somewhere right here maybe so let's just put inside the pre-tags those errors save this now if we fill up the form now we get that error the email has already been taken password confirmation doesn't match and we have we have a bunch of errors so we need to display them on the login page we are using um some component talent classes like where is it this one which is inside the form which has background red and so on which is for displaying errors so we can take this and copy and paste into register however i want to make a reusable component now so that whenever uh we need that we don't copy and paste okay so i'm gonna grab this and in the component section i'm going to create a component called alert dot view okay let's generate the boilerplate code and paste this right here now what do we need we need error message actually i'm going to do it in the simplest way okay so i want to just remove this wave i want to remove that span uh let's remove the whole span and i want to change this and put right here slot okay that's going to be slot so everything else i'm going to leave it as it is so i don't touch in the login however i'm going to change these to use alert component and that error message will go inside there and if we want that close button to be displayed as well so we will put this right here as well okay so that's the simplest solution however the classes are basically repeated so we created this component for classes and let's add right here that the same the if and let's remove this div let's first test if that actually works on a login page so if we just enter incorrect password we get that the provided credentials are incorrect which means that this works pay attention that the alert was automatically imported by vs code when we started typing so down below you need to import that alert okay and if i click that basically disappears if we go in the register now uh we need to use the same alert so probably inside the form right here i'm going to create alert that remember basically is not relevant for the logging probably we just forgot to remove that so i'm going to remove this so in the alert we put all kind of error messages so we have those errors we need to start iterating over those errors and just display them let's first edit the if so if the object is of the error's length exists which means that if errors is not an empty object we need to display that alert okay if we just save this so far go on the register page fill up that information and hit the submit we should already see an empty error alert which we don't see probably we have some kind of error now we don't have all right all right let's continue and see if we have bug we're going to fix that okay so now we need to add also classes probably that's the reason we don't see them but let's add classes so i'm going to start iterating over my uh object keys of errors i'm going to get the each field that errors remember is an object where key is a field name okay i'm going to take that field i'm going to add right here a key so i'm going to start now iterating over errors of that each individual field if we have a look in the network once again we see that errors can contain errors for multiple fields so first we start iterating over those and we get the errors for email and errors for password then each individual field might have multiple errors like password for example then we start iterating over those errors right here okay we get the actual error from the errors.irs.field not the dot but the field property and for some reason if that does not exist we're going to get an empty array i'm going to bind the key index right here as well and right here we need to output the error so let's save this and now we already see those errors probably the reason why we don't see that red is that the alert is not imported okay if we move down below and write an import statement import alert rom we need to import from component slash alert save this and now we need to fill up this form once again okay now we get all kind of errors email has already been taken the password confirmation does not match the password and so on you get the id right okay we display the validation errors which is awesome um let's actually add the loading indicator just like we did on login so down below right here i'm going to define another constant for loading poles and whenever we start the we make before we make the request we set loading value equals true and inside then we set loading value equals false and we do this same thing inside catch all right and let's move up and let's where's the button yeah right here we have the button so let's go on the login page and we can copy and paste the whole svg but again we can create a component for that actually i want to create dedicated video for creating reusable components in taiwan so let's actually copy and paste this so far and then we can do that later okay i'm going to format the code we have loading on a button we're going to add that's going to be disabled if loading is true save this and let's fill up everything click on that we see loading let's add those classes like cursor not load and background classes to the following button as well all right click on that and this looks good okay we see the loading and which and the disabled state as well now let's prepare our vue.js application for deploying on production for this we need to use environment variables right now if we open source axios axios js right here we have localhost baseurl localhost 8000 which is obviously wrong if we want to deploy this on production so basically we're going to get database url from dot env file so in the source right here next to the source basically i want to create a couple of files first of all i want to create dot in example file which is going to be commented and pushed okay but we're going to create other en files which won't be committed and pushed so i'm going to open git ignore and right here i'm going to write that we want to basically exclude dot en file don't i don't want it to be commented and pushed as well as dot en dot production okay i don't want them to be included in the git now in the en example i'm going to write byte underscore api base url equals http localhost port 8000 okay so every key and we need to copy and paste in this en file whenever we create that that example is just for example so we need to copy and paste and just call this whatever you want in terms of in which environment you want to deploy this i'm going to call this.en file and right here now we have white api based url so every key should start with provide prefix if you want it to be accessed in your project okay right here for example i can already access import meter in and then whatever is the key so this one in this case so if i grab that and let's change this replace with the back ticks so now i want i can replace that localhost with the following and i need to restart my server to start reading ian files and now if we have a look inspect that and fill up the form and click on login so this actually still works however if i open en file and make some changes right there okay and then click the sign in button actually we need to restart the server as i mentioned so now if i fill up the form and click the sign in button we get an error the request was made on the following url okay and that's exactly what we're going to do on production so we're going to create now in dot production dot production and inside the en.production we're going to provide right here production api url so our api url will be um we will be something like api your surveys dot x y z okay okay we're gonna save that and now we're gonna run npm run build which will use that dot em.production and use that right here in the following place and our javascript css is basically ready to access api your surveys.xyz so when we run npm run build it created right here this folder and the this folder is whatever we need to deploy as soon as you log in on your hostinger age panel you need to manage the hosting for your desired website in this case we want to manage your service.xyz so i'm going to go in the hosting section and right here i'm going to click your service.xyz manage button make sure you also choose your desired website from here now let's move down below and find the file manager section i'm going to click on that meanwhile i'm going to open vs code and i'm going to reveal this in explorer right here and basically i want inside the hpanel i want to go in the public html we chose which has the default php so if we open your service.xyz we see this default page we want to delete that so i'm going to click on this hit delete button and i'm going to now copy and paste everything from the this folder into hostinger click upload that's going to take couple of seconds it's uploading everything and here we go now if we just reload this page we see our login so if we inspect this now go in the network and try to log in this one makes requests on api your service.xyz on login which does not exist yet it's not yet deployed so this one will show uh hostinger's default welcome page okay now we need to deploy back end let's go in the hostinger h panel and go in the hosting section now we need to manage api your surveys.xyz i'm going to click manage right here let's scroll down below and find that file manager section again let's go inside public html and we need to delete this default php now we can do something similar and drag and drop all the files of laravel application but i'm not going to do that that's a bad idea first the file size is much more so if we open our application and open in explorer so those are the files we want to drag and drop so we can grab select everything and right click and have a look in the properties so that is 155 megabytes okay we don't want to do that it's going to take much more time and there are hundreds or like even maybe hundreds of thousands of files inside that and it's going to be very very slow so don't try to do that so instead i'm going to show you better and preferred way how you can do deploy that and we're going to use ssh for this let me actually close everything and open h panel again let's go in the hosting section actually let's go back we are already managing this one and down below in the advanced section we have this ssh access okay the ssh will be we're going to use ssh to access to our server and clone the project through using git okay recommended ssh clients are putty or pinguinette in this case i'm going to use putty okay just click on this it will redirect you to the putty download page and download putty for your operating system and it's an installable file just follow click on next buttons and it's gonna install i already have putty so i'm gonna now open ot and try to connect to the server there are two ways to connect to the server one is using password and second is using public private keys so password sometimes is easier but it's not the most secure way and sometimes you forget the password and then you have a headache how you're gonna connect to your server the preferred way is always to connect to through public private keys and if you don't know what i'm talking about no worries about that we're going to generate public private keys right now and we're going to give the public key to to the server and we're going to save private key on our local system and then when we try to connect to the server server knows that i'm authorized user and allows me inside the system okay now we have putty opened and inside putty we can provide sship right here and port as well okay now if i click open right here it's going to ask me username i can provide username then it asks me password but i don't want it to be to ask my password so i'm going to just call this give it a name your service dot xyz xyz and click on save okay i'm going to close putty i don't need at the moment i just saved that ip import i can actually go inside the data one more additional thing go inside the connection data and inside auto login username just put your username okay now you need to go back into the session and hit on save don't forget to do that now if i just cancel that let's open puti once again the information will be already populated okay here's your service xyz i'm going to click load and if we go in the connection data the username is saved okay perfect now i want to generate public private keys i'm going to now open puttygen that's the tool to generate public and private keys you basically need to click on generate button right here and then move mouse randomly and based on your randomness it's going to generate some unique keys okay and that's the key it generated at the moment we can save public key we can save private keys and you should do that that if you're doing this a very first time and what this will do it's gonna save your public private keys in your home directory under dot ssh folder right here okay i already have generated my public and private keys that's why i'm not going to actually save them but just click save public keys it's going to ask you to give it a name and the you should specify the location as well to be your home directory uh inside the ssh folder create an ssh folder if that does not exist sometimes there are difficulties creating an ssh folder through the explorer so just google how you can do that okay so i'm going to now close this and i'm going to reopen put it again and now i'm going to click on keys in the menu or file sorry and load private key okay let's go in the i'm going to load my existing private key idrsa.ppk so double click on that and it loaded my public key so i'm going to copy that public key and in the in the h panel we need to first enable ssh access so i'm going to enable that switch okay and down below it asks me to add my public key so i'm going to paste this right here and click add okay it tells me that this is invalid public key why is this invalid okay another way how i can see my public key because probably it's this is not generated using put again that's why it identifies this one as invalid but that's totally fine so i'm going to just close that go in the ssh folder right here and open that public key in using any editor i'm going to open it with vs code open that and here's my public key so i'm going to copy this and now paste it right here you can do the same thing open in vs code now my ssh key was stored successfully now let's open putty load our session and click open now it still asks me for the password because putty does not know that i have private keys in my local system okay i'm going to close this once again reopen it load this go inside the sh section under connection go in the out section and right here under private key file for authentication i'm going to browse and i'm going to choose the file from my ssh folder idrsa.ppk i'm going to click open i'm going to go in the session and hit on save that and open now look at this what happened authenticating with public key imported openssh key last failed login is a couple of minutes ago there were eight failed login attempts since the last successful login so i tried it many times i was testing a couple of things so now we are successfully logged in and on that age panel you have also a couple of basic ssh comments like what the following comments does like ls cd and so on so ls will give us the listing of the files and folders ls dash la will give us in a different format so we have a couple of files right here let me actually expand this okay we have a couple of files right here we have public html we have a couple of files which starts with dot and they are not displayed in the hostinger age panel right here okay so what we need to do is now we need to clone our project inside domains so let's go we need to go inside domains and ls-la right here we see all our domains we have we need to navigate inside cd api your surveys.xyz and type ls.la and we see public html okay what we need to do is to put the whole project inside the following folder so i'm going to basically actually delete that public html and i can delete using rm command or i can delete the whole api your service dot xyz so let's go actually back and i'm going to delete rm dash r api your surveys dot xyz okay now api your surveys.xyz was deleted and i don't see it right here now i'm going to clone my project okay now i'm going to open github go in the repositories and get that project i'm going to click copy the following url and i'm going to run it learn and paste the following url okay so whatever you are doing if you're following this tutorial until now you need to push your project somewhere github is the best place you can make it even public if you want okay and you can you need to push and right now you need clone through the ssh through the https protocol okay if you want to clone it using ssh protocol with this one it's going to ask you to generate public private keys on that server as well it's a little bit complicated thing so let's just copy through https okay and i'm going to call this api the same name api your surveys dot xyz okay hit enter on that it's gonna start cloning if your repository is private it will ask you for username and password as well and you have to provide now we have that api your surveys.xyz now we need to navigate inside the folder oops and we see all the laravel files and folders right here we don't see a vendor folder because vendor is installed after we want run composer install so we need to run composer install right here it's going to take a couple of seconds to install everything i'm going to pause the recording and get back when this is done quick hint putty also has possibility to duplicate duplicate an existing session so right click on the header and click on duplicate session and it's going to start new session and you're already authorized because you specified your public keys now we can go in the domains api your service dot xyz and we can do something else we don't need to wait until the composer install is actually done so i'm gonna type ls-la the vendor folder will already be created but it's not the install is not finished yet what we can do is we can create dot en file okay on the left side this one has already finished okay so i'm going to actually close this i don't want to turn terminals at the moment let's clear up and now i want to copy using cp command en dot example into en file okay now we need to edit our eno file and i'm going to use nano for this because it's easy en dot nano.ian and now we have that opened now we need to change the application name and i'm going to call this let's put in the double quotations that's survey manager or something like this so that's your application name the environment is in this case prod it's a production environment we need to generate api key as well so we're going to run an artisan command for that we need to disable debug of course so we need to set this into false what's the up url that's going to be https api your surveys dot x y z that's the application url okay log channels text so we can leave others by default we need to specify connection for mysql for this let's go in the hostinger h panel let's on the left side we need to find a database section and click on mysql databases right now we have only one database that's for another project we need to create now new one and i'm going to call this your surveys um let's just call this your service okay the username will be the same the password i'm going to generate oops i'm going to generate now new password for that or i can specify whatever i want if you on the right side we have that button generate password i'm going to get this and open the protein and i'm going to put this right here let's put this in the double quotations to make sure that it works okay i'm going to specify what's the database name we specified the database name to be your surveys but we need to grab the whole thing so let's actually create this okay database was created successfully this is the database so this is the database i'm going to get this and paste right here the username oops the username i think is the same thing but let's actually copy and paste right here and the host and port i think it's a local host and the port will be default port okay you don't need to configure anything else right now just click control o on your keyboard and then enter and then ctrl x to exceed from here okay we created our en file we run composer install and now we need to run php artisan key generate dash dash and si okay application key set successfully now we can open en with nano again and see right here we have the up key we can close this using control and x and now the last thing we need to do is to run migrations i think so php artisan migrate now migrations were successfully run now we can try to access api your service dot xyz and we see the page is lost so why is that because in the hostinger age panel in the file manager if we just refresh these we see a lot of folders but we don't see public html hostinger looks for public html folder right here and that's going to be the folder which will be served okay we don't have public html but we have public folder and inside the public we have index.php so if our public folder would be named public html hostinger would read that and make it working however if we just rename public into public html that's not going to work because laravel application will be broken laravel expects public but the hostinger expects public html how we're going to do that so actually we're going to have both using symbolic links so again we are we type pwd we are in the api your service dot xyz folder i'm going to type ls la and we see public folder right here now i'm going to type ln s and i'm going to specify right here public i want to make a symbolic link of public into public html okay we hit enter on that now we type ls ls again and now we see we see public html which corresponds to public and if we open and refresh in the file manager of hostinger we see right here that symbolic link well it indicates that public corresponds to public but that's actually not quite true we see this using ssh now if we open api your service dot xyz and reload we see laravel's welcome page which is awesome now let's go in our login page actually we need to register so i'm going to type specify the information i'm going to type incorrect password let's open the network to observe and click sign up now the api connection is successfully done we get the password confirmation we get the basically validation errors now if i specify correct password hit sign up i am logged in inside the system however we have an error and what's the error image url so that error basically happens because we try to get the data and the data the latest survey is null and on the dashboard we don't handle the scenario when the latest survey is not okay that's our bug of our code we can fix that but the application is actually deployed and working okay so if we go in the survey section click add new survey and let's call this test1 we can choose an image this one and let's give it some lorem ipsum let's give it some expired date as well hit on active add couple of questions test one save that okay survey was successfully updated that actually should be created but anyway the service was actually created if i go on the dashboard now i see the dashboard is working okay because now we have that survey if we go in the surveys page of course we're gonna see that and when we click on that public link now we have an error something is actually wrong and why is that happening because we are using history mode for navigation for our view application and we need to have a proper rewrite even if we just copy and paste or just refresh this page we will see not found okay when we try to access the root domain then it works and navigating works fine but as soon as we reload we lost everything okay this is something we need to take care of and handle let's actually close the api your service xyz file manager and we're going to go into hosting section but in this case inside your server is.xyz now let's go in the file manager and we we have to make some changes inside the public html folder let's open this right here i'm going to create new file and call this htaccess which is the apache configuration file for local folder okay i'm going to open that and right here i'm going to write rewrite engine to be turned on so we are turning on the rewrite engine and we need to write the following rewrite conditions if the request file name is not a file so whatever comes in the url if that's not a file and if that's not a directory we need to redirect to index.html so if the request file name comes on css or javascript file or image and that file exists it's gonna just reserve that file otherwise it's gonna redirect everything to index.html okay we need to save this and now let's have a look so if i just reload this it's gonna start working okay and let's close this and if we click that link right now it's gonna start working as well okay so i'm going to type some test answer right here click on submit we we got the response go in the application go on the dashboard and now we see one answer and the survey has one answer as well so everything works so far so we have registration sign up and dashboard and everything and of course we're gonna have pagination as well but i'm not gonna go ahead and create 20 surveys next time if you want to upload a new version of front-end vue.js so you can delete everything like assets favicon index.html but don't delete hd access you're gonna need that okay so just delete everything and re-upload the whole folder that's the end of this video and i hope you enjoyed it if you feel that this video was a little bit of helpful for you just give it a like that helps youtube algorithm a lot and that's going to promote my video and offer it to others you're gonna find the source code in the video description also i'm gonna put in the video description the survey which is from the application we just built if you have one additional minute please complete that survey we don't have possibility to see answers yet full answers i mean but we're gonna do that in the next next series and you're gonna see your answer somewhere right there well it's not gonna be your answer because you're not gonna enter your name or something it's anonymous but somewhere there will be your answer like which you have failed you get the idea 2 00:00:02,320 --> 00:00:04,319 3 00:00:04,319 --> 00:00:06,560 4 00:00:06,560 --> 00:00:09,120 5 00:00:09,120 --> 00:00:11,120 6 00:00:11,120 --> 00:00:13,280 7 00:00:13,280 --> 00:00:15,679 8 00:00:15,679 --> 00:00:17,840 9 00:00:17,840 --> 00:00:20,640 10 00:00:20,720 --> 00:00:25,920 11 00:00:25,920 --> 00:00:29,599 12 00:00:29,599 --> 00:00:31,279 13 00:00:31,279 --> 00:00:34,160 14 00:00:34,160 --> 00:00:36,399 15 00:00:36,399 --> 00:00:38,320 16 00:00:38,320 --> 00:00:40,399 17 00:00:40,399 --> 00:00:43,040 18 00:00:43,040 --> 00:00:45,039 19 00:00:45,039 --> 00:00:47,840 20 00:00:47,840 --> 00:00:50,320 21 00:00:50,320 --> 00:00:51,360 22 00:00:51,360 --> 00:00:53,039 23 00:00:53,039 --> 00:00:54,719 24 00:00:54,719 --> 00:00:56,879 25 00:00:56,879 --> 00:00:58,480 26 00:00:58,480 --> 00:01:00,559 27 00:01:00,559 --> 00:01:03,039 28 00:01:03,039 --> 00:01:05,840 29 00:01:05,840 --> 00:01:07,840 30 00:01:07,840 --> 00:01:08,960 31 00:01:08,960 --> 00:01:11,119 32 00:01:11,119 --> 00:01:13,439 33 00:01:13,439 --> 00:01:16,080 34 00:01:16,080 --> 00:01:19,040 35 00:01:19,040 --> 00:01:22,000 36 00:01:22,000 --> 00:01:24,240 37 00:01:24,240 --> 00:01:26,479 38 00:01:26,479 --> 00:01:29,040 39 00:01:29,040 --> 00:01:31,200 40 00:01:31,200 --> 00:01:33,600 41 00:01:33,600 --> 00:01:36,400 42 00:01:36,400 --> 00:01:38,799 43 00:01:38,799 --> 00:01:40,640 44 00:01:40,640 --> 00:01:42,320 45 00:01:42,320 --> 00:01:44,720 46 00:01:44,720 --> 00:01:47,280 47 00:01:47,280 --> 00:01:48,000 48 00:01:48,000 --> 00:01:50,640 49 00:01:50,640 --> 00:01:53,840 50 00:01:53,840 --> 00:01:55,680 51 00:01:55,680 --> 00:01:58,000 52 00:01:58,000 --> 00:01:59,920 53 00:01:59,920 --> 00:02:02,719 54 00:02:02,719 --> 00:02:05,520 55 00:02:05,520 --> 00:02:07,600 56 00:02:07,600 --> 00:02:09,919 57 00:02:09,919 --> 00:02:12,480 58 00:02:12,480 --> 00:02:14,640 59 00:02:14,640 --> 00:02:18,000 60 00:02:18,000 --> 00:02:20,160 61 00:02:20,160 --> 00:02:22,720 62 00:02:22,720 --> 00:02:26,160 63 00:02:26,160 --> 00:02:28,160 64 00:02:28,160 --> 00:02:30,480 65 00:02:30,480 --> 00:02:32,400 66 00:02:32,400 --> 00:02:35,840 67 00:02:35,840 --> 00:02:36,959 68 00:02:36,959 --> 00:02:39,280 69 00:02:39,280 --> 00:02:40,959 70 00:02:40,959 --> 00:02:42,959 71 00:02:42,959 --> 00:02:44,720 72 00:02:44,720 --> 00:02:48,239 73 00:02:48,239 --> 00:02:51,840 74 00:02:51,840 --> 00:02:54,000 75 00:02:54,000 --> 00:02:54,879 76 00:02:54,879 --> 00:02:56,879 77 00:02:56,879 --> 00:02:59,120 78 00:02:59,120 --> 00:03:00,879 79 00:03:00,879 --> 00:03:02,480 80 00:03:02,480 --> 00:03:05,280 81 00:03:05,280 --> 00:03:07,599 82 00:03:07,599 --> 00:03:09,840 83 00:03:09,840 --> 00:03:12,000 84 00:03:12,000 --> 00:03:15,840 85 00:03:15,840 --> 00:03:18,080 86 00:03:18,080 --> 00:03:20,319 87 00:03:20,319 --> 00:03:23,040 88 00:03:23,040 --> 00:03:24,640 89 00:03:24,640 --> 00:03:26,879 90 00:03:26,879 --> 00:03:29,440 91 00:03:29,440 --> 00:03:31,920 92 00:03:31,920 --> 00:03:34,799 93 00:03:34,799 --> 00:03:36,959 94 00:03:36,959 --> 00:03:39,519 95 00:03:39,519 --> 00:03:41,519 96 00:03:41,519 --> 00:03:42,720 97 00:03:42,720 --> 00:03:46,000 98 00:03:46,000 --> 00:03:48,400 99 00:03:48,400 --> 00:03:52,319 100 00:03:52,319 --> 00:03:55,040 101 00:03:55,040 --> 00:03:57,519 102 00:03:57,519 --> 00:03:59,519 103 00:03:59,519 --> 00:04:01,120 104 00:04:01,120 --> 00:04:05,239 105 00:04:06,080 --> 00:04:08,000 106 00:04:08,000 --> 00:04:09,439 107 00:04:09,439 --> 00:04:12,080 108 00:04:12,080 --> 00:04:13,439 109 00:04:13,439 --> 00:04:16,320 110 00:04:16,320 --> 00:04:19,440 111 00:04:19,440 --> 00:04:22,560 112 00:04:22,560 --> 00:04:26,000 113 00:04:26,000 --> 00:04:27,680 114 00:04:27,680 --> 00:04:29,759 115 00:04:29,759 --> 00:04:31,759 116 00:04:31,759 --> 00:04:34,320 117 00:04:34,320 --> 00:04:36,639 118 00:04:36,639 --> 00:04:39,600 119 00:04:39,600 --> 00:04:42,000 120 00:04:42,000 --> 00:04:43,680 121 00:04:43,680 --> 00:04:46,479 122 00:04:46,479 --> 00:04:48,720 123 00:04:48,720 --> 00:04:50,240 124 00:04:50,240 --> 00:04:53,040 125 00:04:53,040 --> 00:04:54,000 126 00:04:54,000 --> 00:04:54,880 127 00:04:54,880 --> 00:04:56,639 128 00:04:56,639 --> 00:04:57,680 129 00:04:57,680 --> 00:04:59,120 130 00:04:59,120 --> 00:05:02,240 131 00:05:02,240 --> 00:05:04,800 132 00:05:04,800 --> 00:05:07,360 133 00:05:07,360 --> 00:05:08,880 134 00:05:08,880 --> 00:05:11,759 135 00:05:11,759 --> 00:05:13,680 136 00:05:13,680 --> 00:05:15,039 137 00:05:15,039 --> 00:05:17,120 138 00:05:17,120 --> 00:05:19,039 139 00:05:19,039 --> 00:05:21,280 140 00:05:21,280 --> 00:05:24,080 141 00:05:24,080 --> 00:05:26,479 142 00:05:26,479 --> 00:05:27,919 143 00:05:27,919 --> 00:05:30,960 144 00:05:30,960 --> 00:05:33,600 145 00:05:33,600 --> 00:05:35,600 146 00:05:35,600 --> 00:05:37,199 147 00:05:37,199 --> 00:05:39,520 148 00:05:39,520 --> 00:05:41,440 149 00:05:41,440 --> 00:05:44,000 150 00:05:44,000 --> 00:05:45,680 151 00:05:45,680 --> 00:05:47,440 152 00:05:47,440 --> 00:05:49,600 153 00:05:49,600 --> 00:05:51,360 154 00:05:51,360 --> 00:05:53,680 155 00:05:53,680 --> 00:05:55,280 156 00:05:55,280 --> 00:05:57,440 157 00:05:57,440 --> 00:05:59,440 158 00:05:59,440 --> 00:06:02,000 159 00:06:02,000 --> 00:06:05,039 160 00:06:05,039 --> 00:06:07,520 161 00:06:07,520 --> 00:06:09,199 162 00:06:09,199 --> 00:06:12,080 163 00:06:12,080 --> 00:06:14,000 164 00:06:14,000 --> 00:06:15,919 165 00:06:15,919 --> 00:06:18,639 166 00:06:18,639 --> 00:06:21,039 167 00:06:21,039 --> 00:06:22,960 168 00:06:22,960 --> 00:06:25,880 169 00:06:25,880 --> 00:06:27,680 170 00:06:27,680 --> 00:06:29,600 171 00:06:29,600 --> 00:06:31,680 172 00:06:31,680 --> 00:06:34,080 173 00:06:34,080 --> 00:06:35,840 174 00:06:35,840 --> 00:06:37,440 175 00:06:37,440 --> 00:06:39,840 176 00:06:39,840 --> 00:06:43,680 177 00:06:43,680 --> 00:06:46,000 178 00:06:46,000 --> 00:06:48,400 179 00:06:48,400 --> 00:06:49,840 180 00:06:49,840 --> 00:06:52,400 181 00:06:52,400 --> 00:06:55,120 182 00:06:55,120 --> 00:06:57,360 183 00:06:57,360 --> 00:06:59,680 184 00:06:59,680 --> 00:07:01,680 185 00:07:01,680 --> 00:07:04,400 186 00:07:04,400 --> 00:07:07,199 187 00:07:07,199 --> 00:07:08,880 188 00:07:08,880 --> 00:07:10,080 189 00:07:10,080 --> 00:07:11,840 190 00:07:11,840 --> 00:07:14,080 191 00:07:14,080 --> 00:07:16,319 192 00:07:16,319 --> 00:07:18,880 193 00:07:18,880 --> 00:07:21,759 194 00:07:21,759 --> 00:07:24,080 195 00:07:24,080 --> 00:07:26,319 196 00:07:26,319 --> 00:07:28,720 197 00:07:28,720 --> 00:07:31,440 198 00:07:31,440 --> 00:07:34,000 199 00:07:34,000 --> 00:07:36,240 200 00:07:36,240 --> 00:07:38,319 201 00:07:38,319 --> 00:07:40,479 202 00:07:40,479 --> 00:07:43,680 203 00:07:43,680 --> 00:07:46,639 204 00:07:46,639 --> 00:07:48,560 205 00:07:48,560 --> 00:07:51,360 206 00:07:51,360 --> 00:07:54,000 207 00:07:54,000 --> 00:07:55,599 208 00:07:55,599 --> 00:07:58,000 209 00:07:58,000 --> 00:08:00,319 210 00:08:00,319 --> 00:08:02,960 211 00:08:02,960 --> 00:08:05,120 212 00:08:05,120 --> 00:08:07,440 213 00:08:07,440 --> 00:08:08,960 214 00:08:08,960 --> 00:08:10,720 215 00:08:10,720 --> 00:08:12,639 216 00:08:12,639 --> 00:08:15,280 217 00:08:15,280 --> 00:08:17,360 218 00:08:17,360 --> 00:08:19,599 219 00:08:19,599 --> 00:08:22,400 220 00:08:22,400 --> 00:08:24,879 221 00:08:24,879 --> 00:08:26,800 222 00:08:26,800 --> 00:08:30,319 223 00:08:30,319 --> 00:08:32,479 224 00:08:32,479 --> 00:08:34,799 225 00:08:34,799 --> 00:08:36,719 226 00:08:36,719 --> 00:08:40,000 227 00:08:40,000 --> 00:08:43,120 228 00:08:43,120 --> 00:08:45,279 229 00:08:45,279 --> 00:08:47,600 230 00:08:47,600 --> 00:08:49,760 231 00:08:49,760 --> 00:08:51,120 232 00:08:51,120 --> 00:08:52,880 233 00:08:52,880 --> 00:08:54,880 234 00:08:54,880 --> 00:08:56,720 235 00:08:56,720 --> 00:08:58,640 236 00:08:58,640 --> 00:09:01,040 237 00:09:01,040 --> 00:09:02,959 238 00:09:02,959 --> 00:09:04,399 239 00:09:04,399 --> 00:09:06,560 240 00:09:06,560 --> 00:09:08,720 241 00:09:08,720 --> 00:09:11,600 242 00:09:11,600 --> 00:09:13,680 243 00:09:13,680 --> 00:09:15,360 244 00:09:15,360 --> 00:09:17,760 245 00:09:17,760 --> 00:09:19,760 246 00:09:19,760 --> 00:09:22,560 247 00:09:22,560 --> 00:09:24,560 248 00:09:24,560 --> 00:09:26,560 249 00:09:26,560 --> 00:09:28,640 250 00:09:28,640 --> 00:09:30,880 251 00:09:30,880 --> 00:09:33,200 252 00:09:33,200 --> 00:09:35,040 253 00:09:35,040 --> 00:09:38,080 254 00:09:38,080 --> 00:09:40,800 255 00:09:40,800 --> 00:09:43,519 256 00:09:43,519 --> 00:09:46,080 257 00:09:46,080 --> 00:09:49,600 258 00:09:49,600 --> 00:09:52,160 259 00:09:52,160 --> 00:09:54,959 260 00:09:54,959 --> 00:09:57,120 261 00:09:57,120 --> 00:09:59,760 262 00:09:59,760 --> 00:10:02,000 263 00:10:02,000 --> 00:10:04,640 264 00:10:04,640 --> 00:10:07,600 265 00:10:07,600 --> 00:10:09,920 266 00:10:09,920 --> 00:10:12,800 267 00:10:12,800 --> 00:10:14,880 268 00:10:14,880 --> 00:10:16,000 269 00:10:16,000 --> 00:10:19,360 270 00:10:19,360 --> 00:10:22,079 271 00:10:22,079 --> 00:10:24,480 272 00:10:24,480 --> 00:10:27,040 273 00:10:27,040 --> 00:10:29,200 274 00:10:29,200 --> 00:10:29,920 275 00:10:29,920 --> 00:10:32,560 276 00:10:32,560 --> 00:10:34,640 277 00:10:34,640 --> 00:10:37,600 278 00:10:37,600 --> 00:10:39,839 279 00:10:39,839 --> 00:10:43,120 280 00:10:43,120 --> 00:10:45,519 281 00:10:45,519 --> 00:10:48,160 282 00:10:48,160 --> 00:10:51,839 283 00:10:51,839 --> 00:10:54,240 284 00:10:54,240 --> 00:10:56,800 285 00:10:56,800 --> 00:10:59,600 286 00:10:59,600 --> 00:11:02,560 287 00:11:02,560 --> 00:11:04,959 288 00:11:04,959 --> 00:11:06,800 289 00:11:06,800 --> 00:11:10,160 290 00:11:10,160 --> 00:11:13,279 291 00:11:13,279 --> 00:11:15,519 292 00:11:15,519 --> 00:11:17,279 293 00:11:17,279 --> 00:11:18,880 294 00:11:18,880 --> 00:11:20,959 295 00:11:20,959 --> 00:11:22,959 296 00:11:22,959 --> 00:11:24,480 297 00:11:24,480 --> 00:11:26,959 298 00:11:26,959 --> 00:11:28,800 299 00:11:28,800 --> 00:11:31,200 300 00:11:31,200 --> 00:11:35,040 301 00:11:35,040 --> 00:11:36,880 302 00:11:36,880 --> 00:11:37,600 303 00:11:37,600 --> 00:11:40,480 304 00:11:40,480 --> 00:11:42,320 305 00:11:42,320 --> 00:11:44,640 306 00:11:44,640 --> 00:11:49,040 307 00:11:49,040 --> 00:11:51,600 308 00:11:51,600 --> 00:11:53,680 309 00:11:53,680 --> 00:11:55,600 310 00:11:55,600 --> 00:11:58,800 311 00:11:58,800 --> 00:12:01,200 312 00:12:01,200 --> 00:12:03,040 313 00:12:03,040 --> 00:12:05,120 314 00:12:05,120 --> 00:12:07,200 315 00:12:07,200 --> 00:12:10,800 316 00:12:10,800 --> 00:12:14,079 317 00:12:14,079 --> 00:12:16,079 318 00:12:16,079 --> 00:12:17,839 319 00:12:17,839 --> 00:12:20,480 320 00:12:20,480 --> 00:12:22,959 321 00:12:22,959 --> 00:12:25,120 322 00:12:25,120 --> 00:12:27,680 323 00:12:27,680 --> 00:12:30,880 324 00:12:30,880 --> 00:12:32,399 325 00:12:32,399 --> 00:12:34,639 326 00:12:34,639 --> 00:12:37,040 327 00:12:37,040 --> 00:12:39,839 328 00:12:39,839 --> 00:12:42,560 329 00:12:42,560 --> 00:12:43,760 330 00:12:43,760 --> 00:12:45,200 331 00:12:45,200 --> 00:12:47,839 332 00:12:47,839 --> 00:12:49,360 333 00:12:49,360 --> 00:12:51,760 334 00:12:51,760 --> 00:12:53,680 335 00:12:53,680 --> 00:12:56,240 336 00:12:56,240 --> 00:12:58,079 337 00:12:58,079 --> 00:13:01,440 338 00:13:01,440 --> 00:13:03,839 339 00:13:03,839 --> 00:13:07,600 340 00:13:07,600 --> 00:13:09,920 341 00:13:09,920 --> 00:13:12,320 342 00:13:12,320 --> 00:13:14,720 343 00:13:14,720 --> 00:13:15,519 344 00:13:15,519 --> 00:13:18,800 345 00:13:18,800 --> 00:13:22,160 346 00:13:22,160 --> 00:13:24,639 347 00:13:24,639 --> 00:13:26,560 348 00:13:26,560 --> 00:13:28,959 349 00:13:28,959 --> 00:13:31,360 350 00:13:31,360 --> 00:13:34,160 351 00:13:34,160 --> 00:13:36,800 352 00:13:36,800 --> 00:13:39,760 353 00:13:39,760 --> 00:13:44,079 354 00:13:44,079 --> 00:13:45,440 355 00:13:45,440 --> 00:13:47,760 356 00:13:47,760 --> 00:13:50,800 357 00:13:50,800 --> 00:13:53,519 358 00:13:57,519 --> 00:13:59,760 359 00:13:59,760 --> 00:14:02,240 360 00:14:02,240 --> 00:14:05,440 361 00:14:05,440 --> 00:14:08,160 362 00:14:08,160 --> 00:14:10,079 363 00:14:10,079 --> 00:14:12,399 364 00:14:12,399 --> 00:14:13,519 365 00:14:13,519 --> 00:14:15,440 366 00:14:15,440 --> 00:14:18,320 367 00:14:18,320 --> 00:14:21,199 368 00:14:21,199 --> 00:14:24,160 369 00:14:24,160 --> 00:14:26,720 370 00:14:26,720 --> 00:14:29,040 371 00:14:29,040 --> 00:14:31,519 372 00:14:31,519 --> 00:14:32,639 373 00:14:32,639 --> 00:14:35,920 374 00:14:35,920 --> 00:14:37,920 375 00:14:37,920 --> 00:14:39,600 376 00:14:39,600 --> 00:14:41,760 377 00:14:41,760 --> 00:14:44,160 378 00:14:44,160 --> 00:14:46,320 379 00:14:46,320 --> 00:14:48,560 380 00:14:48,560 --> 00:14:52,079 381 00:14:52,079 --> 00:14:55,600 382 00:14:55,600 --> 00:14:57,199 383 00:14:57,199 --> 00:14:58,880 384 00:14:58,880 --> 00:15:00,720 385 00:15:00,720 --> 00:15:03,440 386 00:15:03,440 --> 00:15:05,199 387 00:15:05,199 --> 00:15:07,279 388 00:15:07,279 --> 00:15:10,279 389 00:15:10,480 --> 00:15:11,920 390 00:15:11,920 --> 00:15:13,519 391 00:15:13,519 --> 00:15:14,959 392 00:15:14,959 --> 00:15:18,480 393 00:15:18,480 --> 00:15:20,480 394 00:15:20,480 --> 00:15:22,160 395 00:15:22,160 --> 00:15:24,639 396 00:15:24,639 --> 00:15:27,639 397 00:15:28,160 --> 00:15:30,480 398 00:15:30,480 --> 00:15:33,920 399 00:15:33,920 --> 00:15:37,040 400 00:15:37,040 --> 00:15:39,600 401 00:15:39,600 --> 00:15:42,720 402 00:15:42,720 --> 00:15:44,880 403 00:15:44,880 --> 00:15:46,680 404 00:15:46,680 --> 00:15:50,639 405 00:15:50,639 --> 00:15:53,279 406 00:15:53,279 --> 00:15:56,480 407 00:15:56,480 --> 00:15:58,800 408 00:15:58,800 --> 00:16:01,839 409 00:16:01,839 --> 00:16:04,639 410 00:16:04,639 --> 00:16:06,959 411 00:16:06,959 --> 00:16:09,920 412 00:16:09,920 --> 00:16:12,320 413 00:16:12,320 --> 00:16:15,040 414 00:16:15,040 --> 00:16:18,000 415 00:16:18,000 --> 00:16:19,839 416 00:16:19,839 --> 00:16:23,040 417 00:16:23,040 --> 00:16:24,800 418 00:16:24,800 --> 00:16:27,759 419 00:16:27,759 --> 00:16:30,320 420 00:16:30,320 --> 00:16:32,079 421 00:16:32,079 --> 00:16:34,079 422 00:16:34,079 --> 00:16:36,399 423 00:16:36,399 --> 00:16:38,800 424 00:16:38,800 --> 00:16:41,440 425 00:16:41,440 --> 00:16:43,519 426 00:16:43,519 --> 00:16:45,839 427 00:16:45,839 --> 00:16:47,360 428 00:16:47,360 --> 00:16:50,160 429 00:16:50,160 --> 00:16:52,240 430 00:16:52,240 --> 00:16:53,920 431 00:16:53,920 --> 00:16:57,600 432 00:16:57,600 --> 00:17:00,079 433 00:17:00,079 --> 00:17:02,480 434 00:17:02,480 --> 00:17:05,000 435 00:17:05,000 --> 00:17:07,119 436 00:17:07,119 --> 00:17:09,199 437 00:17:09,199 --> 00:17:12,400 438 00:17:12,400 --> 00:17:15,839 439 00:17:15,839 --> 00:17:18,240 440 00:17:18,240 --> 00:17:20,959 441 00:17:20,959 --> 00:17:23,439 442 00:17:23,439 --> 00:17:25,599 443 00:17:25,599 --> 00:17:27,760 444 00:17:27,760 --> 00:17:30,400 445 00:17:30,400 --> 00:17:33,840 446 00:17:36,240 --> 00:17:39,039 447 00:17:39,039 --> 00:17:40,960 448 00:17:40,960 --> 00:17:43,039 449 00:17:43,039 --> 00:17:44,880 450 00:17:44,880 --> 00:17:46,960 451 00:17:46,960 --> 00:17:49,840 452 00:17:49,840 --> 00:17:52,880 453 00:17:52,880 --> 00:17:54,960 454 00:17:54,960 --> 00:17:56,960 455 00:17:56,960 --> 00:17:59,360 456 00:17:59,360 --> 00:18:02,160 457 00:18:02,160 --> 00:18:04,160 458 00:18:04,160 --> 00:18:06,000 459 00:18:06,000 --> 00:18:08,240 460 00:18:08,240 --> 00:18:11,520 461 00:18:11,520 --> 00:18:16,120 462 00:18:16,120 --> 00:18:18,799 463 00:18:18,799 --> 00:18:22,320 464 00:18:22,320 --> 00:18:25,120 465 00:18:25,120 --> 00:18:27,840 466 00:18:27,840 --> 00:18:29,760 467 00:18:29,760 --> 00:18:31,679 468 00:18:31,679 --> 00:18:34,880 469 00:18:34,880 --> 00:18:37,840 470 00:18:37,840 --> 00:18:40,640 471 00:18:40,640 --> 00:18:43,200 472 00:18:43,200 --> 00:18:46,640 473 00:18:46,640 --> 00:18:48,720 474 00:18:48,720 --> 00:18:51,760 475 00:18:51,760 --> 00:18:54,080 476 00:18:54,080 --> 00:18:56,320 477 00:18:56,320 --> 00:18:58,960 478 00:18:58,960 --> 00:19:00,480 479 00:19:00,480 --> 00:19:03,039 480 00:19:03,039 --> 00:19:05,760 481 00:19:05,760 --> 00:19:07,600 482 00:19:07,600 --> 00:19:10,320 483 00:19:10,320 --> 00:19:12,480 484 00:19:12,480 --> 00:19:15,200 485 00:19:15,200 --> 00:19:17,760 486 00:19:17,760 --> 00:19:19,600 487 00:19:19,600 --> 00:19:22,080 488 00:19:22,080 --> 00:19:24,720 489 00:19:24,720 --> 00:19:27,440 490 00:19:27,440 --> 00:19:30,080 491 00:19:30,080 --> 00:19:32,640 492 00:19:32,640 --> 00:19:34,640 493 00:19:34,640 --> 00:19:36,720 494 00:19:36,720 --> 00:19:38,240 495 00:19:38,240 --> 00:19:40,559 496 00:19:40,559 --> 00:19:43,200 497 00:19:43,200 --> 00:19:45,760 498 00:19:45,760 --> 00:19:48,080 499 00:19:48,080 --> 00:19:51,200 500 00:19:51,200 --> 00:19:55,120 501 00:19:55,120 --> 00:19:57,520 502 00:19:57,520 --> 00:20:01,039 503 00:20:01,039 --> 00:20:03,760 504 00:20:03,760 --> 00:20:04,799 505 00:20:04,799 --> 00:20:08,000 506 00:20:08,000 --> 00:20:10,720 507 00:20:10,720 --> 00:20:12,640 508 00:20:12,640 --> 00:20:16,400 509 00:20:16,400 --> 00:20:18,240 510 00:20:18,240 --> 00:20:21,360 511 00:20:21,360 --> 00:20:23,280 512 00:20:23,280 --> 00:20:25,039 513 00:20:25,039 --> 00:20:27,200 514 00:20:27,200 --> 00:20:29,120 515 00:20:29,120 --> 00:20:31,280 516 00:20:31,280 --> 00:20:34,240 517 00:20:34,240 --> 00:20:37,520 518 00:20:37,520 --> 00:20:39,039 519 00:20:39,039 --> 00:20:41,120 520 00:20:41,120 --> 00:20:43,679 521 00:20:43,679 --> 00:20:45,840 522 00:20:45,840 --> 00:20:47,679 523 00:20:47,679 --> 00:20:49,440 524 00:20:49,440 --> 00:20:51,840 525 00:20:51,840 --> 00:20:54,960 526 00:20:54,960 --> 00:20:59,679 527 00:20:59,679 --> 00:21:02,240 528 00:21:02,240 --> 00:21:04,640 529 00:21:04,640 --> 00:21:07,440 530 00:21:07,440 --> 00:21:09,760 531 00:21:09,760 --> 00:21:12,400 532 00:21:12,400 --> 00:21:15,760 533 00:21:15,760 --> 00:21:17,840 534 00:21:17,840 --> 00:21:20,880 535 00:21:20,880 --> 00:21:23,440 536 00:21:23,440 --> 00:21:26,159 537 00:21:26,159 --> 00:21:28,480 538 00:21:28,480 --> 00:21:31,280 539 00:21:31,280 --> 00:21:33,840 540 00:21:33,840 --> 00:21:36,000 541 00:21:36,000 --> 00:21:38,240 542 00:21:38,240 --> 00:21:40,480 543 00:21:40,480 --> 00:21:43,840 544 00:21:43,840 --> 00:21:46,480 545 00:21:46,480 --> 00:21:48,640 546 00:21:48,640 --> 00:21:51,280 547 00:21:51,280 --> 00:21:54,880 548 00:21:54,880 --> 00:21:56,159 549 00:21:56,159 --> 00:21:58,880 550 00:21:58,880 --> 00:22:01,039 551 00:22:01,039 --> 00:22:03,520 552 00:22:03,520 --> 00:22:05,679 553 00:22:05,679 --> 00:22:07,440 554 00:22:07,440 --> 00:22:09,600 555 00:22:09,600 --> 00:22:12,559 556 00:22:12,559 --> 00:22:15,120 557 00:22:15,120 --> 00:22:16,799 558 00:22:16,799 --> 00:22:18,559 559 00:22:18,559 --> 00:22:20,799 560 00:22:20,799 --> 00:22:22,400 561 00:22:22,400 --> 00:22:24,320 562 00:22:24,320 --> 00:22:26,159 563 00:22:26,159 --> 00:22:28,880 564 00:22:28,880 --> 00:22:31,360 565 00:22:31,360 --> 00:22:33,840 566 00:22:33,840 --> 00:22:36,240 567 00:22:36,240 --> 00:22:38,400 568 00:22:38,400 --> 00:22:40,480 569 00:22:40,480 --> 00:22:42,880 570 00:22:42,880 --> 00:22:44,080 571 00:22:44,080 --> 00:22:46,400 572 00:22:46,400 --> 00:22:49,840 573 00:22:49,840 --> 00:22:52,080 574 00:22:52,080 --> 00:22:54,240 575 00:22:54,240 --> 00:22:56,080 576 00:22:56,080 --> 00:22:58,799 577 00:22:58,799 --> 00:23:00,559 578 00:23:00,559 --> 00:23:02,080 579 00:23:02,080 --> 00:23:02,880 580 00:23:02,880 --> 00:23:05,360 581 00:23:05,360 --> 00:23:08,240 582 00:23:08,240 --> 00:23:12,159 583 00:23:12,159 --> 00:23:15,120 584 00:23:15,120 --> 00:23:18,640 585 00:23:18,640 --> 00:23:21,760 586 00:23:21,760 --> 00:23:24,559 587 00:23:24,559 --> 00:23:26,960 588 00:23:26,960 --> 00:23:29,440 589 00:23:29,440 --> 00:23:32,000 590 00:23:32,000 --> 00:23:34,000 591 00:23:34,000 --> 00:23:36,480 592 00:23:36,480 --> 00:23:39,280 593 00:23:39,280 --> 00:23:41,279 594 00:23:41,279 --> 00:23:42,799 595 00:23:42,799 --> 00:23:45,760 596 00:23:45,760 --> 00:23:46,799 597 00:23:46,799 --> 00:23:48,720 598 00:23:48,720 --> 00:23:50,640 599 00:23:50,640 --> 00:23:52,240 600 00:23:52,240 --> 00:23:53,840 601 00:23:53,840 --> 00:23:56,240 602 00:23:56,240 --> 00:23:58,000 603 00:23:58,000 --> 00:24:00,640 604 00:24:00,640 --> 00:24:03,279 605 00:24:03,279 --> 00:24:05,520 606 00:24:05,520 --> 00:24:07,760 607 00:24:07,760 --> 00:24:09,919 608 00:24:09,919 --> 00:24:12,080 609 00:24:12,080 --> 00:24:14,480 610 00:24:14,480 --> 00:24:16,799 611 00:24:16,799 --> 00:24:18,960 612 00:24:18,960 --> 00:24:21,360 613 00:24:21,360 --> 00:24:23,840 614 00:24:23,840 --> 00:24:26,320 615 00:24:26,320 --> 00:24:28,080 616 00:24:28,080 --> 00:24:31,520 617 00:24:31,520 --> 00:24:33,919 618 00:24:33,919 --> 00:24:36,080 619 00:24:36,080 --> 00:24:38,240 620 00:24:38,240 --> 00:24:41,440 621 00:24:41,440 --> 00:24:44,799 622 00:24:44,799 --> 00:24:48,159 623 00:24:48,159 --> 00:24:49,919 624 00:24:49,919 --> 00:24:52,080 625 00:24:52,080 --> 00:24:55,840 626 00:24:55,840 --> 00:24:58,960 627 00:24:58,960 --> 00:25:01,279 628 00:25:01,279 --> 00:25:03,360 629 00:25:03,360 --> 00:25:05,840 630 00:25:05,840 --> 00:25:08,159 631 00:25:08,159 --> 00:25:11,039 632 00:25:11,039 --> 00:25:13,760 633 00:25:13,760 --> 00:25:15,919 634 00:25:15,919 --> 00:25:19,360 635 00:25:19,360 --> 00:25:21,360 636 00:25:21,360 --> 00:25:24,480 637 00:25:24,480 --> 00:25:28,159 638 00:25:28,159 --> 00:25:30,000 639 00:25:30,000 --> 00:25:33,919 640 00:25:34,080 --> 00:25:35,440 641 00:25:35,440 --> 00:25:37,200 642 00:25:37,200 --> 00:25:38,120 643 00:25:38,120 --> 00:25:40,799 644 00:25:40,799 --> 00:25:42,799 645 00:25:42,799 --> 00:25:45,279 646 00:25:45,279 --> 00:25:47,039 647 00:25:47,039 --> 00:25:49,200 648 00:25:49,200 --> 00:25:52,000 649 00:25:52,000 --> 00:25:54,320 650 00:25:54,320 --> 00:25:56,080 651 00:25:56,080 --> 00:25:58,720 652 00:25:58,720 --> 00:26:01,360 653 00:26:01,360 --> 00:26:03,679 654 00:26:03,679 --> 00:26:05,120 655 00:26:05,120 --> 00:26:07,760 656 00:26:07,760 --> 00:26:10,720 657 00:26:10,720 --> 00:26:13,520 658 00:26:13,520 --> 00:26:16,080 659 00:26:16,080 --> 00:26:18,240 660 00:26:18,240 --> 00:26:20,400 661 00:26:20,400 --> 00:26:23,120 662 00:26:23,120 --> 00:26:24,400 663 00:26:24,400 --> 00:26:26,480 664 00:26:26,480 --> 00:26:28,880 665 00:26:28,880 --> 00:26:30,880 666 00:26:30,880 --> 00:26:33,200 667 00:26:33,200 --> 00:26:35,840 668 00:26:35,840 --> 00:26:38,480 669 00:26:38,480 --> 00:26:40,400 670 00:26:40,400 --> 00:26:42,799 671 00:26:42,799 --> 00:26:44,480 672 00:26:44,480 --> 00:26:47,120 673 00:26:47,120 --> 00:26:49,360 674 00:26:49,360 --> 00:26:51,520 675 00:26:51,520 --> 00:26:54,720 676 00:26:54,720 --> 00:26:56,640 677 00:26:56,640 --> 00:26:59,679 678 00:26:59,679 --> 00:27:02,320 679 00:27:02,320 --> 00:27:05,039 680 00:27:05,039 --> 00:27:08,159 681 00:27:08,159 --> 00:27:10,559 682 00:27:10,559 --> 00:27:11,840 683 00:27:11,840 --> 00:27:13,840 684 00:27:13,840 --> 00:27:15,760 685 00:27:15,760 --> 00:27:17,840 686 00:27:17,840 --> 00:27:20,480 687 00:27:20,480 --> 00:27:22,480 688 00:27:22,480 --> 00:27:23,919 689 00:27:23,919 --> 00:27:26,080 690 00:27:26,080 --> 00:27:26,880 691 00:27:26,880 --> 00:27:28,960 692 00:27:28,960 --> 00:27:31,120 693 00:27:31,120 --> 00:27:33,520 694 00:27:33,520 --> 00:27:36,080 695 00:27:36,080 --> 00:27:37,840 696 00:27:37,840 --> 00:27:39,679 697 00:27:39,679 --> 00:27:42,000 698 00:27:42,000 --> 00:27:44,279 699 00:27:44,279 --> 00:27:46,159 700 00:27:46,159 --> 00:27:49,120 701 00:27:49,120 --> 00:27:50,880 702 00:27:50,880 --> 00:27:53,120 703 00:27:53,120 --> 00:27:56,320 704 00:27:56,320 --> 00:27:58,240 705 00:27:58,240 --> 00:28:00,640 706 00:28:00,640 --> 00:28:02,880 707 00:28:02,880 --> 00:28:04,320 708 00:28:04,320 --> 00:28:07,200 709 00:28:07,200 --> 00:28:09,760 710 00:28:09,760 --> 00:28:11,840 711 00:28:11,840 --> 00:28:14,640 712 00:28:14,640 --> 00:28:17,760 713 00:28:17,760 --> 00:28:20,480 714 00:28:20,480 --> 00:28:22,960 715 00:28:22,960 --> 00:28:25,120 716 00:28:25,120 --> 00:28:26,799 717 00:28:26,799 --> 00:28:29,840 718 00:28:29,840 --> 00:28:32,799 719 00:28:32,799 --> 00:28:35,200 720 00:28:35,200 --> 00:28:37,200 721 00:28:37,200 --> 00:28:38,640 722 00:28:38,640 --> 00:28:40,880 723 00:28:40,880 --> 00:28:42,480 724 00:28:42,480 --> 00:28:44,720 725 00:28:44,720 --> 00:28:45,760 726 00:28:45,760 --> 00:28:48,720 727 00:28:48,720 --> 00:28:50,399 728 00:28:50,399 --> 00:28:52,640 729 00:28:52,640 --> 00:28:54,559 730 00:28:54,559 --> 00:28:57,279 731 00:28:57,279 --> 00:28:59,840 732 00:28:59,840 --> 00:29:02,080 733 00:29:02,080 --> 00:29:05,279 734 00:29:05,279 --> 00:29:07,440 735 00:29:07,440 --> 00:29:09,600 736 00:29:09,600 --> 00:29:10,720 737 00:29:10,720 --> 00:29:12,799 738 00:29:12,799 --> 00:29:15,600 739 00:29:15,600 --> 00:29:17,600 740 00:29:17,600 --> 00:29:19,480 741 00:29:19,480 --> 00:29:22,799 742 00:29:22,799 --> 00:29:25,360 743 00:29:25,360 --> 00:29:28,320 744 00:29:28,320 --> 00:29:30,159 745 00:29:30,159 --> 00:29:32,159 746 00:29:32,159 --> 00:29:33,440 747 00:29:33,440 --> 00:29:35,200 748 00:29:35,200 --> 00:29:37,120 749 00:29:37,120 --> 00:29:38,240 750 00:29:38,240 --> 00:29:40,960 751 00:29:40,960 --> 00:29:42,880 752 00:29:42,880 --> 00:29:44,960 753 00:29:44,960 --> 00:29:47,200 754 00:29:47,200 --> 00:29:49,919 755 00:29:49,919 --> 00:29:52,919 756 00:29:53,120 --> 00:29:55,039 757 00:29:55,039 --> 00:29:57,600 758 00:29:57,600 --> 00:30:01,039 759 00:30:02,399 --> 00:30:03,679 760 00:30:03,679 --> 00:30:05,760 761 00:30:05,760 --> 00:30:07,760 762 00:30:07,760 --> 00:30:10,720 763 00:30:10,720 --> 00:30:13,039 764 00:30:13,039 --> 00:30:15,120 765 00:30:15,120 --> 00:30:16,960 766 00:30:16,960 --> 00:30:18,399 767 00:30:18,399 --> 00:30:20,799 768 00:30:20,799 --> 00:30:23,039 769 00:30:23,039 --> 00:30:25,279 770 00:30:25,279 --> 00:30:26,640 771 00:30:26,640 --> 00:30:29,440 772 00:30:29,440 --> 00:30:31,679 773 00:30:31,679 --> 00:30:33,840 774 00:30:33,840 --> 00:30:35,360 775 00:30:35,360 --> 00:30:38,720 776 00:30:38,720 --> 00:30:40,320 777 00:30:40,320 --> 00:30:41,919 778 00:30:41,919 --> 00:30:43,760 779 00:30:43,760 --> 00:30:44,960 780 00:30:44,960 --> 00:30:47,120 781 00:30:47,120 --> 00:30:48,880 782 00:30:48,880 --> 00:30:51,360 783 00:30:51,360 --> 00:30:53,919 784 00:30:53,919 --> 00:30:56,399 785 00:30:56,399 --> 00:30:57,919 786 00:30:57,919 --> 00:31:00,399 787 00:31:00,399 --> 00:31:01,760 788 00:31:01,760 --> 00:31:03,840 789 00:31:03,840 --> 00:31:06,320 790 00:31:06,320 --> 00:31:08,880 791 00:31:08,880 --> 00:31:10,960 792 00:31:10,960 --> 00:31:13,039 793 00:31:13,039 --> 00:31:15,360 794 00:31:15,360 --> 00:31:17,600 795 00:31:17,600 --> 00:31:18,399 796 00:31:18,399 --> 00:31:20,480 797 00:31:20,480 --> 00:31:21,519 798 00:31:21,519 --> 00:31:23,760 799 00:31:23,760 --> 00:31:26,320 800 00:31:26,320 --> 00:31:27,679 801 00:31:27,679 --> 00:31:29,279 802 00:31:29,279 --> 00:31:31,159 803 00:31:31,159 --> 00:31:34,240 804 00:31:34,240 --> 00:31:36,399 805 00:31:36,399 --> 00:31:39,200 806 00:31:39,200 --> 00:31:41,200 807 00:31:41,200 --> 00:31:42,880 808 00:31:42,880 --> 00:31:44,640 809 00:31:44,640 --> 00:31:46,559 810 00:31:46,559 --> 00:31:47,840 811 00:31:47,840 --> 00:31:50,000 812 00:31:50,000 --> 00:31:52,000 813 00:31:52,000 --> 00:31:54,399 814 00:31:54,399 --> 00:31:56,880 815 00:31:56,880 --> 00:31:59,039 816 00:31:59,039 --> 00:32:00,720 817 00:32:00,720 --> 00:32:03,120 818 00:32:03,120 --> 00:32:04,159 819 00:32:04,159 --> 00:32:07,039 820 00:32:07,039 --> 00:32:09,360 821 00:32:09,360 --> 00:32:12,080 822 00:32:12,080 --> 00:32:14,640 823 00:32:14,640 --> 00:32:16,480 824 00:32:16,480 --> 00:32:18,000 825 00:32:18,000 --> 00:32:19,600 826 00:32:19,600 --> 00:32:22,000 827 00:32:22,000 --> 00:32:24,159 828 00:32:24,159 --> 00:32:26,880 829 00:32:26,880 --> 00:32:28,960 830 00:32:28,960 --> 00:32:31,279 831 00:32:31,279 --> 00:32:33,600 832 00:32:33,600 --> 00:32:36,559 833 00:32:36,559 --> 00:32:39,760 834 00:32:39,760 --> 00:32:43,120 835 00:32:43,120 --> 00:32:45,360 836 00:32:45,519 --> 00:32:47,679 837 00:32:47,679 --> 00:32:49,039 838 00:32:49,039 --> 00:32:50,960 839 00:32:50,960 --> 00:32:53,200 840 00:32:53,200 --> 00:32:55,279 841 00:32:55,279 --> 00:32:58,000 842 00:32:58,000 --> 00:33:00,640 843 00:33:00,640 --> 00:33:02,240 844 00:33:02,240 --> 00:33:04,880 845 00:33:04,880 --> 00:33:07,440 846 00:33:07,440 --> 00:33:10,559 847 00:33:10,559 --> 00:33:12,399 848 00:33:12,399 --> 00:33:14,240 849 00:33:14,240 --> 00:33:16,240 850 00:33:16,240 --> 00:33:18,799 851 00:33:18,799 --> 00:33:21,919 852 00:33:21,919 --> 00:33:23,440 853 00:33:23,440 --> 00:33:26,399 854 00:33:26,399 --> 00:33:30,240 855 00:33:30,240 --> 00:33:32,399 856 00:33:32,399 --> 00:33:34,720 857 00:33:34,720 --> 00:33:36,080 858 00:33:36,080 --> 00:33:38,159 859 00:33:38,159 --> 00:33:39,679 860 00:33:39,679 --> 00:33:42,399 861 00:33:42,399 --> 00:33:44,880 862 00:33:44,880 --> 00:33:47,279 863 00:33:47,279 --> 00:33:49,279 864 00:33:49,279 --> 00:33:50,960 865 00:33:50,960 --> 00:33:54,640 866 00:33:54,640 --> 00:33:57,440 867 00:33:57,440 --> 00:34:00,240 868 00:34:00,240 --> 00:34:03,600 869 00:34:03,600 --> 00:34:05,760 870 00:34:05,760 --> 00:34:07,840 871 00:34:07,840 --> 00:34:09,760 872 00:34:09,760 --> 00:34:11,599 873 00:34:11,599 --> 00:34:13,520 874 00:34:13,520 --> 00:34:16,159 875 00:34:16,159 --> 00:34:17,119 876 00:34:17,119 --> 00:34:19,679 877 00:34:19,679 --> 00:34:22,560 878 00:34:22,560 --> 00:34:24,159 879 00:34:24,159 --> 00:34:26,560 880 00:34:26,560 --> 00:34:29,119 881 00:34:29,119 --> 00:34:30,960 882 00:34:30,960 --> 00:34:32,560 883 00:34:32,560 --> 00:34:35,359 884 00:34:35,359 --> 00:34:38,639 885 00:34:38,639 --> 00:34:39,679 886 00:34:39,679 --> 00:34:40,719 887 00:34:40,719 --> 00:34:43,280 888 00:34:43,280 --> 00:34:45,918 889 00:34:45,918 --> 00:34:49,599 890 00:34:49,599 --> 00:34:50,719 891 00:34:50,719 --> 00:34:53,280 892 00:34:53,280 --> 00:34:56,079 893 00:34:56,079 --> 00:34:58,000 894 00:34:58,000 --> 00:35:00,240 895 00:35:00,240 --> 00:35:02,079 896 00:35:02,079 --> 00:35:03,920 897 00:35:03,920 --> 00:35:05,920 898 00:35:05,920 --> 00:35:08,240 899 00:35:08,240 --> 00:35:10,640 900 00:35:10,640 --> 00:35:13,119 901 00:35:13,119 --> 00:35:14,720 902 00:35:14,720 --> 00:35:17,280 903 00:35:17,280 --> 00:35:18,800 904 00:35:18,800 --> 00:35:21,839 905 00:35:21,839 --> 00:35:24,480 906 00:35:24,480 --> 00:35:25,920 907 00:35:25,920 --> 00:35:28,880 908 00:35:28,880 --> 00:35:31,440 909 00:35:31,440 --> 00:35:34,400 910 00:35:34,400 --> 00:35:36,880 911 00:35:36,880 --> 00:35:38,480 912 00:35:38,480 --> 00:35:40,880 913 00:35:40,880 --> 00:35:44,160 914 00:35:44,160 --> 00:35:47,599 915 00:35:47,599 --> 00:35:50,079 916 00:35:50,079 --> 00:35:52,160 917 00:35:52,160 --> 00:35:54,000 918 00:35:54,000 --> 00:35:56,320 919 00:35:56,320 --> 00:35:58,880 920 00:35:58,880 --> 00:36:01,520 921 00:36:01,520 --> 00:36:03,760 922 00:36:03,760 --> 00:36:05,040 923 00:36:05,040 --> 00:36:06,960 924 00:36:06,960 --> 00:36:09,680 925 00:36:09,680 --> 00:36:10,640 926 00:36:10,640 --> 00:36:11,599 927 00:36:11,599 --> 00:36:13,119 928 00:36:13,119 --> 00:36:16,560 929 00:36:16,560 --> 00:36:18,079 930 00:36:18,079 --> 00:36:21,200 931 00:36:22,400 --> 00:36:24,720 932 00:36:24,720 --> 00:36:27,040 933 00:36:27,040 --> 00:36:29,280 934 00:36:29,280 --> 00:36:30,640 935 00:36:30,640 --> 00:36:33,760 936 00:36:33,760 --> 00:36:36,480 937 00:36:36,480 --> 00:36:39,280 938 00:36:39,280 --> 00:36:40,640 939 00:36:40,640 --> 00:36:43,440 940 00:36:43,440 --> 00:36:46,480 941 00:36:46,480 --> 00:36:48,640 942 00:36:48,640 --> 00:36:50,320 943 00:36:50,320 --> 00:36:54,079 944 00:36:54,079 --> 00:36:55,920 945 00:36:55,920 --> 00:36:58,240 946 00:36:58,240 --> 00:36:59,599 947 00:36:59,599 --> 00:37:01,520 948 00:37:01,520 --> 00:37:03,680 949 00:37:03,680 --> 00:37:05,599 950 00:37:05,599 --> 00:37:08,960 951 00:37:08,960 --> 00:37:10,880 952 00:37:10,880 --> 00:37:12,800 953 00:37:12,800 --> 00:37:14,640 954 00:37:14,640 --> 00:37:16,560 955 00:37:16,560 --> 00:37:18,480 956 00:37:18,480 --> 00:37:20,560 957 00:37:20,560 --> 00:37:22,400 958 00:37:22,400 --> 00:37:23,920 959 00:37:23,920 --> 00:37:25,920 960 00:37:25,920 --> 00:37:27,839 961 00:37:27,839 --> 00:37:30,480 962 00:37:30,480 --> 00:37:33,839 963 00:37:33,839 --> 00:37:37,440 964 00:37:37,440 --> 00:37:39,040 965 00:37:39,040 --> 00:37:41,359 966 00:37:41,359 --> 00:37:43,200 967 00:37:43,200 --> 00:37:45,280 968 00:37:45,280 --> 00:37:48,240 969 00:37:48,240 --> 00:37:50,160 970 00:37:50,160 --> 00:37:52,560 971 00:37:52,560 --> 00:37:54,880 972 00:37:54,880 --> 00:37:57,520 973 00:37:59,280 --> 00:38:01,599 974 00:38:01,599 --> 00:38:03,680 975 00:38:03,680 --> 00:38:06,000 976 00:38:06,000 --> 00:38:07,280 977 00:38:07,280 --> 00:38:09,119 978 00:38:09,119 --> 00:38:10,960 979 00:38:10,960 --> 00:38:13,680 980 00:38:13,680 --> 00:38:16,240 981 00:38:16,240 --> 00:38:18,480 982 00:38:18,480 --> 00:38:21,040 983 00:38:21,040 --> 00:38:22,800 984 00:38:22,800 --> 00:38:24,800 985 00:38:24,800 --> 00:38:26,640 986 00:38:26,640 --> 00:38:30,320 987 00:38:30,320 --> 00:38:33,359 988 00:38:33,359 --> 00:38:35,599 989 00:38:35,599 --> 00:38:37,839 990 00:38:37,839 --> 00:38:40,560 991 00:38:40,560 --> 00:38:42,960 992 00:38:42,960 --> 00:38:46,400 993 00:38:46,400 --> 00:38:49,839 994 00:38:49,839 --> 00:38:51,200 995 00:38:51,200 --> 00:38:54,079 996 00:38:54,079 --> 00:38:56,320 997 00:38:56,320 --> 00:38:58,320 998 00:38:58,320 --> 00:39:00,320 999 00:39:00,320 --> 00:39:02,240 1000 00:39:02,240 --> 00:39:05,440 1001 00:39:05,440 --> 00:39:07,040 1002 00:39:07,040 --> 00:39:08,960 1003 00:39:08,960 --> 00:39:11,599 1004 00:39:11,599 --> 00:39:13,920 1005 00:39:13,920 --> 00:39:15,920 1006 00:39:15,920 --> 00:39:17,839 1007 00:39:17,839 --> 00:39:20,560 1008 00:39:20,560 --> 00:39:22,800 1009 00:39:22,800 --> 00:39:23,760 1010 00:39:23,760 --> 00:39:25,680 1011 00:39:25,680 --> 00:39:28,720 1012 00:39:28,720 --> 00:39:30,640 1013 00:39:30,640 --> 00:39:32,800 1014 00:39:32,800 --> 00:39:35,359 1015 00:39:35,359 --> 00:39:37,839 1016 00:39:37,839 --> 00:39:39,680 1017 00:39:39,680 --> 00:39:41,680 1018 00:39:41,680 --> 00:39:43,440 1019 00:39:43,440 --> 00:39:45,839 1020 00:39:45,839 --> 00:39:48,079 1021 00:39:48,079 --> 00:39:51,760 1022 00:39:51,760 --> 00:39:54,560 1023 00:39:54,560 --> 00:39:56,160 1024 00:39:56,160 --> 00:39:58,560 1025 00:39:58,560 --> 00:40:00,560 1026 00:40:00,560 --> 00:40:02,720 1027 00:40:02,720 --> 00:40:05,200 1028 00:40:05,200 --> 00:40:07,680 1029 00:40:07,680 --> 00:40:11,200 1030 00:40:11,200 --> 00:40:13,839 1031 00:40:13,839 --> 00:40:16,880 1032 00:40:16,880 --> 00:40:19,760 1033 00:40:19,760 --> 00:40:22,319 1034 00:40:22,319 --> 00:40:25,200 1035 00:40:25,200 --> 00:40:27,760 1036 00:40:27,760 --> 00:40:29,520 1037 00:40:29,520 --> 00:40:31,920 1038 00:40:31,920 --> 00:40:34,560 1039 00:40:34,560 --> 00:40:36,720 1040 00:40:36,720 --> 00:40:38,400 1041 00:40:38,400 --> 00:40:41,760 1042 00:40:41,760 --> 00:40:43,920 1043 00:40:43,920 --> 00:40:47,280 1044 00:40:47,280 --> 00:40:49,440 1045 00:40:49,440 --> 00:40:51,680 1046 00:40:51,680 --> 00:40:53,359 1047 00:40:53,359 --> 00:40:55,119 1048 00:40:55,119 --> 00:40:58,000 1049 00:40:58,000 --> 00:41:01,200 1050 00:41:01,200 --> 00:41:02,800 1051 00:41:02,800 --> 00:41:05,119 1052 00:41:05,119 --> 00:41:07,839 1053 00:41:07,839 --> 00:41:10,960 1054 00:41:10,960 --> 00:41:14,079 1055 00:41:14,079 --> 00:41:16,000 1056 00:41:16,000 --> 00:41:17,599 1057 00:41:17,599 --> 00:41:20,079 1058 00:41:20,079 --> 00:41:22,640 1059 00:41:22,640 --> 00:41:25,200 1060 00:41:25,200 --> 00:41:27,680 1061 00:41:27,680 --> 00:41:30,240 1062 00:41:30,240 --> 00:41:32,000 1063 00:41:32,000 --> 00:41:33,599 1064 00:41:33,599 --> 00:41:35,760 1065 00:41:35,760 --> 00:41:38,640 1066 00:41:38,640 --> 00:41:40,800 1067 00:41:40,800 --> 00:41:42,400 1068 00:41:42,400 --> 00:41:44,160 1069 00:41:44,160 --> 00:41:46,240 1070 00:41:46,240 --> 00:41:48,400 1071 00:41:48,400 --> 00:41:49,920 1072 00:41:49,920 --> 00:41:51,920 1073 00:41:51,920 --> 00:41:54,800 1074 00:41:54,800 --> 00:41:56,720 1075 00:41:56,720 --> 00:41:58,880 1076 00:41:58,880 --> 00:42:00,240 1077 00:42:00,240 --> 00:42:02,720 1078 00:42:02,720 --> 00:42:03,599 1079 00:42:03,599 --> 00:42:07,760 1080 00:42:08,000 --> 00:42:10,400 1081 00:42:10,400 --> 00:42:12,640 1082 00:42:12,640 --> 00:42:14,480 1083 00:42:14,480 --> 00:42:16,560 1084 00:42:16,560 --> 00:42:19,599 1085 00:42:19,599 --> 00:42:21,599 1086 00:42:21,599 --> 00:42:23,839 1087 00:42:23,839 --> 00:42:25,839 1088 00:42:25,839 --> 00:42:28,319 1089 00:42:28,319 --> 00:42:32,240 1090 00:42:32,240 --> 00:42:34,000 1091 00:42:34,000 --> 00:42:37,040 1092 00:42:37,040 --> 00:42:39,839 1093 00:42:39,839 --> 00:42:42,880 1094 00:42:42,880 --> 00:42:45,359 1095 00:42:45,359 --> 00:42:47,520 1096 00:42:47,520 --> 00:42:51,760 1097 00:42:51,760 --> 00:42:54,800 1098 00:42:54,800 --> 00:42:57,599 1099 00:42:57,599 --> 00:43:00,640 1100 00:43:00,640 --> 00:43:01,760 1101 00:43:01,760 --> 00:43:04,720 1102 00:43:04,720 --> 00:43:06,720 1103 00:43:06,720 --> 00:43:11,040 1104 00:43:11,040 --> 00:43:12,480 1105 00:43:12,480 --> 00:43:15,280 1106 00:43:15,280 --> 00:43:17,359 1107 00:43:17,359 --> 00:43:19,839 1108 00:43:19,839 --> 00:43:23,440 1109 00:43:23,440 --> 00:43:27,280 1110 00:43:27,280 --> 00:43:29,680 1111 00:43:29,680 --> 00:43:32,079 1112 00:43:32,480 --> 00:43:35,119 1113 00:43:35,119 --> 00:43:37,520 1114 00:43:37,520 --> 00:43:40,079 1115 00:43:40,079 --> 00:43:42,800 1116 00:43:42,800 --> 00:43:45,760 1117 00:43:45,760 --> 00:43:48,319 1118 00:43:48,319 --> 00:43:50,240 1119 00:43:50,240 --> 00:43:51,520 1120 00:43:51,520 --> 00:43:53,760 1121 00:43:53,760 --> 00:43:55,440 1122 00:43:55,440 --> 00:43:57,680 1123 00:43:57,680 --> 00:43:59,920 1124 00:43:59,920 --> 00:44:02,640 1125 00:44:02,640 --> 00:44:04,720 1126 00:44:04,720 --> 00:44:07,119 1127 00:44:07,119 --> 00:44:09,119 1128 00:44:09,119 --> 00:44:12,319 1129 00:44:12,319 --> 00:44:13,839 1130 00:44:13,839 --> 00:44:16,800 1131 00:44:16,800 --> 00:44:20,079 1132 00:44:20,079 --> 00:44:22,240 1133 00:44:22,240 --> 00:44:24,560 1134 00:44:24,560 --> 00:44:26,240 1135 00:44:26,240 --> 00:44:28,560 1136 00:44:28,560 --> 00:44:30,720 1137 00:44:30,720 --> 00:44:32,240 1138 00:44:32,240 --> 00:44:34,720 1139 00:44:34,720 --> 00:44:37,920 1140 00:44:37,920 --> 00:44:40,880 1141 00:44:40,880 --> 00:44:42,960 1142 00:44:42,960 --> 00:44:45,119 1143 00:44:45,119 --> 00:44:47,599 1144 00:44:47,599 --> 00:44:48,720 1145 00:44:48,720 --> 00:44:51,680 1146 00:44:51,680 --> 00:44:54,400 1147 00:44:54,400 --> 00:44:55,920 1148 00:44:55,920 --> 00:44:58,400 1149 00:44:58,400 --> 00:45:01,920 1150 00:45:01,920 --> 00:45:04,160 1151 00:45:04,160 --> 00:45:07,520 1152 00:45:07,520 --> 00:45:09,839 1153 00:45:09,839 --> 00:45:11,760 1154 00:45:11,760 --> 00:45:15,359 1155 00:45:15,359 --> 00:45:19,440 1156 00:45:19,440 --> 00:45:24,880 1157 00:45:25,280 --> 00:45:26,880 1158 00:45:26,880 --> 00:45:28,880 1159 00:45:28,880 --> 00:45:30,960 1160 00:45:30,960 --> 00:45:33,440 1161 00:45:33,440 --> 00:45:35,680 1162 00:45:35,680 --> 00:45:37,359 1163 00:45:37,359 --> 00:45:40,000 1164 00:45:40,000 --> 00:45:42,079 1165 00:45:42,079 --> 00:45:43,680 1166 00:45:43,680 --> 00:45:45,359 1167 00:45:45,359 --> 00:45:47,599 1168 00:45:47,599 --> 00:45:49,839 1169 00:45:49,839 --> 00:45:52,880 1170 00:45:52,880 --> 00:45:55,760 1171 00:45:55,760 --> 00:45:57,520 1172 00:45:57,520 --> 00:46:00,240 1173 00:46:00,240 --> 00:46:03,440 1174 00:46:03,440 --> 00:46:06,000 1175 00:46:06,000 --> 00:46:07,520 1176 00:46:07,520 --> 00:46:09,359 1177 00:46:09,359 --> 00:46:11,680 1178 00:46:11,680 --> 00:46:14,800 1179 00:46:14,800 --> 00:46:17,760 1180 00:46:17,760 --> 00:46:20,160 1181 00:46:20,160 --> 00:46:23,119 1182 00:46:23,119 --> 00:46:24,880 1183 00:46:24,880 --> 00:46:26,319 1184 00:46:26,319 --> 00:46:29,599 1185 00:46:29,599 --> 00:46:33,119 1186 00:46:33,119 --> 00:46:35,440 1187 00:46:35,440 --> 00:46:38,400 1188 00:46:38,400 --> 00:46:40,640 1189 00:46:40,640 --> 00:46:43,200 1190 00:46:43,200 --> 00:46:44,640 1191 00:46:44,640 --> 00:46:47,119 1192 00:46:47,119 --> 00:46:48,720 1193 00:46:48,720 --> 00:46:50,640 1194 00:46:50,640 --> 00:46:52,480 1195 00:46:52,480 --> 00:46:55,200 1196 00:46:55,200 --> 00:46:57,599 1197 00:46:57,599 --> 00:47:00,160 1198 00:47:00,160 --> 00:47:02,960 1199 00:47:02,960 --> 00:47:06,079 1200 00:47:06,079 --> 00:47:08,480 1201 00:47:08,480 --> 00:47:09,680 1202 00:47:09,680 --> 00:47:12,800 1203 00:47:12,800 --> 00:47:15,200 1204 00:47:15,200 --> 00:47:17,200 1205 00:47:17,200 --> 00:47:20,480 1206 00:47:20,480 --> 00:47:21,280 1207 00:47:21,280 --> 00:47:23,520 1208 00:47:23,520 --> 00:47:25,200 1209 00:47:25,200 --> 00:47:27,520 1210 00:47:27,520 --> 00:47:30,240 1211 00:47:30,240 --> 00:47:32,000 1212 00:47:32,000 --> 00:47:34,559 1213 00:47:34,559 --> 00:47:37,440 1214 00:47:37,440 --> 00:47:39,040 1215 00:47:39,040 --> 00:47:40,480 1216 00:47:40,480 --> 00:47:42,480 1217 00:47:42,480 --> 00:47:44,400 1218 00:47:44,400 --> 00:47:47,200 1219 00:47:47,200 --> 00:47:49,839 1220 00:47:49,839 --> 00:47:52,160 1221 00:47:52,160 --> 00:47:54,319 1222 00:47:54,319 --> 00:47:56,559 1223 00:47:56,559 --> 00:47:59,200 1224 00:47:59,200 --> 00:48:01,520 1225 00:48:01,520 --> 00:48:03,440 1226 00:48:03,440 --> 00:48:05,839 1227 00:48:05,839 --> 00:48:07,440 1228 00:48:07,440 --> 00:48:10,240 1229 00:48:10,640 --> 00:48:13,040 1230 00:48:13,040 --> 00:48:16,240 1231 00:48:16,240 --> 00:48:18,319 1232 00:48:18,319 --> 00:48:19,440 1233 00:48:19,440 --> 00:48:21,839 1234 00:48:21,839 --> 00:48:23,680 1235 00:48:23,680 --> 00:48:26,400 1236 00:48:26,400 --> 00:48:28,720 1237 00:48:28,720 --> 00:48:29,760 1238 00:48:29,760 --> 00:48:32,000 1239 00:48:32,000 --> 00:48:35,520 1240 00:48:35,520 --> 00:48:37,680 1241 00:48:37,680 --> 00:48:39,440 1242 00:48:39,440 --> 00:48:42,079 1243 00:48:42,079 --> 00:48:47,319 1244 00:48:48,160 --> 00:48:49,680 1245 00:48:49,680 --> 00:48:52,800 1246 00:48:52,800 --> 00:48:55,599 1247 00:48:55,599 --> 00:48:57,760 1248 00:48:57,760 --> 00:49:01,119 1249 00:49:01,119 --> 00:49:02,880 1250 00:49:02,880 --> 00:49:05,119 1251 00:49:05,119 --> 00:49:07,200 1252 00:49:07,200 --> 00:49:09,040 1253 00:49:09,040 --> 00:49:11,839 1254 00:49:11,839 --> 00:49:14,000 1255 00:49:14,000 --> 00:49:16,800 1256 00:49:16,800 --> 00:49:20,240 1257 00:49:20,240 --> 00:49:22,079 1258 00:49:22,079 --> 00:49:24,240 1259 00:49:24,240 --> 00:49:26,720 1260 00:49:26,720 --> 00:49:29,440 1261 00:49:29,440 --> 00:49:32,400 1262 00:49:32,400 --> 00:49:34,960 1263 00:49:34,960 --> 00:49:37,680 1264 00:49:37,680 --> 00:49:40,640 1265 00:49:40,640 --> 00:49:43,599 1266 00:49:43,599 --> 00:49:46,319 1267 00:49:46,319 --> 00:49:49,440 1268 00:49:49,440 --> 00:49:51,920 1269 00:49:51,920 --> 00:49:54,880 1270 00:49:54,880 --> 00:49:56,079 1271 00:49:56,079 --> 00:49:58,640 1272 00:49:58,640 --> 00:50:00,960 1273 00:50:00,960 --> 00:50:04,400 1274 00:50:04,400 --> 00:50:07,280 1275 00:50:07,280 --> 00:50:10,000 1276 00:50:10,000 --> 00:50:13,440 1277 00:50:13,440 --> 00:50:16,000 1278 00:50:16,000 --> 00:50:18,160 1279 00:50:18,160 --> 00:50:20,559 1280 00:50:20,559 --> 00:50:22,559 1281 00:50:22,559 --> 00:50:24,559 1282 00:50:24,559 --> 00:50:25,680 1283 00:50:25,680 --> 00:50:28,079 1284 00:50:28,079 --> 00:50:31,119 1285 00:50:31,119 --> 00:50:33,359 1286 00:50:33,359 --> 00:50:36,400 1287 00:50:36,400 --> 00:50:38,880 1288 00:50:38,880 --> 00:50:40,480 1289 00:50:40,480 --> 00:50:44,559 1290 00:50:44,559 --> 00:50:46,160 1291 00:50:46,160 --> 00:50:49,119 1292 00:50:49,119 --> 00:50:52,000 1293 00:50:52,000 --> 00:50:54,240 1294 00:50:54,240 --> 00:50:58,079 1295 00:50:58,079 --> 00:51:00,000 1296 00:51:00,000 --> 00:51:03,280 1297 00:51:03,280 --> 00:51:05,760 1298 00:51:05,760 --> 00:51:08,559 1299 00:51:08,559 --> 00:51:10,640 1300 00:51:10,640 --> 00:51:13,520 1301 00:51:13,520 --> 00:51:15,839 1302 00:51:15,839 --> 00:51:18,079 1303 00:51:18,079 --> 00:51:20,839 1304 00:51:20,839 --> 00:51:25,280 1305 00:51:25,280 --> 00:51:28,160 1306 00:51:28,160 --> 00:51:30,480 1307 00:51:30,480 --> 00:51:33,040 1308 00:51:33,040 --> 00:51:35,920 1309 00:51:35,920 --> 00:51:38,400 1310 00:51:38,400 --> 00:51:41,119 1311 00:51:41,119 --> 00:51:43,680 1312 00:51:43,680 --> 00:51:46,160 1313 00:51:46,160 --> 00:51:49,920 1314 00:51:49,920 --> 00:51:51,680 1315 00:51:51,680 --> 00:51:54,079 1316 00:51:54,079 --> 00:51:55,839 1317 00:51:55,839 --> 00:51:58,319 1318 00:51:58,319 --> 00:52:00,640 1319 00:52:00,640 --> 00:52:03,680 1320 00:52:03,680 --> 00:52:05,359 1321 00:52:05,359 --> 00:52:08,400 1322 00:52:08,400 --> 00:52:11,280 1323 00:52:11,280 --> 00:52:13,839 1324 00:52:13,839 --> 00:52:15,920 1325 00:52:15,920 --> 00:52:18,960 1326 00:52:18,960 --> 00:52:21,200 1327 00:52:21,200 --> 00:52:24,720 1328 00:52:24,720 --> 00:52:28,000 1329 00:52:28,000 --> 00:52:30,240 1330 00:52:30,240 --> 00:52:32,720 1331 00:52:32,720 --> 00:52:35,040 1332 00:52:35,040 --> 00:52:35,920 1333 00:52:35,920 --> 00:52:37,839 1334 00:52:37,839 --> 00:52:39,920 1335 00:52:39,920 --> 00:52:43,119 1336 00:52:43,119 --> 00:52:45,280 1337 00:52:45,280 --> 00:52:47,200 1338 00:52:47,200 --> 00:52:49,680 1339 00:52:49,680 --> 00:52:52,400 1340 00:52:52,400 --> 00:52:54,880 1341 00:52:54,880 --> 00:52:57,200 1342 00:52:57,200 --> 00:52:59,599 1343 00:52:59,599 --> 00:53:02,319 1344 00:53:02,319 --> 00:53:03,839 1345 00:53:03,839 --> 00:53:06,559 1346 00:53:06,559 --> 00:53:08,559 1347 00:53:08,559 --> 00:53:10,800 1348 00:53:10,800 --> 00:53:12,960 1349 00:53:12,960 --> 00:53:15,440 1350 00:53:15,440 --> 00:53:17,839 1351 00:53:17,839 --> 00:53:20,160 1352 00:53:20,160 --> 00:53:23,440 1353 00:53:23,440 --> 00:53:26,640 1354 00:53:26,640 --> 00:53:28,559 1355 00:53:28,559 --> 00:53:30,720 1356 00:53:30,720 --> 00:53:33,280 1357 00:53:33,280 --> 00:53:34,400 1358 00:53:34,400 --> 00:53:38,559 1359 00:53:38,559 --> 00:53:40,960 1360 00:53:40,960 --> 00:53:43,839 1361 00:53:43,839 --> 00:53:46,319 1362 00:53:46,319 --> 00:53:48,559 1363 00:53:48,559 --> 00:53:51,920 1364 00:53:51,920 --> 00:53:54,880 1365 00:53:54,880 --> 00:53:57,760 1366 00:53:57,760 --> 00:54:00,000 1367 00:54:00,000 --> 00:54:01,599 1368 00:54:01,599 --> 00:54:03,200 1369 00:54:03,200 --> 00:54:05,839 1370 00:54:05,839 --> 00:54:09,280 1371 00:54:09,280 --> 00:54:12,880 1372 00:54:12,880 --> 00:54:16,640 1373 00:54:16,640 --> 00:54:17,839 1374 00:54:17,839 --> 00:54:20,319 1375 00:54:20,319 --> 00:54:22,400 1376 00:54:22,400 --> 00:54:25,040 1377 00:54:25,040 --> 00:54:26,559 1378 00:54:26,559 --> 00:54:29,119 1379 00:54:29,119 --> 00:54:31,200 1380 00:54:31,200 --> 00:54:34,240 1381 00:54:34,240 --> 00:54:36,880 1382 00:54:36,880 --> 00:54:39,040 1383 00:54:39,040 --> 00:54:42,319 1384 00:54:42,319 --> 00:54:44,559 1385 00:54:44,559 --> 00:54:46,720 1386 00:54:46,720 --> 00:54:49,359 1387 00:54:49,359 --> 00:54:51,680 1388 00:54:51,680 --> 00:54:52,799 1389 00:54:52,799 --> 00:54:55,920 1390 00:54:55,920 --> 00:54:58,240 1391 00:54:58,240 --> 00:55:00,480 1392 00:55:00,480 --> 00:55:03,280 1393 00:55:03,280 --> 00:55:06,160 1394 00:55:06,160 --> 00:55:09,040 1395 00:55:09,040 --> 00:55:11,440 1396 00:55:11,440 --> 00:55:14,400 1397 00:55:14,400 --> 00:55:16,640 1398 00:55:16,640 --> 00:55:18,400 1399 00:55:18,400 --> 00:55:22,079 1400 00:55:22,079 --> 00:55:24,640 1401 00:55:24,640 --> 00:55:27,520 1402 00:55:27,520 --> 00:55:30,720 1403 00:55:30,720 --> 00:55:31,680 1404 00:55:31,680 --> 00:55:34,240 1405 00:55:34,240 --> 00:55:37,680 1406 00:55:37,680 --> 00:55:39,920 1407 00:55:39,920 --> 00:55:42,000 1408 00:55:42,000 --> 00:55:43,839 1409 00:55:43,839 --> 00:55:46,480 1410 00:55:46,480 --> 00:55:49,200 1411 00:55:49,200 --> 00:55:51,599 1412 00:55:51,599 --> 00:55:53,359 1413 00:55:53,359 --> 00:55:56,000 1414 00:55:56,000 --> 00:55:59,680 1415 00:55:59,680 --> 00:56:02,480 1416 00:56:02,480 --> 00:56:05,920 1417 00:56:05,920 --> 00:56:08,640 1418 00:56:08,640 --> 00:56:10,960 1419 00:56:10,960 --> 00:56:12,640 1420 00:56:12,640 --> 00:56:14,559 1421 00:56:14,559 --> 00:56:18,480 1422 00:56:18,480 --> 00:56:21,359 1423 00:56:21,359 --> 00:56:23,839 1424 00:56:23,839 --> 00:56:25,760 1425 00:56:25,760 --> 00:56:28,640 1426 00:56:28,640 --> 00:56:32,240 1427 00:56:32,240 --> 00:56:34,400 1428 00:56:34,400 --> 00:56:37,440 1429 00:56:37,440 --> 00:56:39,680 1430 00:56:39,680 --> 00:56:41,839 1431 00:56:41,839 --> 00:56:44,160 1432 00:56:44,160 --> 00:56:46,480 1433 00:56:46,480 --> 00:56:49,520 1434 00:56:49,520 --> 00:56:52,559 1435 00:56:52,559 --> 00:56:54,799 1436 00:56:54,799 --> 00:56:57,520 1437 00:56:57,520 --> 00:57:00,960 1438 00:57:00,960 --> 00:57:03,359 1439 00:57:03,359 --> 00:57:06,799 1440 00:57:06,799 --> 00:57:09,839 1441 00:57:09,839 --> 00:57:12,640 1442 00:57:12,640 --> 00:57:14,880 1443 00:57:14,880 --> 00:57:17,359 1444 00:57:17,359 --> 00:57:19,520 1445 00:57:19,520 --> 00:57:21,520 1446 00:57:21,520 --> 00:57:23,839 1447 00:57:23,839 --> 00:57:26,079 1448 00:57:26,079 --> 00:57:28,160 1449 00:57:28,160 --> 00:57:30,640 1450 00:57:30,640 --> 00:57:32,880 1451 00:57:32,880 --> 00:57:34,799 1452 00:57:34,799 --> 00:57:37,440 1453 00:57:37,440 --> 00:57:40,400 1454 00:57:40,400 --> 00:57:41,839 1455 00:57:41,839 --> 00:57:46,319 1456 00:57:46,319 --> 00:57:49,920 1457 00:57:49,920 --> 00:57:51,920 1458 00:57:51,920 --> 00:57:53,440 1459 00:57:53,440 --> 00:57:55,359 1460 00:57:55,359 --> 00:57:57,440 1461 00:57:57,440 --> 00:57:59,760 1462 00:57:59,760 --> 00:58:03,760 1463 00:58:03,760 --> 00:58:05,760 1464 00:58:05,760 --> 00:58:09,839 1465 00:58:09,839 --> 00:58:12,319 1466 00:58:12,319 --> 00:58:13,760 1467 00:58:13,760 --> 00:58:16,640 1468 00:58:16,640 --> 00:58:18,880 1469 00:58:18,880 --> 00:58:21,760 1470 00:58:21,760 --> 00:58:24,000 1471 00:58:24,000 --> 00:58:27,119 1472 00:58:27,119 --> 00:58:29,119 1473 00:58:29,119 --> 00:58:31,920 1474 00:58:31,920 --> 00:58:33,599 1475 00:58:33,599 --> 00:58:35,520 1476 00:58:35,520 --> 00:58:38,000 1477 00:58:38,000 --> 00:58:40,640 1478 00:58:40,640 --> 00:58:42,799 1479 00:58:42,799 --> 00:58:44,720 1480 00:58:44,720 --> 00:58:47,440 1481 00:58:47,440 --> 00:58:50,079 1482 00:58:50,079 --> 00:58:51,599 1483 00:58:51,599 --> 00:58:53,839 1484 00:58:53,839 --> 00:58:56,480 1485 00:58:56,480 --> 00:58:58,880 1486 00:58:58,880 --> 00:59:01,520 1487 00:59:01,520 --> 00:59:03,760 1488 00:59:03,760 --> 00:59:06,240 1489 00:59:06,240 --> 00:59:08,720 1490 00:59:08,720 --> 00:59:10,960 1491 00:59:10,960 --> 00:59:12,240 1492 00:59:12,240 --> 00:59:14,480 1493 00:59:14,480 --> 00:59:16,559 1494 00:59:16,559 --> 00:59:17,760 1495 00:59:17,760 --> 00:59:21,440 1496 00:59:21,440 --> 00:59:24,000 1497 00:59:24,000 --> 00:59:26,079 1498 00:59:26,079 --> 00:59:29,200 1499 00:59:29,200 --> 00:59:31,760 1500 00:59:31,760 --> 00:59:33,680 1501 00:59:33,680 --> 00:59:37,760 1502 00:59:37,760 --> 00:59:40,160 1503 00:59:40,160 --> 00:59:43,359 1504 00:59:43,359 --> 00:59:46,000 1505 00:59:46,000 --> 00:59:48,559 1506 00:59:48,559 --> 00:59:51,520 1507 00:59:51,520 --> 00:59:54,960 1508 00:59:54,960 --> 00:59:57,760 1509 00:59:57,760 --> 01:00:00,160 1510 01:00:00,160 --> 01:00:03,200 1511 01:00:03,200 --> 01:00:05,920 1512 01:00:05,920 --> 01:00:07,920 1513 01:00:07,920 --> 01:00:09,520 1514 01:00:09,520 --> 01:00:12,640 1515 01:00:12,640 --> 01:00:14,640 1516 01:00:14,640 --> 01:00:17,280 1517 01:00:17,280 --> 01:00:19,000 1518 01:00:19,000 --> 01:00:20,799 1519 01:00:20,799 --> 01:00:23,040 1520 01:00:23,040 --> 01:00:25,520 1521 01:00:25,520 --> 01:00:26,880 1522 01:00:26,880 --> 01:00:28,400 1523 01:00:28,400 --> 01:00:29,440 1524 01:00:29,440 --> 01:00:32,799 1525 01:00:32,799 --> 01:00:34,480 1526 01:00:34,480 --> 01:00:37,040 1527 01:00:37,040 --> 01:00:40,079 1528 01:00:40,079 --> 01:00:43,599 1529 01:00:43,599 --> 01:00:45,119 1530 01:00:45,119 --> 01:00:47,760 1531 01:00:47,760 --> 01:00:50,640 1532 01:00:50,640 --> 01:00:51,680 1533 01:00:51,680 --> 01:00:54,960 1534 01:00:54,960 --> 01:00:57,359 1535 01:00:57,359 --> 01:00:59,839 1536 01:00:59,839 --> 01:01:01,680 1537 01:01:01,680 --> 01:01:04,079 1538 01:01:04,079 --> 01:01:07,119 1539 01:01:07,119 --> 01:01:08,480 1540 01:01:08,480 --> 01:01:10,880 1541 01:01:10,880 --> 01:01:14,240 1542 01:01:14,240 --> 01:01:16,640 1543 01:01:16,640 --> 01:01:19,440 1544 01:01:19,440 --> 01:01:23,200 1545 01:01:23,200 --> 01:01:25,280 1546 01:01:25,280 --> 01:01:28,559 1547 01:01:28,559 --> 01:01:30,559 1548 01:01:30,559 --> 01:01:33,040 1549 01:01:33,040 --> 01:01:35,760 1550 01:01:35,760 --> 01:01:38,319 1551 01:01:38,319 --> 01:01:39,920 1552 01:01:39,920 --> 01:01:41,520 1553 01:01:41,520 --> 01:01:43,760 1554 01:01:43,760 --> 01:01:45,599 1555 01:01:45,599 --> 01:01:47,440 1556 01:01:47,440 --> 01:01:50,000 1557 01:01:50,000 --> 01:01:52,559 1558 01:01:52,559 --> 01:01:55,599 1559 01:01:55,599 --> 01:01:58,640 1560 01:01:58,640 --> 01:02:01,680 1561 01:02:01,680 --> 01:02:04,079 1562 01:02:04,079 --> 01:02:06,400 1563 01:02:06,400 --> 01:02:07,920 1564 01:02:07,920 --> 01:02:09,839 1565 01:02:09,839 --> 01:02:13,039 1566 01:02:13,039 --> 01:02:14,880 1567 01:02:14,880 --> 01:02:16,160 1568 01:02:16,160 --> 01:02:18,079 1569 01:02:18,079 --> 01:02:21,039 1570 01:02:21,039 --> 01:02:23,599 1571 01:02:23,599 --> 01:02:25,440 1572 01:02:25,440 --> 01:02:28,240 1573 01:02:28,240 --> 01:02:31,119 1574 01:02:31,119 --> 01:02:34,079 1575 01:02:34,079 --> 01:02:36,160 1576 01:02:36,160 --> 01:02:38,640 1577 01:02:38,640 --> 01:02:41,119 1578 01:02:41,119 --> 01:02:43,520 1579 01:02:43,520 --> 01:02:46,559 1580 01:02:46,559 --> 01:02:49,839 1581 01:02:49,839 --> 01:02:52,880 1582 01:02:52,880 --> 01:02:56,160 1583 01:02:56,160 --> 01:02:58,799 1584 01:02:58,799 --> 01:03:01,520 1585 01:03:01,520 --> 01:03:04,319 1586 01:03:04,319 --> 01:03:06,880 1587 01:03:06,880 --> 01:03:08,880 1588 01:03:08,880 --> 01:03:11,839 1589 01:03:11,839 --> 01:03:12,880 1590 01:03:12,880 --> 01:03:15,200 1591 01:03:15,200 --> 01:03:17,359 1592 01:03:17,359 --> 01:03:20,319 1593 01:03:20,319 --> 01:03:22,480 1594 01:03:22,480 --> 01:03:26,400 1595 01:03:26,400 --> 01:03:29,599 1596 01:03:29,599 --> 01:03:32,160 1597 01:03:32,160 --> 01:03:35,119 1598 01:03:35,119 --> 01:03:36,559 1599 01:03:36,559 --> 01:03:39,039 1600 01:03:39,039 --> 01:03:41,039 1601 01:03:41,039 --> 01:03:43,520 1602 01:03:43,520 --> 01:03:46,400 1603 01:03:46,400 --> 01:03:49,200 1604 01:03:49,200 --> 01:03:51,119 1605 01:03:51,119 --> 01:03:52,880 1606 01:03:52,880 --> 01:03:55,039 1607 01:03:55,039 --> 01:03:57,119 1608 01:03:57,119 --> 01:03:58,880 1609 01:03:58,880 --> 01:04:01,760 1610 01:04:01,760 --> 01:04:02,799 1611 01:04:02,799 --> 01:04:05,440 1612 01:04:05,440 --> 01:04:07,599 1613 01:04:07,599 --> 01:04:10,640 1614 01:04:10,640 --> 01:04:13,359 1615 01:04:13,359 --> 01:04:16,000 1616 01:04:16,000 --> 01:04:17,839 1617 01:04:17,839 --> 01:04:21,359 1618 01:04:21,359 --> 01:04:23,760 1619 01:04:23,760 --> 01:04:26,720 1620 01:04:26,720 --> 01:04:29,760 1621 01:04:29,760 --> 01:04:32,799 1622 01:04:32,799 --> 01:04:35,680 1623 01:04:35,680 --> 01:04:38,160 1624 01:04:38,160 --> 01:04:40,400 1625 01:04:40,400 --> 01:04:42,960 1626 01:04:42,960 --> 01:04:45,680 1627 01:04:45,680 --> 01:04:47,440 1628 01:04:47,440 --> 01:04:50,000 1629 01:04:50,000 --> 01:04:52,960 1630 01:04:52,960 --> 01:04:56,880 1631 01:04:56,880 --> 01:04:58,799 1632 01:04:58,799 --> 01:05:01,359 1633 01:05:01,359 --> 01:05:03,839 1634 01:05:03,839 --> 01:05:06,000 1635 01:05:06,000 --> 01:05:09,119 1636 01:05:09,119 --> 01:05:12,000 1637 01:05:12,000 --> 01:05:13,839 1638 01:05:13,839 --> 01:05:15,440 1639 01:05:15,440 --> 01:05:17,599 1640 01:05:17,599 --> 01:05:20,000 1641 01:05:20,000 --> 01:05:21,839 1642 01:05:21,839 --> 01:05:24,000 1643 01:05:24,000 --> 01:05:26,400 1644 01:05:26,400 --> 01:05:27,440 1645 01:05:27,440 --> 01:05:30,000 1646 01:05:30,000 --> 01:05:32,240 1647 01:05:32,240 --> 01:05:35,520 1648 01:05:35,520 --> 01:05:37,680 1649 01:05:37,680 --> 01:05:39,160 1650 01:05:39,160 --> 01:05:42,640 1651 01:05:42,640 --> 01:05:45,119 1652 01:05:45,119 --> 01:05:47,119 1653 01:05:47,119 --> 01:05:48,480 1654 01:05:48,480 --> 01:05:51,680 1655 01:05:51,680 --> 01:05:54,160 1656 01:05:54,160 --> 01:05:56,640 1657 01:05:56,640 --> 01:06:00,160 1658 01:06:00,160 --> 01:06:01,920 1659 01:06:01,920 --> 01:06:05,200 1660 01:06:05,200 --> 01:06:08,240 1661 01:06:08,240 --> 01:06:10,079 1662 01:06:10,079 --> 01:06:12,319 1663 01:06:12,319 --> 01:06:16,079 1664 01:06:16,079 --> 01:06:18,480 1665 01:06:18,480 --> 01:06:22,079 1666 01:06:22,079 --> 01:06:24,240 1667 01:06:24,240 --> 01:06:28,160 1668 01:06:28,160 --> 01:06:30,960 1669 01:06:30,960 --> 01:06:33,520 1670 01:06:33,520 --> 01:06:35,359 1671 01:06:35,359 --> 01:06:38,160 1672 01:06:38,160 --> 01:06:40,720 1673 01:06:40,720 --> 01:06:43,440 1674 01:06:43,440 --> 01:06:45,280 1675 01:06:45,280 --> 01:06:48,000 1676 01:06:48,000 --> 01:06:51,039 1677 01:06:51,039 --> 01:06:54,000 1678 01:06:54,000 --> 01:06:56,559 1679 01:06:56,559 --> 01:06:57,520 1680 01:06:57,520 --> 01:07:00,559 1681 01:07:00,559 --> 01:07:03,520 1682 01:07:03,520 --> 01:07:05,839 1683 01:07:05,839 --> 01:07:08,319 1684 01:07:08,319 --> 01:07:10,319 1685 01:07:10,319 --> 01:07:13,280 1686 01:07:13,280 --> 01:07:16,079 1687 01:07:16,079 --> 01:07:18,799 1688 01:07:18,799 --> 01:07:20,400 1689 01:07:20,400 --> 01:07:22,400 1690 01:07:22,400 --> 01:07:24,640 1691 01:07:24,640 --> 01:07:26,000 1692 01:07:26,000 --> 01:07:28,160 1693 01:07:28,160 --> 01:07:30,160 1694 01:07:30,160 --> 01:07:32,720 1695 01:07:32,720 --> 01:07:34,880 1696 01:07:34,880 --> 01:07:36,480 1697 01:07:36,480 --> 01:07:39,280 1698 01:07:39,280 --> 01:07:41,039 1699 01:07:41,039 --> 01:07:43,920 1700 01:07:43,920 --> 01:07:46,240 1701 01:07:46,240 --> 01:07:48,559 1702 01:07:48,559 --> 01:07:50,559 1703 01:07:50,559 --> 01:07:53,520 1704 01:07:53,520 --> 01:07:54,640 1705 01:07:54,640 --> 01:07:57,839 1706 01:07:57,839 --> 01:08:00,079 1707 01:08:00,079 --> 01:08:02,559 1708 01:08:02,559 --> 01:08:05,359 1709 01:08:05,359 --> 01:08:08,400 1710 01:08:08,400 --> 01:08:10,880 1711 01:08:10,880 --> 01:08:13,599 1712 01:08:13,599 --> 01:08:15,599 1713 01:08:15,599 --> 01:08:18,238 1714 01:08:18,238 --> 01:08:20,640 1715 01:08:20,640 --> 01:08:22,399 1716 01:08:22,399 --> 01:08:26,640 1717 01:08:26,640 --> 01:08:28,319 1718 01:08:28,319 --> 01:08:30,080 1719 01:08:30,080 --> 01:08:34,319 1720 01:08:34,319 --> 01:08:35,359 1721 01:08:35,359 --> 01:08:36,839 1722 01:08:36,839 --> 01:08:39,439 1723 01:08:39,439 --> 01:08:41,520 1724 01:08:41,520 --> 01:08:42,960 1725 01:08:42,960 --> 01:08:44,799 1726 01:08:44,799 --> 01:08:46,560 1727 01:08:46,560 --> 01:08:49,359 1728 01:08:49,359 --> 01:08:50,479 1729 01:08:50,479 --> 01:08:53,120 1730 01:08:53,120 --> 01:08:54,640 1731 01:08:54,640 --> 01:08:56,960 1732 01:08:56,960 --> 01:08:57,920 1733 01:08:57,920 --> 01:09:00,158 1734 01:09:00,158 --> 01:09:02,158 1735 01:09:02,158 --> 01:09:04,640 1736 01:09:04,640 --> 01:09:07,600 1737 01:09:07,600 --> 01:09:09,198 1738 01:09:09,198 --> 01:09:13,040 1739 01:09:13,040 --> 01:09:16,319 1740 01:09:16,319 --> 01:09:18,319 1741 01:09:18,319 --> 01:09:20,799 1742 01:09:20,799 --> 01:09:23,920 1743 01:09:23,920 --> 01:09:27,120 1744 01:09:27,120 --> 01:09:29,040 1745 01:09:29,040 --> 01:09:31,920 1746 01:09:31,920 --> 01:09:34,080 1747 01:09:34,080 --> 01:09:36,158 1748 01:09:36,158 --> 01:09:39,679 1749 01:09:39,679 --> 01:09:41,759 1750 01:09:41,759 --> 01:09:44,560 1751 01:09:44,560 --> 01:09:46,719 1752 01:09:46,719 --> 01:09:48,640 1753 01:09:48,640 --> 01:09:51,279 1754 01:09:51,279 --> 01:09:52,000 1755 01:09:52,000 --> 01:09:55,120 1756 01:09:55,120 --> 01:09:57,760 1757 01:09:57,760 --> 01:10:02,080 1758 01:10:02,080 --> 01:10:03,600 1759 01:10:03,600 --> 01:10:04,880 1760 01:10:04,880 --> 01:10:06,800 1761 01:10:06,800 --> 01:10:10,239 1762 01:10:10,239 --> 01:10:12,640 1763 01:10:12,640 --> 01:10:15,600 1764 01:10:15,600 --> 01:10:18,560 1765 01:10:18,560 --> 01:10:20,400 1766 01:10:20,400 --> 01:10:24,159 1767 01:10:24,159 --> 01:10:26,320 1768 01:10:26,320 --> 01:10:28,560 1769 01:10:28,560 --> 01:10:30,400 1770 01:10:30,400 --> 01:10:31,920 1771 01:10:31,920 --> 01:10:33,679 1772 01:10:33,679 --> 01:10:36,400 1773 01:10:36,400 --> 01:10:38,159 1774 01:10:38,159 --> 01:10:40,960 1775 01:10:40,960 --> 01:10:43,840 1776 01:10:43,840 --> 01:10:46,239 1777 01:10:46,239 --> 01:10:49,840 1778 01:10:49,840 --> 01:10:51,440 1779 01:10:51,440 --> 01:10:53,520 1780 01:10:53,520 --> 01:10:56,159 1781 01:10:56,159 --> 01:10:58,000 1782 01:10:58,000 --> 01:11:00,159 1783 01:11:00,159 --> 01:11:02,719 1784 01:11:02,719 --> 01:11:06,080 1785 01:11:06,080 --> 01:11:08,880 1786 01:11:08,880 --> 01:11:12,320 1787 01:11:12,320 --> 01:11:14,960 1788 01:11:14,960 --> 01:11:17,520 1789 01:11:17,520 --> 01:11:20,800 1790 01:11:20,800 --> 01:11:23,040 1791 01:11:23,040 --> 01:11:26,239 1792 01:11:26,239 --> 01:11:30,159 1793 01:11:30,159 --> 01:11:31,360 1794 01:11:31,360 --> 01:11:35,280 1795 01:11:35,280 --> 01:11:36,800 1796 01:11:36,800 --> 01:11:39,120 1797 01:11:39,120 --> 01:11:40,560 1798 01:11:40,560 --> 01:11:43,360 1799 01:11:43,360 --> 01:11:45,679 1800 01:11:45,679 --> 01:11:46,880 1801 01:11:46,880 --> 01:11:48,400 1802 01:11:48,400 --> 01:11:50,000 1803 01:11:50,000 --> 01:11:52,320 1804 01:11:52,320 --> 01:11:54,719 1805 01:11:54,719 --> 01:11:57,280 1806 01:11:57,280 --> 01:11:59,840 1807 01:11:59,840 --> 01:12:01,920 1808 01:12:01,920 --> 01:12:06,239 1809 01:12:06,239 --> 01:12:09,600 1810 01:12:09,600 --> 01:12:11,440 1811 01:12:11,440 --> 01:12:13,520 1812 01:12:13,520 --> 01:12:15,440 1813 01:12:15,440 --> 01:12:18,159 1814 01:12:18,159 --> 01:12:21,199 1815 01:12:21,199 --> 01:12:24,000 1816 01:12:24,000 --> 01:12:26,800 1817 01:12:26,800 --> 01:12:30,159 1818 01:12:30,159 --> 01:12:32,640 1819 01:12:32,640 --> 01:12:35,199 1820 01:12:35,199 --> 01:12:37,760 1821 01:12:37,760 --> 01:12:40,560 1822 01:12:40,560 --> 01:12:41,360 1823 01:12:41,360 --> 01:12:43,360 1824 01:12:43,360 --> 01:12:46,000 1825 01:12:46,000 --> 01:12:49,199 1826 01:12:49,199 --> 01:12:51,520 1827 01:12:51,520 --> 01:12:53,679 1828 01:12:53,679 --> 01:12:57,520 1829 01:12:57,520 --> 01:13:00,320 1830 01:13:00,320 --> 01:13:02,480 1831 01:13:02,480 --> 01:13:04,880 1832 01:13:04,880 --> 01:13:08,000 1833 01:13:08,000 --> 01:13:11,760 1834 01:13:11,760 --> 01:13:14,159 1835 01:13:14,159 --> 01:13:16,000 1836 01:13:16,000 --> 01:13:20,640 1837 01:13:20,719 --> 01:13:23,360 1838 01:13:23,360 --> 01:13:25,679 1839 01:13:25,679 --> 01:13:28,640 1840 01:13:28,640 --> 01:13:29,840 1841 01:13:29,840 --> 01:13:34,239 1842 01:13:34,239 --> 01:13:36,400 1843 01:13:36,400 --> 01:13:39,600 1844 01:13:39,600 --> 01:13:43,040 1845 01:13:43,040 --> 01:13:45,120 1846 01:13:45,120 --> 01:13:47,040 1847 01:13:47,040 --> 01:13:49,280 1848 01:13:49,280 --> 01:13:51,920 1849 01:13:51,920 --> 01:13:54,080 1850 01:13:54,080 --> 01:13:56,480 1851 01:13:56,480 --> 01:13:58,800 1852 01:13:58,800 --> 01:14:01,760 1853 01:14:01,760 --> 01:14:05,199 1854 01:14:05,199 --> 01:14:07,760 1855 01:14:07,760 --> 01:14:09,520 1856 01:14:09,520 --> 01:14:11,199 1857 01:14:11,199 --> 01:14:14,400 1858 01:14:14,400 --> 01:14:18,560 1859 01:14:20,880 --> 01:14:23,600 1860 01:14:23,600 --> 01:14:25,760 1861 01:14:25,760 --> 01:14:28,159 1862 01:14:28,159 --> 01:14:30,719 1863 01:14:30,719 --> 01:14:31,920 1864 01:14:31,920 --> 01:14:35,040 1865 01:14:35,040 --> 01:14:38,000 1866 01:14:38,000 --> 01:14:40,400 1867 01:14:40,400 --> 01:14:42,640 1868 01:14:42,640 --> 01:14:44,800 1869 01:14:44,800 --> 01:14:46,960 1870 01:14:46,960 --> 01:14:49,760 1871 01:14:49,760 --> 01:14:52,719 1872 01:14:52,719 --> 01:14:55,520 1873 01:14:55,520 --> 01:14:57,520 1874 01:14:57,520 --> 01:15:00,080 1875 01:15:00,080 --> 01:15:02,960 1876 01:15:02,960 --> 01:15:04,159 1877 01:15:04,159 --> 01:15:08,080 1878 01:15:08,080 --> 01:15:10,400 1879 01:15:10,400 --> 01:15:12,960 1880 01:15:12,960 --> 01:15:15,120 1881 01:15:15,120 --> 01:15:17,040 1882 01:15:17,040 --> 01:15:19,199 1883 01:15:19,199 --> 01:15:21,600 1884 01:15:21,600 --> 01:15:24,000 1885 01:15:24,000 --> 01:15:26,719 1886 01:15:26,719 --> 01:15:29,600 1887 01:15:29,600 --> 01:15:31,199 1888 01:15:31,199 --> 01:15:33,920 1889 01:15:33,920 --> 01:15:35,520 1890 01:15:35,520 --> 01:15:36,960 1891 01:15:36,960 --> 01:15:39,360 1892 01:15:39,360 --> 01:15:41,679 1893 01:15:41,679 --> 01:15:44,480 1894 01:15:44,480 --> 01:15:47,679 1895 01:15:47,679 --> 01:15:49,840 1896 01:15:49,840 --> 01:15:51,280 1897 01:15:51,280 --> 01:15:53,120 1898 01:15:53,120 --> 01:15:55,120 1899 01:15:55,120 --> 01:15:57,360 1900 01:15:57,360 --> 01:16:00,080 1901 01:16:00,080 --> 01:16:02,960 1902 01:16:02,960 --> 01:16:06,080 1903 01:16:06,080 --> 01:16:09,120 1904 01:16:09,120 --> 01:16:12,080 1905 01:16:12,080 --> 01:16:14,400 1906 01:16:14,400 --> 01:16:17,040 1907 01:16:17,040 --> 01:16:19,199 1908 01:16:19,199 --> 01:16:21,520 1909 01:16:21,520 --> 01:16:24,640 1910 01:16:24,640 --> 01:16:27,120 1911 01:16:27,120 --> 01:16:30,159 1912 01:16:30,159 --> 01:16:33,520 1913 01:16:33,520 --> 01:16:35,600 1914 01:16:35,600 --> 01:16:38,960 1915 01:16:38,960 --> 01:16:42,400 1916 01:16:42,400 --> 01:16:45,520 1917 01:16:45,520 --> 01:16:48,000 1918 01:16:48,000 --> 01:16:51,600 1919 01:16:51,600 --> 01:16:54,159 1920 01:16:54,159 --> 01:16:56,640 1921 01:16:56,640 --> 01:16:58,800 1922 01:16:58,800 --> 01:17:01,840 1923 01:17:01,840 --> 01:17:03,040 1924 01:17:03,040 --> 01:17:05,360 1925 01:17:05,360 --> 01:17:07,440 1926 01:17:07,440 --> 01:17:09,840 1927 01:17:09,840 --> 01:17:12,719 1928 01:17:12,719 --> 01:17:16,320 1929 01:17:16,320 --> 01:17:18,719 1930 01:17:18,719 --> 01:17:21,520 1931 01:17:21,520 --> 01:17:23,920 1932 01:17:23,920 --> 01:17:26,159 1933 01:17:26,159 --> 01:17:29,120 1934 01:17:29,120 --> 01:17:31,120 1935 01:17:31,120 --> 01:17:33,760 1936 01:17:33,760 --> 01:17:37,040 1937 01:17:37,040 --> 01:17:39,360 1938 01:17:39,360 --> 01:17:40,159 1939 01:17:40,159 --> 01:17:42,880 1940 01:17:42,880 --> 01:17:44,560 1941 01:17:44,560 --> 01:17:45,760 1942 01:17:45,760 --> 01:17:48,480 1943 01:17:48,480 --> 01:17:51,199 1944 01:17:51,199 --> 01:17:53,840 1945 01:17:53,840 --> 01:17:56,080 1946 01:17:56,080 --> 01:17:58,560 1947 01:17:58,560 --> 01:18:00,719 1948 01:18:00,719 --> 01:18:03,280 1949 01:18:03,280 --> 01:18:05,280 1950 01:18:05,280 --> 01:18:08,960 1951 01:18:08,960 --> 01:18:10,480 1952 01:18:10,480 --> 01:18:13,360 1953 01:18:13,360 --> 01:18:15,840 1954 01:18:15,840 --> 01:18:17,679 1955 01:18:17,679 --> 01:18:19,920 1956 01:18:19,920 --> 01:18:22,719 1957 01:18:22,719 --> 01:18:25,360 1958 01:18:25,360 --> 01:18:27,840 1959 01:18:27,840 --> 01:18:30,320 1960 01:18:30,320 --> 01:18:32,560 1961 01:18:32,560 --> 01:18:34,800 1962 01:18:34,800 --> 01:18:37,280 1963 01:18:37,280 --> 01:18:38,320 1964 01:18:38,320 --> 01:18:42,000 1965 01:18:42,000 --> 01:18:43,440 1966 01:18:43,440 --> 01:18:46,159 1967 01:18:46,159 --> 01:18:49,280 1968 01:18:49,280 --> 01:18:51,040 1969 01:18:51,040 --> 01:18:54,159 1970 01:18:54,159 --> 01:18:56,640 1971 01:18:56,640 --> 01:18:59,040 1972 01:18:59,040 --> 01:19:02,000 1973 01:19:02,000 --> 01:19:05,120 1974 01:19:05,120 --> 01:19:07,600 1975 01:19:07,600 --> 01:19:10,560 1976 01:19:10,560 --> 01:19:12,960 1977 01:19:12,960 --> 01:19:14,880 1978 01:19:14,880 --> 01:19:17,280 1979 01:19:17,280 --> 01:19:18,239 1980 01:19:18,239 --> 01:19:20,640 1981 01:19:20,640 --> 01:19:22,480 1982 01:19:22,480 --> 01:19:26,239 1983 01:19:26,239 --> 01:19:28,800 1984 01:19:28,800 --> 01:19:32,480 1985 01:19:32,480 --> 01:19:34,719 1986 01:19:34,719 --> 01:19:36,960 1987 01:19:36,960 --> 01:19:38,800 1988 01:19:38,800 --> 01:19:41,520 1989 01:19:41,520 --> 01:19:43,600 1990 01:19:43,600 --> 01:19:46,320 1991 01:19:46,320 --> 01:19:48,480 1992 01:19:48,480 --> 01:19:51,440 1993 01:19:51,440 --> 01:19:52,239 1994 01:19:52,239 --> 01:19:54,560 1995 01:19:54,560 --> 01:19:57,040 1996 01:19:57,040 --> 01:19:59,760 1997 01:19:59,760 --> 01:20:02,640 1998 01:20:02,640 --> 01:20:05,280 1999 01:20:05,280 --> 01:20:06,239 2000 01:20:06,239 --> 01:20:08,719 2001 01:20:08,719 --> 01:20:10,000 2002 01:20:10,000 --> 01:20:12,560 2003 01:20:12,560 --> 01:20:15,280 2004 01:20:15,280 --> 01:20:17,840 2005 01:20:17,840 --> 01:20:19,840 2006 01:20:19,840 --> 01:20:22,880 2007 01:20:22,880 --> 01:20:25,440 2008 01:20:25,440 --> 01:20:27,120 2009 01:20:27,120 --> 01:20:28,800 2010 01:20:28,800 --> 01:20:31,520 2011 01:20:31,520 --> 01:20:34,480 2012 01:20:34,480 --> 01:20:37,760 2013 01:20:37,760 --> 01:20:40,400 2014 01:20:40,400 --> 01:20:42,960 2015 01:20:42,960 --> 01:20:45,199 2016 01:20:45,199 --> 01:20:49,280 2017 01:20:49,280 --> 01:20:52,719 2018 01:20:52,719 --> 01:20:54,800 2019 01:20:54,800 --> 01:20:57,600 2020 01:20:57,600 --> 01:21:00,000 2021 01:21:00,000 --> 01:21:03,760 2022 01:21:03,760 --> 01:21:06,480 2023 01:21:06,480 --> 01:21:08,800 2024 01:21:08,800 --> 01:21:11,440 2025 01:21:11,440 --> 01:21:14,159 2026 01:21:14,159 --> 01:21:16,800 2027 01:21:16,800 --> 01:21:19,600 2028 01:21:19,600 --> 01:21:21,440 2029 01:21:21,440 --> 01:21:23,760 2030 01:21:23,760 --> 01:21:26,880 2031 01:21:26,880 --> 01:21:29,360 2032 01:21:29,360 --> 01:21:32,080 2033 01:21:32,080 --> 01:21:34,960 2034 01:21:34,960 --> 01:21:37,360 2035 01:21:37,360 --> 01:21:38,800 2036 01:21:38,800 --> 01:21:39,840 2037 01:21:39,840 --> 01:21:43,199 2038 01:21:43,199 --> 01:21:45,840 2039 01:21:45,840 --> 01:21:49,120 2040 01:21:49,120 --> 01:21:51,679 2041 01:21:51,679 --> 01:21:54,239 2042 01:21:54,239 --> 01:21:56,960 2043 01:21:56,960 --> 01:21:59,760 2044 01:21:59,760 --> 01:22:03,199 2045 01:22:03,199 --> 01:22:06,159 2046 01:22:06,159 --> 01:22:08,719 2047 01:22:08,719 --> 01:22:11,360 2048 01:22:11,360 --> 01:22:14,560 2049 01:22:14,560 --> 01:22:17,360 2050 01:22:17,360 --> 01:22:20,560 2051 01:22:20,560 --> 01:22:22,960 2052 01:22:22,960 --> 01:22:24,639 2053 01:22:24,639 --> 01:22:27,280 2054 01:22:27,280 --> 01:22:29,440 2055 01:22:29,440 --> 01:22:32,159 2056 01:22:32,159 --> 01:22:35,520 2057 01:22:35,520 --> 01:22:38,719 2058 01:22:38,719 --> 01:22:40,159 2059 01:22:40,159 --> 01:22:42,560 2060 01:22:42,560 --> 01:22:44,639 2061 01:22:44,639 --> 01:22:48,000 2062 01:22:48,000 --> 01:22:50,320 2063 01:22:50,320 --> 01:22:52,639 2064 01:22:52,639 --> 01:22:55,440 2065 01:22:55,440 --> 01:22:57,600 2066 01:22:57,600 --> 01:22:59,520 2067 01:22:59,520 --> 01:23:02,560 2068 01:23:02,560 --> 01:23:04,159 2069 01:23:04,159 --> 01:23:07,120 2070 01:23:07,120 --> 01:23:08,880 2071 01:23:08,880 --> 01:23:11,199 2072 01:23:11,199 --> 01:23:12,400 2073 01:23:12,400 --> 01:23:14,719 2074 01:23:14,719 --> 01:23:17,360 2075 01:23:17,360 --> 01:23:19,440 2076 01:23:19,440 --> 01:23:20,560 2077 01:23:20,560 --> 01:23:22,960 2078 01:23:22,960 --> 01:23:24,719 2079 01:23:24,719 --> 01:23:26,960 2080 01:23:26,960 --> 01:23:29,600 2081 01:23:29,600 --> 01:23:32,400 2082 01:23:32,400 --> 01:23:34,960 2083 01:23:34,960 --> 01:23:37,920 2084 01:23:37,920 --> 01:23:40,560 2085 01:23:40,560 --> 01:23:43,760 2086 01:23:43,760 --> 01:23:46,320 2087 01:23:46,320 --> 01:23:48,159 2088 01:23:48,159 --> 01:23:50,080 2089 01:23:50,080 --> 01:23:53,120 2090 01:23:53,120 --> 01:23:55,520 2091 01:23:55,520 --> 01:23:57,360 2092 01:23:57,360 --> 01:23:59,760 2093 01:23:59,760 --> 01:24:01,600 2094 01:24:01,600 --> 01:24:04,320 2095 01:24:04,320 --> 01:24:07,120 2096 01:24:07,120 --> 01:24:08,880 2097 01:24:08,880 --> 01:24:11,840 2098 01:24:11,840 --> 01:24:14,840 2099 01:24:14,840 --> 01:24:17,199 2100 01:24:17,199 --> 01:24:19,199 2101 01:24:19,199 --> 01:24:21,520 2102 01:24:21,520 --> 01:24:24,560 2103 01:24:24,560 --> 01:24:25,600 2104 01:24:25,600 --> 01:24:28,400 2105 01:24:28,400 --> 01:24:31,360 2106 01:24:31,360 --> 01:24:33,360 2107 01:24:33,360 --> 01:24:35,600 2108 01:24:35,600 --> 01:24:36,880 2109 01:24:36,880 --> 01:24:38,560 2110 01:24:38,560 --> 01:24:40,719 2111 01:24:40,719 --> 01:24:43,840 2112 01:24:43,840 --> 01:24:46,239 2113 01:24:46,239 --> 01:24:48,639 2114 01:24:48,639 --> 01:24:50,400 2115 01:24:50,400 --> 01:24:53,120 2116 01:24:53,120 --> 01:24:55,360 2117 01:24:55,360 --> 01:24:57,280 2118 01:24:57,280 --> 01:24:59,520 2119 01:24:59,520 --> 01:25:02,159 2120 01:25:02,159 --> 01:25:04,560 2121 01:25:04,560 --> 01:25:06,400 2122 01:25:06,400 --> 01:25:07,920 2123 01:25:07,920 --> 01:25:10,239 2124 01:25:10,239 --> 01:25:13,120 2125 01:25:13,120 --> 01:25:15,840 2126 01:25:15,840 --> 01:25:18,239 2127 01:25:18,239 --> 01:25:20,880 2128 01:25:20,880 --> 01:25:24,239 2129 01:25:24,239 --> 01:25:26,639 2130 01:25:26,639 --> 01:25:30,480 2131 01:25:30,480 --> 01:25:32,639 2132 01:25:32,639 --> 01:25:35,760 2133 01:25:35,760 --> 01:25:38,639 2134 01:25:38,639 --> 01:25:41,600 2135 01:25:41,600 --> 01:25:44,880 2136 01:25:44,880 --> 01:25:45,920 2137 01:25:45,920 --> 01:25:48,000 2138 01:25:48,000 --> 01:25:50,800 2139 01:25:50,800 --> 01:25:53,920 2140 01:25:53,920 --> 01:25:56,239 2141 01:25:56,239 --> 01:25:57,120 2142 01:25:57,120 --> 01:25:59,280 2143 01:25:59,280 --> 01:26:02,000 2144 01:26:02,000 --> 01:26:04,159 2145 01:26:04,159 --> 01:26:06,480 2146 01:26:06,480 --> 01:26:09,600 2147 01:26:09,600 --> 01:26:12,320 2148 01:26:12,320 --> 01:26:14,960 2149 01:26:14,960 --> 01:26:17,679 2150 01:26:17,679 --> 01:26:19,440 2151 01:26:19,440 --> 01:26:21,679 2152 01:26:21,679 --> 01:26:25,280 2153 01:26:25,280 --> 01:26:27,840 2154 01:26:27,840 --> 01:26:29,679 2155 01:26:29,679 --> 01:26:32,320 2156 01:26:32,320 --> 01:26:34,719 2157 01:26:34,719 --> 01:26:35,760 2158 01:26:35,760 --> 01:26:38,159 2159 01:26:38,159 --> 01:26:40,239 2160 01:26:40,239 --> 01:26:44,480 2161 01:26:44,480 --> 01:26:46,880 2162 01:26:46,880 --> 01:26:49,520 2163 01:26:49,520 --> 01:26:51,360 2164 01:26:51,360 --> 01:26:52,320 2165 01:26:52,320 --> 01:26:55,040 2166 01:26:55,040 --> 01:26:58,400 2167 01:26:58,400 --> 01:27:00,960 2168 01:27:00,960 --> 01:27:05,440 2169 01:27:05,440 --> 01:27:08,000 2170 01:27:08,000 --> 01:27:09,840 2171 01:27:09,840 --> 01:27:12,239 2172 01:27:12,239 --> 01:27:14,880 2173 01:27:14,880 --> 01:27:16,960 2174 01:27:16,960 --> 01:27:19,440 2175 01:27:19,440 --> 01:27:22,080 2176 01:27:22,080 --> 01:27:24,960 2177 01:27:24,960 --> 01:27:27,199 2178 01:27:27,199 --> 01:27:29,040 2179 01:27:29,040 --> 01:27:32,239 2180 01:27:32,239 --> 01:27:35,280 2181 01:27:35,280 --> 01:27:38,159 2182 01:27:38,159 --> 01:27:40,400 2183 01:27:40,400 --> 01:27:41,679 2184 01:27:41,679 --> 01:27:42,719 2185 01:27:42,719 --> 01:27:44,880 2186 01:27:44,880 --> 01:27:47,199 2187 01:27:47,199 --> 01:27:50,560 2188 01:27:50,560 --> 01:27:53,040 2189 01:27:53,040 --> 01:27:54,880 2190 01:27:54,880 --> 01:27:57,360 2191 01:27:57,360 --> 01:28:02,239 2192 01:28:02,239 --> 01:28:03,920 2193 01:28:03,920 --> 01:28:07,520 2194 01:28:07,520 --> 01:28:11,120 2195 01:28:11,120 --> 01:28:12,840 2196 01:28:12,840 --> 01:28:15,280 2197 01:28:15,280 --> 01:28:18,000 2198 01:28:18,000 --> 01:28:20,480 2199 01:28:20,480 --> 01:28:23,920 2200 01:28:23,920 --> 01:28:26,639 2201 01:28:26,639 --> 01:28:28,480 2202 01:28:28,480 --> 01:28:31,600 2203 01:28:31,600 --> 01:28:33,600 2204 01:28:33,600 --> 01:28:36,159 2205 01:28:36,159 --> 01:28:38,880 2206 01:28:38,880 --> 01:28:41,199 2207 01:28:41,199 --> 01:28:42,800 2208 01:28:42,800 --> 01:28:46,000 2209 01:28:46,000 --> 01:28:48,320 2210 01:28:48,320 --> 01:28:50,560 2211 01:28:50,560 --> 01:28:53,199 2212 01:28:53,199 --> 01:28:56,000 2213 01:28:56,000 --> 01:28:58,880 2214 01:28:58,880 --> 01:29:01,360 2215 01:29:01,360 --> 01:29:03,440 2216 01:29:03,440 --> 01:29:06,719 2217 01:29:06,719 --> 01:29:08,239 2218 01:29:08,239 --> 01:29:11,199 2219 01:29:11,199 --> 01:29:12,480 2220 01:29:12,480 --> 01:29:15,440 2221 01:29:15,440 --> 01:29:18,080 2222 01:29:18,080 --> 01:29:21,600 2223 01:29:21,600 --> 01:29:24,400 2224 01:29:24,400 --> 01:29:27,120 2225 01:29:27,120 --> 01:29:29,760 2226 01:29:29,760 --> 01:29:32,800 2227 01:29:32,800 --> 01:29:35,360 2228 01:29:35,360 --> 01:29:37,679 2229 01:29:37,679 --> 01:29:40,719 2230 01:29:40,719 --> 01:29:42,480 2231 01:29:42,480 --> 01:29:45,120 2232 01:29:45,120 --> 01:29:47,600 2233 01:29:47,600 --> 01:29:50,080 2234 01:29:50,080 --> 01:29:51,920 2235 01:29:51,920 --> 01:29:54,800 2236 01:29:54,800 --> 01:29:56,719 2237 01:29:56,719 --> 01:29:58,480 2238 01:29:58,480 --> 01:30:00,639 2239 01:30:00,639 --> 01:30:03,440 2240 01:30:03,440 --> 01:30:05,760 2241 01:30:05,760 --> 01:30:08,560 2242 01:30:08,560 --> 01:30:11,600 2243 01:30:11,600 --> 01:30:13,840 2244 01:30:13,840 --> 01:30:16,159 2245 01:30:16,159 --> 01:30:18,880 2246 01:30:18,880 --> 01:30:20,960 2247 01:30:20,960 --> 01:30:22,800 2248 01:30:22,800 --> 01:30:25,440 2249 01:30:25,440 --> 01:30:27,520 2250 01:30:27,520 --> 01:30:29,120 2251 01:30:29,120 --> 01:30:31,360 2252 01:30:31,360 --> 01:30:33,440 2253 01:30:33,440 --> 01:30:35,600 2254 01:30:35,600 --> 01:30:38,400 2255 01:30:38,400 --> 01:30:40,400 2256 01:30:40,400 --> 01:30:42,880 2257 01:30:42,880 --> 01:30:45,040 2258 01:30:45,040 --> 01:30:47,360 2259 01:30:47,360 --> 01:30:48,880 2260 01:30:48,880 --> 01:30:52,000 2261 01:30:52,000 --> 01:30:54,719 2262 01:30:54,719 --> 01:30:56,719 2263 01:30:56,719 --> 01:30:59,520 2264 01:30:59,520 --> 01:31:01,600 2265 01:31:01,600 --> 01:31:03,440 2266 01:31:03,440 --> 01:31:06,560 2267 01:31:06,560 --> 01:31:09,280 2268 01:31:09,280 --> 01:31:11,199 2269 01:31:11,199 --> 01:31:14,639 2270 01:31:14,639 --> 01:31:16,740 2271 01:31:16,740 --> 01:31:17,440 2272 01:31:17,440 --> 01:31:20,570 2273 01:31:21,440 --> 01:31:23,120 2274 01:31:23,120 --> 01:31:25,920 2275 01:31:25,920 --> 01:31:27,760 2276 01:31:27,760 --> 01:31:29,120 2277 01:31:29,120 --> 01:31:32,159 2278 01:31:32,159 --> 01:31:34,639 2279 01:31:34,639 --> 01:31:37,360 2280 01:31:37,360 --> 01:31:39,760 2281 01:31:39,760 --> 01:31:42,320 2282 01:31:42,320 --> 01:31:44,320 2283 01:31:44,320 --> 01:31:48,719 2284 01:31:48,719 --> 01:31:52,159 2285 01:31:52,159 --> 01:31:54,560 2286 01:31:54,560 --> 01:31:55,840 2287 01:31:55,840 --> 01:31:57,760 2288 01:31:57,760 --> 01:31:59,120 2289 01:31:59,120 --> 01:32:01,120 2290 01:32:01,120 --> 01:32:03,679 2291 01:32:03,679 --> 01:32:06,080 2292 01:32:06,080 --> 01:32:08,239 2293 01:32:08,239 --> 01:32:09,199 2294 01:32:09,199 --> 01:32:10,960 2295 01:32:10,960 --> 01:32:13,920 2296 01:32:13,920 --> 01:32:15,280 2297 01:32:15,280 --> 01:32:17,280 2298 01:32:17,280 --> 01:32:19,199 2299 01:32:19,199 --> 01:32:21,679 2300 01:32:21,679 --> 01:32:23,920 2301 01:32:23,920 --> 01:32:25,760 2302 01:32:25,760 --> 01:32:29,120 2303 01:32:29,120 --> 01:32:32,239 2304 01:32:32,239 --> 01:32:34,719 2305 01:32:34,719 --> 01:32:36,800 2306 01:32:36,800 --> 01:32:39,120 2307 01:32:39,120 --> 01:32:41,280 2308 01:32:41,280 --> 01:32:43,520 2309 01:32:43,520 --> 01:32:46,000 2310 01:32:46,000 --> 01:32:48,480 2311 01:32:48,480 --> 01:32:50,960 2312 01:32:50,960 --> 01:32:52,400 2313 01:32:52,400 --> 01:32:54,080 2314 01:32:54,080 --> 01:32:55,280 2315 01:32:55,280 --> 01:32:57,679 2316 01:32:57,679 --> 01:33:00,159 2317 01:33:00,159 --> 01:33:01,840 2318 01:33:01,840 --> 01:33:04,480 2319 01:33:04,480 --> 01:33:06,000 2320 01:33:06,000 --> 01:33:07,600 2321 01:33:07,600 --> 01:33:10,960 2322 01:33:10,960 --> 01:33:13,840 2323 01:33:13,840 --> 01:33:16,080 2324 01:33:16,080 --> 01:33:18,000 2325 01:33:18,000 --> 01:33:20,880 2326 01:33:20,880 --> 01:33:24,159 2327 01:33:24,159 --> 01:33:26,000 2328 01:33:26,000 --> 01:33:27,760 2329 01:33:27,760 --> 01:33:30,320 2330 01:33:30,320 --> 01:33:32,159 2331 01:33:32,159 --> 01:33:33,920 2332 01:33:33,920 --> 01:33:35,920 2333 01:33:35,920 --> 01:33:38,159 2334 01:33:38,159 --> 01:33:40,480 2335 01:33:40,480 --> 01:33:42,800 2336 01:33:42,800 --> 01:33:45,199 2337 01:33:45,199 --> 01:33:46,080 2338 01:33:46,080 --> 01:33:48,080 2339 01:33:48,080 --> 01:33:50,400 2340 01:33:50,400 --> 01:33:52,320 2341 01:33:52,320 --> 01:33:54,400 2342 01:33:54,400 --> 01:33:56,320 2343 01:33:56,320 --> 01:33:58,480 2344 01:33:58,480 --> 01:33:59,840 2345 01:33:59,840 --> 01:34:02,719 2346 01:34:02,719 --> 01:34:05,840 2347 01:34:05,840 --> 01:34:08,320 2348 01:34:08,320 --> 01:34:10,639 2349 01:34:10,639 --> 01:34:14,719 2350 01:34:14,719 --> 01:34:17,360 2351 01:34:17,360 --> 01:34:20,400 2352 01:34:20,400 --> 01:34:22,400 2353 01:34:22,400 --> 01:34:24,320 2354 01:34:24,320 --> 01:34:27,120 2355 01:34:27,120 --> 01:34:30,080 2356 01:34:30,080 --> 01:34:32,560 2357 01:34:32,560 --> 01:34:35,199 2358 01:34:35,199 --> 01:34:37,440 2359 01:34:37,440 --> 01:34:39,600 2360 01:34:39,600 --> 01:34:43,600 2361 01:34:43,600 --> 01:34:47,040 2362 01:34:47,040 --> 01:34:49,920 2363 01:34:49,920 --> 01:34:53,520 2364 01:34:53,520 --> 01:34:56,080 2365 01:34:56,080 --> 01:35:00,560 2366 01:35:00,560 --> 01:35:03,760 2367 01:35:03,760 --> 01:35:05,920 2368 01:35:05,920 --> 01:35:06,880 2369 01:35:06,880 --> 01:35:10,960 2370 01:35:10,960 --> 01:35:14,560 2371 01:35:14,560 --> 01:35:16,080 2372 01:35:16,080 --> 01:35:18,880 2373 01:35:18,880 --> 01:35:22,159 2374 01:35:22,159 --> 01:35:24,960 2375 01:35:24,960 --> 01:35:27,679 2376 01:35:27,679 --> 01:35:30,080 2377 01:35:30,080 --> 01:35:32,480 2378 01:35:32,480 --> 01:35:35,280 2379 01:35:35,280 --> 01:35:38,080 2380 01:35:38,080 --> 01:35:40,560 2381 01:35:40,560 --> 01:35:42,639 2382 01:35:42,639 --> 01:35:45,679 2383 01:35:45,679 --> 01:35:48,320 2384 01:35:48,320 --> 01:35:49,840 2385 01:35:49,840 --> 01:35:51,520 2386 01:35:51,520 --> 01:35:53,360 2387 01:35:53,360 --> 01:35:56,800 2388 01:35:56,800 --> 01:35:58,880 2389 01:35:58,880 --> 01:36:00,159 2390 01:36:00,159 --> 01:36:02,960 2391 01:36:02,960 --> 01:36:04,880 2392 01:36:04,880 --> 01:36:07,199 2393 01:36:07,199 --> 01:36:09,119 2394 01:36:09,119 --> 01:36:11,520 2395 01:36:11,520 --> 01:36:14,000 2396 01:36:14,000 --> 01:36:16,639 2397 01:36:16,639 --> 01:36:18,719 2398 01:36:18,719 --> 01:36:20,080 2399 01:36:20,080 --> 01:36:22,560 2400 01:36:22,560 --> 01:36:24,639 2401 01:36:24,639 --> 01:36:25,840 2402 01:36:25,840 --> 01:36:28,800 2403 01:36:28,800 --> 01:36:31,040 2404 01:36:31,040 --> 01:36:32,880 2405 01:36:32,880 --> 01:36:34,159 2406 01:36:34,159 --> 01:36:35,360 2407 01:36:35,360 --> 01:36:38,560 2408 01:36:38,560 --> 01:36:41,040 2409 01:36:41,040 --> 01:36:43,280 2410 01:36:43,280 --> 01:36:46,639 2411 01:36:46,639 --> 01:36:48,320 2412 01:36:48,320 --> 01:36:50,320 2413 01:36:50,320 --> 01:36:52,000 2414 01:36:52,000 --> 01:36:54,239 2415 01:36:54,239 --> 01:36:55,600 2416 01:36:55,600 --> 01:36:56,800 2417 01:36:56,800 --> 01:36:59,360 2418 01:36:59,360 --> 01:37:01,280 2419 01:37:01,280 --> 01:37:03,119 2420 01:37:03,119 --> 01:37:05,760 2421 01:37:05,760 --> 01:37:08,320 2422 01:37:08,320 --> 01:37:10,320 2423 01:37:10,320 --> 01:37:12,560 2424 01:37:12,560 --> 01:37:16,159 2425 01:37:16,159 --> 01:37:18,000 2426 01:37:18,000 --> 01:37:21,199 2427 01:37:21,199 --> 01:37:23,280 2428 01:37:23,280 --> 01:37:25,840 2429 01:37:25,840 --> 01:37:28,400 2430 01:37:28,400 --> 01:37:30,960 2431 01:37:30,960 --> 01:37:33,520 2432 01:37:33,520 --> 01:37:35,679 2433 01:37:35,679 --> 01:37:38,719 2434 01:37:38,719 --> 01:37:40,560 2435 01:37:40,560 --> 01:37:42,639 2436 01:37:42,639 --> 01:37:44,560 2437 01:37:44,560 --> 01:37:46,719 2438 01:37:46,719 --> 01:37:48,880 2439 01:37:48,880 --> 01:37:52,480 2440 01:37:52,480 --> 01:37:55,119 2441 01:37:55,119 --> 01:37:56,639 2442 01:37:56,639 --> 01:37:59,119 2443 01:37:59,119 --> 01:38:00,000 2444 01:38:00,000 --> 01:38:02,960 2445 01:38:02,960 --> 01:38:05,119 2446 01:38:05,119 --> 01:38:08,960 2447 01:38:08,960 --> 01:38:11,199 2448 01:38:11,199 --> 01:38:15,360 2449 01:38:15,360 --> 01:38:18,159 2450 01:38:18,159 --> 01:38:20,800 2451 01:38:20,800 --> 01:38:23,440 2452 01:38:23,440 --> 01:38:25,679 2453 01:38:25,679 --> 01:38:27,440 2454 01:38:27,440 --> 01:38:29,199 2455 01:38:29,199 --> 01:38:33,360 2456 01:38:33,360 --> 01:38:35,360 2457 01:38:35,360 --> 01:38:36,960 2458 01:38:36,960 --> 01:38:40,560 2459 01:38:40,560 --> 01:38:43,199 2460 01:38:43,199 --> 01:38:45,440 2461 01:38:45,440 --> 01:38:47,679 2462 01:38:47,679 --> 01:38:49,520 2463 01:38:49,520 --> 01:38:51,040 2464 01:38:51,040 --> 01:38:54,480 2465 01:38:54,480 --> 01:38:57,440 2466 01:38:57,440 --> 01:38:58,400 2467 01:38:58,400 --> 01:39:00,320 2468 01:39:00,320 --> 01:39:03,199 2469 01:39:03,199 --> 01:39:05,440 2470 01:39:05,440 --> 01:39:08,000 2471 01:39:08,000 --> 01:39:09,920 2472 01:39:09,920 --> 01:39:12,560 2473 01:39:12,560 --> 01:39:14,960 2474 01:39:14,960 --> 01:39:17,679 2475 01:39:17,679 --> 01:39:20,639 2476 01:39:20,639 --> 01:39:22,320 2477 01:39:22,320 --> 01:39:24,239 2478 01:39:24,239 --> 01:39:25,360 2479 01:39:25,360 --> 01:39:27,679 2480 01:39:27,679 --> 01:39:30,239 2481 01:39:30,239 --> 01:39:32,960 2482 01:39:32,960 --> 01:39:35,840 2483 01:39:35,840 --> 01:39:38,560 2484 01:39:38,560 --> 01:39:41,440 2485 01:39:41,440 --> 01:39:43,280 2486 01:39:43,280 --> 01:39:44,880 2487 01:39:44,880 --> 01:39:46,880 2488 01:39:46,880 --> 01:39:49,760 2489 01:39:49,760 --> 01:39:51,440 2490 01:39:51,440 --> 01:39:53,760 2491 01:39:53,760 --> 01:39:55,040 2492 01:39:55,040 --> 01:39:57,520 2493 01:39:57,520 --> 01:40:00,400 2494 01:40:00,400 --> 01:40:02,159 2495 01:40:02,159 --> 01:40:04,639 2496 01:40:04,639 --> 01:40:06,080 2497 01:40:06,080 --> 01:40:09,119 2498 01:40:09,119 --> 01:40:10,320 2499 01:40:10,320 --> 01:40:13,360 2500 01:40:13,360 --> 01:40:14,800 2501 01:40:14,800 --> 01:40:16,800 2502 01:40:16,800 --> 01:40:18,480 2503 01:40:18,480 --> 01:40:21,199 2504 01:40:21,199 --> 01:40:22,880 2505 01:40:22,880 --> 01:40:24,080 2506 01:40:24,080 --> 01:40:26,320 2507 01:40:26,320 --> 01:40:28,719 2508 01:40:28,719 --> 01:40:31,199 2509 01:40:31,199 --> 01:40:33,600 2510 01:40:33,600 --> 01:40:35,679 2511 01:40:35,679 --> 01:40:37,360 2512 01:40:37,360 --> 01:40:39,199 2513 01:40:39,199 --> 01:40:40,560 2514 01:40:40,560 --> 01:40:43,520 2515 01:40:43,520 --> 01:40:46,560 2516 01:40:46,560 --> 01:40:49,440 2517 01:40:49,440 --> 01:40:52,239 2518 01:40:52,239 --> 01:40:55,119 2519 01:40:55,119 --> 01:40:56,960 2520 01:40:56,960 --> 01:40:59,199 2521 01:40:59,199 --> 01:41:01,440 2522 01:41:01,440 --> 01:41:02,719 2523 01:41:02,719 --> 01:41:05,520 2524 01:41:05,520 --> 01:41:09,040 2525 01:41:09,040 --> 01:41:10,719 2526 01:41:10,719 --> 01:41:14,000 2527 01:41:14,000 --> 01:41:17,199 2528 01:41:17,199 --> 01:41:19,360 2529 01:41:19,360 --> 01:41:21,119 2530 01:41:21,119 --> 01:41:23,440 2531 01:41:23,440 --> 01:41:25,679 2532 01:41:25,679 --> 01:41:27,760 2533 01:41:27,760 --> 01:41:29,920 2534 01:41:29,920 --> 01:41:33,119 2535 01:41:33,119 --> 01:41:36,000 2536 01:41:36,000 --> 01:41:38,560 2537 01:41:38,560 --> 01:41:40,719 2538 01:41:40,719 --> 01:41:43,360 2539 01:41:43,360 --> 01:41:45,600 2540 01:41:45,600 --> 01:41:48,800 2541 01:41:48,800 --> 01:41:51,520 2542 01:41:51,520 --> 01:41:53,760 2543 01:41:53,760 --> 01:41:56,880 2544 01:41:56,880 --> 01:41:58,320 2545 01:41:58,320 --> 01:41:59,280 2546 01:41:59,280 --> 01:42:01,199 2547 01:42:01,199 --> 01:42:03,520 2548 01:42:03,520 --> 01:42:07,440 2549 01:42:07,440 --> 01:42:10,320 2550 01:42:10,320 --> 01:42:12,400 2551 01:42:12,400 --> 01:42:14,719 2552 01:42:14,719 --> 01:42:17,119 2553 01:42:17,119 --> 01:42:20,080 2554 01:42:20,080 --> 01:42:22,719 2555 01:42:22,719 --> 01:42:24,639 2556 01:42:24,639 --> 01:42:27,199 2557 01:42:27,199 --> 01:42:29,679 2558 01:42:29,679 --> 01:42:31,679 2559 01:42:31,679 --> 01:42:33,840 2560 01:42:33,840 --> 01:42:36,719 2561 01:42:36,719 --> 01:42:38,560 2562 01:42:38,560 --> 01:42:40,960 2563 01:42:40,960 --> 01:42:42,639 2564 01:42:42,639 --> 01:42:44,719 2565 01:42:44,719 --> 01:42:46,560 2566 01:42:46,560 --> 01:42:48,639 2567 01:42:48,639 --> 01:42:50,719 2568 01:42:50,719 --> 01:42:53,760 2569 01:42:53,760 --> 01:42:56,000 2570 01:42:56,000 --> 01:42:58,320 2571 01:42:58,320 --> 01:43:00,560 2572 01:43:00,560 --> 01:43:03,520 2573 01:43:03,520 --> 01:43:05,440 2574 01:43:05,440 --> 01:43:08,400 2575 01:43:08,400 --> 01:43:09,920 2576 01:43:09,920 --> 01:43:12,159 2577 01:43:12,159 --> 01:43:14,239 2578 01:43:14,239 --> 01:43:16,320 2579 01:43:16,320 --> 01:43:19,440 2580 01:43:19,440 --> 01:43:21,520 2581 01:43:21,520 --> 01:43:23,199 2582 01:43:23,199 --> 01:43:25,679 2583 01:43:25,679 --> 01:43:29,119 2584 01:43:29,119 --> 01:43:32,239 2585 01:43:32,239 --> 01:43:33,840 2586 01:43:33,840 --> 01:43:35,840 2587 01:43:35,840 --> 01:43:39,119 2588 01:43:39,119 --> 01:43:41,520 2589 01:43:41,520 --> 01:43:42,960 2590 01:43:42,960 --> 01:43:45,360 2591 01:43:45,360 --> 01:43:48,239 2592 01:43:48,239 --> 01:43:50,840 2593 01:43:50,840 --> 01:43:54,400 2594 01:43:54,400 --> 01:43:58,080 2595 01:43:58,080 --> 01:44:01,199 2596 01:44:01,199 --> 01:44:04,400 2597 01:44:04,400 --> 01:44:06,800 2598 01:44:06,800 --> 01:44:08,639 2599 01:44:08,639 --> 01:44:10,480 2600 01:44:10,480 --> 01:44:14,800 2601 01:44:14,800 --> 01:44:16,960 2602 01:44:16,960 --> 01:44:19,679 2603 01:44:19,679 --> 01:44:22,320 2604 01:44:22,320 --> 01:44:23,920 2605 01:44:23,920 --> 01:44:26,000 2606 01:44:26,000 --> 01:44:28,719 2607 01:44:28,719 --> 01:44:31,280 2608 01:44:31,280 --> 01:44:33,600 2609 01:44:33,600 --> 01:44:35,600 2610 01:44:35,600 --> 01:44:37,760 2611 01:44:37,760 --> 01:44:40,400 2612 01:44:40,400 --> 01:44:43,600 2613 01:44:43,600 --> 01:44:45,679 2614 01:44:45,679 --> 01:44:48,159 2615 01:44:48,159 --> 01:44:50,960 2616 01:44:50,960 --> 01:44:53,280 2617 01:44:53,280 --> 01:44:56,400 2618 01:44:56,400 --> 01:44:58,960 2619 01:44:58,960 --> 01:45:01,679 2620 01:45:01,679 --> 01:45:03,840 2621 01:45:03,840 --> 01:45:05,920 2622 01:45:05,920 --> 01:45:07,760 2623 01:45:07,760 --> 01:45:09,840 2624 01:45:09,840 --> 01:45:12,000 2625 01:45:12,000 --> 01:45:14,480 2626 01:45:14,480 --> 01:45:16,480 2627 01:45:16,480 --> 01:45:19,040 2628 01:45:19,040 --> 01:45:21,040 2629 01:45:21,040 --> 01:45:23,679 2630 01:45:23,679 --> 01:45:26,159 2631 01:45:26,159 --> 01:45:28,400 2632 01:45:28,400 --> 01:45:31,040 2633 01:45:31,040 --> 01:45:34,000 2634 01:45:34,000 --> 01:45:37,040 2635 01:45:37,040 --> 01:45:39,520 2636 01:45:39,520 --> 01:45:42,639 2637 01:45:42,639 --> 01:45:45,119 2638 01:45:45,119 --> 01:45:47,119 2639 01:45:47,119 --> 01:45:49,520 2640 01:45:49,520 --> 01:45:51,840 2641 01:45:51,840 --> 01:45:54,560 2642 01:45:54,560 --> 01:45:57,119 2643 01:45:57,119 --> 01:45:59,360 2644 01:45:59,360 --> 01:46:02,159 2645 01:46:02,159 --> 01:46:04,480 2646 01:46:04,480 --> 01:46:06,080 2647 01:46:06,080 --> 01:46:08,560 2648 01:46:08,560 --> 01:46:11,600 2649 01:46:11,600 --> 01:46:13,280 2650 01:46:13,280 --> 01:46:15,679 2651 01:46:15,679 --> 01:46:17,679 2652 01:46:17,679 --> 01:46:19,760 2653 01:46:19,760 --> 01:46:22,639 2654 01:46:22,639 --> 01:46:25,280 2655 01:46:25,280 --> 01:46:27,760 2656 01:46:27,760 --> 01:46:30,000 2657 01:46:30,000 --> 01:46:31,840 2658 01:46:31,840 --> 01:46:33,520 2659 01:46:33,520 --> 01:46:35,840 2660 01:46:35,840 --> 01:46:38,719 2661 01:46:38,719 --> 01:46:40,639 2662 01:46:40,639 --> 01:46:43,040 2663 01:46:43,040 --> 01:46:45,520 2664 01:46:45,520 --> 01:46:46,719 2665 01:46:46,719 --> 01:46:50,000 2666 01:46:50,000 --> 01:46:50,800 2667 01:46:50,800 --> 01:46:53,440 2668 01:46:53,440 --> 01:46:55,840 2669 01:46:55,840 --> 01:46:58,960 2670 01:46:58,960 --> 01:47:01,280 2671 01:47:01,280 --> 01:47:03,840 2672 01:47:03,840 --> 01:47:05,920 2673 01:47:05,920 --> 01:47:08,480 2674 01:47:08,480 --> 01:47:10,400 2675 01:47:10,400 --> 01:47:12,080 2676 01:47:12,080 --> 01:47:15,199 2677 01:47:15,199 --> 01:47:18,159 2678 01:47:18,159 --> 01:47:19,119 2679 01:47:19,119 --> 01:47:21,760 2680 01:47:21,760 --> 01:47:23,760 2681 01:47:23,760 --> 01:47:27,199 2682 01:47:27,199 --> 01:47:28,320 2683 01:47:28,320 --> 01:47:29,760 2684 01:47:29,760 --> 01:47:30,800 2685 01:47:30,800 --> 01:47:33,440 2686 01:47:33,440 --> 01:47:36,239 2687 01:47:36,239 --> 01:47:38,800 2688 01:47:38,800 --> 01:47:40,719 2689 01:47:40,719 --> 01:47:42,800 2690 01:47:42,800 --> 01:47:44,480 2691 01:47:44,480 --> 01:47:47,360 2692 01:47:47,360 --> 01:47:48,239 2693 01:47:48,239 --> 01:47:50,000 2694 01:47:50,000 --> 01:47:51,679 2695 01:47:51,679 --> 01:47:53,040 2696 01:47:53,040 --> 01:47:54,320 2697 01:47:54,320 --> 01:47:56,080 2698 01:47:56,080 --> 01:47:58,960 2699 01:47:58,960 --> 01:48:00,880 2700 01:48:00,880 --> 01:48:04,480 2701 01:48:04,480 --> 01:48:07,199 2702 01:48:07,199 --> 01:48:09,280 2703 01:48:09,280 --> 01:48:11,920 2704 01:48:11,920 --> 01:48:14,159 2705 01:48:14,159 --> 01:48:17,760 2706 01:48:17,760 --> 01:48:20,880 2707 01:48:20,880 --> 01:48:22,719 2708 01:48:22,719 --> 01:48:24,719 2709 01:48:24,719 --> 01:48:26,159 2710 01:48:26,159 --> 01:48:28,320 2711 01:48:28,320 --> 01:48:30,639 2712 01:48:30,639 --> 01:48:32,480 2713 01:48:32,480 --> 01:48:35,920 2714 01:48:35,920 --> 01:48:38,320 2715 01:48:38,320 --> 01:48:40,719 2716 01:48:40,719 --> 01:48:42,560 2717 01:48:42,560 --> 01:48:44,480 2718 01:48:44,480 --> 01:48:46,719 2719 01:48:46,719 --> 01:48:49,360 2720 01:48:49,360 --> 01:48:51,679 2721 01:48:51,679 --> 01:48:52,880 2722 01:48:52,880 --> 01:48:54,000 2723 01:48:54,000 --> 01:48:55,199 2724 01:48:55,199 --> 01:48:57,520 2725 01:48:57,520 --> 01:48:59,119 2726 01:48:59,119 --> 01:49:01,119 2727 01:49:01,119 --> 01:49:02,800 2728 01:49:02,800 --> 01:49:05,119 2729 01:49:05,119 --> 01:49:07,920 2730 01:49:07,920 --> 01:49:10,000 2731 01:49:10,000 --> 01:49:11,840 2732 01:49:11,840 --> 01:49:13,360 2733 01:49:13,360 --> 01:49:14,800 2734 01:49:14,800 --> 01:49:17,119 2735 01:49:17,119 --> 01:49:19,920 2736 01:49:19,920 --> 01:49:22,719 2737 01:49:22,719 --> 01:49:24,560 2738 01:49:24,560 --> 01:49:27,040 2739 01:49:27,040 --> 01:49:29,040 2740 01:49:29,040 --> 01:49:30,719 2741 01:49:30,719 --> 01:49:32,400 2742 01:49:32,400 --> 01:49:34,320 2743 01:49:34,320 --> 01:49:37,440 2744 01:49:37,440 --> 01:49:39,119 2745 01:49:39,119 --> 01:49:42,480 2746 01:49:42,480 --> 01:49:45,280 2747 01:49:45,280 --> 01:49:47,599 2748 01:49:47,599 --> 01:49:49,599 2749 01:49:49,599 --> 01:49:52,159 2750 01:49:52,159 --> 01:49:54,400 2751 01:49:54,400 --> 01:49:56,560 2752 01:49:56,560 --> 01:49:59,280 2753 01:49:59,280 --> 01:50:01,520 2754 01:50:01,520 --> 01:50:03,840 2755 01:50:03,840 --> 01:50:05,679 2756 01:50:05,679 --> 01:50:07,599 2757 01:50:07,599 --> 01:50:08,719 2758 01:50:08,719 --> 01:50:11,119 2759 01:50:11,119 --> 01:50:12,880 2760 01:50:12,880 --> 01:50:14,159 2761 01:50:14,159 --> 01:50:17,440 2762 01:50:17,440 --> 01:50:20,080 2763 01:50:20,080 --> 01:50:22,960 2764 01:50:22,960 --> 01:50:25,599 2765 01:50:25,599 --> 01:50:27,679 2766 01:50:27,679 --> 01:50:31,360 2767 01:50:31,360 --> 01:50:33,840 2768 01:50:33,840 --> 01:50:36,639 2769 01:50:37,360 --> 01:50:39,679 2770 01:50:39,679 --> 01:50:41,679 2771 01:50:41,679 --> 01:50:44,320 2772 01:50:44,320 --> 01:50:46,000 2773 01:50:46,000 --> 01:50:47,199 2774 01:50:47,199 --> 01:50:49,520 2775 01:50:49,520 --> 01:50:52,000 2776 01:50:52,000 --> 01:50:54,880 2777 01:50:54,880 --> 01:50:58,080 2778 01:50:58,080 --> 01:51:00,080 2779 01:51:00,080 --> 01:51:02,480 2780 01:51:02,480 --> 01:51:05,520 2781 01:51:05,520 --> 01:51:07,360 2782 01:51:07,360 --> 01:51:09,599 2783 01:51:09,599 --> 01:51:11,920 2784 01:51:11,920 --> 01:51:13,920 2785 01:51:13,920 --> 01:51:16,000 2786 01:51:16,000 --> 01:51:18,480 2787 01:51:18,480 --> 01:51:21,280 2788 01:51:21,280 --> 01:51:24,639 2789 01:51:24,639 --> 01:51:27,360 2790 01:51:27,360 --> 01:51:29,520 2791 01:51:29,520 --> 01:51:31,760 2792 01:51:31,760 --> 01:51:33,360 2793 01:51:33,360 --> 01:51:37,360 2794 01:51:37,360 --> 01:51:39,920 2795 01:51:41,679 --> 01:51:43,920 2796 01:51:43,920 --> 01:51:45,520 2797 01:51:45,520 --> 01:51:47,280 2798 01:51:47,280 --> 01:51:48,400 2799 01:51:48,400 --> 01:51:50,639 2800 01:51:50,639 --> 01:51:51,920 2801 01:51:51,920 --> 01:51:55,679 2802 01:51:55,760 --> 01:51:57,440 2803 01:51:57,440 --> 01:52:00,480 2804 01:52:00,480 --> 01:52:02,000 2805 01:52:02,000 --> 01:52:04,080 2806 01:52:04,080 --> 01:52:05,280 2807 01:52:05,280 --> 01:52:07,440 2808 01:52:07,440 --> 01:52:10,639 2809 01:52:10,639 --> 01:52:11,760 2810 01:52:11,760 --> 01:52:14,480 2811 01:52:14,480 --> 01:52:15,440 2812 01:52:15,440 --> 01:52:17,199 2813 01:52:17,199 --> 01:52:20,080 2814 01:52:20,080 --> 01:52:22,080 2815 01:52:22,080 --> 01:52:24,560 2816 01:52:24,560 --> 01:52:27,119 2817 01:52:27,119 --> 01:52:29,520 2818 01:52:29,520 --> 01:52:31,840 2819 01:52:31,840 --> 01:52:34,320 2820 01:52:34,320 --> 01:52:36,239 2821 01:52:36,239 --> 01:52:38,080 2822 01:52:38,080 --> 01:52:41,040 2823 01:52:41,040 --> 01:52:43,040 2824 01:52:43,040 --> 01:52:45,599 2825 01:52:45,599 --> 01:52:48,239 2826 01:52:48,239 --> 01:52:50,400 2827 01:52:50,400 --> 01:52:52,080 2828 01:52:52,080 --> 01:52:54,400 2829 01:52:54,400 --> 01:52:57,360 2830 01:52:57,360 --> 01:52:59,440 2831 01:52:59,440 --> 01:53:02,320 2832 01:53:02,320 --> 01:53:04,639 2833 01:53:04,639 --> 01:53:06,880 2834 01:53:06,880 --> 01:53:08,400 2835 01:53:08,400 --> 01:53:10,800 2836 01:53:10,800 --> 01:53:13,599 2837 01:53:13,599 --> 01:53:16,000 2838 01:53:16,000 --> 01:53:17,920 2839 01:53:17,920 --> 01:53:19,520 2840 01:53:19,520 --> 01:53:21,920 2841 01:53:21,920 --> 01:53:23,360 2842 01:53:23,360 --> 01:53:26,080 2843 01:53:26,080 --> 01:53:27,760 2844 01:53:27,760 --> 01:53:30,400 2845 01:53:30,400 --> 01:53:32,560 2846 01:53:32,560 --> 01:53:35,119 2847 01:53:35,119 --> 01:53:37,040 2848 01:53:37,040 --> 01:53:39,280 2849 01:53:39,280 --> 01:53:41,679 2850 01:53:41,679 --> 01:53:43,840 2851 01:53:43,840 --> 01:53:44,800 2852 01:53:44,800 --> 01:53:46,800 2853 01:53:46,800 --> 01:53:49,199 2854 01:53:49,199 --> 01:53:50,960 2855 01:53:50,960 --> 01:53:52,639 2856 01:53:52,639 --> 01:53:54,480 2857 01:53:54,480 --> 01:53:56,800 2858 01:53:56,800 --> 01:53:57,920 2859 01:53:57,920 --> 01:54:00,239 2860 01:54:00,239 --> 01:54:02,400 2861 01:54:02,400 --> 01:54:04,719 2862 01:54:04,719 --> 01:54:06,400 2863 01:54:06,400 --> 01:54:08,159 2864 01:54:08,159 --> 01:54:09,920 2865 01:54:09,920 --> 01:54:12,320 2866 01:54:12,320 --> 01:54:14,960 2867 01:54:14,960 --> 01:54:17,280 2868 01:54:17,280 --> 01:54:19,119 2869 01:54:19,119 --> 01:54:21,360 2870 01:54:21,360 --> 01:54:22,480 2871 01:54:22,480 --> 01:54:24,320 2872 01:54:24,320 --> 01:54:26,719 2873 01:54:26,719 --> 01:54:29,920 2874 01:54:29,920 --> 01:54:31,679 2875 01:54:31,679 --> 01:54:33,920 2876 01:54:33,920 --> 01:54:36,000 2877 01:54:36,000 --> 01:54:38,000 2878 01:54:38,000 --> 01:54:40,639 2879 01:54:40,639 --> 01:54:42,800 2880 01:54:42,800 --> 01:54:45,760 2881 01:54:45,760 --> 01:54:47,679 2882 01:54:47,679 --> 01:54:51,360 2883 01:54:51,360 --> 01:54:54,080 2884 01:54:54,080 --> 01:54:55,840 2885 01:54:55,840 --> 01:54:58,159 2886 01:54:58,159 --> 01:55:01,599 2887 01:55:01,599 --> 01:55:03,520 2888 01:55:03,520 --> 01:55:06,000 2889 01:55:06,000 --> 01:55:09,040 2890 01:55:09,040 --> 01:55:11,520 2891 01:55:11,520 --> 01:55:14,320 2892 01:55:14,320 --> 01:55:17,679 2893 01:55:17,679 --> 01:55:19,599 2894 01:55:19,599 --> 01:55:22,159 2895 01:55:22,159 --> 01:55:25,360 2896 01:55:25,360 --> 01:55:27,280 2897 01:55:27,280 --> 01:55:28,560 2898 01:55:28,560 --> 01:55:30,639 2899 01:55:30,639 --> 01:55:33,440 2900 01:55:33,440 --> 01:55:35,520 2901 01:55:35,520 --> 01:55:38,159 2902 01:55:38,159 --> 01:55:39,920 2903 01:55:39,920 --> 01:55:42,159 2904 01:55:42,159 --> 01:55:44,960 2905 01:55:44,960 --> 01:55:47,280 2906 01:55:47,280 --> 01:55:49,440 2907 01:55:49,440 --> 01:55:51,920 2908 01:55:51,920 --> 01:55:55,040 2909 01:55:55,040 --> 01:55:57,040 2910 01:55:57,040 --> 01:55:59,360 2911 01:55:59,360 --> 01:56:02,960 2912 01:56:02,960 --> 01:56:05,679 2913 01:56:05,679 --> 01:56:09,679 2914 01:56:09,679 --> 01:56:12,000 2915 01:56:12,000 --> 01:56:14,800 2916 01:56:14,800 --> 01:56:16,800 2917 01:56:16,800 --> 01:56:19,360 2918 01:56:19,360 --> 01:56:22,159 2919 01:56:22,159 --> 01:56:23,760 2920 01:56:23,760 --> 01:56:26,320 2921 01:56:26,320 --> 01:56:28,400 2922 01:56:28,400 --> 01:56:30,400 2923 01:56:30,400 --> 01:56:33,119 2924 01:56:33,119 --> 01:56:36,080 2925 01:56:36,080 --> 01:56:38,080 2926 01:56:38,080 --> 01:56:40,320 2927 01:56:40,320 --> 01:56:42,400 2928 01:56:42,400 --> 01:56:45,040 2929 01:56:45,040 --> 01:56:47,920 2930 01:56:47,920 --> 01:56:50,960 2931 01:56:50,960 --> 01:56:52,320 2932 01:56:52,320 --> 01:56:54,880 2933 01:56:54,880 --> 01:56:57,360 2934 01:56:57,360 --> 01:56:59,199 2935 01:56:59,199 --> 01:57:02,000 2936 01:57:02,000 --> 01:57:04,000 2937 01:57:04,000 --> 01:57:06,880 2938 01:57:06,880 --> 01:57:09,520 2939 01:57:09,520 --> 01:57:12,400 2940 01:57:12,400 --> 01:57:14,560 2941 01:57:14,560 --> 01:57:16,560 2942 01:57:16,560 --> 01:57:19,040 2943 01:57:19,040 --> 01:57:20,960 2944 01:57:20,960 --> 01:57:23,280 2945 01:57:23,280 --> 01:57:25,280 2946 01:57:25,280 --> 01:57:27,199 2947 01:57:27,199 --> 01:57:29,520 2948 01:57:29,520 --> 01:57:32,080 2949 01:57:32,080 --> 01:57:33,360 2950 01:57:33,360 --> 01:57:35,360 2951 01:57:35,360 --> 01:57:39,520 2952 01:57:39,520 --> 01:57:41,599 2953 01:57:41,599 --> 01:57:44,320 2954 01:57:44,320 --> 01:57:46,800 2955 01:57:46,800 --> 01:57:49,119 2956 01:57:49,119 --> 01:57:51,520 2957 01:57:51,520 --> 01:57:52,800 2958 01:57:52,800 --> 01:57:55,679 2959 01:57:55,679 --> 01:57:58,400 2960 01:57:58,400 --> 01:58:00,080 2961 01:58:00,080 --> 01:58:02,800 2962 01:58:02,800 --> 01:58:04,880 2963 01:58:04,880 --> 01:58:08,320 2964 01:58:08,320 --> 01:58:10,639 2965 01:58:10,639 --> 01:58:12,480 2966 01:58:12,480 --> 01:58:14,719 2967 01:58:14,719 --> 01:58:16,400 2968 01:58:16,400 --> 01:58:19,199 2969 01:58:19,199 --> 01:58:22,000 2970 01:58:22,000 --> 01:58:24,239 2971 01:58:24,239 --> 01:58:26,480 2972 01:58:26,480 --> 01:58:28,080 2973 01:58:28,080 --> 01:58:30,080 2974 01:58:30,080 --> 01:58:32,400 2975 01:58:32,400 --> 01:58:35,520 2976 01:58:35,520 --> 01:58:37,280 2977 01:58:37,280 --> 01:58:40,000 2978 01:58:40,000 --> 01:58:41,920 2979 01:58:41,920 --> 01:58:44,560 2980 01:58:44,560 --> 01:58:46,400 2981 01:58:46,400 --> 01:58:49,280 2982 01:58:49,280 --> 01:58:50,960 2983 01:58:50,960 --> 01:58:52,960 2984 01:58:52,960 --> 01:58:54,400 2985 01:58:54,400 --> 01:58:56,080 2986 01:58:56,080 --> 01:58:59,520 2987 01:58:59,520 --> 01:59:00,719 2988 01:59:00,719 --> 01:59:02,239 2989 01:59:02,239 --> 01:59:04,960 2990 01:59:04,960 --> 01:59:08,320 2991 01:59:08,320 --> 01:59:11,920 2992 01:59:11,920 --> 01:59:14,000 2993 01:59:14,000 --> 01:59:15,679 2994 01:59:15,679 --> 01:59:19,360 2995 01:59:19,360 --> 01:59:21,520 2996 01:59:21,520 --> 01:59:23,360 2997 01:59:23,360 --> 01:59:25,599 2998 01:59:25,599 --> 01:59:28,000 2999 01:59:28,000 --> 01:59:29,920 3000 01:59:29,920 --> 01:59:30,960 3001 01:59:30,960 --> 01:59:32,719 3002 01:59:32,719 --> 01:59:36,000 3003 01:59:36,000 --> 01:59:38,639 3004 01:59:38,639 --> 01:59:41,360 3005 01:59:41,360 --> 01:59:44,080 3006 01:59:44,080 --> 01:59:47,360 3007 01:59:47,360 --> 01:59:48,880 3008 01:59:48,880 --> 01:59:50,880 3009 01:59:50,880 --> 01:59:54,239 3010 01:59:54,239 --> 01:59:55,280 3011 01:59:55,280 --> 01:59:57,520 3012 01:59:57,520 --> 01:59:59,360 3013 01:59:59,360 --> 02:00:02,000 3014 02:00:02,000 --> 02:00:04,639 3015 02:00:04,639 --> 02:00:07,119 3016 02:00:07,119 --> 02:00:09,119 3017 02:00:09,119 --> 02:00:11,199 3018 02:00:11,199 --> 02:00:13,599 3019 02:00:13,599 --> 02:00:15,760 3020 02:00:15,760 --> 02:00:18,960 3021 02:00:18,960 --> 02:00:21,040 3022 02:00:21,040 --> 02:00:22,639 3023 02:00:22,639 --> 02:00:24,400 3024 02:00:24,400 --> 02:00:26,080 3025 02:00:26,080 --> 02:00:28,320 3026 02:00:28,320 --> 02:00:30,320 3027 02:00:30,320 --> 02:00:32,960 3028 02:00:32,960 --> 02:00:35,599 3029 02:00:35,599 --> 02:00:37,679 3030 02:00:37,679 --> 02:00:40,639 3031 02:00:40,639 --> 02:00:42,960 3032 02:00:42,960 --> 02:00:43,840 3033 02:00:43,840 --> 02:00:46,239 3034 02:00:46,239 --> 02:00:47,520 3035 02:00:47,520 --> 02:00:50,239 3036 02:00:50,239 --> 02:00:52,719 3037 02:00:52,719 --> 02:00:55,520 3038 02:00:55,520 --> 02:00:58,239 3039 02:00:58,239 --> 02:01:01,119 3040 02:01:01,119 --> 02:01:04,400 3041 02:01:04,400 --> 02:01:07,040 3042 02:01:07,040 --> 02:01:09,119 3043 02:01:09,119 --> 02:01:11,040 3044 02:01:11,040 --> 02:01:13,920 3045 02:01:13,920 --> 02:01:15,679 3046 02:01:15,679 --> 02:01:18,719 3047 02:01:18,719 --> 02:01:21,599 3048 02:01:21,599 --> 02:01:23,760 3049 02:01:23,760 --> 02:01:26,239 3050 02:01:26,239 --> 02:01:29,119 3051 02:01:29,119 --> 02:01:32,159 3052 02:01:32,159 --> 02:01:34,560 3053 02:01:34,560 --> 02:01:36,480 3054 02:01:36,480 --> 02:01:39,280 3055 02:01:39,280 --> 02:01:42,400 3056 02:01:42,400 --> 02:01:45,360 3057 02:01:45,360 --> 02:01:47,840 3058 02:01:47,840 --> 02:01:49,760 3059 02:01:49,760 --> 02:01:52,000 3060 02:01:52,000 --> 02:01:54,400 3061 02:01:54,400 --> 02:01:56,320 3062 02:01:56,320 --> 02:01:58,320 3063 02:01:58,320 --> 02:01:59,840 3064 02:01:59,840 --> 02:02:02,880 3065 02:02:02,880 --> 02:02:04,960 3066 02:02:04,960 --> 02:02:07,119 3067 02:02:07,119 --> 02:02:10,239 3068 02:02:10,239 --> 02:02:12,960 3069 02:02:12,960 --> 02:02:16,239 3070 02:02:16,239 --> 02:02:18,400 3071 02:02:18,400 --> 02:02:20,960 3072 02:02:20,960 --> 02:02:23,679 3073 02:02:23,679 --> 02:02:26,400 3074 02:02:26,400 --> 02:02:29,520 3075 02:02:29,520 --> 02:02:30,400 3076 02:02:30,400 --> 02:02:32,239 3077 02:02:32,239 --> 02:02:34,239 3078 02:02:34,239 --> 02:02:37,280 3079 02:02:37,280 --> 02:02:38,880 3080 02:02:38,880 --> 02:02:41,440 3081 02:02:41,440 --> 02:02:43,760 3082 02:02:43,760 --> 02:02:47,440 3083 02:02:47,440 --> 02:02:49,760 3084 02:02:49,760 --> 02:02:53,280 3085 02:02:53,280 --> 02:02:55,520 3086 02:02:55,520 --> 02:02:57,520 3087 02:02:57,520 --> 02:02:58,800 3088 02:02:58,800 --> 02:03:01,920 3089 02:03:01,920 --> 02:03:02,960 3090 02:03:02,960 --> 02:03:05,920 3091 02:03:05,920 --> 02:03:06,800 3092 02:03:06,800 --> 02:03:08,880 3093 02:03:08,880 --> 02:03:11,280 3094 02:03:11,280 --> 02:03:13,040 3095 02:03:13,040 --> 02:03:14,719 3096 02:03:14,719 --> 02:03:16,400 3097 02:03:16,400 --> 02:03:19,920 3098 02:03:19,920 --> 02:03:22,000 3099 02:03:22,000 --> 02:03:24,239 3100 02:03:24,239 --> 02:03:27,360 3101 02:03:27,360 --> 02:03:30,480 3102 02:03:30,480 --> 02:03:32,400 3103 02:03:32,400 --> 02:03:34,639 3104 02:03:34,639 --> 02:03:36,560 3105 02:03:36,560 --> 02:03:38,480 3106 02:03:38,480 --> 02:03:41,360 3107 02:03:41,360 --> 02:03:42,480 3108 02:03:42,480 --> 02:03:44,880 3109 02:03:44,880 --> 02:03:47,040 3110 02:03:47,040 --> 02:03:48,560 3111 02:03:48,560 --> 02:03:51,280 3112 02:03:51,280 --> 02:03:52,239 3113 02:03:52,239 --> 02:03:53,760 3114 02:03:53,760 --> 02:03:55,280 3115 02:03:55,280 --> 02:03:57,679 3116 02:03:57,679 --> 02:04:00,239 3117 02:04:00,239 --> 02:04:03,840 3118 02:04:03,840 --> 02:04:05,840 3119 02:04:05,840 --> 02:04:07,199 3120 02:04:07,199 --> 02:04:09,840 3121 02:04:09,840 --> 02:04:13,840 3122 02:04:13,840 --> 02:04:16,159 3123 02:04:16,159 --> 02:04:18,400 3124 02:04:18,400 --> 02:04:20,400 3125 02:04:20,400 --> 02:04:22,560 3126 02:04:22,560 --> 02:04:25,599 3127 02:04:25,599 --> 02:04:26,880 3128 02:04:26,880 --> 02:04:29,679 3129 02:04:29,679 --> 02:04:32,159 3130 02:04:32,159 --> 02:04:33,199 3131 02:04:33,199 --> 02:04:35,280 3132 02:04:35,280 --> 02:04:37,679 3133 02:04:37,679 --> 02:04:39,920 3134 02:04:39,920 --> 02:04:43,520 3135 02:04:43,520 --> 02:04:46,800 3136 02:04:46,800 --> 02:04:49,280 3137 02:04:49,280 --> 02:04:52,000 3138 02:04:52,000 --> 02:04:55,360 3139 02:04:55,360 --> 02:04:57,520 3140 02:04:57,520 --> 02:04:59,440 3141 02:04:59,440 --> 02:05:01,520 3142 02:05:01,520 --> 02:05:03,840 3143 02:05:03,840 --> 02:05:06,480 3144 02:05:06,480 --> 02:05:09,360 3145 02:05:09,360 --> 02:05:11,920 3146 02:05:11,920 --> 02:05:15,119 3147 02:05:15,119 --> 02:05:17,520 3148 02:05:17,520 --> 02:05:20,159 3149 02:05:20,159 --> 02:05:22,239 3150 02:05:22,239 --> 02:05:25,040 3151 02:05:25,040 --> 02:05:27,760 3152 02:05:27,760 --> 02:05:30,639 3153 02:05:30,639 --> 02:05:32,719 3154 02:05:32,719 --> 02:05:35,840 3155 02:05:35,840 --> 02:05:37,760 3156 02:05:37,760 --> 02:05:39,520 3157 02:05:39,520 --> 02:05:40,560 3158 02:05:40,560 --> 02:05:43,040 3159 02:05:43,040 --> 02:05:44,880 3160 02:05:44,880 --> 02:05:47,599 3161 02:05:47,599 --> 02:05:50,400 3162 02:05:50,400 --> 02:05:52,719 3163 02:05:52,719 --> 02:05:56,000 3164 02:05:56,000 --> 02:05:57,840 3165 02:05:57,840 --> 02:06:01,280 3166 02:06:01,280 --> 02:06:03,199 3167 02:06:03,199 --> 02:06:05,599 3168 02:06:05,599 --> 02:06:08,159 3169 02:06:08,159 --> 02:06:10,320 3170 02:06:10,320 --> 02:06:12,800 3171 02:06:12,800 --> 02:06:16,320 3172 02:06:16,320 --> 02:06:18,880 3173 02:06:18,880 --> 02:06:20,639 3174 02:06:20,639 --> 02:06:24,079 3175 02:06:24,079 --> 02:06:26,639 3176 02:06:26,639 --> 02:06:28,960 3177 02:06:28,960 --> 02:06:31,520 3178 02:06:31,520 --> 02:06:34,079 3179 02:06:34,079 --> 02:06:36,880 3180 02:06:36,880 --> 02:06:38,280 3181 02:06:38,280 --> 02:06:41,920 3182 02:06:41,920 --> 02:06:43,599 3183 02:06:43,599 --> 02:06:46,239 3184 02:06:46,239 --> 02:06:48,480 3185 02:06:48,480 --> 02:06:50,639 3186 02:06:50,639 --> 02:06:53,840 3187 02:06:53,840 --> 02:06:56,560 3188 02:06:56,560 --> 02:06:58,719 3189 02:06:58,719 --> 02:07:01,199 3190 02:07:01,199 --> 02:07:05,360 3191 02:07:05,360 --> 02:07:08,159 3192 02:07:08,159 --> 02:07:11,440 3193 02:07:11,440 --> 02:07:14,239 3194 02:07:14,239 --> 02:07:16,320 3195 02:07:16,320 --> 02:07:17,760 3196 02:07:17,760 --> 02:07:20,159 3197 02:07:20,159 --> 02:07:21,679 3198 02:07:21,679 --> 02:07:24,239 3199 02:07:24,239 --> 02:07:26,320 3200 02:07:26,320 --> 02:07:29,199 3201 02:07:29,199 --> 02:07:31,280 3202 02:07:31,280 --> 02:07:33,119 3203 02:07:33,119 --> 02:07:34,960 3204 02:07:34,960 --> 02:07:37,199 3205 02:07:37,199 --> 02:07:40,079 3206 02:07:40,079 --> 02:07:42,480 3207 02:07:42,480 --> 02:07:43,920 3208 02:07:43,920 --> 02:07:46,400 3209 02:07:46,400 --> 02:07:48,960 3210 02:07:48,960 --> 02:07:50,800 3211 02:07:50,800 --> 02:07:52,079 3212 02:07:52,079 --> 02:07:53,840 3213 02:07:53,840 --> 02:07:55,679 3214 02:07:55,679 --> 02:07:57,840 3215 02:07:57,840 --> 02:08:00,159 3216 02:08:00,159 --> 02:08:01,520 3217 02:08:01,520 --> 02:08:03,280 3218 02:08:03,280 --> 02:08:05,440 3219 02:08:05,440 --> 02:08:08,480 3220 02:08:08,480 --> 02:08:10,960 3221 02:08:10,960 --> 02:08:13,119 3222 02:08:13,119 --> 02:08:16,079 3223 02:08:16,079 --> 02:08:18,480 3224 02:08:18,480 --> 02:08:20,719 3225 02:08:20,719 --> 02:08:23,440 3226 02:08:23,440 --> 02:08:25,920 3227 02:08:25,920 --> 02:08:28,239 3228 02:08:28,239 --> 02:08:30,880 3229 02:08:30,880 --> 02:08:34,480 3230 02:08:34,480 --> 02:08:37,360 3231 02:08:37,360 --> 02:08:40,320 3232 02:08:40,320 --> 02:08:43,280 3233 02:08:43,280 --> 02:08:45,840 3234 02:08:45,840 --> 02:08:48,400 3235 02:08:48,400 --> 02:08:52,079 3236 02:08:52,079 --> 02:08:54,639 3237 02:08:54,639 --> 02:08:56,480 3238 02:08:56,480 --> 02:08:58,880 3239 02:08:58,880 --> 02:09:01,280 3240 02:09:01,280 --> 02:09:03,920 3241 02:09:03,920 --> 02:09:07,119 3242 02:09:07,119 --> 02:09:09,760 3243 02:09:09,760 --> 02:09:12,159 3244 02:09:12,159 --> 02:09:15,040 3245 02:09:15,040 --> 02:09:16,960 3246 02:09:16,960 --> 02:09:20,320 3247 02:09:20,320 --> 02:09:21,520 3248 02:09:21,520 --> 02:09:22,960 3249 02:09:22,960 --> 02:09:24,719 3250 02:09:24,719 --> 02:09:26,159 3251 02:09:26,159 --> 02:09:27,840 3252 02:09:27,840 --> 02:09:31,280 3253 02:09:31,280 --> 02:09:33,679 3254 02:09:33,679 --> 02:09:35,679 3255 02:09:35,679 --> 02:09:37,599 3256 02:09:37,599 --> 02:09:39,679 3257 02:09:39,679 --> 02:09:41,679 3258 02:09:41,679 --> 02:09:44,480 3259 02:09:44,480 --> 02:09:47,280 3260 02:09:47,280 --> 02:09:50,000 3261 02:09:50,000 --> 02:09:53,119 3262 02:09:53,119 --> 02:09:54,639 3263 02:09:54,639 --> 02:09:57,119 3264 02:09:57,119 --> 02:09:59,440 3265 02:09:59,440 --> 02:10:01,360 3266 02:10:01,360 --> 02:10:03,679 3267 02:10:03,679 --> 02:10:06,000 3268 02:10:06,000 --> 02:10:09,199 3269 02:10:09,199 --> 02:10:12,400 3270 02:10:12,400 --> 02:10:15,520 3271 02:10:15,520 --> 02:10:17,760 3272 02:10:17,760 --> 02:10:20,480 3273 02:10:20,480 --> 02:10:23,199 3274 02:10:23,199 --> 02:10:25,840 3275 02:10:25,840 --> 02:10:28,480 3276 02:10:28,480 --> 02:10:30,320 3277 02:10:30,320 --> 02:10:32,239 3278 02:10:32,239 --> 02:10:34,880 3279 02:10:34,880 --> 02:10:37,360 3280 02:10:37,360 --> 02:10:40,159 3281 02:10:40,159 --> 02:10:43,440 3282 02:10:43,440 --> 02:10:45,599 3283 02:10:45,599 --> 02:10:49,440 3284 02:10:49,440 --> 02:10:52,079 3285 02:10:52,079 --> 02:10:54,000 3286 02:10:54,000 --> 02:10:56,960 3287 02:10:56,960 --> 02:10:59,679 3288 02:10:59,679 --> 02:11:02,719 3289 02:11:02,719 --> 02:11:07,040 3290 02:11:07,040 --> 02:11:08,800 3291 02:11:08,800 --> 02:11:12,239 3292 02:11:12,239 --> 02:11:13,520 3293 02:11:13,520 --> 02:11:15,920 3294 02:11:15,920 --> 02:11:19,280 3295 02:11:19,280 --> 02:11:21,360 3296 02:11:21,360 --> 02:11:22,320 3297 02:11:22,320 --> 02:11:24,239 3298 02:11:24,239 --> 02:11:26,480 3299 02:11:26,480 --> 02:11:29,520 3300 02:11:29,520 --> 02:11:32,800 3301 02:11:32,800 --> 02:11:35,199 3302 02:11:35,199 --> 02:11:38,239 3303 02:11:38,239 --> 02:11:41,679 3304 02:11:41,679 --> 02:11:44,480 3305 02:11:44,480 --> 02:11:47,679 3306 02:11:47,679 --> 02:11:49,840 3307 02:11:49,840 --> 02:11:52,480 3308 02:11:52,480 --> 02:11:54,880 3309 02:11:54,880 --> 02:11:56,320 3310 02:11:56,320 --> 02:11:59,040 3311 02:11:59,040 --> 02:12:01,840 3312 02:12:01,840 --> 02:12:04,159 3313 02:12:04,159 --> 02:12:06,880 3314 02:12:06,880 --> 02:12:09,280 3315 02:12:09,280 --> 02:12:12,000 3316 02:12:12,000 --> 02:12:14,400 3317 02:12:14,400 --> 02:12:17,599 3318 02:12:17,599 --> 02:12:19,440 3319 02:12:19,440 --> 02:12:21,119 3320 02:12:21,119 --> 02:12:22,159 3321 02:12:22,159 --> 02:12:24,560 3322 02:12:24,560 --> 02:12:26,239 3323 02:12:26,239 --> 02:12:28,560 3324 02:12:28,560 --> 02:12:30,320 3325 02:12:30,320 --> 02:12:33,679 3326 02:12:33,679 --> 02:12:35,840 3327 02:12:35,840 --> 02:12:38,560 3328 02:12:38,560 --> 02:12:39,360 3329 02:12:39,360 --> 02:12:41,760 3330 02:12:41,760 --> 02:12:44,320 3331 02:12:44,320 --> 02:12:46,639 3332 02:12:46,639 --> 02:12:49,520 3333 02:12:49,520 --> 02:12:51,440 3334 02:12:51,440 --> 02:12:54,320 3335 02:12:54,320 --> 02:12:57,040 3336 02:12:57,040 --> 02:13:00,079 3337 02:13:00,079 --> 02:13:02,159 3338 02:13:02,159 --> 02:13:04,480 3339 02:13:04,480 --> 02:13:06,079 3340 02:13:06,079 --> 02:13:07,360 3341 02:13:07,360 --> 02:13:10,079 3342 02:13:10,079 --> 02:13:12,400 3343 02:13:12,400 --> 02:13:15,760 3344 02:13:15,760 --> 02:13:18,480 3345 02:13:18,480 --> 02:13:20,079 3346 02:13:20,079 --> 02:13:22,639 3347 02:13:22,639 --> 02:13:25,119 3348 02:13:25,119 --> 02:13:27,199 3349 02:13:27,199 --> 02:13:28,960 3350 02:13:28,960 --> 02:13:30,800 3351 02:13:30,800 --> 02:13:32,079 3352 02:13:32,079 --> 02:13:34,480 3353 02:13:34,480 --> 02:13:36,719 3354 02:13:36,719 --> 02:13:38,560 3355 02:13:38,560 --> 02:13:40,320 3356 02:13:40,320 --> 02:13:42,800 3357 02:13:42,800 --> 02:13:44,880 3358 02:13:44,880 --> 02:13:46,960 3359 02:13:46,960 --> 02:13:49,199 3360 02:13:49,199 --> 02:13:51,520 3361 02:13:51,520 --> 02:13:54,000 3362 02:13:54,000 --> 02:13:56,159 3363 02:13:56,159 --> 02:13:58,239 3364 02:13:58,239 --> 02:14:00,719 3365 02:14:00,719 --> 02:14:03,760 3366 02:14:03,760 --> 02:14:06,480 3367 02:14:06,480 --> 02:14:08,000 3368 02:14:08,000 --> 02:14:10,719 3369 02:14:10,719 --> 02:14:13,679 3370 02:14:13,679 --> 02:14:15,760 3371 02:14:15,760 --> 02:14:18,480 3372 02:14:18,480 --> 02:14:20,639 3373 02:14:20,639 --> 02:14:23,119 3374 02:14:23,119 --> 02:14:25,280 3375 02:14:25,280 --> 02:14:28,320 3376 02:14:28,320 --> 02:14:30,960 3377 02:14:30,960 --> 02:14:33,199 3378 02:14:33,199 --> 02:14:35,599 3379 02:14:35,599 --> 02:14:37,360 3380 02:14:37,360 --> 02:14:39,280 3381 02:14:39,280 --> 02:14:40,960 3382 02:14:40,960 --> 02:14:44,400 3383 02:14:44,400 --> 02:14:46,239 3384 02:14:46,239 --> 02:14:48,800 3385 02:14:48,800 --> 02:14:51,679 3386 02:14:51,679 --> 02:14:53,520 3387 02:14:53,520 --> 02:14:55,040 3388 02:14:55,040 --> 02:14:57,119 3389 02:14:57,119 --> 02:14:59,679 3390 02:14:59,679 --> 02:15:01,199 3391 02:15:01,199 --> 02:15:02,719 3392 02:15:02,719 --> 02:15:04,239 3393 02:15:04,239 --> 02:15:05,840 3394 02:15:05,840 --> 02:15:08,639 3395 02:15:08,639 --> 02:15:11,760 3396 02:15:11,840 --> 02:15:13,599 3397 02:15:13,599 --> 02:15:15,679 3398 02:15:15,679 --> 02:15:16,960 3399 02:15:16,960 --> 02:15:20,159 3400 02:15:20,159 --> 02:15:23,760 3401 02:15:23,760 --> 02:15:25,920 3402 02:15:25,920 --> 02:15:28,800 3403 02:15:28,800 --> 02:15:31,199 3404 02:15:31,199 --> 02:15:34,239 3405 02:15:34,239 --> 02:15:35,920 3406 02:15:35,920 --> 02:15:37,920 3407 02:15:37,920 --> 02:15:41,119 3408 02:15:41,119 --> 02:15:42,800 3409 02:15:42,800 --> 02:15:44,320 3410 02:15:44,320 --> 02:15:46,960 3411 02:15:46,960 --> 02:15:48,480 3412 02:15:48,480 --> 02:15:51,040 3413 02:15:51,040 --> 02:15:52,480 3414 02:15:52,480 --> 02:15:54,159 3415 02:15:54,159 --> 02:15:57,280 3416 02:15:57,280 --> 02:15:58,960 3417 02:15:58,960 --> 02:16:01,440 3418 02:16:01,440 --> 02:16:03,679 3419 02:16:03,679 --> 02:16:06,239 3420 02:16:06,239 --> 02:16:07,119 3421 02:16:07,119 --> 02:16:09,599 3422 02:16:09,599 --> 02:16:10,800 3423 02:16:10,800 --> 02:16:12,960 3424 02:16:12,960 --> 02:16:16,239 3425 02:16:16,239 --> 02:16:19,360 3426 02:16:19,360 --> 02:16:21,599 3427 02:16:21,599 --> 02:16:24,000 3428 02:16:24,000 --> 02:16:25,599 3429 02:16:25,599 --> 02:16:27,360 3430 02:16:27,360 --> 02:16:29,920 3431 02:16:29,920 --> 02:16:32,478 3432 02:16:32,478 --> 02:16:33,679 3433 02:16:33,679 --> 02:16:36,080 3434 02:16:36,080 --> 02:16:39,599 3435 02:16:39,599 --> 02:16:41,200 3436 02:16:41,200 --> 02:16:44,080 3437 02:16:44,080 --> 02:16:47,519 3438 02:16:47,519 --> 02:16:48,718 3439 02:16:48,718 --> 02:16:50,398 3440 02:16:50,398 --> 02:16:52,879 3441 02:16:52,879 --> 02:16:55,439 3442 02:16:55,439 --> 02:16:57,439 3443 02:16:57,439 --> 02:16:58,718 3444 02:16:58,718 --> 02:17:01,359 3445 02:17:01,359 --> 02:17:02,638 3446 02:17:02,638 --> 02:17:04,318 3447 02:17:04,318 --> 02:17:07,280 3448 02:17:07,280 --> 02:17:08,478 3449 02:17:08,478 --> 02:17:10,718 3450 02:17:10,718 --> 02:17:12,638 3451 02:17:12,638 --> 02:17:13,840 3452 02:17:13,840 --> 02:17:16,879 3453 02:17:16,879 --> 02:17:20,160 3454 02:17:20,160 --> 02:17:21,439 3455 02:17:21,439 --> 02:17:24,718 3456 02:17:24,718 --> 02:17:27,519 3457 02:17:27,519 --> 02:17:29,760 3458 02:17:29,760 --> 02:17:31,679 3459 02:17:31,679 --> 02:17:32,638 3460 02:17:32,638 --> 02:17:35,280 3461 02:17:35,280 --> 02:17:37,280 3462 02:17:37,280 --> 02:17:39,200 3463 02:17:39,200 --> 02:17:43,840 3464 02:17:43,920 --> 02:17:47,439 3465 02:17:47,439 --> 02:17:50,000 3466 02:17:50,000 --> 02:17:52,478 3467 02:17:52,478 --> 02:17:54,879 3468 02:17:54,879 --> 02:17:56,799 3469 02:17:56,799 --> 02:17:59,840 3470 02:17:59,840 --> 02:18:02,000 3471 02:18:02,000 --> 02:18:02,959 3472 02:18:02,959 --> 02:18:05,439 3473 02:18:05,439 --> 02:18:07,439 3474 02:18:07,439 --> 02:18:10,080 3475 02:18:10,080 --> 02:18:13,280 3476 02:18:13,280 --> 02:18:16,000 3477 02:18:16,000 --> 02:18:18,080 3478 02:18:18,080 --> 02:18:20,879 3479 02:18:20,879 --> 02:18:21,920 3480 02:18:21,920 --> 02:18:23,280 3481 02:18:23,280 --> 02:18:25,519 3482 02:18:25,519 --> 02:18:28,318 3483 02:18:28,318 --> 02:18:29,920 3484 02:18:29,920 --> 02:18:32,478 3485 02:18:32,478 --> 02:18:35,200 3486 02:18:35,200 --> 02:18:37,439 3487 02:18:37,439 --> 02:18:38,478 3488 02:18:38,478 --> 02:18:40,240 3489 02:18:40,240 --> 02:18:42,478 3490 02:18:42,478 --> 02:18:44,478 3491 02:18:44,478 --> 02:18:46,398 3492 02:18:46,398 --> 02:18:49,120 3493 02:18:49,120 --> 02:18:51,200 3494 02:18:51,200 --> 02:18:54,240 3495 02:18:54,240 --> 02:18:56,558 3496 02:18:56,558 --> 02:18:59,679 3497 02:18:59,679 --> 02:19:02,160 3498 02:19:02,160 --> 02:19:03,959 3499 02:19:03,959 --> 02:19:08,718 3500 02:19:08,718 --> 02:19:10,558 3501 02:19:10,558 --> 02:19:13,760 3502 02:19:13,760 --> 02:19:15,599 3503 02:19:15,599 --> 02:19:16,638 3504 02:19:16,638 --> 02:19:18,478 3505 02:19:18,478 --> 02:19:21,359 3506 02:19:21,359 --> 02:19:22,638 3507 02:19:22,638 --> 02:19:24,398 3508 02:19:24,398 --> 02:19:26,318 3509 02:19:26,318 --> 02:19:29,120 3510 02:19:29,120 --> 02:19:30,799 3511 02:19:30,799 --> 02:19:33,120 3512 02:19:33,120 --> 02:19:36,959 3513 02:19:36,959 --> 02:19:39,280 3514 02:19:39,280 --> 02:19:41,599 3515 02:19:41,599 --> 02:19:42,478 3516 02:19:42,478 --> 02:19:45,120 3517 02:19:45,120 --> 02:19:47,359 3518 02:19:47,359 --> 02:19:48,478 3519 02:19:48,478 --> 02:19:50,960 3520 02:19:50,960 --> 02:19:53,439 3521 02:19:53,439 --> 02:19:54,479 3522 02:19:54,479 --> 02:19:57,200 3523 02:19:57,200 --> 02:19:58,880 3524 02:19:58,880 --> 02:20:00,720 3525 02:20:00,720 --> 02:20:03,600 3526 02:20:03,600 --> 02:20:06,319 3527 02:20:06,319 --> 02:20:08,240 3528 02:20:08,240 --> 02:20:09,120 3529 02:20:09,120 --> 02:20:11,200 3530 02:20:11,200 --> 02:20:13,200 3531 02:20:13,200 --> 02:20:15,680 3532 02:20:15,680 --> 02:20:17,920 3533 02:20:17,920 --> 02:20:20,160 3534 02:20:20,160 --> 02:20:23,200 3535 02:20:23,200 --> 02:20:24,720 3536 02:20:24,720 --> 02:20:27,280 3537 02:20:27,280 --> 02:20:29,280 3538 02:20:29,280 --> 02:20:32,560 3539 02:20:32,560 --> 02:20:36,240 3540 02:20:36,240 --> 02:20:37,439 3541 02:20:37,439 --> 02:20:39,120 3542 02:20:39,120 --> 02:20:41,760 3543 02:20:41,760 --> 02:20:44,399 3544 02:20:44,399 --> 02:20:46,720 3545 02:20:46,720 --> 02:20:49,600 3546 02:20:49,600 --> 02:20:51,760 3547 02:20:51,760 --> 02:20:55,280 3548 02:20:55,280 --> 02:20:58,080 3549 02:20:58,080 --> 02:20:59,920 3550 02:20:59,920 --> 02:21:01,600 3551 02:21:01,600 --> 02:21:04,319 3552 02:21:04,319 --> 02:21:07,439 3553 02:21:07,439 --> 02:21:09,840 3554 02:21:09,840 --> 02:21:11,680 3555 02:21:11,680 --> 02:21:13,920 3556 02:21:13,920 --> 02:21:15,760 3557 02:21:15,760 --> 02:21:18,960 3558 02:21:18,960 --> 02:21:21,200 3559 02:21:21,200 --> 02:21:24,000 3560 02:21:24,000 --> 02:21:25,680 3561 02:21:25,680 --> 02:21:28,479 3562 02:21:28,479 --> 02:21:31,120 3563 02:21:31,120 --> 02:21:32,160 3564 02:21:32,160 --> 02:21:33,200 3565 02:21:33,200 --> 02:21:34,160 3566 02:21:34,160 --> 02:21:35,439 3567 02:21:35,439 --> 02:21:38,160 3568 02:21:38,160 --> 02:21:41,200 3569 02:21:41,200 --> 02:21:43,680 3570 02:21:43,680 --> 02:21:45,840 3571 02:21:45,840 --> 02:21:49,200 3572 02:21:49,200 --> 02:21:52,479 3573 02:21:52,479 --> 02:21:56,880 3574 02:21:56,880 --> 02:21:58,720 3575 02:21:58,720 --> 02:22:00,960 3576 02:22:00,960 --> 02:22:03,439 3577 02:22:03,439 --> 02:22:05,840 3578 02:22:05,840 --> 02:22:07,439 3579 02:22:07,439 --> 02:22:10,160 3580 02:22:10,160 --> 02:22:13,120 3581 02:22:13,120 --> 02:22:15,520 3582 02:22:15,520 --> 02:22:17,840 3583 02:22:17,840 --> 02:22:20,160 3584 02:22:20,160 --> 02:22:23,439 3585 02:22:23,439 --> 02:22:25,520 3586 02:22:25,520 --> 02:22:27,439 3587 02:22:27,439 --> 02:22:30,720 3588 02:22:30,720 --> 02:22:32,080 3589 02:22:32,080 --> 02:22:34,800 3590 02:22:34,800 --> 02:22:37,680 3591 02:22:37,680 --> 02:22:41,040 3592 02:22:41,040 --> 02:22:43,280 3593 02:22:43,280 --> 02:22:45,760 3594 02:22:45,760 --> 02:22:48,240 3595 02:22:48,240 --> 02:22:49,840 3596 02:22:49,840 --> 02:22:52,319 3597 02:22:52,319 --> 02:22:54,080 3598 02:22:54,080 --> 02:22:56,399 3599 02:22:56,399 --> 02:22:58,240 3600 02:22:58,240 --> 02:23:00,960 3601 02:23:00,960 --> 02:23:02,240 3602 02:23:02,240 --> 02:23:04,240 3603 02:23:04,240 --> 02:23:06,399 3604 02:23:06,399 --> 02:23:08,800 3605 02:23:08,800 --> 02:23:12,319 3606 02:23:12,319 --> 02:23:15,439 3607 02:23:15,439 --> 02:23:17,840 3608 02:23:17,840 --> 02:23:20,560 3609 02:23:20,560 --> 02:23:23,040 3610 02:23:23,040 --> 02:23:25,760 3611 02:23:25,760 --> 02:23:27,920 3612 02:23:27,920 --> 02:23:29,840 3613 02:23:29,840 --> 02:23:32,560 3614 02:23:32,560 --> 02:23:35,840 3615 02:23:35,840 --> 02:23:37,680 3616 02:23:37,680 --> 02:23:40,000 3617 02:23:40,000 --> 02:23:42,640 3618 02:23:42,640 --> 02:23:46,479 3619 02:23:46,479 --> 02:23:48,240 3620 02:23:48,240 --> 02:23:51,200 3621 02:23:51,200 --> 02:23:52,640 3622 02:23:52,640 --> 02:23:55,359 3623 02:23:55,359 --> 02:23:58,640 3624 02:23:58,640 --> 02:24:01,359 3625 02:24:01,359 --> 02:24:03,840 3626 02:24:03,840 --> 02:24:05,359 3627 02:24:05,359 --> 02:24:08,319 3628 02:24:08,319 --> 02:24:11,359 3629 02:24:11,359 --> 02:24:13,760 3630 02:24:13,760 --> 02:24:16,319 3631 02:24:16,319 --> 02:24:19,920 3632 02:24:19,920 --> 02:24:23,040 3633 02:24:23,040 --> 02:24:25,200 3634 02:24:25,200 --> 02:24:28,720 3635 02:24:28,720 --> 02:24:30,720 3636 02:24:30,720 --> 02:24:34,880 3637 02:24:34,880 --> 02:24:36,560 3638 02:24:36,560 --> 02:24:38,560 3639 02:24:38,560 --> 02:24:40,399 3640 02:24:40,399 --> 02:24:42,479 3641 02:24:42,479 --> 02:24:44,080 3642 02:24:44,080 --> 02:24:46,160 3643 02:24:46,160 --> 02:24:48,560 3644 02:24:48,560 --> 02:24:50,560 3645 02:24:50,560 --> 02:24:52,640 3646 02:24:52,640 --> 02:24:55,680 3647 02:24:55,680 --> 02:24:58,240 3648 02:24:58,240 --> 02:25:00,800 3649 02:25:00,800 --> 02:25:03,600 3650 02:25:03,600 --> 02:25:06,399 3651 02:25:06,399 --> 02:25:09,280 3652 02:25:09,280 --> 02:25:12,000 3653 02:25:12,000 --> 02:25:13,920 3654 02:25:13,920 --> 02:25:16,720 3655 02:25:16,720 --> 02:25:18,560 3656 02:25:18,560 --> 02:25:19,920 3657 02:25:19,920 --> 02:25:21,760 3658 02:25:21,760 --> 02:25:24,720 3659 02:25:24,720 --> 02:25:27,520 3660 02:25:27,520 --> 02:25:30,000 3661 02:25:30,000 --> 02:25:32,319 3662 02:25:32,319 --> 02:25:33,520 3663 02:25:33,520 --> 02:25:34,399 3664 02:25:34,399 --> 02:25:36,960 3665 02:25:36,960 --> 02:25:38,880 3666 02:25:38,880 --> 02:25:41,120 3667 02:25:41,120 --> 02:25:43,840 3668 02:25:43,840 --> 02:25:47,040 3669 02:25:47,040 --> 02:25:48,960 3670 02:25:48,960 --> 02:25:50,000 3671 02:25:50,000 --> 02:25:52,319 3672 02:25:52,319 --> 02:25:53,439 3673 02:25:53,439 --> 02:25:56,560 3674 02:25:56,560 --> 02:25:59,359 3675 02:25:59,359 --> 02:26:02,160 3676 02:26:02,160 --> 02:26:03,680 3677 02:26:03,680 --> 02:26:06,720 3678 02:26:06,720 --> 02:26:09,359 3679 02:26:09,359 --> 02:26:11,760 3680 02:26:11,760 --> 02:26:13,520 3681 02:26:13,520 --> 02:26:16,319 3682 02:26:16,319 --> 02:26:18,160 3683 02:26:18,160 --> 02:26:19,760 3684 02:26:19,760 --> 02:26:22,160 3685 02:26:22,160 --> 02:26:24,720 3686 02:26:24,720 --> 02:26:26,560 3687 02:26:26,560 --> 02:26:30,000 3688 02:26:30,000 --> 02:26:32,319 3689 02:26:32,319 --> 02:26:34,399 3690 02:26:34,399 --> 02:26:37,280 3691 02:26:37,280 --> 02:26:39,439 3692 02:26:39,439 --> 02:26:42,080 3693 02:26:42,080 --> 02:26:43,520 3694 02:26:43,520 --> 02:26:45,520 3695 02:26:45,520 --> 02:26:48,800 3696 02:26:48,800 --> 02:26:52,640 3697 02:26:52,640 --> 02:26:54,479 3698 02:26:54,479 --> 02:26:56,000 3699 02:26:56,000 --> 02:26:58,479 3700 02:26:58,479 --> 02:27:00,399 3701 02:27:00,399 --> 02:27:03,120 3702 02:27:03,120 --> 02:27:05,040 3703 02:27:05,040 --> 02:27:06,880 3704 02:27:06,880 --> 02:27:08,960 3705 02:27:08,960 --> 02:27:10,399 3706 02:27:10,399 --> 02:27:12,399 3707 02:27:12,399 --> 02:27:14,840 3708 02:27:14,840 --> 02:27:17,920 3709 02:27:17,920 --> 02:27:20,880 3710 02:27:20,880 --> 02:27:23,040 3711 02:27:23,040 --> 02:27:26,080 3712 02:27:26,080 --> 02:27:27,520 3713 02:27:27,520 --> 02:27:29,280 3714 02:27:29,280 --> 02:27:32,000 3715 02:27:32,000 --> 02:27:34,000 3716 02:27:34,000 --> 02:27:36,560 3717 02:27:36,560 --> 02:27:39,040 3718 02:27:39,040 --> 02:27:42,080 3719 02:27:42,080 --> 02:27:44,240 3720 02:27:44,240 --> 02:27:47,920 3721 02:27:47,920 --> 02:27:50,800 3722 02:27:50,800 --> 02:27:52,800 3723 02:27:52,800 --> 02:27:55,359 3724 02:27:55,359 --> 02:27:57,680 3725 02:27:57,680 --> 02:27:58,560 3726 02:27:58,560 --> 02:28:00,720 3727 02:28:00,720 --> 02:28:03,840 3728 02:28:03,840 --> 02:28:06,880 3729 02:28:06,880 --> 02:28:09,920 3730 02:28:09,920 --> 02:28:10,880 3731 02:28:10,880 --> 02:28:14,479 3732 02:28:14,479 --> 02:28:18,000 3733 02:28:18,000 --> 02:28:21,920 3734 02:28:21,920 --> 02:28:25,359 3735 02:28:25,359 --> 02:28:28,560 3736 02:28:28,560 --> 02:28:31,280 3737 02:28:31,280 --> 02:28:33,520 3738 02:28:33,520 --> 02:28:37,040 3739 02:28:37,040 --> 02:28:39,359 3740 02:28:39,359 --> 02:28:40,479 3741 02:28:40,479 --> 02:28:41,920 3742 02:28:41,920 --> 02:28:44,000 3743 02:28:44,000 --> 02:28:45,680 3744 02:28:45,680 --> 02:28:49,120 3745 02:28:49,120 --> 02:28:51,439 3746 02:28:51,439 --> 02:28:53,600 3747 02:28:53,600 --> 02:28:55,840 3748 02:28:55,840 --> 02:28:57,359 3749 02:28:57,359 --> 02:28:59,760 3750 02:28:59,760 --> 02:29:01,840 3751 02:29:01,840 --> 02:29:04,240 3752 02:29:04,240 --> 02:29:05,280 3753 02:29:05,280 --> 02:29:09,040 3754 02:29:09,040 --> 02:29:11,439 3755 02:29:11,760 --> 02:29:14,319 3756 02:29:14,319 --> 02:29:17,840 3757 02:29:17,840 --> 02:29:20,240 3758 02:29:20,240 --> 02:29:22,560 3759 02:29:22,560 --> 02:29:24,800 3760 02:29:24,800 --> 02:29:27,200 3761 02:29:27,200 --> 02:29:29,439 3762 02:29:29,439 --> 02:29:31,280 3763 02:29:31,280 --> 02:29:32,960 3764 02:29:32,960 --> 02:29:35,280 3765 02:29:35,280 --> 02:29:36,800 3766 02:29:36,800 --> 02:29:39,760 3767 02:29:39,760 --> 02:29:42,479 3768 02:29:42,479 --> 02:29:44,560 3769 02:29:44,560 --> 02:29:46,399 3770 02:29:46,399 --> 02:29:47,439 3771 02:29:47,439 --> 02:29:49,760 3772 02:29:49,760 --> 02:29:53,840 3773 02:29:53,840 --> 02:29:55,600 3774 02:29:55,600 --> 02:29:56,880 3775 02:29:56,880 --> 02:29:58,800 3776 02:29:58,800 --> 02:30:02,000 3777 02:30:02,000 --> 02:30:04,240 3778 02:30:04,240 --> 02:30:06,319 3779 02:30:06,319 --> 02:30:09,600 3780 02:30:09,600 --> 02:30:13,359 3781 02:30:14,319 --> 02:30:17,120 3782 02:30:17,520 --> 02:30:19,520 3783 02:30:19,520 --> 02:30:20,800 3784 02:30:20,800 --> 02:30:23,200 3785 02:30:23,200 --> 02:30:24,960 3786 02:30:24,960 --> 02:30:27,200 3787 02:30:27,200 --> 02:30:30,000 3788 02:30:30,000 --> 02:30:32,399 3789 02:30:32,399 --> 02:30:35,359 3790 02:30:35,359 --> 02:30:37,840 3791 02:30:37,840 --> 02:30:40,880 3792 02:30:40,880 --> 02:30:42,399 3793 02:30:42,399 --> 02:30:43,760 3794 02:30:43,760 --> 02:30:46,000 3795 02:30:46,000 --> 02:30:46,960 3796 02:30:46,960 --> 02:30:49,840 3797 02:30:49,840 --> 02:30:52,080 3798 02:30:52,080 --> 02:30:54,800 3799 02:30:54,800 --> 02:30:56,720 3800 02:30:56,720 --> 02:30:59,359 3801 02:30:59,359 --> 02:31:02,080 3802 02:31:02,080 --> 02:31:04,880 3803 02:31:04,880 --> 02:31:07,280 3804 02:31:07,280 --> 02:31:09,439 3805 02:31:09,439 --> 02:31:11,920 3806 02:31:11,920 --> 02:31:14,720 3807 02:31:14,720 --> 02:31:17,280 3808 02:31:17,280 --> 02:31:19,840 3809 02:31:19,840 --> 02:31:21,520 3810 02:31:21,520 --> 02:31:24,000 3811 02:31:24,000 --> 02:31:27,680 3812 02:31:27,680 --> 02:31:30,720 3813 02:31:30,720 --> 02:31:31,920 3814 02:31:31,920 --> 02:31:34,960 3815 02:31:34,960 --> 02:31:38,080 3816 02:31:38,080 --> 02:31:40,720 3817 02:31:40,720 --> 02:31:42,640 3818 02:31:42,640 --> 02:31:44,800 3819 02:31:44,800 --> 02:31:47,439 3820 02:31:47,439 --> 02:31:49,280 3821 02:31:49,280 --> 02:31:51,120 3822 02:31:51,120 --> 02:31:52,319 3823 02:31:52,319 --> 02:31:53,200 3824 02:31:53,200 --> 02:31:55,120 3825 02:31:55,120 --> 02:31:57,920 3826 02:31:57,920 --> 02:32:00,160 3827 02:32:00,160 --> 02:32:03,280 3828 02:32:03,280 --> 02:32:06,319 3829 02:32:06,319 --> 02:32:09,600 3830 02:32:09,600 --> 02:32:11,840 3831 02:32:11,840 --> 02:32:14,720 3832 02:32:14,720 --> 02:32:16,560 3833 02:32:16,560 --> 02:32:19,120 3834 02:32:19,120 --> 02:32:20,399 3835 02:32:20,399 --> 02:32:23,760 3836 02:32:23,760 --> 02:32:24,960 3837 02:32:24,960 --> 02:32:28,240 3838 02:32:30,880 --> 02:32:33,040 3839 02:32:33,040 --> 02:32:35,840 3840 02:32:37,040 --> 02:32:39,120 3841 02:32:39,120 --> 02:32:40,880 3842 02:32:40,880 --> 02:32:43,120 3843 02:32:43,120 --> 02:32:45,760 3844 02:32:45,760 --> 02:32:48,479 3845 02:32:48,479 --> 02:32:50,160 3846 02:32:50,160 --> 02:32:53,040 3847 02:32:53,040 --> 02:32:54,479 3848 02:32:54,479 --> 02:32:57,840 3849 02:33:00,319 --> 02:33:02,399 3850 02:33:02,399 --> 02:33:03,600 3851 02:33:03,600 --> 02:33:05,840 3852 02:33:05,840 --> 02:33:08,960 3853 02:33:08,960 --> 02:33:11,359 3854 02:33:11,359 --> 02:33:12,640 3855 02:33:12,640 --> 02:33:15,680 3856 02:33:15,680 --> 02:33:16,479 3857 02:33:16,479 --> 02:33:19,200 3858 02:33:19,200 --> 02:33:22,399 3859 02:33:22,399 --> 02:33:25,920 3860 02:33:25,920 --> 02:33:27,680 3861 02:33:27,680 --> 02:33:31,439 3862 02:33:31,439 --> 02:33:33,920 3863 02:33:33,920 --> 02:33:36,000 3864 02:33:36,000 --> 02:33:38,399 3865 02:33:38,399 --> 02:33:40,160 3866 02:33:40,160 --> 02:33:42,080 3867 02:33:42,080 --> 02:33:43,120 3868 02:33:43,120 --> 02:33:44,880 3869 02:33:44,880 --> 02:33:47,200 3870 02:33:47,200 --> 02:33:49,359 3871 02:33:49,359 --> 02:33:51,760 3872 02:33:51,760 --> 02:33:54,399 3873 02:33:54,399 --> 02:33:57,120 3874 02:33:57,120 --> 02:33:59,439 3875 02:33:59,439 --> 02:34:02,319 3876 02:34:02,319 --> 02:34:04,720 3877 02:34:04,720 --> 02:34:06,960 3878 02:34:06,960 --> 02:34:07,840 3879 02:34:07,840 --> 02:34:10,640 3880 02:34:10,640 --> 02:34:12,800 3881 02:34:12,800 --> 02:34:14,960 3882 02:34:14,960 --> 02:34:17,760 3883 02:34:17,760 --> 02:34:21,040 3884 02:34:21,040 --> 02:34:23,120 3885 02:34:23,120 --> 02:34:26,080 3886 02:34:26,080 --> 02:34:27,120 3887 02:34:27,120 --> 02:34:28,080 3888 02:34:28,080 --> 02:34:30,240 3889 02:34:30,240 --> 02:34:32,240 3890 02:34:32,240 --> 02:34:34,560 3891 02:34:34,560 --> 02:34:39,200 3892 02:34:40,080 --> 02:34:42,800 3893 02:34:42,800 --> 02:34:45,040 3894 02:34:45,040 --> 02:34:48,399 3895 02:34:48,399 --> 02:34:51,680 3896 02:34:51,680 --> 02:34:54,560 3897 02:34:54,560 --> 02:34:56,800 3898 02:34:56,800 --> 02:34:58,479 3899 02:34:58,479 --> 02:35:00,960 3900 02:35:00,960 --> 02:35:04,479 3901 02:35:04,479 --> 02:35:07,200 3902 02:35:07,200 --> 02:35:09,200 3903 02:35:09,200 --> 02:35:12,240 3904 02:35:12,240 --> 02:35:15,200 3905 02:35:15,200 --> 02:35:15,920 3906 02:35:15,920 --> 02:35:18,479 3907 02:35:18,479 --> 02:35:19,600 3908 02:35:19,600 --> 02:35:21,280 3909 02:35:21,280 --> 02:35:24,319 3910 02:35:25,760 --> 02:35:29,120 3911 02:35:32,960 --> 02:35:35,840 3912 02:35:35,840 --> 02:35:40,040 3913 02:35:43,760 --> 02:35:45,920 3914 02:35:45,920 --> 02:35:48,479 3915 02:35:48,479 --> 02:35:51,120 3916 02:35:51,120 --> 02:35:53,520 3917 02:35:53,520 --> 02:35:56,080 3918 02:35:56,080 --> 02:35:57,840 3919 02:35:57,840 --> 02:35:59,680 3920 02:35:59,680 --> 02:36:01,680 3921 02:36:01,680 --> 02:36:03,920 3922 02:36:03,920 --> 02:36:06,800 3923 02:36:06,800 --> 02:36:08,399 3924 02:36:08,399 --> 02:36:10,800 3925 02:36:10,800 --> 02:36:12,960 3926 02:36:12,960 --> 02:36:16,319 3927 02:36:16,319 --> 02:36:18,080 3928 02:36:18,080 --> 02:36:19,760 3929 02:36:19,760 --> 02:36:20,720 3930 02:36:20,720 --> 02:36:22,800 3931 02:36:22,800 --> 02:36:24,399 3932 02:36:24,399 --> 02:36:26,160 3933 02:36:26,160 --> 02:36:30,479 3934 02:36:30,479 --> 02:36:32,319 3935 02:36:32,319 --> 02:36:35,040 3936 02:36:35,040 --> 02:36:38,080 3937 02:36:38,080 --> 02:36:41,359 3938 02:36:41,359 --> 02:36:43,600 3939 02:36:43,600 --> 02:36:45,760 3940 02:36:45,760 --> 02:36:47,680 3941 02:36:47,680 --> 02:36:49,840 3942 02:36:49,840 --> 02:36:52,240 3943 02:36:52,240 --> 02:36:54,560 3944 02:36:54,560 --> 02:36:56,800 3945 02:36:56,800 --> 02:36:58,880 3946 02:36:58,880 --> 02:37:02,240 3947 02:37:02,240 --> 02:37:04,560 3948 02:37:04,560 --> 02:37:06,399 3949 02:37:06,399 --> 02:37:09,200 3950 02:37:09,200 --> 02:37:10,960 3951 02:37:10,960 --> 02:37:12,479 3952 02:37:12,479 --> 02:37:14,160 3953 02:37:14,160 --> 02:37:15,520 3954 02:37:15,520 --> 02:37:16,399 3955 02:37:16,399 --> 02:37:20,000 3956 02:37:20,000 --> 02:37:22,080 3957 02:37:22,080 --> 02:37:24,960 3958 02:37:24,960 --> 02:37:26,240 3959 02:37:26,240 --> 02:37:28,240 3960 02:37:28,240 --> 02:37:30,800 3961 02:37:30,800 --> 02:37:33,600 3962 02:37:33,600 --> 02:37:34,800 3963 02:37:34,800 --> 02:37:38,000 3964 02:37:38,000 --> 02:37:40,080 3965 02:37:40,080 --> 02:37:42,240 3966 02:37:42,240 --> 02:37:44,000 3967 02:37:44,000 --> 02:37:45,439 3968 02:37:45,439 --> 02:37:47,840 3969 02:37:47,840 --> 02:37:49,760 3970 02:37:49,760 --> 02:37:51,920 3971 02:37:51,920 --> 02:37:54,000 3972 02:37:54,000 --> 02:37:55,040 3973 02:37:55,040 --> 02:37:56,720 3974 02:37:56,720 --> 02:38:00,399 3975 02:38:00,399 --> 02:38:03,040 3976 02:38:03,040 --> 02:38:05,200 3977 02:38:05,200 --> 02:38:06,399 3978 02:38:06,399 --> 02:38:08,319 3979 02:38:08,319 --> 02:38:10,479 3980 02:38:10,479 --> 02:38:12,319 3981 02:38:12,319 --> 02:38:14,080 3982 02:38:14,080 --> 02:38:17,280 3983 02:38:17,280 --> 02:38:19,520 3984 02:38:19,520 --> 02:38:21,840 3985 02:38:21,840 --> 02:38:24,560 3986 02:38:24,560 --> 02:38:26,479 3987 02:38:26,479 --> 02:38:28,960 3988 02:38:28,960 --> 02:38:30,880 3989 02:38:30,880 --> 02:38:32,080 3990 02:38:32,080 --> 02:38:34,560 3991 02:38:34,560 --> 02:38:38,319 3992 02:38:38,319 --> 02:38:40,720 3993 02:38:40,720 --> 02:38:42,800 3994 02:38:42,800 --> 02:38:45,600 3995 02:38:45,600 --> 02:38:48,800 3996 02:38:48,800 --> 02:38:51,200 3997 02:38:51,200 --> 02:38:52,560 3998 02:38:52,560 --> 02:38:54,800 3999 02:38:54,800 --> 02:38:57,760 4000 02:38:57,760 --> 02:38:59,520 4001 02:38:59,520 --> 02:39:02,560 4002 02:39:02,560 --> 02:39:05,600 4003 02:39:05,600 --> 02:39:08,080 4004 02:39:08,080 --> 02:39:09,760 4005 02:39:09,760 --> 02:39:11,680 4006 02:39:11,680 --> 02:39:13,359 4007 02:39:13,359 --> 02:39:14,640 4008 02:39:14,640 --> 02:39:17,520 4009 02:39:17,520 --> 02:39:19,760 4010 02:39:19,760 --> 02:39:22,160 4011 02:39:22,160 --> 02:39:24,720 4012 02:39:24,720 --> 02:39:27,359 4013 02:39:27,359 --> 02:39:30,240 4014 02:39:30,240 --> 02:39:32,720 4015 02:39:32,720 --> 02:39:34,960 4016 02:39:34,960 --> 02:39:37,920 4017 02:39:37,920 --> 02:39:40,479 4018 02:39:40,479 --> 02:39:43,120 4019 02:39:43,120 --> 02:39:45,120 4020 02:39:45,120 --> 02:39:47,680 4021 02:39:47,680 --> 02:39:50,399 4022 02:39:50,399 --> 02:39:51,920 4023 02:39:51,920 --> 02:39:53,840 4024 02:39:53,840 --> 02:39:56,080 4025 02:39:56,080 --> 02:39:58,720 4026 02:39:58,720 --> 02:40:00,560 4027 02:40:00,560 --> 02:40:03,040 4028 02:40:03,040 --> 02:40:04,720 4029 02:40:04,720 --> 02:40:07,200 4030 02:40:07,200 --> 02:40:09,280 4031 02:40:09,280 --> 02:40:11,840 4032 02:40:11,840 --> 02:40:14,080 4033 02:40:14,080 --> 02:40:17,359 4034 02:40:17,359 --> 02:40:21,120 4035 02:40:21,120 --> 02:40:23,600 4036 02:40:23,600 --> 02:40:26,560 4037 02:40:26,560 --> 02:40:29,920 4038 02:40:29,920 --> 02:40:32,479 4039 02:40:32,479 --> 02:40:34,399 4040 02:40:34,399 --> 02:40:37,040 4041 02:40:37,040 --> 02:40:38,640 4042 02:40:38,640 --> 02:40:39,920 4043 02:40:39,920 --> 02:40:42,240 4044 02:40:42,240 --> 02:40:44,319 4045 02:40:44,319 --> 02:40:47,359 4046 02:40:47,359 --> 02:40:49,120 4047 02:40:49,120 --> 02:40:50,800 4048 02:40:50,800 --> 02:40:53,840 4049 02:40:53,840 --> 02:40:56,319 4050 02:40:56,319 --> 02:40:58,640 4051 02:40:58,640 --> 02:40:59,680 4052 02:40:59,680 --> 02:41:01,920 4053 02:41:01,920 --> 02:41:04,640 4054 02:41:04,640 --> 02:41:08,160 4055 02:41:08,160 --> 02:41:10,880 4056 02:41:10,880 --> 02:41:13,840 4057 02:41:13,840 --> 02:41:17,359 4058 02:41:17,359 --> 02:41:19,359 4059 02:41:19,359 --> 02:41:22,359 4060 02:41:23,520 --> 02:41:25,760 4061 02:41:25,760 --> 02:41:27,520 4062 02:41:27,520 --> 02:41:29,200 4063 02:41:29,200 --> 02:41:31,760 4064 02:41:31,760 --> 02:41:33,520 4065 02:41:33,520 --> 02:41:35,520 4066 02:41:35,520 --> 02:41:38,080 4067 02:41:38,080 --> 02:41:40,800 4068 02:41:40,800 --> 02:41:42,640 4069 02:41:42,640 --> 02:41:45,840 4070 02:41:45,840 --> 02:41:48,000 4071 02:41:48,000 --> 02:41:49,279 4072 02:41:49,279 --> 02:41:51,439 4073 02:41:51,439 --> 02:41:54,640 4074 02:41:54,640 --> 02:41:56,880 4075 02:41:56,880 --> 02:41:57,680 4076 02:41:57,680 --> 02:41:59,600 4077 02:41:59,600 --> 02:42:01,359 4078 02:42:01,359 --> 02:42:03,279 4079 02:42:03,279 --> 02:42:06,399 4080 02:42:06,399 --> 02:42:08,399 4081 02:42:08,399 --> 02:42:10,479 4082 02:42:10,479 --> 02:42:13,359 4083 02:42:13,359 --> 02:42:16,240 4084 02:42:16,240 --> 02:42:19,120 4085 02:42:19,120 --> 02:42:22,319 4086 02:42:22,319 --> 02:42:26,960 4087 02:42:26,960 --> 02:42:28,560 4088 02:42:28,560 --> 02:42:30,560 4089 02:42:30,560 --> 02:42:31,760 4090 02:42:31,760 --> 02:42:35,439 4091 02:42:35,439 --> 02:42:37,520 4092 02:42:37,520 --> 02:42:40,640 4093 02:42:40,640 --> 02:42:43,840 4094 02:42:43,840 --> 02:42:45,920 4095 02:42:45,920 --> 02:42:48,000 4096 02:42:48,000 --> 02:42:50,640 4097 02:42:50,640 --> 02:42:53,359 4098 02:42:53,359 --> 02:42:54,960 4099 02:42:54,960 --> 02:42:57,120 4100 02:42:57,120 --> 02:42:58,720 4101 02:42:58,720 --> 02:43:01,680 4102 02:43:01,680 --> 02:43:05,359 4103 02:43:05,359 --> 02:43:09,840 4104 02:43:10,479 --> 02:43:13,359 4105 02:43:13,359 --> 02:43:15,200 4106 02:43:15,200 --> 02:43:17,600 4107 02:43:17,600 --> 02:43:20,840 4108 02:43:20,840 --> 02:43:23,359 4109 02:43:23,359 --> 02:43:26,399 4110 02:43:26,399 --> 02:43:28,160 4111 02:43:28,160 --> 02:43:30,160 4112 02:43:30,160 --> 02:43:32,880 4113 02:43:32,880 --> 02:43:35,040 4114 02:43:35,040 --> 02:43:37,920 4115 02:43:37,920 --> 02:43:42,000 4116 02:43:42,000 --> 02:43:44,800 4117 02:43:45,040 --> 02:43:48,479 4118 02:43:48,479 --> 02:43:51,600 4119 02:43:51,600 --> 02:43:55,600 4120 02:43:55,600 --> 02:43:58,160 4121 02:43:58,160 --> 02:44:01,840 4122 02:44:01,840 --> 02:44:03,120 4123 02:44:03,120 --> 02:44:04,960 4124 02:44:04,960 --> 02:44:07,200 4125 02:44:07,200 --> 02:44:09,279 4126 02:44:09,279 --> 02:44:11,359 4127 02:44:11,359 --> 02:44:13,760 4128 02:44:13,760 --> 02:44:16,240 4129 02:44:16,240 --> 02:44:20,160 4130 02:44:20,160 --> 02:44:22,160 4131 02:44:22,160 --> 02:44:24,160 4132 02:44:24,160 --> 02:44:25,920 4133 02:44:25,920 --> 02:44:27,920 4134 02:44:27,920 --> 02:44:31,040 4135 02:44:31,040 --> 02:44:32,399 4136 02:44:32,399 --> 02:44:35,040 4137 02:44:35,040 --> 02:44:37,200 4138 02:44:37,200 --> 02:44:38,880 4139 02:44:38,880 --> 02:44:41,920 4140 02:44:41,920 --> 02:44:44,160 4141 02:44:44,160 --> 02:44:46,399 4142 02:44:46,399 --> 02:44:49,200 4143 02:44:49,200 --> 02:44:52,399 4144 02:44:52,399 --> 02:44:54,000 4145 02:44:54,000 --> 02:44:57,120 4146 02:44:57,120 --> 02:44:58,479 4147 02:44:58,479 --> 02:44:59,760 4148 02:44:59,760 --> 02:45:01,760 4149 02:45:01,760 --> 02:45:03,520 4150 02:45:03,520 --> 02:45:06,319 4151 02:45:06,319 --> 02:45:08,560 4152 02:45:08,560 --> 02:45:11,760 4153 02:45:11,760 --> 02:45:14,880 4154 02:45:14,880 --> 02:45:17,439 4155 02:45:17,439 --> 02:45:20,319 4156 02:45:20,319 --> 02:45:23,680 4157 02:45:23,680 --> 02:45:27,120 4158 02:45:27,120 --> 02:45:28,960 4159 02:45:28,960 --> 02:45:31,279 4160 02:45:31,279 --> 02:45:33,760 4161 02:45:33,760 --> 02:45:36,640 4162 02:45:36,640 --> 02:45:39,520 4163 02:45:39,520 --> 02:45:42,479 4164 02:45:42,479 --> 02:45:45,279 4165 02:45:45,279 --> 02:45:46,880 4166 02:45:46,880 --> 02:45:49,359 4167 02:45:49,359 --> 02:45:50,399 4168 02:45:50,399 --> 02:45:52,479 4169 02:45:52,479 --> 02:45:54,080 4170 02:45:54,080 --> 02:45:57,680 4171 02:45:57,680 --> 02:45:58,960 4172 02:45:58,960 --> 02:45:59,920 4173 02:45:59,920 --> 02:46:04,640 4174 02:46:04,640 --> 02:46:08,880 4175 02:46:08,880 --> 02:46:11,600 4176 02:46:11,600 --> 02:46:13,439 4177 02:46:13,439 --> 02:46:16,319 4178 02:46:16,319 --> 02:46:19,840 4179 02:46:19,840 --> 02:46:22,880 4180 02:46:23,600 --> 02:46:26,160 4181 02:46:26,160 --> 02:46:28,080 4182 02:46:28,080 --> 02:46:30,720 4183 02:46:30,720 --> 02:46:32,720 4184 02:46:32,720 --> 02:46:35,279 4185 02:46:35,279 --> 02:46:38,319 4186 02:46:38,319 --> 02:46:40,560 4187 02:46:40,560 --> 02:46:42,160 4188 02:46:42,160 --> 02:46:44,479 4189 02:46:44,479 --> 02:46:48,080 4190 02:46:48,080 --> 02:46:49,840 4191 02:46:49,840 --> 02:46:51,760 4192 02:46:51,760 --> 02:46:54,560 4193 02:46:54,560 --> 02:46:57,680 4194 02:46:57,680 --> 02:47:01,279 4195 02:47:01,279 --> 02:47:04,160 4196 02:47:04,160 --> 02:47:06,319 4197 02:47:06,319 --> 02:47:09,359 4198 02:47:09,359 --> 02:47:13,040 4199 02:47:13,040 --> 02:47:15,920 4200 02:47:15,920 --> 02:47:17,279 4201 02:47:17,279 --> 02:47:21,240 4202 02:47:21,680 --> 02:47:24,000 4203 02:47:24,000 --> 02:47:25,840 4204 02:47:25,840 --> 02:47:28,319 4205 02:47:28,319 --> 02:47:31,680 4206 02:47:31,680 --> 02:47:34,800 4207 02:47:34,800 --> 02:47:37,040 4208 02:47:37,040 --> 02:47:40,240 4209 02:47:40,240 --> 02:47:42,240 4210 02:47:42,240 --> 02:47:44,160 4211 02:47:44,160 --> 02:47:46,479 4212 02:47:46,479 --> 02:47:48,800 4213 02:47:48,800 --> 02:47:51,439 4214 02:47:51,439 --> 02:47:52,560 4215 02:47:52,560 --> 02:47:54,960 4216 02:47:54,960 --> 02:47:56,640 4217 02:47:56,640 --> 02:47:58,800 4218 02:47:58,800 --> 02:48:00,960 4219 02:48:00,960 --> 02:48:03,600 4220 02:48:03,600 --> 02:48:05,439 4221 02:48:05,439 --> 02:48:08,479 4222 02:48:08,479 --> 02:48:10,720 4223 02:48:10,720 --> 02:48:12,800 4224 02:48:12,800 --> 02:48:15,680 4225 02:48:15,680 --> 02:48:18,640 4226 02:48:18,640 --> 02:48:21,120 4227 02:48:21,120 --> 02:48:24,000 4228 02:48:24,000 --> 02:48:27,520 4229 02:48:27,520 --> 02:48:29,439 4230 02:48:29,439 --> 02:48:31,200 4231 02:48:31,200 --> 02:48:33,520 4232 02:48:33,520 --> 02:48:35,040 4233 02:48:35,040 --> 02:48:36,240 4234 02:48:36,240 --> 02:48:39,120 4235 02:48:39,439 --> 02:48:40,479 4236 02:48:40,479 --> 02:48:42,560 4237 02:48:42,560 --> 02:48:46,479 4238 02:48:46,479 --> 02:48:48,160 4239 02:48:48,160 --> 02:48:52,000 4240 02:48:53,120 --> 02:48:55,279 4241 02:48:55,279 --> 02:48:57,760 4242 02:48:57,760 --> 02:48:58,720 4243 02:48:58,720 --> 02:49:01,200 4244 02:49:01,200 --> 02:49:03,680 4245 02:49:03,680 --> 02:49:04,800 4246 02:49:04,800 --> 02:49:06,080 4247 02:49:06,080 --> 02:49:08,160 4248 02:49:08,160 --> 02:49:10,160 4249 02:49:10,160 --> 02:49:11,200 4250 02:49:11,200 --> 02:49:14,720 4251 02:49:14,720 --> 02:49:16,319 4252 02:49:16,319 --> 02:49:17,120 4253 02:49:17,120 --> 02:49:19,279 4254 02:49:19,279 --> 02:49:20,800 4255 02:49:20,800 --> 02:49:22,080 4256 02:49:22,080 --> 02:49:25,840 4257 02:49:25,840 --> 02:49:28,640 4258 02:49:28,640 --> 02:49:30,319 4259 02:49:30,319 --> 02:49:33,040 4260 02:49:34,080 --> 02:49:38,399 4261 02:49:38,399 --> 02:49:41,359 4262 02:49:41,359 --> 02:49:43,760 4263 02:49:43,760 --> 02:49:45,439 4264 02:49:45,439 --> 02:49:47,439 4265 02:49:47,439 --> 02:49:48,880 4266 02:49:48,880 --> 02:49:50,720 4267 02:49:50,720 --> 02:49:53,520 4268 02:49:53,520 --> 02:49:55,279 4269 02:49:55,279 --> 02:49:57,359 4270 02:49:57,359 --> 02:50:00,319 4271 02:50:00,319 --> 02:50:02,479 4272 02:50:02,479 --> 02:50:04,960 4273 02:50:04,960 --> 02:50:08,399 4274 02:50:08,399 --> 02:50:10,479 4275 02:50:10,479 --> 02:50:11,680 4276 02:50:11,680 --> 02:50:13,680 4277 02:50:13,680 --> 02:50:16,399 4278 02:50:16,399 --> 02:50:18,479 4279 02:50:18,479 --> 02:50:21,439 4280 02:50:21,439 --> 02:50:23,760 4281 02:50:23,760 --> 02:50:26,479 4282 02:50:26,479 --> 02:50:28,720 4283 02:50:28,720 --> 02:50:31,200 4284 02:50:31,200 --> 02:50:33,359 4285 02:50:33,359 --> 02:50:35,600 4286 02:50:35,600 --> 02:50:37,680 4287 02:50:37,680 --> 02:50:39,840 4288 02:50:39,840 --> 02:50:42,160 4289 02:50:42,160 --> 02:50:43,680 4290 02:50:43,680 --> 02:50:46,319 4291 02:50:46,319 --> 02:50:48,720 4292 02:50:48,720 --> 02:50:51,520 4293 02:50:51,520 --> 02:50:52,640 4294 02:50:52,640 --> 02:50:55,040 4295 02:50:55,040 --> 02:50:57,520 4296 02:50:57,520 --> 02:51:00,319 4297 02:51:00,319 --> 02:51:02,479 4298 02:51:02,479 --> 02:51:04,399 4299 02:51:04,399 --> 02:51:07,200 4300 02:51:07,200 --> 02:51:09,279 4301 02:51:09,279 --> 02:51:12,080 4302 02:51:12,080 --> 02:51:14,720 4303 02:51:14,720 --> 02:51:18,080 4304 02:51:18,080 --> 02:51:19,279 4305 02:51:19,279 --> 02:51:21,279 4306 02:51:21,279 --> 02:51:24,240 4307 02:51:24,240 --> 02:51:27,120 4308 02:51:27,120 --> 02:51:29,920 4309 02:51:29,920 --> 02:51:33,120 4310 02:51:33,120 --> 02:51:35,200 4311 02:51:35,200 --> 02:51:38,319 4312 02:51:38,319 --> 02:51:40,479 4313 02:51:40,479 --> 02:51:42,560 4314 02:51:42,560 --> 02:51:44,560 4315 02:51:44,560 --> 02:51:46,479 4316 02:51:46,479 --> 02:51:49,200 4317 02:51:49,200 --> 02:51:51,279 4318 02:51:51,279 --> 02:51:53,359 4319 02:51:53,359 --> 02:51:55,200 4320 02:51:55,200 --> 02:51:57,040 4321 02:51:57,040 --> 02:51:59,359 4322 02:51:59,359 --> 02:52:01,439 4323 02:52:01,439 --> 02:52:03,439 4324 02:52:03,439 --> 02:52:05,439 4325 02:52:05,439 --> 02:52:07,920 4326 02:52:07,920 --> 02:52:10,560 4327 02:52:10,560 --> 02:52:12,560 4328 02:52:12,560 --> 02:52:14,000 4329 02:52:14,000 --> 02:52:16,319 4330 02:52:16,319 --> 02:52:18,880 4331 02:52:18,880 --> 02:52:22,160 4332 02:52:22,160 --> 02:52:24,240 4333 02:52:24,240 --> 02:52:26,479 4334 02:52:26,479 --> 02:52:29,439 4335 02:52:29,439 --> 02:52:31,040 4336 02:52:31,040 --> 02:52:33,439 4337 02:52:33,439 --> 02:52:37,200 4338 02:52:37,200 --> 02:52:39,680 4339 02:52:39,680 --> 02:52:40,800 4340 02:52:40,800 --> 02:52:42,800 4341 02:52:42,800 --> 02:52:44,000 4342 02:52:44,000 --> 02:52:46,240 4343 02:52:46,240 --> 02:52:47,760 4344 02:52:47,760 --> 02:52:49,439 4345 02:52:49,439 --> 02:52:52,399 4346 02:52:52,399 --> 02:52:54,319 4347 02:52:54,319 --> 02:52:57,040 4348 02:52:57,040 --> 02:52:58,080 4349 02:52:58,080 --> 02:53:00,800 4350 02:53:00,800 --> 02:53:03,600 4351 02:53:03,600 --> 02:53:06,240 4352 02:53:06,240 --> 02:53:09,760 4353 02:53:09,760 --> 02:53:11,279 4354 02:53:11,279 --> 02:53:13,600 4355 02:53:13,600 --> 02:53:16,319 4356 02:53:16,319 --> 02:53:18,960 4357 02:53:18,960 --> 02:53:20,240 4358 02:53:20,240 --> 02:53:22,240 4359 02:53:22,240 --> 02:53:24,800 4360 02:53:24,800 --> 02:53:27,120 4361 02:53:27,120 --> 02:53:29,359 4362 02:53:29,359 --> 02:53:31,600 4363 02:53:31,600 --> 02:53:34,720 4364 02:53:34,720 --> 02:53:36,240 4365 02:53:36,240 --> 02:53:40,000 4366 02:53:40,000 --> 02:53:43,840 4367 02:53:43,840 --> 02:53:46,080 4368 02:53:46,080 --> 02:53:49,200 4369 02:53:49,200 --> 02:53:51,040 4370 02:53:51,040 --> 02:53:53,279 4371 02:53:53,279 --> 02:53:56,399 4372 02:53:56,399 --> 02:53:58,560 4373 02:53:58,560 --> 02:54:00,479 4374 02:54:00,479 --> 02:54:03,439 4375 02:54:04,080 --> 02:54:07,600 4376 02:54:07,600 --> 02:54:10,560 4377 02:54:10,560 --> 02:54:12,319 4378 02:54:12,319 --> 02:54:14,560 4379 02:54:14,560 --> 02:54:16,160 4380 02:54:16,160 --> 02:54:18,880 4381 02:54:18,880 --> 02:54:20,560 4382 02:54:20,560 --> 02:54:22,960 4383 02:54:22,960 --> 02:54:26,160 4384 02:54:26,160 --> 02:54:28,880 4385 02:54:28,880 --> 02:54:31,840 4386 02:54:31,840 --> 02:54:33,520 4387 02:54:33,520 --> 02:54:35,920 4388 02:54:35,920 --> 02:54:38,240 4389 02:54:38,240 --> 02:54:39,040 4390 02:54:39,040 --> 02:54:41,359 4391 02:54:41,359 --> 02:54:44,080 4392 02:54:44,080 --> 02:54:46,080 4393 02:54:46,080 --> 02:54:49,200 4394 02:54:49,200 --> 02:54:52,000 4395 02:54:52,000 --> 02:54:55,200 4396 02:54:55,200 --> 02:54:57,680 4397 02:54:57,680 --> 02:55:00,240 4398 02:55:00,240 --> 02:55:02,640 4399 02:55:02,640 --> 02:55:05,920 4400 02:55:05,920 --> 02:55:09,439 4401 02:55:09,439 --> 02:55:11,680 4402 02:55:11,680 --> 02:55:14,000 4403 02:55:14,000 --> 02:55:15,600 4404 02:55:15,600 --> 02:55:16,479 4405 02:55:16,479 --> 02:55:18,479 4406 02:55:18,479 --> 02:55:19,680 4407 02:55:19,680 --> 02:55:22,960 4408 02:55:22,960 --> 02:55:24,960 4409 02:55:24,960 --> 02:55:27,920 4410 02:55:27,920 --> 02:55:30,640 4411 02:55:30,640 --> 02:55:32,640 4412 02:55:32,640 --> 02:55:35,520 4413 02:55:35,520 --> 02:55:37,200 4414 02:55:37,200 --> 02:55:40,240 4415 02:55:40,240 --> 02:55:41,279 4416 02:55:41,279 --> 02:55:43,920 4417 02:55:43,920 --> 02:55:45,760 4418 02:55:45,760 --> 02:55:48,800 4419 02:55:48,800 --> 02:55:51,279 4420 02:55:51,279 --> 02:55:53,439 4421 02:55:53,439 --> 02:55:56,319 4422 02:55:56,319 --> 02:55:58,960 4423 02:55:58,960 --> 02:56:00,160 4424 02:56:00,160 --> 02:56:03,200 4425 02:56:03,200 --> 02:56:06,319 4426 02:56:06,319 --> 02:56:08,800 4427 02:56:08,800 --> 02:56:11,680 4428 02:56:11,680 --> 02:56:14,160 4429 02:56:14,160 --> 02:56:16,479 4430 02:56:16,479 --> 02:56:18,560 4431 02:56:18,560 --> 02:56:22,080 4432 02:56:22,080 --> 02:56:25,040 4433 02:56:25,040 --> 02:56:28,240 4434 02:56:28,240 --> 02:56:32,560 4435 02:56:32,560 --> 02:56:35,760 4436 02:56:35,760 --> 02:56:39,840 4437 02:56:39,840 --> 02:56:41,920 4438 02:56:41,920 --> 02:56:45,359 4439 02:56:45,359 --> 02:56:47,439 4440 02:56:47,439 --> 02:56:49,520 4441 02:56:49,520 --> 02:56:52,000 4442 02:56:52,000 --> 02:56:54,000 4443 02:56:54,000 --> 02:56:56,800 4444 02:56:56,800 --> 02:56:58,080 4445 02:56:58,080 --> 02:57:02,160 4446 02:57:02,160 --> 02:57:04,479 4447 02:57:04,479 --> 02:57:06,800 4448 02:57:06,800 --> 02:57:09,840 4449 02:57:09,840 --> 02:57:12,720 4450 02:57:12,720 --> 02:57:15,600 4451 02:57:15,600 --> 02:57:17,200 4452 02:57:17,200 --> 02:57:20,479 4453 02:57:20,479 --> 02:57:21,439 4454 02:57:21,439 --> 02:57:24,800 4455 02:57:24,800 --> 02:57:27,840 4456 02:57:27,840 --> 02:57:30,319 4457 02:57:30,319 --> 02:57:31,359 4458 02:57:31,359 --> 02:57:34,640 4459 02:57:34,640 --> 02:57:36,960 4460 02:57:36,960 --> 02:57:39,840 4461 02:57:39,840 --> 02:57:42,240 4462 02:57:42,240 --> 02:57:45,359 4463 02:57:45,439 --> 02:57:47,760 4464 02:57:47,760 --> 02:57:49,760 4465 02:57:49,760 --> 02:57:52,160 4466 02:57:52,160 --> 02:57:54,720 4467 02:57:54,720 --> 02:57:57,279 4468 02:57:57,279 --> 02:57:59,760 4469 02:57:59,760 --> 02:58:02,000 4470 02:58:02,000 --> 02:58:06,240 4471 02:58:06,240 --> 02:58:09,520 4472 02:58:09,520 --> 02:58:13,359 4473 02:58:13,359 --> 02:58:16,640 4474 02:58:16,640 --> 02:58:19,120 4475 02:58:19,120 --> 02:58:22,640 4476 02:58:22,640 --> 02:58:24,720 4477 02:58:24,720 --> 02:58:26,800 4478 02:58:26,800 --> 02:58:29,200 4479 02:58:29,200 --> 02:58:30,840 4480 02:58:30,840 --> 02:58:34,319 4481 02:58:34,319 --> 02:58:36,160 4482 02:58:36,160 --> 02:58:38,319 4483 02:58:38,319 --> 02:58:42,160 4484 02:58:42,160 --> 02:58:44,880 4485 02:58:44,880 --> 02:58:47,439 4486 02:58:47,439 --> 02:58:49,760 4487 02:58:49,760 --> 02:58:51,680 4488 02:58:51,680 --> 02:58:53,840 4489 02:58:53,840 --> 02:58:57,279 4490 02:58:57,279 --> 02:58:59,040 4491 02:58:59,040 --> 02:59:01,520 4492 02:59:01,520 --> 02:59:02,800 4493 02:59:02,800 --> 02:59:06,080 4494 02:59:06,080 --> 02:59:07,279 4495 02:59:07,279 --> 02:59:10,240 4496 02:59:10,240 --> 02:59:13,040 4497 02:59:13,040 --> 02:59:17,200 4498 02:59:17,200 --> 02:59:20,319 4499 02:59:20,319 --> 02:59:23,359 4500 02:59:23,359 --> 02:59:26,720 4501 02:59:26,720 --> 02:59:29,359 4502 02:59:29,359 --> 02:59:31,359 4503 02:59:31,359 --> 02:59:34,000 4504 02:59:34,000 --> 02:59:35,359 4505 02:59:35,359 --> 02:59:38,880 4506 02:59:38,880 --> 02:59:40,160 4507 02:59:40,160 --> 02:59:43,279 4508 02:59:43,279 --> 02:59:44,800 4509 02:59:44,800 --> 02:59:47,200 4510 02:59:47,279 --> 02:59:49,680 4511 02:59:49,680 --> 02:59:53,680 4512 02:59:53,680 --> 02:59:57,359 4513 02:59:57,359 --> 03:00:00,000 4514 03:00:00,000 --> 03:00:01,760 4515 03:00:01,760 --> 03:00:04,160 4516 03:00:04,160 --> 03:00:05,920 4517 03:00:05,920 --> 03:00:07,439 4518 03:00:07,439 --> 03:00:08,840 4519 03:00:08,840 --> 03:00:12,800 4520 03:00:12,800 --> 03:00:14,640 4521 03:00:14,640 --> 03:00:16,720 4522 03:00:16,720 --> 03:00:18,560 4523 03:00:18,560 --> 03:00:20,800 4524 03:00:20,800 --> 03:00:23,680 4525 03:00:23,680 --> 03:00:27,200 4526 03:00:27,200 --> 03:00:28,479 4527 03:00:28,479 --> 03:00:32,720 4528 03:00:33,040 --> 03:00:34,800 4529 03:00:34,800 --> 03:00:37,200 4530 03:00:37,200 --> 03:00:38,640 4531 03:00:38,640 --> 03:00:41,359 4532 03:00:41,359 --> 03:00:42,560 4533 03:00:42,560 --> 03:00:45,439 4534 03:00:45,439 --> 03:00:46,720 4535 03:00:46,720 --> 03:00:49,600 4536 03:00:49,600 --> 03:00:53,040 4537 03:00:53,040 --> 03:00:55,520 4538 03:00:55,520 --> 03:00:57,520 4539 03:00:57,520 --> 03:00:59,279 4540 03:00:59,279 --> 03:01:02,000 4541 03:01:02,000 --> 03:01:04,560 4542 03:01:04,560 --> 03:01:06,080 4543 03:01:06,080 --> 03:01:06,960 4544 03:01:06,960 --> 03:01:09,680 4545 03:01:09,680 --> 03:01:12,560 4546 03:01:12,560 --> 03:01:14,319 4547 03:01:14,319 --> 03:01:16,800 4548 03:01:16,800 --> 03:01:19,040 4549 03:01:19,040 --> 03:01:21,439 4550 03:01:21,439 --> 03:01:24,720 4551 03:01:25,279 --> 03:01:26,479 4552 03:01:26,479 --> 03:01:28,640 4553 03:01:28,640 --> 03:01:32,160 4554 03:01:32,160 --> 03:01:34,479 4555 03:01:34,479 --> 03:01:36,240 4556 03:01:36,240 --> 03:01:38,080 4557 03:01:38,080 --> 03:01:42,560 4558 03:01:42,560 --> 03:01:44,640 4559 03:01:44,640 --> 03:01:46,080 4560 03:01:46,080 --> 03:01:47,920 4561 03:01:47,920 --> 03:01:49,840 4562 03:01:49,840 --> 03:01:52,080 4563 03:01:52,080 --> 03:01:54,000 4564 03:01:54,000 --> 03:01:55,040 4565 03:01:55,040 --> 03:01:58,319 4566 03:01:58,319 --> 03:02:00,000 4567 03:02:00,000 --> 03:02:02,640 4568 03:02:02,640 --> 03:02:06,000 4569 03:02:06,000 --> 03:02:08,880 4570 03:02:08,880 --> 03:02:10,880 4571 03:02:10,880 --> 03:02:11,920 4572 03:02:11,920 --> 03:02:13,439 4573 03:02:13,439 --> 03:02:15,120 4574 03:02:15,120 --> 03:02:19,840 4575 03:02:19,840 --> 03:02:21,920 4576 03:02:21,920 --> 03:02:23,680 4577 03:02:23,680 --> 03:02:26,240 4578 03:02:26,240 --> 03:02:28,840 4579 03:02:28,840 --> 03:02:32,399 4580 03:02:32,399 --> 03:02:33,920 4581 03:02:33,920 --> 03:02:35,439 4582 03:02:35,439 --> 03:02:38,399 4583 03:02:38,399 --> 03:02:40,960 4584 03:02:41,920 --> 03:02:45,520 4585 03:02:45,520 --> 03:02:48,319 4586 03:02:48,319 --> 03:02:49,200 4587 03:02:49,200 --> 03:02:52,080 4588 03:02:52,080 --> 03:02:53,279 4589 03:02:53,279 --> 03:02:54,479 4590 03:02:54,479 --> 03:02:57,279 4591 03:02:57,279 --> 03:02:59,680 4592 03:02:59,680 --> 03:03:02,080 4593 03:03:02,080 --> 03:03:04,080 4594 03:03:04,080 --> 03:03:06,160 4595 03:03:06,160 --> 03:03:08,240 4596 03:03:08,240 --> 03:03:10,640 4597 03:03:10,640 --> 03:03:12,640 4598 03:03:12,640 --> 03:03:14,160 4599 03:03:14,160 --> 03:03:16,640 4600 03:03:17,200 --> 03:03:18,240 4601 03:03:18,240 --> 03:03:21,680 4602 03:03:21,680 --> 03:03:24,080 4603 03:03:25,120 --> 03:03:28,000 4604 03:03:28,000 --> 03:03:30,319 4605 03:03:30,319 --> 03:03:32,800 4606 03:03:32,800 --> 03:03:34,880 4607 03:03:34,880 --> 03:03:36,960 4608 03:03:36,960 --> 03:03:40,319 4609 03:03:40,319 --> 03:03:42,720 4610 03:03:42,720 --> 03:03:44,240 4611 03:03:44,240 --> 03:03:46,560 4612 03:03:46,560 --> 03:03:48,080 4613 03:03:48,080 --> 03:03:50,720 4614 03:03:50,720 --> 03:03:52,720 4615 03:03:52,720 --> 03:03:55,439 4616 03:03:55,439 --> 03:03:58,000 4617 03:03:58,000 --> 03:03:59,760 4618 03:03:59,760 --> 03:04:02,080 4619 03:04:02,080 --> 03:04:04,479 4620 03:04:04,479 --> 03:04:07,200 4621 03:04:07,200 --> 03:04:09,439 4622 03:04:09,439 --> 03:04:11,120 4623 03:04:11,120 --> 03:04:13,040 4624 03:04:13,040 --> 03:04:14,080 4625 03:04:14,080 --> 03:04:15,760 4626 03:04:15,760 --> 03:04:17,760 4627 03:04:17,760 --> 03:04:19,760 4628 03:04:19,760 --> 03:04:21,279 4629 03:04:21,279 --> 03:04:23,279 4630 03:04:23,279 --> 03:04:25,600 4631 03:04:25,600 --> 03:04:27,920 4632 03:04:27,920 --> 03:04:30,240 4633 03:04:30,240 --> 03:04:32,800 4634 03:04:32,800 --> 03:04:35,040 4635 03:04:35,040 --> 03:04:36,560 4636 03:04:36,560 --> 03:04:39,040 4637 03:04:39,040 --> 03:04:40,880 4638 03:04:40,880 --> 03:04:43,279 4639 03:04:43,279 --> 03:04:45,120 4640 03:04:45,120 --> 03:04:47,279 4641 03:04:47,279 --> 03:04:50,160 4642 03:04:50,160 --> 03:04:53,120 4643 03:04:53,120 --> 03:04:54,800 4644 03:04:54,800 --> 03:04:58,560 4645 03:04:58,560 --> 03:05:00,000 4646 03:05:00,000 --> 03:05:02,560 4647 03:05:02,560 --> 03:05:04,960 4648 03:05:04,960 --> 03:05:07,439 4649 03:05:07,439 --> 03:05:09,359 4650 03:05:09,359 --> 03:05:10,720 4651 03:05:10,720 --> 03:05:13,200 4652 03:05:13,200 --> 03:05:15,439 4653 03:05:15,439 --> 03:05:17,439 4654 03:05:17,439 --> 03:05:19,840 4655 03:05:19,840 --> 03:05:22,560 4656 03:05:22,560 --> 03:05:24,240 4657 03:05:24,240 --> 03:05:26,960 4658 03:05:26,960 --> 03:05:28,800 4659 03:05:28,800 --> 03:05:31,359 4660 03:05:31,359 --> 03:05:34,560 4661 03:05:34,560 --> 03:05:38,800 4662 03:05:38,800 --> 03:05:42,399 4663 03:05:42,399 --> 03:05:44,479 4664 03:05:44,479 --> 03:05:46,399 4665 03:05:46,399 --> 03:05:49,600 4666 03:05:49,600 --> 03:05:52,560 4667 03:05:52,560 --> 03:05:54,319 4668 03:05:54,319 --> 03:05:57,520 4669 03:05:57,520 --> 03:06:00,640 4670 03:06:00,640 --> 03:06:03,279 4671 03:06:03,279 --> 03:06:06,800 4672 03:06:06,800 --> 03:06:08,160 4673 03:06:08,160 --> 03:06:10,000 4674 03:06:10,000 --> 03:06:11,760 4675 03:06:11,760 --> 03:06:14,560 4676 03:06:14,560 --> 03:06:16,560 4677 03:06:16,560 --> 03:06:18,800 4678 03:06:18,800 --> 03:06:21,520 4679 03:06:21,520 --> 03:06:23,600 4680 03:06:23,600 --> 03:06:27,359 4681 03:06:27,359 --> 03:06:29,120 4682 03:06:29,120 --> 03:06:31,520 4683 03:06:31,520 --> 03:06:33,760 4684 03:06:33,760 --> 03:06:36,000 4685 03:06:36,000 --> 03:06:38,319 4686 03:06:38,319 --> 03:06:39,200 4687 03:06:39,200 --> 03:06:41,760 4688 03:06:41,760 --> 03:06:45,920 4689 03:06:45,920 --> 03:06:48,000 4690 03:06:48,000 --> 03:06:50,840 4691 03:06:50,840 --> 03:06:52,399 4692 03:06:52,399 --> 03:06:53,760 4693 03:06:53,760 --> 03:06:56,399 4694 03:06:56,399 --> 03:06:58,880 4695 03:06:58,880 --> 03:07:01,600 4696 03:07:01,600 --> 03:07:04,720 4697 03:07:04,720 --> 03:07:08,720 4698 03:07:08,720 --> 03:07:10,960 4699 03:07:10,960 --> 03:07:14,000 4700 03:07:14,000 --> 03:07:16,479 4701 03:07:16,479 --> 03:07:17,600 4702 03:07:17,600 --> 03:07:20,319 4703 03:07:20,319 --> 03:07:22,720 4704 03:07:22,720 --> 03:07:25,040 4705 03:07:25,040 --> 03:07:26,720 4706 03:07:26,720 --> 03:07:28,000 4707 03:07:28,000 --> 03:07:31,760 4708 03:07:31,760 --> 03:07:34,160 4709 03:07:34,160 --> 03:07:37,600 4710 03:07:37,600 --> 03:07:40,240 4711 03:07:40,240 --> 03:07:41,840 4712 03:07:41,840 --> 03:07:44,720 4713 03:07:44,720 --> 03:07:46,880 4714 03:07:46,880 --> 03:07:49,120 4715 03:07:49,120 --> 03:07:51,439 4716 03:07:51,439 --> 03:07:54,240 4717 03:07:54,240 --> 03:07:55,920 4718 03:07:55,920 --> 03:07:58,160 4719 03:07:58,160 --> 03:08:00,800 4720 03:08:00,800 --> 03:08:04,000 4721 03:08:04,000 --> 03:08:07,040 4722 03:08:07,040 --> 03:08:10,319 4723 03:08:10,319 --> 03:08:11,279 4724 03:08:11,279 --> 03:08:13,439 4725 03:08:13,439 --> 03:08:15,120 4726 03:08:15,120 --> 03:08:17,439 4727 03:08:17,439 --> 03:08:21,359 4728 03:08:21,359 --> 03:08:22,240 4729 03:08:22,240 --> 03:08:24,479 4730 03:08:24,479 --> 03:08:26,240 4731 03:08:26,240 --> 03:08:29,359 4732 03:08:29,359 --> 03:08:31,120 4733 03:08:31,120 --> 03:08:33,520 4734 03:08:33,520 --> 03:08:35,680 4735 03:08:35,680 --> 03:08:38,640 4736 03:08:38,640 --> 03:08:40,720 4737 03:08:40,720 --> 03:08:42,240 4738 03:08:42,240 --> 03:08:44,640 4739 03:08:44,640 --> 03:08:48,479 4740 03:08:48,479 --> 03:08:51,359 4741 03:08:51,359 --> 03:08:53,760 4742 03:08:53,760 --> 03:08:55,760 4743 03:08:55,760 --> 03:08:58,479 4744 03:08:58,479 --> 03:09:00,560 4745 03:09:00,560 --> 03:09:02,160 4746 03:09:02,160 --> 03:09:04,880 4747 03:09:04,880 --> 03:09:06,080 4748 03:09:06,080 --> 03:09:07,760 4749 03:09:07,760 --> 03:09:10,319 4750 03:09:10,319 --> 03:09:11,840 4751 03:09:11,840 --> 03:09:15,200 4752 03:09:15,200 --> 03:09:17,120 4753 03:09:17,120 --> 03:09:18,479 4754 03:09:18,479 --> 03:09:21,120 4755 03:09:21,120 --> 03:09:22,160 4756 03:09:22,160 --> 03:09:23,520 4757 03:09:23,520 --> 03:09:27,040 4758 03:09:27,040 --> 03:09:28,239 4759 03:09:28,239 --> 03:09:29,040 4760 03:09:29,040 --> 03:09:30,960 4761 03:09:30,960 --> 03:09:32,479 4762 03:09:32,479 --> 03:09:36,640 4763 03:09:36,640 --> 03:09:38,160 4764 03:09:38,160 --> 03:09:40,000 4765 03:09:40,000 --> 03:09:41,840 4766 03:09:41,840 --> 03:09:44,160 4767 03:09:44,160 --> 03:09:47,279 4768 03:09:47,279 --> 03:09:49,920 4769 03:09:49,920 --> 03:09:50,960 4770 03:09:50,960 --> 03:09:53,439 4771 03:09:53,439 --> 03:09:55,840 4772 03:09:55,840 --> 03:09:59,760 4773 03:09:59,760 --> 03:10:02,479 4774 03:10:02,479 --> 03:10:04,000 4775 03:10:04,000 --> 03:10:07,359 4776 03:10:07,520 --> 03:10:10,880 4777 03:10:10,880 --> 03:10:15,040 4778 03:10:15,040 --> 03:10:16,720 4779 03:10:16,720 --> 03:10:18,239 4780 03:10:18,239 --> 03:10:20,319 4781 03:10:20,319 --> 03:10:22,239 4782 03:10:22,239 --> 03:10:26,399 4783 03:10:26,399 --> 03:10:29,120 4784 03:10:29,120 --> 03:10:32,640 4785 03:10:32,640 --> 03:10:36,080 4786 03:10:36,080 --> 03:10:38,960 4787 03:10:38,960 --> 03:10:41,840 4788 03:10:41,840 --> 03:10:44,080 4789 03:10:44,080 --> 03:10:46,000 4790 03:10:46,000 --> 03:10:49,520 4791 03:10:49,520 --> 03:10:53,840 4792 03:10:53,840 --> 03:10:55,520 4793 03:10:55,520 --> 03:10:58,560 4794 03:10:59,439 --> 03:11:02,000 4795 03:11:02,000 --> 03:11:04,080 4796 03:11:04,080 --> 03:11:07,040 4797 03:11:07,040 --> 03:11:09,520 4798 03:11:09,520 --> 03:11:12,399 4799 03:11:12,399 --> 03:11:14,319 4800 03:11:14,319 --> 03:11:16,800 4801 03:11:16,800 --> 03:11:18,960 4802 03:11:18,960 --> 03:11:22,560 4803 03:11:22,560 --> 03:11:24,479 4804 03:11:24,479 --> 03:11:27,040 4805 03:11:27,040 --> 03:11:29,840 4806 03:11:29,840 --> 03:11:32,560 4807 03:11:32,560 --> 03:11:34,080 4808 03:11:34,080 --> 03:11:36,399 4809 03:11:36,399 --> 03:11:37,439 4810 03:11:37,439 --> 03:11:40,000 4811 03:11:40,000 --> 03:11:41,600 4812 03:11:41,600 --> 03:11:44,319 4813 03:11:44,319 --> 03:11:47,200 4814 03:11:47,200 --> 03:11:50,160 4815 03:11:50,160 --> 03:11:52,319 4816 03:11:52,319 --> 03:11:53,359 4817 03:11:53,359 --> 03:11:54,720 4818 03:11:54,720 --> 03:11:57,359 4819 03:11:57,359 --> 03:12:00,239 4820 03:12:00,239 --> 03:12:02,080 4821 03:12:02,080 --> 03:12:04,880 4822 03:12:04,880 --> 03:12:06,880 4823 03:12:06,880 --> 03:12:08,160 4824 03:12:08,160 --> 03:12:09,600 4825 03:12:09,600 --> 03:12:11,439 4826 03:12:11,439 --> 03:12:14,800 4827 03:12:14,800 --> 03:12:17,600 4828 03:12:17,600 --> 03:12:19,279 4829 03:12:19,279 --> 03:12:22,399 4830 03:12:22,399 --> 03:12:25,600 4831 03:12:25,600 --> 03:12:27,520 4832 03:12:27,520 --> 03:12:29,279 4833 03:12:29,279 --> 03:12:30,479 4834 03:12:30,479 --> 03:12:32,399 4835 03:12:32,399 --> 03:12:33,680 4836 03:12:33,680 --> 03:12:35,520 4837 03:12:35,520 --> 03:12:38,479 4838 03:12:38,479 --> 03:12:40,960 4839 03:12:40,960 --> 03:12:43,120 4840 03:12:43,120 --> 03:12:45,040 4841 03:12:45,040 --> 03:12:47,680 4842 03:12:47,680 --> 03:12:49,600 4843 03:12:49,600 --> 03:12:52,479 4844 03:12:52,479 --> 03:12:56,319 4845 03:12:56,319 --> 03:12:58,000 4846 03:12:58,000 --> 03:13:01,439 4847 03:13:01,439 --> 03:13:03,760 4848 03:13:03,760 --> 03:13:05,760 4849 03:13:05,760 --> 03:13:07,200 4850 03:13:07,200 --> 03:13:08,880 4851 03:13:08,880 --> 03:13:11,760 4852 03:13:11,760 --> 03:13:13,680 4853 03:13:13,680 --> 03:13:16,319 4854 03:13:16,319 --> 03:13:18,720 4855 03:13:18,720 --> 03:13:20,720 4856 03:13:20,720 --> 03:13:23,120 4857 03:13:23,120 --> 03:13:25,359 4858 03:13:25,359 --> 03:13:27,680 4859 03:13:27,680 --> 03:13:29,520 4860 03:13:29,520 --> 03:13:31,600 4861 03:13:31,600 --> 03:13:33,760 4862 03:13:33,760 --> 03:13:36,319 4863 03:13:36,319 --> 03:13:38,239 4864 03:13:38,239 --> 03:13:40,800 4865 03:13:40,800 --> 03:13:42,560 4866 03:13:42,560 --> 03:13:45,439 4867 03:13:45,439 --> 03:13:48,640 4868 03:13:48,640 --> 03:13:51,680 4869 03:13:51,680 --> 03:13:53,680 4870 03:13:53,680 --> 03:13:56,239 4871 03:13:56,239 --> 03:14:00,399 4872 03:14:00,399 --> 03:14:01,520 4873 03:14:01,520 --> 03:14:02,640 4874 03:14:02,640 --> 03:14:04,399 4875 03:14:04,399 --> 03:14:05,680 4876 03:14:05,680 --> 03:14:06,880 4877 03:14:06,880 --> 03:14:08,080 4878 03:14:08,080 --> 03:14:10,880 4879 03:14:10,880 --> 03:14:13,920 4880 03:14:13,920 --> 03:14:17,920 4881 03:14:17,920 --> 03:14:20,479 4882 03:14:20,479 --> 03:14:22,319 4883 03:14:22,319 --> 03:14:24,880 4884 03:14:24,880 --> 03:14:27,680 4885 03:14:27,680 --> 03:14:31,920 4886 03:14:31,920 --> 03:14:35,840 4887 03:14:35,840 --> 03:14:38,960 4888 03:14:38,960 --> 03:14:42,399 4889 03:14:42,399 --> 03:14:46,800 4890 03:14:46,800 --> 03:14:48,080 4891 03:14:48,080 --> 03:14:49,680 4892 03:14:49,680 --> 03:14:52,319 4893 03:14:52,319 --> 03:14:55,279 4894 03:14:55,279 --> 03:14:57,359 4895 03:14:57,359 --> 03:15:00,640 4896 03:15:00,640 --> 03:15:03,920 4897 03:15:03,920 --> 03:15:07,279 4898 03:15:07,279 --> 03:15:10,319 4899 03:15:10,319 --> 03:15:12,640 4900 03:15:12,640 --> 03:15:14,319 4901 03:15:14,319 --> 03:15:16,880 4902 03:15:16,880 --> 03:15:20,399 4903 03:15:20,399 --> 03:15:23,439 4904 03:15:23,439 --> 03:15:25,200 4905 03:15:25,200 --> 03:15:28,960 4906 03:15:28,960 --> 03:15:31,439 4907 03:15:31,439 --> 03:15:34,560 4908 03:15:34,560 --> 03:15:37,279 4909 03:15:37,279 --> 03:15:39,439 4910 03:15:39,439 --> 03:15:41,680 4911 03:15:41,680 --> 03:15:44,960 4912 03:15:44,960 --> 03:15:49,359 4913 03:15:49,359 --> 03:15:50,880 4914 03:15:50,880 --> 03:15:53,520 4915 03:15:53,520 --> 03:15:54,800 4916 03:15:54,800 --> 03:15:57,279 4917 03:15:57,279 --> 03:16:00,319 4918 03:16:00,319 --> 03:16:03,600 4919 03:16:03,600 --> 03:16:06,800 4920 03:16:06,800 --> 03:16:08,560 4921 03:16:08,560 --> 03:16:10,000 4922 03:16:10,000 --> 03:16:12,880 4923 03:16:12,880 --> 03:16:14,720 4924 03:16:14,720 --> 03:16:16,640 4925 03:16:16,640 --> 03:16:19,200 4926 03:16:19,200 --> 03:16:21,359 4927 03:16:21,359 --> 03:16:22,880 4928 03:16:22,880 --> 03:16:25,520 4929 03:16:25,520 --> 03:16:28,399 4930 03:16:28,399 --> 03:16:31,760 4931 03:16:31,760 --> 03:16:34,479 4932 03:16:34,479 --> 03:16:38,080 4933 03:16:38,080 --> 03:16:42,160 4934 03:16:42,160 --> 03:16:45,120 4935 03:16:45,120 --> 03:16:47,040 4936 03:16:47,040 --> 03:16:49,600 4937 03:16:49,600 --> 03:16:52,000 4938 03:16:52,000 --> 03:16:53,439 4939 03:16:53,439 --> 03:16:56,160 4940 03:16:56,160 --> 03:16:57,760 4941 03:16:57,760 --> 03:16:59,600 4942 03:16:59,600 --> 03:17:02,080 4943 03:17:02,080 --> 03:17:04,960 4944 03:17:04,960 --> 03:17:07,439 4945 03:17:07,439 --> 03:17:09,680 4946 03:17:09,680 --> 03:17:13,040 4947 03:17:13,040 --> 03:17:15,279 4948 03:17:15,279 --> 03:17:16,960 4949 03:17:16,960 --> 03:17:19,120 4950 03:17:19,120 --> 03:17:21,760 4951 03:17:21,760 --> 03:17:24,080 4952 03:17:24,080 --> 03:17:26,479 4953 03:17:26,479 --> 03:17:29,600 4954 03:17:29,600 --> 03:17:32,880 4955 03:17:32,880 --> 03:17:34,000 4956 03:17:34,000 --> 03:17:36,960 4957 03:17:36,960 --> 03:17:40,640 4958 03:17:40,640 --> 03:17:43,680 4959 03:17:43,680 --> 03:17:45,439 4960 03:17:45,439 --> 03:17:47,120 4961 03:17:47,120 --> 03:17:49,200 4962 03:17:49,200 --> 03:17:50,800 4963 03:17:50,800 --> 03:17:53,200 4964 03:17:53,200 --> 03:17:55,840 4965 03:17:55,840 --> 03:17:57,439 4966 03:17:57,439 --> 03:17:59,040 4967 03:17:59,040 --> 03:18:01,680 4968 03:18:01,680 --> 03:18:03,279 4969 03:18:03,279 --> 03:18:06,880 4970 03:18:06,880 --> 03:18:09,359 4971 03:18:09,359 --> 03:18:11,040 4972 03:18:11,040 --> 03:18:14,239 4973 03:18:14,239 --> 03:18:17,200 4974 03:18:17,200 --> 03:18:19,840 4975 03:18:19,840 --> 03:18:22,319 4976 03:18:22,319 --> 03:18:24,399 4977 03:18:24,399 --> 03:18:26,720 4978 03:18:26,720 --> 03:18:30,160 4979 03:18:30,160 --> 03:18:33,120 4980 03:18:33,120 --> 03:18:35,520 4981 03:18:35,520 --> 03:18:38,000 4982 03:18:38,000 --> 03:18:40,720 4983 03:18:40,720 --> 03:18:42,800 4984 03:18:42,800 --> 03:18:44,399 4985 03:18:44,399 --> 03:18:45,920 4986 03:18:45,920 --> 03:18:48,560 4987 03:18:48,560 --> 03:18:50,399 4988 03:18:50,399 --> 03:18:52,640 4989 03:18:52,640 --> 03:18:54,720 4990 03:18:54,720 --> 03:18:55,680 4991 03:18:55,680 --> 03:18:58,479 4992 03:18:58,479 --> 03:19:01,520 4993 03:19:01,520 --> 03:19:04,560 4994 03:19:04,560 --> 03:19:07,040 4995 03:19:07,040 --> 03:19:08,319 4996 03:19:08,319 --> 03:19:09,359 4997 03:19:09,359 --> 03:19:12,319 4998 03:19:12,319 --> 03:19:14,800 4999 03:19:14,800 --> 03:19:16,800 5000 03:19:16,800 --> 03:19:18,880 5001 03:19:18,880 --> 03:19:21,680 5002 03:19:21,680 --> 03:19:23,439 5003 03:19:23,439 --> 03:19:24,560 5004 03:19:24,560 --> 03:19:27,840 5005 03:19:27,840 --> 03:19:30,800 5006 03:19:30,800 --> 03:19:33,279 5007 03:19:33,279 --> 03:19:36,160 5008 03:19:36,160 --> 03:19:38,560 5009 03:19:38,560 --> 03:19:40,720 5010 03:19:40,720 --> 03:19:42,479 5011 03:19:42,479 --> 03:19:44,640 5012 03:19:44,640 --> 03:19:46,399 5013 03:19:46,399 --> 03:19:47,200 5014 03:19:47,200 --> 03:19:50,319 5015 03:19:50,319 --> 03:19:52,960 5016 03:19:52,960 --> 03:19:54,479 5017 03:19:54,479 --> 03:19:57,200 5018 03:19:57,200 --> 03:19:59,680 5019 03:19:59,680 --> 03:20:02,960 5020 03:20:02,960 --> 03:20:05,840 5021 03:20:05,840 --> 03:20:08,080 5022 03:20:08,080 --> 03:20:10,000 5023 03:20:10,000 --> 03:20:12,239 5024 03:20:12,239 --> 03:20:14,160 5025 03:20:14,160 --> 03:20:16,080 5026 03:20:16,080 --> 03:20:19,040 5027 03:20:19,040 --> 03:20:19,840 5028 03:20:19,840 --> 03:20:22,479 5029 03:20:22,479 --> 03:20:24,160 5030 03:20:24,160 --> 03:20:25,600 5031 03:20:25,600 --> 03:20:28,399 5032 03:20:28,399 --> 03:20:30,880 5033 03:20:30,880 --> 03:20:33,279 5034 03:20:33,279 --> 03:20:35,840 5035 03:20:35,840 --> 03:20:37,520 5036 03:20:37,520 --> 03:20:39,840 5037 03:20:39,840 --> 03:20:42,960 5038 03:20:42,960 --> 03:20:44,479 5039 03:20:44,479 --> 03:20:46,319 5040 03:20:46,319 --> 03:20:48,399 5041 03:20:48,399 --> 03:20:50,720 5042 03:20:50,720 --> 03:20:53,040 5043 03:20:53,040 --> 03:20:54,800 5044 03:20:54,800 --> 03:20:57,279 5045 03:20:57,279 --> 03:21:00,000 5046 03:21:00,000 --> 03:21:01,760 5047 03:21:01,760 --> 03:21:04,479 5048 03:21:04,479 --> 03:21:06,000 5049 03:21:06,000 --> 03:21:08,080 5050 03:21:08,080 --> 03:21:10,560 5051 03:21:10,560 --> 03:21:13,279 5052 03:21:13,279 --> 03:21:15,120 5053 03:21:15,120 --> 03:21:17,200 5054 03:21:17,200 --> 03:21:18,720 5055 03:21:18,720 --> 03:21:21,600 5056 03:21:21,600 --> 03:21:24,640 5057 03:21:24,640 --> 03:21:26,800 5058 03:21:26,800 --> 03:21:30,080 5059 03:21:30,080 --> 03:21:33,279 5060 03:21:33,279 --> 03:21:36,160 5061 03:21:36,160 --> 03:21:38,960 5062 03:21:38,960 --> 03:21:41,520 5063 03:21:41,520 --> 03:21:43,520 5064 03:21:43,520 --> 03:21:46,399 5065 03:21:46,399 --> 03:21:49,760 5066 03:21:49,760 --> 03:21:52,960 5067 03:21:52,960 --> 03:21:55,040 5068 03:21:55,040 --> 03:21:57,200 5069 03:21:57,200 --> 03:21:59,120 5070 03:21:59,120 --> 03:22:01,359 5071 03:22:01,359 --> 03:22:03,920 5072 03:22:03,920 --> 03:22:05,600 5073 03:22:05,600 --> 03:22:09,200 5074 03:22:09,200 --> 03:22:13,200 5075 03:22:13,200 --> 03:22:14,560 5076 03:22:14,560 --> 03:22:17,040 5077 03:22:17,040 --> 03:22:18,800 5078 03:22:18,800 --> 03:22:21,279 5079 03:22:21,279 --> 03:22:23,520 5080 03:22:23,520 --> 03:22:26,880 5081 03:22:26,880 --> 03:22:28,720 5082 03:22:28,720 --> 03:22:30,800 5083 03:22:30,800 --> 03:22:33,760 5084 03:22:33,760 --> 03:22:36,399 5085 03:22:36,399 --> 03:22:38,720 5086 03:22:38,720 --> 03:22:41,760 5087 03:22:41,760 --> 03:22:43,600 5088 03:22:43,600 --> 03:22:45,600 5089 03:22:45,600 --> 03:22:47,200 5090 03:22:47,200 --> 03:22:49,279 5091 03:22:49,279 --> 03:22:51,040 5092 03:22:51,040 --> 03:22:53,520 5093 03:22:53,520 --> 03:22:56,640 5094 03:22:56,640 --> 03:22:58,399 5095 03:22:58,399 --> 03:23:00,399 5096 03:23:00,399 --> 03:23:03,120 5097 03:23:03,120 --> 03:23:06,399 5098 03:23:06,399 --> 03:23:10,000 5099 03:23:10,000 --> 03:23:12,319 5100 03:23:12,319 --> 03:23:14,319 5101 03:23:14,319 --> 03:23:16,479 5102 03:23:16,479 --> 03:23:18,479 5103 03:23:18,479 --> 03:23:20,399 5104 03:23:20,399 --> 03:23:24,960 5105 03:23:24,960 --> 03:23:27,600 5106 03:23:27,600 --> 03:23:29,120 5107 03:23:29,120 --> 03:23:31,200 5108 03:23:31,200 --> 03:23:33,359 5109 03:23:33,359 --> 03:23:36,160 5110 03:23:36,160 --> 03:23:38,399 5111 03:23:38,399 --> 03:23:41,439 5112 03:23:41,439 --> 03:23:43,200 5113 03:23:43,200 --> 03:23:44,800 5114 03:23:44,800 --> 03:23:46,560 5115 03:23:46,560 --> 03:23:49,920 5116 03:23:49,920 --> 03:23:52,239 5117 03:23:52,239 --> 03:23:53,359 5118 03:23:53,359 --> 03:23:56,479 5119 03:23:56,479 --> 03:23:59,040 5120 03:23:59,040 --> 03:24:00,960 5121 03:24:00,960 --> 03:24:03,680 5122 03:24:03,680 --> 03:24:05,200 5123 03:24:05,200 --> 03:24:07,120 5124 03:24:07,120 --> 03:24:10,000 5125 03:24:10,000 --> 03:24:11,439 5126 03:24:11,439 --> 03:24:12,479 5127 03:24:12,479 --> 03:24:14,880 5128 03:24:14,880 --> 03:24:16,960 5129 03:24:16,960 --> 03:24:20,239 5130 03:24:20,239 --> 03:24:21,439 5131 03:24:21,439 --> 03:24:24,000 5132 03:24:24,000 --> 03:24:24,960 5133 03:24:24,960 --> 03:24:26,880 5134 03:24:26,880 --> 03:24:29,920 5135 03:24:29,920 --> 03:24:31,840 5136 03:24:31,840 --> 03:24:33,439 5137 03:24:33,439 --> 03:24:35,359 5138 03:24:35,359 --> 03:24:37,600 5139 03:24:37,600 --> 03:24:40,239 5140 03:24:40,239 --> 03:24:41,279 5141 03:24:41,279 --> 03:24:44,160 5142 03:24:44,160 --> 03:24:46,399 5143 03:24:46,399 --> 03:24:48,319 5144 03:24:48,319 --> 03:24:50,319 5145 03:24:50,319 --> 03:24:53,279 5146 03:24:53,279 --> 03:24:56,080 5147 03:24:56,080 --> 03:24:58,880 5148 03:24:58,880 --> 03:25:01,359 5149 03:25:01,359 --> 03:25:03,600 5150 03:25:03,600 --> 03:25:05,439 5151 03:25:05,439 --> 03:25:07,840 5152 03:25:07,840 --> 03:25:09,920 5153 03:25:09,920 --> 03:25:12,160 5154 03:25:12,160 --> 03:25:15,040 5155 03:25:15,040 --> 03:25:18,160 5156 03:25:18,160 --> 03:25:20,160 5157 03:25:20,160 --> 03:25:22,960 5158 03:25:22,960 --> 03:25:26,319 5159 03:25:26,319 --> 03:25:27,920 5160 03:25:27,920 --> 03:25:30,720 5161 03:25:30,720 --> 03:25:33,439 5162 03:25:33,439 --> 03:25:36,160 5163 03:25:36,160 --> 03:25:38,160 5164 03:25:38,160 --> 03:25:40,800 5165 03:25:40,800 --> 03:25:42,560 5166 03:25:42,560 --> 03:25:44,640 5167 03:25:44,640 --> 03:25:47,040 5168 03:25:47,040 --> 03:25:49,439 5169 03:25:49,439 --> 03:25:53,279 5170 03:25:53,279 --> 03:25:55,600 5171 03:25:55,600 --> 03:25:56,720 5172 03:25:56,720 --> 03:25:58,000 5173 03:25:58,000 --> 03:26:00,720 5174 03:26:00,720 --> 03:26:03,279 5175 03:26:03,279 --> 03:26:05,439 5176 03:26:05,439 --> 03:26:08,640 5177 03:26:08,640 --> 03:26:12,080 5178 03:26:12,080 --> 03:26:14,560 5179 03:26:14,560 --> 03:26:16,319 5180 03:26:16,319 --> 03:26:17,200 5181 03:26:17,200 --> 03:26:21,760 5182 03:26:21,760 --> 03:26:23,200 5183 03:26:23,200 --> 03:26:25,840 5184 03:26:25,840 --> 03:26:29,279 5185 03:26:29,279 --> 03:26:32,239 5186 03:26:32,239 --> 03:26:34,399 5187 03:26:34,399 --> 03:26:37,439 5188 03:26:37,439 --> 03:26:39,120 5189 03:26:39,120 --> 03:26:40,720 5190 03:26:40,720 --> 03:26:43,760 5191 03:26:43,760 --> 03:26:45,279 5192 03:26:45,279 --> 03:26:47,359 5193 03:26:47,359 --> 03:26:48,399 5194 03:26:48,399 --> 03:26:50,239 5195 03:26:50,239 --> 03:26:52,960 5196 03:26:52,960 --> 03:26:55,760 5197 03:26:55,760 --> 03:26:57,200 5198 03:26:57,200 --> 03:26:59,120 5199 03:26:59,120 --> 03:27:00,399 5200 03:27:00,399 --> 03:27:02,080 5201 03:27:02,080 --> 03:27:04,960 5202 03:27:04,960 --> 03:27:07,120 5203 03:27:07,120 --> 03:27:08,640 5204 03:27:08,640 --> 03:27:10,760 5205 03:27:10,760 --> 03:27:14,160 5206 03:27:14,160 --> 03:27:15,600 5207 03:27:15,600 --> 03:27:18,319 5208 03:27:18,319 --> 03:27:20,880 5209 03:27:20,880 --> 03:27:22,319 5210 03:27:22,319 --> 03:27:25,040 5211 03:27:25,040 --> 03:27:27,760 5212 03:27:27,760 --> 03:27:30,239 5213 03:27:30,239 --> 03:27:33,520 5214 03:27:33,520 --> 03:27:35,920 5215 03:27:35,920 --> 03:27:37,680 5216 03:27:37,680 --> 03:27:40,479 5217 03:27:40,479 --> 03:27:42,640 5218 03:27:42,640 --> 03:27:45,120 5219 03:27:45,120 --> 03:27:47,200 5220 03:27:47,200 --> 03:27:48,960 5221 03:27:48,960 --> 03:27:50,160 5222 03:27:50,160 --> 03:27:52,000 5223 03:27:52,000 --> 03:27:55,800 5224 03:27:55,800 --> 03:27:59,439 5225 03:27:59,439 --> 03:28:02,640 5226 03:28:02,640 --> 03:28:05,040 5227 03:28:05,040 --> 03:28:06,880 5228 03:28:06,880 --> 03:28:09,680 5229 03:28:09,680 --> 03:28:13,279 5230 03:28:13,279 --> 03:28:16,560 5231 03:28:16,560 --> 03:28:19,120 5232 03:28:19,120 --> 03:28:22,000 5233 03:28:22,000 --> 03:28:23,359 5234 03:28:23,359 --> 03:28:26,239 5235 03:28:26,239 --> 03:28:28,720 5236 03:28:28,720 --> 03:28:31,600 5237 03:28:31,600 --> 03:28:35,760 5238 03:28:35,760 --> 03:28:38,640 5239 03:28:38,640 --> 03:28:41,359 5240 03:28:41,359 --> 03:28:42,640 5241 03:28:42,640 --> 03:28:45,359 5242 03:28:45,359 --> 03:28:48,080 5243 03:28:48,080 --> 03:28:50,399 5244 03:28:50,840 --> 03:28:54,160 5245 03:28:54,160 --> 03:28:57,359 5246 03:28:57,359 --> 03:28:59,760 5247 03:28:59,760 --> 03:29:01,760 5248 03:29:01,760 --> 03:29:03,359 5249 03:29:03,359 --> 03:29:05,279 5250 03:29:05,279 --> 03:29:07,760 5251 03:29:07,760 --> 03:29:10,080 5252 03:29:10,080 --> 03:29:13,279 5253 03:29:13,279 --> 03:29:16,800 5254 03:29:16,800 --> 03:29:19,359 5255 03:29:19,359 --> 03:29:21,200 5256 03:29:21,200 --> 03:29:23,600 5257 03:29:23,600 --> 03:29:26,160 5258 03:29:26,160 --> 03:29:28,800 5259 03:29:28,800 --> 03:29:31,520 5260 03:29:31,520 --> 03:29:34,399 5261 03:29:34,399 --> 03:29:37,840 5262 03:29:37,840 --> 03:29:41,279 5263 03:29:41,279 --> 03:29:42,319 5264 03:29:42,319 --> 03:29:43,680 5265 03:29:43,680 --> 03:29:45,359 5266 03:29:45,359 --> 03:29:47,520 5267 03:29:47,520 --> 03:29:48,640 5268 03:29:48,640 --> 03:29:50,720 5269 03:29:50,720 --> 03:29:52,399 5270 03:29:52,399 --> 03:29:54,960 5271 03:29:54,960 --> 03:29:57,040 5272 03:29:57,040 --> 03:29:58,960 5273 03:29:58,960 --> 03:30:03,359 5274 03:30:03,359 --> 03:30:07,200 5275 03:30:07,200 --> 03:30:09,279 5276 03:30:09,279 --> 03:30:10,239 5277 03:30:10,239 --> 03:30:11,840 5278 03:30:11,840 --> 03:30:14,239 5279 03:30:14,319 --> 03:30:17,200 5280 03:30:17,200 --> 03:30:19,040 5281 03:30:19,040 --> 03:30:22,319 5282 03:30:22,319 --> 03:30:24,560 5283 03:30:24,560 --> 03:30:26,800 5284 03:30:26,800 --> 03:30:29,359 5285 03:30:29,359 --> 03:30:32,160 5286 03:30:32,160 --> 03:30:34,960 5287 03:30:34,960 --> 03:30:38,560 5288 03:30:38,560 --> 03:30:40,640 5289 03:30:40,640 --> 03:30:42,720 5290 03:30:42,720 --> 03:30:45,760 5291 03:30:45,760 --> 03:30:48,160 5292 03:30:48,160 --> 03:30:50,960 5293 03:30:50,960 --> 03:30:52,880 5294 03:30:52,880 --> 03:30:54,800 5295 03:30:54,800 --> 03:30:55,840 5296 03:30:55,840 --> 03:30:58,319 5297 03:30:58,319 --> 03:31:00,880 5298 03:31:00,880 --> 03:31:03,200 5299 03:31:03,200 --> 03:31:04,720 5300 03:31:04,720 --> 03:31:07,600 5301 03:31:07,600 --> 03:31:09,279 5302 03:31:09,279 --> 03:31:11,840 5303 03:31:11,840 --> 03:31:14,720 5304 03:31:14,720 --> 03:31:16,800 5305 03:31:16,800 --> 03:31:19,600 5306 03:31:19,600 --> 03:31:20,399 5307 03:31:20,399 --> 03:31:22,080 5308 03:31:22,080 --> 03:31:23,920 5309 03:31:23,920 --> 03:31:26,160 5310 03:31:26,160 --> 03:31:27,279 5311 03:31:27,279 --> 03:31:29,120 5312 03:31:29,120 --> 03:31:31,359 5313 03:31:31,359 --> 03:31:32,800 5314 03:31:32,800 --> 03:31:34,560 5315 03:31:34,560 --> 03:31:36,880 5316 03:31:36,880 --> 03:31:39,359 5317 03:31:39,359 --> 03:31:40,800 5318 03:31:40,800 --> 03:31:42,960 5319 03:31:42,960 --> 03:31:45,680 5320 03:31:45,680 --> 03:31:48,720 5321 03:31:48,720 --> 03:31:50,160 5322 03:31:50,160 --> 03:31:52,800 5323 03:31:52,800 --> 03:31:55,200 5324 03:31:55,200 --> 03:31:57,279 5325 03:31:57,279 --> 03:32:00,080 5326 03:32:00,080 --> 03:32:03,120 5327 03:32:03,120 --> 03:32:06,000 5328 03:32:06,000 --> 03:32:08,720 5329 03:32:08,720 --> 03:32:11,680 5330 03:32:11,680 --> 03:32:13,120 5331 03:32:13,120 --> 03:32:16,960 5332 03:32:16,960 --> 03:32:20,160 5333 03:32:20,319 --> 03:32:21,120 5334 03:32:21,120 --> 03:32:25,520 5335 03:32:25,600 --> 03:32:27,600 5336 03:32:27,600 --> 03:32:29,680 5337 03:32:29,680 --> 03:32:32,239 5338 03:32:32,239 --> 03:32:35,600 5339 03:32:35,600 --> 03:32:39,359 5340 03:32:39,359 --> 03:32:42,640 5341 03:32:42,640 --> 03:32:46,239 5342 03:32:46,239 --> 03:32:49,760 5343 03:32:49,760 --> 03:32:52,560 5344 03:32:52,560 --> 03:32:55,439 5345 03:32:55,439 --> 03:32:57,040 5346 03:32:57,040 --> 03:32:58,640 5347 03:32:58,640 --> 03:33:01,040 5348 03:33:01,040 --> 03:33:02,160 5349 03:33:02,160 --> 03:33:05,680 5350 03:33:05,680 --> 03:33:07,359 5351 03:33:07,359 --> 03:33:08,960 5352 03:33:08,960 --> 03:33:12,720 5353 03:33:12,720 --> 03:33:14,640 5354 03:33:14,640 --> 03:33:16,479 5355 03:33:16,479 --> 03:33:17,359 5356 03:33:17,359 --> 03:33:19,359 5357 03:33:19,359 --> 03:33:21,760 5358 03:33:21,760 --> 03:33:23,920 5359 03:33:23,920 --> 03:33:25,359 5360 03:33:25,359 --> 03:33:29,120 5361 03:33:29,120 --> 03:33:32,239 5362 03:33:32,239 --> 03:33:34,479 5363 03:33:34,479 --> 03:33:36,399 5364 03:33:36,399 --> 03:33:38,800 5365 03:33:38,800 --> 03:33:42,000 5366 03:33:42,000 --> 03:33:44,399 5367 03:33:44,399 --> 03:33:45,439 5368 03:33:45,439 --> 03:33:48,880 5369 03:33:48,880 --> 03:33:51,439 5370 03:33:51,439 --> 03:33:54,239 5371 03:33:54,239 --> 03:33:56,720 5372 03:33:56,720 --> 03:33:58,960 5373 03:33:58,960 --> 03:34:01,920 5374 03:34:01,920 --> 03:34:04,880 5375 03:34:04,960 --> 03:34:07,760 5376 03:34:07,760 --> 03:34:09,920 5377 03:34:09,920 --> 03:34:12,000 5378 03:34:12,000 --> 03:34:14,880 5379 03:34:14,880 --> 03:34:17,359 5380 03:34:17,359 --> 03:34:18,960 5381 03:34:18,960 --> 03:34:20,399 5382 03:34:20,399 --> 03:34:23,359 5383 03:34:23,359 --> 03:34:24,319 5384 03:34:24,319 --> 03:34:26,560 5385 03:34:26,560 --> 03:34:28,560 5386 03:34:28,560 --> 03:34:30,960 5387 03:34:30,960 --> 03:34:32,720 5388 03:34:32,720 --> 03:34:34,880 5389 03:34:34,880 --> 03:34:38,160 5390 03:34:38,160 --> 03:34:40,399 5391 03:34:40,399 --> 03:34:42,239 5392 03:34:42,239 --> 03:34:44,000 5393 03:34:44,000 --> 03:34:46,080 5394 03:34:46,080 --> 03:34:49,359 5395 03:34:49,359 --> 03:34:51,600 5396 03:34:51,600 --> 03:34:53,920 5397 03:34:53,920 --> 03:34:55,680 5398 03:34:55,680 --> 03:34:58,560 5399 03:34:58,560 --> 03:35:01,520 5400 03:35:01,520 --> 03:35:04,479 5401 03:35:04,479 --> 03:35:07,200 5402 03:35:07,200 --> 03:35:09,920 5403 03:35:09,920 --> 03:35:12,800 5404 03:35:12,800 --> 03:35:15,520 5405 03:35:15,520 --> 03:35:18,000 5406 03:35:18,000 --> 03:35:18,800 5407 03:35:18,800 --> 03:35:21,680 5408 03:35:21,680 --> 03:35:24,080 5409 03:35:24,080 --> 03:35:26,160 5410 03:35:26,160 --> 03:35:28,399 5411 03:35:28,399 --> 03:35:30,720 5412 03:35:30,720 --> 03:35:33,600 5413 03:35:33,600 --> 03:35:35,200 5414 03:35:35,200 --> 03:35:38,080 5415 03:35:38,080 --> 03:35:40,880 5416 03:35:40,880 --> 03:35:42,399 5417 03:35:42,399 --> 03:35:45,120 5418 03:35:45,120 --> 03:35:48,080 5419 03:35:48,080 --> 03:35:50,080 5420 03:35:50,080 --> 03:35:53,120 5421 03:35:53,120 --> 03:35:54,640 5422 03:35:54,640 --> 03:35:55,600 5423 03:35:55,600 --> 03:35:57,439 5424 03:35:57,439 --> 03:36:00,000 5425 03:36:00,000 --> 03:36:02,000 5426 03:36:02,000 --> 03:36:04,880 5427 03:36:04,880 --> 03:36:07,200 5428 03:36:07,200 --> 03:36:10,640 5429 03:36:10,640 --> 03:36:12,800 5430 03:36:12,800 --> 03:36:15,680 5431 03:36:15,680 --> 03:36:18,319 5432 03:36:18,319 --> 03:36:20,960 5433 03:36:20,960 --> 03:36:22,880 5434 03:36:22,880 --> 03:36:25,040 5435 03:36:25,040 --> 03:36:27,200 5436 03:36:27,200 --> 03:36:29,760 5437 03:36:29,760 --> 03:36:32,160 5438 03:36:32,160 --> 03:36:33,920 5439 03:36:33,920 --> 03:36:36,000 5440 03:36:36,000 --> 03:36:39,680 5441 03:36:39,680 --> 03:36:43,520 5442 03:36:43,520 --> 03:36:44,960 5443 03:36:44,960 --> 03:36:48,319 5444 03:36:48,319 --> 03:36:50,239 5445 03:36:50,239 --> 03:36:53,840 5446 03:36:53,840 --> 03:36:56,800 5447 03:36:56,800 --> 03:36:58,800 5448 03:36:58,800 --> 03:37:01,120 5449 03:37:01,120 --> 03:37:04,080 5450 03:37:04,080 --> 03:37:05,840 5451 03:37:05,840 --> 03:37:08,000 5452 03:37:08,000 --> 03:37:11,520 5453 03:37:11,520 --> 03:37:13,680 5454 03:37:13,680 --> 03:37:16,960 5455 03:37:16,960 --> 03:37:20,000 5456 03:37:20,000 --> 03:37:22,399 5457 03:37:22,399 --> 03:37:24,080 5458 03:37:24,080 --> 03:37:25,760 5459 03:37:25,760 --> 03:37:29,040 5460 03:37:29,040 --> 03:37:31,920 5461 03:37:31,920 --> 03:37:34,000 5462 03:37:34,000 --> 03:37:36,800 5463 03:37:36,800 --> 03:37:37,840 5464 03:37:37,840 --> 03:37:39,600 5465 03:37:39,600 --> 03:37:42,880 5466 03:37:42,880 --> 03:37:46,080 5467 03:37:46,080 --> 03:37:50,319 5468 03:37:50,319 --> 03:37:53,840 5469 03:37:53,840 --> 03:37:56,800 5470 03:37:56,800 --> 03:37:57,600 5471 03:37:57,600 --> 03:37:59,760 5472 03:37:59,760 --> 03:38:02,720 5473 03:38:02,720 --> 03:38:04,399 5474 03:38:04,399 --> 03:38:07,040 5475 03:38:07,040 --> 03:38:10,239 5476 03:38:10,239 --> 03:38:12,319 5477 03:38:12,319 --> 03:38:15,680 5478 03:38:15,680 --> 03:38:18,080 5479 03:38:18,080 --> 03:38:20,479 5480 03:38:20,479 --> 03:38:21,920 5481 03:38:21,920 --> 03:38:23,680 5482 03:38:23,680 --> 03:38:27,840 5483 03:38:28,080 --> 03:38:30,160 5484 03:38:30,160 --> 03:38:32,319 5485 03:38:32,319 --> 03:38:35,279 5486 03:38:35,279 --> 03:38:38,720 5487 03:38:38,720 --> 03:38:40,239 5488 03:38:40,239 --> 03:38:41,760 5489 03:38:41,760 --> 03:38:43,040 5490 03:38:43,040 --> 03:38:44,080 5491 03:38:44,080 --> 03:38:46,720 5492 03:38:46,720 --> 03:38:48,560 5493 03:38:48,560 --> 03:38:50,399 5494 03:38:50,399 --> 03:38:53,199 5495 03:38:53,199 --> 03:38:54,960 5496 03:38:54,960 --> 03:38:55,920 5497 03:38:55,920 --> 03:38:58,160 5498 03:38:58,160 --> 03:39:00,880 5499 03:39:00,880 --> 03:39:03,760 5500 03:39:03,760 --> 03:39:04,720 5501 03:39:04,720 --> 03:39:07,199 5502 03:39:07,199 --> 03:39:09,600 5503 03:39:09,600 --> 03:39:11,040 5504 03:39:11,040 --> 03:39:13,199 5505 03:39:13,199 --> 03:39:15,520 5506 03:39:15,520 --> 03:39:18,160 5507 03:39:18,160 --> 03:39:21,120 5508 03:39:21,120 --> 03:39:23,279 5509 03:39:23,279 --> 03:39:26,160 5510 03:39:26,160 --> 03:39:28,800 5511 03:39:28,800 --> 03:39:32,960 5512 03:39:32,960 --> 03:39:36,000 5513 03:39:36,000 --> 03:39:39,040 5514 03:39:39,040 --> 03:39:41,120 5515 03:39:41,120 --> 03:39:43,680 5516 03:39:43,680 --> 03:39:46,880 5517 03:39:46,880 --> 03:39:49,520 5518 03:39:49,520 --> 03:39:50,880 5519 03:39:50,880 --> 03:39:53,920 5520 03:39:53,920 --> 03:39:55,520 5521 03:39:55,520 --> 03:39:57,120 5522 03:39:57,120 --> 03:39:58,000 5523 03:39:58,000 --> 03:40:00,319 5524 03:40:00,319 --> 03:40:03,199 5525 03:40:03,199 --> 03:40:04,800 5526 03:40:04,800 --> 03:40:08,319 5527 03:40:08,319 --> 03:40:10,880 5528 03:40:10,880 --> 03:40:13,199 5529 03:40:13,199 --> 03:40:16,080 5530 03:40:16,080 --> 03:40:18,800 5531 03:40:18,800 --> 03:40:21,359 5532 03:40:21,359 --> 03:40:23,359 5533 03:40:23,359 --> 03:40:26,880 5534 03:40:26,880 --> 03:40:28,800 5535 03:40:28,800 --> 03:40:31,120 5536 03:40:31,120 --> 03:40:33,760 5537 03:40:33,760 --> 03:40:35,920 5538 03:40:35,920 --> 03:40:38,720 5539 03:40:38,720 --> 03:40:41,120 5540 03:40:41,120 --> 03:40:43,199 5541 03:40:43,199 --> 03:40:47,120 5542 03:40:47,120 --> 03:40:48,239 5543 03:40:48,239 --> 03:40:51,359 5544 03:40:51,359 --> 03:40:53,359 5545 03:40:53,359 --> 03:40:55,040 5546 03:40:55,040 --> 03:40:57,279 5547 03:40:57,279 --> 03:40:58,239 5548 03:40:58,239 --> 03:41:01,439 5549 03:41:01,439 --> 03:41:04,640 5550 03:41:04,640 --> 03:41:07,040 5551 03:41:07,040 --> 03:41:08,160 5552 03:41:08,160 --> 03:41:09,279 5553 03:41:09,279 --> 03:41:12,479 5554 03:41:12,479 --> 03:41:13,359 5555 03:41:13,359 --> 03:41:17,040 5556 03:41:17,040 --> 03:41:20,720 5557 03:41:20,720 --> 03:41:22,800 5558 03:41:22,800 --> 03:41:25,120 5559 03:41:25,120 --> 03:41:27,120 5560 03:41:27,120 --> 03:41:29,920 5561 03:41:29,920 --> 03:41:31,040 5562 03:41:31,040 --> 03:41:34,000 5563 03:41:34,000 --> 03:41:36,239 5564 03:41:36,239 --> 03:41:38,160 5565 03:41:38,160 --> 03:41:41,840 5566 03:41:41,840 --> 03:41:44,720 5567 03:41:44,720 --> 03:41:46,800 5568 03:41:46,800 --> 03:41:49,359 5569 03:41:49,359 --> 03:41:51,359 5570 03:41:51,359 --> 03:41:53,680 5571 03:41:53,680 --> 03:41:56,080 5572 03:41:56,080 --> 03:41:58,399 5573 03:41:58,399 --> 03:42:00,399 5574 03:42:00,399 --> 03:42:02,960 5575 03:42:02,960 --> 03:42:05,920 5576 03:42:05,920 --> 03:42:08,560 5577 03:42:08,560 --> 03:42:10,640 5578 03:42:10,640 --> 03:42:12,720 5579 03:42:12,720 --> 03:42:15,920 5580 03:42:15,920 --> 03:42:18,080 5581 03:42:18,080 --> 03:42:20,960 5582 03:42:20,960 --> 03:42:23,120 5583 03:42:23,120 --> 03:42:26,399 5584 03:42:26,399 --> 03:42:29,120 5585 03:42:29,120 --> 03:42:31,760 5586 03:42:31,760 --> 03:42:34,560 5587 03:42:34,560 --> 03:42:36,560 5588 03:42:36,560 --> 03:42:37,760 5589 03:42:37,760 --> 03:42:39,600 5590 03:42:39,600 --> 03:42:41,600 5591 03:42:41,600 --> 03:42:44,560 5592 03:42:44,560 --> 03:42:48,080 5593 03:42:48,080 --> 03:42:49,600 5594 03:42:49,600 --> 03:42:51,359 5595 03:42:51,359 --> 03:42:53,600 5596 03:42:53,600 --> 03:42:56,720 5597 03:42:56,720 --> 03:42:59,840 5598 03:42:59,840 --> 03:43:03,120 5599 03:43:03,120 --> 03:43:05,439 5600 03:43:05,439 --> 03:43:07,600 5601 03:43:07,600 --> 03:43:09,520 5602 03:43:09,520 --> 03:43:11,040 5603 03:43:11,040 --> 03:43:14,160 5604 03:43:14,160 --> 03:43:16,080 5605 03:43:16,080 --> 03:43:17,600 5606 03:43:17,600 --> 03:43:20,239 5607 03:43:20,239 --> 03:43:21,760 5608 03:43:21,760 --> 03:43:23,359 5609 03:43:23,359 --> 03:43:25,439 5610 03:43:25,439 --> 03:43:27,520 5611 03:43:27,520 --> 03:43:29,680 5612 03:43:29,680 --> 03:43:31,680 5613 03:43:31,680 --> 03:43:34,160 5614 03:43:34,160 --> 03:43:37,520 5615 03:43:37,520 --> 03:43:38,479 5616 03:43:38,479 --> 03:43:39,920 5617 03:43:39,920 --> 03:43:42,560 5618 03:43:42,560 --> 03:43:43,520 5619 03:43:43,520 --> 03:43:45,680 5620 03:43:45,680 --> 03:43:48,000 5621 03:43:48,000 --> 03:43:49,840 5622 03:43:49,840 --> 03:43:51,680 5623 03:43:51,680 --> 03:43:54,640 5624 03:43:54,640 --> 03:43:55,680 5625 03:43:55,680 --> 03:43:58,399 5626 03:43:58,399 --> 03:44:00,560 5627 03:44:00,560 --> 03:44:02,640 5628 03:44:02,640 --> 03:44:04,800 5629 03:44:04,800 --> 03:44:06,399 5630 03:44:06,399 --> 03:44:09,520 5631 03:44:09,520 --> 03:44:11,040 5632 03:44:11,040 --> 03:44:13,600 5633 03:44:13,600 --> 03:44:15,199 5634 03:44:15,199 --> 03:44:16,479 5635 03:44:16,479 --> 03:44:19,439 5636 03:44:19,439 --> 03:44:21,520 5637 03:44:21,520 --> 03:44:24,960 5638 03:44:24,960 --> 03:44:27,760 5639 03:44:27,760 --> 03:44:29,680 5640 03:44:29,680 --> 03:44:32,239 5641 03:44:32,239 --> 03:44:34,880 5642 03:44:34,880 --> 03:44:37,520 5643 03:44:37,520 --> 03:44:40,160 5644 03:44:40,160 --> 03:44:43,439 5645 03:44:43,439 --> 03:44:44,399 5646 03:44:44,399 --> 03:44:46,960 5647 03:44:46,960 --> 03:44:48,720 5648 03:44:48,720 --> 03:44:50,640 5649 03:44:50,640 --> 03:44:53,600 5650 03:44:53,600 --> 03:44:56,080 5651 03:44:56,080 --> 03:44:58,319 5652 03:44:58,319 --> 03:45:01,040 5653 03:45:01,040 --> 03:45:02,560 5654 03:45:02,560 --> 03:45:05,199 5655 03:45:05,199 --> 03:45:07,279 5656 03:45:07,279 --> 03:45:08,560 5657 03:45:08,560 --> 03:45:10,239 5658 03:45:10,239 --> 03:45:13,120 5659 03:45:13,120 --> 03:45:15,920 5660 03:45:16,479 --> 03:45:18,239 5661 03:45:18,239 --> 03:45:19,359 5662 03:45:19,359 --> 03:45:21,760 5663 03:45:21,760 --> 03:45:24,080 5664 03:45:24,080 --> 03:45:25,840 5665 03:45:25,840 --> 03:45:27,840 5666 03:45:27,840 --> 03:45:30,160 5667 03:45:30,160 --> 03:45:32,080 5668 03:45:32,080 --> 03:45:33,279 5669 03:45:33,279 --> 03:45:35,840 5670 03:45:35,840 --> 03:45:39,199 5671 03:45:39,199 --> 03:45:41,199 5672 03:45:41,199 --> 03:45:44,080 5673 03:45:44,080 --> 03:45:46,000 5674 03:45:46,000 --> 03:45:48,080 5675 03:45:48,080 --> 03:45:50,399 5676 03:45:50,399 --> 03:45:52,960 5677 03:45:52,960 --> 03:45:54,800 5678 03:45:54,800 --> 03:45:56,160 5679 03:45:56,160 --> 03:45:58,239 5680 03:45:58,239 --> 03:45:59,760 5681 03:45:59,760 --> 03:46:02,239 5682 03:46:02,239 --> 03:46:04,239 5683 03:46:04,239 --> 03:46:05,920 5684 03:46:05,920 --> 03:46:08,399 5685 03:46:08,399 --> 03:46:10,479 5686 03:46:10,479 --> 03:46:11,760 5687 03:46:11,760 --> 03:46:13,600 5688 03:46:13,600 --> 03:46:16,160 5689 03:46:16,160 --> 03:46:18,720 5690 03:46:18,720 --> 03:46:21,199 5691 03:46:21,199 --> 03:46:23,120 5692 03:46:23,120 --> 03:46:25,040 5693 03:46:25,040 --> 03:46:27,199 5694 03:46:27,199 --> 03:46:29,840 5695 03:46:29,840 --> 03:46:33,120 5696 03:46:33,120 --> 03:46:35,199 5697 03:46:35,199 --> 03:46:38,239 5698 03:46:38,239 --> 03:46:39,279 5699 03:46:39,279 --> 03:46:42,000 5700 03:46:42,000 --> 03:46:44,880 5701 03:46:44,880 --> 03:46:47,600 5702 03:46:47,600 --> 03:46:49,920 5703 03:46:49,920 --> 03:46:52,080 5704 03:46:52,080 --> 03:46:54,640 5705 03:46:54,640 --> 03:46:57,279 5706 03:46:57,279 --> 03:47:00,239 5707 03:47:00,239 --> 03:47:02,720 5708 03:47:02,720 --> 03:47:05,279 5709 03:47:05,279 --> 03:47:07,840 5710 03:47:07,840 --> 03:47:10,080 5711 03:47:10,080 --> 03:47:11,279 5712 03:47:11,279 --> 03:47:13,120 5713 03:47:13,120 --> 03:47:15,120 5714 03:47:15,120 --> 03:47:16,960 5715 03:47:16,960 --> 03:47:18,960 5716 03:47:18,960 --> 03:47:20,880 5717 03:47:20,880 --> 03:47:22,720 5718 03:47:22,720 --> 03:47:25,680 5719 03:47:25,680 --> 03:47:27,840 5720 03:47:27,840 --> 03:47:30,239 5721 03:47:30,239 --> 03:47:32,479 5722 03:47:32,479 --> 03:47:35,040 5723 03:47:35,040 --> 03:47:36,720 5724 03:47:36,720 --> 03:47:38,399 5725 03:47:38,399 --> 03:47:41,600 5726 03:47:41,600 --> 03:47:43,279 5727 03:47:43,279 --> 03:47:46,000 5728 03:47:46,000 --> 03:47:48,800 5729 03:47:48,800 --> 03:47:51,279 5730 03:47:51,279 --> 03:47:53,760 5731 03:47:53,760 --> 03:47:56,399 5732 03:47:56,399 --> 03:47:58,640 5733 03:47:58,640 --> 03:48:00,800 5734 03:48:00,800 --> 03:48:03,840 5735 03:48:03,840 --> 03:48:06,560 5736 03:48:06,560 --> 03:48:08,640 5737 03:48:08,640 --> 03:48:11,680 5738 03:48:11,680 --> 03:48:14,720 5739 03:48:14,720 --> 03:48:16,319 5740 03:48:16,319 --> 03:48:19,920 5741 03:48:19,920 --> 03:48:21,600 5742 03:48:21,600 --> 03:48:23,439 5743 03:48:23,439 --> 03:48:25,199 5744 03:48:25,199 --> 03:48:27,040 5745 03:48:27,040 --> 03:48:29,760 5746 03:48:29,760 --> 03:48:32,319 5747 03:48:32,319 --> 03:48:35,439 5748 03:48:35,439 --> 03:48:37,760 5749 03:48:37,760 --> 03:48:38,880 5750 03:48:38,880 --> 03:48:42,399 5751 03:48:42,399 --> 03:48:44,479 5752 03:48:44,479 --> 03:48:47,040 5753 03:48:47,040 --> 03:48:49,279 5754 03:48:49,279 --> 03:48:52,000 5755 03:48:52,000 --> 03:48:54,840 5756 03:48:54,840 --> 03:48:57,680 5757 03:48:57,680 --> 03:49:00,399 5758 03:49:00,399 --> 03:49:03,040 5759 03:49:03,040 --> 03:49:05,840 5760 03:49:05,840 --> 03:49:06,960 5761 03:49:06,960 --> 03:49:09,279 5762 03:49:09,279 --> 03:49:11,680 5763 03:49:11,680 --> 03:49:13,840 5764 03:49:13,840 --> 03:49:17,439 5765 03:49:17,439 --> 03:49:19,920 5766 03:49:19,920 --> 03:49:21,920 5767 03:49:21,920 --> 03:49:23,279 5768 03:49:23,279 --> 03:49:27,680 5769 03:49:27,680 --> 03:49:29,199 5770 03:49:29,199 --> 03:49:31,439 5771 03:49:31,439 --> 03:49:34,479 5772 03:49:34,479 --> 03:49:37,439 5773 03:49:37,439 --> 03:49:40,080 5774 03:49:40,080 --> 03:49:42,319 5775 03:49:42,319 --> 03:49:45,120 5776 03:49:45,120 --> 03:49:47,600 5777 03:49:47,600 --> 03:49:50,399 5778 03:49:50,399 --> 03:49:53,680 5779 03:49:53,680 --> 03:49:55,920 5780 03:49:55,920 --> 03:49:57,920 5781 03:49:57,920 --> 03:50:00,479 5782 03:50:00,479 --> 03:50:03,680 5783 03:50:03,680 --> 03:50:05,760 5784 03:50:05,760 --> 03:50:08,640 5785 03:50:08,640 --> 03:50:10,640 5786 03:50:10,640 --> 03:50:12,880 5787 03:50:12,880 --> 03:50:15,199 5788 03:50:15,199 --> 03:50:18,880 5789 03:50:18,880 --> 03:50:21,199 5790 03:50:21,199 --> 03:50:24,720 5791 03:50:24,720 --> 03:50:25,920 5792 03:50:25,920 --> 03:50:28,399 5793 03:50:28,399 --> 03:50:30,080 5794 03:50:30,080 --> 03:50:31,760 5795 03:50:31,760 --> 03:50:34,239 5796 03:50:34,239 --> 03:50:35,920 5797 03:50:35,920 --> 03:50:37,120 5798 03:50:37,120 --> 03:50:40,000 5799 03:50:40,000 --> 03:50:42,800 5800 03:50:42,800 --> 03:50:45,600 5801 03:50:45,600 --> 03:50:47,520 5802 03:50:47,520 --> 03:50:49,359 5803 03:50:49,359 --> 03:50:50,560 5804 03:50:50,560 --> 03:50:53,199 5805 03:50:53,199 --> 03:50:56,560 5806 03:50:56,560 --> 03:50:58,319 5807 03:50:58,319 --> 03:51:02,399 5808 03:51:02,399 --> 03:51:04,960 5809 03:51:04,960 --> 03:51:06,560 5810 03:51:06,560 --> 03:51:08,160 5811 03:51:08,160 --> 03:51:09,760 5812 03:51:09,760 --> 03:51:12,560 5813 03:51:12,560 --> 03:51:13,920 5814 03:51:13,920 --> 03:51:16,399 5815 03:51:16,399 --> 03:51:19,520 5816 03:51:19,520 --> 03:51:21,600 5817 03:51:21,600 --> 03:51:24,399 5818 03:51:24,399 --> 03:51:25,199 5819 03:51:25,199 --> 03:51:27,840 5820 03:51:27,840 --> 03:51:30,720 5821 03:51:30,720 --> 03:51:33,439 5822 03:51:33,439 --> 03:51:36,160 5823 03:51:36,160 --> 03:51:37,279 5824 03:51:37,279 --> 03:51:38,399 5825 03:51:38,399 --> 03:51:40,080 5826 03:51:40,080 --> 03:51:42,720 5827 03:51:42,720 --> 03:51:44,720 5828 03:51:44,720 --> 03:51:46,239 5829 03:51:46,239 --> 03:51:49,199 5830 03:51:49,199 --> 03:51:50,560 5831 03:51:50,560 --> 03:51:53,920 5832 03:51:53,920 --> 03:51:55,840 5833 03:51:55,840 --> 03:51:58,800 5834 03:51:58,800 --> 03:52:00,399 5835 03:52:00,399 --> 03:52:01,920 5836 03:52:01,920 --> 03:52:03,680 5837 03:52:03,680 --> 03:52:06,560 5838 03:52:06,560 --> 03:52:08,960 5839 03:52:08,960 --> 03:52:11,439 5840 03:52:11,439 --> 03:52:13,840 5841 03:52:13,840 --> 03:52:16,160 5842 03:52:16,160 --> 03:52:19,199 5843 03:52:19,199 --> 03:52:20,080 5844 03:52:20,080 --> 03:52:22,080 5845 03:52:22,080 --> 03:52:24,880 5846 03:52:24,880 --> 03:52:27,840 5847 03:52:27,840 --> 03:52:29,840 5848 03:52:29,840 --> 03:52:33,120 5849 03:52:33,120 --> 03:52:34,880 5850 03:52:34,880 --> 03:52:36,800 5851 03:52:36,800 --> 03:52:39,120 5852 03:52:39,120 --> 03:52:41,920 5853 03:52:41,920 --> 03:52:44,479 5854 03:52:44,479 --> 03:52:47,120 5855 03:52:47,120 --> 03:52:48,960 5856 03:52:48,960 --> 03:52:51,600 5857 03:52:51,600 --> 03:52:54,720 5858 03:52:54,720 --> 03:52:58,479 5859 03:52:58,479 --> 03:53:01,359 5860 03:53:01,359 --> 03:53:04,479 5861 03:53:04,479 --> 03:53:07,120 5862 03:53:07,120 --> 03:53:10,319 5863 03:53:10,319 --> 03:53:12,800 5864 03:53:12,800 --> 03:53:15,760 5865 03:53:15,760 --> 03:53:18,000 5866 03:53:18,000 --> 03:53:19,920 5867 03:53:19,920 --> 03:53:21,760 5868 03:53:21,760 --> 03:53:23,680 5869 03:53:23,680 --> 03:53:26,640 5870 03:53:26,640 --> 03:53:28,080 5871 03:53:28,080 --> 03:53:30,160 5872 03:53:30,160 --> 03:53:33,680 5873 03:53:33,680 --> 03:53:37,040 5874 03:53:37,040 --> 03:53:38,720 5875 03:53:38,720 --> 03:53:40,960 5876 03:53:40,960 --> 03:53:43,359 5877 03:53:43,359 --> 03:53:46,160 5878 03:53:46,160 --> 03:53:49,040 5879 03:53:49,040 --> 03:53:52,160 5880 03:53:52,160 --> 03:53:54,239 5881 03:53:54,239 --> 03:53:55,840 5882 03:53:55,840 --> 03:53:59,680 5883 03:53:59,680 --> 03:54:01,920 5884 03:54:01,920 --> 03:54:02,840 5885 03:54:02,840 --> 03:54:04,399 5886 03:54:04,399 --> 03:54:07,279 5887 03:54:07,279 --> 03:54:09,920 5888 03:54:09,920 --> 03:54:12,479 5889 03:54:12,479 --> 03:54:15,920 5890 03:54:15,920 --> 03:54:18,160 5891 03:54:18,160 --> 03:54:19,520 5892 03:54:19,520 --> 03:54:22,000 5893 03:54:22,000 --> 03:54:24,160 5894 03:54:24,160 --> 03:54:26,479 5895 03:54:26,479 --> 03:54:28,319 5896 03:54:28,319 --> 03:54:31,040 5897 03:54:31,040 --> 03:54:32,720 5898 03:54:32,720 --> 03:54:33,920 5899 03:54:33,920 --> 03:54:36,880 5900 03:54:36,880 --> 03:54:38,640 5901 03:54:38,640 --> 03:54:41,040 5902 03:54:41,040 --> 03:54:43,920 5903 03:54:43,920 --> 03:54:45,359 5904 03:54:45,359 --> 03:54:47,199 5905 03:54:47,199 --> 03:54:49,359 5906 03:54:49,359 --> 03:54:51,199 5907 03:54:51,199 --> 03:54:53,760 5908 03:54:53,760 --> 03:54:54,800 5909 03:54:54,800 --> 03:54:56,560 5910 03:54:56,560 --> 03:54:58,880 5911 03:54:58,880 --> 03:55:01,680 5912 03:55:01,680 --> 03:55:03,680 5913 03:55:03,680 --> 03:55:06,080 5914 03:55:06,080 --> 03:55:07,680 5915 03:55:07,680 --> 03:55:09,040 5916 03:55:09,040 --> 03:55:12,479 5917 03:55:12,479 --> 03:55:14,720 5918 03:55:14,720 --> 03:55:15,680 5919 03:55:15,680 --> 03:55:17,120 5920 03:55:17,120 --> 03:55:20,239 5921 03:55:20,239 --> 03:55:22,160 5922 03:55:22,160 --> 03:55:23,120 5923 03:55:23,120 --> 03:55:26,479 5924 03:55:26,479 --> 03:55:29,279 5925 03:55:29,279 --> 03:55:32,160 5926 03:55:32,160 --> 03:55:34,800 5927 03:55:34,800 --> 03:55:36,960 5928 03:55:36,960 --> 03:55:40,880 5929 03:55:40,880 --> 03:55:43,120 5930 03:55:43,120 --> 03:55:45,439 5931 03:55:45,439 --> 03:55:49,199 5932 03:55:49,199 --> 03:55:52,000 5933 03:55:52,000 --> 03:55:54,720 5934 03:55:54,720 --> 03:55:56,560 5935 03:55:56,560 --> 03:55:57,920 5936 03:55:57,920 --> 03:56:00,000 5937 03:56:00,000 --> 03:56:02,239 5938 03:56:02,239 --> 03:56:04,720 5939 03:56:04,720 --> 03:56:06,640 5940 03:56:06,640 --> 03:56:09,040 5941 03:56:09,040 --> 03:56:11,600 5942 03:56:11,600 --> 03:56:14,880 5943 03:56:14,880 --> 03:56:17,680 5944 03:56:17,680 --> 03:56:19,840 5945 03:56:19,840 --> 03:56:21,680 5946 03:56:21,680 --> 03:56:24,800 5947 03:56:24,800 --> 03:56:27,520 5948 03:56:27,520 --> 03:56:30,000 5949 03:56:30,000 --> 03:56:32,960 5950 03:56:32,960 --> 03:56:37,120 5951 03:56:37,120 --> 03:56:39,040 5952 03:56:39,040 --> 03:56:41,439 5953 03:56:41,439 --> 03:56:44,239 5954 03:56:44,239 --> 03:56:48,319 5955 03:56:48,319 --> 03:56:49,520 5956 03:56:49,520 --> 03:56:52,560 5957 03:56:52,560 --> 03:56:53,359 5958 03:56:53,359 --> 03:56:55,760 5959 03:56:55,760 --> 03:56:58,560 5960 03:56:58,560 --> 03:57:01,199 5961 03:57:01,199 --> 03:57:04,640 5962 03:57:04,640 --> 03:57:05,520 5963 03:57:05,520 --> 03:57:07,359 5964 03:57:07,359 --> 03:57:10,319 5965 03:57:10,319 --> 03:57:12,560 5966 03:57:12,560 --> 03:57:14,479 5967 03:57:14,479 --> 03:57:16,880 5968 03:57:16,880 --> 03:57:19,120 5969 03:57:19,120 --> 03:57:21,439 5970 03:57:21,439 --> 03:57:23,840 5971 03:57:23,840 --> 03:57:26,800 5972 03:57:26,800 --> 03:57:27,920 5973 03:57:27,920 --> 03:57:29,840 5974 03:57:29,840 --> 03:57:32,319 5975 03:57:32,319 --> 03:57:33,680 5976 03:57:33,680 --> 03:57:34,560 5977 03:57:34,560 --> 03:57:37,120 5978 03:57:37,120 --> 03:57:39,279 5979 03:57:39,279 --> 03:57:42,560 5980 03:57:42,560 --> 03:57:44,000 5981 03:57:44,000 --> 03:57:45,439 5982 03:57:45,439 --> 03:57:47,520 5983 03:57:47,520 --> 03:57:50,560 5984 03:57:50,560 --> 03:57:52,479 5985 03:57:52,479 --> 03:57:54,880 5986 03:57:54,880 --> 03:57:57,040 5987 03:57:57,040 --> 03:57:58,960 5988 03:57:58,960 --> 03:58:01,520 5989 03:58:01,520 --> 03:58:02,399 5990 03:58:02,399 --> 03:58:04,080 5991 03:58:04,080 --> 03:58:05,600 5992 03:58:05,600 --> 03:58:08,080 5993 03:58:08,080 --> 03:58:11,120 5994 03:58:11,120 --> 03:58:13,439 5995 03:58:13,439 --> 03:58:16,479 5996 03:58:16,479 --> 03:58:20,000 5997 03:58:20,000 --> 03:58:22,080 5998 03:58:22,080 --> 03:58:23,680 5999 03:58:23,680 --> 03:58:25,840 6000 03:58:25,840 --> 03:58:28,640 6001 03:58:28,640 --> 03:58:31,199 6002 03:58:31,199 --> 03:58:32,880 6003 03:58:32,880 --> 03:58:36,080 6004 03:58:36,080 --> 03:58:38,319 6005 03:58:38,319 --> 03:58:40,479 6006 03:58:40,479 --> 03:58:43,120 6007 03:58:43,120 --> 03:58:45,279 6008 03:58:45,279 --> 03:58:48,399 6009 03:58:48,399 --> 03:58:51,120 6010 03:58:51,120 --> 03:58:53,359 6011 03:58:53,359 --> 03:58:56,000 6012 03:58:56,000 --> 03:58:58,160 6013 03:58:58,160 --> 03:59:01,359 6014 03:59:01,359 --> 03:59:03,760 6015 03:59:03,760 --> 03:59:06,239 6016 03:59:06,239 --> 03:59:09,199 6017 03:59:09,199 --> 03:59:12,479 6018 03:59:12,479 --> 03:59:15,279 6019 03:59:15,279 --> 03:59:17,520 6020 03:59:17,520 --> 03:59:20,080 6021 03:59:20,080 --> 03:59:22,640 6022 03:59:22,640 --> 03:59:25,359 6023 03:59:25,359 --> 03:59:28,160 6024 03:59:28,160 --> 03:59:30,640 6025 03:59:30,640 --> 03:59:33,840 6026 03:59:33,840 --> 03:59:36,960 6027 03:59:36,960 --> 03:59:39,760 6028 03:59:39,760 --> 03:59:40,800 6029 03:59:40,800 --> 03:59:42,239 6030 03:59:42,239 --> 03:59:43,520 6031 03:59:43,520 --> 03:59:45,600 6032 03:59:45,600 --> 03:59:47,600 6033 03:59:47,600 --> 03:59:48,640 6034 03:59:48,640 --> 03:59:51,680 6035 03:59:51,680 --> 03:59:53,680 6036 03:59:53,680 --> 03:59:56,080 6037 03:59:56,080 --> 03:59:58,399 6038 03:59:58,399 --> 04:00:01,359 6039 04:00:01,359 --> 04:00:05,279 6040 04:00:05,279 --> 04:00:06,479 6041 04:00:06,479 --> 04:00:08,960 6042 04:00:08,960 --> 04:00:12,399 6043 04:00:12,399 --> 04:00:14,160 6044 04:00:14,160 --> 04:00:16,319 6045 04:00:16,319 --> 04:00:18,479 6046 04:00:18,479 --> 04:00:20,319 6047 04:00:20,319 --> 04:00:23,279 6048 04:00:23,279 --> 04:00:25,840 6049 04:00:25,840 --> 04:00:26,880 6050 04:00:26,880 --> 04:00:28,479 6051 04:00:28,479 --> 04:00:30,319 6052 04:00:30,319 --> 04:00:33,279 6053 04:00:33,279 --> 04:00:35,439 6054 04:00:35,439 --> 04:00:37,520 6055 04:00:37,520 --> 04:00:39,600 6056 04:00:39,600 --> 04:00:41,199 6057 04:00:41,199 --> 04:00:42,720 6058 04:00:42,720 --> 04:00:45,199 6059 04:00:45,199 --> 04:00:47,680 6060 04:00:47,680 --> 04:00:50,880 6061 04:00:50,880 --> 04:00:54,080 6062 04:00:54,080 --> 04:00:55,600 6063 04:00:55,600 --> 04:00:58,960 6064 04:00:58,960 --> 04:01:00,319 6065 04:01:00,319 --> 04:01:01,840 6066 04:01:01,840 --> 04:01:04,880 6067 04:01:04,880 --> 04:01:08,399 6068 04:01:08,399 --> 04:01:10,720 6069 04:01:10,720 --> 04:01:12,479 6070 04:01:12,479 --> 04:01:16,080 6071 04:01:16,080 --> 04:01:17,680 6072 04:01:17,680 --> 04:01:19,920 6073 04:01:19,920 --> 04:01:23,439 6074 04:01:23,439 --> 04:01:24,800 6075 04:01:24,800 --> 04:01:26,239 6076 04:01:26,239 --> 04:01:28,239 6077 04:01:28,239 --> 04:01:30,800 6078 04:01:30,800 --> 04:01:32,160 6079 04:01:32,160 --> 04:01:34,720 6080 04:01:34,720 --> 04:01:37,439 6081 04:01:37,439 --> 04:01:39,760 6082 04:01:39,760 --> 04:01:42,160 6083 04:01:42,160 --> 04:01:44,239 6084 04:01:44,239 --> 04:01:47,600 6085 04:01:47,600 --> 04:01:50,800 6086 04:01:50,800 --> 04:01:53,520 6087 04:01:53,520 --> 04:01:55,600 6088 04:01:55,600 --> 04:01:57,120 6089 04:01:57,120 --> 04:01:58,880 6090 04:01:58,880 --> 04:02:01,120 6091 04:02:01,120 --> 04:02:04,479 6092 04:02:04,479 --> 04:02:06,880 6093 04:02:06,880 --> 04:02:08,720 6094 04:02:08,720 --> 04:02:11,520 6095 04:02:11,520 --> 04:02:12,840 6096 04:02:12,840 --> 04:02:16,720 6097 04:02:16,720 --> 04:02:17,920 6098 04:02:17,920 --> 04:02:19,920 6099 04:02:19,920 --> 04:02:21,920 6100 04:02:21,920 --> 04:02:25,120 6101 04:02:25,120 --> 04:02:28,880 6102 04:02:28,880 --> 04:02:31,520 6103 04:02:31,520 --> 04:02:34,239 6104 04:02:34,239 --> 04:02:36,880 6105 04:02:36,880 --> 04:02:38,880 6106 04:02:38,880 --> 04:02:39,840 6107 04:02:39,840 --> 04:02:42,080 6108 04:02:42,080 --> 04:02:44,560 6109 04:02:44,560 --> 04:02:47,279 6110 04:02:47,279 --> 04:02:50,000 6111 04:02:50,000 --> 04:02:53,120 6112 04:02:53,120 --> 04:02:55,120 6113 04:02:55,120 --> 04:02:57,600 6114 04:02:57,600 --> 04:02:58,880 6115 04:02:58,880 --> 04:03:00,319 6116 04:03:00,319 --> 04:03:02,479 6117 04:03:02,479 --> 04:03:04,800 6118 04:03:04,800 --> 04:03:07,680 6119 04:03:07,680 --> 04:03:09,840 6120 04:03:09,840 --> 04:03:12,399 6121 04:03:12,399 --> 04:03:13,840 6122 04:03:13,840 --> 04:03:16,000 6123 04:03:16,000 --> 04:03:17,840 6124 04:03:17,840 --> 04:03:20,479 6125 04:03:20,479 --> 04:03:22,720 6126 04:03:22,720 --> 04:03:25,439 6127 04:03:25,439 --> 04:03:29,279 6128 04:03:29,279 --> 04:03:33,279 6129 04:03:33,279 --> 04:03:35,840 6130 04:03:35,840 --> 04:03:38,560 6131 04:03:38,560 --> 04:03:41,040 6132 04:03:41,040 --> 04:03:43,040 6133 04:03:43,040 --> 04:03:46,000 6134 04:03:46,000 --> 04:03:47,359 6135 04:03:47,359 --> 04:03:49,359 6136 04:03:49,359 --> 04:03:50,560 6137 04:03:50,560 --> 04:03:53,760 6138 04:03:53,760 --> 04:03:57,439 6139 04:03:57,439 --> 04:04:00,080 6140 04:04:00,080 --> 04:04:01,840 6141 04:04:01,840 --> 04:04:03,520 6142 04:04:03,520 --> 04:04:05,840 6143 04:04:05,840 --> 04:04:09,920 6144 04:04:09,920 --> 04:04:11,760 6145 04:04:11,760 --> 04:04:14,239 6146 04:04:14,479 --> 04:04:16,319 6147 04:04:16,319 --> 04:04:18,880 6148 04:04:18,880 --> 04:04:21,920 6149 04:04:21,920 --> 04:04:24,560 6150 04:04:24,560 --> 04:04:26,960 6151 04:04:26,960 --> 04:04:29,199 6152 04:04:29,199 --> 04:04:31,199 6153 04:04:31,199 --> 04:04:32,479 6154 04:04:32,479 --> 04:04:34,880 6155 04:04:34,880 --> 04:04:37,920 6156 04:04:37,920 --> 04:04:41,680 6157 04:04:41,680 --> 04:04:44,160 6158 04:04:44,160 --> 04:04:47,040 6159 04:04:47,040 --> 04:04:49,840 6160 04:04:49,840 --> 04:04:52,000 6161 04:04:52,000 --> 04:04:54,319 6162 04:04:54,319 --> 04:04:56,160 6163 04:04:56,160 --> 04:04:58,880 6164 04:04:58,880 --> 04:05:02,479 6165 04:05:02,479 --> 04:05:04,800 6166 04:05:04,800 --> 04:05:07,439 6167 04:05:07,439 --> 04:05:09,279 6168 04:05:09,279 --> 04:05:11,120 6169 04:05:11,120 --> 04:05:12,800 6170 04:05:12,800 --> 04:05:15,920 6171 04:05:15,920 --> 04:05:17,439 6172 04:05:17,439 --> 04:05:19,359 6173 04:05:19,359 --> 04:05:21,279 6174 04:05:21,279 --> 04:05:24,560 6175 04:05:24,560 --> 04:05:26,800 6176 04:05:26,800 --> 04:05:29,279 6177 04:05:29,279 --> 04:05:32,399 6178 04:05:32,399 --> 04:05:35,359 6179 04:05:35,359 --> 04:05:37,359 6180 04:05:37,359 --> 04:05:41,040 6181 04:05:41,040 --> 04:05:44,080 6182 04:05:44,080 --> 04:05:46,640 6183 04:05:46,640 --> 04:05:48,160 6184 04:05:48,160 --> 04:05:49,920 6185 04:05:49,920 --> 04:05:52,800 6186 04:05:52,800 --> 04:05:55,040 6187 04:05:55,040 --> 04:05:57,359 6188 04:05:57,359 --> 04:06:00,239 6189 04:06:00,239 --> 04:06:02,880 6190 04:06:02,880 --> 04:06:05,439 6191 04:06:05,439 --> 04:06:07,359 6192 04:06:07,359 --> 04:06:09,840 6193 04:06:09,840 --> 04:06:12,239 6194 04:06:12,239 --> 04:06:15,279 6195 04:06:15,279 --> 04:06:17,760 6196 04:06:17,760 --> 04:06:19,199 6197 04:06:19,199 --> 04:06:21,520 6198 04:06:21,520 --> 04:06:23,840 6199 04:06:23,840 --> 04:06:25,520 6200 04:06:25,520 --> 04:06:28,080 6201 04:06:28,080 --> 04:06:29,680 6202 04:06:29,680 --> 04:06:32,720 6203 04:06:32,720 --> 04:06:34,960 6204 04:06:34,960 --> 04:06:38,239 6205 04:06:38,239 --> 04:06:41,040 6206 04:06:41,040 --> 04:06:44,720 6207 04:06:44,720 --> 04:06:47,439 6208 04:06:47,439 --> 04:06:49,760 6209 04:06:49,760 --> 04:06:54,239 6210 04:06:54,239 --> 04:06:56,479 6211 04:06:56,479 --> 04:06:57,439 6212 04:06:57,439 --> 04:06:59,920 6213 04:06:59,920 --> 04:07:02,479 6214 04:07:02,479 --> 04:07:04,800 6215 04:07:04,800 --> 04:07:08,720 6216 04:07:08,720 --> 04:07:11,199 6217 04:07:11,199 --> 04:07:14,239 6218 04:07:14,239 --> 04:07:16,640 6219 04:07:16,640 --> 04:07:17,680 6220 04:07:17,680 --> 04:07:20,640 6221 04:07:20,640 --> 04:07:23,439 6222 04:07:23,439 --> 04:07:25,199 6223 04:07:25,199 --> 04:07:27,760 6224 04:07:27,760 --> 04:07:29,840 6225 04:07:29,840 --> 04:07:31,920 6226 04:07:31,920 --> 04:07:34,560 6227 04:07:34,560 --> 04:07:37,840 6228 04:07:37,840 --> 04:07:40,239 6229 04:07:40,239 --> 04:07:42,720 6230 04:07:42,720 --> 04:07:44,960 6231 04:07:44,960 --> 04:07:47,760 6232 04:07:47,760 --> 04:07:50,080 6233 04:07:50,080 --> 04:07:53,120 6234 04:07:53,120 --> 04:07:55,520 6235 04:07:55,520 --> 04:07:57,279 6236 04:07:57,279 --> 04:07:59,680 6237 04:07:59,680 --> 04:08:02,319 6238 04:08:02,319 --> 04:08:04,560 6239 04:08:04,560 --> 04:08:06,319 6240 04:08:06,319 --> 04:08:08,239 6241 04:08:08,239 --> 04:08:10,800 6242 04:08:10,800 --> 04:08:12,960 6243 04:08:12,960 --> 04:08:15,359 6244 04:08:15,359 --> 04:08:18,560 6245 04:08:18,560 --> 04:08:20,720 6246 04:08:20,720 --> 04:08:24,159 6247 04:08:24,159 --> 04:08:26,560 6248 04:08:26,560 --> 04:08:28,640 6249 04:08:28,640 --> 04:08:30,880 6250 04:08:30,880 --> 04:08:32,800 6251 04:08:32,800 --> 04:08:35,520 6252 04:08:35,520 --> 04:08:37,920 6253 04:08:37,920 --> 04:08:40,159 6254 04:08:40,159 --> 04:08:41,199 6255 04:08:41,199 --> 04:08:44,399 6256 04:08:44,399 --> 04:08:48,640 6257 04:08:48,640 --> 04:08:51,840 6258 04:08:51,840 --> 04:08:53,680 6259 04:08:53,680 --> 04:08:54,399 6260 04:08:54,399 --> 04:08:56,640 6261 04:08:56,640 --> 04:08:59,840 6262 04:08:59,840 --> 04:09:01,439 6263 04:09:01,439 --> 04:09:03,680 6264 04:09:03,680 --> 04:09:05,040 6265 04:09:05,040 --> 04:09:06,239 6266 04:09:06,239 --> 04:09:09,199 6267 04:09:09,199 --> 04:09:11,680 6268 04:09:11,680 --> 04:09:14,640 6269 04:09:14,640 --> 04:09:16,800 6270 04:09:16,800 --> 04:09:19,920 6271 04:09:19,920 --> 04:09:23,199 6272 04:09:23,199 --> 04:09:25,279 6273 04:09:25,279 --> 04:09:27,760 6274 04:09:27,760 --> 04:09:30,000 6275 04:09:30,000 --> 04:09:32,319 6276 04:09:32,319 --> 04:09:35,520 6277 04:09:35,520 --> 04:09:38,000 6278 04:09:38,000 --> 04:09:41,439 6279 04:09:41,439 --> 04:09:43,760 6280 04:09:43,760 --> 04:09:47,840 6281 04:09:47,840 --> 04:09:49,600 6282 04:09:49,600 --> 04:09:52,159 6283 04:09:52,159 --> 04:09:54,720 6284 04:09:54,720 --> 04:09:58,960 6285 04:09:58,960 --> 04:10:02,080 6286 04:10:02,080 --> 04:10:05,040 6287 04:10:05,040 --> 04:10:07,840 6288 04:10:07,840 --> 04:10:10,000 6289 04:10:10,000 --> 04:10:12,640 6290 04:10:12,640 --> 04:10:16,560 6291 04:10:16,560 --> 04:10:19,199 6292 04:10:19,199 --> 04:10:21,680 6293 04:10:21,680 --> 04:10:22,800 6294 04:10:22,800 --> 04:10:26,399 6295 04:10:26,399 --> 04:10:27,920 6296 04:10:27,920 --> 04:10:28,960 6297 04:10:28,960 --> 04:10:32,080 6298 04:10:32,080 --> 04:10:34,800 6299 04:10:34,800 --> 04:10:36,840 6300 04:10:36,840 --> 04:10:38,399 6301 04:10:38,399 --> 04:10:42,479 6302 04:10:42,479 --> 04:10:46,720 6303 04:10:46,720 --> 04:10:48,720 6304 04:10:48,720 --> 04:10:50,479 6305 04:10:50,479 --> 04:10:52,399 6306 04:10:52,399 --> 04:10:55,120 6307 04:10:55,120 --> 04:10:58,479 6308 04:10:58,479 --> 04:11:01,199 6309 04:11:01,199 --> 04:11:02,960 6310 04:11:02,960 --> 04:11:04,640 6311 04:11:04,640 --> 04:11:08,080 6312 04:11:08,479 --> 04:11:10,960 6313 04:11:10,960 --> 04:11:12,560 6314 04:11:12,560 --> 04:11:16,000 6315 04:11:16,000 --> 04:11:18,159 6316 04:11:18,159 --> 04:11:20,800 6317 04:11:20,800 --> 04:11:22,239 6318 04:11:22,239 --> 04:11:24,239 6319 04:11:24,239 --> 04:11:27,439 6320 04:11:27,439 --> 04:11:31,279 6321 04:11:31,279 --> 04:11:33,760 6322 04:11:33,760 --> 04:11:36,560 6323 04:11:36,560 --> 04:11:39,120 6324 04:11:39,120 --> 04:11:40,960 6325 04:11:40,960 --> 04:11:43,840 6326 04:11:43,840 --> 04:11:46,560 6327 04:11:46,560 --> 04:11:48,960 6328 04:11:48,960 --> 04:11:51,279 6329 04:11:51,279 --> 04:11:53,840 6330 04:11:53,840 --> 04:11:57,600 6331 04:11:57,600 --> 04:11:59,840 6332 04:11:59,840 --> 04:12:00,960 6333 04:12:00,960 --> 04:12:04,000 6334 04:12:04,000 --> 04:12:05,359 6335 04:12:05,359 --> 04:12:08,800 6336 04:12:08,800 --> 04:12:10,960 6337 04:12:10,960 --> 04:12:14,080 6338 04:12:14,080 --> 04:12:17,040 6339 04:12:17,040 --> 04:12:19,359 6340 04:12:19,359 --> 04:12:21,760 6341 04:12:21,760 --> 04:12:25,040 6342 04:12:25,040 --> 04:12:27,680 6343 04:12:27,680 --> 04:12:29,520 6344 04:12:29,520 --> 04:12:31,279 6345 04:12:31,279 --> 04:12:33,600 6346 04:12:33,600 --> 04:12:37,359 6347 04:12:37,359 --> 04:12:38,720 6348 04:12:38,720 --> 04:12:41,760 6349 04:12:41,760 --> 04:12:43,199 6350 04:12:43,199 --> 04:12:45,520 6351 04:12:45,520 --> 04:12:48,720 6352 04:12:48,720 --> 04:12:50,880 6353 04:12:50,880 --> 04:12:53,920 6354 04:12:53,920 --> 04:12:56,319 6355 04:12:56,319 --> 04:12:58,960 6356 04:12:58,960 --> 04:13:00,880 6357 04:13:00,880 --> 04:13:03,120 6358 04:13:03,120 --> 04:13:06,000 6359 04:13:06,640 --> 04:13:08,239 6360 04:13:08,239 --> 04:13:10,720 6361 04:13:10,720 --> 04:13:13,840 6362 04:13:13,840 --> 04:13:16,399 6363 04:13:16,399 --> 04:13:18,880 6364 04:13:18,880 --> 04:13:21,680 6365 04:13:21,680 --> 04:13:24,840 6366 04:13:24,840 --> 04:13:27,040 6367 04:13:27,040 --> 04:13:29,439 6368 04:13:29,439 --> 04:13:32,960 6369 04:13:32,960 --> 04:13:35,199 6370 04:13:35,199 --> 04:13:36,239 6371 04:13:36,239 --> 04:13:38,159 6372 04:13:38,159 --> 04:13:40,560 6373 04:13:40,560 --> 04:13:42,640 6374 04:13:42,640 --> 04:13:44,880 6375 04:13:44,880 --> 04:13:47,199 6376 04:13:47,199 --> 04:13:49,439 6377 04:13:49,439 --> 04:13:52,640 6378 04:13:52,640 --> 04:13:55,279 6379 04:13:55,279 --> 04:13:58,560 6380 04:13:58,560 --> 04:14:00,960 6381 04:14:00,960 --> 04:14:03,439 6382 04:14:03,439 --> 04:14:05,840 6383 04:14:05,840 --> 04:14:08,479 6384 04:14:08,479 --> 04:14:10,960 6385 04:14:10,960 --> 04:14:12,880 6386 04:14:12,880 --> 04:14:15,840 6387 04:14:15,840 --> 04:14:18,880 6388 04:14:18,880 --> 04:14:22,640 6389 04:14:22,640 --> 04:14:24,479 6390 04:14:24,479 --> 04:14:26,880 6391 04:14:26,880 --> 04:14:28,960 6392 04:14:28,960 --> 04:14:30,720 6393 04:14:30,720 --> 04:14:32,960 6394 04:14:32,960 --> 04:14:35,199 6395 04:14:35,199 --> 04:14:38,239 6396 04:14:38,239 --> 04:14:40,239 6397 04:14:40,239 --> 04:14:42,399 6398 04:14:42,399 --> 04:14:45,760 6399 04:14:45,760 --> 04:14:48,640 6400 04:14:48,640 --> 04:14:51,279 6401 04:14:51,279 --> 04:14:53,199 6402 04:14:53,199 --> 04:14:55,760 6403 04:14:55,760 --> 04:14:58,159 6404 04:14:58,159 --> 04:15:01,120 6405 04:15:01,120 --> 04:15:04,720 6406 04:15:04,720 --> 04:15:08,560 6407 04:15:08,560 --> 04:15:10,880 6408 04:15:10,880 --> 04:15:13,840 6409 04:15:13,840 --> 04:15:15,920 6410 04:15:15,920 --> 04:15:16,880 6411 04:15:16,880 --> 04:15:19,120 6412 04:15:19,120 --> 04:15:21,199 6413 04:15:21,199 --> 04:15:23,520 6414 04:15:23,520 --> 04:15:25,279 6415 04:15:25,279 --> 04:15:26,000 6416 04:15:26,000 --> 04:15:29,279 6417 04:15:29,279 --> 04:15:32,960 6418 04:15:32,960 --> 04:15:35,840 6419 04:15:35,840 --> 04:15:39,520 6420 04:15:39,520 --> 04:15:42,479 6421 04:15:42,479 --> 04:15:44,479 6422 04:15:44,479 --> 04:15:46,399 6423 04:15:46,399 --> 04:15:48,560 6424 04:15:48,560 --> 04:15:50,880 6425 04:15:50,880 --> 04:15:53,520 6426 04:15:53,520 --> 04:15:55,120 6427 04:15:55,120 --> 04:15:56,880 6428 04:15:56,880 --> 04:15:59,359 6429 04:15:59,359 --> 04:16:00,880 6430 04:16:00,880 --> 04:16:02,000 6431 04:16:02,000 --> 04:16:04,399 6432 04:16:04,399 --> 04:16:07,199 6433 04:16:07,199 --> 04:16:10,800 6434 04:16:10,800 --> 04:16:13,439 6435 04:16:13,439 --> 04:16:15,680 6436 04:16:15,680 --> 04:16:16,800 6437 04:16:16,800 --> 04:16:18,479 6438 04:16:18,479 --> 04:16:20,080 6439 04:16:20,080 --> 04:16:22,640 6440 04:16:22,640 --> 04:16:25,600 6441 04:16:25,600 --> 04:16:27,439 6442 04:16:27,439 --> 04:16:30,479 6443 04:16:30,479 --> 04:16:32,800 6444 04:16:32,800 --> 04:16:35,040 6445 04:16:35,040 --> 04:16:37,359 6446 04:16:37,359 --> 04:16:39,840 6447 04:16:39,840 --> 04:16:42,159 6448 04:16:42,159 --> 04:16:43,520 6449 04:16:43,520 --> 04:16:44,399 6450 04:16:44,399 --> 04:16:45,760 6451 04:16:45,760 --> 04:16:47,040 6452 04:16:47,040 --> 04:16:49,279 6453 04:16:49,279 --> 04:16:52,560 6454 04:16:52,560 --> 04:16:54,399 6455 04:16:54,399 --> 04:16:56,880 6456 04:16:56,880 --> 04:16:58,159 6457 04:16:58,159 --> 04:17:01,520 6458 04:17:01,520 --> 04:17:04,159 6459 04:17:04,159 --> 04:17:05,760 6460 04:17:05,760 --> 04:17:08,239 6461 04:17:08,239 --> 04:17:11,359 6462 04:17:11,359 --> 04:17:14,319 6463 04:17:14,319 --> 04:17:16,000 6464 04:17:16,000 --> 04:17:17,359 6465 04:17:17,359 --> 04:17:19,520 6466 04:17:19,520 --> 04:17:20,880 6467 04:17:20,880 --> 04:17:23,600 6468 04:17:23,600 --> 04:17:27,279 6469 04:17:27,279 --> 04:17:29,439 6470 04:17:29,439 --> 04:17:32,720 6471 04:17:32,720 --> 04:17:34,319 6472 04:17:34,319 --> 04:17:36,319 6473 04:17:36,319 --> 04:17:39,120 6474 04:17:39,120 --> 04:17:42,319 6475 04:17:42,319 --> 04:17:45,359 6476 04:17:45,359 --> 04:17:47,040 6477 04:17:47,040 --> 04:17:49,760 6478 04:17:49,760 --> 04:17:50,800 6479 04:17:50,800 --> 04:17:53,520 6480 04:17:53,520 --> 04:17:57,520 6481 04:17:57,520 --> 04:18:00,239 6482 04:18:00,239 --> 04:18:04,319 6483 04:18:04,319 --> 04:18:06,159 6484 04:18:06,159 --> 04:18:07,199 6485 04:18:07,199 --> 04:18:08,640 6486 04:18:08,640 --> 04:18:11,120 6487 04:18:11,120 --> 04:18:12,319 6488 04:18:12,319 --> 04:18:15,040 6489 04:18:15,040 --> 04:18:17,040 6490 04:18:17,040 --> 04:18:19,279 6491 04:18:19,279 --> 04:18:21,600 6492 04:18:21,600 --> 04:18:23,040 6493 04:18:23,040 --> 04:18:25,199 6494 04:18:25,199 --> 04:18:28,000 6495 04:18:28,000 --> 04:18:30,640 6496 04:18:30,640 --> 04:18:32,840 6497 04:18:32,840 --> 04:18:35,120 6498 04:18:35,120 --> 04:18:36,720 6499 04:18:36,720 --> 04:18:38,239 6500 04:18:38,239 --> 04:18:40,239 6501 04:18:40,239 --> 04:18:41,760 6502 04:18:41,760 --> 04:18:43,120 6503 04:18:43,120 --> 04:18:45,920 6504 04:18:45,920 --> 04:18:48,000 6505 04:18:48,000 --> 04:18:49,760 6506 04:18:49,760 --> 04:18:51,600 6507 04:18:51,600 --> 04:18:54,319 6508 04:18:54,319 --> 04:18:58,319 6509 04:18:58,319 --> 04:19:01,520 6510 04:19:01,520 --> 04:19:03,840 6511 04:19:03,840 --> 04:19:05,920 6512 04:19:05,920 --> 04:19:08,319 6513 04:19:08,319 --> 04:19:10,080 6514 04:19:10,080 --> 04:19:12,960 6515 04:19:12,960 --> 04:19:13,840 6516 04:19:13,840 --> 04:19:16,399 6517 04:19:16,399 --> 04:19:18,399 6518 04:19:18,399 --> 04:19:20,720 6519 04:19:20,720 --> 04:19:22,640 6520 04:19:22,640 --> 04:19:24,560 6521 04:19:24,560 --> 04:19:27,359 6522 04:19:27,359 --> 04:19:29,279 6523 04:19:29,279 --> 04:19:30,960 6524 04:19:30,960 --> 04:19:33,359 6525 04:19:33,359 --> 04:19:35,439 6526 04:19:35,439 --> 04:19:37,120 6527 04:19:37,120 --> 04:19:39,600 6528 04:19:39,600 --> 04:19:41,840 6529 04:19:41,840 --> 04:19:44,880 6530 04:19:44,880 --> 04:19:47,439 6531 04:19:47,439 --> 04:19:49,359 6532 04:19:49,359 --> 04:19:51,760 6533 04:19:51,760 --> 04:19:54,479 6534 04:19:54,479 --> 04:19:57,199 6535 04:19:57,199 --> 04:20:01,040 6536 04:20:01,040 --> 04:20:02,960 6537 04:20:02,960 --> 04:20:04,720 6538 04:20:04,720 --> 04:20:07,279 6539 04:20:07,279 --> 04:20:09,040 6540 04:20:09,040 --> 04:20:11,279 6541 04:20:11,279 --> 04:20:14,800 6542 04:20:14,800 --> 04:20:17,680 6543 04:20:17,680 --> 04:20:20,880 6544 04:20:20,880 --> 04:20:23,199 6545 04:20:23,199 --> 04:20:25,920 6546 04:20:25,920 --> 04:20:27,680 6547 04:20:27,680 --> 04:20:29,920 6548 04:20:29,920 --> 04:20:31,840 6549 04:20:31,840 --> 04:20:33,920 6550 04:20:33,920 --> 04:20:35,840 6551 04:20:35,840 --> 04:20:38,560 6552 04:20:38,560 --> 04:20:41,840 6553 04:20:41,840 --> 04:20:44,319 6554 04:20:44,319 --> 04:20:46,479 6555 04:20:46,479 --> 04:20:48,239 6556 04:20:48,239 --> 04:20:49,680 6557 04:20:49,680 --> 04:20:52,880 6558 04:20:52,880 --> 04:20:55,760 6559 04:20:55,760 --> 04:20:57,439 6560 04:20:57,439 --> 04:20:59,760 6561 04:20:59,760 --> 04:21:02,080 6562 04:21:02,080 --> 04:21:03,760 6563 04:21:03,760 --> 04:21:04,640 6564 04:21:04,640 --> 04:21:06,560 6565 04:21:06,560 --> 04:21:08,880 6566 04:21:08,880 --> 04:21:11,760 6567 04:21:11,760 --> 04:21:14,080 6568 04:21:14,080 --> 04:21:16,720 6569 04:21:16,720 --> 04:21:19,199 6570 04:21:19,199 --> 04:21:21,120 6571 04:21:21,120 --> 04:21:23,359 6572 04:21:23,359 --> 04:21:25,840 6573 04:21:25,840 --> 04:21:29,279 6574 04:21:29,279 --> 04:21:30,560 6575 04:21:30,560 --> 04:21:32,720 6576 04:21:32,720 --> 04:21:36,560 6577 04:21:36,560 --> 04:21:38,640 6578 04:21:38,640 --> 04:21:41,359 6579 04:21:41,359 --> 04:21:43,359 6580 04:21:43,359 --> 04:21:44,720 6581 04:21:44,720 --> 04:21:47,359 6582 04:21:47,359 --> 04:21:49,920 6583 04:21:49,920 --> 04:21:52,800 6584 04:21:52,800 --> 04:21:54,080 6585 04:21:54,080 --> 04:21:56,720 6586 04:21:56,720 --> 04:21:58,159 6587 04:21:58,159 --> 04:22:00,319 6588 04:22:00,319 --> 04:22:01,279 6589 04:22:01,279 --> 04:22:03,439 6590 04:22:03,439 --> 04:22:05,680 6591 04:22:05,680 --> 04:22:08,000 6592 04:22:08,000 --> 04:22:10,080 6593 04:22:10,080 --> 04:22:12,880 6594 04:22:12,880 --> 04:22:15,600 6595 04:22:15,600 --> 04:22:18,720 6596 04:22:18,720 --> 04:22:19,840 6597 04:22:19,840 --> 04:22:23,120 6598 04:22:23,120 --> 04:22:24,800 6599 04:22:24,800 --> 04:22:26,590 6600 04:22:26,590 --> 04:22:27,920 6601 04:22:27,920 --> 04:22:30,080 6602 04:22:30,080 --> 04:22:32,800 6603 04:22:32,800 --> 04:22:36,239 6604 04:22:36,239 --> 04:22:38,319 6605 04:22:38,319 --> 04:22:39,279 6606 04:22:39,279 --> 04:22:41,439 6607 04:22:41,439 --> 04:22:43,840 6608 04:22:43,840 --> 04:22:45,920 6609 04:22:45,920 --> 04:22:48,080 6610 04:22:48,080 --> 04:22:50,319 6611 04:22:50,319 --> 04:22:53,600 6612 04:22:53,600 --> 04:22:56,479 6613 04:22:56,479 --> 04:22:58,319 6614 04:22:58,319 --> 04:23:01,279 6615 04:23:01,279 --> 04:23:03,439 6616 04:23:03,439 --> 04:23:06,159 6617 04:23:06,159 --> 04:23:08,960 6618 04:23:08,960 --> 04:23:11,600 6619 04:23:11,600 --> 04:23:12,479 6620 04:23:12,479 --> 04:23:14,960 6621 04:23:14,960 --> 04:23:17,840 6622 04:23:17,840 --> 04:23:20,159 6623 04:23:20,159 --> 04:23:22,640 6624 04:23:22,640 --> 04:23:25,040 6625 04:23:25,040 --> 04:23:28,399 6626 04:23:28,399 --> 04:23:31,359 6627 04:23:31,359 --> 04:23:33,760 6628 04:23:33,760 --> 04:23:36,159 6629 04:23:36,159 --> 04:23:38,640 6630 04:23:38,640 --> 04:23:41,040 6631 04:23:41,040 --> 04:23:43,279 6632 04:23:43,279 --> 04:23:45,359 6633 04:23:45,359 --> 04:23:46,560 6634 04:23:46,560 --> 04:23:48,239 6635 04:23:48,239 --> 04:23:49,600 6636 04:23:49,600 --> 04:23:52,800 6637 04:23:52,800 --> 04:23:53,600 6638 04:23:53,600 --> 04:23:57,199 6639 04:23:57,199 --> 04:23:59,199 6640 04:23:59,199 --> 04:24:01,359 6641 04:24:01,359 --> 04:24:04,080 6642 04:24:04,080 --> 04:24:07,199 6643 04:24:07,199 --> 04:24:09,120 6644 04:24:09,120 --> 04:24:12,800 6645 04:24:12,800 --> 04:24:15,920 6646 04:24:15,920 --> 04:24:17,680 6647 04:24:17,680 --> 04:24:20,080 6648 04:24:20,080 --> 04:24:25,199 6649 04:24:25,199 --> 04:24:27,680 6650 04:24:27,680 --> 04:24:29,840 6651 04:24:29,840 --> 04:24:32,000 6652 04:24:32,000 --> 04:24:35,520 6653 04:24:35,520 --> 04:24:38,000 6654 04:24:38,000 --> 04:24:40,159 6655 04:24:40,159 --> 04:24:42,399 6656 04:24:42,399 --> 04:24:44,000 6657 04:24:44,000 --> 04:24:46,319 6658 04:24:46,319 --> 04:24:48,960 6659 04:24:48,960 --> 04:24:51,920 6660 04:24:51,920 --> 04:24:54,640 6661 04:24:54,640 --> 04:24:58,800 6662 04:24:58,800 --> 04:25:00,720 6663 04:25:00,720 --> 04:25:03,680 6664 04:25:03,680 --> 04:25:06,080 6665 04:25:06,080 --> 04:25:08,239 6666 04:25:08,239 --> 04:25:11,760 6667 04:25:11,760 --> 04:25:14,080 6668 04:25:14,080 --> 04:25:16,239 6669 04:25:16,239 --> 04:25:18,319 6670 04:25:18,319 --> 04:25:21,279 6671 04:25:21,279 --> 04:25:24,560 6672 04:25:24,560 --> 04:25:27,120 6673 04:25:27,120 --> 04:25:30,080 6674 04:25:30,080 --> 04:25:32,000 6675 04:25:32,000 --> 04:25:33,840 6676 04:25:33,840 --> 04:25:36,080 6677 04:25:36,080 --> 04:25:37,760 6678 04:25:37,760 --> 04:25:40,720 6679 04:25:40,720 --> 04:25:42,960 6680 04:25:42,960 --> 04:25:44,159 6681 04:25:44,159 --> 04:25:46,479 6682 04:25:46,479 --> 04:25:48,800 6683 04:25:48,800 --> 04:25:50,560 6684 04:25:50,560 --> 04:25:52,560 6685 04:25:52,560 --> 04:25:53,680 6686 04:25:53,680 --> 04:25:56,000 6687 04:25:56,000 --> 04:25:58,960 6688 04:25:58,960 --> 04:26:02,159 6689 04:26:02,159 --> 04:26:04,960 6690 04:26:04,960 --> 04:26:06,960 6691 04:26:06,960 --> 04:26:10,319 6692 04:26:10,319 --> 04:26:12,720 6693 04:26:12,720 --> 04:26:15,120 6694 04:26:15,120 --> 04:26:18,000 6695 04:26:18,000 --> 04:26:20,479 6696 04:26:20,479 --> 04:26:23,680 6697 04:26:23,680 --> 04:26:26,560 6698 04:26:26,560 --> 04:26:29,439 6699 04:26:29,439 --> 04:26:30,880 6700 04:26:30,880 --> 04:26:34,000 6701 04:26:34,000 --> 04:26:36,479 6702 04:26:36,479 --> 04:26:38,880 6703 04:26:38,880 --> 04:26:41,120 6704 04:26:41,120 --> 04:26:42,479 6705 04:26:42,479 --> 04:26:45,920 6706 04:26:45,920 --> 04:26:47,439 6707 04:26:47,439 --> 04:26:48,960 6708 04:26:48,960 --> 04:26:50,720 6709 04:26:50,720 --> 04:26:52,720 6710 04:26:52,720 --> 04:26:55,120 6711 04:26:55,120 --> 04:26:56,080 6712 04:26:56,080 --> 04:26:58,880 6713 04:26:58,880 --> 04:27:01,920 6714 04:27:01,920 --> 04:27:04,960 6715 04:27:04,960 --> 04:27:06,880 6716 04:27:06,880 --> 04:27:09,359 6717 04:27:09,359 --> 04:27:11,600 6718 04:27:11,600 --> 04:27:12,640 6719 04:27:12,640 --> 04:27:14,560 6720 04:27:14,560 --> 04:27:18,080 6721 04:27:18,080 --> 04:27:19,600 6722 04:27:19,600 --> 04:27:22,399 6723 04:27:22,399 --> 04:27:24,640 6724 04:27:24,640 --> 04:27:26,399 6725 04:27:26,399 --> 04:27:29,600 6726 04:27:29,600 --> 04:27:32,239 6727 04:27:32,239 --> 04:27:34,319 6728 04:27:34,319 --> 04:27:36,000 6729 04:27:36,000 --> 04:27:38,000 6730 04:27:38,000 --> 04:27:41,199 6731 04:27:41,199 --> 04:27:44,000 6732 04:27:44,000 --> 04:27:47,600 6733 04:27:47,600 --> 04:27:49,760 6734 04:27:49,760 --> 04:27:52,720 6735 04:27:52,720 --> 04:27:55,279 6736 04:27:55,279 --> 04:27:57,199 6737 04:27:57,199 --> 04:27:59,520 6738 04:27:59,520 --> 04:28:02,080 6739 04:28:02,080 --> 04:28:03,120 6740 04:28:03,120 --> 04:28:06,080 6741 04:28:06,080 --> 04:28:08,399 6742 04:28:08,399 --> 04:28:10,720 6743 04:28:10,720 --> 04:28:14,080 6744 04:28:14,080 --> 04:28:16,239 6745 04:28:16,239 --> 04:28:18,960 6746 04:28:18,960 --> 04:28:21,600 6747 04:28:21,600 --> 04:28:23,600 6748 04:28:23,600 --> 04:28:25,680 6749 04:28:25,680 --> 04:28:27,840 6750 04:28:27,840 --> 04:28:29,439 6751 04:28:29,439 --> 04:28:31,680 6752 04:28:31,680 --> 04:28:33,439 6753 04:28:33,439 --> 04:28:35,040 6754 04:28:35,040 --> 04:28:36,640 6755 04:28:36,640 --> 04:28:40,319 6756 04:28:40,319 --> 04:28:41,840 6757 04:28:41,840 --> 04:28:44,960 6758 04:28:44,960 --> 04:28:46,560 6759 04:28:46,560 --> 04:28:48,239 6760 04:28:48,239 --> 04:28:50,319 6761 04:28:50,319 --> 04:28:53,840 6762 04:28:53,840 --> 04:28:58,080 6763 04:28:58,479 --> 04:29:02,600 6764 04:29:04,319 --> 04:29:07,439 6765 04:29:07,439 --> 04:29:11,040 6766 04:29:11,040 --> 04:29:12,880 6767 04:29:12,880 --> 04:29:15,439 6768 04:29:15,439 --> 04:29:17,920 6769 04:29:17,920 --> 04:29:19,920 6770 04:29:19,920 --> 04:29:22,720 6771 04:29:22,720 --> 04:29:25,199 6772 04:29:25,199 --> 04:29:27,520 6773 04:29:27,520 --> 04:29:29,040 6774 04:29:29,040 --> 04:29:32,399 6775 04:29:32,399 --> 04:29:33,760 6776 04:29:33,760 --> 04:29:35,199 6777 04:29:35,199 --> 04:29:37,120 6778 04:29:37,120 --> 04:29:41,040 6779 04:29:41,040 --> 04:29:42,479 6780 04:29:42,479 --> 04:29:43,359 6781 04:29:43,359 --> 04:29:44,319 6782 04:29:44,319 --> 04:29:46,080 6783 04:29:46,080 --> 04:29:49,279 6784 04:29:49,279 --> 04:29:52,159 6785 04:29:52,159 --> 04:29:54,560 6786 04:29:54,560 --> 04:29:57,279 6787 04:29:57,279 --> 04:29:59,279 6788 04:29:59,279 --> 04:30:02,560 6789 04:30:02,560 --> 04:30:04,960 6790 04:30:04,960 --> 04:30:07,279 6791 04:30:07,279 --> 04:30:09,760 6792 04:30:09,760 --> 04:30:11,920 6793 04:30:11,920 --> 04:30:13,840 6794 04:30:13,840 --> 04:30:14,960 6795 04:30:14,960 --> 04:30:15,920 6796 04:30:15,920 --> 04:30:18,560 6797 04:30:18,560 --> 04:30:21,199 6798 04:30:21,199 --> 04:30:23,760 6799 04:30:23,760 --> 04:30:24,720 6800 04:30:24,720 --> 04:30:27,439 6801 04:30:27,439 --> 04:30:30,000 6802 04:30:30,000 --> 04:30:33,040 6803 04:30:33,040 --> 04:30:34,560 6804 04:30:34,560 --> 04:30:36,800 6805 04:30:36,800 --> 04:30:38,720 6806 04:30:38,720 --> 04:30:40,159 6807 04:30:40,159 --> 04:30:42,319 6808 04:30:42,319 --> 04:30:44,000 6809 04:30:44,000 --> 04:30:46,080 6810 04:30:46,080 --> 04:30:48,560 6811 04:30:48,560 --> 04:30:50,800 6812 04:30:50,800 --> 04:30:52,319 6813 04:30:52,319 --> 04:30:54,880 6814 04:30:54,880 --> 04:30:58,319 6815 04:30:58,319 --> 04:31:01,359 6816 04:31:01,359 --> 04:31:03,600 6817 04:31:03,600 --> 04:31:05,520 6818 04:31:05,520 --> 04:31:07,680 6819 04:31:07,680 --> 04:31:10,720 6820 04:31:10,720 --> 04:31:13,279 6821 04:31:13,279 --> 04:31:14,800 6822 04:31:14,800 --> 04:31:16,239 6823 04:31:16,239 --> 04:31:18,000 6824 04:31:18,000 --> 04:31:19,920 6825 04:31:19,920 --> 04:31:21,760 6826 04:31:21,760 --> 04:31:23,359 6827 04:31:23,359 --> 04:31:25,279 6828 04:31:25,279 --> 04:31:27,840 6829 04:31:27,840 --> 04:31:30,000 6830 04:31:30,000 --> 04:31:33,920 6831 04:31:33,920 --> 04:31:36,479 6832 04:31:36,479 --> 04:31:39,359 6833 04:31:39,359 --> 04:31:41,600 6834 04:31:41,600 --> 04:31:44,159 6835 04:31:44,159 --> 04:31:46,800 6836 04:31:46,800 --> 04:31:48,800 6837 04:31:48,800 --> 04:31:51,199 6838 04:31:51,199 --> 04:31:52,479 6839 04:31:52,479 --> 04:31:55,840 6840 04:31:55,840 --> 04:31:58,319 6841 04:31:58,319 --> 04:32:00,960 6842 04:32:00,960 --> 04:32:03,680 6843 04:32:03,680 --> 04:32:05,680 6844 04:32:05,680 --> 04:32:08,800 6845 04:32:08,800 --> 04:32:10,720 6846 04:32:10,720 --> 04:32:12,880 6847 04:32:12,880 --> 04:32:15,600 6848 04:32:15,600 --> 04:32:17,760 6849 04:32:17,760 --> 04:32:18,560 6850 04:32:18,560 --> 04:32:19,359 6851 04:32:19,359 --> 04:32:21,439 6852 04:32:21,439 --> 04:32:23,120 6853 04:32:23,120 --> 04:32:25,120 6854 04:32:25,120 --> 04:32:27,680 6855 04:32:27,680 --> 04:32:29,840 6856 04:32:29,840 --> 04:32:32,239 6857 04:32:32,239 --> 04:32:34,800 6858 04:32:34,800 --> 04:32:36,159 6859 04:32:36,159 --> 04:32:38,319 6860 04:32:38,319 --> 04:32:41,120 6861 04:32:41,120 --> 04:32:44,000 6862 04:32:44,000 --> 04:32:46,560 6863 04:32:46,560 --> 04:32:50,239 6864 04:32:50,239 --> 04:32:53,520 6865 04:32:53,520 --> 04:32:56,720 6866 04:32:56,720 --> 04:32:57,760 6867 04:32:57,760 --> 04:32:59,359 6868 04:32:59,359 --> 04:33:01,680 6869 04:33:01,680 --> 04:33:04,479 6870 04:33:04,639 --> 04:33:06,561 6871 04:33:06,561 --> 04:33:09,119 6872 04:33:10,561 --> 04:33:12,879 6873 04:33:12,879 --> 04:33:16,561 6874 04:33:16,561 --> 04:33:19,199 6875 04:33:19,199 --> 04:33:21,680 6876 04:33:21,680 --> 04:33:23,599 6877 04:33:23,599 --> 04:33:26,240 6878 04:33:26,240 --> 04:33:28,480 6879 04:33:28,480 --> 04:33:31,199 6880 04:33:31,199 --> 04:33:33,919 6881 04:33:33,919 --> 04:33:37,520 6882 04:33:37,520 --> 04:33:39,520 6883 04:33:39,520 --> 04:33:41,599 6884 04:33:41,599 --> 04:33:44,958 6885 04:33:44,958 --> 04:33:47,199 6886 04:33:47,199 --> 04:33:50,400 6887 04:33:50,400 --> 04:33:52,639 6888 04:33:52,639 --> 04:33:54,320 6889 04:33:54,320 --> 04:33:56,320 6890 04:33:56,320 --> 04:33:57,199 6891 04:33:57,199 --> 04:34:01,520 6892 04:34:01,520 --> 04:34:03,840 6893 04:34:03,840 --> 04:34:06,080 6894 04:34:06,080 --> 04:34:08,000 6895 04:34:08,000 --> 04:34:10,639 6896 04:34:10,639 --> 04:34:13,118 6897 04:34:13,118 --> 04:34:15,359 6898 04:34:15,359 --> 04:34:17,278 6899 04:34:17,278 --> 04:34:19,599 6900 04:34:19,599 --> 04:34:20,799 6901 04:34:20,799 --> 04:34:22,080 6902 04:34:22,080 --> 04:34:24,958 6903 04:34:24,958 --> 04:34:27,919 6904 04:34:27,919 --> 04:34:29,359 6905 04:34:29,359 --> 04:34:31,680 6906 04:34:31,680 --> 04:34:33,039 6907 04:34:33,039 --> 04:34:35,438 6908 04:34:35,438 --> 04:34:37,199 6909 04:34:37,199 --> 04:34:40,080 6910 04:34:40,080 --> 04:34:43,118 6911 04:34:43,118 --> 04:34:45,520 6912 04:34:45,520 --> 04:34:48,160 6913 04:34:48,160 --> 04:34:50,639 6914 04:34:50,639 --> 04:34:54,240 6915 04:34:54,240 --> 04:34:57,680 6916 04:34:57,680 --> 04:35:01,278 6917 04:35:01,278 --> 04:35:03,680 6918 04:35:03,680 --> 04:35:04,639 6919 04:35:04,639 --> 04:35:08,080 6920 04:35:08,080 --> 04:35:09,759 6921 04:35:09,759 --> 04:35:11,599 6922 04:35:11,599 --> 04:35:12,879 6923 04:35:12,879 --> 04:35:15,039 6924 04:35:15,039 --> 04:35:18,240 6925 04:35:18,240 --> 04:35:22,879 6926 04:35:22,879 --> 04:35:26,480 6927 04:35:28,561 --> 04:35:30,320 6928 04:35:30,320 --> 04:35:32,639 6929 04:35:32,639 --> 04:35:35,438 6930 04:35:35,438 --> 04:35:38,320 6931 04:35:38,320 --> 04:35:40,879 6932 04:35:40,879 --> 04:35:44,240 6933 04:35:44,240 --> 04:35:46,320 6934 04:35:46,320 --> 04:35:49,520 6935 04:35:49,520 --> 04:35:52,080 6936 04:35:52,080 --> 04:35:55,840 6937 04:35:55,840 --> 04:35:57,919 6938 04:35:57,919 --> 04:35:59,840 6939 04:35:59,840 --> 04:36:03,599 6940 04:36:03,599 --> 04:36:05,438 6941 04:36:05,438 --> 04:36:08,160 6942 04:36:08,160 --> 04:36:11,278 6943 04:36:11,278 --> 04:36:12,799 6944 04:36:12,799 --> 04:36:17,199 6945 04:36:17,199 --> 04:36:19,759 6946 04:36:19,759 --> 04:36:22,480 6947 04:36:22,480 --> 04:36:25,118 6948 04:36:25,118 --> 04:36:28,080 6949 04:36:28,080 --> 04:36:30,958 6950 04:36:30,958 --> 04:36:32,958 6951 04:36:32,958 --> 04:36:34,719 6952 04:36:34,719 --> 04:36:36,639 6953 04:36:36,639 --> 04:36:40,000 6954 04:36:40,000 --> 04:36:41,599 6955 04:36:41,599 --> 04:36:44,799 6956 04:36:44,799 --> 04:36:47,840 6957 04:36:47,840 --> 04:36:50,080 6958 04:36:50,080 --> 04:36:51,520 6959 04:36:51,520 --> 04:36:54,719 6960 04:36:54,719 --> 04:36:56,879 6961 04:36:56,879 --> 04:36:59,199 6962 04:36:59,199 --> 04:37:01,840 6963 04:37:01,840 --> 04:37:04,240 6964 04:37:04,240 --> 04:37:07,520 6965 04:37:07,520 --> 04:37:10,080 6966 04:37:10,080 --> 04:37:13,118 6967 04:37:13,118 --> 04:37:15,359 6968 04:37:15,359 --> 04:37:17,278 6969 04:37:17,278 --> 04:37:18,958 6970 04:37:18,958 --> 04:37:20,240 6971 04:37:20,240 --> 04:37:23,599 6972 04:37:23,599 --> 04:37:26,719 6973 04:37:26,719 --> 04:37:28,639 6974 04:37:28,639 --> 04:37:31,039 6975 04:37:31,039 --> 04:37:33,599 6976 04:37:33,599 --> 04:37:36,879 6977 04:37:36,879 --> 04:37:38,400 6978 04:37:38,400 --> 04:37:40,480 6979 04:37:40,480 --> 04:37:43,680 6980 04:37:43,680 --> 04:37:46,639 6981 04:37:46,639 --> 04:37:48,958 6982 04:37:48,958 --> 04:37:51,438 6983 04:37:51,438 --> 04:37:54,400 6984 04:37:54,400 --> 04:37:56,879 6985 04:37:56,879 --> 04:37:59,118 6986 04:37:59,118 --> 04:38:01,840 6987 04:38:01,840 --> 04:38:04,160 6988 04:38:04,160 --> 04:38:06,561 6989 04:38:06,561 --> 04:38:08,080 6990 04:38:08,080 --> 04:38:10,320 6991 04:38:10,320 --> 04:38:12,639 6992 04:38:12,639 --> 04:38:15,520 6993 04:38:15,520 --> 04:38:17,919 6994 04:38:17,919 --> 04:38:20,958 6995 04:38:20,958 --> 04:38:23,520 6996 04:38:23,520 --> 04:38:27,520 6997 04:38:27,520 --> 04:38:29,039 6998 04:38:29,039 --> 04:38:31,840 6999 04:38:31,840 --> 04:38:33,599 7000 04:38:33,599 --> 04:38:36,719 7001 04:38:36,719 --> 04:38:39,919 7002 04:38:39,919 --> 04:38:41,359 7003 04:38:41,359 --> 04:38:44,480 7004 04:38:44,480 --> 04:38:47,118 7005 04:38:47,118 --> 04:38:51,680 7006 04:38:51,680 --> 04:38:53,599 7007 04:38:53,599 --> 04:38:56,199 7008 04:38:56,199 --> 04:38:57,840 7009 04:38:57,840 --> 04:38:59,039 7010 04:38:59,039 --> 04:39:00,240 7011 04:39:00,240 --> 04:39:02,400 7012 04:39:02,400 --> 04:39:04,958 7013 04:39:04,958 --> 04:39:07,199 7014 04:39:07,199 --> 04:39:10,719 7015 04:39:10,719 --> 04:39:13,199 7016 04:39:13,199 --> 04:39:15,278 7017 04:39:15,278 --> 04:39:18,240 7018 04:39:18,240 --> 04:39:20,400 7019 04:39:20,400 --> 04:39:21,599 7020 04:39:21,599 --> 04:39:25,278 7021 04:39:25,278 --> 04:39:27,520 7022 04:39:27,520 --> 04:39:29,919 7023 04:39:29,919 --> 04:39:33,198 7024 04:39:33,359 --> 04:39:34,639 7025 04:39:34,639 --> 04:39:36,799 7026 04:39:36,799 --> 04:39:38,718 7027 04:39:38,718 --> 04:39:41,120 7028 04:39:41,120 --> 04:39:43,680 7029 04:39:43,680 --> 04:39:45,920 7030 04:39:45,920 --> 04:39:48,560 7031 04:39:48,560 --> 04:39:51,120 7032 04:39:51,120 --> 04:39:54,878 7033 04:39:54,878 --> 04:39:56,480 7034 04:39:56,480 --> 04:39:58,718 7035 04:39:58,718 --> 04:40:01,280 7036 04:40:01,280 --> 04:40:05,040 7037 04:40:05,040 --> 04:40:07,040 7038 04:40:07,040 --> 04:40:10,000 7039 04:40:10,000 --> 04:40:12,560 7040 04:40:12,560 --> 04:40:13,840 7041 04:40:13,840 --> 04:40:15,200 7042 04:40:15,200 --> 04:40:17,520 7043 04:40:17,520 --> 04:40:19,920 7044 04:40:19,920 --> 04:40:21,600 7045 04:40:21,600 --> 04:40:24,638 7046 04:40:24,638 --> 04:40:26,798 7047 04:40:26,798 --> 04:40:28,480 7048 04:40:28,480 --> 04:40:30,480 7049 04:40:30,480 --> 04:40:33,440 7050 04:40:33,440 --> 04:40:34,878 7051 04:40:34,878 --> 04:40:39,440 7052 04:40:39,440 --> 04:40:41,760 7053 04:40:41,760 --> 04:40:45,600 7054 04:40:45,600 --> 04:40:47,920 7055 04:40:47,920 --> 04:40:51,040 7056 04:40:51,040 --> 04:40:52,878 7057 04:40:52,878 --> 04:40:54,878 7058 04:40:54,878 --> 04:40:56,958 7059 04:40:56,958 --> 04:40:59,440 7060 04:40:59,440 --> 04:41:02,560 7061 04:41:02,560 --> 04:41:05,360 7062 04:41:05,360 --> 04:41:08,080 7063 04:41:08,080 --> 04:41:09,920 7064 04:41:09,920 --> 04:41:13,760 7065 04:41:13,760 --> 04:41:16,320 7066 04:41:16,320 --> 04:41:19,280 7067 04:41:19,280 --> 04:41:21,040 7068 04:41:21,040 --> 04:41:23,680 7069 04:41:23,680 --> 04:41:24,798 7070 04:41:24,798 --> 04:41:26,878 7071 04:41:26,878 --> 04:41:28,320 7072 04:41:28,320 --> 04:41:29,760 7073 04:41:29,760 --> 04:41:33,840 7074 04:41:33,840 --> 04:41:36,878 7075 04:41:36,878 --> 04:41:38,480 7076 04:41:38,480 --> 04:41:40,798 7077 04:41:40,798 --> 04:41:43,760 7078 04:41:43,760 --> 04:41:46,638 7079 04:41:46,638 --> 04:41:47,600 7080 04:41:47,600 --> 04:41:51,560 7081 04:41:51,560 --> 04:41:53,920 7082 04:41:53,920 --> 04:41:57,040 7083 04:41:57,040 --> 04:41:59,760 7084 04:41:59,760 --> 04:42:00,638 7085 04:42:00,638 --> 04:42:02,400 7086 04:42:02,400 --> 04:42:04,798 7087 04:42:04,798 --> 04:42:07,040 7088 04:42:07,040 --> 04:42:08,878 7089 04:42:08,878 --> 04:42:11,600 7090 04:42:11,600 --> 04:42:13,360 7091 04:42:13,360 --> 04:42:17,120 7092 04:42:17,120 --> 04:42:18,638 7093 04:42:18,638 --> 04:42:19,680 7094 04:42:19,680 --> 04:42:20,798 7095 04:42:20,798 --> 04:42:23,120 7096 04:42:23,120 --> 04:42:24,160 7097 04:42:24,160 --> 04:42:27,200 7098 04:42:27,200 --> 04:42:29,440 7099 04:42:29,440 --> 04:42:30,560 7100 04:42:30,560 --> 04:42:31,680 7101 04:42:31,680 --> 04:42:33,040 7102 04:42:33,040 --> 04:42:36,560 7103 04:42:36,560 --> 04:42:38,400 7104 04:42:38,400 --> 04:42:40,400 7105 04:42:40,400 --> 04:42:42,400 7106 04:42:42,400 --> 04:42:44,000 7107 04:42:44,000 --> 04:42:44,878 7108 04:42:44,878 --> 04:42:47,440 7109 04:42:47,440 --> 04:42:49,120 7110 04:42:49,120 --> 04:42:52,480 7111 04:42:52,480 --> 04:42:54,878 7112 04:42:54,878 --> 04:42:57,360 7113 04:42:57,360 --> 04:43:00,718 7114 04:43:00,718 --> 04:43:02,320 7115 04:43:02,320 --> 04:43:04,560 7116 04:43:04,560 --> 04:43:07,280 7117 04:43:07,280 --> 04:43:10,480 7118 04:43:10,480 --> 04:43:12,320 7119 04:43:12,320 --> 04:43:16,000 7120 04:43:16,000 --> 04:43:18,480 7121 04:43:18,480 --> 04:43:19,760 7122 04:43:19,760 --> 04:43:22,400 7123 04:43:22,400 --> 04:43:23,920 7124 04:43:23,920 --> 04:43:27,200 7125 04:43:27,200 --> 04:43:30,000 7126 04:43:30,000 --> 04:43:32,080 7127 04:43:32,080 --> 04:43:33,360 7128 04:43:33,360 --> 04:43:34,560 7129 04:43:34,560 --> 04:43:38,320 7130 04:43:38,320 --> 04:43:40,560 7131 04:43:40,560 --> 04:43:43,360 7132 04:43:43,360 --> 04:43:47,120 7133 04:43:47,120 --> 04:43:50,160 7134 04:43:50,160 --> 04:43:51,520 7135 04:43:51,520 --> 04:43:53,600 7136 04:43:53,600 --> 04:43:56,320 7137 04:43:56,320 --> 04:43:58,480 7138 04:43:58,480 --> 04:43:59,680 7139 04:43:59,680 --> 04:44:02,160 7140 04:44:02,160 --> 04:44:05,200 7141 04:44:05,200 --> 04:44:07,760 7142 04:44:07,760 --> 04:44:08,718 7143 04:44:08,718 --> 04:44:11,040 7144 04:44:11,040 --> 04:44:13,920 7145 04:44:13,920 --> 04:44:15,680 7146 04:44:15,680 --> 04:44:18,560 7147 04:44:18,560 --> 04:44:20,320 7148 04:44:20,320 --> 04:44:22,798 7149 04:44:22,798 --> 04:44:24,638 7150 04:44:24,638 --> 04:44:27,040 7151 04:44:27,040 --> 04:44:28,638 7152 04:44:28,638 --> 04:44:31,680 7153 04:44:31,680 --> 04:44:33,360 7154 04:44:33,360 --> 04:44:36,400 7155 04:44:36,400 --> 04:44:38,480 7156 04:44:38,480 --> 04:44:40,718 7157 04:44:40,718 --> 04:44:42,480 7158 04:44:42,480 --> 04:44:44,878 7159 04:44:44,878 --> 04:44:46,958 7160 04:44:46,958 --> 04:44:48,320 7161 04:44:48,320 --> 04:44:50,480 7162 04:44:50,480 --> 04:44:52,878 7163 04:44:52,878 --> 04:44:54,840 7164 04:44:54,840 --> 04:44:57,680 7165 04:44:57,680 --> 04:45:00,560 7166 04:45:00,560 --> 04:45:02,798 7167 04:45:02,798 --> 04:45:05,200 7168 04:45:05,200 --> 04:45:07,920 7169 04:45:07,920 --> 04:45:10,920 7170 04:45:11,360 --> 04:45:13,760 7171 04:45:13,760 --> 04:45:16,240 7172 04:45:16,240 --> 04:45:17,840 7173 04:45:17,840 --> 04:45:18,638 7174 04:45:18,638 --> 04:45:22,160 7175 04:45:22,160 --> 04:45:24,080 7176 04:45:24,080 --> 04:45:26,560 7177 04:45:26,560 --> 04:45:29,360 7178 04:45:29,360 --> 04:45:33,520 7179 04:45:33,520 --> 04:45:35,760 7180 04:45:35,760 --> 04:45:38,080 7181 04:45:38,080 --> 04:45:40,480 7182 04:45:40,480 --> 04:45:43,120 7183 04:45:43,120 --> 04:45:45,360 7184 04:45:45,360 --> 04:45:47,120 7185 04:45:47,120 --> 04:45:50,400 7186 04:45:50,400 --> 04:45:53,600 7187 04:45:53,600 --> 04:45:55,200 7188 04:45:55,200 --> 04:45:57,920 7189 04:45:57,920 --> 04:45:59,520 7190 04:45:59,520 --> 04:46:01,440 7191 04:46:01,440 --> 04:46:04,160 7192 04:46:04,160 --> 04:46:05,120 7193 04:46:05,120 --> 04:46:07,840 7194 04:46:07,840 --> 04:46:09,760 7195 04:46:09,760 --> 04:46:12,000 7196 04:46:12,000 --> 04:46:14,560 7197 04:46:14,560 --> 04:46:16,798 7198 04:46:16,798 --> 04:46:19,760 7199 04:46:19,760 --> 04:46:22,718 7200 04:46:22,718 --> 04:46:24,400 7201 04:46:24,400 --> 04:46:26,240 7202 04:46:26,240 --> 04:46:28,718 7203 04:46:28,718 --> 04:46:31,440 7204 04:46:31,440 --> 04:46:33,840 7205 04:46:33,840 --> 04:46:36,798 7206 04:46:36,798 --> 04:46:39,280 7207 04:46:39,280 --> 04:46:40,878 7208 04:46:40,878 --> 04:46:42,798 7209 04:46:42,798 --> 04:46:45,440 7210 04:46:45,440 --> 04:46:47,200 7211 04:46:47,200 --> 04:46:49,280 7212 04:46:49,280 --> 04:46:51,920 7213 04:46:51,920 --> 04:46:52,718 7214 04:46:52,718 --> 04:46:55,718 7215 04:46:55,718 --> 04:46:58,480 7216 04:46:58,480 --> 04:47:01,200 7217 04:47:01,200 --> 04:47:05,200 7218 04:47:05,200 --> 04:47:08,000 7219 04:47:08,000 --> 04:47:10,240 7220 04:47:10,240 --> 04:47:12,958 7221 04:47:12,958 --> 04:47:16,638 7222 04:47:16,638 --> 04:47:17,680 7223 04:47:17,680 --> 04:47:20,560 7224 04:47:20,560 --> 04:47:23,200 7225 04:47:23,200 --> 04:47:26,718 7226 04:47:26,718 --> 04:47:29,040 7227 04:47:29,040 --> 04:47:31,760 7228 04:47:31,760 --> 04:47:33,200 7229 04:47:33,200 --> 04:47:35,760 7230 04:47:35,760 --> 04:47:36,958 7231 04:47:36,958 --> 04:47:38,400 7232 04:47:38,400 --> 04:47:40,480 7233 04:47:40,480 --> 04:47:43,200 7234 04:47:43,360 --> 04:47:46,480 7235 04:47:46,480 --> 04:47:48,080 7236 04:47:48,080 --> 04:47:50,400 7237 04:47:50,400 --> 04:47:52,798 7238 04:47:52,798 --> 04:47:54,798 7239 04:47:54,798 --> 04:47:57,280 7240 04:47:57,280 --> 04:47:59,520 7241 04:47:59,520 --> 04:48:01,120 7242 04:48:01,120 --> 04:48:03,760 7243 04:48:03,760 --> 04:48:05,760 7244 04:48:05,760 --> 04:48:07,600 7245 04:48:07,600 --> 04:48:10,160 7246 04:48:10,840 --> 04:48:15,120 7247 04:48:15,120 --> 04:48:17,040 7248 04:48:17,040 --> 04:48:18,240 7249 04:48:18,240 --> 04:48:21,680 7250 04:48:21,680 --> 04:48:24,240 7251 04:48:24,240 --> 04:48:28,560 7252 04:48:28,560 --> 04:48:30,718 7253 04:48:30,718 --> 04:48:33,360 7254 04:48:33,360 --> 04:48:35,440 7255 04:48:35,440 --> 04:48:37,600 7256 04:48:37,600 --> 04:48:39,920 7257 04:48:39,920 --> 04:48:43,760 7258 04:48:43,760 --> 04:48:47,040 7259 04:48:47,040 --> 04:48:48,878 7260 04:48:48,878 --> 04:48:50,718 7261 04:48:50,718 --> 04:48:53,760 7262 04:48:53,760 --> 04:48:56,560 7263 04:48:56,560 --> 04:48:59,520 7264 04:48:59,520 --> 04:49:02,560 7265 04:49:02,560 --> 04:49:05,280 7266 04:49:05,280 --> 04:49:08,760 7267 04:49:08,798 --> 04:49:09,840 7268 04:49:09,840 --> 04:49:11,600 7269 04:49:11,600 --> 04:49:14,480 7270 04:49:14,480 --> 04:49:16,718 7271 04:49:16,718 --> 04:49:19,360 7272 04:49:19,680 --> 04:49:22,480 7273 04:49:22,480 --> 04:49:24,400 7274 04:49:24,400 --> 04:49:25,360 7275 04:49:25,360 --> 04:49:26,798 7276 04:49:26,798 --> 04:49:29,360 7277 04:49:29,360 --> 04:49:32,958 7278 04:49:32,958 --> 04:49:35,520 7279 04:49:35,520 --> 04:49:36,400 7280 04:49:36,400 --> 04:49:40,000 7281 04:49:40,000 --> 04:49:43,760 7282 04:49:44,798 --> 04:49:47,760 7283 04:49:47,760 --> 04:49:50,400 7284 04:49:50,400 --> 04:49:52,958 7285 04:49:52,958 --> 04:49:56,400 7286 04:49:56,400 --> 04:49:58,000 7287 04:49:58,000 --> 04:50:01,120 7288 04:50:01,120 --> 04:50:04,000 7289 04:50:04,000 --> 04:50:06,638 7290 04:50:06,638 --> 04:50:08,638 7291 04:50:08,638 --> 04:50:12,160 7292 04:50:12,160 --> 04:50:15,440 7293 04:50:15,440 --> 04:50:17,120 7294 04:50:17,120 --> 04:50:19,600 7295 04:50:19,600 --> 04:50:22,560 7296 04:50:22,560 --> 04:50:26,000 7297 04:50:26,000 --> 04:50:28,080 7298 04:50:28,080 --> 04:50:29,920 7299 04:50:29,920 --> 04:50:32,240 7300 04:50:32,240 --> 04:50:33,840 7301 04:50:33,840 --> 04:50:37,040 7302 04:50:37,040 --> 04:50:38,878 7303 04:50:38,878 --> 04:50:40,798 7304 04:50:40,798 --> 04:50:44,160 7305 04:50:44,160 --> 04:50:45,440 7306 04:50:45,440 --> 04:50:46,638 7307 04:50:46,638 --> 04:50:49,360 7308 04:50:49,360 --> 04:50:50,240 7309 04:50:50,240 --> 04:50:53,760 7310 04:50:53,760 --> 04:50:55,440 7311 04:50:55,440 --> 04:50:59,840 7312 04:50:59,840 --> 04:51:03,040 7313 04:51:03,040 --> 04:51:04,080 7314 04:51:04,080 --> 04:51:06,798 7315 04:51:06,798 --> 04:51:08,878 7316 04:51:08,878 --> 04:51:12,160 7317 04:51:12,160 --> 04:51:15,680 7318 04:51:15,680 --> 04:51:18,560 7319 04:51:18,560 --> 04:51:20,240 7320 04:51:20,240 --> 04:51:23,040 7321 04:51:23,040 --> 04:51:25,680 7322 04:51:25,680 --> 04:51:28,638 7323 04:51:28,638 --> 04:51:31,280 7324 04:51:31,280 --> 04:51:32,160 7325 04:51:32,160 --> 04:51:34,320 7326 04:51:34,320 --> 04:51:37,040 7327 04:51:37,040 --> 04:51:39,360 7328 04:51:39,360 --> 04:51:40,958 7329 04:51:40,958 --> 04:51:42,160 7330 04:51:42,160 --> 04:51:43,280 7331 04:51:43,280 --> 04:51:45,520 7332 04:51:45,520 --> 04:51:48,160 7333 04:51:48,160 --> 04:51:49,200 7334 04:51:49,200 --> 04:51:51,840 7335 04:51:51,840 --> 04:51:53,040 7336 04:51:53,040 --> 04:51:55,760 7337 04:51:55,760 --> 04:51:57,680 7338 04:51:57,680 --> 04:52:01,200 7339 04:52:01,200 --> 04:52:03,280 7340 04:52:03,280 --> 04:52:07,200 7341 04:52:07,200 --> 04:52:09,600 7342 04:52:09,600 --> 04:52:11,520 7343 04:52:11,520 --> 04:52:14,400 7344 04:52:14,400 --> 04:52:16,480 7345 04:52:16,480 --> 04:52:20,160 7346 04:52:20,160 --> 04:52:23,040 7347 04:52:23,040 --> 04:52:24,480 7348 04:52:24,480 --> 04:52:25,680 7349 04:52:25,680 --> 04:52:27,840 7350 04:52:27,840 --> 04:52:29,280 7351 04:52:29,280 --> 04:52:31,440 7352 04:52:31,440 --> 04:52:34,638 7353 04:52:34,638 --> 04:52:36,718 7354 04:52:36,718 --> 04:52:38,080 7355 04:52:38,080 --> 04:52:39,920 7356 04:52:39,920 --> 04:52:41,440 7357 04:52:41,440 --> 04:52:43,280 7358 04:52:43,280 --> 04:52:45,280 7359 04:52:45,280 --> 04:52:46,160 7360 04:52:46,160 --> 04:52:47,600 7361 04:52:47,600 --> 04:52:48,480 7362 04:52:48,480 --> 04:52:50,560 7363 04:52:50,560 --> 04:52:53,600 7364 04:52:53,600 --> 04:52:57,760 7365 04:52:59,520 --> 04:53:03,120 7366 04:53:03,120 --> 04:53:04,080 7367 04:53:04,080 --> 04:53:05,360 7368 04:53:05,360 --> 04:53:08,320 7369 04:53:08,320 --> 04:53:10,480 7370 04:53:10,480 --> 04:53:12,958 7371 04:53:12,958 --> 04:53:15,600 7372 04:53:15,600 --> 04:53:17,040 7373 04:53:17,040 --> 04:53:20,560 7374 04:53:20,560 --> 04:53:23,200 7375 04:53:23,200 --> 04:53:26,400 7376 04:53:26,400 --> 04:53:29,120 7377 04:53:29,120 --> 04:53:31,920 7378 04:53:31,920 --> 04:53:34,638 7379 04:53:34,638 --> 04:53:37,120 7380 04:53:37,120 --> 04:53:41,120 7381 04:53:41,520 --> 04:53:44,000 7382 04:53:44,000 --> 04:53:47,040 7383 04:53:47,040 --> 04:53:49,440 7384 04:53:49,440 --> 04:53:51,600 7385 04:53:51,600 --> 04:53:53,760 7386 04:53:53,760 --> 04:53:56,080 7387 04:53:56,080 --> 04:53:58,718 7388 04:53:58,718 --> 04:54:01,440 7389 04:54:01,440 --> 04:54:04,160 7390 04:54:04,160 --> 04:54:06,240 7391 04:54:06,240 --> 04:54:07,920 7392 04:54:07,920 --> 04:54:10,000 7393 04:54:10,000 --> 04:54:13,360 7394 04:54:13,360 --> 04:54:14,160 7395 04:54:14,160 --> 04:54:17,920 7396 04:54:17,920 --> 04:54:21,520 7397 04:54:21,520 --> 04:54:23,760 7398 04:54:23,760 --> 04:54:25,680 7399 04:54:25,680 --> 04:54:28,320 7400 04:54:28,320 --> 04:54:29,600 7401 04:54:29,600 --> 04:54:30,520 7402 04:54:30,520 --> 04:54:34,080 7403 04:54:34,080 --> 04:54:35,680 7404 04:54:35,680 --> 04:54:38,560 7405 04:54:38,560 --> 04:54:40,000 7406 04:54:40,000 --> 04:54:41,840 7407 04:54:41,840 --> 04:54:43,840 7408 04:54:43,840 --> 04:54:45,040 7409 04:54:45,040 --> 04:54:46,480 7410 04:54:46,480 --> 04:54:47,840 7411 04:54:47,840 --> 04:54:50,160 7412 04:54:50,160 --> 04:54:52,798 7413 04:54:52,798 --> 04:54:56,320 7414 04:54:56,400 --> 04:54:59,280 7415 04:54:59,280 --> 04:55:00,560 7416 04:55:00,560 --> 04:55:03,520 7417 04:55:03,520 --> 04:55:06,958 7418 04:55:06,958 --> 04:55:09,520 7419 04:55:09,520 --> 04:55:11,280 7420 04:55:11,280 --> 04:55:13,520 7421 04:55:13,520 --> 04:55:16,400 7422 04:55:16,400 --> 04:55:19,200 7423 04:55:19,200 --> 04:55:23,360 7424 04:55:23,360 --> 04:55:27,200 7425 04:55:27,200 --> 04:55:30,240 7426 04:55:30,240 --> 04:55:32,320 7427 04:55:32,320 --> 04:55:35,440 7428 04:55:35,440 --> 04:55:37,440 7429 04:55:37,440 --> 04:55:39,440 7430 04:55:39,440 --> 04:55:42,080 7431 04:55:42,080 --> 04:55:44,798 7432 04:55:44,798 --> 04:55:48,480 7433 04:55:50,160 --> 04:55:52,560 7434 04:55:52,560 --> 04:55:54,240 7435 04:55:54,240 --> 04:55:56,080 7436 04:55:56,080 --> 04:55:58,000 7437 04:55:58,000 --> 04:56:01,360 7438 04:56:01,360 --> 04:56:03,760 7439 04:56:03,760 --> 04:56:08,320 7440 04:56:08,320 --> 04:56:10,480 7441 04:56:10,480 --> 04:56:12,160 7442 04:56:12,160 --> 04:56:14,080 7443 04:56:14,080 --> 04:56:17,798 7444 04:56:17,798 --> 04:56:21,360 7445 04:56:21,360 --> 04:56:24,240 7446 04:56:24,240 --> 04:56:26,958 7447 04:56:26,958 --> 04:56:28,958 7448 04:56:28,958 --> 04:56:30,798 7449 04:56:30,798 --> 04:56:33,680 7450 04:56:33,680 --> 04:56:35,680 7451 04:56:35,680 --> 04:56:38,718 7452 04:56:38,718 --> 04:56:40,240 7453 04:56:40,240 --> 04:56:42,638 7454 04:56:42,638 --> 04:56:45,040 7455 04:56:45,040 --> 04:56:48,480 7456 04:56:48,480 --> 04:56:50,638 7457 04:56:50,638 --> 04:56:52,480 7458 04:56:52,480 --> 04:56:53,680 7459 04:56:53,680 --> 04:56:56,160 7460 04:56:56,160 --> 04:56:57,200 7461 04:56:57,200 --> 04:56:59,440 7462 04:56:59,440 --> 04:57:01,920 7463 04:57:01,920 --> 04:57:04,480 7464 04:57:04,480 --> 04:57:07,600 7465 04:57:07,600 --> 04:57:10,000 7466 04:57:10,000 --> 04:57:11,280 7467 04:57:11,280 --> 04:57:13,840 7468 04:57:13,840 --> 04:57:16,320 7469 04:57:16,320 --> 04:57:19,040 7470 04:57:19,040 --> 04:57:21,200 7471 04:57:21,200 --> 04:57:23,680 7472 04:57:23,680 --> 04:57:25,760 7473 04:57:25,760 --> 04:57:28,240 7474 04:57:28,240 --> 04:57:31,360 7475 04:57:31,360 --> 04:57:32,638 7476 04:57:32,638 --> 04:57:35,440 7477 04:57:35,440 --> 04:57:36,958 7478 04:57:36,958 --> 04:57:39,760 7479 04:57:39,760 --> 04:57:42,638 7480 04:57:42,638 --> 04:57:45,120 7481 04:57:45,120 --> 04:57:47,040 7482 04:57:47,040 --> 04:57:48,798 7483 04:57:48,798 --> 04:57:50,718 7484 04:57:50,718 --> 04:57:52,878 7485 04:57:52,878 --> 04:57:56,878 7486 04:57:56,878 --> 04:57:59,520 7487 04:57:59,520 --> 04:58:01,280 7488 04:58:01,280 --> 04:58:02,480 7489 04:58:02,480 --> 04:58:05,360 7490 04:58:05,360 --> 04:58:07,760 7491 04:58:07,760 --> 04:58:10,320 7492 04:58:10,320 --> 04:58:13,120 7493 04:58:13,120 --> 04:58:14,878 7494 04:58:14,878 --> 04:58:17,600 7495 04:58:17,600 --> 04:58:20,560 7496 04:58:20,560 --> 04:58:23,680 7497 04:58:23,680 --> 04:58:27,440 7498 04:58:27,440 --> 04:58:28,560 7499 04:58:28,560 --> 04:58:31,840 7500 04:58:31,920 --> 04:58:34,240 7501 04:58:34,240 --> 04:58:36,000 7502 04:58:36,000 --> 04:58:38,638 7503 04:58:38,638 --> 04:58:41,360 7504 04:58:41,360 --> 04:58:43,760 7505 04:58:43,760 --> 04:58:45,120 7506 04:58:45,120 --> 04:58:47,200 7507 04:58:47,200 --> 04:58:48,878 7508 04:58:48,878 --> 04:58:52,320 7509 04:58:52,320 --> 04:58:54,878 7510 04:58:54,878 --> 04:58:57,920 7511 04:58:57,920 --> 04:58:59,840 7512 04:58:59,840 --> 04:59:03,200 7513 04:59:03,200 --> 04:59:05,840 7514 04:59:05,840 --> 04:59:07,840 7515 04:59:07,840 --> 04:59:10,400 7516 04:59:10,400 --> 04:59:13,600 7517 04:59:13,600 --> 04:59:15,280 7518 04:59:15,280 --> 04:59:17,040 7519 04:59:17,040 --> 04:59:19,840 7520 04:59:19,840 --> 04:59:21,360 7521 04:59:21,360 --> 04:59:24,638 7522 04:59:24,638 --> 04:59:26,320 7523 04:59:26,320 --> 04:59:28,560 7524 04:59:28,560 --> 04:59:30,080 7525 04:59:30,080 --> 04:59:32,240 7526 04:59:32,240 --> 04:59:34,718 7527 04:59:34,718 --> 04:59:36,958 7528 04:59:36,958 --> 04:59:39,120 7529 04:59:39,120 --> 04:59:42,560 7530 04:59:42,560 --> 04:59:45,440 7531 04:59:45,440 --> 04:59:48,080 7532 04:59:48,080 --> 04:59:49,280 7533 04:59:49,280 --> 04:59:51,520 7534 04:59:51,520 --> 04:59:53,680 7535 04:59:53,680 --> 04:59:54,718 7536 04:59:54,718 --> 04:59:56,798 7537 04:59:56,798 --> 04:59:59,120 7538 04:59:59,120 --> 05:00:01,840 7539 05:00:01,840 --> 05:00:04,798 7540 05:00:04,798 --> 05:00:07,280 7541 05:00:07,280 --> 05:00:10,958 7542 05:00:10,958 --> 05:00:13,760 7543 05:00:13,760 --> 05:00:15,520 7544 05:00:15,520 --> 05:00:16,878 7545 05:00:16,878 --> 05:00:18,000 7546 05:00:18,000 --> 05:00:18,798 7547 05:00:18,798 --> 05:00:21,680 7548 05:00:21,680 --> 05:00:24,400 7549 05:00:24,400 --> 05:00:26,560 7550 05:00:26,560 --> 05:00:30,638 7551 05:00:30,638 --> 05:00:33,680 7552 05:00:33,680 --> 05:00:35,520 7553 05:00:35,520 --> 05:00:36,878 7554 05:00:36,878 --> 05:00:39,520 7555 05:00:39,520 --> 05:00:42,160 7556 05:00:42,160 --> 05:00:45,280 7557 05:00:45,280 --> 05:00:46,958 7558 05:00:46,958 --> 05:00:50,400 7559 05:00:50,400 --> 05:00:53,040 7560 05:00:54,560 --> 05:00:56,080 7561 05:00:56,080 --> 05:00:57,360 7562 05:00:57,360 --> 05:01:00,160 7563 05:01:00,160 --> 05:01:02,798 7564 05:01:02,798 --> 05:01:05,400 7565 05:01:05,400 --> 05:01:08,320 7566 05:01:08,320 --> 05:01:09,520 7567 05:01:09,520 --> 05:01:11,680 7568 05:01:11,680 --> 05:01:13,760 7569 05:01:13,760 --> 05:01:14,958 7570 05:01:14,958 --> 05:01:17,680 7571 05:01:17,680 --> 05:01:20,080 7572 05:01:20,080 --> 05:01:21,680 7573 05:01:21,680 --> 05:01:24,000 7574 05:01:24,000 --> 05:01:26,000 7575 05:01:26,000 --> 05:01:27,360 7576 05:01:27,360 --> 05:01:30,080 7577 05:01:30,080 --> 05:01:32,160 7578 05:01:32,160 --> 05:01:33,920 7579 05:01:33,920 --> 05:01:37,120 7580 05:01:39,440 --> 05:01:42,080 7581 05:01:42,080 --> 05:01:44,480 7582 05:01:44,480 --> 05:01:46,878 7583 05:01:46,878 --> 05:01:50,000 7584 05:01:50,000 --> 05:01:51,600 7585 05:01:51,600 --> 05:01:54,638 7586 05:01:54,638 --> 05:01:57,760 7587 05:01:57,760 --> 05:02:00,000 7588 05:02:00,000 --> 05:02:00,958 7589 05:02:00,958 --> 05:02:03,680 7590 05:02:03,680 --> 05:02:05,760 7591 05:02:05,760 --> 05:02:08,240 7592 05:02:08,240 --> 05:02:10,638 7593 05:02:10,638 --> 05:02:14,080 7594 05:02:14,080 --> 05:02:16,480 7595 05:02:16,480 --> 05:02:19,120 7596 05:02:19,120 --> 05:02:22,000 7597 05:02:22,240 --> 05:02:24,480 7598 05:02:24,480 --> 05:02:28,240 7599 05:02:28,240 --> 05:02:31,200 7600 05:02:31,200 --> 05:02:33,120 7601 05:02:33,120 --> 05:02:35,680 7602 05:02:35,680 --> 05:02:37,840 7603 05:02:37,840 --> 05:02:39,200 7604 05:02:39,200 --> 05:02:41,600 7605 05:02:41,600 --> 05:02:43,600 7606 05:02:43,600 --> 05:02:46,560 7607 05:02:46,560 --> 05:02:49,520 7608 05:02:49,520 --> 05:02:52,638 7609 05:02:52,638 --> 05:02:54,958 7610 05:02:54,958 --> 05:02:57,120 7611 05:02:57,120 --> 05:02:58,718 7612 05:02:58,718 --> 05:03:01,280 7613 05:03:02,080 --> 05:03:02,878 7614 05:03:02,878 --> 05:03:04,878 7615 05:03:04,878 --> 05:03:07,440 7616 05:03:07,440 --> 05:03:11,120 7617 05:03:11,120 --> 05:03:13,600 7618 05:03:13,600 --> 05:03:16,080 7619 05:03:16,080 --> 05:03:18,160 7620 05:03:18,160 --> 05:03:20,638 7621 05:03:20,638 --> 05:03:24,080 7622 05:03:24,080 --> 05:03:27,360 7623 05:03:27,360 --> 05:03:30,080 7624 05:03:30,080 --> 05:03:33,360 7625 05:03:33,360 --> 05:03:34,480 7626 05:03:34,480 --> 05:03:35,280 7627 05:03:35,280 --> 05:03:38,480 7628 05:03:38,480 --> 05:03:42,878 7629 05:03:42,878 --> 05:03:45,840 7630 05:03:45,840 --> 05:03:48,400 7631 05:03:48,400 --> 05:03:50,560 7632 05:03:50,560 --> 05:03:52,240 7633 05:03:52,240 --> 05:03:54,878 7634 05:03:54,878 --> 05:03:57,200 7635 05:03:57,200 --> 05:04:00,160 7636 05:04:00,160 --> 05:04:02,718 7637 05:04:02,798 --> 05:04:06,000 7638 05:04:06,000 --> 05:04:10,080 7639 05:04:10,080 --> 05:04:12,160 7640 05:04:12,160 --> 05:04:15,280 7641 05:04:15,280 --> 05:04:17,120 7642 05:04:17,120 --> 05:04:19,040 7643 05:04:19,040 --> 05:04:21,280 7644 05:04:21,280 --> 05:04:26,840 7645 05:04:26,840 --> 05:04:30,878 7646 05:04:30,878 --> 05:04:33,600 7647 05:04:33,600 --> 05:04:36,240 7648 05:04:36,240 --> 05:04:38,480 7649 05:04:38,480 --> 05:04:41,440 7650 05:04:41,440 --> 05:04:43,200 7651 05:04:43,200 --> 05:04:45,200 7652 05:04:45,200 --> 05:04:47,520 7653 05:04:47,520 --> 05:04:53,200 7654 05:04:53,200 --> 05:04:54,718 7655 05:04:54,718 --> 05:04:57,280 7656 05:04:57,280 --> 05:05:00,400 7657 05:05:00,400 --> 05:05:01,680 7658 05:05:01,680 --> 05:05:03,840 7659 05:05:03,840 --> 05:05:06,000 7660 05:05:06,000 --> 05:05:10,240 7661 05:05:10,638 --> 05:05:13,360 7662 05:05:13,360 --> 05:05:16,400 7663 05:05:16,400 --> 05:05:19,200 7664 05:05:19,200 --> 05:05:21,200 7665 05:05:21,200 --> 05:05:22,718 7666 05:05:22,718 --> 05:05:23,760 7667 05:05:23,760 --> 05:05:26,878 7668 05:05:26,878 --> 05:05:28,560 7669 05:05:28,560 --> 05:05:31,120 7670 05:05:31,120 --> 05:05:33,280 7671 05:05:33,280 --> 05:05:35,520 7672 05:05:35,520 --> 05:05:38,878 7673 05:05:38,878 --> 05:05:41,920 7674 05:05:41,920 --> 05:05:43,440 7675 05:05:43,440 --> 05:05:45,200 7676 05:05:45,200 --> 05:05:48,240 7677 05:05:48,240 --> 05:05:51,040 7678 05:05:51,040 --> 05:05:54,160 7679 05:05:54,160 --> 05:05:55,600 7680 05:05:55,600 --> 05:05:58,240 7681 05:05:58,240 --> 05:06:01,440 7682 05:06:01,440 --> 05:06:03,200 7683 05:06:03,200 --> 05:06:06,958 7684 05:06:06,958 --> 05:06:09,840 7685 05:06:09,840 --> 05:06:14,080 7686 05:06:14,080 --> 05:06:14,878 7687 05:06:14,878 --> 05:06:16,320 7688 05:06:16,320 --> 05:06:18,480 7689 05:06:18,480 --> 05:06:20,320 7690 05:06:20,320 --> 05:06:21,600 7691 05:06:21,600 --> 05:06:23,200 7692 05:06:23,200 --> 05:06:26,080 7693 05:06:26,080 --> 05:06:28,480 7694 05:06:28,480 --> 05:06:32,480 7695 05:06:32,480 --> 05:06:34,798 7696 05:06:34,798 --> 05:06:35,920 7697 05:06:35,920 --> 05:06:37,520 7698 05:06:37,520 --> 05:06:40,480 7699 05:06:40,480 --> 05:06:41,520 7700 05:06:41,520 --> 05:06:42,878 7701 05:06:42,878 --> 05:06:44,878 7702 05:06:44,878 --> 05:06:47,440 7703 05:06:47,440 --> 05:06:50,160 7704 05:06:50,160 --> 05:06:51,520 7705 05:06:51,520 --> 05:06:53,520 7706 05:06:53,520 --> 05:06:55,040 7707 05:06:55,040 --> 05:06:56,878 7708 05:06:56,878 --> 05:06:59,040 7709 05:06:59,040 --> 05:07:01,440 7710 05:07:01,440 --> 05:07:03,760 7711 05:07:03,760 --> 05:07:05,920 7712 05:07:05,920 --> 05:07:08,560 7713 05:07:08,560 --> 05:07:10,958 7714 05:07:10,958 --> 05:07:12,480 7715 05:07:12,480 --> 05:07:15,280 7716 05:07:15,280 --> 05:07:16,320 7717 05:07:16,320 --> 05:07:17,600 7718 05:07:17,600 --> 05:07:20,878 7719 05:07:20,878 --> 05:07:23,280 7720 05:07:23,280 --> 05:07:24,958 7721 05:07:24,958 --> 05:07:28,718 7722 05:07:28,718 --> 05:07:31,360 7723 05:07:31,360 --> 05:07:33,920 7724 05:07:33,920 --> 05:07:37,440 7725 05:07:37,440 --> 05:07:39,040 7726 05:07:39,040 --> 05:07:41,200 7727 05:07:41,200 --> 05:07:42,718 7728 05:07:42,718 --> 05:07:45,120 7729 05:07:45,120 --> 05:07:48,000 7730 05:07:48,000 --> 05:07:50,000 7731 05:07:50,000 --> 05:07:53,040 7732 05:07:53,040 --> 05:07:56,638 7733 05:07:56,638 --> 05:07:58,718 7734 05:07:58,718 --> 05:08:00,240 7735 05:08:00,240 --> 05:08:01,440 7736 05:08:01,440 --> 05:08:02,878 7737 05:08:02,878 --> 05:08:05,440 7738 05:08:05,440 --> 05:08:07,440 7739 05:08:07,440 --> 05:08:09,360 7740 05:08:09,360 --> 05:08:11,920 7741 05:08:11,920 --> 05:08:13,440 7742 05:08:13,440 --> 05:08:16,000 7743 05:08:16,000 --> 05:08:17,840 7744 05:08:17,840 --> 05:08:20,718 7745 05:08:20,718 --> 05:08:23,440 7746 05:08:23,440 --> 05:08:25,600 7747 05:08:25,600 --> 05:08:27,520 7748 05:08:27,520 --> 05:08:30,718 7749 05:08:30,718 --> 05:08:33,360 7750 05:08:33,360 --> 05:08:35,680 7751 05:08:35,680 --> 05:08:37,920 7752 05:08:37,920 --> 05:08:39,440 7753 05:08:39,440 --> 05:08:41,200 7754 05:08:41,200 --> 05:08:42,000 7755 05:08:42,000 --> 05:08:47,040 7756 05:08:47,040 --> 05:08:51,120 7757 05:08:51,120 --> 05:08:54,400 7758 05:08:54,400 --> 05:08:57,920 7759 05:08:57,920 --> 05:08:59,840 7760 05:08:59,840 --> 05:09:00,798 7761 05:09:00,798 --> 05:09:02,560 7762 05:09:02,560 --> 05:09:04,320 7763 05:09:04,320 --> 05:09:07,600 7764 05:09:07,600 --> 05:09:09,520 7765 05:09:09,520 --> 05:09:11,280 7766 05:09:11,280 --> 05:09:13,280 7767 05:09:13,280 --> 05:09:15,360 7768 05:09:15,360 --> 05:09:17,040 7769 05:09:17,040 --> 05:09:18,240 7770 05:09:18,240 --> 05:09:20,878 7771 05:09:20,878 --> 05:09:23,280 7772 05:09:23,280 --> 05:09:26,080 7773 05:09:26,080 --> 05:09:28,638 7774 05:09:28,638 --> 05:09:31,040 7775 05:09:31,040 --> 05:09:33,440 7776 05:09:33,440 --> 05:09:35,680 7777 05:09:35,680 --> 05:09:37,360 7778 05:09:37,360 --> 05:09:39,360 7779 05:09:39,360 --> 05:09:40,480 7780 05:09:40,480 --> 05:09:44,958 7781 05:09:45,440 --> 05:09:47,840 7782 05:09:47,840 --> 05:09:48,958 7783 05:09:48,958 --> 05:09:51,280 7784 05:09:51,280 --> 05:09:53,680 7785 05:09:53,680 --> 05:09:56,560 7786 05:09:56,560 --> 05:09:57,840 7787 05:09:57,840 --> 05:09:59,760 7788 05:09:59,760 --> 05:10:01,440 7789 05:10:01,440 --> 05:10:03,440 7790 05:10:03,440 --> 05:10:06,638 7791 05:10:06,638 --> 05:10:08,080 7792 05:10:08,080 --> 05:10:09,040 7793 05:10:09,040 --> 05:10:12,958 7794 05:10:12,958 --> 05:10:15,520 7795 05:10:15,520 --> 05:10:17,920 7796 05:10:17,920 --> 05:10:19,040 7797 05:10:19,040 --> 05:10:21,280 7798 05:10:21,280 --> 05:10:23,600 7799 05:10:23,600 --> 05:10:26,480 7800 05:10:26,480 --> 05:10:28,000 7801 05:10:28,000 --> 05:10:31,280 7802 05:10:31,280 --> 05:10:34,160 7803 05:10:34,160 --> 05:10:36,878 7804 05:10:36,878 --> 05:10:40,480 7805 05:10:40,480 --> 05:10:43,360 7806 05:10:43,360 --> 05:10:45,520 7807 05:10:45,520 --> 05:10:46,798 7808 05:10:46,798 --> 05:10:48,160 7809 05:10:48,160 --> 05:10:49,520 7810 05:10:49,520 --> 05:10:50,718 7811 05:10:50,718 --> 05:10:52,718 7812 05:10:52,718 --> 05:10:55,360 7813 05:10:55,360 --> 05:10:58,320 7814 05:10:58,320 --> 05:11:01,120 7815 05:11:01,120 --> 05:11:03,680 7816 05:11:03,680 --> 05:11:06,000 7817 05:11:06,000 --> 05:11:08,718 7818 05:11:08,718 --> 05:11:11,600 7819 05:11:11,600 --> 05:11:14,080 7820 05:11:14,080 --> 05:11:16,160 7821 05:11:16,160 --> 05:11:19,120 7822 05:11:19,120 --> 05:11:21,760 7823 05:11:21,760 --> 05:11:24,718 7824 05:11:24,718 --> 05:11:27,600 7825 05:11:27,600 --> 05:11:30,320 7826 05:11:30,320 --> 05:11:32,400 7827 05:11:32,400 --> 05:11:34,160 7828 05:11:34,160 --> 05:11:36,400 7829 05:11:36,400 --> 05:11:38,240 7830 05:11:38,240 --> 05:11:41,040 7831 05:11:41,040 --> 05:11:43,040 7832 05:11:43,040 --> 05:11:45,920 7833 05:11:45,920 --> 05:11:47,680 7834 05:11:47,680 --> 05:11:50,240 7835 05:11:50,240 --> 05:11:53,440 7836 05:11:53,440 --> 05:11:56,560 7837 05:11:56,560 --> 05:11:58,878 7838 05:11:58,878 --> 05:12:02,320 7839 05:12:02,320 --> 05:12:04,718 7840 05:12:04,718 --> 05:12:06,878 7841 05:12:06,878 --> 05:12:09,600 7842 05:12:09,600 --> 05:12:10,798 7843 05:12:10,798 --> 05:12:13,680 7844 05:12:13,680 --> 05:12:15,200 7845 05:12:15,200 --> 05:12:17,920 7846 05:12:17,920 --> 05:12:20,160 7847 05:12:20,160 --> 05:12:23,040 7848 05:12:23,040 --> 05:12:26,160 7849 05:12:26,160 --> 05:12:29,120 7850 05:12:29,120 --> 05:12:32,240 7851 05:12:32,240 --> 05:12:35,600 7852 05:12:35,600 --> 05:12:36,560 7853 05:12:36,560 --> 05:12:39,360 7854 05:12:39,360 --> 05:12:41,120 7855 05:12:41,120 --> 05:12:44,560 7856 05:12:44,560 --> 05:12:48,160 7857 05:12:48,160 --> 05:12:52,000 7858 05:12:52,000 --> 05:12:55,440 7859 05:12:55,440 --> 05:12:57,920 7860 05:12:57,920 --> 05:12:59,680 7861 05:12:59,680 --> 05:13:01,840 7862 05:13:01,840 --> 05:13:04,000 7863 05:13:04,000 --> 05:13:06,240 7864 05:13:06,240 --> 05:13:08,798 7865 05:13:08,798 --> 05:13:11,680 7866 05:13:11,680 --> 05:13:13,760 7867 05:13:13,760 --> 05:13:17,360 7868 05:13:17,360 --> 05:13:19,200 7869 05:13:19,200 --> 05:13:22,320 7870 05:13:22,320 --> 05:13:23,280 7871 05:13:23,280 --> 05:13:25,680 7872 05:13:25,680 --> 05:13:27,760 7873 05:13:27,760 --> 05:13:29,600 7874 05:13:29,600 --> 05:13:31,840 7875 05:13:31,840 --> 05:13:34,400 7876 05:13:34,400 --> 05:13:35,840 7877 05:13:35,840 --> 05:13:39,680 7878 05:13:39,680 --> 05:13:42,000 7879 05:13:42,000 --> 05:13:43,760 7880 05:13:43,760 --> 05:13:46,560 7881 05:13:46,560 --> 05:13:48,320 7882 05:13:48,320 --> 05:13:50,878 7883 05:13:50,878 --> 05:13:52,480 7884 05:13:52,480 --> 05:13:54,878 7885 05:13:54,878 --> 05:13:57,040 7886 05:13:57,040 --> 05:13:58,718 7887 05:13:58,718 --> 05:14:00,240 7888 05:14:00,240 --> 05:14:02,480 7889 05:14:02,480 --> 05:14:05,200 7890 05:14:05,200 --> 05:14:07,520 7891 05:14:07,520 --> 05:14:08,878 7892 05:14:08,878 --> 05:14:12,718 7893 05:14:12,718 --> 05:14:13,680 7894 05:14:13,680 --> 05:14:15,280 7895 05:14:15,280 --> 05:14:19,120 7896 05:14:19,120 --> 05:14:20,638 7897 05:14:20,638 --> 05:14:23,680 7898 05:14:23,680 --> 05:14:28,080 7899 05:14:28,080 --> 05:14:29,760 7900 05:14:29,760 --> 05:14:33,760 7901 05:14:33,760 --> 05:14:37,680 7902 05:14:38,000 --> 05:14:41,360 7903 05:14:41,360 --> 05:14:43,520 7904 05:14:43,520 --> 05:14:44,798 7905 05:14:44,798 --> 05:14:46,718 7906 05:14:46,718 --> 05:14:48,560 7907 05:14:48,560 --> 05:14:52,000 7908 05:14:52,000 --> 05:14:54,560 7909 05:14:54,560 --> 05:14:56,240 7910 05:14:56,240 --> 05:14:58,878 7911 05:14:58,878 --> 05:15:00,878 7912 05:15:00,878 --> 05:15:02,400 7913 05:15:02,400 --> 05:15:05,680 7914 05:15:05,680 --> 05:15:07,440 7915 05:15:07,440 --> 05:15:09,760 7916 05:15:09,760 --> 05:15:11,920 7917 05:15:11,920 --> 05:15:14,240 7918 05:15:14,240 --> 05:15:17,200 7919 05:15:17,200 --> 05:15:18,638 7920 05:15:18,638 --> 05:15:21,200 7921 05:15:21,200 --> 05:15:22,160 7922 05:15:22,160 --> 05:15:25,120 7923 05:15:25,120 --> 05:15:28,320 7924 05:15:28,320 --> 05:15:29,200 7925 05:15:29,200 --> 05:15:31,760 7926 05:15:31,760 --> 05:15:34,560 7927 05:15:34,560 --> 05:15:37,040 7928 05:15:37,040 --> 05:15:39,360 7929 05:15:39,360 --> 05:15:42,000 7930 05:15:42,000 --> 05:15:43,840 7931 05:15:43,840 --> 05:15:47,360 7932 05:15:47,360 --> 05:15:50,320 7933 05:15:50,320 --> 05:15:53,440 7934 05:15:53,440 --> 05:15:56,160 7935 05:15:56,160 --> 05:15:58,560 7936 05:15:58,560 --> 05:16:00,878 7937 05:16:00,878 --> 05:16:02,798 7938 05:16:02,798 --> 05:16:04,718 7939 05:16:04,718 --> 05:16:07,200 7940 05:16:07,200 --> 05:16:09,280 7941 05:16:09,280 --> 05:16:11,520 7942 05:16:11,520 --> 05:16:14,160 7943 05:16:14,160 --> 05:16:16,560 7944 05:16:16,560 --> 05:16:17,680 7945 05:16:17,680 --> 05:16:19,200 7946 05:16:19,200 --> 05:16:21,680 7947 05:16:21,680 --> 05:16:23,120 7948 05:16:23,120 --> 05:16:24,560 7949 05:16:24,560 --> 05:16:26,638 7950 05:16:26,638 --> 05:16:28,638 7951 05:16:28,638 --> 05:16:31,120 7952 05:16:31,120 --> 05:16:34,320 7953 05:16:34,320 --> 05:16:36,080 7954 05:16:36,080 --> 05:16:39,120 7955 05:16:39,120 --> 05:16:42,240 7956 05:16:42,240 --> 05:16:45,200 7957 05:16:45,200 --> 05:16:49,040 7958 05:16:49,040 --> 05:16:51,360 7959 05:16:51,360 --> 05:16:54,718 7960 05:16:54,718 --> 05:16:57,520 7961 05:16:57,520 --> 05:17:00,480 7962 05:17:00,480 --> 05:17:01,440 7963 05:17:01,440 --> 05:17:04,160 7964 05:17:04,160 --> 05:17:06,718 7965 05:17:06,718 --> 05:17:08,878 7966 05:17:08,878 --> 05:17:11,680 7967 05:17:11,680 --> 05:17:15,680 7968 05:17:15,680 --> 05:17:18,400 7969 05:17:18,400 --> 05:17:20,878 7970 05:17:20,878 --> 05:17:23,520 7971 05:17:23,520 --> 05:17:26,080 7972 05:17:26,080 --> 05:17:28,320 7973 05:17:28,320 --> 05:17:30,080 7974 05:17:30,080 --> 05:17:31,600 7975 05:17:31,600 --> 05:17:34,560 7976 05:17:34,560 --> 05:17:37,280 7977 05:17:37,280 --> 05:17:40,000 7978 05:17:40,000 --> 05:17:42,718 7979 05:17:42,718 --> 05:17:45,760 7980 05:17:45,760 --> 05:17:48,320 7981 05:17:48,320 --> 05:17:51,440 7982 05:17:51,440 --> 05:17:53,360 7983 05:17:53,360 --> 05:17:55,600 7984 05:17:55,600 --> 05:17:57,520 7985 05:17:57,520 --> 05:17:59,840 7986 05:17:59,840 --> 05:18:01,920 7987 05:18:01,920 --> 05:18:04,638 7988 05:18:04,638 --> 05:18:06,480 7989 05:18:06,480 --> 05:18:08,798 7990 05:18:08,798 --> 05:18:10,560 7991 05:18:10,560 --> 05:18:12,958 7992 05:18:12,958 --> 05:18:15,200 7993 05:18:15,200 --> 05:18:17,200 7994 05:18:17,200 --> 05:18:19,280 7995 05:18:19,280 --> 05:18:21,600 7996 05:18:21,600 --> 05:18:24,080 7997 05:18:24,080 --> 05:18:26,320 7998 05:18:26,320 --> 05:18:28,560 7999 05:18:28,560 --> 05:18:30,240 8000 05:18:30,240 --> 05:18:32,320 8001 05:18:32,320 --> 05:18:34,878 8002 05:18:34,878 --> 05:18:37,600 8003 05:18:37,600 --> 05:18:38,878 8004 05:18:38,878 --> 05:18:40,798 8005 05:18:40,798 --> 05:18:44,280 558166

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.