react-covideo-embed 1.0.96 → 1.0.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/build/index.js +70 -70
  2. package/build/index.js.map +1 -1
  3. package/build/react-covideo-embed.esm.js +990 -980
  4. package/build/react-covideo-embed.esm.js.map +1 -1
  5. package/dist/app/App.d.ts +1 -1
  6. package/dist/app/pages/insertVideo/InsertVideo.d.ts +1 -1
  7. package/dist/app/pages/insertVideo/components/CopyVideoButton.d.ts +1 -1
  8. package/dist/app/pages/insertVideo/components/InsertButton.d.ts +1 -1
  9. package/dist/app/pages/insertVideo/components/InsertVideoSettings.d.ts +2 -2
  10. package/dist/app/pages/insertVideo/components/VehicleSearch.d.ts +1 -1
  11. package/dist/app/pages/lesaTV/LesaTV.d.ts +1 -1
  12. package/dist/app/pages/lesaTV/components/PageInfo.d.ts +1 -1
  13. package/dist/app/pages/lesaTV/components/Search.d.ts +1 -1
  14. package/dist/app/pages/library/Library.d.ts +1 -1
  15. package/dist/app/pages/library/components/NoVideos.d.ts +1 -1
  16. package/dist/app/pages/library/components/PageInfo.d.ts +1 -1
  17. package/dist/app/pages/library/components/Search.d.ts +1 -1
  18. package/dist/app/pages/library/components/UserDropdown.d.ts +1 -1
  19. package/dist/app/pages/library/components/VideoItem.d.ts +1 -1
  20. package/dist/app/pages/library/components/VideoItemThumbnail.d.ts +2 -1
  21. package/dist/app/pages/login/Login.d.ts +1 -1
  22. package/dist/app/pages/login/PasswordForm.d.ts +1 -1
  23. package/dist/app/pages/login/SSOVerifying.d.ts +1 -1
  24. package/dist/app/pages/login/UsernameForm.d.ts +1 -1
  25. package/dist/app/pages/merge/Merge.d.ts +2 -1
  26. package/dist/app/pages/merge/components/Player.d.ts +2 -1
  27. package/dist/app/pages/merge/components/VideoMerge.d.ts +1 -1
  28. package/dist/app/pages/merge/components/VideoRow.d.ts +2 -1
  29. package/dist/app/pages/merge/components/VideoThumbnail.d.ts +2 -1
  30. package/dist/app/pages/noAccess/NoAccess.d.ts +1 -1
  31. package/dist/app/pages/preview/PreviewVideoPlayer.d.ts +1 -1
  32. package/dist/app/pages/previewUpload/PreviewUpload.d.ts +1 -1
  33. package/dist/app/pages/quickVideos/QuickVideos.d.ts +1 -1
  34. package/dist/app/pages/quickVideos/card/QuickVideoCard.d.ts +1 -1
  35. package/dist/app/pages/quickVideos/card/components/QuickVideoCardBodySection.d.ts +1 -1
  36. package/dist/app/pages/quickVideos/card/components/QuickVideoCardFooterSection.d.ts +1 -1
  37. package/dist/app/pages/quickVideos/card/components/QuickVideoCardHeader.d.ts +1 -1
  38. package/dist/app/pages/quickVideos/form/Manager.d.ts +1 -1
  39. package/dist/app/pages/quickVideos/form/Page.d.ts +1 -1
  40. package/dist/app/pages/quickVideos/form/View.d.ts +1 -1
  41. package/dist/app/pages/quickVideos/modals/QuickVideoAddVideoModal.d.ts +1 -1
  42. package/dist/app/pages/quickVideos/modals/QuickVideoDetailsModal.d.ts +1 -1
  43. package/dist/app/pages/quickVideos/modals/components/QuickVideoAddVideoListItem.d.ts +1 -1
  44. package/dist/app/pages/quickVideos/modals/components/QuickVideoDetailsModalFooter.d.ts +1 -1
  45. package/dist/app/pages/quickVideos/modals/components/QuickVideoDetailsModalForm.d.ts +1 -1
  46. package/dist/app/pages/quickVideos/modals/components/QuickVideoDetailsModalHeader.d.ts +1 -1
  47. package/dist/app/pages/quickVideos/modals/components/QuickVideoPart.d.ts +1 -1
  48. package/dist/app/pages/quickVideos/modals/components/QuickVideoUserConfigurationVideoDetails.d.ts +1 -1
  49. package/dist/app/pages/recordv1/ChooseRecordingOptions.d.ts +1 -1
  50. package/dist/app/pages/recordv1/Countdown.d.ts +1 -1
  51. package/dist/app/pages/recordv1/FolderDropdown.d.ts +1 -1
  52. package/dist/app/pages/recordv1/ModalRecordingVideoSettings.d.ts +2 -1
  53. package/dist/app/pages/recordv1/ModalTeleprompterRecord.d.ts +1 -1
  54. package/dist/app/pages/recordv1/ModalVideoTags.d.ts +2 -1
  55. package/dist/app/pages/recordv1/ProgressCircle.d.ts +1 -1
  56. package/dist/app/pages/recordv1/RecordBoth.d.ts +2 -1
  57. package/dist/app/pages/recordv1/RecordCam.d.ts +1 -1
  58. package/dist/app/pages/recordv1/RecordCamLoader.d.ts +1 -1
  59. package/dist/app/pages/recordv1/RecordHome.d.ts +1 -1
  60. package/dist/app/pages/recordv1/RecorderBody.d.ts +1 -1
  61. package/dist/app/pages/recordv1/RecordingHeadingWithRouteGuard.d.ts +1 -1
  62. package/dist/app/pages/recordv1/ScreenRecorder.d.ts +1 -1
  63. package/dist/app/pages/recordv1/Scroller.d.ts +2 -1
  64. package/dist/app/pages/recordv1/Teleprompter/BaseTeleprompterActions.d.ts +1 -1
  65. package/dist/app/pages/recordv1/Teleprompter/RecordingTeleprompterActions.d.ts +1 -1
  66. package/dist/app/pages/recordv1/Teleprompter/TeleprompterActions.d.ts +2 -1
  67. package/dist/app/pages/recordv1/Teleprompter/TeleprompterDisplay.d.ts +2 -1
  68. package/dist/app/pages/recordv1/UploadLoader.d.ts +1 -1
  69. package/dist/app/pages/recordv1/VideoTag.d.ts +1 -1
  70. package/dist/app/pages/recordv1/VideoUploadFolderDropdown.d.ts +1 -1
  71. package/dist/app/pages/recordv1/VirtualBackgroundsButton.d.ts +1 -1
  72. package/dist/app/pages/recordv1/detailsPreview/DetailsPreview.d.ts +2 -1
  73. package/dist/app/pages/recordv1/detailsPreview/form/DetailsPreviewAtrributesHeader.d.ts +1 -1
  74. package/dist/app/pages/recordv1/detailsPreview/form/DetailsPreviewHeader.d.ts +1 -1
  75. package/dist/app/pages/recordv1/detailsPreview/form/DetailsPreviewVideoAttributes.d.ts +2 -1
  76. package/dist/app/pages/recordv1/detailsPreview/form/DetailsRecordPreviewTags.d.ts +1 -1
  77. package/dist/app/pages/recordv1/detailsPreview/form/VideoRequestDetails.d.ts +1 -1
  78. package/dist/app/pages/recordv1/routes.d.ts +1 -1
  79. package/dist/app/pages/recordv1/virtualBackgrounds/FilesTabContent.d.ts +2 -1
  80. package/dist/app/pages/recordv1/virtualBackgrounds/VirtualBackgroundLibraryModal.d.ts +2 -1
  81. package/dist/app/pages/recordv1/virtualBackgrounds/VirtualBackgrounds.d.ts +2 -1
  82. package/dist/app/pages/video/Upload.d.ts +2 -1
  83. package/dist/app/pages/video/components/Preview.d.ts +1 -1
  84. package/dist/app/pages/video/components/videoPlayer/VideoPlayer.d.ts +1 -1
  85. package/dist/app/pages/video/components/videoPlayer/components/onScreenPlayButton.d.ts +2 -1
  86. package/dist/app/pages/video/components/videoPlayer/components/progressBar.d.ts +1 -1
  87. package/dist/app/pages/video/components/videoPlayer/components/trim/Handle.d.ts +2 -1
  88. package/dist/app/pages/video/components/videoPlayer/components/trim/TimelineRange.d.ts +1 -1
  89. package/dist/app/pages/video/components/videoPlayer/components/trim/Trim.d.ts +1 -1
  90. package/dist/app/pages/video/components/videoPlayer/components/trim/VideoPreviewTrack.d.ts +2 -1
  91. package/dist/app/pages/video/components/videoPlayer/components/videoControls.d.ts +1 -1
  92. package/dist/app/pages/video/videoDetails/components/AttributesFields.d.ts +2 -1
  93. package/dist/app/pages/vinReels/ModalVideoPreview.d.ts +2 -1
  94. package/dist/app/pages/vinReels/VinReels.d.ts +3 -2
  95. package/dist/app/pages/voiceover/Voiceover.d.ts +1 -1
  96. package/dist/app/pages/voiceover/components/AudioRecorder.d.ts +1 -1
  97. package/dist/app/pages/voiceover/components/VideoPreview.d.ts +1 -1
  98. package/dist/app/pages/wheelsTV/WheelsTV.d.ts +1 -1
  99. package/dist/app/pages/wheelsTV/components/PageInfo.d.ts +1 -1
  100. package/dist/app/pages/wheelsTV/components/Search.d.ts +1 -1
  101. package/dist/index.d.ts +2 -0
  102. package/dist/lib/components/AddonDropdown.d.ts +1 -1
  103. package/dist/lib/components/ButtonDropdown.d.ts +1 -1
  104. package/dist/lib/components/ButtonSwitch.d.ts +1 -1
  105. package/dist/lib/components/CheckboxInput.d.ts +2 -1
  106. package/dist/lib/components/CloseButton.d.ts +1 -1
  107. package/dist/lib/components/Container.d.ts +1 -1
  108. package/dist/lib/components/CountDown.d.ts +1 -1
  109. package/dist/lib/components/DragAndDrop.d.ts +1 -1
  110. package/dist/lib/components/InformationBox.d.ts +2 -1
  111. package/dist/lib/components/Label.d.ts +1 -1
  112. package/dist/lib/components/LoadingIndicator.d.ts +2 -1
  113. package/dist/lib/components/Logo.d.ts +1 -1
  114. package/dist/lib/components/MainWrapper.d.ts +1 -1
  115. package/dist/lib/components/NewDropdown.d.ts +1 -1
  116. package/dist/lib/components/PreviewVideoBar.d.ts +1 -1
  117. package/dist/lib/components/RouteLeavingGuard.d.ts +1 -1
  118. package/dist/lib/components/TopBar.d.ts +1 -1
  119. package/dist/lib/components/formik/FormikDropdown.d.ts +1 -1
  120. package/dist/lib/components/formik/FormikErrorMessage.d.ts +1 -1
  121. package/dist/lib/components/formik/FormikTextAreaField.d.ts +1 -1
  122. package/dist/lib/components/inputs/RadioInput.d.ts +1 -1
  123. package/dist/lib/components/mediaTools/index.d.ts +1 -1
  124. package/dist/lib/components/modal/Modal.d.ts +1 -1
  125. package/dist/lib/components/modal/ModalQuickShareMarkAsSent.d.ts +1 -1
  126. package/dist/lib/components/modals/Modal.d.ts +1 -1
  127. package/dist/lib/components/modals/ModalInputText.d.ts +1 -1
  128. package/dist/lib/components/modals/ModalLeave.d.ts +1 -1
  129. package/dist/lib/components/modals/ModalPrompt.d.ts +1 -1
  130. package/dist/lib/components/modals/ModalUpload.d.ts +1 -1
  131. package/dist/lib/components/modals/ModalVideoPreview.d.ts +2 -1
  132. package/dist/lib/components/toast-notifications/ToastNotification.d.ts +1 -1
  133. package/dist/lib/components/toast-notifications/index.d.ts +2 -1
  134. package/dist/lib/components/videoUpload/MultipleUploadList.d.ts +2 -1
  135. package/dist/lib/components/videoUpload/VideoUpload.d.ts +1 -1
  136. package/dist/lib/context/ActionDispatchContext.d.ts +1 -1
  137. package/dist/lib/context/AuthorizationContext.d.ts +1 -1
  138. package/dist/lib/context/ConfigurationContext.d.ts +2 -0
  139. package/dist/lib/context/ContactUsModalContext.d.ts +1 -1
  140. package/dist/lib/context/record/provider.d.ts +1 -1
  141. package/dist/lib/context/teleprompter/provider.d.ts +1 -1
  142. package/dist/lib/hooks/query/markAsSent/useQuickShareMarkAsSentMutation.d.ts +4 -1
  143. package/dist/lib/hooks/useQuickShare.d.ts +1 -1
  144. package/dist/lib/images/volumeOff.d.ts +2 -1
  145. package/package.json +4 -4
package/build/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  (function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap";@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap";#covideo-embeddable-recorder{background:#f6f7f9;color:#272a32;font-style:normal;font-weight:400;font-size:15px;line-height:24px;box-sizing:border-box;text-align:left;max-width:100%}#covideo-embeddable-recorder *,#covideo-embeddable-recorder *:before,#covideo-embeddable-recorder *:after{box-sizing:border-box}#covideo-embeddable-recorder input,#covideo-embeddable-recorder button,#covideo-embeddable-recorder textarea,#covideo-embeddable-recorder select{font-family:inherit}#covideo-embeddable-recorder .ai-assist>button{width:32px;height:32px}#covideo-embeddable-recorder .ai-assist>button:hover{opacity:1!important}.ReactModal__Body--open .ai-assist img{width:100%;max-width:400px}.ReactModal__Body--open .ai-assist svg{box-sizing:content-box!important}@media(max-width:768px){.ReactModal__Body--open .ai-assist img{width:100%;height:auto}}@media(max-width:1240px){.ReactModal__Content{padding:0 15px!important;height:100%;display:block;inset:auto!important;position:initial!important;transform:none!important;margin-right:0!important;min-width:auto!important;width:auto!important}}.ai-assist *{font-family:Work Sans,sans-serif}.ai-assist img{width:100%;max-width:400px}@media(max-width:1240px){.ReactModal__Content{padding:0 15px!important;height:100%;display:block;inset:auto;position:initial!important;transform:none!important;margin-right:0!important;min-width:auto!important;width:auto!important}}')),document.head.appendChild(t)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
2
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),Me=require("react-query"),Gr=require("axios"),f=require("react"),p8=require("react-resize-detector"),eo=require("dayjs"),x8=require("dayjs/plugin/utc"),h8=require("dayjs/plugin/timezone"),qe=require("react-router-dom"),y8=require("file-saver"),l=require("styled-components"),f8=require("jwt-decode"),he=require("react-icons/md"),K=require("react-covideo-common"),re=require("react-i18next"),xr=require("lodash"),R1=require("react-icons/ai"),Wo=require("i18next");require("react-toastify/dist/ReactToastify.css");const V5=require("react-toastify"),Od=require("lottie-react"),ot=require("react-icons/io"),Ei=require("react-icons/io5"),L1=require("react-select/creatable"),qt=require("react-select"),g8=require("react-slider"),m8=require("react-modal"),Qo=require("react-router"),R5=require("react-icons/bs"),L5=require("color-convert"),$5=require("react-full-screen"),M5=require("react-icons/bi"),ht=require("formik"),v8=require("yup"),gi=require("react-compound-slider"),Va=require("react-beautiful-dnd"),Ra=require("react-spinners"),La=require("rc-progress/lib"),Dd=require("recordrtc"),Mn=require("react-icons/fa"),b8=require("rc-progress"),w8=require("react-scroll"),Nd=require("@mediapipe/tasks-vision"),S8=require("react-dropzone"),O5=require("react-infinite-scroll-component"),C8=require("js-cookie"),Pd=require("droplr-api"),k8=require("dayjs/plugin/duration");function D5(e){const i=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(i,n,a.get?a:{enumerable:!0,get:()=>e[n]})}}return i.default=e,Object.freeze(i)}const q=D5(f),Et=D5(v8),N5="React-Covideo-Embed-Version",p1={default:"https://api-sandbox.covideo.com/",development:"https://localhost:3000/api/",sandbox:"https://api-sandbox.covideo.com/",staging:"https://api-staging.covideo.com/",production:"https://api.covideo.com/"};var to=(e=>(e.jwt="react-covideo-embed-jwt",e.merge="react-covideo-merge",e.recordSettings="record_settings",e.recordError="react-covideo-record-error",e))(to||{});let co=localStorage.getItem("react-covideo-embed-jwt"),cr=p1.default,m0;const On=(e,i=!1)=>{i||localStorage.setItem("react-covideo-embed-jwt",e),co=e,je.defaults.headers.Authorization=`Bearer ${co}`,$1.headers.Authorization=`Bearer ${co}`},j8=e=>{cr=p1[e]||p1.default,je.defaults.baseURL=cr},E8=e=>{m0=e,je.defaults.headers.ApiKey=m0,$1.headers.ApiKey=m0};let $1={headers:{Authorization:`Bearer ${co}`,...m0!==void 0?{ApiKey:m0}:{},[N5]:"1.0.96"}};const je=Gr.create({baseURL:cr,headers:{"Content-Type":"application/json",Authorization:`Bearer ${co}`,...m0!==void 0?{ApiKey:m0}:{},[N5]:"1.0.96"}});eo.extend(x8);eo.extend(h8);const P5=e=>e&&(Object.keys(e).forEach(i=>{if(typeof e[i]=="object")return P5(e[i]);typeof e[i]!="boolean"&&(e[i]=""+e[i])}),e),Fd=(e,i=30)=>{const n=Math.floor(e/3600),a=Math.floor((e-n*3600)/60);let c=e-n*3600-a*60;const d=parseInt((c%1).toFixed(3).substring(2));let u=parseInt(Math.floor(d/(1e3/i)).toFixed(0));if(c=parseInt(Math.floor(c).toFixed(0)),isNaN(a))return"00:00:00:00";let h="";return n<10&&(h="0"),h+=n+":",a<10&&(h+="0"),h+=a+":",c<10&&(h+="0"),h+=c+":",u<10&&(h+="0"),h+u},lr=(e,i=1)=>{const n=Math.floor(e/3600),a=Math.floor((e-n*3600)/60),c=e-n*3600-a*60;if(isNaN(a))return"00:00.0";let d="";return a<10&&(d+="0"),d+=a+":",c<10&&(d+="0"),d+=c.toFixed(i),d},F5=(e,i)=>e.userId+"_"+e.customerId+"_"+(Math.random()+1).toString(36).substring(2)+"."+i,_8=()=>{const e=eo(new Date).date();let i="th";return e===1||e===21||e===31?i="st":e===2||e===22?i="nd":(e===3||e===23)&&(i="rd"),eo(new Date).format(`MMM D[${i}] YYYY @ h:mm A`)},T8=(e,i,n="YYYY-MM-DD HH:mm:ss")=>{const a=i.timeZone||Intl.DateTimeFormat().resolvedOptions().timeZone||eo.tz.guess(),c=eo(e,["M/DD/YYYY h:mm:ss A","M/DD/YYYY, h:mm:ss A","M/D/YYYY h:mm:ss A","M/D/YYYY, h:mm:ss A","MM/DD/YYYY"]),d=-eo().tz("America/New_York").utcOffset(),u=eo().tz(a).utcOffset(),h=c.add(d,"minute");return eo(h).add(u,"minute").format(n)},I8=(e,i,n)=>{const a=Array.from(e),[c]=a.splice(i,1);return a.splice(n,0,c),a},z5=({trimStart:e,trimEnd:i,videoDuration:n})=>n===0||i===0?!1:e!==0||n-i>.3,hr=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),$a=e=>(e/1e3).toFixed(2);function A8(e){return e.charAt(0).toUpperCase()+e.slice(1)}function B5(){for(let e in to)localStorage.removeItem(to[e])}const V8=(e,i=1)=>{const n=Math.floor(e/60),a=e-n*60;if(isNaN(n))return"00.0";let c="";return n<10&&(c+="0"),c+=n+":",a<10&&(c+="0"),c+=a.toFixed(i),c};function Yr(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}const q5=f.createContext({}),R8=l.createGlobalStyle`
2
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),Me=require("react-query"),Gr=require("axios"),f=require("react"),p8=require("react-resize-detector"),eo=require("dayjs"),x8=require("dayjs/plugin/utc"),h8=require("dayjs/plugin/timezone"),qe=require("react-router-dom"),y8=require("file-saver"),l=require("styled-components"),f8=require("jwt-decode"),he=require("react-icons/md"),K=require("react-covideo-common"),re=require("react-i18next"),xr=require("lodash"),R1=require("react-icons/ai"),Wo=require("i18next");require("react-toastify/dist/ReactToastify.css");const V5=require("react-toastify"),Od=require("lottie-react"),ot=require("react-icons/io"),Ei=require("react-icons/io5"),L1=require("react-select/creatable"),qt=require("react-select"),g8=require("react-slider"),m8=require("react-modal"),Qo=require("react-router"),R5=require("react-icons/bs"),L5=require("color-convert"),$5=require("react-full-screen"),M5=require("react-icons/bi"),ht=require("formik"),v8=require("yup"),gi=require("react-compound-slider"),Va=require("react-beautiful-dnd"),Ra=require("react-spinners"),La=require("rc-progress/lib"),Dd=require("recordrtc"),Mn=require("react-icons/fa"),b8=require("rc-progress"),w8=require("react-scroll"),Nd=require("@mediapipe/tasks-vision"),S8=require("react-dropzone"),O5=require("react-infinite-scroll-component"),C8=require("js-cookie"),Pd=require("droplr-api"),k8=require("dayjs/plugin/duration");function D5(e){const i=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(i,n,a.get?a:{enumerable:!0,get:()=>e[n]})}}return i.default=e,Object.freeze(i)}const q=D5(f),Et=D5(v8),N5="React-Covideo-Embed-Version",p1={default:"https://api-sandbox.covideo.com/",development:"https://localhost:3000/api/",sandbox:"https://api-sandbox.covideo.com/",staging:"https://api-staging.covideo.com/",production:"https://api.covideo.com/"};var to=(e=>(e.jwt="react-covideo-embed-jwt",e.merge="react-covideo-merge",e.recordSettings="record_settings",e.recordError="react-covideo-record-error",e))(to||{});let co=localStorage.getItem("react-covideo-embed-jwt"),cr=p1.default,m0;const On=(e,i=!1)=>{i||localStorage.setItem("react-covideo-embed-jwt",e),co=e,je.defaults.headers.Authorization=`Bearer ${co}`,$1.headers.Authorization=`Bearer ${co}`},j8=e=>{cr=p1[e]||p1.default,je.defaults.baseURL=cr},E8=e=>{m0=e,je.defaults.headers.ApiKey=m0,$1.headers.ApiKey=m0};let $1={headers:{Authorization:`Bearer ${co}`,...m0!==void 0?{ApiKey:m0}:{},[N5]:"1.0.97"}};const je=Gr.create({baseURL:cr,headers:{"Content-Type":"application/json",Authorization:`Bearer ${co}`,...m0!==void 0?{ApiKey:m0}:{},[N5]:"1.0.97"}});eo.extend(x8);eo.extend(h8);const P5=e=>e&&(Object.keys(e).forEach(i=>{if(typeof e[i]=="object")return P5(e[i]);typeof e[i]!="boolean"&&(e[i]=""+e[i])}),e),Fd=(e,i=30)=>{const n=Math.floor(e/3600),a=Math.floor((e-n*3600)/60);let c=e-n*3600-a*60;const d=parseInt((c%1).toFixed(3).substring(2));let u=parseInt(Math.floor(d/(1e3/i)).toFixed(0));if(c=parseInt(Math.floor(c).toFixed(0)),isNaN(a))return"00:00:00:00";let h="";return n<10&&(h="0"),h+=n+":",a<10&&(h+="0"),h+=a+":",c<10&&(h+="0"),h+=c+":",u<10&&(h+="0"),h+u},lr=(e,i=1)=>{const n=Math.floor(e/3600),a=Math.floor((e-n*3600)/60),c=e-n*3600-a*60;if(isNaN(a))return"00:00.0";let d="";return a<10&&(d+="0"),d+=a+":",c<10&&(d+="0"),d+=c.toFixed(i),d},F5=(e,i)=>e.userId+"_"+e.customerId+"_"+(Math.random()+1).toString(36).substring(2)+"."+i,_8=()=>{const e=eo(new Date).date();let i="th";return e===1||e===21||e===31?i="st":e===2||e===22?i="nd":(e===3||e===23)&&(i="rd"),eo(new Date).format(`MMM D[${i}] YYYY @ h:mm A`)},T8=(e,i,n="YYYY-MM-DD HH:mm:ss")=>{const a=i.timeZone||Intl.DateTimeFormat().resolvedOptions().timeZone||eo.tz.guess(),c=eo(e,["M/DD/YYYY h:mm:ss A","M/DD/YYYY, h:mm:ss A","M/D/YYYY h:mm:ss A","M/D/YYYY, h:mm:ss A","MM/DD/YYYY"]),d=-eo().tz("America/New_York").utcOffset(),u=eo().tz(a).utcOffset(),h=c.add(d,"minute");return eo(h).add(u,"minute").format(n)},I8=(e,i,n)=>{const a=Array.from(e),[c]=a.splice(i,1);return a.splice(n,0,c),a},z5=({trimStart:e,trimEnd:i,videoDuration:n})=>n===0||i===0?!1:e!==0||n-i>.3,hr=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),$a=e=>(e/1e3).toFixed(2);function A8(e){return e.charAt(0).toUpperCase()+e.slice(1)}function B5(){for(let e in to)localStorage.removeItem(to[e])}const V8=(e,i=1)=>{const n=Math.floor(e/60),a=e-n*60;if(isNaN(n))return"00.0";let c="";return n<10&&(c+="0"),c+=n+":",a<10&&(c+="0"),c+=a.toFixed(i),c};function Yr(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}const q5=f.createContext({}),R8=l.createGlobalStyle`
3
3
  * {
4
4
  font-family: ${e=>e.$isCdk?"'Roboto', sans-serif":"'Work Sans', sans-serif"};
5
5
  }
6
6
  button span {
7
7
  font-family: ${e=>e.$isCdk?"'Roboto', sans-serif!important":"'Work Sans', sans-serif"};
8
8
  }
9
- `,L8=({children:e,...i})=>{const{width:n,height:a,ref:c}=p8.useResizeDetector({refreshMode:"debounce",refreshRate:100}),{token:d,env:u,onVideoInsert:h,onVideoInsertError:x,onQuickVideoSend:y,onQuickVideoSendError:m,hideFeatures:v,apikey:S,onRecordButtonClick:C,onUploadButtonClick:E,onVideoRecorded:T,reRender:k,shouldTrackAnalytics:j,flow:L,previewVideoId:D,leadOpportunityId:O,leadDetails:M}=i,A=Object.fromEntries(Object.values(pc).map(Q=>[`show${A8(Q)}Feature`,!(v!=null&&v.includes(Q))]));u&&j8(u),S&&E8(S);const _=!!d;_&&On(d,_);const V=!!C||A.showRecordBothFeature||A.showRecordCamFeature||A.showRecordScreenFeature,N=!!E||A.showUploadFeature,U=A.showInsertFeature&&!!h,$=L||Mo.FULL,z={token:d,env:u,onVideoInsert:h,onVideoInsertError:x,onQuickVideoSend:y,onQuickVideoSendError:m,hasExternalJwt:_,containerWidth:n||0,containerHeight:a||0,...A,showRecordFeature:V,showInsertFeature:U,onRecordButtonClick:C,onUploadButtonClick:E,onVideoRecorded:T,showUploadFeature:N,reRender:k,whitelabel:i.whitelabel,shouldTrackAnalytics:!!j,flow:$,previewVideoId:D,leadOpportunityId:O,leadDetails:M},Z=(i==null?void 0:i.whitelabel)||"branding",W=(i==null?void 0:i.whitelabel)==="cdk";return o.jsxs(q5.Provider,{value:z,children:[o.jsx(R8,{$isCdk:W}),o.jsx(K.CovideoThemeProvider,{themeName:Z,additionalStyles:{themeName:Z,isCdkEnviroment:W,containerWidth:n,containerHeight:a},children:o.jsx("div",{ref:c,children:e})})]})},rt=()=>{const e=f.useContext(q5);if(!e)throw new Error("useConfigurationContext must be used within ConfigurationProvider");return e},$8=async()=>{const{data:e}=await je.get("/auth/user");return e},Br={EMPTY:"",COMPANY:"Company",PRIMARY:"Primary",PRIVATE:"Private",VAULT:"Vault",VIDEO_REPLIES:"Video Replies",VEHICLE_WALKAROUNDS:"Vehicle Walkarounds",APPOINTMENT_REMINDERS:"Appointment Reminders",INTRODUCTIONS:"Introductions",POST_SALE_THANK_YOU:"Post - Sale Thank You"},M8=-1,O8="~~shared~~",Yt={value:"_all",label:"All folders"},D8=async()=>{const{data:e}=await je.get("/folders/new?getShared=true"),i=e&&e.folders||[];return i.push({folderId:Yt.value,name:Yt.label,isDeletable:!1}),i},N8=async e=>{var u,h;const n={start:(e.page||0)*(e.size||10),limit:e.size,search:e.search,folder:e.folder},{data:a}=await je.get("/videos",{params:n}),c=((u=a==null?void 0:a.data)==null?void 0:u.videos)||(a==null?void 0:a.videos)||[];return{count:((h=a==null?void 0:a.data)==null?void 0:h.count)||(a==null?void 0:a.count)||0,videos:c}},Dn=async e=>(await je.get(`/videos/${e}`)).data,P8=async({videoIds:e,deleteMultiple:i,companyVideos:n})=>{let a={isCompanyVideo:n},c=`/videos/${e[0]}`;return(await je.delete(c,{data:a})).data},F8=async e=>(await je.post("/videos/merge",e)).data,z8=async({videoId:e,videoBody:i})=>({video:(await je.put(`/videos/${e}`,i)).data}),U5=async(e,i)=>(await je.put(`/videos/${e}/trim`,i)).data,B8=async(e,i)=>{const n=await je.get(`/videos/${e}/download`,{responseType:"blob"});return y8.saveAs(new Blob([n.data],{type:"video/mp4"}),i)},q8=async e=>(await je.put(`/videos/${e}/move`,{videoId:e,copy:!0,videoFolder:Br.PRIMARY})).data,U8=async e=>(await je.post(`/videos/${e}/transcripts/start`)).data,M1=async e=>(await je.get("/inventory",{params:e})).data,W8=async({data:e})=>(await je.post("/video-requests",e)).data,H8=async e=>(await je.post("/aws/signedurl/voiceover-audio",e)).data,G8=async({data:e})=>(await Gr.put(e.uploadURL,e.file,{headers:{"Content-Type":e.mimeType}})).data,Y8=async({videoId:e,audioFileName:i,newVideoTitle:n="",overwriteOriginal:a=!1})=>(await je.post(`/videos/${e}/voiceover`,{newVideoTitle:n,audioFileName:i,overwriteOriginal:a})).data,e0={all:[],user:[]},Q8=async({page:e=0,size:i=50,search:n="",all:a=!1,sort:c,refresh:d=!0})=>{var y,m;const h={start:e*i,limit:i,search:n,sort:c,all:""};if(a&&(h.all="true"),!d){if(a&&((y=e0==null?void 0:e0.all)!=null&&y.length))return e0.all;if(!a&&((m=e0==null?void 0:e0.user)!=null&&m.length))return e0.user}const x=await je.get("/video-tags",{params:h});return a?e0.all=x.data:e0.user=x.data,x.data},zd=async e=>{const n={start:((e.page||1)-1)*(e.limit||12),limit:e.limit,search:e.search,year:e.year},{data:a}=await je.get("/wtv",{params:n}),c=a&&a.count||0,d=a&&a.videos||[];return{count:c,videos:d}},Z8=async e=>{const i={title:e.title,flvName:e.flvName,wtvId:parseInt(e.wtvId.toString(),10),animatedGifPath:e.animatedGifPath,notes:e.year+";"+e.make+";"+e.model+";"+e.title};return(await je.post("/wtv/videos",i)).data},K8=async({page:e=0,size:i=10,search:n,sort:a,filterByDepartment:c=!1})=>{const d={start:e*i,limit:i,search:n,sort:a,filterByDepartment:c},{data:u}=await je.get("/video-attributes",{params:d}),h=u&&u.videoAttributes||[];return{count:u&&u.count||0,attributes:h}},X8=async(e,i)=>({videoAttributes:(await je.put(`/videos/${e}/video-attributes`,i)).data}),J8=async e=>{if(!e)throw new Error("Invalid url");return(await je.patch(`/playback/${e}/view`)).data},ey=()=>Me.useMutation(J8),ty=async({data:e,shortUrl:i})=>(await je.put(`/playback/${i}/hotspot`,e)).data,oy=()=>Me.useMutation(ty),ry={all:()=>["ANALYTICS"],shortUrl:e=>["VIDEO_SHORT_URL",e]},iy=async e=>(await je.get(`/playback/shortUrl/${e}`)).data,ny=(e,i)=>Me.useQuery(ry.shortUrl(e),()=>iy(e),{enabled:i&&!!e,refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),sy=e=>q.createElement("svg",{width:133,height:33,viewBox:"0 0 133 33",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{d:"M48.4811 22.7098C44.7502 22.7098 42.0752 20.0065 42.0752 16.208C42.0752 12.3628 44.8206 9.65956 48.6219 9.65956C51.0857 9.65956 53.268 10.8947 54.2301 12.8755L53.0803 13.528C52.2355 11.9667 50.5695 10.9413 48.6219 10.9413C45.6653 10.9413 43.4831 13.1085 43.4831 16.208C43.4831 19.2608 45.5949 21.428 48.4811 21.428C50.4287 21.428 52.2121 20.3328 53.0099 18.8413L54.1597 19.5404C53.1507 21.4746 50.9215 22.7098 48.4811 22.7098Z",fill:"white"}),q.createElement("path",{d:"M61.8263 22.7331C58.0484 22.7331 55.303 19.8434 55.303 16.1847C55.303 12.5492 58.0484 9.65956 61.8263 9.65956C65.6042 9.65956 68.3496 12.5492 68.3496 16.1847C68.3496 19.8434 65.6042 22.7331 61.8263 22.7331ZM61.8263 21.4513C64.7829 21.4513 66.9417 19.121 66.9417 16.1847C66.9417 13.2717 64.7829 10.9413 61.8263 10.9413C58.8932 10.9413 56.7109 13.2717 56.7109 16.1847C56.7109 19.121 58.8932 21.4513 61.8263 21.4513Z",fill:"white"}),q.createElement("path",{d:"M78.8263 9.65956H82.8388L77.2776 22.4068H74.3914L68.8537 9.65956H72.9131L75.8932 17.4897L78.8263 9.65956Z",fill:"white"}),q.createElement("path",{d:"M85.617 8.35455C84.3734 8.35455 83.4113 7.42239 83.4113 6.18728C83.4113 4.95218 84.3969 4.02002 85.617 4.02002C86.8607 4.02002 87.8227 4.95218 87.8227 6.18728C87.8227 7.42239 86.8607 8.35455 85.617 8.35455ZM87.4473 22.4301H83.7633V9.65956H87.4473V22.4301Z",fill:"white"}),q.createElement("path",{d:"M98.9292 4.69583H102.613V22.4301H99.0465V21.0552C98.1783 22.0339 96.9581 22.7564 95.2217 22.7564C91.6316 22.7564 88.8862 19.9133 88.8862 16.0448C88.8862 12.1997 91.6316 9.33331 95.2217 9.33331C96.8877 9.33331 98.061 10.0091 98.9292 10.8947V4.69583ZM95.8318 19.4239C97.7794 19.4239 99.1169 17.9091 99.1169 16.0215C99.1169 14.1805 97.7794 12.6658 95.8318 12.6658C93.8842 12.6658 92.5467 14.1805 92.5467 16.0215C92.5467 17.9091 93.8842 19.4239 95.8318 19.4239Z",fill:"white"}),q.createElement("path",{d:"M117.413 15.7419C117.413 16.2546 117.366 16.7673 117.295 17.2799H107.839C108.238 18.6782 109.341 19.6802 111.335 19.6802C112.72 19.6802 114.315 19.1443 115.348 18.4451L116.803 20.9387C115.559 21.8708 113.565 22.7098 111.171 22.7098C106.361 22.7098 104.132 19.4938 104.132 16.0215C104.132 12.223 106.83 9.33331 110.913 9.33331C114.597 9.33331 117.413 11.687 117.413 15.7419ZM110.913 12.2929C109.411 12.2929 108.238 13.1785 107.816 14.6699H113.87C113.541 13.2251 112.462 12.2929 110.913 12.2929Z",fill:"white"}),q.createElement("path",{d:"M125.152 22.7797C120.999 22.7797 118.23 19.7502 118.23 16.0448C118.23 12.3395 120.999 9.31001 125.152 9.31001C129.329 9.31001 132.122 12.3395 132.122 16.0448C132.122 19.7502 129.329 22.7797 125.152 22.7797ZM125.152 19.3773C127.006 19.3773 128.438 17.9091 128.438 16.0215C128.438 14.1805 127.006 12.7124 125.152 12.7124C123.322 12.7124 121.891 14.1805 121.891 16.0215C121.891 17.9091 123.322 19.3773 125.152 19.3773Z",fill:"white"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.438 25.0699V6.95488L8.33453 2.43408L0 10.7149V21.4334L8.33453 29.77L15.438 25.0699Z",fill:"#1C8578"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6235 15.8128L35.6432 15.765V10.7185L24.9183 0H10.791L8.33688 2.43765L24.6235 15.8128Z",fill:"url(#paint0_linear_11_13017)"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6235 15.8134L8.33688 29.7741L10.7233 32.16H24.9183L35.6432 21.4375V15.7656L24.6235 15.8134Z",fill:"#11A694"}),q.createElement("defs",null,q.createElement("linearGradient",{id:"paint0_linear_11_13017",x1:18.7201,y1:1.67911,x2:27.9868,y2:15.5693,gradientUnits:"userSpaceOnUse"},q.createElement("stop",{offset:.0483,stopColor:"#11A694"}),q.createElement("stop",{offset:1,stopColor:"#2FE0C7"})))),ay=l(sy)`
9
+ `,L8=({children:e,...i})=>{const{width:n,height:a,ref:c}=p8.useResizeDetector({refreshMode:"debounce",refreshRate:100}),{token:d,env:u,onVideoInsert:h,onVideoInsertError:x,onQuickVideoSend:y,onQuickVideoSendError:v,hideFeatures:m,apikey:w,onRecordButtonClick:C,onUploadButtonClick:E,onVideoRecorded:T,reRender:k,shouldTrackAnalytics:j,flow:L,previewVideoId:D,leadOpportunityId:O,leadDetails:M}=i,A=Object.fromEntries(Object.values(pc).map(Q=>[`show${A8(Q)}Feature`,!(m!=null&&m.includes(Q))]));u&&j8(u),w&&E8(w);const _=!!d;_&&On(d,_);const V=!!C||A.showRecordBothFeature||A.showRecordCamFeature||A.showRecordScreenFeature,N=!!E||A.showUploadFeature,U=A.showInsertFeature&&!!h,$=L||Mo.FULL,z={token:d,env:u,onVideoInsert:h,onVideoInsertError:x,onQuickVideoSend:y,onQuickVideoSendError:v,hasExternalJwt:_,containerWidth:n||0,containerHeight:a||0,...A,showRecordFeature:V,showInsertFeature:U,onRecordButtonClick:C,onUploadButtonClick:E,onVideoRecorded:T,showUploadFeature:N,reRender:k,whitelabel:i.whitelabel,shouldTrackAnalytics:!!j,flow:$,previewVideoId:D,leadOpportunityId:O,leadDetails:M},Z=(i==null?void 0:i.whitelabel)||"branding",W=(i==null?void 0:i.whitelabel)==="cdk";return o.jsxs(q5.Provider,{value:z,children:[o.jsx(R8,{$isCdk:W}),o.jsx(K.CovideoThemeProvider,{themeName:Z,additionalStyles:{themeName:Z,isCdkEnviroment:W,containerWidth:n,containerHeight:a},children:o.jsx("div",{ref:c,children:e})})]})},rt=()=>{const e=f.useContext(q5);if(!e)throw new Error("useConfigurationContext must be used within ConfigurationProvider");return e},$8=async()=>{const{data:e}=await je.get("/auth/user");return e},Br={EMPTY:"",COMPANY:"Company",PRIMARY:"Primary",PRIVATE:"Private",VAULT:"Vault",VIDEO_REPLIES:"Video Replies",VEHICLE_WALKAROUNDS:"Vehicle Walkarounds",APPOINTMENT_REMINDERS:"Appointment Reminders",INTRODUCTIONS:"Introductions",POST_SALE_THANK_YOU:"Post - Sale Thank You"},M8=-1,O8="~~shared~~",Yt={value:"_all",label:"All folders"},D8=async()=>{const{data:e}=await je.get("/folders/new?getShared=true"),i=e&&e.folders||[];return i.push({folderId:Yt.value,name:Yt.label,isDeletable:!1}),i},N8=async e=>{var u,h;const n={start:(e.page||0)*(e.size||10),limit:e.size,search:e.search,folder:e.folder},{data:a}=await je.get("/videos",{params:n}),c=((u=a==null?void 0:a.data)==null?void 0:u.videos)||(a==null?void 0:a.videos)||[];return{count:((h=a==null?void 0:a.data)==null?void 0:h.count)||(a==null?void 0:a.count)||0,videos:c}},Dn=async e=>(await je.get(`/videos/${e}`)).data,P8=async({videoIds:e,deleteMultiple:i,companyVideos:n})=>{let a={isCompanyVideo:n},c=`/videos/${e[0]}`;return(await je.delete(c,{data:a})).data},F8=async e=>(await je.post("/videos/merge",e)).data,z8=async({videoId:e,videoBody:i})=>({video:(await je.put(`/videos/${e}`,i)).data}),U5=async(e,i)=>(await je.put(`/videos/${e}/trim`,i)).data,B8=async(e,i)=>{const n=await je.get(`/videos/${e}/download`,{responseType:"blob"});return y8.saveAs(new Blob([n.data],{type:"video/mp4"}),i)},q8=async e=>(await je.put(`/videos/${e}/move`,{videoId:e,copy:!0,videoFolder:Br.PRIMARY})).data,U8=async e=>(await je.post(`/videos/${e}/transcripts/start`)).data,M1=async e=>(await je.get("/inventory",{params:e})).data,W8=async({data:e})=>(await je.post("/video-requests",e)).data,H8=async e=>(await je.post("/aws/signedurl/voiceover-audio",e)).data,G8=async({data:e})=>(await Gr.put(e.uploadURL,e.file,{headers:{"Content-Type":e.mimeType}})).data,Y8=async({videoId:e,audioFileName:i,newVideoTitle:n="",overwriteOriginal:a=!1})=>(await je.post(`/videos/${e}/voiceover`,{newVideoTitle:n,audioFileName:i,overwriteOriginal:a})).data,e0={all:[],user:[]},Q8=async({page:e=0,size:i=50,search:n="",all:a=!1,sort:c,refresh:d=!0})=>{var y,v;const h={start:e*i,limit:i,search:n,sort:c,all:""};if(a&&(h.all="true"),!d){if(a&&((y=e0==null?void 0:e0.all)!=null&&y.length))return e0.all;if(!a&&((v=e0==null?void 0:e0.user)!=null&&v.length))return e0.user}const x=await je.get("/video-tags",{params:h});return a?e0.all=x.data:e0.user=x.data,x.data},zd=async e=>{const n={start:((e.page||1)-1)*(e.limit||12),limit:e.limit,search:e.search,year:e.year},{data:a}=await je.get("/wtv",{params:n}),c=a&&a.count||0,d=a&&a.videos||[];return{count:c,videos:d}},Z8=async e=>{const i={title:e.title,flvName:e.flvName,wtvId:parseInt(e.wtvId.toString(),10),animatedGifPath:e.animatedGifPath,notes:e.year+";"+e.make+";"+e.model+";"+e.title};return(await je.post("/wtv/videos",i)).data},K8=async({page:e=0,size:i=10,search:n,sort:a,filterByDepartment:c=!1})=>{const d={start:e*i,limit:i,search:n,sort:a,filterByDepartment:c},{data:u}=await je.get("/video-attributes",{params:d}),h=u&&u.videoAttributes||[];return{count:u&&u.count||0,attributes:h}},X8=async(e,i)=>({videoAttributes:(await je.put(`/videos/${e}/video-attributes`,i)).data}),J8=async e=>{if(!e)throw new Error("Invalid url");return(await je.patch(`/playback/${e}/view`)).data},ey=()=>Me.useMutation(J8),ty=async({data:e,shortUrl:i})=>(await je.put(`/playback/${i}/hotspot`,e)).data,oy=()=>Me.useMutation(ty),ry={all:()=>["ANALYTICS"],shortUrl:e=>["VIDEO_SHORT_URL",e]},iy=async e=>(await je.get(`/playback/shortUrl/${e}`)).data,ny=(e,i)=>Me.useQuery(ry.shortUrl(e),()=>iy(e),{enabled:i&&!!e,refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),sy=e=>q.createElement("svg",{width:133,height:33,viewBox:"0 0 133 33",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{d:"M48.4811 22.7098C44.7502 22.7098 42.0752 20.0065 42.0752 16.208C42.0752 12.3628 44.8206 9.65956 48.6219 9.65956C51.0857 9.65956 53.268 10.8947 54.2301 12.8755L53.0803 13.528C52.2355 11.9667 50.5695 10.9413 48.6219 10.9413C45.6653 10.9413 43.4831 13.1085 43.4831 16.208C43.4831 19.2608 45.5949 21.428 48.4811 21.428C50.4287 21.428 52.2121 20.3328 53.0099 18.8413L54.1597 19.5404C53.1507 21.4746 50.9215 22.7098 48.4811 22.7098Z",fill:"white"}),q.createElement("path",{d:"M61.8263 22.7331C58.0484 22.7331 55.303 19.8434 55.303 16.1847C55.303 12.5492 58.0484 9.65956 61.8263 9.65956C65.6042 9.65956 68.3496 12.5492 68.3496 16.1847C68.3496 19.8434 65.6042 22.7331 61.8263 22.7331ZM61.8263 21.4513C64.7829 21.4513 66.9417 19.121 66.9417 16.1847C66.9417 13.2717 64.7829 10.9413 61.8263 10.9413C58.8932 10.9413 56.7109 13.2717 56.7109 16.1847C56.7109 19.121 58.8932 21.4513 61.8263 21.4513Z",fill:"white"}),q.createElement("path",{d:"M78.8263 9.65956H82.8388L77.2776 22.4068H74.3914L68.8537 9.65956H72.9131L75.8932 17.4897L78.8263 9.65956Z",fill:"white"}),q.createElement("path",{d:"M85.617 8.35455C84.3734 8.35455 83.4113 7.42239 83.4113 6.18728C83.4113 4.95218 84.3969 4.02002 85.617 4.02002C86.8607 4.02002 87.8227 4.95218 87.8227 6.18728C87.8227 7.42239 86.8607 8.35455 85.617 8.35455ZM87.4473 22.4301H83.7633V9.65956H87.4473V22.4301Z",fill:"white"}),q.createElement("path",{d:"M98.9292 4.69583H102.613V22.4301H99.0465V21.0552C98.1783 22.0339 96.9581 22.7564 95.2217 22.7564C91.6316 22.7564 88.8862 19.9133 88.8862 16.0448C88.8862 12.1997 91.6316 9.33331 95.2217 9.33331C96.8877 9.33331 98.061 10.0091 98.9292 10.8947V4.69583ZM95.8318 19.4239C97.7794 19.4239 99.1169 17.9091 99.1169 16.0215C99.1169 14.1805 97.7794 12.6658 95.8318 12.6658C93.8842 12.6658 92.5467 14.1805 92.5467 16.0215C92.5467 17.9091 93.8842 19.4239 95.8318 19.4239Z",fill:"white"}),q.createElement("path",{d:"M117.413 15.7419C117.413 16.2546 117.366 16.7673 117.295 17.2799H107.839C108.238 18.6782 109.341 19.6802 111.335 19.6802C112.72 19.6802 114.315 19.1443 115.348 18.4451L116.803 20.9387C115.559 21.8708 113.565 22.7098 111.171 22.7098C106.361 22.7098 104.132 19.4938 104.132 16.0215C104.132 12.223 106.83 9.33331 110.913 9.33331C114.597 9.33331 117.413 11.687 117.413 15.7419ZM110.913 12.2929C109.411 12.2929 108.238 13.1785 107.816 14.6699H113.87C113.541 13.2251 112.462 12.2929 110.913 12.2929Z",fill:"white"}),q.createElement("path",{d:"M125.152 22.7797C120.999 22.7797 118.23 19.7502 118.23 16.0448C118.23 12.3395 120.999 9.31001 125.152 9.31001C129.329 9.31001 132.122 12.3395 132.122 16.0448C132.122 19.7502 129.329 22.7797 125.152 22.7797ZM125.152 19.3773C127.006 19.3773 128.438 17.9091 128.438 16.0215C128.438 14.1805 127.006 12.7124 125.152 12.7124C123.322 12.7124 121.891 14.1805 121.891 16.0215C121.891 17.9091 123.322 19.3773 125.152 19.3773Z",fill:"white"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.438 25.0699V6.95488L8.33453 2.43408L0 10.7149V21.4334L8.33453 29.77L15.438 25.0699Z",fill:"#1C8578"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6235 15.8128L35.6432 15.765V10.7185L24.9183 0H10.791L8.33688 2.43765L24.6235 15.8128Z",fill:"url(#paint0_linear_11_13017)"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24.6235 15.8134L8.33688 29.7741L10.7233 32.16H24.9183L35.6432 21.4375V15.7656L24.6235 15.8134Z",fill:"#11A694"}),q.createElement("defs",null,q.createElement("linearGradient",{id:"paint0_linear_11_13017",x1:18.7201,y1:1.67911,x2:27.9868,y2:15.5693,gradientUnits:"userSpaceOnUse"},q.createElement("stop",{offset:.0483,stopColor:"#11A694"}),q.createElement("stop",{offset:1,stopColor:"#2FE0C7"})))),ay=l(sy)`
10
10
  max-height: 48px;
11
11
  max-width: 200px;
12
12
  `,cy=e=>q.createElement("svg",{width:1024,height:219,viewBox:"0 0 1024 219",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{d:"M99.8311 97.6852V121.3H107.851C112.249 121.3 114.486 120.31 116.404 118.468C118.641 116.29 119.889 113.596 119.889 109.591C119.889 105.846 118.778 103.075 116.738 100.913C114.836 98.8728 112.599 97.6852 107.866 97.6852H99.8311Z",fill:"white"}),q.createElement("path",{d:"M109.449 0C49.0938 0 0 49.1166 0 109.5C0 169.883 49.0938 219 109.449 219C169.804 219 218.898 169.883 218.898 109.5C218.898 49.1166 169.804 0 109.449 0ZM58.4834 132.292C44.087 132.292 34.5452 122.03 34.5452 109.47C34.5452 96.9087 44.1479 86.7078 58.1486 86.7078C66.0316 86.7078 74.0516 89.7376 79.5758 94.0768L72.6667 101.568C68.6491 98.279 63.4597 96.3758 59.5791 96.3758C51.62 96.3758 46.4915 102.359 46.4915 109.53C46.4915 116.702 51.7569 122.685 59.8987 122.685C64.8902 122.685 70.0948 119.731 73.8994 116.169L80.8693 123.538C75.6799 128.136 67.9186 132.292 58.4529 132.292H58.4834ZM125.732 124.847C121.989 128.532 116.602 130.968 108.11 130.968H88.3262V88.0172H108.11C116.13 88.0172 122.05 90.2553 126.052 94.4575C129.735 98.3399 131.774 103.593 131.774 109.454C131.774 115.316 129.674 120.965 125.732 124.847ZM172.544 130.968L157.888 112.484L152.699 117.417V130.968H141.133V88.0172H152.699V104.125L169.591 88.0172H184.185L165.969 105.054L186.803 130.968H172.544Z",fill:"white"}),q.createElement("path",{d:"M988.664 158.418C981.983 158.418 975.962 156.923 970.6 153.933C965.326 150.855 961.151 146.678 958.074 141.401C954.998 136.037 953.459 129.925 953.459 123.065C953.459 116.118 954.998 110.006 958.074 104.729C961.151 99.4527 965.326 95.3194 970.6 92.3293C975.874 89.3393 981.895 87.8443 988.664 87.8443C995.52 87.8443 1001.59 89.3393 1006.86 92.3293C1012.22 95.3194 1016.4 99.4527 1019.39 104.729C1022.46 110.006 1024 116.118 1024 123.065C1024 129.925 1022.46 136.037 1019.39 141.401C1016.4 146.678 1012.22 150.855 1006.86 153.933C1001.5 156.923 995.432 158.418 988.664 158.418ZM988.664 150.107C993.674 150.107 998.113 149.008 1001.98 146.81C1005.85 144.523 1008.88 141.357 1011.08 137.312C1013.36 133.178 1014.51 128.43 1014.51 123.065C1014.51 117.613 1013.36 112.864 1011.08 108.818C1008.88 104.773 1005.85 101.651 1001.98 99.4527C998.113 97.1662 993.718 96.0229 988.796 96.0229C983.873 96.0229 979.478 97.1662 975.61 99.4527C971.743 101.651 968.666 104.773 966.381 108.818C964.095 112.864 962.953 117.613 962.953 123.065C962.953 128.43 964.095 133.178 966.381 137.312C968.666 141.357 971.743 144.523 975.61 146.81C979.478 149.008 983.829 150.107 988.664 150.107Z",fill:"white"}),q.createElement("path",{d:"M910.276 158.418C903.068 158.418 896.739 156.923 891.289 153.933C885.839 150.855 881.576 146.678 878.499 141.401C875.423 136.037 873.885 129.925 873.885 123.065C873.885 116.206 875.335 110.138 878.236 104.861C881.224 99.5846 885.268 95.4513 890.366 92.4613C895.552 89.3833 901.354 87.8443 907.771 87.8443C914.275 87.8443 920.033 89.3393 925.043 92.3293C930.141 95.2314 934.141 99.3647 937.042 104.729C939.942 110.006 941.393 116.118 941.393 123.065C941.393 123.505 941.349 123.989 941.261 124.516C941.261 124.956 941.261 125.44 941.261 125.967H881.005V118.976H936.251L932.559 121.746C932.559 116.733 931.46 112.292 929.262 108.423C927.153 104.465 924.252 101.387 920.56 99.1888C916.868 96.9903 912.605 95.891 907.771 95.891C903.024 95.891 898.761 96.9903 894.981 99.1888C891.201 101.387 888.256 104.465 886.147 108.423C884.037 112.38 882.982 116.909 882.982 122.01V123.461C882.982 128.737 884.125 133.398 886.411 137.444C888.784 141.401 892.036 144.523 896.168 146.81C900.387 149.008 905.177 150.107 910.539 150.107C914.759 150.107 918.67 149.36 922.274 147.865C925.966 146.37 929.131 144.083 931.768 141.005L937.042 147.073C933.965 150.767 930.097 153.581 925.439 155.516C920.868 157.451 915.813 158.418 910.276 158.418Z",fill:"white"}),q.createElement("path",{d:"M819.069 158.418C812.477 158.418 806.543 156.923 801.269 153.933C796.083 150.943 791.996 146.809 789.007 141.533C786.018 136.168 784.524 130.012 784.524 123.065C784.524 116.03 786.018 109.874 789.007 104.597C791.996 99.3207 796.083 95.2314 801.269 92.3293C806.543 89.3392 812.477 87.8442 819.069 87.8442C825.134 87.8442 830.54 89.2073 835.287 91.9335C840.122 94.6597 843.945 98.6611 846.758 103.938C849.659 109.126 851.109 115.502 851.109 123.065C851.109 130.54 849.703 136.916 846.89 142.192C844.077 147.469 840.254 151.514 835.419 154.329C830.672 157.055 825.222 158.418 819.069 158.418ZM819.729 150.107C824.651 150.107 829.046 149.008 832.914 146.809C836.869 144.523 839.946 141.357 842.143 137.312C844.429 133.178 845.572 128.43 845.572 123.065C845.572 117.613 844.429 112.864 842.143 108.818C839.946 104.773 836.869 101.651 832.914 99.4526C829.046 97.1661 824.651 96.0228 819.729 96.0228C814.894 96.0228 810.543 97.1661 806.675 99.4526C802.808 101.651 799.731 104.773 797.446 108.818C795.16 112.864 794.017 117.613 794.017 123.065C794.017 128.43 795.16 133.178 797.446 137.312C799.731 141.357 802.808 144.523 806.675 146.809C810.543 149.008 814.894 150.107 819.729 150.107ZM845.835 157.758V136.916L846.758 122.933L845.44 108.95V59.8786H854.801V157.758H845.835Z",fill:"white"}),q.createElement("path",{d:"M756.103 157.758V88.5038H765.464V157.758H756.103ZM760.849 73.2018C758.915 73.2018 757.289 72.5423 755.971 71.2231C754.652 69.904 753.993 68.3211 753.993 66.4743C753.993 64.6275 754.652 63.0885 755.971 61.8573C757.289 60.5382 758.915 59.8786 760.849 59.8786C762.783 59.8786 764.409 60.4942 765.728 61.7254C767.046 62.9566 767.705 64.4956 767.705 66.3423C767.705 68.2771 767.046 69.904 765.728 71.2231C764.497 72.5423 762.871 73.2018 760.849 73.2018Z",fill:"white"}),q.createElement("path",{d:"M694.572 157.758L653.698 65.4186H664.246L702.484 152.349H696.682L735.183 65.4186H745.072L704.198 157.758H694.572Z",fill:"white"}),q.createElement("path",{d:"M503.809 157.758V65.4186H521.477L560.769 130.584H551.408L590.04 65.4186H607.577L607.84 157.758H587.799L587.667 96.1544H591.359L560.505 147.996H550.88L519.368 96.1544H523.851V157.758H503.809Z",fill:"white"}),q.createElement("path",{d:"M406.852 157.758V65.4186H446.803C455.066 65.4186 462.186 66.7817 468.163 69.5079C474.14 72.1462 478.755 75.9717 482.007 80.9844C485.26 85.9971 486.886 91.9771 486.886 98.9246C486.886 105.784 485.26 111.72 482.007 116.733C478.755 121.658 474.14 125.439 468.163 128.077C462.186 130.716 455.066 132.035 446.803 132.035H418.718L428.212 122.669V157.758H406.852ZM465.526 157.758L442.452 124.252H465.262L488.6 157.758H465.526ZM428.212 125.043L418.718 115.018H445.616C452.209 115.018 457.131 113.611 460.384 110.797C463.636 107.895 465.262 103.937 465.262 98.9246C465.262 93.8239 463.636 89.8665 460.384 87.0524C457.131 84.2382 452.209 82.8312 445.616 82.8312H418.718L428.212 72.6738V125.043Z",fill:"white"}),q.createElement("path",{d:"M354.323 159.341C347.203 159.341 340.566 158.198 334.413 155.911C328.348 153.537 323.074 150.195 318.591 145.886C314.108 141.577 310.592 136.52 308.043 130.716C305.581 124.912 304.351 118.536 304.351 111.588C304.351 104.641 305.581 98.2652 308.043 92.461C310.592 86.6568 314.108 81.6002 318.591 77.291C323.162 72.9818 328.48 69.684 334.545 67.3975C340.61 65.023 347.247 63.8358 354.454 63.8358C362.453 63.8358 369.661 65.2429 376.078 68.0571C382.583 70.7833 388.033 74.8286 392.428 80.1931L378.715 92.8568C375.551 89.2511 372.035 86.5689 368.167 84.81C364.299 82.9633 360.08 82.0399 355.509 82.0399C351.202 82.0399 347.247 82.7434 343.643 84.1505C340.039 85.5575 336.918 87.5802 334.281 90.2185C331.644 92.8568 329.578 95.9787 328.084 99.5843C326.678 103.19 325.974 107.191 325.974 111.588C325.974 115.986 326.678 119.987 328.084 123.593C329.578 127.198 331.644 130.32 334.281 132.958C336.918 135.597 340.039 137.619 343.643 139.026C347.247 140.433 351.202 141.137 355.509 141.137C360.08 141.137 364.299 140.258 368.167 138.499C372.035 136.652 375.551 133.882 378.715 130.188L392.428 142.852C388.033 148.216 382.583 152.306 376.078 155.12C369.661 157.934 362.41 159.341 354.323 159.341Z",fill:"white"})),ly=l(cy)`
@@ -148,7 +148,7 @@
148
148
  overflow: hidden;
149
149
  text-overflow: ellipsis;
150
150
  max-width: 115px;
151
- `,In=({text:e,subtext:i,type:n="button",icon:a,iconOther:c,backgroundColor:d=P.white,borderColor:u,hoverBorderColor:h,textColor:x,disabled:y=!1,margin:m="0",width:v="auto",fontSize:S="13px",padding:C="0 16px",height:E,onClick:T,title:k})=>{const j=C||(a?"0 16px 0 12px":"0 16px");return o.jsxs(my,{backgroundColor:d,borderColor:u,textColor:x,disabled:y,margin:m,onClick:T,type:n,width:v,fontSize:S,padding:j,height:E,hoverBorderColor:h,title:k,children:[!!a&&o.jsx(vy,{margin:e?"0 6px 0 0":"0",children:a}),o.jsxs(wy,{children:[o.jsx("span",{children:e}),o.jsx(Sy,{children:i})]}),!!c&&o.jsx(by,{margin:e?"0 0 0 8px":"0",children:c})]})},Cy=l.keyframes`
151
+ `,In=({text:e,subtext:i,type:n="button",icon:a,iconOther:c,backgroundColor:d=P.white,borderColor:u,hoverBorderColor:h,textColor:x,disabled:y=!1,margin:v="0",width:m="auto",fontSize:w="13px",padding:C="0 16px",height:E,onClick:T,title:k})=>{const j=C||(a?"0 16px 0 12px":"0 16px");return o.jsxs(my,{backgroundColor:d,borderColor:u,textColor:x,disabled:y,margin:v,onClick:T,type:n,width:m,fontSize:w,padding:j,height:E,hoverBorderColor:h,title:k,children:[!!a&&o.jsx(vy,{margin:e?"0 6px 0 0":"0",children:a}),o.jsxs(wy,{children:[o.jsx("span",{children:e}),o.jsx(Sy,{children:i})]}),!!c&&o.jsx(by,{margin:e?"0 0 0 8px":"0",children:c})]})},Cy=l.keyframes`
152
152
  0% {
153
153
  transform: rotate(0deg);
154
154
  }
@@ -256,7 +256,7 @@
256
256
  width: 24px;
257
257
  height: 24px;
258
258
  }
259
- `,K5=e=>{const{boxSize:i,checked:n,checkGroupIndicator:a=!1,disabled:c,width:d,onClick:u,style:h={}}=e,{userData:x}=nt(),y=Oo(x);return o.jsx(Vy,{width:d,children:o.jsxs(Iy,{className:e.className,onClick:m=>{u&&u(m)},children:[o.jsx(Ay,{type:"checkbox",...e,disabled:c,"aria-label":"Hidden"}),o.jsx(Ry,{boxSize:i,checked:n,checkGroupIndicator:a,disabled:c,isAutomotive:y,style:h,children:a?o.jsx(x1,{viewBox:"0 0 24 24",children:o.jsx("polyline",{points:"4,12 20,12"})}):o.jsx(x1,{viewBox:"0 0 24 24",children:o.jsx("polyline",{points:"20 6 9 17 4 12"})})})]})})},Ly=l.label`
259
+ `,K5=e=>{const{boxSize:i,checked:n,checkGroupIndicator:a=!1,disabled:c,width:d,onClick:u,style:h={}}=e,{userData:x}=nt(),y=Oo(x);return o.jsx(Vy,{width:d,children:o.jsxs(Iy,{className:e.className,onClick:v=>{u&&u(v)},children:[o.jsx(Ay,{type:"checkbox",...e,disabled:c,"aria-label":"Hidden"}),o.jsx(Ry,{boxSize:i,checked:n,checkGroupIndicator:a,disabled:c,isAutomotive:y,style:h,children:a?o.jsx(x1,{viewBox:"0 0 24 24",children:o.jsx("polyline",{points:"4,12 20,12"})}):o.jsx(x1,{viewBox:"0 0 24 24",children:o.jsx("polyline",{points:"20 6 9 17 4 12"})})})]})})},Ly=l.label`
260
260
  display: flex;
261
261
  padding: ${({removePadding:e})=>e===!0?"0":"5px 0"};
262
262
  align-items: center;
@@ -381,7 +381,7 @@
381
381
  z-index: 999;
382
382
  display: grid;
383
383
  gap: 8px;
384
- `,X5=q.createContext(),Hy=({children:e})=>{const[i,n]=q.useState(),[a,c]=q.useState([]);q.useEffect(()=>{if(i){const{message:u,type:h,timeout:x=3e3}=i,y=new Date().getTime()+x,m={id:Math.random(),message:u,type:h,maxAge:y};c([...a,m]),n()}},[i,a]),q.useEffect(()=>{const u=setInterval(()=>{const h=({maxAge:y})=>y&&y<new Date().getTime(),x=a.filter(y=>!h(y));x.length!==a.length&&c(x)},500);return()=>clearInterval(u)},[a]);const d={toast:n};return o.jsx(X5.Provider,{value:d,children:o.jsxs(o.Fragment,{children:[a.length>0&&o.jsx(Wy,{children:a.map(({id:u,message:h})=>o.jsx(Uy,{message:h},u))}),e]})})},pt=()=>q.useContext(X5),Lr=({children:e})=>o.jsx("div",{id:"covideo-embeddable-recorder",children:e}),Gy=l.div`
384
+ `,X5=q.createContext(),Hy=({children:e})=>{const[i,n]=q.useState(),[a,c]=q.useState([]);q.useEffect(()=>{if(i){const{message:u,type:h,timeout:x=3e3}=i,y=new Date().getTime()+x,v={id:Math.random(),message:u,type:h,maxAge:y};c([...a,v]),n()}},[i,a]),q.useEffect(()=>{const u=setInterval(()=>{const h=({maxAge:y})=>y&&y<new Date().getTime(),x=a.filter(y=>!h(y));x.length!==a.length&&c(x)},500);return()=>clearInterval(u)},[a]);const d={toast:n};return o.jsx(X5.Provider,{value:d,children:o.jsxs(o.Fragment,{children:[a.length>0&&o.jsx(Wy,{children:a.map(({id:u,message:h})=>o.jsx(Uy,{message:h},u))}),e]})})},pt=()=>q.useContext(X5),Lr=({children:e})=>o.jsx("div",{id:"covideo-embeddable-recorder",children:e}),Gy=l.div`
385
385
  box-sizing: border-box;
386
386
  height: 40px;
387
387
  border-radius: 6px;
@@ -506,7 +506,7 @@
506
506
  margin-right: 14px;
507
507
  height: 100%;
508
508
  color: ${({theme:e})=>e.colors.primary[40]};
509
- `,N1=({handleModalClose:e,quickShareMarkAsSentHandler:i,isQuickShareLoading:n,markAsSentPayload:a,getMarkAsSentPayload:c})=>{const{t:d}=re.useTranslation(),{isCdkEnviroment:u}=l.useTheme(),{userData:h}=nt(),{isCompanyAdmin:x}=h,y=async m=>{const v=await(c==null?void 0:c()),S={markAsSentConfirmed:m,videoActivityType:ur.QUICKSHARE,...a,...v==null?void 0:v.videoShareSetData,...(v==null?void 0:v.useAutomotive)!==void 0?{useAutomotive:v.useAutomotive}:{}};i(S)};return o.jsx(yr,{children:o.jsxs(Xy,{children:[o.jsxs(Jy,{children:[o.jsx(e7,{children:d("Mark Video as ‘Sent’?")}),o.jsx(t7,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:e,disabled:n})})]}),o.jsxs(i7,{children:[o.jsx(s7,{children:o.jsx(R1.AiFillInfoCircle,{size:24,color:"inherit"})}),o.jsx(n7,{children:o.jsx(o7,{children:d(x?"If you don't want to answer this question with each QuickShare, you can change QuickShare preferences.":"If you don't want to answer this question with each QuickShare, your admin can change QuickShare preferences.")})})]}),o.jsxs(r7,{children:[o.jsx(K.Button,{text:d("Leave as ‘Not Sent’"),variant:u?"text":"white",disabled:n,onClick:()=>y(!1)}),o.jsx(K.Button,{text:d("Mark as Sent"),disabled:n,onClick:()=>y(!0)})]})]})})},a7="Stop",c7="Generate",l7="Copy",d7="Casual",u7="Formal",p7="Reserved",x7="Enthusiastic",h7="Brief",y7="Detailed",f7="Vehicle",g7="Email",m7="SMS",v7={preferencesHint:"If you don't want to answer this question with each quickshare, {{actor}} can change quickshare preferences under <0>My Company settings</0>.",preferencesHintNoLink:"If you don't want to answer this question with each quickshare, {{actor}} can change quickshare preferences.",notSurePopupPromo:"Try our <highlight>Script Assist</highlight> and increase customer's engagement."},b7={"Tone of Voice":"Tone of Voice","0 prompts left this month":"0 prompts left this month","{{promptsLeft}} prompts left this month":"{{promptsLeft}} prompts left this month",Stop:a7,Generate:c7,Copy:l7,"Insert This":"Insert This","Generate {{promptType}} with Script Assist":"Generate {{promptType}} with Script Assist","Additional Information":"Additional Information","Provide any additional context or details that might help generate better content.":"Provide any additional context or details that might help generate better content.","Additional Info":"Additional Info","Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.":"Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.","Enter the name of the person or persons you’re sending your message to.":"Enter the name of the person or persons you’re sending your message to.","Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.":"Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.","Include any additional information you’d like Script Assist to consider.":"Include any additional information you’d like Script Assist to consider.","Mark Video as ‘Sent’?":"Mark Video as ‘Sent’?","Not sure what to write or ask?":"Not sure what to write or ask?","No Calls-To-Action":"No Calls-To-Action","Select a website":"Select a website","No Websites":"No Websites","Landing Page":"Landing Page","No Landing Pages":"No Landing Pages","Overlay URL":"Overlay URL","Calls-To-Action":"Calls-To-Action","Use Existing":"Use Existing","Add New":"Add New","Enter website":"Enter website","Upload new video":"Upload new video",Casual:d7,Formal:u7,Reserved:p7,Enthusiastic:x7,Brief:h7,Detailed:y7,"Leave as ‘Not Sent’":"Leave as ‘Not Sent’","Mark as Sent":"Mark as Sent","Script Assist CRM":"Script Assist CRM","Launch Script Assist":"Launch Script Assist","Your name":"Your name","Enter your name":"Enter your name","Company Name":"Company Name","Enter your company name":"Enter your company name","Message category":"Message category","Enter use case":"Enter use case","Their name":"Their name","Enter customer name":"Enter customer name",Vehicle:f7,"Search vehicles...":"Search vehicles...","Next steps":"Next steps","Enter next steps":"Enter next steps","Teleprompter Script":"Teleprompter Script",Email:g7,SMS:m7,"CRM Message":"CRM Message","AI Flex Video":"AI Flex Video",transSplits:v7,"Additional Instructions":"Additional Instructions","Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.":"Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.","Use the sliders to customize your Tone of Voice.":"Use the sliders to customize your Tone of Voice.","aiFlexVideoScripts.groups.firstResponse":"First Response","aiFlexVideoScripts.groups.appointments":"Appointments","aiFlexVideoScripts.groups.unsoldFollowUp":"Unsold Follow-up","aiFlexVideoScripts.groups.thankYouForPurchase":"Thank You for Purchase","aiFlexVideoScripts.groups.eventsPromotions":"Events & Promotions","aiFlexVideoScripts.groups.lifecycleMarketing":"Lifecycle Marketing","aiFlexVideoScripts.groups.service":"Service","aiFlexVideoScripts.options.ai_first_response.label":"AI Agent First Response (No Vin Reel)","aiFlexVideoScripts.options.ai_first_response.text":"Hi there, and thanks for reaching out to {dealership_name}. We just received your inquiry and wanted to let you know our team is already reviewing your request. Someone from our team will be reaching out shortly to answer your questions and help you take the next step. Whether you're exploring your options or looking for more details on a vehicle, we're here to make the process simple and stress-free. If you'd like to get started sooner, feel free to give us a call at {phone_number}. We look forward to connecting with you soon at {dealership_name}.","aiFlexVideoScripts.options.schedule_test_drive.label":"Schedule a Test Drive","aiFlexVideoScripts.options.schedule_test_drive.text":"Hi there! Thanks for your interest in visiting {dealership_name}. One of the best ways to know if a vehicle is the right fit is by getting behind the wheel and taking it for a test drive. Our team would be happy to have a vehicle ready for you and walk you through the features while answering any questions you may have. We'll make sure your visit is quick, easy, and completely pressure-free. Give us a call at {phone_number} to schedule your test drive, and we'll have everything ready when you arrive at {dealership_name}.","aiFlexVideoScripts.options.after_hours.label":"After Hours Responder","aiFlexVideoScripts.options.after_hours.text":"Thanks for reaching out to {dealership_name}. Our team may currently be assisting other customers or the dealership may be closed for the day, but we wanted to let you know that we received your message. A member of our team will review your inquiry and follow up with you as soon as possible during our next business hours. If there's anything you'd like us to prepare or look into ahead of time, feel free to reply to this message. We appreciate your interest in {dealership_name}, and we look forward to connecting with you soon.","aiFlexVideoScripts.options.appointment_reminder.label":"Appointment Reminder","aiFlexVideoScripts.options.appointment_reminder.text":"Hi there! Just a quick reminder from {dealership_name} about your upcoming visit with our team. We're looking forward to welcoming you in and helping you explore your options. When you arrive, we'll have everything ready so you can take a closer look and get your questions answered. If anything changes with your schedule or if you need to adjust your appointment time, just let us know - we're happy to help. Give us a quick call at {phone_number} to confirm your visit, and we'll make sure everything is ready when you arrive at {dealership_name}.","aiFlexVideoScripts.options.missed_appointment.label":"Missed Appointment","aiFlexVideoScripts.options.missed_appointment.text":"Hi there! We noticed we missed you earlier and just wanted to check in. Our team at {dealership_name} had everything ready for your visit and we'd still love the chance to help you explore your options. We know schedules can get busy, so if you'd like to reschedule your visit, just let us know what time works best for you. We'll make sure everything is ready when you arrive. Give us a call at {phone_number} and we'll be happy to help you set up a new time to stop by {dealership_name}.","aiFlexVideoScripts.options.unsold_followup.label":"Unsold Follow-up","aiFlexVideoScripts.options.unsold_followup.text":"Thanks again for your recent visit to {dealership_name}. We truly appreciate you considering us as part of your vehicle search. Our goal is always to help you find exactly what you're looking for - whether that's the right vehicle, the right features, or the right fit for your lifestyle and budget. If you'd like to take another look, explore additional options, or get behind the wheel for a test drive, our team would be happy to help. Give us a call at {phone_number}, or stop by {dealership_name}, and we'll be glad to assist you in the next step of your search.","aiFlexVideoScripts.options.thank_you.label":"Thank you","aiFlexVideoScripts.options.thank_you.text":"On behalf of everyone here at {dealership_name}, thank you for choosing us for your recent vehicle purchase. We truly appreciate your trust in our team and hope you're enjoying your new vehicle. Our relationship doesn't end after the sale - we're always here to help with questions, service needs, or anything else that comes up along the way. If there's ever anything we can assist you with, don't hesitate to reach out. You can always give us a call at {phone_number}, and we'd be happy to help. Thanks again for choosing {dealership_name}.","aiFlexVideoScripts.options.review_or_referral_request.label":"Review or Referral Request","aiFlexVideoScripts.options.review_or_referral_request.text":"Thank you again for choosing {dealership_name} for your recent vehicle purchase. We hope you're enjoying your new ride and that your experience with our team was a great one. If you have a moment, we'd truly appreciate you sharing your experience in a quick online review. Your feedback helps other drivers feel confident when choosing where to shop. And if you know anyone who might be looking for a vehicle, we'd be honored if you thought of {dealership_name}. If we can help in any way, give us a call at {phone_number}.","aiFlexVideoScripts.options.csi_survey_reminder.label":"CSI Survey Reminder","aiFlexVideoScripts.options.csi_survey_reminder.text":"Hi there! We wanted to take a moment to thank you again for choosing {dealership_name} for your recent vehicle purchase. In the near future, you may receive a short survey from {OEM_name} asking about your experience with our dealership. These surveys are extremely important to our team because they help us understand how we're doing and where we can continue improving for our customers. If you do receive the survey, we would truly appreciate you taking a moment to share your feedback. And if there's anything we can assist you with, please give us a call at {phone_number}.","aiFlexVideoScripts.options.holiday_promotion.label":"Holiday Promotion","aiFlexVideoScripts.options.holiday_promotion.text":"It's time to celebrate at {dealership_name} with our {holiday_name} Sales Event. This is a great opportunity to explore some incredible vehicles and find the one that fits your lifestyle. Whether you're looking for a dependable commuter, a family-friendly SUV, or something packed with the latest technology and safety features, our team is here to help make the process simple and enjoyable. Stop by {dealership_name} or give us a call at {phone_number} to learn more and schedule your test drive today.","aiFlexVideoScripts.options.sale_promotion.label":"Sale Promotion","aiFlexVideoScripts.options.sale_promotion.text":"Now is a great time to visit {dealership_name} and explore the latest vehicles we have available. Our team is here to help you find the right vehicle that fits your needs, your lifestyle, and your budget. Whether you're just beginning your search or ready to take the next step, we'll make the process easy and stress-free. Stop by {dealership_name} or give us a call at {phone_number} to schedule a test drive and see what makes our dealership experience different.","aiFlexVideoScripts.options.dealership_showcase.label":"Dealership Showcase","aiFlexVideoScripts.options.dealership_showcase.text":"Welcome to {dealership_name}, where our team is committed to providing a simple, transparent, and enjoyable car-buying experience. From helping you explore the latest vehicles to assisting with financing and ongoing service, we're here to support you every step of the way. Our goal is to make sure you feel confident and comfortable throughout the entire process. If you're thinking about upgrading your vehicle or simply want to explore your options, stop by {dealership_name} or give us a call at {phone_number} and our team will be happy to help.","aiFlexVideoScripts.options.aging_inventory_showcase.label":"Aging Inventory Showcase","aiFlexVideoScripts.options.aging_inventory_showcase.text":"Right now at {dealership_name}, we're highlighting some great opportunities on our {vehicle_type_or_model} inventory. For a limited time, these vehicles are available with {offer_details}, making it a great opportunity to take advantage of additional value. If you've been thinking about upgrading your vehicle or exploring something new, this could be the perfect time to take a closer look. Our team would be happy to walk you through the options and help you find the right fit. Give us a call at {phone_number} or stop by {dealership_name} to learn more.","aiFlexVideoScripts.options.purchase_anniversary.label":"Purchase Anniversary","aiFlexVideoScripts.options.purchase_anniversary.text":"Hi there! We just wanted to take a moment to say thank you again for choosing {dealership_name} for your vehicle purchase. We hope your vehicle has been serving you well and that you've been enjoying every mile. Our team is always here if you ever have questions, need assistance, or want to explore your options in the future. And of course, when it's time for routine maintenance or service, we'd love to welcome you back. If there's anything we can help with, give us a call at {phone_number}.","aiFlexVideoScripts.options.lease_expiration_reminder.label":"Lease Expiration Reminder","aiFlexVideoScripts.options.lease_expiration_reminder.text":"Hi there! We wanted to check in because your lease may be approaching its next stage soon. At {dealership_name}, we're here to help you explore all your options, whether that means upgrading to a new vehicle, purchasing your current one, or simply learning more about what works best for you. Our team would be happy to walk you through the possibilities and answer any questions you have. Give us a call at {phone_number} or stop by {dealership_name}, and we'll help you plan your next steps.","aiFlexVideoScripts.options.happy_birthday.label":"Happy Birthday","aiFlexVideoScripts.options.happy_birthday.text":"Happy Birthday from everyone here at {dealership_name}! We hope you're having a fantastic day and celebrating with friends, family, and maybe even a little time on the road. We truly appreciate having you as part of the {dealership_name} family. If there's ever anything we can help with - whether it's service, questions about your vehicle, or exploring something new down the road - our team is always here for you. If you ever need anything, feel free to give us a call at {phone_number}.","aiFlexVideoScripts.options.buy_back_offer.label":"Buy Back Offer","aiFlexVideoScripts.options.buy_back_offer.text":"Right now at {dealership_name}, we're actively looking to purchase more {vehicle_type} vehicles, and there's strong demand for them. Because of that, we're reaching out to let drivers know that we're currently offering {offer_type} for vehicles like yours. Even if you're not actively shopping for something new, this could be a great opportunity to see what your vehicle might be worth today. Our team would be happy to provide a quick and easy evaluation. Give us a call at {phone_number} or stop by {dealership_name}, and we'll be glad to help.","aiFlexVideoScripts.options.schedule_service_appointment.label":"Schedule Service Appointment","aiFlexVideoScripts.options.schedule_service_appointment.text":"Hi there! Keeping up with regular maintenance is one of the best ways to keep your vehicle running smoothly for years to come. At {dealership_name}, our service team is here to make the process easy and convenient. Our trained technicians know your vehicle inside and out and are ready to help with everything from routine maintenance to more detailed service needs. Give us a call at {phone_number} to schedule your service appointment, and our team at {dealership_name} will make sure your vehicle is well taken care of.","aiFlexVideoScripts.options.service_appointment_reminder.label":"Service Appointment Reminder","aiFlexVideoScripts.options.service_appointment_reminder.text":"Hi there! Just a friendly reminder from {dealership_name} about your upcoming service appointment. Our team is looking forward to taking care of your vehicle and getting you back on the road quickly. When you arrive, our service advisors will walk you through everything and make sure your visit is smooth and convenient. If you need to adjust your appointment time or have any questions before your visit, feel free to give us a call at {phone_number}. We'll see you soon at {dealership_name}.","aiFlexVideoScripts.options.maintenance_reminder.label":"Maintenance Reminder","aiFlexVideoScripts.options.maintenance_reminder.text":"Hi there! Regular maintenance is one of the best ways to keep your vehicle performing at its best. At {dealership_name}, our service team is here to make sure your vehicle stays reliable and ready for the road ahead. Whether it's routine maintenance or a quick check-up, our technicians are here to help. If it's time for your next service visit, give us a call at {phone_number} or schedule your appointment with {dealership_name}, and we'll make sure your vehicle gets the care it deserves.","aiFlexVideoScripts.options.intro_to_service_department.label":"Intro to Service Department","aiFlexVideoScripts.options.intro_to_service_department.text":"At {dealership_name}, our commitment to you continues long after you drive off the lot. Our service department is here to help keep your vehicle running smoothly and reliably for years to come. From routine maintenance to more advanced service needs, our trained technicians are here to provide expert care for your vehicle. Our goal is to make every visit convenient, transparent, and easy. When it's time for your next service appointment, give us a call at {phone_number} and we'd be happy to welcome you back to {dealership_name}.","aiFlexVideoScripts.options.service_department_showcase.label":"Service Department Showcase","aiFlexVideoScripts.options.service_department_showcase.text":"Welcome to the service department at {dealership_name}, where our goal is to make maintaining your vehicle simple and stress-free. Our experienced technicians use the right tools and expertise to help keep your vehicle performing at its best. Whether you're visiting for routine maintenance or more detailed service, our team is here to make sure everything is handled with care and attention. When your vehicle needs service, give us a call at {phone_number} to schedule an appointment and let the team at {dealership_name} take care of the rest."},w7="Arrêter",S7="Générer",C7="Copier",k7="Décontracté",j7="Formel",E7="Réservé",_7="Enthousiaste",T7="Bref",I7="Détaillé",A7="Véhicule",V7="E-mail",R7="SMS",L7={preferencesHint:"Si vous ne souhaitez pas répondre à cette question à chaque quickshare, {{actor}} peut modifier les préférences quickshare dans <0>Paramètres de Mon entreprise</0>.",preferencesHintNoLink:"Si vous ne souhaitez pas répondre à cette question à chaque quickshare, {{actor}} peut modifier les préférences quickshare.",notSurePopupPromo:"Essayez notre <highlight>Script Assist</highlight> et augmentez l'engagement des clients."},$7={"Tone of Voice":"Ton de voix","0 prompts left this month":"0 invites restantes ce mois-ci","{{promptsLeft}} prompts left this month":"{{promptsLeft}} invites restantes ce mois-ci",Stop:w7,Generate:S7,Copy:C7,"Insert This":"Insérer ceci","Generate {{promptType}} with Script Assist":"Générer {{promptType}} avec Script Assist","Additional Information":"Informations supplémentaires","Provide any additional context or details that might help generate better content.":"Fournissez tout contexte ou détail supplémentaire pouvant aider à générer un meilleur contenu.","Additional Info":"Infos supplémentaires","Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.":"Sélectionnez le type de message que Script Assist doit créer. Vous pouvez aussi saisir le vôtre s’il n’est pas dans la liste.","Enter the name of the person or persons you’re sending your message to.":"Entrez le nom de la ou des personnes à qui vous envoyez votre message.","Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.":"Décrivez brièvement ce que vous souhaitez que le destinataire fasse ensuite. Ex. : « Rappelez-moi », « Cliquez sur le bouton » ou « Écrivez un avis ».","Include any additional information you’d like Script Assist to consider.":"Incluez toute information supplémentaire que Script Assist devrait prendre en compte.","Mark Video as ‘Sent’?":"Marquer la vidéo comme « Envoyée » ?","Not sure what to write or ask?":"Vous ne savez pas quoi écrire ou demander ?","No Calls-To-Action":"Aucun appel à l’action","Select a website":"Sélectionner un site web","No Websites":"Aucun site web","Landing Page":"Page d’atterrissage","No Landing Pages":"Aucune page d’atterrissage","Overlay URL":"URL superposée","Calls-To-Action":"Appels à l’action","Use Existing":"Utiliser l’existant","Add New":"Ajouter nouveau","Enter website":"Entrer le site web","Upload new video":"Téléverser une nouvelle vidéo",Casual:k7,Formal:j7,Reserved:E7,Enthusiastic:_7,Brief:T7,Detailed:I7,"Leave as ‘Not Sent’":"Laisser comme « Non envoyée »","Mark as Sent":"Marquer comme envoyée","Script Assist CRM":"Script Assist CRM","Launch Script Assist":"Lancer Script Assist","Your name":"Votre nom","Enter your name":"Entrez votre nom","Company Name":"Nom de l’entreprise","Enter your company name":"Entrez le nom de votre entreprise","Message category":"Catégorie du message","Enter use case":"Entrer le cas d’usage","Their name":"Leur nom","Enter customer name":"Entrez le nom du client",Vehicle:A7,"Search vehicles...":"Rechercher des véhicules...","Next steps":"Prochaines étapes","Enter next steps":"Entrer les prochaines étapes","Teleprompter Script":"Script de prompteur",Email:V7,SMS:R7,"CRM Message":"Message CRM","AI Flex Video":"Vidéo AI Flex",transSplits:L7,"Additional Instructions":"Instructions supplémentaires","Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.":"Dites à l'IA à quoi sert la vidéo (promotion, événement, point de contact commercial, etc.). Ensuite, ajoutez des détails clés comme les véhicules, les offres, le calendrier et tout avertissement requis. Quand vous avez terminé, cliquez sur <b>Générer</b>.","Use the sliders to customize your Tone of Voice.":"Utilisez les curseurs pour personnaliser votre ton de voix.","aiFlexVideoScripts.groups.firstResponse":"Première réponse","aiFlexVideoScripts.groups.appointments":"Rendez-vous","aiFlexVideoScripts.groups.unsoldFollowUp":"Suivi sans vente","aiFlexVideoScripts.groups.thankYouForPurchase":"Remerciement après achat","aiFlexVideoScripts.groups.eventsPromotions":"Événements et promotions","aiFlexVideoScripts.groups.lifecycleMarketing":"Marketing du cycle de vie","aiFlexVideoScripts.groups.service":"Service","aiFlexVideoScripts.options.ai_first_response.label":"Première réponse agent IA (sans Vin Reel)","aiFlexVideoScripts.options.ai_first_response.text":"Bonjour, et merci d'avoir contacté {dealership_name}. Nous venons de recevoir votre demande et nous voulions vous informer que notre équipe l'examine déjà. Un membre de notre équipe vous contactera très bientôt pour répondre à vos questions et vous aider pour la prochaine étape. Que vous exploriez vos options ou cherchiez plus de détails sur un véhicule, nous sommes là pour rendre le processus simple et sans stress. Si vous souhaitez aller plus vite, n'hésitez pas à nous appeler au {phone_number}. Nous avons hâte d'échanger avec vous bientôt chez {dealership_name}.","aiFlexVideoScripts.options.schedule_test_drive.label":"Planifier un essai routier","aiFlexVideoScripts.options.schedule_test_drive.text":"Bonjour. Merci pour votre intérêt à visiter {dealership_name}. L'une des meilleures façons de savoir si un véhicule vous convient est de prendre le volant pour un essai routier. Notre équipe sera ravie de préparer un véhicule pour vous, de vous présenter ses fonctionnalités et de répondre à toutes vos questions. Nous ferons en sorte que votre visite soit rapide, simple et sans pression. Appelez-nous au {phone_number} pour planifier votre essai routier, et nous aurons tout prêt à votre arrivée chez {dealership_name}.","aiFlexVideoScripts.options.after_hours.label":"Réponse hors horaires","aiFlexVideoScripts.options.after_hours.text":"Merci d'avoir contacté {dealership_name}. Notre équipe est peut-être en train d'aider d'autres clients ou la concession est peut-être fermée pour la journée, mais nous voulions vous informer que nous avons bien reçu votre message. Un membre de notre équipe examinera votre demande et vous répondra dès que possible pendant nos prochaines heures d'ouverture. S'il y a quelque chose que vous souhaitez que nous préparions à l'avance, n'hésitez pas à répondre à ce message. Merci pour votre intérêt envers {dealership_name}, et nous avons hâte d'échanger avec vous bientôt.","aiFlexVideoScripts.options.appointment_reminder.label":"Rappel de rendez-vous","aiFlexVideoScripts.options.appointment_reminder.text":"Bonjour. Petit rappel de {dealership_name} concernant votre prochaine visite avec notre équipe. Nous avons hâte de vous accueillir et de vous aider à explorer vos options. À votre arrivée, tout sera prêt pour que vous puissiez regarder de plus près et obtenir des réponses à vos questions. Si votre emploi du temps change ou si vous devez ajuster l'heure du rendez-vous, dites-le-nous, nous serons ravis de vous aider. Appelez-nous rapidement au {phone_number} pour confirmer votre visite, et nous nous assurerons que tout soit prêt à votre arrivée chez {dealership_name}.","aiFlexVideoScripts.options.missed_appointment.label":"Rendez-vous manqué","aiFlexVideoScripts.options.missed_appointment.text":"Bonjour. Nous avons constaté que nous vous avons manqué plus tôt et voulions prendre de vos nouvelles. Notre équipe chez {dealership_name} avait tout préparé pour votre visite et serait toujours ravie de vous aider à explorer vos options. Nous savons que les agendas peuvent être chargés, donc si vous souhaitez reprogrammer votre visite, indiquez-nous l'horaire qui vous convient le mieux. Nous ferons en sorte que tout soit prêt à votre arrivée. Appelez-nous au {phone_number} et nous serons heureux de vous aider à fixer un nouveau créneau pour passer chez {dealership_name}.","aiFlexVideoScripts.options.unsold_followup.label":"Suivi sans vente","aiFlexVideoScripts.options.unsold_followup.text":"Merci encore pour votre récente visite chez {dealership_name}. Nous apprécions sincèrement que vous nous ayez considérés dans votre recherche de véhicule. Notre objectif est toujours de vous aider à trouver exactement ce que vous recherchez: le bon véhicule, les bonnes options et la bonne solution pour votre style de vie et votre budget. Si vous souhaitez revoir un modèle, explorer d'autres options ou faire un essai routier, notre équipe sera ravie de vous aider. Appelez-nous au {phone_number}, ou passez chez {dealership_name}, et nous serons heureux de vous accompagner pour la suite de votre recherche.","aiFlexVideoScripts.options.thank_you.label":"Merci","aiFlexVideoScripts.options.thank_you.text":"Au nom de toute l'équipe de {dealership_name}, merci de nous avoir choisis pour votre récent achat de véhicule. Nous apprécions sincèrement votre confiance et espérons que vous profitez pleinement de votre nouveau véhicule. Notre relation ne s'arrête pas après la vente: nous sommes toujours là pour vous aider en cas de questions, de besoins en service ou de tout autre sujet. S'il y a quoi que ce soit que nous puissions faire pour vous, n'hésitez pas à nous contacter. Vous pouvez toujours nous appeler au {phone_number}, et nous serons ravis de vous aider. Merci encore d'avoir choisi {dealership_name}.","aiFlexVideoScripts.options.review_or_referral_request.label":"Demande d'avis ou de recommandation","aiFlexVideoScripts.options.review_or_referral_request.text":"Merci encore d'avoir choisi {dealership_name} pour votre récent achat de véhicule. Nous espérons que vous profitez de votre nouveau véhicule et que votre expérience avec notre équipe a été excellente. Si vous avez un moment, nous vous serions très reconnaissants de partager votre expérience dans un court avis en ligne. Vos retours aident d'autres conducteurs à choisir où acheter en toute confiance. Et si vous connaissez quelqu'un qui cherche un véhicule, nous serions honorés que vous pensiez à {dealership_name}. Si nous pouvons vous aider d'une quelconque manière, appelez-nous au {phone_number}.","aiFlexVideoScripts.options.csi_survey_reminder.label":"Rappel d'enquête CSI","aiFlexVideoScripts.options.csi_survey_reminder.text":"Bonjour. Nous voulions prendre un moment pour vous remercier encore d'avoir choisi {dealership_name} pour votre récent achat. Dans un futur proche, vous pourriez recevoir une courte enquête de {OEM_name} concernant votre expérience avec notre concession. Ces enquêtes sont très importantes pour notre équipe car elles nous aident à comprendre nos performances et où nous pouvons encore nous améliorer pour nos clients. Si vous recevez l'enquête, nous vous serions très reconnaissants de prendre un moment pour partager votre avis. Et s'il y a quoi que ce soit que nous puissions faire pour vous, merci de nous appeler au {phone_number}.","aiFlexVideoScripts.options.holiday_promotion.label":"Promotion des fêtes","aiFlexVideoScripts.options.holiday_promotion.text":"C'est le moment de célébrer chez {dealership_name} avec notre événement de ventes {holiday_name}. C'est une excellente occasion de découvrir des véhicules incroyables et de trouver celui qui correspond à votre style de vie. Que vous recherchiez un véhicule fiable pour les trajets quotidiens, un VUS familial ou un modèle doté des dernières technologies et fonctions de sécurité, notre équipe est là pour rendre le processus simple et agréable. Passez chez {dealership_name} ou appelez-nous au {phone_number} pour en savoir plus et planifier votre essai routier dès aujourd'hui.","aiFlexVideoScripts.options.sale_promotion.label":"Promotion de vente","aiFlexVideoScripts.options.sale_promotion.text":"C'est un excellent moment pour visiter {dealership_name} et découvrir les derniers véhicules disponibles. Notre équipe est là pour vous aider à trouver le bon véhicule selon vos besoins, votre style de vie et votre budget. Que vous commenciez juste vos recherches ou soyez prêt à passer à l'étape suivante, nous rendrons le processus simple et sans stress. Passez chez {dealership_name} ou appelez-nous au {phone_number} pour planifier un essai routier et voir ce qui rend notre expérience concession différente.","aiFlexVideoScripts.options.dealership_showcase.label":"Présentation de la concession","aiFlexVideoScripts.options.dealership_showcase.text":"Bienvenue chez {dealership_name}, où notre équipe s'engage à offrir une expérience d'achat automobile simple, transparente et agréable. De l'exploration des derniers véhicules à l'accompagnement pour le financement et le service après-vente, nous sommes là pour vous accompagner à chaque étape. Notre objectif est que vous vous sentiez en confiance et à l'aise tout au long du processus. Si vous envisagez de changer de véhicule ou souhaitez simplement explorer vos options, passez chez {dealership_name} ou appelez-nous au {phone_number} et notre équipe sera ravie de vous aider.","aiFlexVideoScripts.options.aging_inventory_showcase.label":"Présentation inventaire ancien","aiFlexVideoScripts.options.aging_inventory_showcase.text":"En ce moment chez {dealership_name}, nous mettons en avant de belles opportunités sur notre inventaire {vehicle_type_or_model}. Pour une durée limitée, ces véhicules sont disponibles avec {offer_details}, ce qui représente une excellente occasion de profiter d'une valeur additionnelle. Si vous pensiez changer de véhicule ou explorer quelque chose de nouveau, cela peut être le moment idéal pour regarder de plus près. Notre équipe sera ravie de vous présenter les options et de vous aider à trouver la bonne. Appelez-nous au {phone_number} ou passez chez {dealership_name} pour en savoir plus.","aiFlexVideoScripts.options.purchase_anniversary.label":"Anniversaire d'achat","aiFlexVideoScripts.options.purchase_anniversary.text":"Bonjour. Nous voulions simplement prendre un moment pour vous remercier encore d'avoir choisi {dealership_name} pour l'achat de votre véhicule. Nous espérons que votre véhicule vous sert bien et que vous profitez de chaque kilomètre. Notre équipe est toujours là si vous avez des questions, besoin d'aide ou souhaitez explorer vos options à l'avenir. Et bien sûr, lorsqu'il sera temps de faire l'entretien ou le service, nous serons ravis de vous accueillir à nouveau. S'il y a quoi que ce soit que nous puissions faire pour vous, appelez-nous au {phone_number}.","aiFlexVideoScripts.options.lease_expiration_reminder.label":"Rappel d'expiration de location","aiFlexVideoScripts.options.lease_expiration_reminder.text":"Bonjour. Nous souhaitions vous contacter car votre location pourrait bientôt arriver à sa prochaine étape. Chez {dealership_name}, nous sommes là pour vous aider à explorer toutes vos options, qu'il s'agisse de passer à un nouveau véhicule, d'acheter votre véhicule actuel ou simplement de mieux comprendre ce qui vous convient le mieux. Notre équipe sera ravie de vous présenter les possibilités et de répondre à vos questions. Appelez-nous au {phone_number} ou passez chez {dealership_name}, et nous vous aiderons à planifier les prochaines étapes.","aiFlexVideoScripts.options.happy_birthday.label":"Joyeux anniversaire","aiFlexVideoScripts.options.happy_birthday.text":"Joyeux anniversaire de la part de toute l'équipe de {dealership_name}. Nous espérons que vous passez une excellente journée entouré de vos proches, et peut-être avec un peu de route aussi. Nous sommes très heureux de vous compter dans la famille {dealership_name}. S'il y a quoi que ce soit que nous puissions faire pour vous, qu'il s'agisse de service, de questions sur votre véhicule ou d'explorer quelque chose de nouveau plus tard, notre équipe est toujours là pour vous. Si vous avez besoin de quoi que ce soit, n'hésitez pas à nous appeler au {phone_number}.","aiFlexVideoScripts.options.buy_back_offer.label":"Offre de rachat","aiFlexVideoScripts.options.buy_back_offer.text":"En ce moment chez {dealership_name}, nous cherchons activement à acheter davantage de véhicules {vehicle_type}, et la demande est forte. C'est pourquoi nous contactons les conducteurs pour leur faire savoir que nous proposons actuellement {offer_type} pour des véhicules comme le vôtre. Même si vous n'êtes pas en train de chercher activement un nouveau véhicule, cela peut être une excellente occasion de connaître la valeur actuelle du vôtre. Notre équipe sera ravie de vous fournir une évaluation rapide et simple. Appelez-nous au {phone_number} ou passez chez {dealership_name}, et nous serons heureux de vous aider.","aiFlexVideoScripts.options.schedule_service_appointment.label":"Planifier un rendez-vous service","aiFlexVideoScripts.options.schedule_service_appointment.text":"Bonjour. Maintenir un entretien régulier est l'une des meilleures façons de garder votre véhicule en excellent état pendant des années. Chez {dealership_name}, notre équipe de service est là pour rendre le processus simple et pratique. Nos techniciens qualifiés connaissent votre véhicule sur le bout des doigts et sont prêts à vous aider pour tout, de l'entretien courant aux besoins de service plus approfondis. Appelez-nous au {phone_number} pour planifier votre rendez-vous service, et notre équipe chez {dealership_name} veillera à ce que votre véhicule soit parfaitement pris en charge.","aiFlexVideoScripts.options.service_appointment_reminder.label":"Rappel de rendez-vous service","aiFlexVideoScripts.options.service_appointment_reminder.text":"Bonjour. Petit rappel amical de {dealership_name} concernant votre prochain rendez-vous service. Notre équipe a hâte de prendre soin de votre véhicule et de vous remettre rapidement sur la route. À votre arrivée, nos conseillers service vous expliqueront tout et s'assureront que votre visite se passe de manière fluide et pratique. Si vous devez ajuster l'heure de votre rendez-vous ou si vous avez des questions avant votre visite, n'hésitez pas à nous appeler au {phone_number}. À bientôt chez {dealership_name}.","aiFlexVideoScripts.options.maintenance_reminder.label":"Rappel d'entretien","aiFlexVideoScripts.options.maintenance_reminder.text":"Bonjour. L'entretien régulier est l'une des meilleures façons de maintenir votre véhicule à son meilleur niveau. Chez {dealership_name}, notre équipe de service est là pour s'assurer que votre véhicule reste fiable et prêt pour la route. Qu'il s'agisse d'un entretien courant ou d'un contrôle rapide, nos techniciens sont là pour vous aider. S'il est temps pour votre prochaine visite de service, appelez-nous au {phone_number} ou planifiez votre rendez-vous avec {dealership_name}, et nous veillerons à ce que votre véhicule reçoive les soins qu'il mérite.","aiFlexVideoScripts.options.intro_to_service_department.label":"Présentation du service après-vente","aiFlexVideoScripts.options.intro_to_service_department.text":"Chez {dealership_name}, notre engagement envers vous continue bien après votre départ du concessionnaire. Notre service après-vente est là pour aider votre véhicule à rester performant et fiable pendant des années. De l'entretien courant aux besoins de service plus avancés, nos techniciens qualifiés offrent un soin expert à votre véhicule. Notre objectif est de rendre chaque visite pratique, transparente et simple. Lorsqu'il sera temps pour votre prochain rendez-vous service, appelez-nous au {phone_number} et nous serons ravis de vous accueillir de nouveau chez {dealership_name}.","aiFlexVideoScripts.options.service_department_showcase.label":"Présentation du service","aiFlexVideoScripts.options.service_department_showcase.text":"Bienvenue au service après-vente de {dealership_name}, où notre objectif est de rendre l'entretien de votre véhicule simple et sans stress. Nos techniciens expérimentés utilisent les bons outils et leur expertise pour aider votre véhicule à rester au meilleur de ses performances. Que vous veniez pour un entretien courant ou un service plus détaillé, notre équipe est là pour s'assurer que tout est traité avec soin et attention. Quand votre véhicule a besoin d'entretien, appelez-nous au {phone_number} pour planifier un rendez-vous et laissez l'équipe de {dealership_name} s'occuper du reste."},M7="Detener",O7="Generar",D7="Copiar",N7="Informal",P7="Formal",F7="Reservado",z7="Entusiasta",B7="Breve",q7="Detallado",U7="Vehículo",W7="Correo electrónico",H7="SMS",G7={preferencesHint:"Si no quieres responder a esta pregunta en cada quickshare, {{actor}} puede cambiar las preferencias de quickshare en <0>Configuración de Mi Empresa</0>.",preferencesHintNoLink:"Si no quieres responder a esta pregunta en cada quickshare, {{actor}} puede cambiar las preferencias de quickshare.",notSurePopupPromo:"Prueba nuestro <highlight>Script Assist</highlight> y aumenta la participación del cliente."},Y7={"Tone of Voice":"Tono de voz","0 prompts left this month":"0 indicaciones restantes este mes","{{promptsLeft}} prompts left this month":"{{promptsLeft}} indicaciones restantes este mes",Stop:M7,Generate:O7,Copy:D7,"Insert This":"Insertar esto","Generate {{promptType}} with Script Assist":"Generar {{promptType}} con Script Assist","Additional Information":"Información adicional","Provide any additional context or details that might help generate better content.":"Proporciona cualquier contexto o detalle adicional que pueda ayudar a generar mejor contenido.","Additional Info":"Información adicional","Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.":"Selecciona el tipo de mensaje que te gustaría que Script Assist cree. También puedes escribir el tuyo si no está en la lista.","Enter the name of the person or persons you’re sending your message to.":"Introduce el nombre de la persona o personas a quienes envías el mensaje.","Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.":"Describe brevemente qué te gustaría que el destinatario haga a continuación. Ej.: «Llámame», «Haz clic en el botón» o «Escribe una reseña».","Include any additional information you’d like Script Assist to consider.":"Incluye cualquier información adicional que quieras que Script Assist tenga en cuenta.","Mark Video as ‘Sent’?":"¿Marcar el video como «Enviado»?","Not sure what to write or ask?":"¿No sabes qué escribir o preguntar?","No Calls-To-Action":"Sin llamadas a la acción","Select a website":"Seleccionar un sitio web","No Websites":"Sin sitios web","Landing Page":"Página de destino","No Landing Pages":"Sin páginas de destino","Overlay URL":"URL superpuesta","Calls-To-Action":"Llamadas a la acción","Use Existing":"Usar existente","Add New":"Agregar nuevo","Enter website":"Introducir sitio web","Upload new video":"Subir nuevo video",Casual:N7,Formal:P7,Reserved:F7,Enthusiastic:z7,Brief:B7,Detailed:q7,"Leave as ‘Not Sent’":"Dejar como «No enviado»","Mark as Sent":"Marcar como enviado","Script Assist CRM":"Script Assist CRM","Launch Script Assist":"Iniciar Script Assist","Your name":"Tu nombre","Enter your name":"Introduce tu nombre","Company Name":"Nombre de la empresa","Enter your company name":"Introduce el nombre de tu empresa","Message category":"Categoría del mensaje","Enter use case":"Introduce el caso de uso","Their name":"Su nombre","Enter customer name":"Introduce el nombre del cliente",Vehicle:U7,"Search vehicles...":"Buscar vehículos...","Next steps":"Próximos pasos","Enter next steps":"Introduce los próximos pasos","Teleprompter Script":"Guion de teleprompter",Email:W7,SMS:H7,"CRM Message":"Mensaje de CRM","AI Flex Video":"Video AI Flex",transSplits:G7,"Additional Instructions":"Instrucciones adicionales","Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.":"Dile a la IA para qué es el video (promoción, evento, punto de contacto de ventas, etc.). Luego incluye detalles clave como vehículos, ofertas, tiempos y cualquier aviso obligatorio. Cuando termines, haz clic en <b>Generar</b>.","Use the sliders to customize your Tone of Voice.":"Usa los controles deslizantes para personalizar tu tono de voz.","aiFlexVideoScripts.groups.firstResponse":"Primera respuesta","aiFlexVideoScripts.groups.appointments":"Citas","aiFlexVideoScripts.groups.unsoldFollowUp":"Seguimiento sin venta","aiFlexVideoScripts.groups.thankYouForPurchase":"Agradecimiento por compra","aiFlexVideoScripts.groups.eventsPromotions":"Eventos y promociones","aiFlexVideoScripts.groups.lifecycleMarketing":"Marketing del ciclo de vida","aiFlexVideoScripts.groups.service":"Servicio","aiFlexVideoScripts.options.ai_first_response.label":"Primera respuesta de agente AI (sin Vin Reel)","aiFlexVideoScripts.options.ai_first_response.text":"Hola, y gracias por comunicarte con {dealership_name}. Acabamos de recibir tu consulta y queremos informarte que nuestro equipo ya está revisando tu solicitud. Muy pronto alguien de nuestro equipo se pondrá en contacto para responder tus preguntas y ayudarte con el siguiente paso. Ya sea que estés explorando opciones o buscando más detalles sobre un vehículo, estamos aquí para hacer el proceso simple y sin estrés. Si prefieres comenzar antes, no dudes en llamarnos al {phone_number}. Esperamos hablar contigo pronto en {dealership_name}.","aiFlexVideoScripts.options.schedule_test_drive.label":"Programar prueba de manejo","aiFlexVideoScripts.options.schedule_test_drive.text":"Hola. Gracias por tu interés en visitar {dealership_name}. Una de las mejores formas de saber si un vehículo es adecuado para ti es conducirlo en una prueba de manejo. Con gusto nuestro equipo tendrá un vehículo listo para ti, te mostrará sus funciones y responderá cualquier pregunta que tengas. Nos aseguraremos de que tu visita sea rápida, fácil y completamente sin presión. Llámanos al {phone_number} para programar tu prueba de manejo y tendremos todo listo cuando llegues a {dealership_name}.","aiFlexVideoScripts.options.after_hours.label":"Respuesta fuera de horario","aiFlexVideoScripts.options.after_hours.text":"Gracias por comunicarte con {dealership_name}. Es posible que nuestro equipo esté atendiendo a otros clientes o que la agencia ya haya cerrado por hoy, pero queremos que sepas que recibimos tu mensaje. Un integrante de nuestro equipo revisará tu consulta y te dará seguimiento lo antes posible durante nuestro próximo horario laboral. Si hay algo que quieras que preparemos o revisemos con anticipación, puedes responder a este mensaje. Agradecemos tu interés en {dealership_name} y esperamos hablar contigo pronto.","aiFlexVideoScripts.options.appointment_reminder.label":"Recordatorio de cita","aiFlexVideoScripts.options.appointment_reminder.text":"Hola. Solo un recordatorio rápido de {dealership_name} sobre tu próxima visita con nuestro equipo. Estamos deseando recibirte y ayudarte a explorar tus opciones. Cuando llegues, tendremos todo listo para que puedas ver más de cerca y resolver tus dudas. Si cambia algo en tu agenda o necesitas ajustar la hora de tu cita, avísanos; con gusto te ayudamos. Llámanos al {phone_number} para confirmar tu visita y nos aseguraremos de tener todo preparado cuando llegues a {dealership_name}.","aiFlexVideoScripts.options.missed_appointment.label":"Cita perdida","aiFlexVideoScripts.options.missed_appointment.text":"Hola. Notamos que hoy no pudimos verte y queríamos contactarte. Nuestro equipo en {dealership_name} tenía todo listo para tu visita y aún nos encantaría ayudarte a explorar tus opciones. Sabemos que los horarios pueden complicarse, así que si deseas reprogramar tu visita, cuéntanos qué horario te funciona mejor. Nos aseguraremos de que todo esté listo cuando llegues. Llámanos al {phone_number} y con gusto te ayudamos a agendar una nueva hora para visitarnos en {dealership_name}.","aiFlexVideoScripts.options.unsold_followup.label":"Seguimiento sin venta","aiFlexVideoScripts.options.unsold_followup.text":"Gracias nuevamente por tu visita reciente a {dealership_name}. Apreciamos mucho que nos hayas considerado como parte de tu búsqueda de vehículo. Nuestro objetivo siempre es ayudarte a encontrar exactamente lo que buscas: el vehículo correcto, las funciones correctas y la opción ideal para tu estilo de vida y presupuesto. Si quieres volver a verlo, explorar opciones adicionales o realizar una prueba de manejo, nuestro equipo estará encantado de ayudarte. Llámanos al {phone_number} o visítanos en {dealership_name}; con gusto te apoyaremos en el siguiente paso de tu búsqueda.","aiFlexVideoScripts.options.thank_you.label":"Gracias","aiFlexVideoScripts.options.thank_you.text":"En nombre de todo el equipo de {dealership_name}, gracias por elegirnos para tu compra reciente de vehículo. Agradecemos sinceramente la confianza en nuestro equipo y esperamos que estés disfrutando tu nuevo vehículo. Nuestra relación no termina después de la venta; siempre estamos aquí para ayudarte con preguntas, necesidades de servicio o cualquier cosa que surja en el camino. Si hay algo en lo que podamos ayudarte, no dudes en contactarnos. Puedes llamarnos al {phone_number} y con gusto te atenderemos. Gracias nuevamente por elegir {dealership_name}.","aiFlexVideoScripts.options.review_or_referral_request.label":"Solicitud de reseña o referido","aiFlexVideoScripts.options.review_or_referral_request.text":"Gracias de nuevo por elegir {dealership_name} para tu compra reciente de vehículo. Esperamos que estés disfrutando tu nuevo auto y que tu experiencia con nuestro equipo haya sido excelente. Si tienes un momento, te agradeceríamos mucho que compartieras tu experiencia en una breve reseña en línea. Tus comentarios ayudan a otros conductores a sentirse seguros al elegir dónde comprar. Y si conoces a alguien que esté buscando vehículo, sería un honor que pensaras en {dealership_name}. Si podemos ayudarte de cualquier manera, llámanos al {phone_number}.","aiFlexVideoScripts.options.csi_survey_reminder.label":"Recordatorio de encuesta CSI","aiFlexVideoScripts.options.csi_survey_reminder.text":"Hola. Queríamos tomar un momento para agradecerte nuevamente por elegir {dealership_name} para tu compra reciente. En los próximos días, podrías recibir una breve encuesta de {OEM_name} preguntando sobre tu experiencia con nuestra agencia. Estas encuestas son muy importantes para nuestro equipo porque nos ayudan a entender cómo lo estamos haciendo y dónde podemos seguir mejorando para nuestros clientes. Si recibes la encuesta, te agradeceríamos mucho que compartieras tu opinión. Y si hay algo en lo que podamos ayudarte, por favor llámanos al {phone_number}.","aiFlexVideoScripts.options.holiday_promotion.label":"Promoción de temporada","aiFlexVideoScripts.options.holiday_promotion.text":"Es momento de celebrar en {dealership_name} con nuestro evento de ventas de {holiday_name}. Esta es una gran oportunidad para explorar vehículos increíbles y encontrar el que se ajuste a tu estilo de vida. Ya sea que busques un auto confiable para el día a día, un SUV familiar o algo con la tecnología y seguridad más recientes, nuestro equipo está aquí para hacer el proceso simple y agradable. Visítanos en {dealership_name} o llámanos al {phone_number} para conocer más y programar tu prueba de manejo hoy.","aiFlexVideoScripts.options.sale_promotion.label":"Promoción de venta","aiFlexVideoScripts.options.sale_promotion.text":"Ahora es un gran momento para visitar {dealership_name} y conocer los vehículos más recientes que tenemos disponibles. Nuestro equipo está aquí para ayudarte a encontrar el vehículo correcto para tus necesidades, estilo de vida y presupuesto. Ya sea que apenas estés comenzando tu búsqueda o estés listo para dar el siguiente paso, haremos que el proceso sea fácil y sin estrés. Pasa por {dealership_name} o llámanos al {phone_number} para programar una prueba de manejo y descubrir qué hace diferente nuestra experiencia en la agencia.","aiFlexVideoScripts.options.dealership_showcase.label":"Presentación de la agencia","aiFlexVideoScripts.options.dealership_showcase.text":"Bienvenido a {dealership_name}, donde nuestro equipo está comprometido con ofrecer una experiencia de compra de autos simple, transparente y agradable. Desde ayudarte a explorar los vehículos más recientes hasta apoyarte con financiamiento y servicio continuo, estamos aquí para acompañarte en cada paso. Nuestro objetivo es que te sientas seguro y cómodo durante todo el proceso. Si estás pensando en cambiar de vehículo o simplemente quieres explorar tus opciones, visítanos en {dealership_name} o llámanos al {phone_number}; nuestro equipo estará encantado de ayudarte.","aiFlexVideoScripts.options.aging_inventory_showcase.label":"Presentación de inventario con antiguedad","aiFlexVideoScripts.options.aging_inventory_showcase.text":"En este momento en {dealership_name}, estamos destacando grandes oportunidades en nuestro inventario de {vehicle_type_or_model}. Por tiempo limitado, estos vehículos están disponibles con {offer_details}, lo que representa una excelente oportunidad para aprovechar valor adicional. Si has estado pensando en cambiar tu vehículo o explorar algo nuevo, este puede ser el momento perfecto para verlo más de cerca. Nuestro equipo estará encantado de explicarte las opciones y ayudarte a encontrar la mejor para ti. Llámanos al {phone_number} o visítanos en {dealership_name} para saber más.","aiFlexVideoScripts.options.purchase_anniversary.label":"Aniversario de compra","aiFlexVideoScripts.options.purchase_anniversary.text":"Hola. Solo queríamos tomarnos un momento para agradecerte nuevamente por elegir {dealership_name} para la compra de tu vehículo. Esperamos que tu vehículo te haya funcionado muy bien y que hayas disfrutado cada kilómetro. Nuestro equipo siempre está aquí si tienes preguntas, necesitas ayuda o quieres explorar opciones en el futuro. Y por supuesto, cuando llegue el momento del mantenimiento o servicio de rutina, nos encantará recibirte de nuevo. Si hay algo en lo que podamos ayudarte, llámanos al {phone_number}.","aiFlexVideoScripts.options.lease_expiration_reminder.label":"Recordatorio de vencimiento de arrendamiento","aiFlexVideoScripts.options.lease_expiration_reminder.text":"Hola. Queríamos contactarte porque es posible que tu arrendamiento esté acercándose a su siguiente etapa. En {dealership_name}, estamos aquí para ayudarte a explorar todas tus opciones, ya sea cambiar a un vehículo nuevo, comprar el que tienes actualmente o simplemente conocer qué alternativa te conviene más. Nuestro equipo estará encantado de explicarte las posibilidades y responder tus preguntas. Llámanos al {phone_number} o visítanos en {dealership_name}, y te ayudaremos a planear tus próximos pasos.","aiFlexVideoScripts.options.happy_birthday.label":"Feliz cumpleaños","aiFlexVideoScripts.options.happy_birthday.text":"Feliz cumpleaños de parte de todo el equipo de {dealership_name}. Esperamos que tengas un día increíble y lo celebres con amigos, familia y quizá también con algo de tiempo en la carretera. Agradecemos mucho que seas parte de la familia de {dealership_name}. Si alguna vez podemos ayudarte en algo, ya sea servicio, dudas sobre tu vehículo o explorar algo nuevo en el futuro, nuestro equipo siempre está para ti. Si necesitas algo, no dudes en llamarnos al {phone_number}.","aiFlexVideoScripts.options.buy_back_offer.label":"Oferta de recompra","aiFlexVideoScripts.options.buy_back_offer.text":"Ahora mismo en {dealership_name}, estamos buscando activamente comprar más vehículos {vehicle_type}, y hay alta demanda por ellos. Por eso, queremos informarte que actualmente estamos ofreciendo {offer_type} para vehículos como el tuyo. Incluso si no estás buscando cambiar de auto en este momento, esta puede ser una gran oportunidad para conocer cuánto podría valer tu vehículo hoy. Nuestro equipo estará encantado de brindarte una evaluación rápida y sencilla. Llámanos al {phone_number} o visítanos en {dealership_name}; con gusto te ayudaremos.","aiFlexVideoScripts.options.schedule_service_appointment.label":"Programar cita de servicio","aiFlexVideoScripts.options.schedule_service_appointment.text":"Hola. Mantener el mantenimiento al día es una de las mejores formas de que tu vehículo funcione sin problemas durante años. En {dealership_name}, nuestro equipo de servicio está aquí para hacer el proceso fácil y conveniente. Nuestros técnicos capacitados conocen tu vehículo a fondo y están listos para ayudarte desde mantenimiento de rutina hasta necesidades de servicio más detalladas. Llámanos al {phone_number} para programar tu cita de servicio y nuestro equipo en {dealership_name} se asegurará de que tu vehículo esté bien atendido.","aiFlexVideoScripts.options.service_appointment_reminder.label":"Recordatorio de cita de servicio","aiFlexVideoScripts.options.service_appointment_reminder.text":"Hola. Este es un recordatorio amable de {dealership_name} sobre tu próxima cita de servicio. Nuestro equipo está listo para atender tu vehículo y ayudarte a volver al camino rápidamente. Cuando llegues, nuestros asesores de servicio te explicarán todo y se asegurarán de que tu visita sea fluida y conveniente. Si necesitas ajustar la hora de tu cita o tienes preguntas antes de tu visita, no dudes en llamarnos al {phone_number}. Te vemos pronto en {dealership_name}.","aiFlexVideoScripts.options.maintenance_reminder.label":"Recordatorio de mantenimiento","aiFlexVideoScripts.options.maintenance_reminder.text":"Hola. El mantenimiento regular es una de las mejores formas de mantener tu vehículo en su mejor rendimiento. En {dealership_name}, nuestro equipo de servicio está aquí para asegurar que tu vehículo siga siendo confiable y esté listo para el camino. Ya sea mantenimiento de rutina o una revisión rápida, nuestros técnicos están aquí para ayudarte. Si ya es momento de tu próximo servicio, llámanos al {phone_number} o agenda tu cita con {dealership_name}, y nos aseguraremos de que tu vehículo reciba el cuidado que merece.","aiFlexVideoScripts.options.intro_to_service_department.label":"Introducción al departamento de servicio","aiFlexVideoScripts.options.intro_to_service_department.text":"En {dealership_name}, nuestro compromiso contigo continúa mucho después de que sales del lote con tu vehículo. Nuestro departamento de servicio está aquí para ayudarte a mantener tu vehículo funcionando de forma suave y confiable durante años. Desde mantenimiento de rutina hasta necesidades de servicio más avanzadas, nuestros técnicos capacitados brindan atención experta para tu vehículo. Nuestro objetivo es que cada visita sea conveniente, transparente y sencilla. Cuando llegue el momento de tu próxima cita de servicio, llámanos al {phone_number}; estaremos encantados de recibirte de nuevo en {dealership_name}.","aiFlexVideoScripts.options.service_department_showcase.label":"Presentación del departamento de servicio","aiFlexVideoScripts.options.service_department_showcase.text":"Bienvenido al departamento de servicio de {dealership_name}, donde nuestro objetivo es hacer que el mantenimiento de tu vehículo sea simple y sin estrés. Nuestros técnicos con experiencia utilizan las herramientas correctas y su conocimiento para ayudarte a mantener tu vehículo en su mejor rendimiento. Ya sea que nos visites por mantenimiento de rutina o por un servicio más detallado, nuestro equipo está aquí para asegurarse de que todo se atienda con cuidado y atención. Cuando tu vehículo necesite servicio, llámanos al {phone_number} para programar una cita y deja que el equipo de {dealership_name} se encargue del resto."},h1=Wo.createInstance();h1.use(re.initReactI18next).init({resources:{en:{translation:b7},fr:{translation:$7},es:{translation:Y7}},fallbackLng:"en",react:{useSuspense:!1},interpolation:{escapeValue:!1}});const Ce={black_1_100:"var(--black)",primaryDarkBlue:"var(--primary)",buttonDanger:"#DC3545",white:"#fff",gray:"#f7f8fa",gray10:"#F6F7F9",gray20:"#EEEFF2",gray40:"#D0D3D9",gray60:"#9297A2",gray80:"#4E5461",gray100:"#272A32",lightgray:"rgba(213,214,217,1)",blackRgba75:"rgba(0,0,0, .75)",blue80:"rgba(0, 27, 83, 0.8)",blue40:"rgba(0, 27, 83, 0.4)",blue05:"rgba(0, 27, 83, 0.05)",red100:"#E84C3D",green100:"#1EA45F",covideoBlue100:"#001B53",magic100:"#8D31D6",covideoGray60:"rgba(146, 151, 162, 1)",covideoGray100:"rgba(39, 42, 50, 1)",covideoGray40:"rgba(208, 211, 217, 1)",error:"rgba(232, 76, 61, 1)",transparent:"transparent"},J5=l.div`
509
+ `,N1=({handleModalClose:e,quickShareMarkAsSentHandler:i,isQuickShareLoading:n,markAsSentPayload:a,getMarkAsSentPayload:c})=>{const{t:d}=re.useTranslation(),{isCdkEnviroment:u}=l.useTheme(),{userData:h}=nt(),{isCompanyAdmin:x}=h,y=async v=>{const m=await(c==null?void 0:c()),w={markAsSentConfirmed:v,videoActivityType:ur.QUICKSHARE,...a,...m==null?void 0:m.videoShareSetData,...(m==null?void 0:m.useAutomotive)!==void 0?{useAutomotive:m.useAutomotive}:{}};i(w)};return o.jsx(yr,{children:o.jsxs(Xy,{children:[o.jsxs(Jy,{children:[o.jsx(e7,{children:d("Mark Video as ‘Sent’?")}),o.jsx(t7,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:e,disabled:n})})]}),o.jsxs(i7,{children:[o.jsx(s7,{children:o.jsx(R1.AiFillInfoCircle,{size:24,color:"inherit"})}),o.jsx(n7,{children:o.jsx(o7,{children:d(x?"If you don't want to answer this question with each QuickShare, you can change QuickShare preferences.":"If you don't want to answer this question with each QuickShare, your admin can change QuickShare preferences.")})})]}),o.jsxs(r7,{children:[o.jsx(K.Button,{text:d("Leave as ‘Not Sent’"),variant:u?"text":"white",disabled:n,onClick:()=>y(!1)}),o.jsx(K.Button,{text:d("Mark as Sent"),disabled:n,onClick:()=>y(!0)})]})]})})},a7="Stop",c7="Generate",l7="Copy",d7="Casual",u7="Formal",p7="Reserved",x7="Enthusiastic",h7="Brief",y7="Detailed",f7="Vehicle",g7="Email",m7="SMS",v7={preferencesHint:"If you don't want to answer this question with each quickshare, {{actor}} can change quickshare preferences under <0>My Company settings</0>.",preferencesHintNoLink:"If you don't want to answer this question with each quickshare, {{actor}} can change quickshare preferences.",notSurePopupPromo:"Try our <highlight>Script Assist</highlight> and increase customer's engagement."},b7={"Tone of Voice":"Tone of Voice","0 prompts left this month":"0 prompts left this month","{{promptsLeft}} prompts left this month":"{{promptsLeft}} prompts left this month",Stop:a7,Generate:c7,Copy:l7,"Insert This":"Insert This","Generate {{promptType}} with Script Assist":"Generate {{promptType}} with Script Assist","Additional Information":"Additional Information","Provide any additional context or details that might help generate better content.":"Provide any additional context or details that might help generate better content.","Additional Info":"Additional Info","Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.":"Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.","Enter the name of the person or persons you’re sending your message to.":"Enter the name of the person or persons you’re sending your message to.","Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.":"Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.","Include any additional information you’d like Script Assist to consider.":"Include any additional information you’d like Script Assist to consider.","Mark Video as ‘Sent’?":"Mark Video as ‘Sent’?","Not sure what to write or ask?":"Not sure what to write or ask?","No Calls-To-Action":"No Calls-To-Action","Select a website":"Select a website","No Websites":"No Websites","Landing Page":"Landing Page","No Landing Pages":"No Landing Pages","Overlay URL":"Overlay URL","Calls-To-Action":"Calls-To-Action","Use Existing":"Use Existing","Add New":"Add New","Enter website":"Enter website","Upload new video":"Upload new video",Casual:d7,Formal:u7,Reserved:p7,Enthusiastic:x7,Brief:h7,Detailed:y7,"Leave as ‘Not Sent’":"Leave as ‘Not Sent’","Mark as Sent":"Mark as Sent","Script Assist CRM":"Script Assist CRM","Launch Script Assist":"Launch Script Assist","Your name":"Your name","Enter your name":"Enter your name","Company Name":"Company Name","Enter your company name":"Enter your company name","Message category":"Message category","Enter use case":"Enter use case","Their name":"Their name","Enter customer name":"Enter customer name",Vehicle:f7,"Search vehicles...":"Search vehicles...","Next steps":"Next steps","Enter next steps":"Enter next steps","Teleprompter Script":"Teleprompter Script",Email:g7,SMS:m7,"CRM Message":"CRM Message","AI Flex Video":"AI Flex Video",transSplits:v7,"Additional Instructions":"Additional Instructions","Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.":"Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.","Use the sliders to customize your Tone of Voice.":"Use the sliders to customize your Tone of Voice.","aiFlexVideoScripts.groups.firstResponse":"First Response","aiFlexVideoScripts.groups.appointments":"Appointments","aiFlexVideoScripts.groups.unsoldFollowUp":"Unsold Follow-up","aiFlexVideoScripts.groups.thankYouForPurchase":"Thank You for Purchase","aiFlexVideoScripts.groups.eventsPromotions":"Events & Promotions","aiFlexVideoScripts.groups.lifecycleMarketing":"Lifecycle Marketing","aiFlexVideoScripts.groups.service":"Service","aiFlexVideoScripts.options.ai_first_response.label":"AI Agent First Response (No Vin Reel)","aiFlexVideoScripts.options.ai_first_response.text":"Hi there, and thanks for reaching out to {dealership_name}. We just received your inquiry and wanted to let you know our team is already reviewing your request. Someone from our team will be reaching out shortly to answer your questions and help you take the next step. Whether you're exploring your options or looking for more details on a vehicle, we're here to make the process simple and stress-free. If you'd like to get started sooner, feel free to give us a call at {phone_number}. We look forward to connecting with you soon at {dealership_name}.","aiFlexVideoScripts.options.schedule_test_drive.label":"Schedule a Test Drive","aiFlexVideoScripts.options.schedule_test_drive.text":"Hi there! Thanks for your interest in visiting {dealership_name}. One of the best ways to know if a vehicle is the right fit is by getting behind the wheel and taking it for a test drive. Our team would be happy to have a vehicle ready for you and walk you through the features while answering any questions you may have. We'll make sure your visit is quick, easy, and completely pressure-free. Give us a call at {phone_number} to schedule your test drive, and we'll have everything ready when you arrive at {dealership_name}.","aiFlexVideoScripts.options.after_hours.label":"After Hours Responder","aiFlexVideoScripts.options.after_hours.text":"Thanks for reaching out to {dealership_name}. Our team may currently be assisting other customers or the dealership may be closed for the day, but we wanted to let you know that we received your message. A member of our team will review your inquiry and follow up with you as soon as possible during our next business hours. If there's anything you'd like us to prepare or look into ahead of time, feel free to reply to this message. We appreciate your interest in {dealership_name}, and we look forward to connecting with you soon.","aiFlexVideoScripts.options.appointment_reminder.label":"Appointment Reminder","aiFlexVideoScripts.options.appointment_reminder.text":"Hi there! Just a quick reminder from {dealership_name} about your upcoming visit with our team. We're looking forward to welcoming you in and helping you explore your options. When you arrive, we'll have everything ready so you can take a closer look and get your questions answered. If anything changes with your schedule or if you need to adjust your appointment time, just let us know - we're happy to help. Give us a quick call at {phone_number} to confirm your visit, and we'll make sure everything is ready when you arrive at {dealership_name}.","aiFlexVideoScripts.options.missed_appointment.label":"Missed Appointment","aiFlexVideoScripts.options.missed_appointment.text":"Hi there! We noticed we missed you earlier and just wanted to check in. Our team at {dealership_name} had everything ready for your visit and we'd still love the chance to help you explore your options. We know schedules can get busy, so if you'd like to reschedule your visit, just let us know what time works best for you. We'll make sure everything is ready when you arrive. Give us a call at {phone_number} and we'll be happy to help you set up a new time to stop by {dealership_name}.","aiFlexVideoScripts.options.unsold_followup.label":"Unsold Follow-up","aiFlexVideoScripts.options.unsold_followup.text":"Thanks again for your recent visit to {dealership_name}. We truly appreciate you considering us as part of your vehicle search. Our goal is always to help you find exactly what you're looking for - whether that's the right vehicle, the right features, or the right fit for your lifestyle and budget. If you'd like to take another look, explore additional options, or get behind the wheel for a test drive, our team would be happy to help. Give us a call at {phone_number}, or stop by {dealership_name}, and we'll be glad to assist you in the next step of your search.","aiFlexVideoScripts.options.thank_you.label":"Thank you","aiFlexVideoScripts.options.thank_you.text":"On behalf of everyone here at {dealership_name}, thank you for choosing us for your recent vehicle purchase. We truly appreciate your trust in our team and hope you're enjoying your new vehicle. Our relationship doesn't end after the sale - we're always here to help with questions, service needs, or anything else that comes up along the way. If there's ever anything we can assist you with, don't hesitate to reach out. You can always give us a call at {phone_number}, and we'd be happy to help. Thanks again for choosing {dealership_name}.","aiFlexVideoScripts.options.review_or_referral_request.label":"Review or Referral Request","aiFlexVideoScripts.options.review_or_referral_request.text":"Thank you again for choosing {dealership_name} for your recent vehicle purchase. We hope you're enjoying your new ride and that your experience with our team was a great one. If you have a moment, we'd truly appreciate you sharing your experience in a quick online review. Your feedback helps other drivers feel confident when choosing where to shop. And if you know anyone who might be looking for a vehicle, we'd be honored if you thought of {dealership_name}. If we can help in any way, give us a call at {phone_number}.","aiFlexVideoScripts.options.csi_survey_reminder.label":"CSI Survey Reminder","aiFlexVideoScripts.options.csi_survey_reminder.text":"Hi there! We wanted to take a moment to thank you again for choosing {dealership_name} for your recent vehicle purchase. In the near future, you may receive a short survey from {OEM_name} asking about your experience with our dealership. These surveys are extremely important to our team because they help us understand how we're doing and where we can continue improving for our customers. If you do receive the survey, we would truly appreciate you taking a moment to share your feedback. And if there's anything we can assist you with, please give us a call at {phone_number}.","aiFlexVideoScripts.options.holiday_promotion.label":"Holiday Promotion","aiFlexVideoScripts.options.holiday_promotion.text":"It's time to celebrate at {dealership_name} with our {holiday_name} Sales Event. This is a great opportunity to explore some incredible vehicles and find the one that fits your lifestyle. Whether you're looking for a dependable commuter, a family-friendly SUV, or something packed with the latest technology and safety features, our team is here to help make the process simple and enjoyable. Stop by {dealership_name} or give us a call at {phone_number} to learn more and schedule your test drive today.","aiFlexVideoScripts.options.sale_promotion.label":"Sale Promotion","aiFlexVideoScripts.options.sale_promotion.text":"Now is a great time to visit {dealership_name} and explore the latest vehicles we have available. Our team is here to help you find the right vehicle that fits your needs, your lifestyle, and your budget. Whether you're just beginning your search or ready to take the next step, we'll make the process easy and stress-free. Stop by {dealership_name} or give us a call at {phone_number} to schedule a test drive and see what makes our dealership experience different.","aiFlexVideoScripts.options.dealership_showcase.label":"Dealership Showcase","aiFlexVideoScripts.options.dealership_showcase.text":"Welcome to {dealership_name}, where our team is committed to providing a simple, transparent, and enjoyable car-buying experience. From helping you explore the latest vehicles to assisting with financing and ongoing service, we're here to support you every step of the way. Our goal is to make sure you feel confident and comfortable throughout the entire process. If you're thinking about upgrading your vehicle or simply want to explore your options, stop by {dealership_name} or give us a call at {phone_number} and our team will be happy to help.","aiFlexVideoScripts.options.aging_inventory_showcase.label":"Aging Inventory Showcase","aiFlexVideoScripts.options.aging_inventory_showcase.text":"Right now at {dealership_name}, we're highlighting some great opportunities on our {vehicle_type_or_model} inventory. For a limited time, these vehicles are available with {offer_details}, making it a great opportunity to take advantage of additional value. If you've been thinking about upgrading your vehicle or exploring something new, this could be the perfect time to take a closer look. Our team would be happy to walk you through the options and help you find the right fit. Give us a call at {phone_number} or stop by {dealership_name} to learn more.","aiFlexVideoScripts.options.purchase_anniversary.label":"Purchase Anniversary","aiFlexVideoScripts.options.purchase_anniversary.text":"Hi there! We just wanted to take a moment to say thank you again for choosing {dealership_name} for your vehicle purchase. We hope your vehicle has been serving you well and that you've been enjoying every mile. Our team is always here if you ever have questions, need assistance, or want to explore your options in the future. And of course, when it's time for routine maintenance or service, we'd love to welcome you back. If there's anything we can help with, give us a call at {phone_number}.","aiFlexVideoScripts.options.lease_expiration_reminder.label":"Lease Expiration Reminder","aiFlexVideoScripts.options.lease_expiration_reminder.text":"Hi there! We wanted to check in because your lease may be approaching its next stage soon. At {dealership_name}, we're here to help you explore all your options, whether that means upgrading to a new vehicle, purchasing your current one, or simply learning more about what works best for you. Our team would be happy to walk you through the possibilities and answer any questions you have. Give us a call at {phone_number} or stop by {dealership_name}, and we'll help you plan your next steps.","aiFlexVideoScripts.options.happy_birthday.label":"Happy Birthday","aiFlexVideoScripts.options.happy_birthday.text":"Happy Birthday from everyone here at {dealership_name}! We hope you're having a fantastic day and celebrating with friends, family, and maybe even a little time on the road. We truly appreciate having you as part of the {dealership_name} family. If there's ever anything we can help with - whether it's service, questions about your vehicle, or exploring something new down the road - our team is always here for you. If you ever need anything, feel free to give us a call at {phone_number}.","aiFlexVideoScripts.options.buy_back_offer.label":"Buy Back Offer","aiFlexVideoScripts.options.buy_back_offer.text":"Right now at {dealership_name}, we're actively looking to purchase more {vehicle_type} vehicles, and there's strong demand for them. Because of that, we're reaching out to let drivers know that we're currently offering {offer_type} for vehicles like yours. Even if you're not actively shopping for something new, this could be a great opportunity to see what your vehicle might be worth today. Our team would be happy to provide a quick and easy evaluation. Give us a call at {phone_number} or stop by {dealership_name}, and we'll be glad to help.","aiFlexVideoScripts.options.schedule_service_appointment.label":"Schedule Service Appointment","aiFlexVideoScripts.options.schedule_service_appointment.text":"Hi there! Keeping up with regular maintenance is one of the best ways to keep your vehicle running smoothly for years to come. At {dealership_name}, our service team is here to make the process easy and convenient. Our trained technicians know your vehicle inside and out and are ready to help with everything from routine maintenance to more detailed service needs. Give us a call at {phone_number} to schedule your service appointment, and our team at {dealership_name} will make sure your vehicle is well taken care of.","aiFlexVideoScripts.options.service_appointment_reminder.label":"Service Appointment Reminder","aiFlexVideoScripts.options.service_appointment_reminder.text":"Hi there! Just a friendly reminder from {dealership_name} about your upcoming service appointment. Our team is looking forward to taking care of your vehicle and getting you back on the road quickly. When you arrive, our service advisors will walk you through everything and make sure your visit is smooth and convenient. If you need to adjust your appointment time or have any questions before your visit, feel free to give us a call at {phone_number}. We'll see you soon at {dealership_name}.","aiFlexVideoScripts.options.maintenance_reminder.label":"Maintenance Reminder","aiFlexVideoScripts.options.maintenance_reminder.text":"Hi there! Regular maintenance is one of the best ways to keep your vehicle performing at its best. At {dealership_name}, our service team is here to make sure your vehicle stays reliable and ready for the road ahead. Whether it's routine maintenance or a quick check-up, our technicians are here to help. If it's time for your next service visit, give us a call at {phone_number} or schedule your appointment with {dealership_name}, and we'll make sure your vehicle gets the care it deserves.","aiFlexVideoScripts.options.intro_to_service_department.label":"Intro to Service Department","aiFlexVideoScripts.options.intro_to_service_department.text":"At {dealership_name}, our commitment to you continues long after you drive off the lot. Our service department is here to help keep your vehicle running smoothly and reliably for years to come. From routine maintenance to more advanced service needs, our trained technicians are here to provide expert care for your vehicle. Our goal is to make every visit convenient, transparent, and easy. When it's time for your next service appointment, give us a call at {phone_number} and we'd be happy to welcome you back to {dealership_name}.","aiFlexVideoScripts.options.service_department_showcase.label":"Service Department Showcase","aiFlexVideoScripts.options.service_department_showcase.text":"Welcome to the service department at {dealership_name}, where our goal is to make maintaining your vehicle simple and stress-free. Our experienced technicians use the right tools and expertise to help keep your vehicle performing at its best. Whether you're visiting for routine maintenance or more detailed service, our team is here to make sure everything is handled with care and attention. When your vehicle needs service, give us a call at {phone_number} to schedule an appointment and let the team at {dealership_name} take care of the rest."},w7="Arrêter",S7="Générer",C7="Copier",k7="Décontracté",j7="Formel",E7="Réservé",_7="Enthousiaste",T7="Bref",I7="Détaillé",A7="Véhicule",V7="E-mail",R7="SMS",L7={preferencesHint:"Si vous ne souhaitez pas répondre à cette question à chaque quickshare, {{actor}} peut modifier les préférences quickshare dans <0>Paramètres de Mon entreprise</0>.",preferencesHintNoLink:"Si vous ne souhaitez pas répondre à cette question à chaque quickshare, {{actor}} peut modifier les préférences quickshare.",notSurePopupPromo:"Essayez notre <highlight>Script Assist</highlight> et augmentez l'engagement des clients."},$7={"Tone of Voice":"Ton de voix","0 prompts left this month":"0 invites restantes ce mois-ci","{{promptsLeft}} prompts left this month":"{{promptsLeft}} invites restantes ce mois-ci",Stop:w7,Generate:S7,Copy:C7,"Insert This":"Insérer ceci","Generate {{promptType}} with Script Assist":"Générer {{promptType}} avec Script Assist","Additional Information":"Informations supplémentaires","Provide any additional context or details that might help generate better content.":"Fournissez tout contexte ou détail supplémentaire pouvant aider à générer un meilleur contenu.","Additional Info":"Infos supplémentaires","Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.":"Sélectionnez le type de message que Script Assist doit créer. Vous pouvez aussi saisir le vôtre s’il n’est pas dans la liste.","Enter the name of the person or persons you’re sending your message to.":"Entrez le nom de la ou des personnes à qui vous envoyez votre message.","Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.":"Décrivez brièvement ce que vous souhaitez que le destinataire fasse ensuite. Ex. : « Rappelez-moi », « Cliquez sur le bouton » ou « Écrivez un avis ».","Include any additional information you’d like Script Assist to consider.":"Incluez toute information supplémentaire que Script Assist devrait prendre en compte.","Mark Video as ‘Sent’?":"Marquer la vidéo comme « Envoyée » ?","Not sure what to write or ask?":"Vous ne savez pas quoi écrire ou demander ?","No Calls-To-Action":"Aucun appel à l’action","Select a website":"Sélectionner un site web","No Websites":"Aucun site web","Landing Page":"Page d’atterrissage","No Landing Pages":"Aucune page d’atterrissage","Overlay URL":"URL superposée","Calls-To-Action":"Appels à l’action","Use Existing":"Utiliser l’existant","Add New":"Ajouter nouveau","Enter website":"Entrer le site web","Upload new video":"Téléverser une nouvelle vidéo",Casual:k7,Formal:j7,Reserved:E7,Enthusiastic:_7,Brief:T7,Detailed:I7,"Leave as ‘Not Sent’":"Laisser comme « Non envoyée »","Mark as Sent":"Marquer comme envoyée","Script Assist CRM":"Script Assist CRM","Launch Script Assist":"Lancer Script Assist","Your name":"Votre nom","Enter your name":"Entrez votre nom","Company Name":"Nom de l’entreprise","Enter your company name":"Entrez le nom de votre entreprise","Message category":"Catégorie du message","Enter use case":"Entrer le cas d’usage","Their name":"Leur nom","Enter customer name":"Entrez le nom du client",Vehicle:A7,"Search vehicles...":"Rechercher des véhicules...","Next steps":"Prochaines étapes","Enter next steps":"Entrer les prochaines étapes","Teleprompter Script":"Script de prompteur",Email:V7,SMS:R7,"CRM Message":"Message CRM","AI Flex Video":"Vidéo AI Flex",transSplits:L7,"Additional Instructions":"Instructions supplémentaires","Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.":"Dites à l'IA à quoi sert la vidéo (promotion, événement, point de contact commercial, etc.). Ensuite, ajoutez des détails clés comme les véhicules, les offres, le calendrier et tout avertissement requis. Quand vous avez terminé, cliquez sur <b>Générer</b>.","Use the sliders to customize your Tone of Voice.":"Utilisez les curseurs pour personnaliser votre ton de voix.","aiFlexVideoScripts.groups.firstResponse":"Première réponse","aiFlexVideoScripts.groups.appointments":"Rendez-vous","aiFlexVideoScripts.groups.unsoldFollowUp":"Suivi sans vente","aiFlexVideoScripts.groups.thankYouForPurchase":"Remerciement après achat","aiFlexVideoScripts.groups.eventsPromotions":"Événements et promotions","aiFlexVideoScripts.groups.lifecycleMarketing":"Marketing du cycle de vie","aiFlexVideoScripts.groups.service":"Service","aiFlexVideoScripts.options.ai_first_response.label":"Première réponse agent IA (sans Vin Reel)","aiFlexVideoScripts.options.ai_first_response.text":"Bonjour, et merci d'avoir contacté {dealership_name}. Nous venons de recevoir votre demande et nous voulions vous informer que notre équipe l'examine déjà. Un membre de notre équipe vous contactera très bientôt pour répondre à vos questions et vous aider pour la prochaine étape. Que vous exploriez vos options ou cherchiez plus de détails sur un véhicule, nous sommes là pour rendre le processus simple et sans stress. Si vous souhaitez aller plus vite, n'hésitez pas à nous appeler au {phone_number}. Nous avons hâte d'échanger avec vous bientôt chez {dealership_name}.","aiFlexVideoScripts.options.schedule_test_drive.label":"Planifier un essai routier","aiFlexVideoScripts.options.schedule_test_drive.text":"Bonjour. Merci pour votre intérêt à visiter {dealership_name}. L'une des meilleures façons de savoir si un véhicule vous convient est de prendre le volant pour un essai routier. Notre équipe sera ravie de préparer un véhicule pour vous, de vous présenter ses fonctionnalités et de répondre à toutes vos questions. Nous ferons en sorte que votre visite soit rapide, simple et sans pression. Appelez-nous au {phone_number} pour planifier votre essai routier, et nous aurons tout prêt à votre arrivée chez {dealership_name}.","aiFlexVideoScripts.options.after_hours.label":"Réponse hors horaires","aiFlexVideoScripts.options.after_hours.text":"Merci d'avoir contacté {dealership_name}. Notre équipe est peut-être en train d'aider d'autres clients ou la concession est peut-être fermée pour la journée, mais nous voulions vous informer que nous avons bien reçu votre message. Un membre de notre équipe examinera votre demande et vous répondra dès que possible pendant nos prochaines heures d'ouverture. S'il y a quelque chose que vous souhaitez que nous préparions à l'avance, n'hésitez pas à répondre à ce message. Merci pour votre intérêt envers {dealership_name}, et nous avons hâte d'échanger avec vous bientôt.","aiFlexVideoScripts.options.appointment_reminder.label":"Rappel de rendez-vous","aiFlexVideoScripts.options.appointment_reminder.text":"Bonjour. Petit rappel de {dealership_name} concernant votre prochaine visite avec notre équipe. Nous avons hâte de vous accueillir et de vous aider à explorer vos options. À votre arrivée, tout sera prêt pour que vous puissiez regarder de plus près et obtenir des réponses à vos questions. Si votre emploi du temps change ou si vous devez ajuster l'heure du rendez-vous, dites-le-nous, nous serons ravis de vous aider. Appelez-nous rapidement au {phone_number} pour confirmer votre visite, et nous nous assurerons que tout soit prêt à votre arrivée chez {dealership_name}.","aiFlexVideoScripts.options.missed_appointment.label":"Rendez-vous manqué","aiFlexVideoScripts.options.missed_appointment.text":"Bonjour. Nous avons constaté que nous vous avons manqué plus tôt et voulions prendre de vos nouvelles. Notre équipe chez {dealership_name} avait tout préparé pour votre visite et serait toujours ravie de vous aider à explorer vos options. Nous savons que les agendas peuvent être chargés, donc si vous souhaitez reprogrammer votre visite, indiquez-nous l'horaire qui vous convient le mieux. Nous ferons en sorte que tout soit prêt à votre arrivée. Appelez-nous au {phone_number} et nous serons heureux de vous aider à fixer un nouveau créneau pour passer chez {dealership_name}.","aiFlexVideoScripts.options.unsold_followup.label":"Suivi sans vente","aiFlexVideoScripts.options.unsold_followup.text":"Merci encore pour votre récente visite chez {dealership_name}. Nous apprécions sincèrement que vous nous ayez considérés dans votre recherche de véhicule. Notre objectif est toujours de vous aider à trouver exactement ce que vous recherchez: le bon véhicule, les bonnes options et la bonne solution pour votre style de vie et votre budget. Si vous souhaitez revoir un modèle, explorer d'autres options ou faire un essai routier, notre équipe sera ravie de vous aider. Appelez-nous au {phone_number}, ou passez chez {dealership_name}, et nous serons heureux de vous accompagner pour la suite de votre recherche.","aiFlexVideoScripts.options.thank_you.label":"Merci","aiFlexVideoScripts.options.thank_you.text":"Au nom de toute l'équipe de {dealership_name}, merci de nous avoir choisis pour votre récent achat de véhicule. Nous apprécions sincèrement votre confiance et espérons que vous profitez pleinement de votre nouveau véhicule. Notre relation ne s'arrête pas après la vente: nous sommes toujours là pour vous aider en cas de questions, de besoins en service ou de tout autre sujet. S'il y a quoi que ce soit que nous puissions faire pour vous, n'hésitez pas à nous contacter. Vous pouvez toujours nous appeler au {phone_number}, et nous serons ravis de vous aider. Merci encore d'avoir choisi {dealership_name}.","aiFlexVideoScripts.options.review_or_referral_request.label":"Demande d'avis ou de recommandation","aiFlexVideoScripts.options.review_or_referral_request.text":"Merci encore d'avoir choisi {dealership_name} pour votre récent achat de véhicule. Nous espérons que vous profitez de votre nouveau véhicule et que votre expérience avec notre équipe a été excellente. Si vous avez un moment, nous vous serions très reconnaissants de partager votre expérience dans un court avis en ligne. Vos retours aident d'autres conducteurs à choisir où acheter en toute confiance. Et si vous connaissez quelqu'un qui cherche un véhicule, nous serions honorés que vous pensiez à {dealership_name}. Si nous pouvons vous aider d'une quelconque manière, appelez-nous au {phone_number}.","aiFlexVideoScripts.options.csi_survey_reminder.label":"Rappel d'enquête CSI","aiFlexVideoScripts.options.csi_survey_reminder.text":"Bonjour. Nous voulions prendre un moment pour vous remercier encore d'avoir choisi {dealership_name} pour votre récent achat. Dans un futur proche, vous pourriez recevoir une courte enquête de {OEM_name} concernant votre expérience avec notre concession. Ces enquêtes sont très importantes pour notre équipe car elles nous aident à comprendre nos performances et où nous pouvons encore nous améliorer pour nos clients. Si vous recevez l'enquête, nous vous serions très reconnaissants de prendre un moment pour partager votre avis. Et s'il y a quoi que ce soit que nous puissions faire pour vous, merci de nous appeler au {phone_number}.","aiFlexVideoScripts.options.holiday_promotion.label":"Promotion des fêtes","aiFlexVideoScripts.options.holiday_promotion.text":"C'est le moment de célébrer chez {dealership_name} avec notre événement de ventes {holiday_name}. C'est une excellente occasion de découvrir des véhicules incroyables et de trouver celui qui correspond à votre style de vie. Que vous recherchiez un véhicule fiable pour les trajets quotidiens, un VUS familial ou un modèle doté des dernières technologies et fonctions de sécurité, notre équipe est là pour rendre le processus simple et agréable. Passez chez {dealership_name} ou appelez-nous au {phone_number} pour en savoir plus et planifier votre essai routier dès aujourd'hui.","aiFlexVideoScripts.options.sale_promotion.label":"Promotion de vente","aiFlexVideoScripts.options.sale_promotion.text":"C'est un excellent moment pour visiter {dealership_name} et découvrir les derniers véhicules disponibles. Notre équipe est là pour vous aider à trouver le bon véhicule selon vos besoins, votre style de vie et votre budget. Que vous commenciez juste vos recherches ou soyez prêt à passer à l'étape suivante, nous rendrons le processus simple et sans stress. Passez chez {dealership_name} ou appelez-nous au {phone_number} pour planifier un essai routier et voir ce qui rend notre expérience concession différente.","aiFlexVideoScripts.options.dealership_showcase.label":"Présentation de la concession","aiFlexVideoScripts.options.dealership_showcase.text":"Bienvenue chez {dealership_name}, où notre équipe s'engage à offrir une expérience d'achat automobile simple, transparente et agréable. De l'exploration des derniers véhicules à l'accompagnement pour le financement et le service après-vente, nous sommes là pour vous accompagner à chaque étape. Notre objectif est que vous vous sentiez en confiance et à l'aise tout au long du processus. Si vous envisagez de changer de véhicule ou souhaitez simplement explorer vos options, passez chez {dealership_name} ou appelez-nous au {phone_number} et notre équipe sera ravie de vous aider.","aiFlexVideoScripts.options.aging_inventory_showcase.label":"Présentation inventaire ancien","aiFlexVideoScripts.options.aging_inventory_showcase.text":"En ce moment chez {dealership_name}, nous mettons en avant de belles opportunités sur notre inventaire {vehicle_type_or_model}. Pour une durée limitée, ces véhicules sont disponibles avec {offer_details}, ce qui représente une excellente occasion de profiter d'une valeur additionnelle. Si vous pensiez changer de véhicule ou explorer quelque chose de nouveau, cela peut être le moment idéal pour regarder de plus près. Notre équipe sera ravie de vous présenter les options et de vous aider à trouver la bonne. Appelez-nous au {phone_number} ou passez chez {dealership_name} pour en savoir plus.","aiFlexVideoScripts.options.purchase_anniversary.label":"Anniversaire d'achat","aiFlexVideoScripts.options.purchase_anniversary.text":"Bonjour. Nous voulions simplement prendre un moment pour vous remercier encore d'avoir choisi {dealership_name} pour l'achat de votre véhicule. Nous espérons que votre véhicule vous sert bien et que vous profitez de chaque kilomètre. Notre équipe est toujours là si vous avez des questions, besoin d'aide ou souhaitez explorer vos options à l'avenir. Et bien sûr, lorsqu'il sera temps de faire l'entretien ou le service, nous serons ravis de vous accueillir à nouveau. S'il y a quoi que ce soit que nous puissions faire pour vous, appelez-nous au {phone_number}.","aiFlexVideoScripts.options.lease_expiration_reminder.label":"Rappel d'expiration de location","aiFlexVideoScripts.options.lease_expiration_reminder.text":"Bonjour. Nous souhaitions vous contacter car votre location pourrait bientôt arriver à sa prochaine étape. Chez {dealership_name}, nous sommes là pour vous aider à explorer toutes vos options, qu'il s'agisse de passer à un nouveau véhicule, d'acheter votre véhicule actuel ou simplement de mieux comprendre ce qui vous convient le mieux. Notre équipe sera ravie de vous présenter les possibilités et de répondre à vos questions. Appelez-nous au {phone_number} ou passez chez {dealership_name}, et nous vous aiderons à planifier les prochaines étapes.","aiFlexVideoScripts.options.happy_birthday.label":"Joyeux anniversaire","aiFlexVideoScripts.options.happy_birthday.text":"Joyeux anniversaire de la part de toute l'équipe de {dealership_name}. Nous espérons que vous passez une excellente journée entouré de vos proches, et peut-être avec un peu de route aussi. Nous sommes très heureux de vous compter dans la famille {dealership_name}. S'il y a quoi que ce soit que nous puissions faire pour vous, qu'il s'agisse de service, de questions sur votre véhicule ou d'explorer quelque chose de nouveau plus tard, notre équipe est toujours là pour vous. Si vous avez besoin de quoi que ce soit, n'hésitez pas à nous appeler au {phone_number}.","aiFlexVideoScripts.options.buy_back_offer.label":"Offre de rachat","aiFlexVideoScripts.options.buy_back_offer.text":"En ce moment chez {dealership_name}, nous cherchons activement à acheter davantage de véhicules {vehicle_type}, et la demande est forte. C'est pourquoi nous contactons les conducteurs pour leur faire savoir que nous proposons actuellement {offer_type} pour des véhicules comme le vôtre. Même si vous n'êtes pas en train de chercher activement un nouveau véhicule, cela peut être une excellente occasion de connaître la valeur actuelle du vôtre. Notre équipe sera ravie de vous fournir une évaluation rapide et simple. Appelez-nous au {phone_number} ou passez chez {dealership_name}, et nous serons heureux de vous aider.","aiFlexVideoScripts.options.schedule_service_appointment.label":"Planifier un rendez-vous service","aiFlexVideoScripts.options.schedule_service_appointment.text":"Bonjour. Maintenir un entretien régulier est l'une des meilleures façons de garder votre véhicule en excellent état pendant des années. Chez {dealership_name}, notre équipe de service est là pour rendre le processus simple et pratique. Nos techniciens qualifiés connaissent votre véhicule sur le bout des doigts et sont prêts à vous aider pour tout, de l'entretien courant aux besoins de service plus approfondis. Appelez-nous au {phone_number} pour planifier votre rendez-vous service, et notre équipe chez {dealership_name} veillera à ce que votre véhicule soit parfaitement pris en charge.","aiFlexVideoScripts.options.service_appointment_reminder.label":"Rappel de rendez-vous service","aiFlexVideoScripts.options.service_appointment_reminder.text":"Bonjour. Petit rappel amical de {dealership_name} concernant votre prochain rendez-vous service. Notre équipe a hâte de prendre soin de votre véhicule et de vous remettre rapidement sur la route. À votre arrivée, nos conseillers service vous expliqueront tout et s'assureront que votre visite se passe de manière fluide et pratique. Si vous devez ajuster l'heure de votre rendez-vous ou si vous avez des questions avant votre visite, n'hésitez pas à nous appeler au {phone_number}. À bientôt chez {dealership_name}.","aiFlexVideoScripts.options.maintenance_reminder.label":"Rappel d'entretien","aiFlexVideoScripts.options.maintenance_reminder.text":"Bonjour. L'entretien régulier est l'une des meilleures façons de maintenir votre véhicule à son meilleur niveau. Chez {dealership_name}, notre équipe de service est là pour s'assurer que votre véhicule reste fiable et prêt pour la route. Qu'il s'agisse d'un entretien courant ou d'un contrôle rapide, nos techniciens sont là pour vous aider. S'il est temps pour votre prochaine visite de service, appelez-nous au {phone_number} ou planifiez votre rendez-vous avec {dealership_name}, et nous veillerons à ce que votre véhicule reçoive les soins qu'il mérite.","aiFlexVideoScripts.options.intro_to_service_department.label":"Présentation du service après-vente","aiFlexVideoScripts.options.intro_to_service_department.text":"Chez {dealership_name}, notre engagement envers vous continue bien après votre départ du concessionnaire. Notre service après-vente est là pour aider votre véhicule à rester performant et fiable pendant des années. De l'entretien courant aux besoins de service plus avancés, nos techniciens qualifiés offrent un soin expert à votre véhicule. Notre objectif est de rendre chaque visite pratique, transparente et simple. Lorsqu'il sera temps pour votre prochain rendez-vous service, appelez-nous au {phone_number} et nous serons ravis de vous accueillir de nouveau chez {dealership_name}.","aiFlexVideoScripts.options.service_department_showcase.label":"Présentation du service","aiFlexVideoScripts.options.service_department_showcase.text":"Bienvenue au service après-vente de {dealership_name}, où notre objectif est de rendre l'entretien de votre véhicule simple et sans stress. Nos techniciens expérimentés utilisent les bons outils et leur expertise pour aider votre véhicule à rester au meilleur de ses performances. Que vous veniez pour un entretien courant ou un service plus détaillé, notre équipe est là pour s'assurer que tout est traité avec soin et attention. Quand votre véhicule a besoin d'entretien, appelez-nous au {phone_number} pour planifier un rendez-vous et laissez l'équipe de {dealership_name} s'occuper du reste."},M7="Detener",O7="Generar",D7="Copiar",N7="Informal",P7="Formal",F7="Reservado",z7="Entusiasta",B7="Breve",q7="Detallado",U7="Vehículo",W7="Correo electrónico",H7="SMS",G7={preferencesHint:"Si no quieres responder a esta pregunta en cada quickshare, {{actor}} puede cambiar las preferencias de quickshare en <0>Configuración de Mi Empresa</0>.",preferencesHintNoLink:"Si no quieres responder a esta pregunta en cada quickshare, {{actor}} puede cambiar las preferencias de quickshare.",notSurePopupPromo:"Prueba nuestro <highlight>Script Assist</highlight> y aumenta la participación del cliente."},Y7={"Tone of Voice":"Tono de voz","0 prompts left this month":"0 indicaciones restantes este mes","{{promptsLeft}} prompts left this month":"{{promptsLeft}} indicaciones restantes este mes",Stop:M7,Generate:O7,Copy:D7,"Insert This":"Insertar esto","Generate {{promptType}} with Script Assist":"Generar {{promptType}} con Script Assist","Additional Information":"Información adicional","Provide any additional context or details that might help generate better content.":"Proporciona cualquier contexto o detalle adicional que pueda ayudar a generar mejor contenido.","Additional Info":"Información adicional","Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.":"Selecciona el tipo de mensaje que te gustaría que Script Assist cree. También puedes escribir el tuyo si no está en la lista.","Enter the name of the person or persons you’re sending your message to.":"Introduce el nombre de la persona o personas a quienes envías el mensaje.","Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.":"Describe brevemente qué te gustaría que el destinatario haga a continuación. Ej.: «Llámame», «Haz clic en el botón» o «Escribe una reseña».","Include any additional information you’d like Script Assist to consider.":"Incluye cualquier información adicional que quieras que Script Assist tenga en cuenta.","Mark Video as ‘Sent’?":"¿Marcar el video como «Enviado»?","Not sure what to write or ask?":"¿No sabes qué escribir o preguntar?","No Calls-To-Action":"Sin llamadas a la acción","Select a website":"Seleccionar un sitio web","No Websites":"Sin sitios web","Landing Page":"Página de destino","No Landing Pages":"Sin páginas de destino","Overlay URL":"URL superpuesta","Calls-To-Action":"Llamadas a la acción","Use Existing":"Usar existente","Add New":"Agregar nuevo","Enter website":"Introducir sitio web","Upload new video":"Subir nuevo video",Casual:N7,Formal:P7,Reserved:F7,Enthusiastic:z7,Brief:B7,Detailed:q7,"Leave as ‘Not Sent’":"Dejar como «No enviado»","Mark as Sent":"Marcar como enviado","Script Assist CRM":"Script Assist CRM","Launch Script Assist":"Iniciar Script Assist","Your name":"Tu nombre","Enter your name":"Introduce tu nombre","Company Name":"Nombre de la empresa","Enter your company name":"Introduce el nombre de tu empresa","Message category":"Categoría del mensaje","Enter use case":"Introduce el caso de uso","Their name":"Su nombre","Enter customer name":"Introduce el nombre del cliente",Vehicle:U7,"Search vehicles...":"Buscar vehículos...","Next steps":"Próximos pasos","Enter next steps":"Introduce los próximos pasos","Teleprompter Script":"Guion de teleprompter",Email:W7,SMS:H7,"CRM Message":"Mensaje de CRM","AI Flex Video":"Video AI Flex",transSplits:G7,"Additional Instructions":"Instrucciones adicionales","Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.":"Dile a la IA para qué es el video (promoción, evento, punto de contacto de ventas, etc.). Luego incluye detalles clave como vehículos, ofertas, tiempos y cualquier aviso obligatorio. Cuando termines, haz clic en <b>Generar</b>.","Use the sliders to customize your Tone of Voice.":"Usa los controles deslizantes para personalizar tu tono de voz.","aiFlexVideoScripts.groups.firstResponse":"Primera respuesta","aiFlexVideoScripts.groups.appointments":"Citas","aiFlexVideoScripts.groups.unsoldFollowUp":"Seguimiento sin venta","aiFlexVideoScripts.groups.thankYouForPurchase":"Agradecimiento por compra","aiFlexVideoScripts.groups.eventsPromotions":"Eventos y promociones","aiFlexVideoScripts.groups.lifecycleMarketing":"Marketing del ciclo de vida","aiFlexVideoScripts.groups.service":"Servicio","aiFlexVideoScripts.options.ai_first_response.label":"Primera respuesta de agente AI (sin Vin Reel)","aiFlexVideoScripts.options.ai_first_response.text":"Hola, y gracias por comunicarte con {dealership_name}. Acabamos de recibir tu consulta y queremos informarte que nuestro equipo ya está revisando tu solicitud. Muy pronto alguien de nuestro equipo se pondrá en contacto para responder tus preguntas y ayudarte con el siguiente paso. Ya sea que estés explorando opciones o buscando más detalles sobre un vehículo, estamos aquí para hacer el proceso simple y sin estrés. Si prefieres comenzar antes, no dudes en llamarnos al {phone_number}. Esperamos hablar contigo pronto en {dealership_name}.","aiFlexVideoScripts.options.schedule_test_drive.label":"Programar prueba de manejo","aiFlexVideoScripts.options.schedule_test_drive.text":"Hola. Gracias por tu interés en visitar {dealership_name}. Una de las mejores formas de saber si un vehículo es adecuado para ti es conducirlo en una prueba de manejo. Con gusto nuestro equipo tendrá un vehículo listo para ti, te mostrará sus funciones y responderá cualquier pregunta que tengas. Nos aseguraremos de que tu visita sea rápida, fácil y completamente sin presión. Llámanos al {phone_number} para programar tu prueba de manejo y tendremos todo listo cuando llegues a {dealership_name}.","aiFlexVideoScripts.options.after_hours.label":"Respuesta fuera de horario","aiFlexVideoScripts.options.after_hours.text":"Gracias por comunicarte con {dealership_name}. Es posible que nuestro equipo esté atendiendo a otros clientes o que la agencia ya haya cerrado por hoy, pero queremos que sepas que recibimos tu mensaje. Un integrante de nuestro equipo revisará tu consulta y te dará seguimiento lo antes posible durante nuestro próximo horario laboral. Si hay algo que quieras que preparemos o revisemos con anticipación, puedes responder a este mensaje. Agradecemos tu interés en {dealership_name} y esperamos hablar contigo pronto.","aiFlexVideoScripts.options.appointment_reminder.label":"Recordatorio de cita","aiFlexVideoScripts.options.appointment_reminder.text":"Hola. Solo un recordatorio rápido de {dealership_name} sobre tu próxima visita con nuestro equipo. Estamos deseando recibirte y ayudarte a explorar tus opciones. Cuando llegues, tendremos todo listo para que puedas ver más de cerca y resolver tus dudas. Si cambia algo en tu agenda o necesitas ajustar la hora de tu cita, avísanos; con gusto te ayudamos. Llámanos al {phone_number} para confirmar tu visita y nos aseguraremos de tener todo preparado cuando llegues a {dealership_name}.","aiFlexVideoScripts.options.missed_appointment.label":"Cita perdida","aiFlexVideoScripts.options.missed_appointment.text":"Hola. Notamos que hoy no pudimos verte y queríamos contactarte. Nuestro equipo en {dealership_name} tenía todo listo para tu visita y aún nos encantaría ayudarte a explorar tus opciones. Sabemos que los horarios pueden complicarse, así que si deseas reprogramar tu visita, cuéntanos qué horario te funciona mejor. Nos aseguraremos de que todo esté listo cuando llegues. Llámanos al {phone_number} y con gusto te ayudamos a agendar una nueva hora para visitarnos en {dealership_name}.","aiFlexVideoScripts.options.unsold_followup.label":"Seguimiento sin venta","aiFlexVideoScripts.options.unsold_followup.text":"Gracias nuevamente por tu visita reciente a {dealership_name}. Apreciamos mucho que nos hayas considerado como parte de tu búsqueda de vehículo. Nuestro objetivo siempre es ayudarte a encontrar exactamente lo que buscas: el vehículo correcto, las funciones correctas y la opción ideal para tu estilo de vida y presupuesto. Si quieres volver a verlo, explorar opciones adicionales o realizar una prueba de manejo, nuestro equipo estará encantado de ayudarte. Llámanos al {phone_number} o visítanos en {dealership_name}; con gusto te apoyaremos en el siguiente paso de tu búsqueda.","aiFlexVideoScripts.options.thank_you.label":"Gracias","aiFlexVideoScripts.options.thank_you.text":"En nombre de todo el equipo de {dealership_name}, gracias por elegirnos para tu compra reciente de vehículo. Agradecemos sinceramente la confianza en nuestro equipo y esperamos que estés disfrutando tu nuevo vehículo. Nuestra relación no termina después de la venta; siempre estamos aquí para ayudarte con preguntas, necesidades de servicio o cualquier cosa que surja en el camino. Si hay algo en lo que podamos ayudarte, no dudes en contactarnos. Puedes llamarnos al {phone_number} y con gusto te atenderemos. Gracias nuevamente por elegir {dealership_name}.","aiFlexVideoScripts.options.review_or_referral_request.label":"Solicitud de reseña o referido","aiFlexVideoScripts.options.review_or_referral_request.text":"Gracias de nuevo por elegir {dealership_name} para tu compra reciente de vehículo. Esperamos que estés disfrutando tu nuevo auto y que tu experiencia con nuestro equipo haya sido excelente. Si tienes un momento, te agradeceríamos mucho que compartieras tu experiencia en una breve reseña en línea. Tus comentarios ayudan a otros conductores a sentirse seguros al elegir dónde comprar. Y si conoces a alguien que esté buscando vehículo, sería un honor que pensaras en {dealership_name}. Si podemos ayudarte de cualquier manera, llámanos al {phone_number}.","aiFlexVideoScripts.options.csi_survey_reminder.label":"Recordatorio de encuesta CSI","aiFlexVideoScripts.options.csi_survey_reminder.text":"Hola. Queríamos tomar un momento para agradecerte nuevamente por elegir {dealership_name} para tu compra reciente. En los próximos días, podrías recibir una breve encuesta de {OEM_name} preguntando sobre tu experiencia con nuestra agencia. Estas encuestas son muy importantes para nuestro equipo porque nos ayudan a entender cómo lo estamos haciendo y dónde podemos seguir mejorando para nuestros clientes. Si recibes la encuesta, te agradeceríamos mucho que compartieras tu opinión. Y si hay algo en lo que podamos ayudarte, por favor llámanos al {phone_number}.","aiFlexVideoScripts.options.holiday_promotion.label":"Promoción de temporada","aiFlexVideoScripts.options.holiday_promotion.text":"Es momento de celebrar en {dealership_name} con nuestro evento de ventas de {holiday_name}. Esta es una gran oportunidad para explorar vehículos increíbles y encontrar el que se ajuste a tu estilo de vida. Ya sea que busques un auto confiable para el día a día, un SUV familiar o algo con la tecnología y seguridad más recientes, nuestro equipo está aquí para hacer el proceso simple y agradable. Visítanos en {dealership_name} o llámanos al {phone_number} para conocer más y programar tu prueba de manejo hoy.","aiFlexVideoScripts.options.sale_promotion.label":"Promoción de venta","aiFlexVideoScripts.options.sale_promotion.text":"Ahora es un gran momento para visitar {dealership_name} y conocer los vehículos más recientes que tenemos disponibles. Nuestro equipo está aquí para ayudarte a encontrar el vehículo correcto para tus necesidades, estilo de vida y presupuesto. Ya sea que apenas estés comenzando tu búsqueda o estés listo para dar el siguiente paso, haremos que el proceso sea fácil y sin estrés. Pasa por {dealership_name} o llámanos al {phone_number} para programar una prueba de manejo y descubrir qué hace diferente nuestra experiencia en la agencia.","aiFlexVideoScripts.options.dealership_showcase.label":"Presentación de la agencia","aiFlexVideoScripts.options.dealership_showcase.text":"Bienvenido a {dealership_name}, donde nuestro equipo está comprometido con ofrecer una experiencia de compra de autos simple, transparente y agradable. Desde ayudarte a explorar los vehículos más recientes hasta apoyarte con financiamiento y servicio continuo, estamos aquí para acompañarte en cada paso. Nuestro objetivo es que te sientas seguro y cómodo durante todo el proceso. Si estás pensando en cambiar de vehículo o simplemente quieres explorar tus opciones, visítanos en {dealership_name} o llámanos al {phone_number}; nuestro equipo estará encantado de ayudarte.","aiFlexVideoScripts.options.aging_inventory_showcase.label":"Presentación de inventario con antiguedad","aiFlexVideoScripts.options.aging_inventory_showcase.text":"En este momento en {dealership_name}, estamos destacando grandes oportunidades en nuestro inventario de {vehicle_type_or_model}. Por tiempo limitado, estos vehículos están disponibles con {offer_details}, lo que representa una excelente oportunidad para aprovechar valor adicional. Si has estado pensando en cambiar tu vehículo o explorar algo nuevo, este puede ser el momento perfecto para verlo más de cerca. Nuestro equipo estará encantado de explicarte las opciones y ayudarte a encontrar la mejor para ti. Llámanos al {phone_number} o visítanos en {dealership_name} para saber más.","aiFlexVideoScripts.options.purchase_anniversary.label":"Aniversario de compra","aiFlexVideoScripts.options.purchase_anniversary.text":"Hola. Solo queríamos tomarnos un momento para agradecerte nuevamente por elegir {dealership_name} para la compra de tu vehículo. Esperamos que tu vehículo te haya funcionado muy bien y que hayas disfrutado cada kilómetro. Nuestro equipo siempre está aquí si tienes preguntas, necesitas ayuda o quieres explorar opciones en el futuro. Y por supuesto, cuando llegue el momento del mantenimiento o servicio de rutina, nos encantará recibirte de nuevo. Si hay algo en lo que podamos ayudarte, llámanos al {phone_number}.","aiFlexVideoScripts.options.lease_expiration_reminder.label":"Recordatorio de vencimiento de arrendamiento","aiFlexVideoScripts.options.lease_expiration_reminder.text":"Hola. Queríamos contactarte porque es posible que tu arrendamiento esté acercándose a su siguiente etapa. En {dealership_name}, estamos aquí para ayudarte a explorar todas tus opciones, ya sea cambiar a un vehículo nuevo, comprar el que tienes actualmente o simplemente conocer qué alternativa te conviene más. Nuestro equipo estará encantado de explicarte las posibilidades y responder tus preguntas. Llámanos al {phone_number} o visítanos en {dealership_name}, y te ayudaremos a planear tus próximos pasos.","aiFlexVideoScripts.options.happy_birthday.label":"Feliz cumpleaños","aiFlexVideoScripts.options.happy_birthday.text":"Feliz cumpleaños de parte de todo el equipo de {dealership_name}. Esperamos que tengas un día increíble y lo celebres con amigos, familia y quizá también con algo de tiempo en la carretera. Agradecemos mucho que seas parte de la familia de {dealership_name}. Si alguna vez podemos ayudarte en algo, ya sea servicio, dudas sobre tu vehículo o explorar algo nuevo en el futuro, nuestro equipo siempre está para ti. Si necesitas algo, no dudes en llamarnos al {phone_number}.","aiFlexVideoScripts.options.buy_back_offer.label":"Oferta de recompra","aiFlexVideoScripts.options.buy_back_offer.text":"Ahora mismo en {dealership_name}, estamos buscando activamente comprar más vehículos {vehicle_type}, y hay alta demanda por ellos. Por eso, queremos informarte que actualmente estamos ofreciendo {offer_type} para vehículos como el tuyo. Incluso si no estás buscando cambiar de auto en este momento, esta puede ser una gran oportunidad para conocer cuánto podría valer tu vehículo hoy. Nuestro equipo estará encantado de brindarte una evaluación rápida y sencilla. Llámanos al {phone_number} o visítanos en {dealership_name}; con gusto te ayudaremos.","aiFlexVideoScripts.options.schedule_service_appointment.label":"Programar cita de servicio","aiFlexVideoScripts.options.schedule_service_appointment.text":"Hola. Mantener el mantenimiento al día es una de las mejores formas de que tu vehículo funcione sin problemas durante años. En {dealership_name}, nuestro equipo de servicio está aquí para hacer el proceso fácil y conveniente. Nuestros técnicos capacitados conocen tu vehículo a fondo y están listos para ayudarte desde mantenimiento de rutina hasta necesidades de servicio más detalladas. Llámanos al {phone_number} para programar tu cita de servicio y nuestro equipo en {dealership_name} se asegurará de que tu vehículo esté bien atendido.","aiFlexVideoScripts.options.service_appointment_reminder.label":"Recordatorio de cita de servicio","aiFlexVideoScripts.options.service_appointment_reminder.text":"Hola. Este es un recordatorio amable de {dealership_name} sobre tu próxima cita de servicio. Nuestro equipo está listo para atender tu vehículo y ayudarte a volver al camino rápidamente. Cuando llegues, nuestros asesores de servicio te explicarán todo y se asegurarán de que tu visita sea fluida y conveniente. Si necesitas ajustar la hora de tu cita o tienes preguntas antes de tu visita, no dudes en llamarnos al {phone_number}. Te vemos pronto en {dealership_name}.","aiFlexVideoScripts.options.maintenance_reminder.label":"Recordatorio de mantenimiento","aiFlexVideoScripts.options.maintenance_reminder.text":"Hola. El mantenimiento regular es una de las mejores formas de mantener tu vehículo en su mejor rendimiento. En {dealership_name}, nuestro equipo de servicio está aquí para asegurar que tu vehículo siga siendo confiable y esté listo para el camino. Ya sea mantenimiento de rutina o una revisión rápida, nuestros técnicos están aquí para ayudarte. Si ya es momento de tu próximo servicio, llámanos al {phone_number} o agenda tu cita con {dealership_name}, y nos aseguraremos de que tu vehículo reciba el cuidado que merece.","aiFlexVideoScripts.options.intro_to_service_department.label":"Introducción al departamento de servicio","aiFlexVideoScripts.options.intro_to_service_department.text":"En {dealership_name}, nuestro compromiso contigo continúa mucho después de que sales del lote con tu vehículo. Nuestro departamento de servicio está aquí para ayudarte a mantener tu vehículo funcionando de forma suave y confiable durante años. Desde mantenimiento de rutina hasta necesidades de servicio más avanzadas, nuestros técnicos capacitados brindan atención experta para tu vehículo. Nuestro objetivo es que cada visita sea conveniente, transparente y sencilla. Cuando llegue el momento de tu próxima cita de servicio, llámanos al {phone_number}; estaremos encantados de recibirte de nuevo en {dealership_name}.","aiFlexVideoScripts.options.service_department_showcase.label":"Presentación del departamento de servicio","aiFlexVideoScripts.options.service_department_showcase.text":"Bienvenido al departamento de servicio de {dealership_name}, donde nuestro objetivo es hacer que el mantenimiento de tu vehículo sea simple y sin estrés. Nuestros técnicos con experiencia utilizan las herramientas correctas y su conocimiento para ayudarte a mantener tu vehículo en su mejor rendimiento. Ya sea que nos visites por mantenimiento de rutina o por un servicio más detallado, nuestro equipo está aquí para asegurarse de que todo se atienda con cuidado y atención. Cuando tu vehículo necesite servicio, llámanos al {phone_number} para programar una cita y deja que el equipo de {dealership_name} se encargue del resto."},h1=Wo.createInstance();h1.use(re.initReactI18next).init({resources:{en:{translation:b7},fr:{translation:$7},es:{translation:Y7}},fallbackLng:"en",react:{useSuspense:!1},interpolation:{escapeValue:!1}});const Ce={black_1_100:"var(--black)",primaryDarkBlue:"var(--primary)",buttonDanger:"#DC3545",white:"#fff",gray:"#f7f8fa",gray10:"#F6F7F9",gray20:"#EEEFF2",gray40:"#D0D3D9",gray60:"#9297A2",gray80:"#4E5461",gray100:"#272A32",lightgray:"rgba(213,214,217,1)",blackRgba75:"rgba(0,0,0, .75)",blue80:"rgba(0, 27, 83, 0.8)",blue40:"rgba(0, 27, 83, 0.4)",blue05:"rgba(0, 27, 83, 0.05)",red100:"#E84C3D",green100:"#1EA45F",covideoBlue100:"#001B53",magic100:"#8D31D6",covideoGray60:"rgba(146, 151, 162, 1)",covideoGray100:"rgba(39, 42, 50, 1)",covideoGray40:"rgba(208, 211, 217, 1)",error:"rgba(232, 76, 61, 1)",transparent:"transparent"},J5=l.div`
510
510
  visibility: hidden;
511
511
  opacity: 0;
512
512
  position: absolute;
@@ -587,16 +587,16 @@
587
587
  transition-delay: 300ms;
588
588
  }
589
589
  `}
590
- `,e3=({hoverable:e,className:i,popup:n,position:a="bottom",padding:c="24px",width:d="267px",maxWidth:u="",disableHover:h=!1,showtriangle:x=!1,cursor:y="pointer",style:m})=>o.jsxs(Q7,{disablehover:h||void 0,className:i,cursor:y,children:[o.jsx(J5,{width:d,position:a,padding:c,showtriangle:x?"showtriangle":void 0,maxwidth:u||d,style:m&&m.content,children:n}),e]});var Mt=(e=>(e.TELEPROPTER_SCRIPT="Teleprompter Script",e.EMAIL="Email",e.SMS="SMS",e.CRM_MESSAGE="CRM Message",e.AI_FLEX_VIDEO="AI Flex Video",e))(Mt||{}),Nn=(e=>(e.INITIAL_REACH_OUT="Initial Reach Out",e.INITIAL_INQUIRY_REPLY="Initial Inquiry Reply",e.VEHICLE_WALKAROUND="Vehicle Walkaround",e.TEST_DRIVE_INVITATION="Test Drive Invitation",e.APPOINTMENT_REMINDER="Appointment Reminder",e.MISSED_APPOINTMENT="Missed Appointment",e.UNSOLD_FOLLOW_UP="Unsold Follow Up",e.EVENT_PROMOTION_ALERT="Event & Promotion Alert",e.POST_SALE_FOLLOW_UP="Post-Sale Follow-Up",e.REVIEW_REFERRAL_REQUEST="Review or Referral Request",e.SERVICE_MAINTENANCE_REMINDERS="Service and Maintenance Reminders",e.HAPPY_BIRTHDAY="Happy Birthday",e.LEASE_EXPIRATION="Lease Expiration",e.PURCHASE_ANNIVERSARY="Purchase Anniversary",e.SCHEDULE_A_TEST_DRIVE="Schedule a Test Drive",e.SCHEDULE_A_SERVICE_APPOINTMENT="Schedule a Service Appointment",e.THANK_YOU_FOR_PURCHASE="Thank You for Purchase",e.NEW_LEAD_FIRST_RESPONSE="New Lead First Response",e.APPOINTMENT_CONFIRMATION="Appointment Confirmation",e.NONE="",e))(Nn||{}),y0=(e=>(e[e.LOW=0]="LOW",e[e.LOW_TO_MID=1]="LOW_TO_MID",e[e.MID=2]="MID",e[e.MID_TO_HIGH=3]="MID_TO_HIGH",e[e.HIGH=4]="HIGH",e))(y0||{}),M0=(e=>(e[e.LOW=0]="LOW",e[e.LOW_TO_MID=1]="LOW_TO_MID",e[e.MID=2]="MID",e[e.MID_TO_HIGH=3]="MID_TO_HIGH",e[e.HIGH=4]="HIGH",e))(M0||{}),O0=(e=>(e[e.LOW=0]="LOW",e[e.LOW_TO_MID=1]="LOW_TO_MID",e[e.MID=2]="MID",e[e.MID_TO_HIGH=3]="MID_TO_HIGH",e[e.HIGH=4]="HIGH",e))(O0||{});const Hd=Object.values(Nn).map(e=>({value:e,label:e}));var rr=(e=>(e[e.PLAIN=0]="PLAIN",e[e.HTML=1]="HTML",e))(rr||{});const Pn=[{label:"aiFlexVideoScripts.groups.firstResponse",options:[{label:"aiFlexVideoScripts.options.ai_first_response.label",value:"ai_first_response",text:"aiFlexVideoScripts.options.ai_first_response.text"},{label:"aiFlexVideoScripts.options.schedule_test_drive.label",value:"schedule_test_drive",text:"aiFlexVideoScripts.options.schedule_test_drive.text"},{label:"aiFlexVideoScripts.options.after_hours.label",value:"after_hours",text:"aiFlexVideoScripts.options.after_hours.text"}]},{label:"aiFlexVideoScripts.groups.appointments",options:[{label:"aiFlexVideoScripts.options.appointment_reminder.label",value:"appointment_reminder",text:"aiFlexVideoScripts.options.appointment_reminder.text"},{label:"aiFlexVideoScripts.options.missed_appointment.label",value:"missed_appointment",text:"aiFlexVideoScripts.options.missed_appointment.text"}]},{label:"aiFlexVideoScripts.groups.unsoldFollowUp",options:[{label:"aiFlexVideoScripts.options.unsold_followup.label",value:"unsold_followup",text:"aiFlexVideoScripts.options.unsold_followup.text"}]},{label:"aiFlexVideoScripts.groups.thankYouForPurchase",options:[{label:"aiFlexVideoScripts.options.thank_you.label",value:"thank_you",text:"aiFlexVideoScripts.options.thank_you.text"},{label:"aiFlexVideoScripts.options.review_or_referral_request.label",value:"review_or_referral_request",text:"aiFlexVideoScripts.options.review_or_referral_request.text"},{label:"aiFlexVideoScripts.options.csi_survey_reminder.label",value:"csi_survey_reminder",text:"aiFlexVideoScripts.options.csi_survey_reminder.text"}]},{label:"aiFlexVideoScripts.groups.eventsPromotions",options:[{label:"aiFlexVideoScripts.options.holiday_promotion.label",value:"holiday_promotion",text:"aiFlexVideoScripts.options.holiday_promotion.text"},{label:"aiFlexVideoScripts.options.sale_promotion.label",value:"sale_promotion",text:"aiFlexVideoScripts.options.sale_promotion.text"},{label:"aiFlexVideoScripts.options.dealership_showcase.label",value:"dealership_showcase",text:"aiFlexVideoScripts.options.dealership_showcase.text"},{label:"aiFlexVideoScripts.options.aging_inventory_showcase.label",value:"aging_inventory_showcase",text:"aiFlexVideoScripts.options.aging_inventory_showcase.text"}]},{label:"aiFlexVideoScripts.groups.lifecycleMarketing",options:[{label:"aiFlexVideoScripts.options.purchase_anniversary.label",value:"purchase_anniversary",text:"aiFlexVideoScripts.options.purchase_anniversary.text"},{label:"aiFlexVideoScripts.options.lease_expiration_reminder.label",value:"lease_expiration_reminder",text:"aiFlexVideoScripts.options.lease_expiration_reminder.text"},{label:"aiFlexVideoScripts.options.happy_birthday.label",value:"happy_birthday",text:"aiFlexVideoScripts.options.happy_birthday.text"},{label:"aiFlexVideoScripts.options.buy_back_offer.label",value:"buy_back_offer",text:"aiFlexVideoScripts.options.buy_back_offer.text"}]},{label:"aiFlexVideoScripts.groups.service",options:[{label:"aiFlexVideoScripts.options.schedule_service_appointment.label",value:"schedule_service_appointment",text:"aiFlexVideoScripts.options.schedule_service_appointment.text"},{label:"aiFlexVideoScripts.options.service_appointment_reminder.label",value:"service_appointment_reminder",text:"aiFlexVideoScripts.options.service_appointment_reminder.text"},{label:"aiFlexVideoScripts.options.maintenance_reminder.label",value:"maintenance_reminder",text:"aiFlexVideoScripts.options.maintenance_reminder.text"},{label:"aiFlexVideoScripts.options.intro_to_service_department.label",value:"intro_to_service_department",text:"aiFlexVideoScripts.options.intro_to_service_department.text"},{label:"aiFlexVideoScripts.options.service_department_showcase.label",value:"service_department_showcase",text:"aiFlexVideoScripts.options.service_department_showcase.text"}]}];Pn.map(e=>({label:e.label,options:e.options.map(i=>({label:i.label,value:i.value}))}));var N0=(e=>(e.VIDMAILS="vidmails",e.AUTOMOTIVE="automotive",e))(N0||{}),gn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Z7(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vn={exports:{}};/**
590
+ `,e3=({hoverable:e,className:i,popup:n,position:a="bottom",padding:c="24px",width:d="267px",maxWidth:u="",disableHover:h=!1,showtriangle:x=!1,cursor:y="pointer",style:v})=>o.jsxs(Q7,{disablehover:h||void 0,className:i,cursor:y,children:[o.jsx(J5,{width:d,position:a,padding:c,showtriangle:x?"showtriangle":void 0,maxwidth:u||d,style:v&&v.content,children:n}),e]});var Mt=(e=>(e.TELEPROPTER_SCRIPT="Teleprompter Script",e.EMAIL="Email",e.SMS="SMS",e.CRM_MESSAGE="CRM Message",e.AI_FLEX_VIDEO="AI Flex Video",e))(Mt||{}),Nn=(e=>(e.INITIAL_REACH_OUT="Initial Reach Out",e.INITIAL_INQUIRY_REPLY="Initial Inquiry Reply",e.VEHICLE_WALKAROUND="Vehicle Walkaround",e.TEST_DRIVE_INVITATION="Test Drive Invitation",e.APPOINTMENT_REMINDER="Appointment Reminder",e.MISSED_APPOINTMENT="Missed Appointment",e.UNSOLD_FOLLOW_UP="Unsold Follow Up",e.EVENT_PROMOTION_ALERT="Event & Promotion Alert",e.POST_SALE_FOLLOW_UP="Post-Sale Follow-Up",e.REVIEW_REFERRAL_REQUEST="Review or Referral Request",e.SERVICE_MAINTENANCE_REMINDERS="Service and Maintenance Reminders",e.HAPPY_BIRTHDAY="Happy Birthday",e.LEASE_EXPIRATION="Lease Expiration",e.PURCHASE_ANNIVERSARY="Purchase Anniversary",e.SCHEDULE_A_TEST_DRIVE="Schedule a Test Drive",e.SCHEDULE_A_SERVICE_APPOINTMENT="Schedule a Service Appointment",e.THANK_YOU_FOR_PURCHASE="Thank You for Purchase",e.NEW_LEAD_FIRST_RESPONSE="New Lead First Response",e.APPOINTMENT_CONFIRMATION="Appointment Confirmation",e.NONE="",e))(Nn||{}),y0=(e=>(e[e.LOW=0]="LOW",e[e.LOW_TO_MID=1]="LOW_TO_MID",e[e.MID=2]="MID",e[e.MID_TO_HIGH=3]="MID_TO_HIGH",e[e.HIGH=4]="HIGH",e))(y0||{}),M0=(e=>(e[e.LOW=0]="LOW",e[e.LOW_TO_MID=1]="LOW_TO_MID",e[e.MID=2]="MID",e[e.MID_TO_HIGH=3]="MID_TO_HIGH",e[e.HIGH=4]="HIGH",e))(M0||{}),O0=(e=>(e[e.LOW=0]="LOW",e[e.LOW_TO_MID=1]="LOW_TO_MID",e[e.MID=2]="MID",e[e.MID_TO_HIGH=3]="MID_TO_HIGH",e[e.HIGH=4]="HIGH",e))(O0||{});const Hd=Object.values(Nn).map(e=>({value:e,label:e}));var rr=(e=>(e[e.PLAIN=0]="PLAIN",e[e.HTML=1]="HTML",e))(rr||{});const Pn=[{label:"aiFlexVideoScripts.groups.firstResponse",options:[{label:"aiFlexVideoScripts.options.ai_first_response.label",value:"ai_first_response",text:"aiFlexVideoScripts.options.ai_first_response.text"},{label:"aiFlexVideoScripts.options.schedule_test_drive.label",value:"schedule_test_drive",text:"aiFlexVideoScripts.options.schedule_test_drive.text"},{label:"aiFlexVideoScripts.options.after_hours.label",value:"after_hours",text:"aiFlexVideoScripts.options.after_hours.text"}]},{label:"aiFlexVideoScripts.groups.appointments",options:[{label:"aiFlexVideoScripts.options.appointment_reminder.label",value:"appointment_reminder",text:"aiFlexVideoScripts.options.appointment_reminder.text"},{label:"aiFlexVideoScripts.options.missed_appointment.label",value:"missed_appointment",text:"aiFlexVideoScripts.options.missed_appointment.text"}]},{label:"aiFlexVideoScripts.groups.unsoldFollowUp",options:[{label:"aiFlexVideoScripts.options.unsold_followup.label",value:"unsold_followup",text:"aiFlexVideoScripts.options.unsold_followup.text"}]},{label:"aiFlexVideoScripts.groups.thankYouForPurchase",options:[{label:"aiFlexVideoScripts.options.thank_you.label",value:"thank_you",text:"aiFlexVideoScripts.options.thank_you.text"},{label:"aiFlexVideoScripts.options.review_or_referral_request.label",value:"review_or_referral_request",text:"aiFlexVideoScripts.options.review_or_referral_request.text"},{label:"aiFlexVideoScripts.options.csi_survey_reminder.label",value:"csi_survey_reminder",text:"aiFlexVideoScripts.options.csi_survey_reminder.text"}]},{label:"aiFlexVideoScripts.groups.eventsPromotions",options:[{label:"aiFlexVideoScripts.options.holiday_promotion.label",value:"holiday_promotion",text:"aiFlexVideoScripts.options.holiday_promotion.text"},{label:"aiFlexVideoScripts.options.sale_promotion.label",value:"sale_promotion",text:"aiFlexVideoScripts.options.sale_promotion.text"},{label:"aiFlexVideoScripts.options.dealership_showcase.label",value:"dealership_showcase",text:"aiFlexVideoScripts.options.dealership_showcase.text"},{label:"aiFlexVideoScripts.options.aging_inventory_showcase.label",value:"aging_inventory_showcase",text:"aiFlexVideoScripts.options.aging_inventory_showcase.text"}]},{label:"aiFlexVideoScripts.groups.lifecycleMarketing",options:[{label:"aiFlexVideoScripts.options.purchase_anniversary.label",value:"purchase_anniversary",text:"aiFlexVideoScripts.options.purchase_anniversary.text"},{label:"aiFlexVideoScripts.options.lease_expiration_reminder.label",value:"lease_expiration_reminder",text:"aiFlexVideoScripts.options.lease_expiration_reminder.text"},{label:"aiFlexVideoScripts.options.happy_birthday.label",value:"happy_birthday",text:"aiFlexVideoScripts.options.happy_birthday.text"},{label:"aiFlexVideoScripts.options.buy_back_offer.label",value:"buy_back_offer",text:"aiFlexVideoScripts.options.buy_back_offer.text"}]},{label:"aiFlexVideoScripts.groups.service",options:[{label:"aiFlexVideoScripts.options.schedule_service_appointment.label",value:"schedule_service_appointment",text:"aiFlexVideoScripts.options.schedule_service_appointment.text"},{label:"aiFlexVideoScripts.options.service_appointment_reminder.label",value:"service_appointment_reminder",text:"aiFlexVideoScripts.options.service_appointment_reminder.text"},{label:"aiFlexVideoScripts.options.maintenance_reminder.label",value:"maintenance_reminder",text:"aiFlexVideoScripts.options.maintenance_reminder.text"},{label:"aiFlexVideoScripts.options.intro_to_service_department.label",value:"intro_to_service_department",text:"aiFlexVideoScripts.options.intro_to_service_department.text"},{label:"aiFlexVideoScripts.options.service_department_showcase.label",value:"service_department_showcase",text:"aiFlexVideoScripts.options.service_department_showcase.text"}]}];Pn.map(e=>({label:e.label,options:e.options.map(i=>({label:i.label,value:i.value}))}));var N0=(e=>(e.VIDMAILS="vidmails",e.AUTOMOTIVE="automotive",e))(N0||{}),gn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Z7(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vn={exports:{}};/**
591
591
  * @license
592
592
  * Lodash <https://lodash.com/>
593
593
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
594
594
  * Released under MIT license <https://lodash.com/license>
595
595
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
596
596
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
597
- */var K7=Vn.exports,Gd;function X7(){return Gd||(Gd=1,(function(e,i){(function(){var n,a="4.18.1",c=200,d="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",u="Expected a function",h="Invalid `variable` option passed into `_.template`",x="Invalid `imports` option passed into `_.template`",y="__lodash_hash_undefined__",m=500,v="__lodash_placeholder__",S=1,C=2,E=4,T=1,k=2,j=1,L=2,D=4,O=8,M=16,A=32,_=64,V=128,N=256,U=512,$=30,z="...",Z=800,W=16,Q=1,Y=2,H=3,ae=1/0,le=9007199254740991,Te=17976931348623157e292,xe=NaN,pe=4294967295,ue=pe-1,Se=pe>>>1,te=[["ary",V],["bind",j],["bindKey",L],["curry",O],["curryRight",M],["flip",U],["partial",A],["partialRight",_],["rearg",N]],me="[object Arguments]",Ie="[object Array]",Pe="[object AsyncFunction]",Fe="[object Boolean]",Qe="[object Date]",it="[object DOMException]",be="[object Error]",Ve="[object Function]",fe="[object GeneratorFunction]",ce="[object Map]",De="[object Number]",ie="[object Null]",Je="[object Object]",mt="[object Promise]",se="[object Proxy]",Re="[object RegExp]",ze="[object Set]",st="[object String]",at="[object Symbol]",Ne="[object Undefined]",xt="[object WeakMap]",yt="[object WeakSet]",Ct="[object ArrayBuffer]",$t="[object DataView]",ft="[object Float32Array]",vt="[object Float64Array]",At="[object Int8Array]",ko="[object Int16Array]",No="[object Int32Array]",Ot="[object Uint8Array]",jo="[object Uint8ClampedArray]",oo="[object Uint16Array]",Vt="[object Uint32Array]",ro=/\b__p \+= '';/g,Ee=/\b(__p \+=) '' \+/g,q0=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Eo=/&(?:amp|lt|gt|quot|#39);/g,_e=/[&<>"']/g,ne=RegExp(Eo.source),we=RegExp(_e.source),Ae=/<%-([\s\S]+?)%>/g,He=/<%([\s\S]+?)%>/g,Ze=/<%=([\s\S]+?)%>/g,Po=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/,es=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ei=/[\\^$.*+?()[\]{}|]/g,ts=RegExp(ei.source),ti=/^\s+/,os=/\s/,rs=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,is=/\{\n\/\* \[wrapped with (.+)\] \*/,ns=/,? & /,ss=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ii=/[()=,{}\[\]\/\s]/,as=/\\(\\)?/g,cs=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ai=/\w*$/,ls=/^[-+]0x[0-9a-f]+$/i,ds=/^0b[01]+$/i,us=/^\[object .+?Constructor\]$/,ps=/^0o[0-7]+$/i,xs=/^(?:0|[1-9]\d*)$/,hs=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,gr=/($^)/,ys=/['\n\r\u2028\u2029\\]/g,n0="\\ud800-\\udfff",fs="\\u0300-\\u036f",ge="\\ufe20-\\ufe2f",lt="\\u20d0-\\u20ff",s0=fs+ge+lt,U0="\\u2700-\\u27bf",W0="a-z\\xdf-\\xf6\\xf8-\\xff",mr="\\xac\\xb1\\xd7\\xf7",gs="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ms="\\u2000-\\u206f",vs=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",xc="A-Z\\xc0-\\xd6\\xd8-\\xde",hc="\\ufe0e\\ufe0f",yc=mr+gs+ms+vs,bs="['’]",x2="["+n0+"]",fc="["+yc+"]",Vi="["+s0+"]",gc="\\d+",h2="["+U0+"]",mc="["+W0+"]",vc="[^"+n0+yc+gc+U0+W0+xc+"]",ws="\\ud83c[\\udffb-\\udfff]",y2="(?:"+Vi+"|"+ws+")",bc="[^"+n0+"]",Ss="(?:\\ud83c[\\udde6-\\uddff]){2}",Cs="[\\ud800-\\udbff][\\udc00-\\udfff]",vr="["+xc+"]",wc="\\u200d",Sc="(?:"+mc+"|"+vc+")",f2="(?:"+vr+"|"+vc+")",Cc="(?:"+bs+"(?:d|ll|m|re|s|t|ve))?",kc="(?:"+bs+"(?:D|LL|M|RE|S|T|VE))?",jc=y2+"?",Ec="["+hc+"]?",g2="(?:"+wc+"(?:"+[bc,Ss,Cs].join("|")+")"+Ec+jc+")*",m2="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",v2="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",_c=Ec+jc+g2,b2="(?:"+[h2,Ss,Cs].join("|")+")"+_c,w2="(?:"+[bc+Vi+"?",Vi,Ss,Cs,x2].join("|")+")",S2=RegExp(bs,"g"),C2=RegExp(Vi,"g"),ks=RegExp(ws+"(?="+ws+")|"+w2+_c,"g"),k2=RegExp([vr+"?"+mc+"+"+Cc+"(?="+[fc,vr,"$"].join("|")+")",f2+"+"+kc+"(?="+[fc,vr+Sc,"$"].join("|")+")",vr+"?"+Sc+"+"+Cc,vr+"+"+kc,v2,m2,gc,b2].join("|"),"g"),j2=RegExp("["+wc+n0+s0+hc+"]"),E2=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,_2=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],T2=-1,wt={};wt[ft]=wt[vt]=wt[At]=wt[ko]=wt[No]=wt[Ot]=wt[jo]=wt[oo]=wt[Vt]=!0,wt[me]=wt[Ie]=wt[Ct]=wt[Fe]=wt[$t]=wt[Qe]=wt[be]=wt[Ve]=wt[ce]=wt[De]=wt[Je]=wt[Re]=wt[ze]=wt[st]=wt[xt]=!1;var bt={};bt[me]=bt[Ie]=bt[Ct]=bt[$t]=bt[Fe]=bt[Qe]=bt[ft]=bt[vt]=bt[At]=bt[ko]=bt[No]=bt[ce]=bt[De]=bt[Je]=bt[Re]=bt[ze]=bt[st]=bt[at]=bt[Ot]=bt[jo]=bt[oo]=bt[Vt]=!0,bt[be]=bt[Ve]=bt[xt]=!1;var I2={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},A2={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},V2={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},R2={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},L2=parseFloat,$2=parseInt,Tc=typeof gn=="object"&&gn&&gn.Object===Object&&gn,M2=typeof self=="object"&&self&&self.Object===Object&&self,zt=Tc||M2||Function("return this")(),js=i&&!i.nodeType&&i,H0=js&&!0&&e&&!e.nodeType&&e,Ic=H0&&H0.exports===js,Es=Ic&&Tc.process,_o=(function(){try{var F=H0&&H0.require&&H0.require("util").types;return F||Es&&Es.binding&&Es.binding("util")}catch{}})(),Ac=_o&&_o.isArrayBuffer,Vc=_o&&_o.isDate,Rc=_o&&_o.isMap,Lc=_o&&_o.isRegExp,$c=_o&&_o.isSet,Mc=_o&&_o.isTypedArray;function xo(F,X,G){switch(G.length){case 0:return F.call(X);case 1:return F.call(X,G[0]);case 2:return F.call(X,G[0],G[1]);case 3:return F.call(X,G[0],G[1],G[2])}return F.apply(X,G)}function O2(F,X,G,ve){for(var Be=-1,ct=F==null?0:F.length;++Be<ct;){var Dt=F[Be];X(ve,Dt,G(Dt),F)}return ve}function ho(F,X){for(var G=-1,ve=F==null?0:F.length;++G<ve&&X(F[G],G,F)!==!1;);return F}function D2(F,X){for(var G=F==null?0:F.length;G--&&X(F[G],G,F)!==!1;);return F}function Oc(F,X){for(var G=-1,ve=F==null?0:F.length;++G<ve;)if(!X(F[G],G,F))return!1;return!0}function S0(F,X){for(var G=-1,ve=F==null?0:F.length,Be=0,ct=[];++G<ve;){var Dt=F[G];X(Dt,G,F)&&(ct[Be++]=Dt)}return ct}function Ri(F,X){var G=F==null?0:F.length;return!!G&&br(F,X,0)>-1}function _s(F,X,G){for(var ve=-1,Be=F==null?0:F.length;++ve<Be;)if(G(X,F[ve]))return!0;return!1}function kt(F,X){for(var G=-1,ve=F==null?0:F.length,Be=Array(ve);++G<ve;)Be[G]=X(F[G],G,F);return Be}function C0(F,X){for(var G=-1,ve=X.length,Be=F.length;++G<ve;)F[Be+G]=X[G];return F}function Ts(F,X,G,ve){var Be=-1,ct=F==null?0:F.length;for(ve&&ct&&(G=F[++Be]);++Be<ct;)G=X(G,F[Be],Be,F);return G}function N2(F,X,G,ve){var Be=F==null?0:F.length;for(ve&&Be&&(G=F[--Be]);Be--;)G=X(G,F[Be],Be,F);return G}function Is(F,X){for(var G=-1,ve=F==null?0:F.length;++G<ve;)if(X(F[G],G,F))return!0;return!1}var P2=As("length");function F2(F){return F.split("")}function z2(F){return F.match(ss)||[]}function Dc(F,X,G){var ve;return G(F,function(Be,ct,Dt){if(X(Be,ct,Dt))return ve=ct,!1}),ve}function Li(F,X,G,ve){for(var Be=F.length,ct=G+(ve?1:-1);ve?ct--:++ct<Be;)if(X(F[ct],ct,F))return ct;return-1}function br(F,X,G){return X===X?J2(F,X,G):Li(F,Nc,G)}function B2(F,X,G,ve){for(var Be=G-1,ct=F.length;++Be<ct;)if(ve(F[Be],X))return Be;return-1}function Nc(F){return F!==F}function Pc(F,X){var G=F==null?0:F.length;return G?Rs(F,X)/G:xe}function As(F){return function(X){return X==null?n:X[F]}}function Vs(F){return function(X){return F==null?n:F[X]}}function Fc(F,X,G,ve,Be){return Be(F,function(ct,Dt,gt){G=ve?(ve=!1,ct):X(G,ct,Dt,gt)}),G}function q2(F,X){var G=F.length;for(F.sort(X);G--;)F[G]=F[G].value;return F}function Rs(F,X){for(var G,ve=-1,Be=F.length;++ve<Be;){var ct=X(F[ve]);ct!==n&&(G=G===n?ct:G+ct)}return G}function Ls(F,X){for(var G=-1,ve=Array(F);++G<F;)ve[G]=X(G);return ve}function U2(F,X){return kt(X,function(G){return[G,F[G]]})}function zc(F){return F&&F.slice(0,Wc(F)+1).replace(ti,"")}function yo(F){return function(X){return F(X)}}function $s(F,X){return kt(X,function(G){return F[G]})}function oi(F,X){return F.has(X)}function Bc(F,X){for(var G=-1,ve=F.length;++G<ve&&br(X,F[G],0)>-1;);return G}function qc(F,X){for(var G=F.length;G--&&br(X,F[G],0)>-1;);return G}function W2(F,X){for(var G=F.length,ve=0;G--;)F[G]===X&&++ve;return ve}var H2=Vs(I2),G2=Vs(A2);function Y2(F){return"\\"+R2[F]}function Q2(F,X){return F==null?n:F[X]}function wr(F){return j2.test(F)}function Z2(F){return E2.test(F)}function K2(F){for(var X,G=[];!(X=F.next()).done;)G.push(X.value);return G}function Ms(F){var X=-1,G=Array(F.size);return F.forEach(function(ve,Be){G[++X]=[Be,ve]}),G}function Uc(F,X){return function(G){return F(X(G))}}function k0(F,X){for(var G=-1,ve=F.length,Be=0,ct=[];++G<ve;){var Dt=F[G];(Dt===X||Dt===v)&&(F[G]=v,ct[Be++]=G)}return ct}function $i(F){var X=-1,G=Array(F.size);return F.forEach(function(ve){G[++X]=ve}),G}function X2(F){var X=-1,G=Array(F.size);return F.forEach(function(ve){G[++X]=[ve,ve]}),G}function J2(F,X,G){for(var ve=G-1,Be=F.length;++ve<Be;)if(F[ve]===X)return ve;return-1}function e6(F,X,G){for(var ve=G+1;ve--;)if(F[ve]===X)return ve;return ve}function Sr(F){return wr(F)?o6(F):P2(F)}function Fo(F){return wr(F)?r6(F):F2(F)}function Wc(F){for(var X=F.length;X--&&os.test(F.charAt(X)););return X}var t6=Vs(V2);function o6(F){for(var X=ks.lastIndex=0;ks.test(F);)++X;return X}function r6(F){return F.match(ks)||[]}function i6(F){return F.match(k2)||[]}var n6=(function F(X){X=X==null?zt:Cr.defaults(zt.Object(),X,Cr.pick(zt,_2));var G=X.Array,ve=X.Date,Be=X.Error,ct=X.Function,Dt=X.Math,gt=X.Object,Os=X.RegExp,s6=X.String,To=X.TypeError,Mi=G.prototype,a6=ct.prototype,kr=gt.prototype,Oi=X["__core-js_shared__"],Di=a6.toString,dt=kr.hasOwnProperty,c6=0,Hc=(function(){var t=/[^.]+$/.exec(Oi&&Oi.keys&&Oi.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""})(),Ni=kr.toString,l6=Di.call(gt),d6=zt._,u6=Os("^"+Di.call(dt).replace(ei,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pi=Ic?X.Buffer:n,j0=X.Symbol,Fi=X.Uint8Array,Gc=Pi?Pi.allocUnsafe:n,zi=Uc(gt.getPrototypeOf,gt),Yc=gt.create,Qc=kr.propertyIsEnumerable,Bi=Mi.splice,Zc=j0?j0.isConcatSpreadable:n,ri=j0?j0.iterator:n,G0=j0?j0.toStringTag:n,qi=(function(){try{var t=X0(gt,"defineProperty");return t({},"",{}),t}catch{}})(),p6=X.clearTimeout!==zt.clearTimeout&&X.clearTimeout,x6=ve&&ve.now!==zt.Date.now&&ve.now,h6=X.setTimeout!==zt.setTimeout&&X.setTimeout,Ui=Dt.ceil,Wi=Dt.floor,Ds=gt.getOwnPropertySymbols,y6=Pi?Pi.isBuffer:n,Kc=X.isFinite,f6=Mi.join,g6=Uc(gt.keys,gt),Nt=Dt.max,Wt=Dt.min,m6=ve.now,v6=X.parseInt,Xc=Dt.random,b6=Mi.reverse,Ns=X0(X,"DataView"),ii=X0(X,"Map"),Ps=X0(X,"Promise"),jr=X0(X,"Set"),ni=X0(X,"WeakMap"),si=X0(gt,"create"),Hi=ni&&new ni,Er={},w6=J0(Ns),S6=J0(ii),C6=J0(Ps),k6=J0(jr),j6=J0(ni),Gi=j0?j0.prototype:n,ai=Gi?Gi.valueOf:n,Jc=Gi?Gi.toString:n;function b(t){if(It(t)&&!We(t)&&!(t instanceof et)){if(t instanceof Io)return t;if(dt.call(t,"__wrapped__"))return ed(t)}return new Io(t)}var _r=(function(){function t(){}return function(r){if(!_t(r))return{};if(Yc)return Yc(r);t.prototype=r;var s=new t;return t.prototype=n,s}})();function Yi(){}function Io(t,r){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=n}b.templateSettings={escape:Ae,evaluate:He,interpolate:Ze,variable:"",imports:{_:b}},b.prototype=Yi.prototype,b.prototype.constructor=b,Io.prototype=_r(Yi.prototype),Io.prototype.constructor=Io;function et(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=pe,this.__views__=[]}function E6(){var t=new et(this.__wrapped__);return t.__actions__=io(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=io(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=io(this.__views__),t}function _6(){if(this.__filtered__){var t=new et(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function T6(){var t=this.__wrapped__.value(),r=this.__dir__,s=We(t),p=r<0,g=s?t.length:0,w=Fp(0,g,this.__views__),I=w.start,R=w.end,B=R-I,J=p?R:I-1,ee=this.__iteratees__,oe=ee.length,ye=0,ke=Wt(B,this.__takeCount__);if(!s||!p&&g==B&&ke==B)return Cl(t,this.__actions__);var Oe=[];e:for(;B--&&ye<ke;){J+=r;for(var Ye=-1,Le=t[J];++Ye<oe;){var Xe=ee[Ye],tt=Xe.iteratee,mo=Xe.type,Xt=tt(Le);if(mo==Y)Le=Xt;else if(!Xt){if(mo==Q)continue e;break e}}Oe[ye++]=Le}return Oe}et.prototype=_r(Yi.prototype),et.prototype.constructor=et;function Y0(t){var r=-1,s=t==null?0:t.length;for(this.clear();++r<s;){var p=t[r];this.set(p[0],p[1])}}function I6(){this.__data__=si?si(null):{},this.size=0}function A6(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}function V6(t){var r=this.__data__;if(si){var s=r[t];return s===y?n:s}return dt.call(r,t)?r[t]:n}function R6(t){var r=this.__data__;return si?r[t]!==n:dt.call(r,t)}function L6(t,r){var s=this.__data__;return this.size+=this.has(t)?0:1,s[t]=si&&r===n?y:r,this}Y0.prototype.clear=I6,Y0.prototype.delete=A6,Y0.prototype.get=V6,Y0.prototype.has=R6,Y0.prototype.set=L6;function a0(t){var r=-1,s=t==null?0:t.length;for(this.clear();++r<s;){var p=t[r];this.set(p[0],p[1])}}function $6(){this.__data__=[],this.size=0}function M6(t){var r=this.__data__,s=Qi(r,t);if(s<0)return!1;var p=r.length-1;return s==p?r.pop():Bi.call(r,s,1),--this.size,!0}function O6(t){var r=this.__data__,s=Qi(r,t);return s<0?n:r[s][1]}function D6(t){return Qi(this.__data__,t)>-1}function N6(t,r){var s=this.__data__,p=Qi(s,t);return p<0?(++this.size,s.push([t,r])):s[p][1]=r,this}a0.prototype.clear=$6,a0.prototype.delete=M6,a0.prototype.get=O6,a0.prototype.has=D6,a0.prototype.set=N6;function c0(t){var r=-1,s=t==null?0:t.length;for(this.clear();++r<s;){var p=t[r];this.set(p[0],p[1])}}function P6(){this.size=0,this.__data__={hash:new Y0,map:new(ii||a0),string:new Y0}}function F6(t){var r=cn(this,t).delete(t);return this.size-=r?1:0,r}function z6(t){return cn(this,t).get(t)}function B6(t){return cn(this,t).has(t)}function q6(t,r){var s=cn(this,t),p=s.size;return s.set(t,r),this.size+=s.size==p?0:1,this}c0.prototype.clear=P6,c0.prototype.delete=F6,c0.prototype.get=z6,c0.prototype.has=B6,c0.prototype.set=q6;function Q0(t){var r=-1,s=t==null?0:t.length;for(this.__data__=new c0;++r<s;)this.add(t[r])}function U6(t){return this.__data__.set(t,y),this}function W6(t){return this.__data__.has(t)}Q0.prototype.add=Q0.prototype.push=U6,Q0.prototype.has=W6;function zo(t){var r=this.__data__=new a0(t);this.size=r.size}function H6(){this.__data__=new a0,this.size=0}function G6(t){var r=this.__data__,s=r.delete(t);return this.size=r.size,s}function Y6(t){return this.__data__.get(t)}function Q6(t){return this.__data__.has(t)}function Z6(t,r){var s=this.__data__;if(s instanceof a0){var p=s.__data__;if(!ii||p.length<c-1)return p.push([t,r]),this.size=++s.size,this;s=this.__data__=new c0(p)}return s.set(t,r),this.size=s.size,this}zo.prototype.clear=H6,zo.prototype.delete=G6,zo.prototype.get=Y6,zo.prototype.has=Q6,zo.prototype.set=Z6;function el(t,r){var s=We(t),p=!s&&er(t),g=!s&&!p&&A0(t),w=!s&&!p&&!g&&Vr(t),I=s||p||g||w,R=I?Ls(t.length,s6):[],B=R.length;for(var J in t)(r||dt.call(t,J))&&!(I&&(J=="length"||g&&(J=="offset"||J=="parent")||w&&(J=="buffer"||J=="byteLength"||J=="byteOffset")||u0(J,B)))&&R.push(J);return R}function tl(t){var r=t.length;return r?t[Zs(0,r-1)]:n}function K6(t,r){return ln(io(t),Z0(r,0,t.length))}function X6(t){return ln(io(t))}function Fs(t,r,s){(s!==n&&!qo(t[r],s)||s===n&&!(r in t))&&Ko(t,r,s)}function ci(t,r,s){var p=t[r];(!(dt.call(t,r)&&qo(p,s))||s===n&&!(r in t))&&Ko(t,r,s)}function Qi(t,r){for(var s=t.length;s--;)if(qo(t[s][0],r))return s;return-1}function J6(t,r,s,p){return E0(t,function(g,w,I){r(p,g,s(g),I)}),p}function ol(t,r){return t&&Jo(r,Ft(r),t)}function ep(t,r){return t&&Jo(r,so(r),t)}function Ko(t,r,s){r=="__proto__"&&qi?qi(t,r,{configurable:!0,enumerable:!0,value:s,writable:!0}):t[r]=s}function zs(t,r){for(var s=-1,p=r.length,g=G(p),w=t==null;++s<p;)g[s]=w?n:Sa(t,r[s]);return g}function Z0(t,r,s){return t===t&&(s!==n&&(t=t<=s?t:s),r!==n&&(t=t>=r?t:r)),t}function Ao(t,r,s,p,g,w){var I,R=r&S,B=r&C,J=r&E;if(s&&(I=g?s(t,p,g,w):s(t)),I!==n)return I;if(!_t(t))return t;var ee=We(t);if(ee){if(I=Bp(t),!R)return io(t,I)}else{var oe=Ht(t),ye=oe==Ve||oe==fe;if(A0(t))return El(t,R);if(oe==Je||oe==me||ye&&!g){if(I=B||ye?{}:Wl(t),!R)return B?Vp(t,ep(I,t)):Ap(t,ol(I,t))}else{if(!bt[oe])return g?t:{};I=qp(t,oe,R)}}w||(w=new zo);var ke=w.get(t);if(ke)return ke;w.set(t,I),bd(t)?t.forEach(function(Le){I.add(Ao(Le,r,s,Le,t,w))}):md(t)&&t.forEach(function(Le,Xe){I.set(Xe,Ao(Le,r,s,Xe,t,w))});var Oe=J?B?aa:sa:B?so:Ft,Ye=ee?n:Oe(t);return ho(Ye||t,function(Le,Xe){Ye&&(Xe=Le,Le=t[Xe]),ci(I,Xe,Ao(Le,r,s,Xe,t,w))}),I}function tp(t){var r=Ft(t);return function(s){return rl(s,t,r)}}function rl(t,r,s){var p=s.length;if(t==null)return!p;for(t=gt(t);p--;){var g=s[p],w=r[g],I=t[g];if(I===n&&!(g in t)||!w(I))return!1}return!0}function il(t,r,s){if(typeof t!="function")throw new To(u);return yi(function(){t.apply(n,s)},r)}function li(t,r,s,p){var g=-1,w=Ri,I=!0,R=t.length,B=[],J=r.length;if(!R)return B;s&&(r=kt(r,yo(s))),p?(w=_s,I=!1):r.length>=c&&(w=oi,I=!1,r=new Q0(r));e:for(;++g<R;){var ee=t[g],oe=s==null?ee:s(ee);if(ee=p||ee!==0?ee:0,I&&oe===oe){for(var ye=J;ye--;)if(r[ye]===oe)continue e;B.push(ee)}else w(r,oe,p)||B.push(ee)}return B}var E0=Vl(Xo),nl=Vl(qs,!0);function op(t,r){var s=!0;return E0(t,function(p,g,w){return s=!!r(p,g,w),s}),s}function Zi(t,r,s){for(var p=-1,g=t.length;++p<g;){var w=t[p],I=r(w);if(I!=null&&(R===n?I===I&&!go(I):s(I,R)))var R=I,B=w}return B}function rp(t,r,s,p){var g=t.length;for(s=Ge(s),s<0&&(s=-s>g?0:g+s),p=p===n||p>g?g:Ge(p),p<0&&(p+=g),p=s>p?0:Sd(p);s<p;)t[s++]=r;return t}function sl(t,r){var s=[];return E0(t,function(p,g,w){r(p,g,w)&&s.push(p)}),s}function Bt(t,r,s,p,g){var w=-1,I=t.length;for(s||(s=Wp),g||(g=[]);++w<I;){var R=t[w];r>0&&s(R)?r>1?Bt(R,r-1,s,p,g):C0(g,R):p||(g[g.length]=R)}return g}var Bs=Rl(),al=Rl(!0);function Xo(t,r){return t&&Bs(t,r,Ft)}function qs(t,r){return t&&al(t,r,Ft)}function Ki(t,r){return S0(r,function(s){return p0(t[s])})}function K0(t,r){r=T0(r,t);for(var s=0,p=r.length;t!=null&&s<p;)t=t[Bo(r[s++])];return s&&s==p?t:n}function cl(t,r,s){var p=r(t);return We(t)?p:C0(p,s(t))}function Zt(t){return t==null?t===n?Ne:ie:G0&&G0 in gt(t)?Pp(t):Xp(t)}function Us(t,r){return t>r}function ip(t,r){return t!=null&&dt.call(t,r)}function np(t,r){return t!=null&&r in gt(t)}function sp(t,r,s){return t>=Wt(r,s)&&t<Nt(r,s)}function Ws(t,r,s){for(var p=s?_s:Ri,g=t[0].length,w=t.length,I=w,R=G(w),B=1/0,J=[];I--;){var ee=t[I];I&&r&&(ee=kt(ee,yo(r))),B=Wt(ee.length,B),R[I]=!s&&(r||g>=120&&ee.length>=120)?new Q0(I&&ee):n}ee=t[0];var oe=-1,ye=R[0];e:for(;++oe<g&&J.length<B;){var ke=ee[oe],Oe=r?r(ke):ke;if(ke=s||ke!==0?ke:0,!(ye?oi(ye,Oe):p(J,Oe,s))){for(I=w;--I;){var Ye=R[I];if(!(Ye?oi(Ye,Oe):p(t[I],Oe,s)))continue e}ye&&ye.push(Oe),J.push(ke)}}return J}function ap(t,r,s,p){return Xo(t,function(g,w,I){r(p,s(g),w,I)}),p}function di(t,r,s){r=T0(r,t),t=Ql(t,r);var p=t==null?t:t[Bo(Ro(r))];return p==null?n:xo(p,t,s)}function ll(t){return It(t)&&Zt(t)==me}function cp(t){return It(t)&&Zt(t)==Ct}function lp(t){return It(t)&&Zt(t)==Qe}function ui(t,r,s,p,g){return t===r?!0:t==null||r==null||!It(t)&&!It(r)?t!==t&&r!==r:dp(t,r,s,p,ui,g)}function dp(t,r,s,p,g,w){var I=We(t),R=We(r),B=I?Ie:Ht(t),J=R?Ie:Ht(r);B=B==me?Je:B,J=J==me?Je:J;var ee=B==Je,oe=J==Je,ye=B==J;if(ye&&A0(t)){if(!A0(r))return!1;I=!0,ee=!1}if(ye&&!ee)return w||(w=new zo),I||Vr(t)?Bl(t,r,s,p,g,w):Dp(t,r,B,s,p,g,w);if(!(s&T)){var ke=ee&&dt.call(t,"__wrapped__"),Oe=oe&&dt.call(r,"__wrapped__");if(ke||Oe){var Ye=ke?t.value():t,Le=Oe?r.value():r;return w||(w=new zo),g(Ye,Le,s,p,w)}}return ye?(w||(w=new zo),Np(t,r,s,p,g,w)):!1}function up(t){return It(t)&&Ht(t)==ce}function Hs(t,r,s,p){var g=s.length,w=g,I=!p;if(t==null)return!w;for(t=gt(t);g--;){var R=s[g];if(I&&R[2]?R[1]!==t[R[0]]:!(R[0]in t))return!1}for(;++g<w;){R=s[g];var B=R[0],J=t[B],ee=R[1];if(I&&R[2]){if(J===n&&!(B in t))return!1}else{var oe=new zo;if(p)var ye=p(J,ee,B,t,r,oe);if(!(ye===n?ui(ee,J,T|k,p,oe):ye))return!1}}return!0}function dl(t){if(!_t(t)||Gp(t))return!1;var r=p0(t)?u6:us;return r.test(J0(t))}function pp(t){return It(t)&&Zt(t)==Re}function xp(t){return It(t)&&Ht(t)==ze}function hp(t){return It(t)&&yn(t.length)&&!!wt[Zt(t)]}function ul(t){return typeof t=="function"?t:t==null?ao:typeof t=="object"?We(t)?hl(t[0],t[1]):xl(t):$d(t)}function Gs(t){if(!hi(t))return g6(t);var r=[];for(var s in gt(t))dt.call(t,s)&&s!="constructor"&&r.push(s);return r}function yp(t){if(!_t(t))return Kp(t);var r=hi(t),s=[];for(var p in t)p=="constructor"&&(r||!dt.call(t,p))||s.push(p);return s}function Ys(t,r){return t<r}function pl(t,r){var s=-1,p=no(t)?G(t.length):[];return E0(t,function(g,w,I){p[++s]=r(g,w,I)}),p}function xl(t){var r=la(t);return r.length==1&&r[0][2]?Gl(r[0][0],r[0][1]):function(s){return s===t||Hs(s,t,r)}}function hl(t,r){return ua(t)&&Hl(r)?Gl(Bo(t),r):function(s){var p=Sa(s,t);return p===n&&p===r?Ca(s,t):ui(r,p,T|k)}}function Xi(t,r,s,p,g){t!==r&&Bs(r,function(w,I){if(g||(g=new zo),_t(w))fp(t,r,I,s,Xi,p,g);else{var R=p?p(xa(t,I),w,I+"",t,r,g):n;R===n&&(R=w),Fs(t,I,R)}},so)}function fp(t,r,s,p,g,w,I){var R=xa(t,s),B=xa(r,s),J=I.get(B);if(J){Fs(t,s,J);return}var ee=w?w(R,B,s+"",t,r,I):n,oe=ee===n;if(oe){var ye=We(B),ke=!ye&&A0(B),Oe=!ye&&!ke&&Vr(B);ee=B,ye||ke||Oe?We(R)?ee=R:Rt(R)?ee=io(R):ke?(oe=!1,ee=El(B,!0)):Oe?(oe=!1,ee=_l(B,!0)):ee=[]:fi(B)||er(B)?(ee=R,er(R)?ee=Cd(R):(!_t(R)||p0(R))&&(ee=Wl(B))):oe=!1}oe&&(I.set(B,ee),g(ee,B,p,w,I),I.delete(B)),Fs(t,s,ee)}function yl(t,r){var s=t.length;if(s)return r+=r<0?s:0,u0(r,s)?t[r]:n}function fl(t,r,s){r.length?r=kt(r,function(w){return We(w)?function(I){return K0(I,w.length===1?w[0]:w)}:w}):r=[ao];var p=-1;r=kt(r,yo($e()));var g=pl(t,function(w,I,R){var B=kt(r,function(J){return J(w)});return{criteria:B,index:++p,value:w}});return q2(g,function(w,I){return Ip(w,I,s)})}function gp(t,r){return gl(t,r,function(s,p){return Ca(t,p)})}function gl(t,r,s){for(var p=-1,g=r.length,w={};++p<g;){var I=r[p],R=K0(t,I);s(R,I)&&pi(w,T0(I,t),R)}return w}function mp(t){return function(r){return K0(r,t)}}function Qs(t,r,s,p){var g=p?B2:br,w=-1,I=r.length,R=t;for(t===r&&(r=io(r)),s&&(R=kt(t,yo(s)));++w<I;)for(var B=0,J=r[w],ee=s?s(J):J;(B=g(R,ee,B,p))>-1;)R!==t&&Bi.call(R,B,1),Bi.call(t,B,1);return t}function ml(t,r){for(var s=t?r.length:0,p=s-1;s--;){var g=r[s];if(s==p||g!==w){var w=g;u0(g)?Bi.call(t,g,1):Js(t,g)}}return t}function Zs(t,r){return t+Wi(Xc()*(r-t+1))}function vp(t,r,s,p){for(var g=-1,w=Nt(Ui((r-t)/(s||1)),0),I=G(w);w--;)I[p?w:++g]=t,t+=s;return I}function Ks(t,r){var s="";if(!t||r<1||r>le)return s;do r%2&&(s+=t),r=Wi(r/2),r&&(t+=t);while(r);return s}function Ke(t,r){return ha(Yl(t,r,ao),t+"")}function bp(t){return tl(Rr(t))}function wp(t,r){var s=Rr(t);return ln(s,Z0(r,0,s.length))}function pi(t,r,s,p){if(!_t(t))return t;r=T0(r,t);for(var g=-1,w=r.length,I=w-1,R=t;R!=null&&++g<w;){var B=Bo(r[g]),J=s;if(B==="__proto__"||B==="constructor"||B==="prototype")return t;if(g!=I){var ee=R[B];J=p?p(ee,B,R):n,J===n&&(J=_t(ee)?ee:u0(r[g+1])?[]:{})}ci(R,B,J),R=R[B]}return t}var vl=Hi?function(t,r){return Hi.set(t,r),t}:ao,Sp=qi?function(t,r){return qi(t,"toString",{configurable:!0,enumerable:!1,value:ja(r),writable:!0})}:ao;function Cp(t){return ln(Rr(t))}function Vo(t,r,s){var p=-1,g=t.length;r<0&&(r=-r>g?0:g+r),s=s>g?g:s,s<0&&(s+=g),g=r>s?0:s-r>>>0,r>>>=0;for(var w=G(g);++p<g;)w[p]=t[p+r];return w}function kp(t,r){var s;return E0(t,function(p,g,w){return s=r(p,g,w),!s}),!!s}function Ji(t,r,s){var p=0,g=t==null?p:t.length;if(typeof r=="number"&&r===r&&g<=Se){for(;p<g;){var w=p+g>>>1,I=t[w];I!==null&&!go(I)&&(s?I<=r:I<r)?p=w+1:g=w}return g}return Xs(t,r,ao,s)}function Xs(t,r,s,p){var g=0,w=t==null?0:t.length;if(w===0)return 0;r=s(r);for(var I=r!==r,R=r===null,B=go(r),J=r===n;g<w;){var ee=Wi((g+w)/2),oe=s(t[ee]),ye=oe!==n,ke=oe===null,Oe=oe===oe,Ye=go(oe);if(I)var Le=p||Oe;else J?Le=Oe&&(p||ye):R?Le=Oe&&ye&&(p||!ke):B?Le=Oe&&ye&&!ke&&(p||!Ye):ke||Ye?Le=!1:Le=p?oe<=r:oe<r;Le?g=ee+1:w=ee}return Wt(w,ue)}function bl(t,r){for(var s=-1,p=t.length,g=0,w=[];++s<p;){var I=t[s],R=r?r(I):I;if(!s||!qo(R,B)){var B=R;w[g++]=I===0?0:I}}return w}function wl(t){return typeof t=="number"?t:go(t)?xe:+t}function fo(t){if(typeof t=="string")return t;if(We(t))return kt(t,fo)+"";if(go(t))return Jc?Jc.call(t):"";var r=t+"";return r=="0"&&1/t==-ae?"-0":r}function _0(t,r,s){var p=-1,g=Ri,w=t.length,I=!0,R=[],B=R;if(s)I=!1,g=_s;else if(w>=c){var J=r?null:Mp(t);if(J)return $i(J);I=!1,g=oi,B=new Q0}else B=r?[]:R;e:for(;++p<w;){var ee=t[p],oe=r?r(ee):ee;if(ee=s||ee!==0?ee:0,I&&oe===oe){for(var ye=B.length;ye--;)if(B[ye]===oe)continue e;r&&B.push(oe),R.push(ee)}else g(B,oe,s)||(B!==R&&B.push(oe),R.push(ee))}return R}function Js(t,r){r=T0(r,t);var s=-1,p=r.length;if(!p)return!0;for(;++s<p;){var g=Bo(r[s]);if(g==="__proto__"&&!dt.call(t,"__proto__")||(g==="constructor"||g==="prototype")&&s<p-1)return!1}var w=Ql(t,r);return w==null||delete w[Bo(Ro(r))]}function Sl(t,r,s,p){return pi(t,r,s(K0(t,r)),p)}function en(t,r,s,p){for(var g=t.length,w=p?g:-1;(p?w--:++w<g)&&r(t[w],w,t););return s?Vo(t,p?0:w,p?w+1:g):Vo(t,p?w+1:0,p?g:w)}function Cl(t,r){var s=t;return s instanceof et&&(s=s.value()),Ts(r,function(p,g){return g.func.apply(g.thisArg,C0([p],g.args))},s)}function ea(t,r,s){var p=t.length;if(p<2)return p?_0(t[0]):[];for(var g=-1,w=G(p);++g<p;)for(var I=t[g],R=-1;++R<p;)R!=g&&(w[g]=li(w[g]||I,t[R],r,s));return _0(Bt(w,1),r,s)}function kl(t,r,s){for(var p=-1,g=t.length,w=r.length,I={};++p<g;){var R=p<w?r[p]:n;s(I,t[p],R)}return I}function ta(t){return Rt(t)?t:[]}function oa(t){return typeof t=="function"?t:ao}function T0(t,r){return We(t)?t:ua(t,r)?[t]:Jl(ut(t))}var jp=Ke;function I0(t,r,s){var p=t.length;return s=s===n?p:s,!r&&s>=p?t:Vo(t,r,s)}var jl=p6||function(t){return zt.clearTimeout(t)};function El(t,r){if(r)return t.slice();var s=t.length,p=Gc?Gc(s):new t.constructor(s);return t.copy(p),p}function ra(t){var r=new t.constructor(t.byteLength);return new Fi(r).set(new Fi(t)),r}function Ep(t,r){var s=r?ra(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.byteLength)}function _p(t){var r=new t.constructor(t.source,Ai.exec(t));return r.lastIndex=t.lastIndex,r}function Tp(t){return ai?gt(ai.call(t)):{}}function _l(t,r){var s=r?ra(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.length)}function Tl(t,r){if(t!==r){var s=t!==n,p=t===null,g=t===t,w=go(t),I=r!==n,R=r===null,B=r===r,J=go(r);if(!R&&!J&&!w&&t>r||w&&I&&B&&!R&&!J||p&&I&&B||!s&&B||!g)return 1;if(!p&&!w&&!J&&t<r||J&&s&&g&&!p&&!w||R&&s&&g||!I&&g||!B)return-1}return 0}function Ip(t,r,s){for(var p=-1,g=t.criteria,w=r.criteria,I=g.length,R=s.length;++p<I;){var B=Tl(g[p],w[p]);if(B){if(p>=R)return B;var J=s[p];return B*(J=="desc"?-1:1)}}return t.index-r.index}function Il(t,r,s,p){for(var g=-1,w=t.length,I=s.length,R=-1,B=r.length,J=Nt(w-I,0),ee=G(B+J),oe=!p;++R<B;)ee[R]=r[R];for(;++g<I;)(oe||g<w)&&(ee[s[g]]=t[g]);for(;J--;)ee[R++]=t[g++];return ee}function Al(t,r,s,p){for(var g=-1,w=t.length,I=-1,R=s.length,B=-1,J=r.length,ee=Nt(w-R,0),oe=G(ee+J),ye=!p;++g<ee;)oe[g]=t[g];for(var ke=g;++B<J;)oe[ke+B]=r[B];for(;++I<R;)(ye||g<w)&&(oe[ke+s[I]]=t[g++]);return oe}function io(t,r){var s=-1,p=t.length;for(r||(r=G(p));++s<p;)r[s]=t[s];return r}function Jo(t,r,s,p){var g=!s;s||(s={});for(var w=-1,I=r.length;++w<I;){var R=r[w],B=p?p(s[R],t[R],R,s,t):n;B===n&&(B=t[R]),g?Ko(s,R,B):ci(s,R,B)}return s}function Ap(t,r){return Jo(t,da(t),r)}function Vp(t,r){return Jo(t,ql(t),r)}function tn(t,r){return function(s,p){var g=We(s)?O2:J6,w=r?r():{};return g(s,t,$e(p,2),w)}}function Tr(t){return Ke(function(r,s){var p=-1,g=s.length,w=g>1?s[g-1]:n,I=g>2?s[2]:n;for(w=t.length>3&&typeof w=="function"?(g--,w):n,I&&Kt(s[0],s[1],I)&&(w=g<3?n:w,g=1),r=gt(r);++p<g;){var R=s[p];R&&t(r,R,p,w)}return r})}function Vl(t,r){return function(s,p){if(s==null)return s;if(!no(s))return t(s,p);for(var g=s.length,w=r?g:-1,I=gt(s);(r?w--:++w<g)&&p(I[w],w,I)!==!1;);return s}}function Rl(t){return function(r,s,p){for(var g=-1,w=gt(r),I=p(r),R=I.length;R--;){var B=I[t?R:++g];if(s(w[B],B,w)===!1)break}return r}}function Rp(t,r,s){var p=r&j,g=xi(t);function w(){var I=this&&this!==zt&&this instanceof w?g:t;return I.apply(p?s:this,arguments)}return w}function Ll(t){return function(r){r=ut(r);var s=wr(r)?Fo(r):n,p=s?s[0]:r.charAt(0),g=s?I0(s,1).join(""):r.slice(1);return p[t]()+g}}function Ir(t){return function(r){return Ts(Rd(Vd(r).replace(S2,"")),t,"")}}function xi(t){return function(){var r=arguments;switch(r.length){case 0:return new t;case 1:return new t(r[0]);case 2:return new t(r[0],r[1]);case 3:return new t(r[0],r[1],r[2]);case 4:return new t(r[0],r[1],r[2],r[3]);case 5:return new t(r[0],r[1],r[2],r[3],r[4]);case 6:return new t(r[0],r[1],r[2],r[3],r[4],r[5]);case 7:return new t(r[0],r[1],r[2],r[3],r[4],r[5],r[6])}var s=_r(t.prototype),p=t.apply(s,r);return _t(p)?p:s}}function Lp(t,r,s){var p=xi(t);function g(){for(var w=arguments.length,I=G(w),R=w,B=Ar(g);R--;)I[R]=arguments[R];var J=w<3&&I[0]!==B&&I[w-1]!==B?[]:k0(I,B);if(w-=J.length,w<s)return Nl(t,r,on,g.placeholder,n,I,J,n,n,s-w);var ee=this&&this!==zt&&this instanceof g?p:t;return xo(ee,this,I)}return g}function $l(t){return function(r,s,p){var g=gt(r);if(!no(r)){var w=$e(s,3);r=Ft(r),s=function(R){return w(g[R],R,g)}}var I=t(r,s,p);return I>-1?g[w?r[I]:I]:n}}function Ml(t){return d0(function(r){var s=r.length,p=s,g=Io.prototype.thru;for(t&&r.reverse();p--;){var w=r[p];if(typeof w!="function")throw new To(u);if(g&&!I&&an(w)=="wrapper")var I=new Io([],!0)}for(p=I?p:s;++p<s;){w=r[p];var R=an(w),B=R=="wrapper"?ca(w):n;B&&pa(B[0])&&B[1]==(V|O|A|N)&&!B[4].length&&B[9]==1?I=I[an(B[0])].apply(I,B[3]):I=w.length==1&&pa(w)?I[R]():I.thru(w)}return function(){var J=arguments,ee=J[0];if(I&&J.length==1&&We(ee))return I.plant(ee).value();for(var oe=0,ye=s?r[oe].apply(this,J):ee;++oe<s;)ye=r[oe].call(this,ye);return ye}})}function on(t,r,s,p,g,w,I,R,B,J){var ee=r&V,oe=r&j,ye=r&L,ke=r&(O|M),Oe=r&U,Ye=ye?n:xi(t);function Le(){for(var Xe=arguments.length,tt=G(Xe),mo=Xe;mo--;)tt[mo]=arguments[mo];if(ke)var Xt=Ar(Le),vo=W2(tt,Xt);if(p&&(tt=Il(tt,p,g,ke)),w&&(tt=Al(tt,w,I,ke)),Xe-=vo,ke&&Xe<J){var Lt=k0(tt,Xt);return Nl(t,r,on,Le.placeholder,s,tt,Lt,R,B,J-Xe)}var Uo=oe?s:this,h0=ye?Uo[t]:t;return Xe=tt.length,R?tt=Jp(tt,R):Oe&&Xe>1&&tt.reverse(),ee&&B<Xe&&(tt.length=B),this&&this!==zt&&this instanceof Le&&(h0=Ye||xi(h0)),h0.apply(Uo,tt)}return Le}function Ol(t,r){return function(s,p){return ap(s,t,r(p),{})}}function rn(t,r){return function(s,p){var g;if(s===n&&p===n)return r;if(s!==n&&(g=s),p!==n){if(g===n)return p;typeof s=="string"||typeof p=="string"?(s=fo(s),p=fo(p)):(s=wl(s),p=wl(p)),g=t(s,p)}return g}}function ia(t){return d0(function(r){return r=kt(r,yo($e())),Ke(function(s){var p=this;return t(r,function(g){return xo(g,p,s)})})})}function nn(t,r){r=r===n?" ":fo(r);var s=r.length;if(s<2)return s?Ks(r,t):r;var p=Ks(r,Ui(t/Sr(r)));return wr(r)?I0(Fo(p),0,t).join(""):p.slice(0,t)}function $p(t,r,s,p){var g=r&j,w=xi(t);function I(){for(var R=-1,B=arguments.length,J=-1,ee=p.length,oe=G(ee+B),ye=this&&this!==zt&&this instanceof I?w:t;++J<ee;)oe[J]=p[J];for(;B--;)oe[J++]=arguments[++R];return xo(ye,g?s:this,oe)}return I}function Dl(t){return function(r,s,p){return p&&typeof p!="number"&&Kt(r,s,p)&&(s=p=n),r=x0(r),s===n?(s=r,r=0):s=x0(s),p=p===n?r<s?1:-1:x0(p),vp(r,s,p,t)}}function sn(t){return function(r,s){return typeof r=="string"&&typeof s=="string"||(r=Lo(r),s=Lo(s)),t(r,s)}}function Nl(t,r,s,p,g,w,I,R,B,J){var ee=r&O,oe=ee?I:n,ye=ee?n:I,ke=ee?w:n,Oe=ee?n:w;r|=ee?A:_,r&=~(ee?_:A),r&D||(r&=-4);var Ye=[t,r,g,ke,oe,Oe,ye,R,B,J],Le=s.apply(n,Ye);return pa(t)&&Zl(Le,Ye),Le.placeholder=p,Kl(Le,t,r)}function na(t){var r=Dt[t];return function(s,p){if(s=Lo(s),p=p==null?0:Wt(Ge(p),292),p&&Kc(s)){var g=(ut(s)+"e").split("e"),w=r(g[0]+"e"+(+g[1]+p));return g=(ut(w)+"e").split("e"),+(g[0]+"e"+(+g[1]-p))}return r(s)}}var Mp=jr&&1/$i(new jr([,-0]))[1]==ae?function(t){return new jr(t)}:Ta;function Pl(t){return function(r){var s=Ht(r);return s==ce?Ms(r):s==ze?X2(r):U2(r,t(r))}}function l0(t,r,s,p,g,w,I,R){var B=r&L;if(!B&&typeof t!="function")throw new To(u);var J=p?p.length:0;if(J||(r&=-97,p=g=n),I=I===n?I:Nt(Ge(I),0),R=R===n?R:Ge(R),J-=g?g.length:0,r&_){var ee=p,oe=g;p=g=n}var ye=B?n:ca(t),ke=[t,r,s,p,g,ee,oe,w,I,R];if(ye&&Zp(ke,ye),t=ke[0],r=ke[1],s=ke[2],p=ke[3],g=ke[4],R=ke[9]=ke[9]===n?B?0:t.length:Nt(ke[9]-J,0),!R&&r&(O|M)&&(r&=-25),!r||r==j)var Oe=Rp(t,r,s);else r==O||r==M?Oe=Lp(t,r,R):(r==A||r==(j|A))&&!g.length?Oe=$p(t,r,s,p):Oe=on.apply(n,ke);var Ye=ye?vl:Zl;return Kl(Ye(Oe,ke),t,r)}function Fl(t,r,s,p){return t===n||qo(t,kr[s])&&!dt.call(p,s)?r:t}function zl(t,r,s,p,g,w){return _t(t)&&_t(r)&&(w.set(r,t),Xi(t,r,n,zl,w),w.delete(r)),t}function Op(t){return fi(t)?n:t}function Bl(t,r,s,p,g,w){var I=s&T,R=t.length,B=r.length;if(R!=B&&!(I&&B>R))return!1;var J=w.get(t),ee=w.get(r);if(J&&ee)return J==r&&ee==t;var oe=-1,ye=!0,ke=s&k?new Q0:n;for(w.set(t,r),w.set(r,t);++oe<R;){var Oe=t[oe],Ye=r[oe];if(p)var Le=I?p(Ye,Oe,oe,r,t,w):p(Oe,Ye,oe,t,r,w);if(Le!==n){if(Le)continue;ye=!1;break}if(ke){if(!Is(r,function(Xe,tt){if(!oi(ke,tt)&&(Oe===Xe||g(Oe,Xe,s,p,w)))return ke.push(tt)})){ye=!1;break}}else if(!(Oe===Ye||g(Oe,Ye,s,p,w))){ye=!1;break}}return w.delete(t),w.delete(r),ye}function Dp(t,r,s,p,g,w,I){switch(s){case $t:if(t.byteLength!=r.byteLength||t.byteOffset!=r.byteOffset)return!1;t=t.buffer,r=r.buffer;case Ct:return!(t.byteLength!=r.byteLength||!w(new Fi(t),new Fi(r)));case Fe:case Qe:case De:return qo(+t,+r);case be:return t.name==r.name&&t.message==r.message;case Re:case st:return t==r+"";case ce:var R=Ms;case ze:var B=p&T;if(R||(R=$i),t.size!=r.size&&!B)return!1;var J=I.get(t);if(J)return J==r;p|=k,I.set(t,r);var ee=Bl(R(t),R(r),p,g,w,I);return I.delete(t),ee;case at:if(ai)return ai.call(t)==ai.call(r)}return!1}function Np(t,r,s,p,g,w){var I=s&T,R=sa(t),B=R.length,J=sa(r),ee=J.length;if(B!=ee&&!I)return!1;for(var oe=B;oe--;){var ye=R[oe];if(!(I?ye in r:dt.call(r,ye)))return!1}var ke=w.get(t),Oe=w.get(r);if(ke&&Oe)return ke==r&&Oe==t;var Ye=!0;w.set(t,r),w.set(r,t);for(var Le=I;++oe<B;){ye=R[oe];var Xe=t[ye],tt=r[ye];if(p)var mo=I?p(tt,Xe,ye,r,t,w):p(Xe,tt,ye,t,r,w);if(!(mo===n?Xe===tt||g(Xe,tt,s,p,w):mo)){Ye=!1;break}Le||(Le=ye=="constructor")}if(Ye&&!Le){var Xt=t.constructor,vo=r.constructor;Xt!=vo&&"constructor"in t&&"constructor"in r&&!(typeof Xt=="function"&&Xt instanceof Xt&&typeof vo=="function"&&vo instanceof vo)&&(Ye=!1)}return w.delete(t),w.delete(r),Ye}function d0(t){return ha(Yl(t,n,rd),t+"")}function sa(t){return cl(t,Ft,da)}function aa(t){return cl(t,so,ql)}var ca=Hi?function(t){return Hi.get(t)}:Ta;function an(t){for(var r=t.name+"",s=Er[r],p=dt.call(Er,r)?s.length:0;p--;){var g=s[p],w=g.func;if(w==null||w==t)return g.name}return r}function Ar(t){var r=dt.call(b,"placeholder")?b:t;return r.placeholder}function $e(){var t=b.iteratee||Ea;return t=t===Ea?ul:t,arguments.length?t(arguments[0],arguments[1]):t}function cn(t,r){var s=t.__data__;return Hp(r)?s[typeof r=="string"?"string":"hash"]:s.map}function la(t){for(var r=Ft(t),s=r.length;s--;){var p=r[s],g=t[p];r[s]=[p,g,Hl(g)]}return r}function X0(t,r){var s=Q2(t,r);return dl(s)?s:n}function Pp(t){var r=dt.call(t,G0),s=t[G0];try{t[G0]=n;var p=!0}catch{}var g=Ni.call(t);return p&&(r?t[G0]=s:delete t[G0]),g}var da=Ds?function(t){return t==null?[]:(t=gt(t),S0(Ds(t),function(r){return Qc.call(t,r)}))}:Ia,ql=Ds?function(t){for(var r=[];t;)C0(r,da(t)),t=zi(t);return r}:Ia,Ht=Zt;(Ns&&Ht(new Ns(new ArrayBuffer(1)))!=$t||ii&&Ht(new ii)!=ce||Ps&&Ht(Ps.resolve())!=mt||jr&&Ht(new jr)!=ze||ni&&Ht(new ni)!=xt)&&(Ht=function(t){var r=Zt(t),s=r==Je?t.constructor:n,p=s?J0(s):"";if(p)switch(p){case w6:return $t;case S6:return ce;case C6:return mt;case k6:return ze;case j6:return xt}return r});function Fp(t,r,s){for(var p=-1,g=s.length;++p<g;){var w=s[p],I=w.size;switch(w.type){case"drop":t+=I;break;case"dropRight":r-=I;break;case"take":r=Wt(r,t+I);break;case"takeRight":t=Nt(t,r-I);break}}return{start:t,end:r}}function zp(t){var r=t.match(is);return r?r[1].split(ns):[]}function Ul(t,r,s){r=T0(r,t);for(var p=-1,g=r.length,w=!1;++p<g;){var I=Bo(r[p]);if(!(w=t!=null&&s(t,I)))break;t=t[I]}return w||++p!=g?w:(g=t==null?0:t.length,!!g&&yn(g)&&u0(I,g)&&(We(t)||er(t)))}function Bp(t){var r=t.length,s=new t.constructor(r);return r&&typeof t[0]=="string"&&dt.call(t,"index")&&(s.index=t.index,s.input=t.input),s}function Wl(t){return typeof t.constructor=="function"&&!hi(t)?_r(zi(t)):{}}function qp(t,r,s){var p=t.constructor;switch(r){case Ct:return ra(t);case Fe:case Qe:return new p(+t);case $t:return Ep(t,s);case ft:case vt:case At:case ko:case No:case Ot:case jo:case oo:case Vt:return _l(t,s);case ce:return new p;case De:case st:return new p(t);case Re:return _p(t);case ze:return new p;case at:return Tp(t)}}function Up(t,r){var s=r.length;if(!s)return t;var p=s-1;return r[p]=(s>1?"& ":"")+r[p],r=r.join(s>2?", ":" "),t.replace(rs,`{
597
+ */var K7=Vn.exports,Gd;function X7(){return Gd||(Gd=1,(function(e,i){(function(){var n,a="4.18.1",c=200,d="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",u="Expected a function",h="Invalid `variable` option passed into `_.template`",x="Invalid `imports` option passed into `_.template`",y="__lodash_hash_undefined__",v=500,m="__lodash_placeholder__",w=1,C=2,E=4,T=1,k=2,j=1,L=2,D=4,O=8,M=16,A=32,_=64,V=128,N=256,U=512,$=30,z="...",Z=800,W=16,Q=1,Y=2,H=3,ae=1/0,le=9007199254740991,Te=17976931348623157e292,xe=NaN,pe=4294967295,ue=pe-1,Se=pe>>>1,te=[["ary",V],["bind",j],["bindKey",L],["curry",O],["curryRight",M],["flip",U],["partial",A],["partialRight",_],["rearg",N]],me="[object Arguments]",Ie="[object Array]",Pe="[object AsyncFunction]",Fe="[object Boolean]",Qe="[object Date]",it="[object DOMException]",be="[object Error]",Ve="[object Function]",fe="[object GeneratorFunction]",ce="[object Map]",De="[object Number]",ie="[object Null]",Je="[object Object]",mt="[object Promise]",se="[object Proxy]",Re="[object RegExp]",ze="[object Set]",st="[object String]",at="[object Symbol]",Ne="[object Undefined]",xt="[object WeakMap]",yt="[object WeakSet]",Ct="[object ArrayBuffer]",$t="[object DataView]",ft="[object Float32Array]",vt="[object Float64Array]",At="[object Int8Array]",ko="[object Int16Array]",No="[object Int32Array]",Ot="[object Uint8Array]",jo="[object Uint8ClampedArray]",oo="[object Uint16Array]",Vt="[object Uint32Array]",ro=/\b__p \+= '';/g,Ee=/\b(__p \+=) '' \+/g,q0=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Eo=/&(?:amp|lt|gt|quot|#39);/g,_e=/[&<>"']/g,ne=RegExp(Eo.source),we=RegExp(_e.source),Ae=/<%-([\s\S]+?)%>/g,He=/<%([\s\S]+?)%>/g,Ze=/<%=([\s\S]+?)%>/g,Po=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Jn=/^\w*$/,es=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ei=/[\\^$.*+?()[\]{}|]/g,ts=RegExp(ei.source),ti=/^\s+/,os=/\s/,rs=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,is=/\{\n\/\* \[wrapped with (.+)\] \*/,ns=/,? & /,ss=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ii=/[()=,{}\[\]\/\s]/,as=/\\(\\)?/g,cs=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Ai=/\w*$/,ls=/^[-+]0x[0-9a-f]+$/i,ds=/^0b[01]+$/i,us=/^\[object .+?Constructor\]$/,ps=/^0o[0-7]+$/i,xs=/^(?:0|[1-9]\d*)$/,hs=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,gr=/($^)/,ys=/['\n\r\u2028\u2029\\]/g,n0="\\ud800-\\udfff",fs="\\u0300-\\u036f",ge="\\ufe20-\\ufe2f",lt="\\u20d0-\\u20ff",s0=fs+ge+lt,U0="\\u2700-\\u27bf",W0="a-z\\xdf-\\xf6\\xf8-\\xff",mr="\\xac\\xb1\\xd7\\xf7",gs="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",ms="\\u2000-\\u206f",vs=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",xc="A-Z\\xc0-\\xd6\\xd8-\\xde",hc="\\ufe0e\\ufe0f",yc=mr+gs+ms+vs,bs="['’]",x2="["+n0+"]",fc="["+yc+"]",Vi="["+s0+"]",gc="\\d+",h2="["+U0+"]",mc="["+W0+"]",vc="[^"+n0+yc+gc+U0+W0+xc+"]",ws="\\ud83c[\\udffb-\\udfff]",y2="(?:"+Vi+"|"+ws+")",bc="[^"+n0+"]",Ss="(?:\\ud83c[\\udde6-\\uddff]){2}",Cs="[\\ud800-\\udbff][\\udc00-\\udfff]",vr="["+xc+"]",wc="\\u200d",Sc="(?:"+mc+"|"+vc+")",f2="(?:"+vr+"|"+vc+")",Cc="(?:"+bs+"(?:d|ll|m|re|s|t|ve))?",kc="(?:"+bs+"(?:D|LL|M|RE|S|T|VE))?",jc=y2+"?",Ec="["+hc+"]?",g2="(?:"+wc+"(?:"+[bc,Ss,Cs].join("|")+")"+Ec+jc+")*",m2="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",v2="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",_c=Ec+jc+g2,b2="(?:"+[h2,Ss,Cs].join("|")+")"+_c,w2="(?:"+[bc+Vi+"?",Vi,Ss,Cs,x2].join("|")+")",S2=RegExp(bs,"g"),C2=RegExp(Vi,"g"),ks=RegExp(ws+"(?="+ws+")|"+w2+_c,"g"),k2=RegExp([vr+"?"+mc+"+"+Cc+"(?="+[fc,vr,"$"].join("|")+")",f2+"+"+kc+"(?="+[fc,vr+Sc,"$"].join("|")+")",vr+"?"+Sc+"+"+Cc,vr+"+"+kc,v2,m2,gc,b2].join("|"),"g"),j2=RegExp("["+wc+n0+s0+hc+"]"),E2=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,_2=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],T2=-1,wt={};wt[ft]=wt[vt]=wt[At]=wt[ko]=wt[No]=wt[Ot]=wt[jo]=wt[oo]=wt[Vt]=!0,wt[me]=wt[Ie]=wt[Ct]=wt[Fe]=wt[$t]=wt[Qe]=wt[be]=wt[Ve]=wt[ce]=wt[De]=wt[Je]=wt[Re]=wt[ze]=wt[st]=wt[xt]=!1;var bt={};bt[me]=bt[Ie]=bt[Ct]=bt[$t]=bt[Fe]=bt[Qe]=bt[ft]=bt[vt]=bt[At]=bt[ko]=bt[No]=bt[ce]=bt[De]=bt[Je]=bt[Re]=bt[ze]=bt[st]=bt[at]=bt[Ot]=bt[jo]=bt[oo]=bt[Vt]=!0,bt[be]=bt[Ve]=bt[xt]=!1;var I2={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},A2={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},V2={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},R2={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},L2=parseFloat,$2=parseInt,Tc=typeof gn=="object"&&gn&&gn.Object===Object&&gn,M2=typeof self=="object"&&self&&self.Object===Object&&self,zt=Tc||M2||Function("return this")(),js=i&&!i.nodeType&&i,H0=js&&!0&&e&&!e.nodeType&&e,Ic=H0&&H0.exports===js,Es=Ic&&Tc.process,_o=(function(){try{var F=H0&&H0.require&&H0.require("util").types;return F||Es&&Es.binding&&Es.binding("util")}catch{}})(),Ac=_o&&_o.isArrayBuffer,Vc=_o&&_o.isDate,Rc=_o&&_o.isMap,Lc=_o&&_o.isRegExp,$c=_o&&_o.isSet,Mc=_o&&_o.isTypedArray;function xo(F,X,G){switch(G.length){case 0:return F.call(X);case 1:return F.call(X,G[0]);case 2:return F.call(X,G[0],G[1]);case 3:return F.call(X,G[0],G[1],G[2])}return F.apply(X,G)}function O2(F,X,G,ve){for(var Be=-1,ct=F==null?0:F.length;++Be<ct;){var Dt=F[Be];X(ve,Dt,G(Dt),F)}return ve}function ho(F,X){for(var G=-1,ve=F==null?0:F.length;++G<ve&&X(F[G],G,F)!==!1;);return F}function D2(F,X){for(var G=F==null?0:F.length;G--&&X(F[G],G,F)!==!1;);return F}function Oc(F,X){for(var G=-1,ve=F==null?0:F.length;++G<ve;)if(!X(F[G],G,F))return!1;return!0}function S0(F,X){for(var G=-1,ve=F==null?0:F.length,Be=0,ct=[];++G<ve;){var Dt=F[G];X(Dt,G,F)&&(ct[Be++]=Dt)}return ct}function Ri(F,X){var G=F==null?0:F.length;return!!G&&br(F,X,0)>-1}function _s(F,X,G){for(var ve=-1,Be=F==null?0:F.length;++ve<Be;)if(G(X,F[ve]))return!0;return!1}function kt(F,X){for(var G=-1,ve=F==null?0:F.length,Be=Array(ve);++G<ve;)Be[G]=X(F[G],G,F);return Be}function C0(F,X){for(var G=-1,ve=X.length,Be=F.length;++G<ve;)F[Be+G]=X[G];return F}function Ts(F,X,G,ve){var Be=-1,ct=F==null?0:F.length;for(ve&&ct&&(G=F[++Be]);++Be<ct;)G=X(G,F[Be],Be,F);return G}function N2(F,X,G,ve){var Be=F==null?0:F.length;for(ve&&Be&&(G=F[--Be]);Be--;)G=X(G,F[Be],Be,F);return G}function Is(F,X){for(var G=-1,ve=F==null?0:F.length;++G<ve;)if(X(F[G],G,F))return!0;return!1}var P2=As("length");function F2(F){return F.split("")}function z2(F){return F.match(ss)||[]}function Dc(F,X,G){var ve;return G(F,function(Be,ct,Dt){if(X(Be,ct,Dt))return ve=ct,!1}),ve}function Li(F,X,G,ve){for(var Be=F.length,ct=G+(ve?1:-1);ve?ct--:++ct<Be;)if(X(F[ct],ct,F))return ct;return-1}function br(F,X,G){return X===X?J2(F,X,G):Li(F,Nc,G)}function B2(F,X,G,ve){for(var Be=G-1,ct=F.length;++Be<ct;)if(ve(F[Be],X))return Be;return-1}function Nc(F){return F!==F}function Pc(F,X){var G=F==null?0:F.length;return G?Rs(F,X)/G:xe}function As(F){return function(X){return X==null?n:X[F]}}function Vs(F){return function(X){return F==null?n:F[X]}}function Fc(F,X,G,ve,Be){return Be(F,function(ct,Dt,gt){G=ve?(ve=!1,ct):X(G,ct,Dt,gt)}),G}function q2(F,X){var G=F.length;for(F.sort(X);G--;)F[G]=F[G].value;return F}function Rs(F,X){for(var G,ve=-1,Be=F.length;++ve<Be;){var ct=X(F[ve]);ct!==n&&(G=G===n?ct:G+ct)}return G}function Ls(F,X){for(var G=-1,ve=Array(F);++G<F;)ve[G]=X(G);return ve}function U2(F,X){return kt(X,function(G){return[G,F[G]]})}function zc(F){return F&&F.slice(0,Wc(F)+1).replace(ti,"")}function yo(F){return function(X){return F(X)}}function $s(F,X){return kt(X,function(G){return F[G]})}function oi(F,X){return F.has(X)}function Bc(F,X){for(var G=-1,ve=F.length;++G<ve&&br(X,F[G],0)>-1;);return G}function qc(F,X){for(var G=F.length;G--&&br(X,F[G],0)>-1;);return G}function W2(F,X){for(var G=F.length,ve=0;G--;)F[G]===X&&++ve;return ve}var H2=Vs(I2),G2=Vs(A2);function Y2(F){return"\\"+R2[F]}function Q2(F,X){return F==null?n:F[X]}function wr(F){return j2.test(F)}function Z2(F){return E2.test(F)}function K2(F){for(var X,G=[];!(X=F.next()).done;)G.push(X.value);return G}function Ms(F){var X=-1,G=Array(F.size);return F.forEach(function(ve,Be){G[++X]=[Be,ve]}),G}function Uc(F,X){return function(G){return F(X(G))}}function k0(F,X){for(var G=-1,ve=F.length,Be=0,ct=[];++G<ve;){var Dt=F[G];(Dt===X||Dt===m)&&(F[G]=m,ct[Be++]=G)}return ct}function $i(F){var X=-1,G=Array(F.size);return F.forEach(function(ve){G[++X]=ve}),G}function X2(F){var X=-1,G=Array(F.size);return F.forEach(function(ve){G[++X]=[ve,ve]}),G}function J2(F,X,G){for(var ve=G-1,Be=F.length;++ve<Be;)if(F[ve]===X)return ve;return-1}function e6(F,X,G){for(var ve=G+1;ve--;)if(F[ve]===X)return ve;return ve}function Sr(F){return wr(F)?o6(F):P2(F)}function Fo(F){return wr(F)?r6(F):F2(F)}function Wc(F){for(var X=F.length;X--&&os.test(F.charAt(X)););return X}var t6=Vs(V2);function o6(F){for(var X=ks.lastIndex=0;ks.test(F);)++X;return X}function r6(F){return F.match(ks)||[]}function i6(F){return F.match(k2)||[]}var n6=(function F(X){X=X==null?zt:Cr.defaults(zt.Object(),X,Cr.pick(zt,_2));var G=X.Array,ve=X.Date,Be=X.Error,ct=X.Function,Dt=X.Math,gt=X.Object,Os=X.RegExp,s6=X.String,To=X.TypeError,Mi=G.prototype,a6=ct.prototype,kr=gt.prototype,Oi=X["__core-js_shared__"],Di=a6.toString,dt=kr.hasOwnProperty,c6=0,Hc=(function(){var t=/[^.]+$/.exec(Oi&&Oi.keys&&Oi.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""})(),Ni=kr.toString,l6=Di.call(gt),d6=zt._,u6=Os("^"+Di.call(dt).replace(ei,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Pi=Ic?X.Buffer:n,j0=X.Symbol,Fi=X.Uint8Array,Gc=Pi?Pi.allocUnsafe:n,zi=Uc(gt.getPrototypeOf,gt),Yc=gt.create,Qc=kr.propertyIsEnumerable,Bi=Mi.splice,Zc=j0?j0.isConcatSpreadable:n,ri=j0?j0.iterator:n,G0=j0?j0.toStringTag:n,qi=(function(){try{var t=X0(gt,"defineProperty");return t({},"",{}),t}catch{}})(),p6=X.clearTimeout!==zt.clearTimeout&&X.clearTimeout,x6=ve&&ve.now!==zt.Date.now&&ve.now,h6=X.setTimeout!==zt.setTimeout&&X.setTimeout,Ui=Dt.ceil,Wi=Dt.floor,Ds=gt.getOwnPropertySymbols,y6=Pi?Pi.isBuffer:n,Kc=X.isFinite,f6=Mi.join,g6=Uc(gt.keys,gt),Nt=Dt.max,Wt=Dt.min,m6=ve.now,v6=X.parseInt,Xc=Dt.random,b6=Mi.reverse,Ns=X0(X,"DataView"),ii=X0(X,"Map"),Ps=X0(X,"Promise"),jr=X0(X,"Set"),ni=X0(X,"WeakMap"),si=X0(gt,"create"),Hi=ni&&new ni,Er={},w6=J0(Ns),S6=J0(ii),C6=J0(Ps),k6=J0(jr),j6=J0(ni),Gi=j0?j0.prototype:n,ai=Gi?Gi.valueOf:n,Jc=Gi?Gi.toString:n;function b(t){if(It(t)&&!We(t)&&!(t instanceof et)){if(t instanceof Io)return t;if(dt.call(t,"__wrapped__"))return ed(t)}return new Io(t)}var _r=(function(){function t(){}return function(r){if(!_t(r))return{};if(Yc)return Yc(r);t.prototype=r;var s=new t;return t.prototype=n,s}})();function Yi(){}function Io(t,r){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!r,this.__index__=0,this.__values__=n}b.templateSettings={escape:Ae,evaluate:He,interpolate:Ze,variable:"",imports:{_:b}},b.prototype=Yi.prototype,b.prototype.constructor=b,Io.prototype=_r(Yi.prototype),Io.prototype.constructor=Io;function et(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=pe,this.__views__=[]}function E6(){var t=new et(this.__wrapped__);return t.__actions__=io(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=io(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=io(this.__views__),t}function _6(){if(this.__filtered__){var t=new et(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function T6(){var t=this.__wrapped__.value(),r=this.__dir__,s=We(t),p=r<0,g=s?t.length:0,S=Fp(0,g,this.__views__),I=S.start,R=S.end,B=R-I,J=p?R:I-1,ee=this.__iteratees__,oe=ee.length,ye=0,ke=Wt(B,this.__takeCount__);if(!s||!p&&g==B&&ke==B)return Cl(t,this.__actions__);var Oe=[];e:for(;B--&&ye<ke;){J+=r;for(var Ye=-1,Le=t[J];++Ye<oe;){var Xe=ee[Ye],tt=Xe.iteratee,mo=Xe.type,Xt=tt(Le);if(mo==Y)Le=Xt;else if(!Xt){if(mo==Q)continue e;break e}}Oe[ye++]=Le}return Oe}et.prototype=_r(Yi.prototype),et.prototype.constructor=et;function Y0(t){var r=-1,s=t==null?0:t.length;for(this.clear();++r<s;){var p=t[r];this.set(p[0],p[1])}}function I6(){this.__data__=si?si(null):{},this.size=0}function A6(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}function V6(t){var r=this.__data__;if(si){var s=r[t];return s===y?n:s}return dt.call(r,t)?r[t]:n}function R6(t){var r=this.__data__;return si?r[t]!==n:dt.call(r,t)}function L6(t,r){var s=this.__data__;return this.size+=this.has(t)?0:1,s[t]=si&&r===n?y:r,this}Y0.prototype.clear=I6,Y0.prototype.delete=A6,Y0.prototype.get=V6,Y0.prototype.has=R6,Y0.prototype.set=L6;function a0(t){var r=-1,s=t==null?0:t.length;for(this.clear();++r<s;){var p=t[r];this.set(p[0],p[1])}}function $6(){this.__data__=[],this.size=0}function M6(t){var r=this.__data__,s=Qi(r,t);if(s<0)return!1;var p=r.length-1;return s==p?r.pop():Bi.call(r,s,1),--this.size,!0}function O6(t){var r=this.__data__,s=Qi(r,t);return s<0?n:r[s][1]}function D6(t){return Qi(this.__data__,t)>-1}function N6(t,r){var s=this.__data__,p=Qi(s,t);return p<0?(++this.size,s.push([t,r])):s[p][1]=r,this}a0.prototype.clear=$6,a0.prototype.delete=M6,a0.prototype.get=O6,a0.prototype.has=D6,a0.prototype.set=N6;function c0(t){var r=-1,s=t==null?0:t.length;for(this.clear();++r<s;){var p=t[r];this.set(p[0],p[1])}}function P6(){this.size=0,this.__data__={hash:new Y0,map:new(ii||a0),string:new Y0}}function F6(t){var r=cn(this,t).delete(t);return this.size-=r?1:0,r}function z6(t){return cn(this,t).get(t)}function B6(t){return cn(this,t).has(t)}function q6(t,r){var s=cn(this,t),p=s.size;return s.set(t,r),this.size+=s.size==p?0:1,this}c0.prototype.clear=P6,c0.prototype.delete=F6,c0.prototype.get=z6,c0.prototype.has=B6,c0.prototype.set=q6;function Q0(t){var r=-1,s=t==null?0:t.length;for(this.__data__=new c0;++r<s;)this.add(t[r])}function U6(t){return this.__data__.set(t,y),this}function W6(t){return this.__data__.has(t)}Q0.prototype.add=Q0.prototype.push=U6,Q0.prototype.has=W6;function zo(t){var r=this.__data__=new a0(t);this.size=r.size}function H6(){this.__data__=new a0,this.size=0}function G6(t){var r=this.__data__,s=r.delete(t);return this.size=r.size,s}function Y6(t){return this.__data__.get(t)}function Q6(t){return this.__data__.has(t)}function Z6(t,r){var s=this.__data__;if(s instanceof a0){var p=s.__data__;if(!ii||p.length<c-1)return p.push([t,r]),this.size=++s.size,this;s=this.__data__=new c0(p)}return s.set(t,r),this.size=s.size,this}zo.prototype.clear=H6,zo.prototype.delete=G6,zo.prototype.get=Y6,zo.prototype.has=Q6,zo.prototype.set=Z6;function el(t,r){var s=We(t),p=!s&&er(t),g=!s&&!p&&A0(t),S=!s&&!p&&!g&&Vr(t),I=s||p||g||S,R=I?Ls(t.length,s6):[],B=R.length;for(var J in t)(r||dt.call(t,J))&&!(I&&(J=="length"||g&&(J=="offset"||J=="parent")||S&&(J=="buffer"||J=="byteLength"||J=="byteOffset")||u0(J,B)))&&R.push(J);return R}function tl(t){var r=t.length;return r?t[Zs(0,r-1)]:n}function K6(t,r){return ln(io(t),Z0(r,0,t.length))}function X6(t){return ln(io(t))}function Fs(t,r,s){(s!==n&&!qo(t[r],s)||s===n&&!(r in t))&&Ko(t,r,s)}function ci(t,r,s){var p=t[r];(!(dt.call(t,r)&&qo(p,s))||s===n&&!(r in t))&&Ko(t,r,s)}function Qi(t,r){for(var s=t.length;s--;)if(qo(t[s][0],r))return s;return-1}function J6(t,r,s,p){return E0(t,function(g,S,I){r(p,g,s(g),I)}),p}function ol(t,r){return t&&Jo(r,Ft(r),t)}function ep(t,r){return t&&Jo(r,so(r),t)}function Ko(t,r,s){r=="__proto__"&&qi?qi(t,r,{configurable:!0,enumerable:!0,value:s,writable:!0}):t[r]=s}function zs(t,r){for(var s=-1,p=r.length,g=G(p),S=t==null;++s<p;)g[s]=S?n:Sa(t,r[s]);return g}function Z0(t,r,s){return t===t&&(s!==n&&(t=t<=s?t:s),r!==n&&(t=t>=r?t:r)),t}function Ao(t,r,s,p,g,S){var I,R=r&w,B=r&C,J=r&E;if(s&&(I=g?s(t,p,g,S):s(t)),I!==n)return I;if(!_t(t))return t;var ee=We(t);if(ee){if(I=Bp(t),!R)return io(t,I)}else{var oe=Ht(t),ye=oe==Ve||oe==fe;if(A0(t))return El(t,R);if(oe==Je||oe==me||ye&&!g){if(I=B||ye?{}:Wl(t),!R)return B?Vp(t,ep(I,t)):Ap(t,ol(I,t))}else{if(!bt[oe])return g?t:{};I=qp(t,oe,R)}}S||(S=new zo);var ke=S.get(t);if(ke)return ke;S.set(t,I),bd(t)?t.forEach(function(Le){I.add(Ao(Le,r,s,Le,t,S))}):md(t)&&t.forEach(function(Le,Xe){I.set(Xe,Ao(Le,r,s,Xe,t,S))});var Oe=J?B?aa:sa:B?so:Ft,Ye=ee?n:Oe(t);return ho(Ye||t,function(Le,Xe){Ye&&(Xe=Le,Le=t[Xe]),ci(I,Xe,Ao(Le,r,s,Xe,t,S))}),I}function tp(t){var r=Ft(t);return function(s){return rl(s,t,r)}}function rl(t,r,s){var p=s.length;if(t==null)return!p;for(t=gt(t);p--;){var g=s[p],S=r[g],I=t[g];if(I===n&&!(g in t)||!S(I))return!1}return!0}function il(t,r,s){if(typeof t!="function")throw new To(u);return yi(function(){t.apply(n,s)},r)}function li(t,r,s,p){var g=-1,S=Ri,I=!0,R=t.length,B=[],J=r.length;if(!R)return B;s&&(r=kt(r,yo(s))),p?(S=_s,I=!1):r.length>=c&&(S=oi,I=!1,r=new Q0(r));e:for(;++g<R;){var ee=t[g],oe=s==null?ee:s(ee);if(ee=p||ee!==0?ee:0,I&&oe===oe){for(var ye=J;ye--;)if(r[ye]===oe)continue e;B.push(ee)}else S(r,oe,p)||B.push(ee)}return B}var E0=Vl(Xo),nl=Vl(qs,!0);function op(t,r){var s=!0;return E0(t,function(p,g,S){return s=!!r(p,g,S),s}),s}function Zi(t,r,s){for(var p=-1,g=t.length;++p<g;){var S=t[p],I=r(S);if(I!=null&&(R===n?I===I&&!go(I):s(I,R)))var R=I,B=S}return B}function rp(t,r,s,p){var g=t.length;for(s=Ge(s),s<0&&(s=-s>g?0:g+s),p=p===n||p>g?g:Ge(p),p<0&&(p+=g),p=s>p?0:Sd(p);s<p;)t[s++]=r;return t}function sl(t,r){var s=[];return E0(t,function(p,g,S){r(p,g,S)&&s.push(p)}),s}function Bt(t,r,s,p,g){var S=-1,I=t.length;for(s||(s=Wp),g||(g=[]);++S<I;){var R=t[S];r>0&&s(R)?r>1?Bt(R,r-1,s,p,g):C0(g,R):p||(g[g.length]=R)}return g}var Bs=Rl(),al=Rl(!0);function Xo(t,r){return t&&Bs(t,r,Ft)}function qs(t,r){return t&&al(t,r,Ft)}function Ki(t,r){return S0(r,function(s){return p0(t[s])})}function K0(t,r){r=T0(r,t);for(var s=0,p=r.length;t!=null&&s<p;)t=t[Bo(r[s++])];return s&&s==p?t:n}function cl(t,r,s){var p=r(t);return We(t)?p:C0(p,s(t))}function Zt(t){return t==null?t===n?Ne:ie:G0&&G0 in gt(t)?Pp(t):Xp(t)}function Us(t,r){return t>r}function ip(t,r){return t!=null&&dt.call(t,r)}function np(t,r){return t!=null&&r in gt(t)}function sp(t,r,s){return t>=Wt(r,s)&&t<Nt(r,s)}function Ws(t,r,s){for(var p=s?_s:Ri,g=t[0].length,S=t.length,I=S,R=G(S),B=1/0,J=[];I--;){var ee=t[I];I&&r&&(ee=kt(ee,yo(r))),B=Wt(ee.length,B),R[I]=!s&&(r||g>=120&&ee.length>=120)?new Q0(I&&ee):n}ee=t[0];var oe=-1,ye=R[0];e:for(;++oe<g&&J.length<B;){var ke=ee[oe],Oe=r?r(ke):ke;if(ke=s||ke!==0?ke:0,!(ye?oi(ye,Oe):p(J,Oe,s))){for(I=S;--I;){var Ye=R[I];if(!(Ye?oi(Ye,Oe):p(t[I],Oe,s)))continue e}ye&&ye.push(Oe),J.push(ke)}}return J}function ap(t,r,s,p){return Xo(t,function(g,S,I){r(p,s(g),S,I)}),p}function di(t,r,s){r=T0(r,t),t=Ql(t,r);var p=t==null?t:t[Bo(Ro(r))];return p==null?n:xo(p,t,s)}function ll(t){return It(t)&&Zt(t)==me}function cp(t){return It(t)&&Zt(t)==Ct}function lp(t){return It(t)&&Zt(t)==Qe}function ui(t,r,s,p,g){return t===r?!0:t==null||r==null||!It(t)&&!It(r)?t!==t&&r!==r:dp(t,r,s,p,ui,g)}function dp(t,r,s,p,g,S){var I=We(t),R=We(r),B=I?Ie:Ht(t),J=R?Ie:Ht(r);B=B==me?Je:B,J=J==me?Je:J;var ee=B==Je,oe=J==Je,ye=B==J;if(ye&&A0(t)){if(!A0(r))return!1;I=!0,ee=!1}if(ye&&!ee)return S||(S=new zo),I||Vr(t)?Bl(t,r,s,p,g,S):Dp(t,r,B,s,p,g,S);if(!(s&T)){var ke=ee&&dt.call(t,"__wrapped__"),Oe=oe&&dt.call(r,"__wrapped__");if(ke||Oe){var Ye=ke?t.value():t,Le=Oe?r.value():r;return S||(S=new zo),g(Ye,Le,s,p,S)}}return ye?(S||(S=new zo),Np(t,r,s,p,g,S)):!1}function up(t){return It(t)&&Ht(t)==ce}function Hs(t,r,s,p){var g=s.length,S=g,I=!p;if(t==null)return!S;for(t=gt(t);g--;){var R=s[g];if(I&&R[2]?R[1]!==t[R[0]]:!(R[0]in t))return!1}for(;++g<S;){R=s[g];var B=R[0],J=t[B],ee=R[1];if(I&&R[2]){if(J===n&&!(B in t))return!1}else{var oe=new zo;if(p)var ye=p(J,ee,B,t,r,oe);if(!(ye===n?ui(ee,J,T|k,p,oe):ye))return!1}}return!0}function dl(t){if(!_t(t)||Gp(t))return!1;var r=p0(t)?u6:us;return r.test(J0(t))}function pp(t){return It(t)&&Zt(t)==Re}function xp(t){return It(t)&&Ht(t)==ze}function hp(t){return It(t)&&yn(t.length)&&!!wt[Zt(t)]}function ul(t){return typeof t=="function"?t:t==null?ao:typeof t=="object"?We(t)?hl(t[0],t[1]):xl(t):$d(t)}function Gs(t){if(!hi(t))return g6(t);var r=[];for(var s in gt(t))dt.call(t,s)&&s!="constructor"&&r.push(s);return r}function yp(t){if(!_t(t))return Kp(t);var r=hi(t),s=[];for(var p in t)p=="constructor"&&(r||!dt.call(t,p))||s.push(p);return s}function Ys(t,r){return t<r}function pl(t,r){var s=-1,p=no(t)?G(t.length):[];return E0(t,function(g,S,I){p[++s]=r(g,S,I)}),p}function xl(t){var r=la(t);return r.length==1&&r[0][2]?Gl(r[0][0],r[0][1]):function(s){return s===t||Hs(s,t,r)}}function hl(t,r){return ua(t)&&Hl(r)?Gl(Bo(t),r):function(s){var p=Sa(s,t);return p===n&&p===r?Ca(s,t):ui(r,p,T|k)}}function Xi(t,r,s,p,g){t!==r&&Bs(r,function(S,I){if(g||(g=new zo),_t(S))fp(t,r,I,s,Xi,p,g);else{var R=p?p(xa(t,I),S,I+"",t,r,g):n;R===n&&(R=S),Fs(t,I,R)}},so)}function fp(t,r,s,p,g,S,I){var R=xa(t,s),B=xa(r,s),J=I.get(B);if(J){Fs(t,s,J);return}var ee=S?S(R,B,s+"",t,r,I):n,oe=ee===n;if(oe){var ye=We(B),ke=!ye&&A0(B),Oe=!ye&&!ke&&Vr(B);ee=B,ye||ke||Oe?We(R)?ee=R:Rt(R)?ee=io(R):ke?(oe=!1,ee=El(B,!0)):Oe?(oe=!1,ee=_l(B,!0)):ee=[]:fi(B)||er(B)?(ee=R,er(R)?ee=Cd(R):(!_t(R)||p0(R))&&(ee=Wl(B))):oe=!1}oe&&(I.set(B,ee),g(ee,B,p,S,I),I.delete(B)),Fs(t,s,ee)}function yl(t,r){var s=t.length;if(s)return r+=r<0?s:0,u0(r,s)?t[r]:n}function fl(t,r,s){r.length?r=kt(r,function(S){return We(S)?function(I){return K0(I,S.length===1?S[0]:S)}:S}):r=[ao];var p=-1;r=kt(r,yo($e()));var g=pl(t,function(S,I,R){var B=kt(r,function(J){return J(S)});return{criteria:B,index:++p,value:S}});return q2(g,function(S,I){return Ip(S,I,s)})}function gp(t,r){return gl(t,r,function(s,p){return Ca(t,p)})}function gl(t,r,s){for(var p=-1,g=r.length,S={};++p<g;){var I=r[p],R=K0(t,I);s(R,I)&&pi(S,T0(I,t),R)}return S}function mp(t){return function(r){return K0(r,t)}}function Qs(t,r,s,p){var g=p?B2:br,S=-1,I=r.length,R=t;for(t===r&&(r=io(r)),s&&(R=kt(t,yo(s)));++S<I;)for(var B=0,J=r[S],ee=s?s(J):J;(B=g(R,ee,B,p))>-1;)R!==t&&Bi.call(R,B,1),Bi.call(t,B,1);return t}function ml(t,r){for(var s=t?r.length:0,p=s-1;s--;){var g=r[s];if(s==p||g!==S){var S=g;u0(g)?Bi.call(t,g,1):Js(t,g)}}return t}function Zs(t,r){return t+Wi(Xc()*(r-t+1))}function vp(t,r,s,p){for(var g=-1,S=Nt(Ui((r-t)/(s||1)),0),I=G(S);S--;)I[p?S:++g]=t,t+=s;return I}function Ks(t,r){var s="";if(!t||r<1||r>le)return s;do r%2&&(s+=t),r=Wi(r/2),r&&(t+=t);while(r);return s}function Ke(t,r){return ha(Yl(t,r,ao),t+"")}function bp(t){return tl(Rr(t))}function wp(t,r){var s=Rr(t);return ln(s,Z0(r,0,s.length))}function pi(t,r,s,p){if(!_t(t))return t;r=T0(r,t);for(var g=-1,S=r.length,I=S-1,R=t;R!=null&&++g<S;){var B=Bo(r[g]),J=s;if(B==="__proto__"||B==="constructor"||B==="prototype")return t;if(g!=I){var ee=R[B];J=p?p(ee,B,R):n,J===n&&(J=_t(ee)?ee:u0(r[g+1])?[]:{})}ci(R,B,J),R=R[B]}return t}var vl=Hi?function(t,r){return Hi.set(t,r),t}:ao,Sp=qi?function(t,r){return qi(t,"toString",{configurable:!0,enumerable:!1,value:ja(r),writable:!0})}:ao;function Cp(t){return ln(Rr(t))}function Vo(t,r,s){var p=-1,g=t.length;r<0&&(r=-r>g?0:g+r),s=s>g?g:s,s<0&&(s+=g),g=r>s?0:s-r>>>0,r>>>=0;for(var S=G(g);++p<g;)S[p]=t[p+r];return S}function kp(t,r){var s;return E0(t,function(p,g,S){return s=r(p,g,S),!s}),!!s}function Ji(t,r,s){var p=0,g=t==null?p:t.length;if(typeof r=="number"&&r===r&&g<=Se){for(;p<g;){var S=p+g>>>1,I=t[S];I!==null&&!go(I)&&(s?I<=r:I<r)?p=S+1:g=S}return g}return Xs(t,r,ao,s)}function Xs(t,r,s,p){var g=0,S=t==null?0:t.length;if(S===0)return 0;r=s(r);for(var I=r!==r,R=r===null,B=go(r),J=r===n;g<S;){var ee=Wi((g+S)/2),oe=s(t[ee]),ye=oe!==n,ke=oe===null,Oe=oe===oe,Ye=go(oe);if(I)var Le=p||Oe;else J?Le=Oe&&(p||ye):R?Le=Oe&&ye&&(p||!ke):B?Le=Oe&&ye&&!ke&&(p||!Ye):ke||Ye?Le=!1:Le=p?oe<=r:oe<r;Le?g=ee+1:S=ee}return Wt(S,ue)}function bl(t,r){for(var s=-1,p=t.length,g=0,S=[];++s<p;){var I=t[s],R=r?r(I):I;if(!s||!qo(R,B)){var B=R;S[g++]=I===0?0:I}}return S}function wl(t){return typeof t=="number"?t:go(t)?xe:+t}function fo(t){if(typeof t=="string")return t;if(We(t))return kt(t,fo)+"";if(go(t))return Jc?Jc.call(t):"";var r=t+"";return r=="0"&&1/t==-ae?"-0":r}function _0(t,r,s){var p=-1,g=Ri,S=t.length,I=!0,R=[],B=R;if(s)I=!1,g=_s;else if(S>=c){var J=r?null:Mp(t);if(J)return $i(J);I=!1,g=oi,B=new Q0}else B=r?[]:R;e:for(;++p<S;){var ee=t[p],oe=r?r(ee):ee;if(ee=s||ee!==0?ee:0,I&&oe===oe){for(var ye=B.length;ye--;)if(B[ye]===oe)continue e;r&&B.push(oe),R.push(ee)}else g(B,oe,s)||(B!==R&&B.push(oe),R.push(ee))}return R}function Js(t,r){r=T0(r,t);var s=-1,p=r.length;if(!p)return!0;for(;++s<p;){var g=Bo(r[s]);if(g==="__proto__"&&!dt.call(t,"__proto__")||(g==="constructor"||g==="prototype")&&s<p-1)return!1}var S=Ql(t,r);return S==null||delete S[Bo(Ro(r))]}function Sl(t,r,s,p){return pi(t,r,s(K0(t,r)),p)}function en(t,r,s,p){for(var g=t.length,S=p?g:-1;(p?S--:++S<g)&&r(t[S],S,t););return s?Vo(t,p?0:S,p?S+1:g):Vo(t,p?S+1:0,p?g:S)}function Cl(t,r){var s=t;return s instanceof et&&(s=s.value()),Ts(r,function(p,g){return g.func.apply(g.thisArg,C0([p],g.args))},s)}function ea(t,r,s){var p=t.length;if(p<2)return p?_0(t[0]):[];for(var g=-1,S=G(p);++g<p;)for(var I=t[g],R=-1;++R<p;)R!=g&&(S[g]=li(S[g]||I,t[R],r,s));return _0(Bt(S,1),r,s)}function kl(t,r,s){for(var p=-1,g=t.length,S=r.length,I={};++p<g;){var R=p<S?r[p]:n;s(I,t[p],R)}return I}function ta(t){return Rt(t)?t:[]}function oa(t){return typeof t=="function"?t:ao}function T0(t,r){return We(t)?t:ua(t,r)?[t]:Jl(ut(t))}var jp=Ke;function I0(t,r,s){var p=t.length;return s=s===n?p:s,!r&&s>=p?t:Vo(t,r,s)}var jl=p6||function(t){return zt.clearTimeout(t)};function El(t,r){if(r)return t.slice();var s=t.length,p=Gc?Gc(s):new t.constructor(s);return t.copy(p),p}function ra(t){var r=new t.constructor(t.byteLength);return new Fi(r).set(new Fi(t)),r}function Ep(t,r){var s=r?ra(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.byteLength)}function _p(t){var r=new t.constructor(t.source,Ai.exec(t));return r.lastIndex=t.lastIndex,r}function Tp(t){return ai?gt(ai.call(t)):{}}function _l(t,r){var s=r?ra(t.buffer):t.buffer;return new t.constructor(s,t.byteOffset,t.length)}function Tl(t,r){if(t!==r){var s=t!==n,p=t===null,g=t===t,S=go(t),I=r!==n,R=r===null,B=r===r,J=go(r);if(!R&&!J&&!S&&t>r||S&&I&&B&&!R&&!J||p&&I&&B||!s&&B||!g)return 1;if(!p&&!S&&!J&&t<r||J&&s&&g&&!p&&!S||R&&s&&g||!I&&g||!B)return-1}return 0}function Ip(t,r,s){for(var p=-1,g=t.criteria,S=r.criteria,I=g.length,R=s.length;++p<I;){var B=Tl(g[p],S[p]);if(B){if(p>=R)return B;var J=s[p];return B*(J=="desc"?-1:1)}}return t.index-r.index}function Il(t,r,s,p){for(var g=-1,S=t.length,I=s.length,R=-1,B=r.length,J=Nt(S-I,0),ee=G(B+J),oe=!p;++R<B;)ee[R]=r[R];for(;++g<I;)(oe||g<S)&&(ee[s[g]]=t[g]);for(;J--;)ee[R++]=t[g++];return ee}function Al(t,r,s,p){for(var g=-1,S=t.length,I=-1,R=s.length,B=-1,J=r.length,ee=Nt(S-R,0),oe=G(ee+J),ye=!p;++g<ee;)oe[g]=t[g];for(var ke=g;++B<J;)oe[ke+B]=r[B];for(;++I<R;)(ye||g<S)&&(oe[ke+s[I]]=t[g++]);return oe}function io(t,r){var s=-1,p=t.length;for(r||(r=G(p));++s<p;)r[s]=t[s];return r}function Jo(t,r,s,p){var g=!s;s||(s={});for(var S=-1,I=r.length;++S<I;){var R=r[S],B=p?p(s[R],t[R],R,s,t):n;B===n&&(B=t[R]),g?Ko(s,R,B):ci(s,R,B)}return s}function Ap(t,r){return Jo(t,da(t),r)}function Vp(t,r){return Jo(t,ql(t),r)}function tn(t,r){return function(s,p){var g=We(s)?O2:J6,S=r?r():{};return g(s,t,$e(p,2),S)}}function Tr(t){return Ke(function(r,s){var p=-1,g=s.length,S=g>1?s[g-1]:n,I=g>2?s[2]:n;for(S=t.length>3&&typeof S=="function"?(g--,S):n,I&&Kt(s[0],s[1],I)&&(S=g<3?n:S,g=1),r=gt(r);++p<g;){var R=s[p];R&&t(r,R,p,S)}return r})}function Vl(t,r){return function(s,p){if(s==null)return s;if(!no(s))return t(s,p);for(var g=s.length,S=r?g:-1,I=gt(s);(r?S--:++S<g)&&p(I[S],S,I)!==!1;);return s}}function Rl(t){return function(r,s,p){for(var g=-1,S=gt(r),I=p(r),R=I.length;R--;){var B=I[t?R:++g];if(s(S[B],B,S)===!1)break}return r}}function Rp(t,r,s){var p=r&j,g=xi(t);function S(){var I=this&&this!==zt&&this instanceof S?g:t;return I.apply(p?s:this,arguments)}return S}function Ll(t){return function(r){r=ut(r);var s=wr(r)?Fo(r):n,p=s?s[0]:r.charAt(0),g=s?I0(s,1).join(""):r.slice(1);return p[t]()+g}}function Ir(t){return function(r){return Ts(Rd(Vd(r).replace(S2,"")),t,"")}}function xi(t){return function(){var r=arguments;switch(r.length){case 0:return new t;case 1:return new t(r[0]);case 2:return new t(r[0],r[1]);case 3:return new t(r[0],r[1],r[2]);case 4:return new t(r[0],r[1],r[2],r[3]);case 5:return new t(r[0],r[1],r[2],r[3],r[4]);case 6:return new t(r[0],r[1],r[2],r[3],r[4],r[5]);case 7:return new t(r[0],r[1],r[2],r[3],r[4],r[5],r[6])}var s=_r(t.prototype),p=t.apply(s,r);return _t(p)?p:s}}function Lp(t,r,s){var p=xi(t);function g(){for(var S=arguments.length,I=G(S),R=S,B=Ar(g);R--;)I[R]=arguments[R];var J=S<3&&I[0]!==B&&I[S-1]!==B?[]:k0(I,B);if(S-=J.length,S<s)return Nl(t,r,on,g.placeholder,n,I,J,n,n,s-S);var ee=this&&this!==zt&&this instanceof g?p:t;return xo(ee,this,I)}return g}function $l(t){return function(r,s,p){var g=gt(r);if(!no(r)){var S=$e(s,3);r=Ft(r),s=function(R){return S(g[R],R,g)}}var I=t(r,s,p);return I>-1?g[S?r[I]:I]:n}}function Ml(t){return d0(function(r){var s=r.length,p=s,g=Io.prototype.thru;for(t&&r.reverse();p--;){var S=r[p];if(typeof S!="function")throw new To(u);if(g&&!I&&an(S)=="wrapper")var I=new Io([],!0)}for(p=I?p:s;++p<s;){S=r[p];var R=an(S),B=R=="wrapper"?ca(S):n;B&&pa(B[0])&&B[1]==(V|O|A|N)&&!B[4].length&&B[9]==1?I=I[an(B[0])].apply(I,B[3]):I=S.length==1&&pa(S)?I[R]():I.thru(S)}return function(){var J=arguments,ee=J[0];if(I&&J.length==1&&We(ee))return I.plant(ee).value();for(var oe=0,ye=s?r[oe].apply(this,J):ee;++oe<s;)ye=r[oe].call(this,ye);return ye}})}function on(t,r,s,p,g,S,I,R,B,J){var ee=r&V,oe=r&j,ye=r&L,ke=r&(O|M),Oe=r&U,Ye=ye?n:xi(t);function Le(){for(var Xe=arguments.length,tt=G(Xe),mo=Xe;mo--;)tt[mo]=arguments[mo];if(ke)var Xt=Ar(Le),vo=W2(tt,Xt);if(p&&(tt=Il(tt,p,g,ke)),S&&(tt=Al(tt,S,I,ke)),Xe-=vo,ke&&Xe<J){var Lt=k0(tt,Xt);return Nl(t,r,on,Le.placeholder,s,tt,Lt,R,B,J-Xe)}var Uo=oe?s:this,h0=ye?Uo[t]:t;return Xe=tt.length,R?tt=Jp(tt,R):Oe&&Xe>1&&tt.reverse(),ee&&B<Xe&&(tt.length=B),this&&this!==zt&&this instanceof Le&&(h0=Ye||xi(h0)),h0.apply(Uo,tt)}return Le}function Ol(t,r){return function(s,p){return ap(s,t,r(p),{})}}function rn(t,r){return function(s,p){var g;if(s===n&&p===n)return r;if(s!==n&&(g=s),p!==n){if(g===n)return p;typeof s=="string"||typeof p=="string"?(s=fo(s),p=fo(p)):(s=wl(s),p=wl(p)),g=t(s,p)}return g}}function ia(t){return d0(function(r){return r=kt(r,yo($e())),Ke(function(s){var p=this;return t(r,function(g){return xo(g,p,s)})})})}function nn(t,r){r=r===n?" ":fo(r);var s=r.length;if(s<2)return s?Ks(r,t):r;var p=Ks(r,Ui(t/Sr(r)));return wr(r)?I0(Fo(p),0,t).join(""):p.slice(0,t)}function $p(t,r,s,p){var g=r&j,S=xi(t);function I(){for(var R=-1,B=arguments.length,J=-1,ee=p.length,oe=G(ee+B),ye=this&&this!==zt&&this instanceof I?S:t;++J<ee;)oe[J]=p[J];for(;B--;)oe[J++]=arguments[++R];return xo(ye,g?s:this,oe)}return I}function Dl(t){return function(r,s,p){return p&&typeof p!="number"&&Kt(r,s,p)&&(s=p=n),r=x0(r),s===n?(s=r,r=0):s=x0(s),p=p===n?r<s?1:-1:x0(p),vp(r,s,p,t)}}function sn(t){return function(r,s){return typeof r=="string"&&typeof s=="string"||(r=Lo(r),s=Lo(s)),t(r,s)}}function Nl(t,r,s,p,g,S,I,R,B,J){var ee=r&O,oe=ee?I:n,ye=ee?n:I,ke=ee?S:n,Oe=ee?n:S;r|=ee?A:_,r&=~(ee?_:A),r&D||(r&=-4);var Ye=[t,r,g,ke,oe,Oe,ye,R,B,J],Le=s.apply(n,Ye);return pa(t)&&Zl(Le,Ye),Le.placeholder=p,Kl(Le,t,r)}function na(t){var r=Dt[t];return function(s,p){if(s=Lo(s),p=p==null?0:Wt(Ge(p),292),p&&Kc(s)){var g=(ut(s)+"e").split("e"),S=r(g[0]+"e"+(+g[1]+p));return g=(ut(S)+"e").split("e"),+(g[0]+"e"+(+g[1]-p))}return r(s)}}var Mp=jr&&1/$i(new jr([,-0]))[1]==ae?function(t){return new jr(t)}:Ta;function Pl(t){return function(r){var s=Ht(r);return s==ce?Ms(r):s==ze?X2(r):U2(r,t(r))}}function l0(t,r,s,p,g,S,I,R){var B=r&L;if(!B&&typeof t!="function")throw new To(u);var J=p?p.length:0;if(J||(r&=-97,p=g=n),I=I===n?I:Nt(Ge(I),0),R=R===n?R:Ge(R),J-=g?g.length:0,r&_){var ee=p,oe=g;p=g=n}var ye=B?n:ca(t),ke=[t,r,s,p,g,ee,oe,S,I,R];if(ye&&Zp(ke,ye),t=ke[0],r=ke[1],s=ke[2],p=ke[3],g=ke[4],R=ke[9]=ke[9]===n?B?0:t.length:Nt(ke[9]-J,0),!R&&r&(O|M)&&(r&=-25),!r||r==j)var Oe=Rp(t,r,s);else r==O||r==M?Oe=Lp(t,r,R):(r==A||r==(j|A))&&!g.length?Oe=$p(t,r,s,p):Oe=on.apply(n,ke);var Ye=ye?vl:Zl;return Kl(Ye(Oe,ke),t,r)}function Fl(t,r,s,p){return t===n||qo(t,kr[s])&&!dt.call(p,s)?r:t}function zl(t,r,s,p,g,S){return _t(t)&&_t(r)&&(S.set(r,t),Xi(t,r,n,zl,S),S.delete(r)),t}function Op(t){return fi(t)?n:t}function Bl(t,r,s,p,g,S){var I=s&T,R=t.length,B=r.length;if(R!=B&&!(I&&B>R))return!1;var J=S.get(t),ee=S.get(r);if(J&&ee)return J==r&&ee==t;var oe=-1,ye=!0,ke=s&k?new Q0:n;for(S.set(t,r),S.set(r,t);++oe<R;){var Oe=t[oe],Ye=r[oe];if(p)var Le=I?p(Ye,Oe,oe,r,t,S):p(Oe,Ye,oe,t,r,S);if(Le!==n){if(Le)continue;ye=!1;break}if(ke){if(!Is(r,function(Xe,tt){if(!oi(ke,tt)&&(Oe===Xe||g(Oe,Xe,s,p,S)))return ke.push(tt)})){ye=!1;break}}else if(!(Oe===Ye||g(Oe,Ye,s,p,S))){ye=!1;break}}return S.delete(t),S.delete(r),ye}function Dp(t,r,s,p,g,S,I){switch(s){case $t:if(t.byteLength!=r.byteLength||t.byteOffset!=r.byteOffset)return!1;t=t.buffer,r=r.buffer;case Ct:return!(t.byteLength!=r.byteLength||!S(new Fi(t),new Fi(r)));case Fe:case Qe:case De:return qo(+t,+r);case be:return t.name==r.name&&t.message==r.message;case Re:case st:return t==r+"";case ce:var R=Ms;case ze:var B=p&T;if(R||(R=$i),t.size!=r.size&&!B)return!1;var J=I.get(t);if(J)return J==r;p|=k,I.set(t,r);var ee=Bl(R(t),R(r),p,g,S,I);return I.delete(t),ee;case at:if(ai)return ai.call(t)==ai.call(r)}return!1}function Np(t,r,s,p,g,S){var I=s&T,R=sa(t),B=R.length,J=sa(r),ee=J.length;if(B!=ee&&!I)return!1;for(var oe=B;oe--;){var ye=R[oe];if(!(I?ye in r:dt.call(r,ye)))return!1}var ke=S.get(t),Oe=S.get(r);if(ke&&Oe)return ke==r&&Oe==t;var Ye=!0;S.set(t,r),S.set(r,t);for(var Le=I;++oe<B;){ye=R[oe];var Xe=t[ye],tt=r[ye];if(p)var mo=I?p(tt,Xe,ye,r,t,S):p(Xe,tt,ye,t,r,S);if(!(mo===n?Xe===tt||g(Xe,tt,s,p,S):mo)){Ye=!1;break}Le||(Le=ye=="constructor")}if(Ye&&!Le){var Xt=t.constructor,vo=r.constructor;Xt!=vo&&"constructor"in t&&"constructor"in r&&!(typeof Xt=="function"&&Xt instanceof Xt&&typeof vo=="function"&&vo instanceof vo)&&(Ye=!1)}return S.delete(t),S.delete(r),Ye}function d0(t){return ha(Yl(t,n,rd),t+"")}function sa(t){return cl(t,Ft,da)}function aa(t){return cl(t,so,ql)}var ca=Hi?function(t){return Hi.get(t)}:Ta;function an(t){for(var r=t.name+"",s=Er[r],p=dt.call(Er,r)?s.length:0;p--;){var g=s[p],S=g.func;if(S==null||S==t)return g.name}return r}function Ar(t){var r=dt.call(b,"placeholder")?b:t;return r.placeholder}function $e(){var t=b.iteratee||Ea;return t=t===Ea?ul:t,arguments.length?t(arguments[0],arguments[1]):t}function cn(t,r){var s=t.__data__;return Hp(r)?s[typeof r=="string"?"string":"hash"]:s.map}function la(t){for(var r=Ft(t),s=r.length;s--;){var p=r[s],g=t[p];r[s]=[p,g,Hl(g)]}return r}function X0(t,r){var s=Q2(t,r);return dl(s)?s:n}function Pp(t){var r=dt.call(t,G0),s=t[G0];try{t[G0]=n;var p=!0}catch{}var g=Ni.call(t);return p&&(r?t[G0]=s:delete t[G0]),g}var da=Ds?function(t){return t==null?[]:(t=gt(t),S0(Ds(t),function(r){return Qc.call(t,r)}))}:Ia,ql=Ds?function(t){for(var r=[];t;)C0(r,da(t)),t=zi(t);return r}:Ia,Ht=Zt;(Ns&&Ht(new Ns(new ArrayBuffer(1)))!=$t||ii&&Ht(new ii)!=ce||Ps&&Ht(Ps.resolve())!=mt||jr&&Ht(new jr)!=ze||ni&&Ht(new ni)!=xt)&&(Ht=function(t){var r=Zt(t),s=r==Je?t.constructor:n,p=s?J0(s):"";if(p)switch(p){case w6:return $t;case S6:return ce;case C6:return mt;case k6:return ze;case j6:return xt}return r});function Fp(t,r,s){for(var p=-1,g=s.length;++p<g;){var S=s[p],I=S.size;switch(S.type){case"drop":t+=I;break;case"dropRight":r-=I;break;case"take":r=Wt(r,t+I);break;case"takeRight":t=Nt(t,r-I);break}}return{start:t,end:r}}function zp(t){var r=t.match(is);return r?r[1].split(ns):[]}function Ul(t,r,s){r=T0(r,t);for(var p=-1,g=r.length,S=!1;++p<g;){var I=Bo(r[p]);if(!(S=t!=null&&s(t,I)))break;t=t[I]}return S||++p!=g?S:(g=t==null?0:t.length,!!g&&yn(g)&&u0(I,g)&&(We(t)||er(t)))}function Bp(t){var r=t.length,s=new t.constructor(r);return r&&typeof t[0]=="string"&&dt.call(t,"index")&&(s.index=t.index,s.input=t.input),s}function Wl(t){return typeof t.constructor=="function"&&!hi(t)?_r(zi(t)):{}}function qp(t,r,s){var p=t.constructor;switch(r){case Ct:return ra(t);case Fe:case Qe:return new p(+t);case $t:return Ep(t,s);case ft:case vt:case At:case ko:case No:case Ot:case jo:case oo:case Vt:return _l(t,s);case ce:return new p;case De:case st:return new p(t);case Re:return _p(t);case ze:return new p;case at:return Tp(t)}}function Up(t,r){var s=r.length;if(!s)return t;var p=s-1;return r[p]=(s>1?"& ":"")+r[p],r=r.join(s>2?", ":" "),t.replace(rs,`{
598
598
  /* [wrapped with `+r+`] */
599
- `)}function Wp(t){return We(t)||er(t)||!!(Zc&&t&&t[Zc])}function u0(t,r){var s=typeof t;return r=r??le,!!r&&(s=="number"||s!="symbol"&&xs.test(t))&&t>-1&&t%1==0&&t<r}function Kt(t,r,s){if(!_t(s))return!1;var p=typeof r;return(p=="number"?no(s)&&u0(r,s.length):p=="string"&&r in s)?qo(s[r],t):!1}function ua(t,r){if(We(t))return!1;var s=typeof t;return s=="number"||s=="symbol"||s=="boolean"||t==null||go(t)?!0:Jn.test(t)||!Po.test(t)||r!=null&&t in gt(r)}function Hp(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}function pa(t){var r=an(t),s=b[r];if(typeof s!="function"||!(r in et.prototype))return!1;if(t===s)return!0;var p=ca(s);return!!p&&t===p[0]}function Gp(t){return!!Hc&&Hc in t}var Yp=Oi?p0:Aa;function hi(t){var r=t&&t.constructor,s=typeof r=="function"&&r.prototype||kr;return t===s}function Hl(t){return t===t&&!_t(t)}function Gl(t,r){return function(s){return s==null?!1:s[t]===r&&(r!==n||t in gt(s))}}function Qp(t){var r=xn(t,function(p){return s.size===m&&s.clear(),p}),s=r.cache;return r}function Zp(t,r){var s=t[1],p=r[1],g=s|p,w=g<(j|L|V),I=p==V&&s==O||p==V&&s==N&&t[7].length<=r[8]||p==(V|N)&&r[7].length<=r[8]&&s==O;if(!(w||I))return t;p&j&&(t[2]=r[2],g|=s&j?0:D);var R=r[3];if(R){var B=t[3];t[3]=B?Il(B,R,r[4]):R,t[4]=B?k0(t[3],v):r[4]}return R=r[5],R&&(B=t[5],t[5]=B?Al(B,R,r[6]):R,t[6]=B?k0(t[5],v):r[6]),R=r[7],R&&(t[7]=R),p&V&&(t[8]=t[8]==null?r[8]:Wt(t[8],r[8])),t[9]==null&&(t[9]=r[9]),t[0]=r[0],t[1]=g,t}function Kp(t){var r=[];if(t!=null)for(var s in gt(t))r.push(s);return r}function Xp(t){return Ni.call(t)}function Yl(t,r,s){return r=Nt(r===n?t.length-1:r,0),function(){for(var p=arguments,g=-1,w=Nt(p.length-r,0),I=G(w);++g<w;)I[g]=p[r+g];g=-1;for(var R=G(r+1);++g<r;)R[g]=p[g];return R[r]=s(I),xo(t,this,R)}}function Ql(t,r){return r.length<2?t:K0(t,Vo(r,0,-1))}function Jp(t,r){for(var s=t.length,p=Wt(r.length,s),g=io(t);p--;){var w=r[p];t[p]=u0(w,s)?g[w]:n}return t}function xa(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}var Zl=Xl(vl),yi=h6||function(t,r){return zt.setTimeout(t,r)},ha=Xl(Sp);function Kl(t,r,s){var p=r+"";return ha(t,Up(p,e4(zp(p),s)))}function Xl(t){var r=0,s=0;return function(){var p=m6(),g=W-(p-s);if(s=p,g>0){if(++r>=Z)return arguments[0]}else r=0;return t.apply(n,arguments)}}function ln(t,r){var s=-1,p=t.length,g=p-1;for(r=r===n?p:r;++s<r;){var w=Zs(s,g),I=t[w];t[w]=t[s],t[s]=I}return t.length=r,t}var Jl=Qp(function(t){var r=[];return t.charCodeAt(0)===46&&r.push(""),t.replace(es,function(s,p,g,w){r.push(g?w.replace(as,"$1"):p||s)}),r});function Bo(t){if(typeof t=="string"||go(t))return t;var r=t+"";return r=="0"&&1/t==-ae?"-0":r}function J0(t){if(t!=null){try{return Di.call(t)}catch{}try{return t+""}catch{}}return""}function e4(t,r){return ho(te,function(s){var p="_."+s[0];r&s[1]&&!Ri(t,p)&&t.push(p)}),t.sort()}function ed(t){if(t instanceof et)return t.clone();var r=new Io(t.__wrapped__,t.__chain__);return r.__actions__=io(t.__actions__),r.__index__=t.__index__,r.__values__=t.__values__,r}function t4(t,r,s){(s?Kt(t,r,s):r===n)?r=1:r=Nt(Ge(r),0);var p=t==null?0:t.length;if(!p||r<1)return[];for(var g=0,w=0,I=G(Ui(p/r));g<p;)I[w++]=Vo(t,g,g+=r);return I}function o4(t){for(var r=-1,s=t==null?0:t.length,p=0,g=[];++r<s;){var w=t[r];w&&(g[p++]=w)}return g}function r4(){var t=arguments.length;if(!t)return[];for(var r=G(t-1),s=arguments[0],p=t;p--;)r[p-1]=arguments[p];return C0(We(s)?io(s):[s],Bt(r,1))}var i4=Ke(function(t,r){return Rt(t)?li(t,Bt(r,1,Rt,!0)):[]}),n4=Ke(function(t,r){var s=Ro(r);return Rt(s)&&(s=n),Rt(t)?li(t,Bt(r,1,Rt,!0),$e(s,2)):[]}),s4=Ke(function(t,r){var s=Ro(r);return Rt(s)&&(s=n),Rt(t)?li(t,Bt(r,1,Rt,!0),n,s):[]});function a4(t,r,s){var p=t==null?0:t.length;return p?(r=s||r===n?1:Ge(r),Vo(t,r<0?0:r,p)):[]}function c4(t,r,s){var p=t==null?0:t.length;return p?(r=s||r===n?1:Ge(r),r=p-r,Vo(t,0,r<0?0:r)):[]}function l4(t,r){return t&&t.length?en(t,$e(r,3),!0,!0):[]}function d4(t,r){return t&&t.length?en(t,$e(r,3),!0):[]}function u4(t,r,s,p){var g=t==null?0:t.length;return g?(s&&typeof s!="number"&&Kt(t,r,s)&&(s=0,p=g),rp(t,r,s,p)):[]}function td(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=s==null?0:Ge(s);return g<0&&(g=Nt(p+g,0)),Li(t,$e(r,3),g)}function od(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=p-1;return s!==n&&(g=Ge(s),g=s<0?Nt(p+g,0):Wt(g,p-1)),Li(t,$e(r,3),g,!0)}function rd(t){var r=t==null?0:t.length;return r?Bt(t,1):[]}function p4(t){var r=t==null?0:t.length;return r?Bt(t,ae):[]}function x4(t,r){var s=t==null?0:t.length;return s?(r=r===n?1:Ge(r),Bt(t,r)):[]}function h4(t){for(var r=-1,s=t==null?0:t.length,p={};++r<s;){var g=t[r];Ko(p,g[0],g[1])}return p}function id(t){return t&&t.length?t[0]:n}function y4(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=s==null?0:Ge(s);return g<0&&(g=Nt(p+g,0)),br(t,r,g)}function f4(t){var r=t==null?0:t.length;return r?Vo(t,0,-1):[]}var g4=Ke(function(t){var r=kt(t,ta);return r.length&&r[0]===t[0]?Ws(r):[]}),m4=Ke(function(t){var r=Ro(t),s=kt(t,ta);return r===Ro(s)?r=n:s.pop(),s.length&&s[0]===t[0]?Ws(s,$e(r,2)):[]}),v4=Ke(function(t){var r=Ro(t),s=kt(t,ta);return r=typeof r=="function"?r:n,r&&s.pop(),s.length&&s[0]===t[0]?Ws(s,n,r):[]});function b4(t,r){return t==null?"":f6.call(t,r)}function Ro(t){var r=t==null?0:t.length;return r?t[r-1]:n}function w4(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=p;return s!==n&&(g=Ge(s),g=g<0?Nt(p+g,0):Wt(g,p-1)),r===r?e6(t,r,g):Li(t,Nc,g,!0)}function S4(t,r){return t&&t.length?yl(t,Ge(r)):n}var C4=Ke(nd);function nd(t,r){return t&&t.length&&r&&r.length?Qs(t,r):t}function k4(t,r,s){return t&&t.length&&r&&r.length?Qs(t,r,$e(s,2)):t}function j4(t,r,s){return t&&t.length&&r&&r.length?Qs(t,r,n,s):t}var E4=d0(function(t,r){var s=t==null?0:t.length,p=zs(t,r);return ml(t,kt(r,function(g){return u0(g,s)?+g:g}).sort(Tl)),p});function _4(t,r){var s=[];if(!(t&&t.length))return s;var p=-1,g=[],w=t.length;for(r=$e(r,3);++p<w;){var I=t[p];r(I,p,t)&&(s.push(I),g.push(p))}return ml(t,g),s}function ya(t){return t==null?t:b6.call(t)}function T4(t,r,s){var p=t==null?0:t.length;return p?(s&&typeof s!="number"&&Kt(t,r,s)?(r=0,s=p):(r=r==null?0:Ge(r),s=s===n?p:Ge(s)),Vo(t,r,s)):[]}function I4(t,r){return Ji(t,r)}function A4(t,r,s){return Xs(t,r,$e(s,2))}function V4(t,r){var s=t==null?0:t.length;if(s){var p=Ji(t,r);if(p<s&&qo(t[p],r))return p}return-1}function R4(t,r){return Ji(t,r,!0)}function L4(t,r,s){return Xs(t,r,$e(s,2),!0)}function $4(t,r){var s=t==null?0:t.length;if(s){var p=Ji(t,r,!0)-1;if(qo(t[p],r))return p}return-1}function M4(t){return t&&t.length?bl(t):[]}function O4(t,r){return t&&t.length?bl(t,$e(r,2)):[]}function D4(t){var r=t==null?0:t.length;return r?Vo(t,1,r):[]}function N4(t,r,s){return t&&t.length?(r=s||r===n?1:Ge(r),Vo(t,0,r<0?0:r)):[]}function P4(t,r,s){var p=t==null?0:t.length;return p?(r=s||r===n?1:Ge(r),r=p-r,Vo(t,r<0?0:r,p)):[]}function F4(t,r){return t&&t.length?en(t,$e(r,3),!1,!0):[]}function z4(t,r){return t&&t.length?en(t,$e(r,3)):[]}var B4=Ke(function(t){return _0(Bt(t,1,Rt,!0))}),q4=Ke(function(t){var r=Ro(t);return Rt(r)&&(r=n),_0(Bt(t,1,Rt,!0),$e(r,2))}),U4=Ke(function(t){var r=Ro(t);return r=typeof r=="function"?r:n,_0(Bt(t,1,Rt,!0),n,r)});function W4(t){return t&&t.length?_0(t):[]}function H4(t,r){return t&&t.length?_0(t,$e(r,2)):[]}function G4(t,r){return r=typeof r=="function"?r:n,t&&t.length?_0(t,n,r):[]}function fa(t){if(!(t&&t.length))return[];var r=0;return t=S0(t,function(s){if(Rt(s))return r=Nt(s.length,r),!0}),Ls(r,function(s){return kt(t,As(s))})}function sd(t,r){if(!(t&&t.length))return[];var s=fa(t);return r==null?s:kt(s,function(p){return xo(r,n,p)})}var Y4=Ke(function(t,r){return Rt(t)?li(t,r):[]}),Q4=Ke(function(t){return ea(S0(t,Rt))}),Z4=Ke(function(t){var r=Ro(t);return Rt(r)&&(r=n),ea(S0(t,Rt),$e(r,2))}),K4=Ke(function(t){var r=Ro(t);return r=typeof r=="function"?r:n,ea(S0(t,Rt),n,r)}),X4=Ke(fa);function J4(t,r){return kl(t||[],r||[],ci)}function ex(t,r){return kl(t||[],r||[],pi)}var tx=Ke(function(t){var r=t.length,s=r>1?t[r-1]:n;return s=typeof s=="function"?(t.pop(),s):n,sd(t,s)});function ad(t){var r=b(t);return r.__chain__=!0,r}function ox(t,r){return r(t),t}function dn(t,r){return r(t)}var rx=d0(function(t){var r=t.length,s=r?t[0]:0,p=this.__wrapped__,g=function(w){return zs(w,t)};return r>1||this.__actions__.length||!(p instanceof et)||!u0(s)?this.thru(g):(p=p.slice(s,+s+(r?1:0)),p.__actions__.push({func:dn,args:[g],thisArg:n}),new Io(p,this.__chain__).thru(function(w){return r&&!w.length&&w.push(n),w}))});function ix(){return ad(this)}function nx(){return new Io(this.value(),this.__chain__)}function sx(){this.__values__===n&&(this.__values__=wd(this.value()));var t=this.__index__>=this.__values__.length,r=t?n:this.__values__[this.__index__++];return{done:t,value:r}}function ax(){return this}function cx(t){for(var r,s=this;s instanceof Yi;){var p=ed(s);p.__index__=0,p.__values__=n,r?g.__wrapped__=p:r=p;var g=p;s=s.__wrapped__}return g.__wrapped__=t,r}function lx(){var t=this.__wrapped__;if(t instanceof et){var r=t;return this.__actions__.length&&(r=new et(this)),r=r.reverse(),r.__actions__.push({func:dn,args:[ya],thisArg:n}),new Io(r,this.__chain__)}return this.thru(ya)}function dx(){return Cl(this.__wrapped__,this.__actions__)}var ux=tn(function(t,r,s){dt.call(t,s)?++t[s]:Ko(t,s,1)});function px(t,r,s){var p=We(t)?Oc:op;return s&&Kt(t,r,s)&&(r=n),p(t,$e(r,3))}function xx(t,r){var s=We(t)?S0:sl;return s(t,$e(r,3))}var hx=$l(td),yx=$l(od);function fx(t,r){return Bt(un(t,r),1)}function gx(t,r){return Bt(un(t,r),ae)}function mx(t,r,s){return s=s===n?1:Ge(s),Bt(un(t,r),s)}function cd(t,r){var s=We(t)?ho:E0;return s(t,$e(r,3))}function ld(t,r){var s=We(t)?D2:nl;return s(t,$e(r,3))}var vx=tn(function(t,r,s){dt.call(t,s)?t[s].push(r):Ko(t,s,[r])});function bx(t,r,s,p){t=no(t)?t:Rr(t),s=s&&!p?Ge(s):0;var g=t.length;return s<0&&(s=Nt(g+s,0)),fn(t)?s<=g&&t.indexOf(r,s)>-1:!!g&&br(t,r,s)>-1}var wx=Ke(function(t,r,s){var p=-1,g=typeof r=="function",w=no(t)?G(t.length):[];return E0(t,function(I){w[++p]=g?xo(r,I,s):di(I,r,s)}),w}),Sx=tn(function(t,r,s){Ko(t,s,r)});function un(t,r){var s=We(t)?kt:pl;return s(t,$e(r,3))}function Cx(t,r,s,p){return t==null?[]:(We(r)||(r=r==null?[]:[r]),s=p?n:s,We(s)||(s=s==null?[]:[s]),fl(t,r,s))}var kx=tn(function(t,r,s){t[s?0:1].push(r)},function(){return[[],[]]});function jx(t,r,s){var p=We(t)?Ts:Fc,g=arguments.length<3;return p(t,$e(r,4),s,g,E0)}function Ex(t,r,s){var p=We(t)?N2:Fc,g=arguments.length<3;return p(t,$e(r,4),s,g,nl)}function _x(t,r){var s=We(t)?S0:sl;return s(t,hn($e(r,3)))}function Tx(t){var r=We(t)?tl:bp;return r(t)}function Ix(t,r,s){(s?Kt(t,r,s):r===n)?r=1:r=Ge(r);var p=We(t)?K6:wp;return p(t,r)}function Ax(t){var r=We(t)?X6:Cp;return r(t)}function Vx(t){if(t==null)return 0;if(no(t))return fn(t)?Sr(t):t.length;var r=Ht(t);return r==ce||r==ze?t.size:Gs(t).length}function Rx(t,r,s){var p=We(t)?Is:kp;return s&&Kt(t,r,s)&&(r=n),p(t,$e(r,3))}var Lx=Ke(function(t,r){if(t==null)return[];var s=r.length;return s>1&&Kt(t,r[0],r[1])?r=[]:s>2&&Kt(r[0],r[1],r[2])&&(r=[r[0]]),fl(t,Bt(r,1),[])}),pn=x6||function(){return zt.Date.now()};function $x(t,r){if(typeof r!="function")throw new To(u);return t=Ge(t),function(){if(--t<1)return r.apply(this,arguments)}}function dd(t,r,s){return r=s?n:r,r=t&&r==null?t.length:r,l0(t,V,n,n,n,n,r)}function ud(t,r){var s;if(typeof r!="function")throw new To(u);return t=Ge(t),function(){return--t>0&&(s=r.apply(this,arguments)),t<=1&&(r=n),s}}var ga=Ke(function(t,r,s){var p=j;if(s.length){var g=k0(s,Ar(ga));p|=A}return l0(t,p,r,s,g)}),pd=Ke(function(t,r,s){var p=j|L;if(s.length){var g=k0(s,Ar(pd));p|=A}return l0(r,p,t,s,g)});function xd(t,r,s){r=s?n:r;var p=l0(t,O,n,n,n,n,n,r);return p.placeholder=xd.placeholder,p}function hd(t,r,s){r=s?n:r;var p=l0(t,M,n,n,n,n,n,r);return p.placeholder=hd.placeholder,p}function yd(t,r,s){var p,g,w,I,R,B,J=0,ee=!1,oe=!1,ye=!0;if(typeof t!="function")throw new To(u);r=Lo(r)||0,_t(s)&&(ee=!!s.leading,oe="maxWait"in s,w=oe?Nt(Lo(s.maxWait)||0,r):w,ye="trailing"in s?!!s.trailing:ye);function ke(Lt){var Uo=p,h0=g;return p=g=n,J=Lt,I=t.apply(h0,Uo),I}function Oe(Lt){return J=Lt,R=yi(Xe,r),ee?ke(Lt):I}function Ye(Lt){var Uo=Lt-B,h0=Lt-J,Md=r-Uo;return oe?Wt(Md,w-h0):Md}function Le(Lt){var Uo=Lt-B,h0=Lt-J;return B===n||Uo>=r||Uo<0||oe&&h0>=w}function Xe(){var Lt=pn();if(Le(Lt))return tt(Lt);R=yi(Xe,Ye(Lt))}function tt(Lt){return R=n,ye&&p?ke(Lt):(p=g=n,I)}function mo(){R!==n&&jl(R),J=0,p=B=g=R=n}function Xt(){return R===n?I:tt(pn())}function vo(){var Lt=pn(),Uo=Le(Lt);if(p=arguments,g=this,B=Lt,Uo){if(R===n)return Oe(B);if(oe)return jl(R),R=yi(Xe,r),ke(B)}return R===n&&(R=yi(Xe,r)),I}return vo.cancel=mo,vo.flush=Xt,vo}var Mx=Ke(function(t,r){return il(t,1,r)}),Ox=Ke(function(t,r,s){return il(t,Lo(r)||0,s)});function Dx(t){return l0(t,U)}function xn(t,r){if(typeof t!="function"||r!=null&&typeof r!="function")throw new To(u);var s=function(){var p=arguments,g=r?r.apply(this,p):p[0],w=s.cache;if(w.has(g))return w.get(g);var I=t.apply(this,p);return s.cache=w.set(g,I)||w,I};return s.cache=new(xn.Cache||c0),s}xn.Cache=c0;function hn(t){if(typeof t!="function")throw new To(u);return function(){var r=arguments;switch(r.length){case 0:return!t.call(this);case 1:return!t.call(this,r[0]);case 2:return!t.call(this,r[0],r[1]);case 3:return!t.call(this,r[0],r[1],r[2])}return!t.apply(this,r)}}function Nx(t){return ud(2,t)}var Px=jp(function(t,r){r=r.length==1&&We(r[0])?kt(r[0],yo($e())):kt(Bt(r,1),yo($e()));var s=r.length;return Ke(function(p){for(var g=-1,w=Wt(p.length,s);++g<w;)p[g]=r[g].call(this,p[g]);return xo(t,this,p)})}),ma=Ke(function(t,r){var s=k0(r,Ar(ma));return l0(t,A,n,r,s)}),fd=Ke(function(t,r){var s=k0(r,Ar(fd));return l0(t,_,n,r,s)}),Fx=d0(function(t,r){return l0(t,N,n,n,n,r)});function zx(t,r){if(typeof t!="function")throw new To(u);return r=r===n?r:Ge(r),Ke(t,r)}function Bx(t,r){if(typeof t!="function")throw new To(u);return r=r==null?0:Nt(Ge(r),0),Ke(function(s){var p=s[r],g=I0(s,0,r);return p&&C0(g,p),xo(t,this,g)})}function qx(t,r,s){var p=!0,g=!0;if(typeof t!="function")throw new To(u);return _t(s)&&(p="leading"in s?!!s.leading:p,g="trailing"in s?!!s.trailing:g),yd(t,r,{leading:p,maxWait:r,trailing:g})}function Ux(t){return dd(t,1)}function Wx(t,r){return ma(oa(r),t)}function Hx(){if(!arguments.length)return[];var t=arguments[0];return We(t)?t:[t]}function Gx(t){return Ao(t,E)}function Yx(t,r){return r=typeof r=="function"?r:n,Ao(t,E,r)}function Qx(t){return Ao(t,S|E)}function Zx(t,r){return r=typeof r=="function"?r:n,Ao(t,S|E,r)}function Kx(t,r){return r==null||rl(t,r,Ft(r))}function qo(t,r){return t===r||t!==t&&r!==r}var Xx=sn(Us),Jx=sn(function(t,r){return t>=r}),er=ll((function(){return arguments})())?ll:function(t){return It(t)&&dt.call(t,"callee")&&!Qc.call(t,"callee")},We=G.isArray,eh=Ac?yo(Ac):cp;function no(t){return t!=null&&yn(t.length)&&!p0(t)}function Rt(t){return It(t)&&no(t)}function th(t){return t===!0||t===!1||It(t)&&Zt(t)==Fe}var A0=y6||Aa,oh=Vc?yo(Vc):lp;function rh(t){return It(t)&&t.nodeType===1&&!fi(t)}function ih(t){if(t==null)return!0;if(no(t)&&(We(t)||typeof t=="string"||typeof t.splice=="function"||A0(t)||Vr(t)||er(t)))return!t.length;var r=Ht(t);if(r==ce||r==ze)return!t.size;if(hi(t))return!Gs(t).length;for(var s in t)if(dt.call(t,s))return!1;return!0}function nh(t,r){return ui(t,r)}function sh(t,r,s){s=typeof s=="function"?s:n;var p=s?s(t,r):n;return p===n?ui(t,r,n,s):!!p}function va(t){if(!It(t))return!1;var r=Zt(t);return r==be||r==it||typeof t.message=="string"&&typeof t.name=="string"&&!fi(t)}function ah(t){return typeof t=="number"&&Kc(t)}function p0(t){if(!_t(t))return!1;var r=Zt(t);return r==Ve||r==fe||r==Pe||r==se}function gd(t){return typeof t=="number"&&t==Ge(t)}function yn(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=le}function _t(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}function It(t){return t!=null&&typeof t=="object"}var md=Rc?yo(Rc):up;function ch(t,r){return t===r||Hs(t,r,la(r))}function lh(t,r,s){return s=typeof s=="function"?s:n,Hs(t,r,la(r),s)}function dh(t){return vd(t)&&t!=+t}function uh(t){if(Yp(t))throw new Be(d);return dl(t)}function ph(t){return t===null}function xh(t){return t==null}function vd(t){return typeof t=="number"||It(t)&&Zt(t)==De}function fi(t){if(!It(t)||Zt(t)!=Je)return!1;var r=zi(t);if(r===null)return!0;var s=dt.call(r,"constructor")&&r.constructor;return typeof s=="function"&&s instanceof s&&Di.call(s)==l6}var ba=Lc?yo(Lc):pp;function hh(t){return gd(t)&&t>=-le&&t<=le}var bd=$c?yo($c):xp;function fn(t){return typeof t=="string"||!We(t)&&It(t)&&Zt(t)==st}function go(t){return typeof t=="symbol"||It(t)&&Zt(t)==at}var Vr=Mc?yo(Mc):hp;function yh(t){return t===n}function fh(t){return It(t)&&Ht(t)==xt}function gh(t){return It(t)&&Zt(t)==yt}var mh=sn(Ys),vh=sn(function(t,r){return t<=r});function wd(t){if(!t)return[];if(no(t))return fn(t)?Fo(t):io(t);if(ri&&t[ri])return K2(t[ri]());var r=Ht(t),s=r==ce?Ms:r==ze?$i:Rr;return s(t)}function x0(t){if(!t)return t===0?t:0;if(t=Lo(t),t===ae||t===-ae){var r=t<0?-1:1;return r*Te}return t===t?t:0}function Ge(t){var r=x0(t),s=r%1;return r===r?s?r-s:r:0}function Sd(t){return t?Z0(Ge(t),0,pe):0}function Lo(t){if(typeof t=="number")return t;if(go(t))return xe;if(_t(t)){var r=typeof t.valueOf=="function"?t.valueOf():t;t=_t(r)?r+"":r}if(typeof t!="string")return t===0?t:+t;t=zc(t);var s=ds.test(t);return s||ps.test(t)?$2(t.slice(2),s?2:8):ls.test(t)?xe:+t}function Cd(t){return Jo(t,so(t))}function bh(t){return t?Z0(Ge(t),-le,le):t===0?t:0}function ut(t){return t==null?"":fo(t)}var wh=Tr(function(t,r){if(hi(r)||no(r)){Jo(r,Ft(r),t);return}for(var s in r)dt.call(r,s)&&ci(t,s,r[s])}),kd=Tr(function(t,r){Jo(r,so(r),t)}),jd=Tr(function(t,r,s,p){Jo(r,so(r),t,p)}),wa=Tr(function(t,r,s,p){Jo(r,Ft(r),t,p)}),Sh=d0(zs);function Ch(t,r){var s=_r(t);return r==null?s:ol(s,r)}var kh=Ke(function(t,r){t=gt(t);var s=-1,p=r.length,g=p>2?r[2]:n;for(g&&Kt(r[0],r[1],g)&&(p=1);++s<p;)for(var w=r[s],I=so(w),R=-1,B=I.length;++R<B;){var J=I[R],ee=t[J];(ee===n||qo(ee,kr[J])&&!dt.call(t,J))&&(t[J]=w[J])}return t}),jh=Ke(function(t){return t.push(n,zl),xo(Ed,n,t)});function Eh(t,r){return Dc(t,$e(r,3),Xo)}function _h(t,r){return Dc(t,$e(r,3),qs)}function Th(t,r){return t==null?t:Bs(t,$e(r,3),so)}function Ih(t,r){return t==null?t:al(t,$e(r,3),so)}function Ah(t,r){return t&&Xo(t,$e(r,3))}function Vh(t,r){return t&&qs(t,$e(r,3))}function Rh(t){return t==null?[]:Ki(t,Ft(t))}function Lh(t){return t==null?[]:Ki(t,so(t))}function Sa(t,r,s){var p=t==null?n:K0(t,r);return p===n?s:p}function $h(t,r){return t!=null&&Ul(t,r,ip)}function Ca(t,r){return t!=null&&Ul(t,r,np)}var Mh=Ol(function(t,r,s){r!=null&&typeof r.toString!="function"&&(r=Ni.call(r)),t[r]=s},ja(ao)),Oh=Ol(function(t,r,s){r!=null&&typeof r.toString!="function"&&(r=Ni.call(r)),dt.call(t,r)?t[r].push(s):t[r]=[s]},$e),Dh=Ke(di);function Ft(t){return no(t)?el(t):Gs(t)}function so(t){return no(t)?el(t,!0):yp(t)}function Nh(t,r){var s={};return r=$e(r,3),Xo(t,function(p,g,w){Ko(s,r(p,g,w),p)}),s}function Ph(t,r){var s={};return r=$e(r,3),Xo(t,function(p,g,w){Ko(s,g,r(p,g,w))}),s}var Fh=Tr(function(t,r,s){Xi(t,r,s)}),Ed=Tr(function(t,r,s,p){Xi(t,r,s,p)}),zh=d0(function(t,r){var s={};if(t==null)return s;var p=!1;r=kt(r,function(w){return w=T0(w,t),p||(p=w.length>1),w}),Jo(t,aa(t),s),p&&(s=Ao(s,S|C|E,Op));for(var g=r.length;g--;)Js(s,r[g]);return s});function Bh(t,r){return _d(t,hn($e(r)))}var qh=d0(function(t,r){return t==null?{}:gp(t,r)});function _d(t,r){if(t==null)return{};var s=kt(aa(t),function(p){return[p]});return r=$e(r),gl(t,s,function(p,g){return r(p,g[0])})}function Uh(t,r,s){r=T0(r,t);var p=-1,g=r.length;for(g||(g=1,t=n);++p<g;){var w=t==null?n:t[Bo(r[p])];w===n&&(p=g,w=s),t=p0(w)?w.call(t):w}return t}function Wh(t,r,s){return t==null?t:pi(t,r,s)}function Hh(t,r,s,p){return p=typeof p=="function"?p:n,t==null?t:pi(t,r,s,p)}var Td=Pl(Ft),Id=Pl(so);function Gh(t,r,s){var p=We(t),g=p||A0(t)||Vr(t);if(r=$e(r,4),s==null){var w=t&&t.constructor;g?s=p?new w:[]:_t(t)?s=p0(w)?_r(zi(t)):{}:s={}}return(g?ho:Xo)(t,function(I,R,B){return r(s,I,R,B)}),s}function Yh(t,r){return t==null?!0:Js(t,r)}function Qh(t,r,s){return t==null?t:Sl(t,r,oa(s))}function Zh(t,r,s,p){return p=typeof p=="function"?p:n,t==null?t:Sl(t,r,oa(s),p)}function Rr(t){return t==null?[]:$s(t,Ft(t))}function Kh(t){return t==null?[]:$s(t,so(t))}function Xh(t,r,s){return s===n&&(s=r,r=n),s!==n&&(s=Lo(s),s=s===s?s:0),r!==n&&(r=Lo(r),r=r===r?r:0),Z0(Lo(t),r,s)}function Jh(t,r,s){return r=x0(r),s===n?(s=r,r=0):s=x0(s),t=Lo(t),sp(t,r,s)}function e9(t,r,s){if(s&&typeof s!="boolean"&&Kt(t,r,s)&&(r=s=n),s===n&&(typeof r=="boolean"?(s=r,r=n):typeof t=="boolean"&&(s=t,t=n)),t===n&&r===n?(t=0,r=1):(t=x0(t),r===n?(r=t,t=0):r=x0(r)),t>r){var p=t;t=r,r=p}if(s||t%1||r%1){var g=Xc();return Wt(t+g*(r-t+L2("1e-"+((g+"").length-1))),r)}return Zs(t,r)}var t9=Ir(function(t,r,s){return r=r.toLowerCase(),t+(s?Ad(r):r)});function Ad(t){return ka(ut(t).toLowerCase())}function Vd(t){return t=ut(t),t&&t.replace(hs,H2).replace(C2,"")}function o9(t,r,s){t=ut(t),r=fo(r);var p=t.length;s=s===n?p:Z0(Ge(s),0,p);var g=s;return s-=r.length,s>=0&&t.slice(s,g)==r}function r9(t){return t=ut(t),t&&we.test(t)?t.replace(_e,G2):t}function i9(t){return t=ut(t),t&&ts.test(t)?t.replace(ei,"\\$&"):t}var n9=Ir(function(t,r,s){return t+(s?"-":"")+r.toLowerCase()}),s9=Ir(function(t,r,s){return t+(s?" ":"")+r.toLowerCase()}),a9=Ll("toLowerCase");function c9(t,r,s){t=ut(t),r=Ge(r);var p=r?Sr(t):0;if(!r||p>=r)return t;var g=(r-p)/2;return nn(Wi(g),s)+t+nn(Ui(g),s)}function l9(t,r,s){t=ut(t),r=Ge(r);var p=r?Sr(t):0;return r&&p<r?t+nn(r-p,s):t}function d9(t,r,s){t=ut(t),r=Ge(r);var p=r?Sr(t):0;return r&&p<r?nn(r-p,s)+t:t}function u9(t,r,s){return s||r==null?r=0:r&&(r=+r),v6(ut(t).replace(ti,""),r||0)}function p9(t,r,s){return(s?Kt(t,r,s):r===n)?r=1:r=Ge(r),Ks(ut(t),r)}function x9(){var t=arguments,r=ut(t[0]);return t.length<3?r:r.replace(t[1],t[2])}var h9=Ir(function(t,r,s){return t+(s?"_":"")+r.toLowerCase()});function y9(t,r,s){return s&&typeof s!="number"&&Kt(t,r,s)&&(r=s=n),s=s===n?pe:s>>>0,s?(t=ut(t),t&&(typeof r=="string"||r!=null&&!ba(r))&&(r=fo(r),!r&&wr(t))?I0(Fo(t),0,s):t.split(r,s)):[]}var f9=Ir(function(t,r,s){return t+(s?" ":"")+ka(r)});function g9(t,r,s){return t=ut(t),s=s==null?0:Z0(Ge(s),0,t.length),r=fo(r),t.slice(s,s+r.length)==r}function m9(t,r,s){var p=b.templateSettings;s&&Kt(t,r,s)&&(r=n),t=ut(t),r=wa({},r,p,Fl);var g=wa({},r.imports,p.imports,Fl),w=Ft(g),I=$s(g,w);ho(w,function(Le){if(Ii.test(Le))throw new Be(x)});var R,B,J=0,ee=r.interpolate||gr,oe="__p += '",ye=Os((r.escape||gr).source+"|"+ee.source+"|"+(ee===Ze?cs:gr).source+"|"+(r.evaluate||gr).source+"|$","g"),ke="//# sourceURL="+(dt.call(r,"sourceURL")?(r.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++T2+"]")+`
599
+ `)}function Wp(t){return We(t)||er(t)||!!(Zc&&t&&t[Zc])}function u0(t,r){var s=typeof t;return r=r??le,!!r&&(s=="number"||s!="symbol"&&xs.test(t))&&t>-1&&t%1==0&&t<r}function Kt(t,r,s){if(!_t(s))return!1;var p=typeof r;return(p=="number"?no(s)&&u0(r,s.length):p=="string"&&r in s)?qo(s[r],t):!1}function ua(t,r){if(We(t))return!1;var s=typeof t;return s=="number"||s=="symbol"||s=="boolean"||t==null||go(t)?!0:Jn.test(t)||!Po.test(t)||r!=null&&t in gt(r)}function Hp(t){var r=typeof t;return r=="string"||r=="number"||r=="symbol"||r=="boolean"?t!=="__proto__":t===null}function pa(t){var r=an(t),s=b[r];if(typeof s!="function"||!(r in et.prototype))return!1;if(t===s)return!0;var p=ca(s);return!!p&&t===p[0]}function Gp(t){return!!Hc&&Hc in t}var Yp=Oi?p0:Aa;function hi(t){var r=t&&t.constructor,s=typeof r=="function"&&r.prototype||kr;return t===s}function Hl(t){return t===t&&!_t(t)}function Gl(t,r){return function(s){return s==null?!1:s[t]===r&&(r!==n||t in gt(s))}}function Qp(t){var r=xn(t,function(p){return s.size===v&&s.clear(),p}),s=r.cache;return r}function Zp(t,r){var s=t[1],p=r[1],g=s|p,S=g<(j|L|V),I=p==V&&s==O||p==V&&s==N&&t[7].length<=r[8]||p==(V|N)&&r[7].length<=r[8]&&s==O;if(!(S||I))return t;p&j&&(t[2]=r[2],g|=s&j?0:D);var R=r[3];if(R){var B=t[3];t[3]=B?Il(B,R,r[4]):R,t[4]=B?k0(t[3],m):r[4]}return R=r[5],R&&(B=t[5],t[5]=B?Al(B,R,r[6]):R,t[6]=B?k0(t[5],m):r[6]),R=r[7],R&&(t[7]=R),p&V&&(t[8]=t[8]==null?r[8]:Wt(t[8],r[8])),t[9]==null&&(t[9]=r[9]),t[0]=r[0],t[1]=g,t}function Kp(t){var r=[];if(t!=null)for(var s in gt(t))r.push(s);return r}function Xp(t){return Ni.call(t)}function Yl(t,r,s){return r=Nt(r===n?t.length-1:r,0),function(){for(var p=arguments,g=-1,S=Nt(p.length-r,0),I=G(S);++g<S;)I[g]=p[r+g];g=-1;for(var R=G(r+1);++g<r;)R[g]=p[g];return R[r]=s(I),xo(t,this,R)}}function Ql(t,r){return r.length<2?t:K0(t,Vo(r,0,-1))}function Jp(t,r){for(var s=t.length,p=Wt(r.length,s),g=io(t);p--;){var S=r[p];t[p]=u0(S,s)?g[S]:n}return t}function xa(t,r){if(!(r==="constructor"&&typeof t[r]=="function")&&r!="__proto__")return t[r]}var Zl=Xl(vl),yi=h6||function(t,r){return zt.setTimeout(t,r)},ha=Xl(Sp);function Kl(t,r,s){var p=r+"";return ha(t,Up(p,e4(zp(p),s)))}function Xl(t){var r=0,s=0;return function(){var p=m6(),g=W-(p-s);if(s=p,g>0){if(++r>=Z)return arguments[0]}else r=0;return t.apply(n,arguments)}}function ln(t,r){var s=-1,p=t.length,g=p-1;for(r=r===n?p:r;++s<r;){var S=Zs(s,g),I=t[S];t[S]=t[s],t[s]=I}return t.length=r,t}var Jl=Qp(function(t){var r=[];return t.charCodeAt(0)===46&&r.push(""),t.replace(es,function(s,p,g,S){r.push(g?S.replace(as,"$1"):p||s)}),r});function Bo(t){if(typeof t=="string"||go(t))return t;var r=t+"";return r=="0"&&1/t==-ae?"-0":r}function J0(t){if(t!=null){try{return Di.call(t)}catch{}try{return t+""}catch{}}return""}function e4(t,r){return ho(te,function(s){var p="_."+s[0];r&s[1]&&!Ri(t,p)&&t.push(p)}),t.sort()}function ed(t){if(t instanceof et)return t.clone();var r=new Io(t.__wrapped__,t.__chain__);return r.__actions__=io(t.__actions__),r.__index__=t.__index__,r.__values__=t.__values__,r}function t4(t,r,s){(s?Kt(t,r,s):r===n)?r=1:r=Nt(Ge(r),0);var p=t==null?0:t.length;if(!p||r<1)return[];for(var g=0,S=0,I=G(Ui(p/r));g<p;)I[S++]=Vo(t,g,g+=r);return I}function o4(t){for(var r=-1,s=t==null?0:t.length,p=0,g=[];++r<s;){var S=t[r];S&&(g[p++]=S)}return g}function r4(){var t=arguments.length;if(!t)return[];for(var r=G(t-1),s=arguments[0],p=t;p--;)r[p-1]=arguments[p];return C0(We(s)?io(s):[s],Bt(r,1))}var i4=Ke(function(t,r){return Rt(t)?li(t,Bt(r,1,Rt,!0)):[]}),n4=Ke(function(t,r){var s=Ro(r);return Rt(s)&&(s=n),Rt(t)?li(t,Bt(r,1,Rt,!0),$e(s,2)):[]}),s4=Ke(function(t,r){var s=Ro(r);return Rt(s)&&(s=n),Rt(t)?li(t,Bt(r,1,Rt,!0),n,s):[]});function a4(t,r,s){var p=t==null?0:t.length;return p?(r=s||r===n?1:Ge(r),Vo(t,r<0?0:r,p)):[]}function c4(t,r,s){var p=t==null?0:t.length;return p?(r=s||r===n?1:Ge(r),r=p-r,Vo(t,0,r<0?0:r)):[]}function l4(t,r){return t&&t.length?en(t,$e(r,3),!0,!0):[]}function d4(t,r){return t&&t.length?en(t,$e(r,3),!0):[]}function u4(t,r,s,p){var g=t==null?0:t.length;return g?(s&&typeof s!="number"&&Kt(t,r,s)&&(s=0,p=g),rp(t,r,s,p)):[]}function td(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=s==null?0:Ge(s);return g<0&&(g=Nt(p+g,0)),Li(t,$e(r,3),g)}function od(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=p-1;return s!==n&&(g=Ge(s),g=s<0?Nt(p+g,0):Wt(g,p-1)),Li(t,$e(r,3),g,!0)}function rd(t){var r=t==null?0:t.length;return r?Bt(t,1):[]}function p4(t){var r=t==null?0:t.length;return r?Bt(t,ae):[]}function x4(t,r){var s=t==null?0:t.length;return s?(r=r===n?1:Ge(r),Bt(t,r)):[]}function h4(t){for(var r=-1,s=t==null?0:t.length,p={};++r<s;){var g=t[r];Ko(p,g[0],g[1])}return p}function id(t){return t&&t.length?t[0]:n}function y4(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=s==null?0:Ge(s);return g<0&&(g=Nt(p+g,0)),br(t,r,g)}function f4(t){var r=t==null?0:t.length;return r?Vo(t,0,-1):[]}var g4=Ke(function(t){var r=kt(t,ta);return r.length&&r[0]===t[0]?Ws(r):[]}),m4=Ke(function(t){var r=Ro(t),s=kt(t,ta);return r===Ro(s)?r=n:s.pop(),s.length&&s[0]===t[0]?Ws(s,$e(r,2)):[]}),v4=Ke(function(t){var r=Ro(t),s=kt(t,ta);return r=typeof r=="function"?r:n,r&&s.pop(),s.length&&s[0]===t[0]?Ws(s,n,r):[]});function b4(t,r){return t==null?"":f6.call(t,r)}function Ro(t){var r=t==null?0:t.length;return r?t[r-1]:n}function w4(t,r,s){var p=t==null?0:t.length;if(!p)return-1;var g=p;return s!==n&&(g=Ge(s),g=g<0?Nt(p+g,0):Wt(g,p-1)),r===r?e6(t,r,g):Li(t,Nc,g,!0)}function S4(t,r){return t&&t.length?yl(t,Ge(r)):n}var C4=Ke(nd);function nd(t,r){return t&&t.length&&r&&r.length?Qs(t,r):t}function k4(t,r,s){return t&&t.length&&r&&r.length?Qs(t,r,$e(s,2)):t}function j4(t,r,s){return t&&t.length&&r&&r.length?Qs(t,r,n,s):t}var E4=d0(function(t,r){var s=t==null?0:t.length,p=zs(t,r);return ml(t,kt(r,function(g){return u0(g,s)?+g:g}).sort(Tl)),p});function _4(t,r){var s=[];if(!(t&&t.length))return s;var p=-1,g=[],S=t.length;for(r=$e(r,3);++p<S;){var I=t[p];r(I,p,t)&&(s.push(I),g.push(p))}return ml(t,g),s}function ya(t){return t==null?t:b6.call(t)}function T4(t,r,s){var p=t==null?0:t.length;return p?(s&&typeof s!="number"&&Kt(t,r,s)?(r=0,s=p):(r=r==null?0:Ge(r),s=s===n?p:Ge(s)),Vo(t,r,s)):[]}function I4(t,r){return Ji(t,r)}function A4(t,r,s){return Xs(t,r,$e(s,2))}function V4(t,r){var s=t==null?0:t.length;if(s){var p=Ji(t,r);if(p<s&&qo(t[p],r))return p}return-1}function R4(t,r){return Ji(t,r,!0)}function L4(t,r,s){return Xs(t,r,$e(s,2),!0)}function $4(t,r){var s=t==null?0:t.length;if(s){var p=Ji(t,r,!0)-1;if(qo(t[p],r))return p}return-1}function M4(t){return t&&t.length?bl(t):[]}function O4(t,r){return t&&t.length?bl(t,$e(r,2)):[]}function D4(t){var r=t==null?0:t.length;return r?Vo(t,1,r):[]}function N4(t,r,s){return t&&t.length?(r=s||r===n?1:Ge(r),Vo(t,0,r<0?0:r)):[]}function P4(t,r,s){var p=t==null?0:t.length;return p?(r=s||r===n?1:Ge(r),r=p-r,Vo(t,r<0?0:r,p)):[]}function F4(t,r){return t&&t.length?en(t,$e(r,3),!1,!0):[]}function z4(t,r){return t&&t.length?en(t,$e(r,3)):[]}var B4=Ke(function(t){return _0(Bt(t,1,Rt,!0))}),q4=Ke(function(t){var r=Ro(t);return Rt(r)&&(r=n),_0(Bt(t,1,Rt,!0),$e(r,2))}),U4=Ke(function(t){var r=Ro(t);return r=typeof r=="function"?r:n,_0(Bt(t,1,Rt,!0),n,r)});function W4(t){return t&&t.length?_0(t):[]}function H4(t,r){return t&&t.length?_0(t,$e(r,2)):[]}function G4(t,r){return r=typeof r=="function"?r:n,t&&t.length?_0(t,n,r):[]}function fa(t){if(!(t&&t.length))return[];var r=0;return t=S0(t,function(s){if(Rt(s))return r=Nt(s.length,r),!0}),Ls(r,function(s){return kt(t,As(s))})}function sd(t,r){if(!(t&&t.length))return[];var s=fa(t);return r==null?s:kt(s,function(p){return xo(r,n,p)})}var Y4=Ke(function(t,r){return Rt(t)?li(t,r):[]}),Q4=Ke(function(t){return ea(S0(t,Rt))}),Z4=Ke(function(t){var r=Ro(t);return Rt(r)&&(r=n),ea(S0(t,Rt),$e(r,2))}),K4=Ke(function(t){var r=Ro(t);return r=typeof r=="function"?r:n,ea(S0(t,Rt),n,r)}),X4=Ke(fa);function J4(t,r){return kl(t||[],r||[],ci)}function ex(t,r){return kl(t||[],r||[],pi)}var tx=Ke(function(t){var r=t.length,s=r>1?t[r-1]:n;return s=typeof s=="function"?(t.pop(),s):n,sd(t,s)});function ad(t){var r=b(t);return r.__chain__=!0,r}function ox(t,r){return r(t),t}function dn(t,r){return r(t)}var rx=d0(function(t){var r=t.length,s=r?t[0]:0,p=this.__wrapped__,g=function(S){return zs(S,t)};return r>1||this.__actions__.length||!(p instanceof et)||!u0(s)?this.thru(g):(p=p.slice(s,+s+(r?1:0)),p.__actions__.push({func:dn,args:[g],thisArg:n}),new Io(p,this.__chain__).thru(function(S){return r&&!S.length&&S.push(n),S}))});function ix(){return ad(this)}function nx(){return new Io(this.value(),this.__chain__)}function sx(){this.__values__===n&&(this.__values__=wd(this.value()));var t=this.__index__>=this.__values__.length,r=t?n:this.__values__[this.__index__++];return{done:t,value:r}}function ax(){return this}function cx(t){for(var r,s=this;s instanceof Yi;){var p=ed(s);p.__index__=0,p.__values__=n,r?g.__wrapped__=p:r=p;var g=p;s=s.__wrapped__}return g.__wrapped__=t,r}function lx(){var t=this.__wrapped__;if(t instanceof et){var r=t;return this.__actions__.length&&(r=new et(this)),r=r.reverse(),r.__actions__.push({func:dn,args:[ya],thisArg:n}),new Io(r,this.__chain__)}return this.thru(ya)}function dx(){return Cl(this.__wrapped__,this.__actions__)}var ux=tn(function(t,r,s){dt.call(t,s)?++t[s]:Ko(t,s,1)});function px(t,r,s){var p=We(t)?Oc:op;return s&&Kt(t,r,s)&&(r=n),p(t,$e(r,3))}function xx(t,r){var s=We(t)?S0:sl;return s(t,$e(r,3))}var hx=$l(td),yx=$l(od);function fx(t,r){return Bt(un(t,r),1)}function gx(t,r){return Bt(un(t,r),ae)}function mx(t,r,s){return s=s===n?1:Ge(s),Bt(un(t,r),s)}function cd(t,r){var s=We(t)?ho:E0;return s(t,$e(r,3))}function ld(t,r){var s=We(t)?D2:nl;return s(t,$e(r,3))}var vx=tn(function(t,r,s){dt.call(t,s)?t[s].push(r):Ko(t,s,[r])});function bx(t,r,s,p){t=no(t)?t:Rr(t),s=s&&!p?Ge(s):0;var g=t.length;return s<0&&(s=Nt(g+s,0)),fn(t)?s<=g&&t.indexOf(r,s)>-1:!!g&&br(t,r,s)>-1}var wx=Ke(function(t,r,s){var p=-1,g=typeof r=="function",S=no(t)?G(t.length):[];return E0(t,function(I){S[++p]=g?xo(r,I,s):di(I,r,s)}),S}),Sx=tn(function(t,r,s){Ko(t,s,r)});function un(t,r){var s=We(t)?kt:pl;return s(t,$e(r,3))}function Cx(t,r,s,p){return t==null?[]:(We(r)||(r=r==null?[]:[r]),s=p?n:s,We(s)||(s=s==null?[]:[s]),fl(t,r,s))}var kx=tn(function(t,r,s){t[s?0:1].push(r)},function(){return[[],[]]});function jx(t,r,s){var p=We(t)?Ts:Fc,g=arguments.length<3;return p(t,$e(r,4),s,g,E0)}function Ex(t,r,s){var p=We(t)?N2:Fc,g=arguments.length<3;return p(t,$e(r,4),s,g,nl)}function _x(t,r){var s=We(t)?S0:sl;return s(t,hn($e(r,3)))}function Tx(t){var r=We(t)?tl:bp;return r(t)}function Ix(t,r,s){(s?Kt(t,r,s):r===n)?r=1:r=Ge(r);var p=We(t)?K6:wp;return p(t,r)}function Ax(t){var r=We(t)?X6:Cp;return r(t)}function Vx(t){if(t==null)return 0;if(no(t))return fn(t)?Sr(t):t.length;var r=Ht(t);return r==ce||r==ze?t.size:Gs(t).length}function Rx(t,r,s){var p=We(t)?Is:kp;return s&&Kt(t,r,s)&&(r=n),p(t,$e(r,3))}var Lx=Ke(function(t,r){if(t==null)return[];var s=r.length;return s>1&&Kt(t,r[0],r[1])?r=[]:s>2&&Kt(r[0],r[1],r[2])&&(r=[r[0]]),fl(t,Bt(r,1),[])}),pn=x6||function(){return zt.Date.now()};function $x(t,r){if(typeof r!="function")throw new To(u);return t=Ge(t),function(){if(--t<1)return r.apply(this,arguments)}}function dd(t,r,s){return r=s?n:r,r=t&&r==null?t.length:r,l0(t,V,n,n,n,n,r)}function ud(t,r){var s;if(typeof r!="function")throw new To(u);return t=Ge(t),function(){return--t>0&&(s=r.apply(this,arguments)),t<=1&&(r=n),s}}var ga=Ke(function(t,r,s){var p=j;if(s.length){var g=k0(s,Ar(ga));p|=A}return l0(t,p,r,s,g)}),pd=Ke(function(t,r,s){var p=j|L;if(s.length){var g=k0(s,Ar(pd));p|=A}return l0(r,p,t,s,g)});function xd(t,r,s){r=s?n:r;var p=l0(t,O,n,n,n,n,n,r);return p.placeholder=xd.placeholder,p}function hd(t,r,s){r=s?n:r;var p=l0(t,M,n,n,n,n,n,r);return p.placeholder=hd.placeholder,p}function yd(t,r,s){var p,g,S,I,R,B,J=0,ee=!1,oe=!1,ye=!0;if(typeof t!="function")throw new To(u);r=Lo(r)||0,_t(s)&&(ee=!!s.leading,oe="maxWait"in s,S=oe?Nt(Lo(s.maxWait)||0,r):S,ye="trailing"in s?!!s.trailing:ye);function ke(Lt){var Uo=p,h0=g;return p=g=n,J=Lt,I=t.apply(h0,Uo),I}function Oe(Lt){return J=Lt,R=yi(Xe,r),ee?ke(Lt):I}function Ye(Lt){var Uo=Lt-B,h0=Lt-J,Md=r-Uo;return oe?Wt(Md,S-h0):Md}function Le(Lt){var Uo=Lt-B,h0=Lt-J;return B===n||Uo>=r||Uo<0||oe&&h0>=S}function Xe(){var Lt=pn();if(Le(Lt))return tt(Lt);R=yi(Xe,Ye(Lt))}function tt(Lt){return R=n,ye&&p?ke(Lt):(p=g=n,I)}function mo(){R!==n&&jl(R),J=0,p=B=g=R=n}function Xt(){return R===n?I:tt(pn())}function vo(){var Lt=pn(),Uo=Le(Lt);if(p=arguments,g=this,B=Lt,Uo){if(R===n)return Oe(B);if(oe)return jl(R),R=yi(Xe,r),ke(B)}return R===n&&(R=yi(Xe,r)),I}return vo.cancel=mo,vo.flush=Xt,vo}var Mx=Ke(function(t,r){return il(t,1,r)}),Ox=Ke(function(t,r,s){return il(t,Lo(r)||0,s)});function Dx(t){return l0(t,U)}function xn(t,r){if(typeof t!="function"||r!=null&&typeof r!="function")throw new To(u);var s=function(){var p=arguments,g=r?r.apply(this,p):p[0],S=s.cache;if(S.has(g))return S.get(g);var I=t.apply(this,p);return s.cache=S.set(g,I)||S,I};return s.cache=new(xn.Cache||c0),s}xn.Cache=c0;function hn(t){if(typeof t!="function")throw new To(u);return function(){var r=arguments;switch(r.length){case 0:return!t.call(this);case 1:return!t.call(this,r[0]);case 2:return!t.call(this,r[0],r[1]);case 3:return!t.call(this,r[0],r[1],r[2])}return!t.apply(this,r)}}function Nx(t){return ud(2,t)}var Px=jp(function(t,r){r=r.length==1&&We(r[0])?kt(r[0],yo($e())):kt(Bt(r,1),yo($e()));var s=r.length;return Ke(function(p){for(var g=-1,S=Wt(p.length,s);++g<S;)p[g]=r[g].call(this,p[g]);return xo(t,this,p)})}),ma=Ke(function(t,r){var s=k0(r,Ar(ma));return l0(t,A,n,r,s)}),fd=Ke(function(t,r){var s=k0(r,Ar(fd));return l0(t,_,n,r,s)}),Fx=d0(function(t,r){return l0(t,N,n,n,n,r)});function zx(t,r){if(typeof t!="function")throw new To(u);return r=r===n?r:Ge(r),Ke(t,r)}function Bx(t,r){if(typeof t!="function")throw new To(u);return r=r==null?0:Nt(Ge(r),0),Ke(function(s){var p=s[r],g=I0(s,0,r);return p&&C0(g,p),xo(t,this,g)})}function qx(t,r,s){var p=!0,g=!0;if(typeof t!="function")throw new To(u);return _t(s)&&(p="leading"in s?!!s.leading:p,g="trailing"in s?!!s.trailing:g),yd(t,r,{leading:p,maxWait:r,trailing:g})}function Ux(t){return dd(t,1)}function Wx(t,r){return ma(oa(r),t)}function Hx(){if(!arguments.length)return[];var t=arguments[0];return We(t)?t:[t]}function Gx(t){return Ao(t,E)}function Yx(t,r){return r=typeof r=="function"?r:n,Ao(t,E,r)}function Qx(t){return Ao(t,w|E)}function Zx(t,r){return r=typeof r=="function"?r:n,Ao(t,w|E,r)}function Kx(t,r){return r==null||rl(t,r,Ft(r))}function qo(t,r){return t===r||t!==t&&r!==r}var Xx=sn(Us),Jx=sn(function(t,r){return t>=r}),er=ll((function(){return arguments})())?ll:function(t){return It(t)&&dt.call(t,"callee")&&!Qc.call(t,"callee")},We=G.isArray,eh=Ac?yo(Ac):cp;function no(t){return t!=null&&yn(t.length)&&!p0(t)}function Rt(t){return It(t)&&no(t)}function th(t){return t===!0||t===!1||It(t)&&Zt(t)==Fe}var A0=y6||Aa,oh=Vc?yo(Vc):lp;function rh(t){return It(t)&&t.nodeType===1&&!fi(t)}function ih(t){if(t==null)return!0;if(no(t)&&(We(t)||typeof t=="string"||typeof t.splice=="function"||A0(t)||Vr(t)||er(t)))return!t.length;var r=Ht(t);if(r==ce||r==ze)return!t.size;if(hi(t))return!Gs(t).length;for(var s in t)if(dt.call(t,s))return!1;return!0}function nh(t,r){return ui(t,r)}function sh(t,r,s){s=typeof s=="function"?s:n;var p=s?s(t,r):n;return p===n?ui(t,r,n,s):!!p}function va(t){if(!It(t))return!1;var r=Zt(t);return r==be||r==it||typeof t.message=="string"&&typeof t.name=="string"&&!fi(t)}function ah(t){return typeof t=="number"&&Kc(t)}function p0(t){if(!_t(t))return!1;var r=Zt(t);return r==Ve||r==fe||r==Pe||r==se}function gd(t){return typeof t=="number"&&t==Ge(t)}function yn(t){return typeof t=="number"&&t>-1&&t%1==0&&t<=le}function _t(t){var r=typeof t;return t!=null&&(r=="object"||r=="function")}function It(t){return t!=null&&typeof t=="object"}var md=Rc?yo(Rc):up;function ch(t,r){return t===r||Hs(t,r,la(r))}function lh(t,r,s){return s=typeof s=="function"?s:n,Hs(t,r,la(r),s)}function dh(t){return vd(t)&&t!=+t}function uh(t){if(Yp(t))throw new Be(d);return dl(t)}function ph(t){return t===null}function xh(t){return t==null}function vd(t){return typeof t=="number"||It(t)&&Zt(t)==De}function fi(t){if(!It(t)||Zt(t)!=Je)return!1;var r=zi(t);if(r===null)return!0;var s=dt.call(r,"constructor")&&r.constructor;return typeof s=="function"&&s instanceof s&&Di.call(s)==l6}var ba=Lc?yo(Lc):pp;function hh(t){return gd(t)&&t>=-le&&t<=le}var bd=$c?yo($c):xp;function fn(t){return typeof t=="string"||!We(t)&&It(t)&&Zt(t)==st}function go(t){return typeof t=="symbol"||It(t)&&Zt(t)==at}var Vr=Mc?yo(Mc):hp;function yh(t){return t===n}function fh(t){return It(t)&&Ht(t)==xt}function gh(t){return It(t)&&Zt(t)==yt}var mh=sn(Ys),vh=sn(function(t,r){return t<=r});function wd(t){if(!t)return[];if(no(t))return fn(t)?Fo(t):io(t);if(ri&&t[ri])return K2(t[ri]());var r=Ht(t),s=r==ce?Ms:r==ze?$i:Rr;return s(t)}function x0(t){if(!t)return t===0?t:0;if(t=Lo(t),t===ae||t===-ae){var r=t<0?-1:1;return r*Te}return t===t?t:0}function Ge(t){var r=x0(t),s=r%1;return r===r?s?r-s:r:0}function Sd(t){return t?Z0(Ge(t),0,pe):0}function Lo(t){if(typeof t=="number")return t;if(go(t))return xe;if(_t(t)){var r=typeof t.valueOf=="function"?t.valueOf():t;t=_t(r)?r+"":r}if(typeof t!="string")return t===0?t:+t;t=zc(t);var s=ds.test(t);return s||ps.test(t)?$2(t.slice(2),s?2:8):ls.test(t)?xe:+t}function Cd(t){return Jo(t,so(t))}function bh(t){return t?Z0(Ge(t),-le,le):t===0?t:0}function ut(t){return t==null?"":fo(t)}var wh=Tr(function(t,r){if(hi(r)||no(r)){Jo(r,Ft(r),t);return}for(var s in r)dt.call(r,s)&&ci(t,s,r[s])}),kd=Tr(function(t,r){Jo(r,so(r),t)}),jd=Tr(function(t,r,s,p){Jo(r,so(r),t,p)}),wa=Tr(function(t,r,s,p){Jo(r,Ft(r),t,p)}),Sh=d0(zs);function Ch(t,r){var s=_r(t);return r==null?s:ol(s,r)}var kh=Ke(function(t,r){t=gt(t);var s=-1,p=r.length,g=p>2?r[2]:n;for(g&&Kt(r[0],r[1],g)&&(p=1);++s<p;)for(var S=r[s],I=so(S),R=-1,B=I.length;++R<B;){var J=I[R],ee=t[J];(ee===n||qo(ee,kr[J])&&!dt.call(t,J))&&(t[J]=S[J])}return t}),jh=Ke(function(t){return t.push(n,zl),xo(Ed,n,t)});function Eh(t,r){return Dc(t,$e(r,3),Xo)}function _h(t,r){return Dc(t,$e(r,3),qs)}function Th(t,r){return t==null?t:Bs(t,$e(r,3),so)}function Ih(t,r){return t==null?t:al(t,$e(r,3),so)}function Ah(t,r){return t&&Xo(t,$e(r,3))}function Vh(t,r){return t&&qs(t,$e(r,3))}function Rh(t){return t==null?[]:Ki(t,Ft(t))}function Lh(t){return t==null?[]:Ki(t,so(t))}function Sa(t,r,s){var p=t==null?n:K0(t,r);return p===n?s:p}function $h(t,r){return t!=null&&Ul(t,r,ip)}function Ca(t,r){return t!=null&&Ul(t,r,np)}var Mh=Ol(function(t,r,s){r!=null&&typeof r.toString!="function"&&(r=Ni.call(r)),t[r]=s},ja(ao)),Oh=Ol(function(t,r,s){r!=null&&typeof r.toString!="function"&&(r=Ni.call(r)),dt.call(t,r)?t[r].push(s):t[r]=[s]},$e),Dh=Ke(di);function Ft(t){return no(t)?el(t):Gs(t)}function so(t){return no(t)?el(t,!0):yp(t)}function Nh(t,r){var s={};return r=$e(r,3),Xo(t,function(p,g,S){Ko(s,r(p,g,S),p)}),s}function Ph(t,r){var s={};return r=$e(r,3),Xo(t,function(p,g,S){Ko(s,g,r(p,g,S))}),s}var Fh=Tr(function(t,r,s){Xi(t,r,s)}),Ed=Tr(function(t,r,s,p){Xi(t,r,s,p)}),zh=d0(function(t,r){var s={};if(t==null)return s;var p=!1;r=kt(r,function(S){return S=T0(S,t),p||(p=S.length>1),S}),Jo(t,aa(t),s),p&&(s=Ao(s,w|C|E,Op));for(var g=r.length;g--;)Js(s,r[g]);return s});function Bh(t,r){return _d(t,hn($e(r)))}var qh=d0(function(t,r){return t==null?{}:gp(t,r)});function _d(t,r){if(t==null)return{};var s=kt(aa(t),function(p){return[p]});return r=$e(r),gl(t,s,function(p,g){return r(p,g[0])})}function Uh(t,r,s){r=T0(r,t);var p=-1,g=r.length;for(g||(g=1,t=n);++p<g;){var S=t==null?n:t[Bo(r[p])];S===n&&(p=g,S=s),t=p0(S)?S.call(t):S}return t}function Wh(t,r,s){return t==null?t:pi(t,r,s)}function Hh(t,r,s,p){return p=typeof p=="function"?p:n,t==null?t:pi(t,r,s,p)}var Td=Pl(Ft),Id=Pl(so);function Gh(t,r,s){var p=We(t),g=p||A0(t)||Vr(t);if(r=$e(r,4),s==null){var S=t&&t.constructor;g?s=p?new S:[]:_t(t)?s=p0(S)?_r(zi(t)):{}:s={}}return(g?ho:Xo)(t,function(I,R,B){return r(s,I,R,B)}),s}function Yh(t,r){return t==null?!0:Js(t,r)}function Qh(t,r,s){return t==null?t:Sl(t,r,oa(s))}function Zh(t,r,s,p){return p=typeof p=="function"?p:n,t==null?t:Sl(t,r,oa(s),p)}function Rr(t){return t==null?[]:$s(t,Ft(t))}function Kh(t){return t==null?[]:$s(t,so(t))}function Xh(t,r,s){return s===n&&(s=r,r=n),s!==n&&(s=Lo(s),s=s===s?s:0),r!==n&&(r=Lo(r),r=r===r?r:0),Z0(Lo(t),r,s)}function Jh(t,r,s){return r=x0(r),s===n?(s=r,r=0):s=x0(s),t=Lo(t),sp(t,r,s)}function e9(t,r,s){if(s&&typeof s!="boolean"&&Kt(t,r,s)&&(r=s=n),s===n&&(typeof r=="boolean"?(s=r,r=n):typeof t=="boolean"&&(s=t,t=n)),t===n&&r===n?(t=0,r=1):(t=x0(t),r===n?(r=t,t=0):r=x0(r)),t>r){var p=t;t=r,r=p}if(s||t%1||r%1){var g=Xc();return Wt(t+g*(r-t+L2("1e-"+((g+"").length-1))),r)}return Zs(t,r)}var t9=Ir(function(t,r,s){return r=r.toLowerCase(),t+(s?Ad(r):r)});function Ad(t){return ka(ut(t).toLowerCase())}function Vd(t){return t=ut(t),t&&t.replace(hs,H2).replace(C2,"")}function o9(t,r,s){t=ut(t),r=fo(r);var p=t.length;s=s===n?p:Z0(Ge(s),0,p);var g=s;return s-=r.length,s>=0&&t.slice(s,g)==r}function r9(t){return t=ut(t),t&&we.test(t)?t.replace(_e,G2):t}function i9(t){return t=ut(t),t&&ts.test(t)?t.replace(ei,"\\$&"):t}var n9=Ir(function(t,r,s){return t+(s?"-":"")+r.toLowerCase()}),s9=Ir(function(t,r,s){return t+(s?" ":"")+r.toLowerCase()}),a9=Ll("toLowerCase");function c9(t,r,s){t=ut(t),r=Ge(r);var p=r?Sr(t):0;if(!r||p>=r)return t;var g=(r-p)/2;return nn(Wi(g),s)+t+nn(Ui(g),s)}function l9(t,r,s){t=ut(t),r=Ge(r);var p=r?Sr(t):0;return r&&p<r?t+nn(r-p,s):t}function d9(t,r,s){t=ut(t),r=Ge(r);var p=r?Sr(t):0;return r&&p<r?nn(r-p,s)+t:t}function u9(t,r,s){return s||r==null?r=0:r&&(r=+r),v6(ut(t).replace(ti,""),r||0)}function p9(t,r,s){return(s?Kt(t,r,s):r===n)?r=1:r=Ge(r),Ks(ut(t),r)}function x9(){var t=arguments,r=ut(t[0]);return t.length<3?r:r.replace(t[1],t[2])}var h9=Ir(function(t,r,s){return t+(s?"_":"")+r.toLowerCase()});function y9(t,r,s){return s&&typeof s!="number"&&Kt(t,r,s)&&(r=s=n),s=s===n?pe:s>>>0,s?(t=ut(t),t&&(typeof r=="string"||r!=null&&!ba(r))&&(r=fo(r),!r&&wr(t))?I0(Fo(t),0,s):t.split(r,s)):[]}var f9=Ir(function(t,r,s){return t+(s?" ":"")+ka(r)});function g9(t,r,s){return t=ut(t),s=s==null?0:Z0(Ge(s),0,t.length),r=fo(r),t.slice(s,s+r.length)==r}function m9(t,r,s){var p=b.templateSettings;s&&Kt(t,r,s)&&(r=n),t=ut(t),r=wa({},r,p,Fl);var g=wa({},r.imports,p.imports,Fl),S=Ft(g),I=$s(g,S);ho(S,function(Le){if(Ii.test(Le))throw new Be(x)});var R,B,J=0,ee=r.interpolate||gr,oe="__p += '",ye=Os((r.escape||gr).source+"|"+ee.source+"|"+(ee===Ze?cs:gr).source+"|"+(r.evaluate||gr).source+"|$","g"),ke="//# sourceURL="+(dt.call(r,"sourceURL")?(r.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++T2+"]")+`
600
600
  `;t.replace(ye,function(Le,Xe,tt,mo,Xt,vo){return tt||(tt=mo),oe+=t.slice(J,vo).replace(ys,Y2),Xe&&(R=!0,oe+=`' +
601
601
  __e(`+Xe+`) +
602
602
  '`),Xt&&(B=!0,oe+=`';
@@ -613,7 +613,7 @@ __p += '`),tt&&(oe+=`' +
613
613
  function print() { __p += __j.call(arguments, '') }
614
614
  `:`;
615
615
  `)+oe+`return __p
616
- }`;var Ye=Ld(function(){return ct(w,ke+"return "+oe).apply(n,I)});if(Ye.source=oe,va(Ye))throw Ye;return Ye}function v9(t){return ut(t).toLowerCase()}function b9(t){return ut(t).toUpperCase()}function w9(t,r,s){if(t=ut(t),t&&(s||r===n))return zc(t);if(!t||!(r=fo(r)))return t;var p=Fo(t),g=Fo(r),w=Bc(p,g),I=qc(p,g)+1;return I0(p,w,I).join("")}function S9(t,r,s){if(t=ut(t),t&&(s||r===n))return t.slice(0,Wc(t)+1);if(!t||!(r=fo(r)))return t;var p=Fo(t),g=qc(p,Fo(r))+1;return I0(p,0,g).join("")}function C9(t,r,s){if(t=ut(t),t&&(s||r===n))return t.replace(ti,"");if(!t||!(r=fo(r)))return t;var p=Fo(t),g=Bc(p,Fo(r));return I0(p,g).join("")}function k9(t,r){var s=$,p=z;if(_t(r)){var g="separator"in r?r.separator:g;s="length"in r?Ge(r.length):s,p="omission"in r?fo(r.omission):p}t=ut(t);var w=t.length;if(wr(t)){var I=Fo(t);w=I.length}if(s>=w)return t;var R=s-Sr(p);if(R<1)return p;var B=I?I0(I,0,R).join(""):t.slice(0,R);if(g===n)return B+p;if(I&&(R+=B.length-R),ba(g)){if(t.slice(R).search(g)){var J,ee=B;for(g.global||(g=Os(g.source,ut(Ai.exec(g))+"g")),g.lastIndex=0;J=g.exec(ee);)var oe=J.index;B=B.slice(0,oe===n?R:oe)}}else if(t.indexOf(fo(g),R)!=R){var ye=B.lastIndexOf(g);ye>-1&&(B=B.slice(0,ye))}return B+p}function j9(t){return t=ut(t),t&&ne.test(t)?t.replace(Eo,t6):t}var E9=Ir(function(t,r,s){return t+(s?" ":"")+r.toUpperCase()}),ka=Ll("toUpperCase");function Rd(t,r,s){return t=ut(t),r=s?n:r,r===n?Z2(t)?i6(t):z2(t):t.match(r)||[]}var Ld=Ke(function(t,r){try{return xo(t,n,r)}catch(s){return va(s)?s:new Be(s)}}),_9=d0(function(t,r){return ho(r,function(s){s=Bo(s),Ko(t,s,ga(t[s],t))}),t});function T9(t){var r=t==null?0:t.length,s=$e();return t=r?kt(t,function(p){if(typeof p[1]!="function")throw new To(u);return[s(p[0]),p[1]]}):[],Ke(function(p){for(var g=-1;++g<r;){var w=t[g];if(xo(w[0],this,p))return xo(w[1],this,p)}})}function I9(t){return tp(Ao(t,S))}function ja(t){return function(){return t}}function A9(t,r){return t==null||t!==t?r:t}var V9=Ml(),R9=Ml(!0);function ao(t){return t}function Ea(t){return ul(typeof t=="function"?t:Ao(t,S))}function L9(t){return xl(Ao(t,S))}function $9(t,r){return hl(t,Ao(r,S))}var M9=Ke(function(t,r){return function(s){return di(s,t,r)}}),O9=Ke(function(t,r){return function(s){return di(t,s,r)}});function _a(t,r,s){var p=Ft(r),g=Ki(r,p);s==null&&!(_t(r)&&(g.length||!p.length))&&(s=r,r=t,t=this,g=Ki(r,Ft(r)));var w=!(_t(s)&&"chain"in s)||!!s.chain,I=p0(t);return ho(g,function(R){var B=r[R];t[R]=B,I&&(t.prototype[R]=function(){var J=this.__chain__;if(w||J){var ee=t(this.__wrapped__),oe=ee.__actions__=io(this.__actions__);return oe.push({func:B,args:arguments,thisArg:t}),ee.__chain__=J,ee}return B.apply(t,C0([this.value()],arguments))})}),t}function D9(){return zt._===this&&(zt._=d6),this}function Ta(){}function N9(t){return t=Ge(t),Ke(function(r){return yl(r,t)})}var P9=ia(kt),F9=ia(Oc),z9=ia(Is);function $d(t){return ua(t)?As(Bo(t)):mp(t)}function B9(t){return function(r){return t==null?n:K0(t,r)}}var q9=Dl(),U9=Dl(!0);function Ia(){return[]}function Aa(){return!1}function W9(){return{}}function H9(){return""}function G9(){return!0}function Y9(t,r){if(t=Ge(t),t<1||t>le)return[];var s=pe,p=Wt(t,pe);r=$e(r),t-=pe;for(var g=Ls(p,r);++s<t;)r(s);return g}function Q9(t){return We(t)?kt(t,Bo):go(t)?[t]:io(Jl(ut(t)))}function Z9(t){var r=++c6;return ut(t)+r}var K9=rn(function(t,r){return t+r},0),X9=na("ceil"),J9=rn(function(t,r){return t/r},1),e8=na("floor");function t8(t){return t&&t.length?Zi(t,ao,Us):n}function o8(t,r){return t&&t.length?Zi(t,$e(r,2),Us):n}function r8(t){return Pc(t,ao)}function i8(t,r){return Pc(t,$e(r,2))}function n8(t){return t&&t.length?Zi(t,ao,Ys):n}function s8(t,r){return t&&t.length?Zi(t,$e(r,2),Ys):n}var a8=rn(function(t,r){return t*r},1),c8=na("round"),l8=rn(function(t,r){return t-r},0);function d8(t){return t&&t.length?Rs(t,ao):0}function u8(t,r){return t&&t.length?Rs(t,$e(r,2)):0}return b.after=$x,b.ary=dd,b.assign=wh,b.assignIn=kd,b.assignInWith=jd,b.assignWith=wa,b.at=Sh,b.before=ud,b.bind=ga,b.bindAll=_9,b.bindKey=pd,b.castArray=Hx,b.chain=ad,b.chunk=t4,b.compact=o4,b.concat=r4,b.cond=T9,b.conforms=I9,b.constant=ja,b.countBy=ux,b.create=Ch,b.curry=xd,b.curryRight=hd,b.debounce=yd,b.defaults=kh,b.defaultsDeep=jh,b.defer=Mx,b.delay=Ox,b.difference=i4,b.differenceBy=n4,b.differenceWith=s4,b.drop=a4,b.dropRight=c4,b.dropRightWhile=l4,b.dropWhile=d4,b.fill=u4,b.filter=xx,b.flatMap=fx,b.flatMapDeep=gx,b.flatMapDepth=mx,b.flatten=rd,b.flattenDeep=p4,b.flattenDepth=x4,b.flip=Dx,b.flow=V9,b.flowRight=R9,b.fromPairs=h4,b.functions=Rh,b.functionsIn=Lh,b.groupBy=vx,b.initial=f4,b.intersection=g4,b.intersectionBy=m4,b.intersectionWith=v4,b.invert=Mh,b.invertBy=Oh,b.invokeMap=wx,b.iteratee=Ea,b.keyBy=Sx,b.keys=Ft,b.keysIn=so,b.map=un,b.mapKeys=Nh,b.mapValues=Ph,b.matches=L9,b.matchesProperty=$9,b.memoize=xn,b.merge=Fh,b.mergeWith=Ed,b.method=M9,b.methodOf=O9,b.mixin=_a,b.negate=hn,b.nthArg=N9,b.omit=zh,b.omitBy=Bh,b.once=Nx,b.orderBy=Cx,b.over=P9,b.overArgs=Px,b.overEvery=F9,b.overSome=z9,b.partial=ma,b.partialRight=fd,b.partition=kx,b.pick=qh,b.pickBy=_d,b.property=$d,b.propertyOf=B9,b.pull=C4,b.pullAll=nd,b.pullAllBy=k4,b.pullAllWith=j4,b.pullAt=E4,b.range=q9,b.rangeRight=U9,b.rearg=Fx,b.reject=_x,b.remove=_4,b.rest=zx,b.reverse=ya,b.sampleSize=Ix,b.set=Wh,b.setWith=Hh,b.shuffle=Ax,b.slice=T4,b.sortBy=Lx,b.sortedUniq=M4,b.sortedUniqBy=O4,b.split=y9,b.spread=Bx,b.tail=D4,b.take=N4,b.takeRight=P4,b.takeRightWhile=F4,b.takeWhile=z4,b.tap=ox,b.throttle=qx,b.thru=dn,b.toArray=wd,b.toPairs=Td,b.toPairsIn=Id,b.toPath=Q9,b.toPlainObject=Cd,b.transform=Gh,b.unary=Ux,b.union=B4,b.unionBy=q4,b.unionWith=U4,b.uniq=W4,b.uniqBy=H4,b.uniqWith=G4,b.unset=Yh,b.unzip=fa,b.unzipWith=sd,b.update=Qh,b.updateWith=Zh,b.values=Rr,b.valuesIn=Kh,b.without=Y4,b.words=Rd,b.wrap=Wx,b.xor=Q4,b.xorBy=Z4,b.xorWith=K4,b.zip=X4,b.zipObject=J4,b.zipObjectDeep=ex,b.zipWith=tx,b.entries=Td,b.entriesIn=Id,b.extend=kd,b.extendWith=jd,_a(b,b),b.add=K9,b.attempt=Ld,b.camelCase=t9,b.capitalize=Ad,b.ceil=X9,b.clamp=Xh,b.clone=Gx,b.cloneDeep=Qx,b.cloneDeepWith=Zx,b.cloneWith=Yx,b.conformsTo=Kx,b.deburr=Vd,b.defaultTo=A9,b.divide=J9,b.endsWith=o9,b.eq=qo,b.escape=r9,b.escapeRegExp=i9,b.every=px,b.find=hx,b.findIndex=td,b.findKey=Eh,b.findLast=yx,b.findLastIndex=od,b.findLastKey=_h,b.floor=e8,b.forEach=cd,b.forEachRight=ld,b.forIn=Th,b.forInRight=Ih,b.forOwn=Ah,b.forOwnRight=Vh,b.get=Sa,b.gt=Xx,b.gte=Jx,b.has=$h,b.hasIn=Ca,b.head=id,b.identity=ao,b.includes=bx,b.indexOf=y4,b.inRange=Jh,b.invoke=Dh,b.isArguments=er,b.isArray=We,b.isArrayBuffer=eh,b.isArrayLike=no,b.isArrayLikeObject=Rt,b.isBoolean=th,b.isBuffer=A0,b.isDate=oh,b.isElement=rh,b.isEmpty=ih,b.isEqual=nh,b.isEqualWith=sh,b.isError=va,b.isFinite=ah,b.isFunction=p0,b.isInteger=gd,b.isLength=yn,b.isMap=md,b.isMatch=ch,b.isMatchWith=lh,b.isNaN=dh,b.isNative=uh,b.isNil=xh,b.isNull=ph,b.isNumber=vd,b.isObject=_t,b.isObjectLike=It,b.isPlainObject=fi,b.isRegExp=ba,b.isSafeInteger=hh,b.isSet=bd,b.isString=fn,b.isSymbol=go,b.isTypedArray=Vr,b.isUndefined=yh,b.isWeakMap=fh,b.isWeakSet=gh,b.join=b4,b.kebabCase=n9,b.last=Ro,b.lastIndexOf=w4,b.lowerCase=s9,b.lowerFirst=a9,b.lt=mh,b.lte=vh,b.max=t8,b.maxBy=o8,b.mean=r8,b.meanBy=i8,b.min=n8,b.minBy=s8,b.stubArray=Ia,b.stubFalse=Aa,b.stubObject=W9,b.stubString=H9,b.stubTrue=G9,b.multiply=a8,b.nth=S4,b.noConflict=D9,b.noop=Ta,b.now=pn,b.pad=c9,b.padEnd=l9,b.padStart=d9,b.parseInt=u9,b.random=e9,b.reduce=jx,b.reduceRight=Ex,b.repeat=p9,b.replace=x9,b.result=Uh,b.round=c8,b.runInContext=F,b.sample=Tx,b.size=Vx,b.snakeCase=h9,b.some=Rx,b.sortedIndex=I4,b.sortedIndexBy=A4,b.sortedIndexOf=V4,b.sortedLastIndex=R4,b.sortedLastIndexBy=L4,b.sortedLastIndexOf=$4,b.startCase=f9,b.startsWith=g9,b.subtract=l8,b.sum=d8,b.sumBy=u8,b.template=m9,b.times=Y9,b.toFinite=x0,b.toInteger=Ge,b.toLength=Sd,b.toLower=v9,b.toNumber=Lo,b.toSafeInteger=bh,b.toString=ut,b.toUpper=b9,b.trim=w9,b.trimEnd=S9,b.trimStart=C9,b.truncate=k9,b.unescape=j9,b.uniqueId=Z9,b.upperCase=E9,b.upperFirst=ka,b.each=cd,b.eachRight=ld,b.first=id,_a(b,(function(){var t={};return Xo(b,function(r,s){dt.call(b.prototype,s)||(t[s]=r)}),t})(),{chain:!1}),b.VERSION=a,ho(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){b[t].placeholder=b}),ho(["drop","take"],function(t,r){et.prototype[t]=function(s){s=s===n?1:Nt(Ge(s),0);var p=this.__filtered__&&!r?new et(this):this.clone();return p.__filtered__?p.__takeCount__=Wt(s,p.__takeCount__):p.__views__.push({size:Wt(s,pe),type:t+(p.__dir__<0?"Right":"")}),p},et.prototype[t+"Right"]=function(s){return this.reverse()[t](s).reverse()}}),ho(["filter","map","takeWhile"],function(t,r){var s=r+1,p=s==Q||s==H;et.prototype[t]=function(g){var w=this.clone();return w.__iteratees__.push({iteratee:$e(g,3),type:s}),w.__filtered__=w.__filtered__||p,w}}),ho(["head","last"],function(t,r){var s="take"+(r?"Right":"");et.prototype[t]=function(){return this[s](1).value()[0]}}),ho(["initial","tail"],function(t,r){var s="drop"+(r?"":"Right");et.prototype[t]=function(){return this.__filtered__?new et(this):this[s](1)}}),et.prototype.compact=function(){return this.filter(ao)},et.prototype.find=function(t){return this.filter(t).head()},et.prototype.findLast=function(t){return this.reverse().find(t)},et.prototype.invokeMap=Ke(function(t,r){return typeof t=="function"?new et(this):this.map(function(s){return di(s,t,r)})}),et.prototype.reject=function(t){return this.filter(hn($e(t)))},et.prototype.slice=function(t,r){t=Ge(t);var s=this;return s.__filtered__&&(t>0||r<0)?new et(s):(t<0?s=s.takeRight(-t):t&&(s=s.drop(t)),r!==n&&(r=Ge(r),s=r<0?s.dropRight(-r):s.take(r-t)),s)},et.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},et.prototype.toArray=function(){return this.take(pe)},Xo(et.prototype,function(t,r){var s=/^(?:filter|find|map|reject)|While$/.test(r),p=/^(?:head|last)$/.test(r),g=b[p?"take"+(r=="last"?"Right":""):r],w=p||/^find/.test(r);g&&(b.prototype[r]=function(){var I=this.__wrapped__,R=p?[1]:arguments,B=I instanceof et,J=R[0],ee=B||We(I),oe=function(Xe){var tt=g.apply(b,C0([Xe],R));return p&&ye?tt[0]:tt};ee&&s&&typeof J=="function"&&J.length!=1&&(B=ee=!1);var ye=this.__chain__,ke=!!this.__actions__.length,Oe=w&&!ye,Ye=B&&!ke;if(!w&&ee){I=Ye?I:new et(this);var Le=t.apply(I,R);return Le.__actions__.push({func:dn,args:[oe],thisArg:n}),new Io(Le,ye)}return Oe&&Ye?t.apply(this,R):(Le=this.thru(oe),Oe?p?Le.value()[0]:Le.value():Le)})}),ho(["pop","push","shift","sort","splice","unshift"],function(t){var r=Mi[t],s=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",p=/^(?:pop|shift)$/.test(t);b.prototype[t]=function(){var g=arguments;if(p&&!this.__chain__){var w=this.value();return r.apply(We(w)?w:[],g)}return this[s](function(I){return r.apply(We(I)?I:[],g)})}}),Xo(et.prototype,function(t,r){var s=b[r];if(s){var p=s.name+"";dt.call(Er,p)||(Er[p]=[]),Er[p].push({name:r,func:s})}}),Er[on(n,L).name]=[{name:"wrapper",func:n}],et.prototype.clone=E6,et.prototype.reverse=_6,et.prototype.value=T6,b.prototype.at=rx,b.prototype.chain=ix,b.prototype.commit=nx,b.prototype.next=sx,b.prototype.plant=cx,b.prototype.reverse=lx,b.prototype.toJSON=b.prototype.valueOf=b.prototype.value=dx,b.prototype.first=b.prototype.head,ri&&(b.prototype[ri]=ax),b}),Cr=n6();H0?((H0.exports=Cr)._=Cr,js._=Cr):zt._=Cr}).call(K7)})(Vn,Vn.exports)),Vn.exports}var J7=X7();const Fn=Z7(J7),Yd=e=>e?e.toString().replace(/(<([^>]+)>)/gi,""):"",ef=(e,i,n)=>{if(!i)return"";const a=n?`from ${n} `:"";let c=e?`<div><a href="${i}">${e}</a></div><br />`:"";return c=c.replace(/\salt=['"][^'"]*['"]/g,""),`${c}Click the image or view your video ${a}<a href="${i}">here</a>`},tf=e=>{const i=e.websiteUrls;let n=[],a;if(i&&i.length>0){n=i.map(d=>({label:d.title,value:d.id.toString()})),n=Fn.uniqBy(n,"value");const c=i.find(d=>d.defaultflag===1);c&&c.id&&(a={value:c.id.toString(),label:c.title})}return{options:n,autoSelectedOption:a}},Qd=19,of={value:0,label:"",landingPageType:N0.VIDMAILS},rf=e=>({value:-2,label:"Sales page",landingPageType:N0.AUTOMOTIVE}),nf=({userData:e,templatesResponse:i,sendVehicle:n})=>{rf();let a=of;const c=i&&i.default;let d=i&&i.templates.filter(u=>!0).map(u=>({label:u.title,value:u.id,landingPageType:u.typeId!==Qd?N0.VIDMAILS:N0.AUTOMOTIVE}));if(c&&c.id){const u={label:i.default.title,value:i.default.id,landingPageType:c&&c.typeId===Qd?N0.AUTOMOTIVE:N0.VIDMAILS};a=u,d=[...d,u]}return d=Fn.uniqBy(d,"value"),{options:d,autoSelectedOption:a}},sf=({linksetsResponse:e})=>{const i=e&&e.linksets.map(d=>({label:d.title,value:d.id.toString()}))||[],n=Fn.uniqBy(i,"value"),a=e&&e.linksets.find(d=>d.defaultLinks===1);let c;return a&&(c={value:a.id.toString(),label:a.title}),{options:n,autoSelectedOption:c}},t3=(e,i)=>e&&e.toString()!=="-1"||!!i,af=(e,i)=>(i===Mt.TELEPROPTER_SCRIPT&&(e=e.replace(/\[.*?\]/g,""),e=e.replace(/([.!?])\s/g,`$1
616
+ }`;var Ye=Ld(function(){return ct(S,ke+"return "+oe).apply(n,I)});if(Ye.source=oe,va(Ye))throw Ye;return Ye}function v9(t){return ut(t).toLowerCase()}function b9(t){return ut(t).toUpperCase()}function w9(t,r,s){if(t=ut(t),t&&(s||r===n))return zc(t);if(!t||!(r=fo(r)))return t;var p=Fo(t),g=Fo(r),S=Bc(p,g),I=qc(p,g)+1;return I0(p,S,I).join("")}function S9(t,r,s){if(t=ut(t),t&&(s||r===n))return t.slice(0,Wc(t)+1);if(!t||!(r=fo(r)))return t;var p=Fo(t),g=qc(p,Fo(r))+1;return I0(p,0,g).join("")}function C9(t,r,s){if(t=ut(t),t&&(s||r===n))return t.replace(ti,"");if(!t||!(r=fo(r)))return t;var p=Fo(t),g=Bc(p,Fo(r));return I0(p,g).join("")}function k9(t,r){var s=$,p=z;if(_t(r)){var g="separator"in r?r.separator:g;s="length"in r?Ge(r.length):s,p="omission"in r?fo(r.omission):p}t=ut(t);var S=t.length;if(wr(t)){var I=Fo(t);S=I.length}if(s>=S)return t;var R=s-Sr(p);if(R<1)return p;var B=I?I0(I,0,R).join(""):t.slice(0,R);if(g===n)return B+p;if(I&&(R+=B.length-R),ba(g)){if(t.slice(R).search(g)){var J,ee=B;for(g.global||(g=Os(g.source,ut(Ai.exec(g))+"g")),g.lastIndex=0;J=g.exec(ee);)var oe=J.index;B=B.slice(0,oe===n?R:oe)}}else if(t.indexOf(fo(g),R)!=R){var ye=B.lastIndexOf(g);ye>-1&&(B=B.slice(0,ye))}return B+p}function j9(t){return t=ut(t),t&&ne.test(t)?t.replace(Eo,t6):t}var E9=Ir(function(t,r,s){return t+(s?" ":"")+r.toUpperCase()}),ka=Ll("toUpperCase");function Rd(t,r,s){return t=ut(t),r=s?n:r,r===n?Z2(t)?i6(t):z2(t):t.match(r)||[]}var Ld=Ke(function(t,r){try{return xo(t,n,r)}catch(s){return va(s)?s:new Be(s)}}),_9=d0(function(t,r){return ho(r,function(s){s=Bo(s),Ko(t,s,ga(t[s],t))}),t});function T9(t){var r=t==null?0:t.length,s=$e();return t=r?kt(t,function(p){if(typeof p[1]!="function")throw new To(u);return[s(p[0]),p[1]]}):[],Ke(function(p){for(var g=-1;++g<r;){var S=t[g];if(xo(S[0],this,p))return xo(S[1],this,p)}})}function I9(t){return tp(Ao(t,w))}function ja(t){return function(){return t}}function A9(t,r){return t==null||t!==t?r:t}var V9=Ml(),R9=Ml(!0);function ao(t){return t}function Ea(t){return ul(typeof t=="function"?t:Ao(t,w))}function L9(t){return xl(Ao(t,w))}function $9(t,r){return hl(t,Ao(r,w))}var M9=Ke(function(t,r){return function(s){return di(s,t,r)}}),O9=Ke(function(t,r){return function(s){return di(t,s,r)}});function _a(t,r,s){var p=Ft(r),g=Ki(r,p);s==null&&!(_t(r)&&(g.length||!p.length))&&(s=r,r=t,t=this,g=Ki(r,Ft(r)));var S=!(_t(s)&&"chain"in s)||!!s.chain,I=p0(t);return ho(g,function(R){var B=r[R];t[R]=B,I&&(t.prototype[R]=function(){var J=this.__chain__;if(S||J){var ee=t(this.__wrapped__),oe=ee.__actions__=io(this.__actions__);return oe.push({func:B,args:arguments,thisArg:t}),ee.__chain__=J,ee}return B.apply(t,C0([this.value()],arguments))})}),t}function D9(){return zt._===this&&(zt._=d6),this}function Ta(){}function N9(t){return t=Ge(t),Ke(function(r){return yl(r,t)})}var P9=ia(kt),F9=ia(Oc),z9=ia(Is);function $d(t){return ua(t)?As(Bo(t)):mp(t)}function B9(t){return function(r){return t==null?n:K0(t,r)}}var q9=Dl(),U9=Dl(!0);function Ia(){return[]}function Aa(){return!1}function W9(){return{}}function H9(){return""}function G9(){return!0}function Y9(t,r){if(t=Ge(t),t<1||t>le)return[];var s=pe,p=Wt(t,pe);r=$e(r),t-=pe;for(var g=Ls(p,r);++s<t;)r(s);return g}function Q9(t){return We(t)?kt(t,Bo):go(t)?[t]:io(Jl(ut(t)))}function Z9(t){var r=++c6;return ut(t)+r}var K9=rn(function(t,r){return t+r},0),X9=na("ceil"),J9=rn(function(t,r){return t/r},1),e8=na("floor");function t8(t){return t&&t.length?Zi(t,ao,Us):n}function o8(t,r){return t&&t.length?Zi(t,$e(r,2),Us):n}function r8(t){return Pc(t,ao)}function i8(t,r){return Pc(t,$e(r,2))}function n8(t){return t&&t.length?Zi(t,ao,Ys):n}function s8(t,r){return t&&t.length?Zi(t,$e(r,2),Ys):n}var a8=rn(function(t,r){return t*r},1),c8=na("round"),l8=rn(function(t,r){return t-r},0);function d8(t){return t&&t.length?Rs(t,ao):0}function u8(t,r){return t&&t.length?Rs(t,$e(r,2)):0}return b.after=$x,b.ary=dd,b.assign=wh,b.assignIn=kd,b.assignInWith=jd,b.assignWith=wa,b.at=Sh,b.before=ud,b.bind=ga,b.bindAll=_9,b.bindKey=pd,b.castArray=Hx,b.chain=ad,b.chunk=t4,b.compact=o4,b.concat=r4,b.cond=T9,b.conforms=I9,b.constant=ja,b.countBy=ux,b.create=Ch,b.curry=xd,b.curryRight=hd,b.debounce=yd,b.defaults=kh,b.defaultsDeep=jh,b.defer=Mx,b.delay=Ox,b.difference=i4,b.differenceBy=n4,b.differenceWith=s4,b.drop=a4,b.dropRight=c4,b.dropRightWhile=l4,b.dropWhile=d4,b.fill=u4,b.filter=xx,b.flatMap=fx,b.flatMapDeep=gx,b.flatMapDepth=mx,b.flatten=rd,b.flattenDeep=p4,b.flattenDepth=x4,b.flip=Dx,b.flow=V9,b.flowRight=R9,b.fromPairs=h4,b.functions=Rh,b.functionsIn=Lh,b.groupBy=vx,b.initial=f4,b.intersection=g4,b.intersectionBy=m4,b.intersectionWith=v4,b.invert=Mh,b.invertBy=Oh,b.invokeMap=wx,b.iteratee=Ea,b.keyBy=Sx,b.keys=Ft,b.keysIn=so,b.map=un,b.mapKeys=Nh,b.mapValues=Ph,b.matches=L9,b.matchesProperty=$9,b.memoize=xn,b.merge=Fh,b.mergeWith=Ed,b.method=M9,b.methodOf=O9,b.mixin=_a,b.negate=hn,b.nthArg=N9,b.omit=zh,b.omitBy=Bh,b.once=Nx,b.orderBy=Cx,b.over=P9,b.overArgs=Px,b.overEvery=F9,b.overSome=z9,b.partial=ma,b.partialRight=fd,b.partition=kx,b.pick=qh,b.pickBy=_d,b.property=$d,b.propertyOf=B9,b.pull=C4,b.pullAll=nd,b.pullAllBy=k4,b.pullAllWith=j4,b.pullAt=E4,b.range=q9,b.rangeRight=U9,b.rearg=Fx,b.reject=_x,b.remove=_4,b.rest=zx,b.reverse=ya,b.sampleSize=Ix,b.set=Wh,b.setWith=Hh,b.shuffle=Ax,b.slice=T4,b.sortBy=Lx,b.sortedUniq=M4,b.sortedUniqBy=O4,b.split=y9,b.spread=Bx,b.tail=D4,b.take=N4,b.takeRight=P4,b.takeRightWhile=F4,b.takeWhile=z4,b.tap=ox,b.throttle=qx,b.thru=dn,b.toArray=wd,b.toPairs=Td,b.toPairsIn=Id,b.toPath=Q9,b.toPlainObject=Cd,b.transform=Gh,b.unary=Ux,b.union=B4,b.unionBy=q4,b.unionWith=U4,b.uniq=W4,b.uniqBy=H4,b.uniqWith=G4,b.unset=Yh,b.unzip=fa,b.unzipWith=sd,b.update=Qh,b.updateWith=Zh,b.values=Rr,b.valuesIn=Kh,b.without=Y4,b.words=Rd,b.wrap=Wx,b.xor=Q4,b.xorBy=Z4,b.xorWith=K4,b.zip=X4,b.zipObject=J4,b.zipObjectDeep=ex,b.zipWith=tx,b.entries=Td,b.entriesIn=Id,b.extend=kd,b.extendWith=jd,_a(b,b),b.add=K9,b.attempt=Ld,b.camelCase=t9,b.capitalize=Ad,b.ceil=X9,b.clamp=Xh,b.clone=Gx,b.cloneDeep=Qx,b.cloneDeepWith=Zx,b.cloneWith=Yx,b.conformsTo=Kx,b.deburr=Vd,b.defaultTo=A9,b.divide=J9,b.endsWith=o9,b.eq=qo,b.escape=r9,b.escapeRegExp=i9,b.every=px,b.find=hx,b.findIndex=td,b.findKey=Eh,b.findLast=yx,b.findLastIndex=od,b.findLastKey=_h,b.floor=e8,b.forEach=cd,b.forEachRight=ld,b.forIn=Th,b.forInRight=Ih,b.forOwn=Ah,b.forOwnRight=Vh,b.get=Sa,b.gt=Xx,b.gte=Jx,b.has=$h,b.hasIn=Ca,b.head=id,b.identity=ao,b.includes=bx,b.indexOf=y4,b.inRange=Jh,b.invoke=Dh,b.isArguments=er,b.isArray=We,b.isArrayBuffer=eh,b.isArrayLike=no,b.isArrayLikeObject=Rt,b.isBoolean=th,b.isBuffer=A0,b.isDate=oh,b.isElement=rh,b.isEmpty=ih,b.isEqual=nh,b.isEqualWith=sh,b.isError=va,b.isFinite=ah,b.isFunction=p0,b.isInteger=gd,b.isLength=yn,b.isMap=md,b.isMatch=ch,b.isMatchWith=lh,b.isNaN=dh,b.isNative=uh,b.isNil=xh,b.isNull=ph,b.isNumber=vd,b.isObject=_t,b.isObjectLike=It,b.isPlainObject=fi,b.isRegExp=ba,b.isSafeInteger=hh,b.isSet=bd,b.isString=fn,b.isSymbol=go,b.isTypedArray=Vr,b.isUndefined=yh,b.isWeakMap=fh,b.isWeakSet=gh,b.join=b4,b.kebabCase=n9,b.last=Ro,b.lastIndexOf=w4,b.lowerCase=s9,b.lowerFirst=a9,b.lt=mh,b.lte=vh,b.max=t8,b.maxBy=o8,b.mean=r8,b.meanBy=i8,b.min=n8,b.minBy=s8,b.stubArray=Ia,b.stubFalse=Aa,b.stubObject=W9,b.stubString=H9,b.stubTrue=G9,b.multiply=a8,b.nth=S4,b.noConflict=D9,b.noop=Ta,b.now=pn,b.pad=c9,b.padEnd=l9,b.padStart=d9,b.parseInt=u9,b.random=e9,b.reduce=jx,b.reduceRight=Ex,b.repeat=p9,b.replace=x9,b.result=Uh,b.round=c8,b.runInContext=F,b.sample=Tx,b.size=Vx,b.snakeCase=h9,b.some=Rx,b.sortedIndex=I4,b.sortedIndexBy=A4,b.sortedIndexOf=V4,b.sortedLastIndex=R4,b.sortedLastIndexBy=L4,b.sortedLastIndexOf=$4,b.startCase=f9,b.startsWith=g9,b.subtract=l8,b.sum=d8,b.sumBy=u8,b.template=m9,b.times=Y9,b.toFinite=x0,b.toInteger=Ge,b.toLength=Sd,b.toLower=v9,b.toNumber=Lo,b.toSafeInteger=bh,b.toString=ut,b.toUpper=b9,b.trim=w9,b.trimEnd=S9,b.trimStart=C9,b.truncate=k9,b.unescape=j9,b.uniqueId=Z9,b.upperCase=E9,b.upperFirst=ka,b.each=cd,b.eachRight=ld,b.first=id,_a(b,(function(){var t={};return Xo(b,function(r,s){dt.call(b.prototype,s)||(t[s]=r)}),t})(),{chain:!1}),b.VERSION=a,ho(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){b[t].placeholder=b}),ho(["drop","take"],function(t,r){et.prototype[t]=function(s){s=s===n?1:Nt(Ge(s),0);var p=this.__filtered__&&!r?new et(this):this.clone();return p.__filtered__?p.__takeCount__=Wt(s,p.__takeCount__):p.__views__.push({size:Wt(s,pe),type:t+(p.__dir__<0?"Right":"")}),p},et.prototype[t+"Right"]=function(s){return this.reverse()[t](s).reverse()}}),ho(["filter","map","takeWhile"],function(t,r){var s=r+1,p=s==Q||s==H;et.prototype[t]=function(g){var S=this.clone();return S.__iteratees__.push({iteratee:$e(g,3),type:s}),S.__filtered__=S.__filtered__||p,S}}),ho(["head","last"],function(t,r){var s="take"+(r?"Right":"");et.prototype[t]=function(){return this[s](1).value()[0]}}),ho(["initial","tail"],function(t,r){var s="drop"+(r?"":"Right");et.prototype[t]=function(){return this.__filtered__?new et(this):this[s](1)}}),et.prototype.compact=function(){return this.filter(ao)},et.prototype.find=function(t){return this.filter(t).head()},et.prototype.findLast=function(t){return this.reverse().find(t)},et.prototype.invokeMap=Ke(function(t,r){return typeof t=="function"?new et(this):this.map(function(s){return di(s,t,r)})}),et.prototype.reject=function(t){return this.filter(hn($e(t)))},et.prototype.slice=function(t,r){t=Ge(t);var s=this;return s.__filtered__&&(t>0||r<0)?new et(s):(t<0?s=s.takeRight(-t):t&&(s=s.drop(t)),r!==n&&(r=Ge(r),s=r<0?s.dropRight(-r):s.take(r-t)),s)},et.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},et.prototype.toArray=function(){return this.take(pe)},Xo(et.prototype,function(t,r){var s=/^(?:filter|find|map|reject)|While$/.test(r),p=/^(?:head|last)$/.test(r),g=b[p?"take"+(r=="last"?"Right":""):r],S=p||/^find/.test(r);g&&(b.prototype[r]=function(){var I=this.__wrapped__,R=p?[1]:arguments,B=I instanceof et,J=R[0],ee=B||We(I),oe=function(Xe){var tt=g.apply(b,C0([Xe],R));return p&&ye?tt[0]:tt};ee&&s&&typeof J=="function"&&J.length!=1&&(B=ee=!1);var ye=this.__chain__,ke=!!this.__actions__.length,Oe=S&&!ye,Ye=B&&!ke;if(!S&&ee){I=Ye?I:new et(this);var Le=t.apply(I,R);return Le.__actions__.push({func:dn,args:[oe],thisArg:n}),new Io(Le,ye)}return Oe&&Ye?t.apply(this,R):(Le=this.thru(oe),Oe?p?Le.value()[0]:Le.value():Le)})}),ho(["pop","push","shift","sort","splice","unshift"],function(t){var r=Mi[t],s=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",p=/^(?:pop|shift)$/.test(t);b.prototype[t]=function(){var g=arguments;if(p&&!this.__chain__){var S=this.value();return r.apply(We(S)?S:[],g)}return this[s](function(I){return r.apply(We(I)?I:[],g)})}}),Xo(et.prototype,function(t,r){var s=b[r];if(s){var p=s.name+"";dt.call(Er,p)||(Er[p]=[]),Er[p].push({name:r,func:s})}}),Er[on(n,L).name]=[{name:"wrapper",func:n}],et.prototype.clone=E6,et.prototype.reverse=_6,et.prototype.value=T6,b.prototype.at=rx,b.prototype.chain=ix,b.prototype.commit=nx,b.prototype.next=sx,b.prototype.plant=cx,b.prototype.reverse=lx,b.prototype.toJSON=b.prototype.valueOf=b.prototype.value=dx,b.prototype.first=b.prototype.head,ri&&(b.prototype[ri]=ax),b}),Cr=n6();H0?((H0.exports=Cr)._=Cr,js._=Cr):zt._=Cr}).call(K7)})(Vn,Vn.exports)),Vn.exports}var J7=X7();const Fn=Z7(J7),Yd=e=>e?e.toString().replace(/(<([^>]+)>)/gi,""):"",ef=(e,i,n)=>{if(!i)return"";const a=n?`from ${n} `:"";let c=e?`<div><a href="${i}">${e}</a></div><br />`:"";return c=c.replace(/\salt=['"][^'"]*['"]/g,""),`${c}Click the image or view your video ${a}<a href="${i}">here</a>`},tf=e=>{const i=e.websiteUrls;let n=[],a;if(i&&i.length>0){n=i.map(d=>({label:d.title,value:d.id.toString()})),n=Fn.uniqBy(n,"value");const c=i.find(d=>d.defaultflag===1);c&&c.id&&(a={value:c.id.toString(),label:c.title})}return{options:n,autoSelectedOption:a}},Qd=19,of={value:0,label:"",landingPageType:N0.VIDMAILS},rf=e=>({value:-2,label:"Sales page",landingPageType:N0.AUTOMOTIVE}),nf=({userData:e,templatesResponse:i,sendVehicle:n})=>{rf();let a=of;const c=i&&i.default;let d=i&&i.templates.filter(u=>!0).map(u=>({label:u.title,value:u.id,landingPageType:u.typeId!==Qd?N0.VIDMAILS:N0.AUTOMOTIVE}));if(c&&c.id){const u={label:i.default.title,value:i.default.id,landingPageType:c&&c.typeId===Qd?N0.AUTOMOTIVE:N0.VIDMAILS};a=u,d=[...d,u]}return d=Fn.uniqBy(d,"value"),{options:d,autoSelectedOption:a}},sf=({linksetsResponse:e})=>{const i=e&&e.linksets.map(d=>({label:d.title,value:d.id.toString()}))||[],n=Fn.uniqBy(i,"value"),a=e&&e.linksets.find(d=>d.defaultLinks===1);let c;return a&&(c={value:a.id.toString(),label:a.title}),{options:n,autoSelectedOption:c}},t3=(e,i)=>e&&e.toString()!=="-1"||!!i,af=(e,i)=>(i===Mt.TELEPROPTER_SCRIPT&&(e=e.replace(/\[.*?\]/g,""),e=e.replace(/([.!?])\s/g,`$1
617
617
  `)),e=e.replace(/^\n+|\n+$/g,""),e=e.replace(/\n{3,}/g,`
618
618
 
619
619
  `),e=e.replace(/^"/,"").replace(/"$/,""),e=e.replace(/""/g,""),e),ki=e=>{for(const i of Pn){const n=i.options.find(a=>a.value===e);if(n)return n}},Zd=(e,i)=>{for(const n of Pn){const a=n.options.find(c=>c.value===e);if(a)return{messageCategory:i?i(n.label):n.label,messageType:i?i(a.label):a.label}}},cf=({promptType:e,defaultSelectedAIScriptValue:i,t:n})=>{const a=i??null;if(e!==Mt.AI_FLEX_VIDEO||a===null)return{selectedAiFlexScriptValue:a};const c=ki(a);if(!c)return{selectedAiFlexScriptValue:a};const d=n(c.text);return{selectedAiFlexScriptValue:a,promptUseCase:c.value,baseText:d,generatedText:d}},lf=e=>Pn.map(i=>({label:e?e(i.label):i.label,options:i.options.map(n=>({label:e?e(n.label):n.label,value:n.value}))})),df=e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),uf=(e,i,n={})=>{let a=e(i);return Object.entries(n).forEach(([c,d])=>{if(d!=null&&d!==""){const u=new RegExp(`\\{${df(c)}\\}`,"g");a=a.replace(u,d)}}),a},lo=Gr.create({headers:{"Content-Type":"application/json"}}),pf="TEMPLATES",xf=async e=>(await lo.get("templates",{params:e})).data,hf=(e,i=!0)=>Me.useQuery([pf],()=>xf(e),{refetchOnMount:!0,enabled:i}),yf=async()=>(await lo.get("gpt/count")).data,ff=()=>Me.useQuery(["MAGIC_COUNT"],()=>yf(),{onError:e=>console.log(e),refetchOnMount:!0}),o3=async(e,i)=>(await lo.get(`share/quickshare/${e}`,{params:{...i,ignoreCrmProvider:!0}})).data,gf=({videoId:e,enabledOnMount:i=!0,key:n="quickshare"})=>{const[a,c]=f.useState(!!e&&i),[d,u]=f.useState(),h=t3(d&&d.templateId||"",d&&d.overlayId||""),x=Me.useQuery([n,d,e],async()=>o3(e,d),{enabled:a&&h,refetchOnMount:!0,refetchOnReconnect:!0,refetchOnWindowFocus:!1});return f.useEffect(()=>{if(!(!d||!e))return c(!0),()=>{c(!1)}},[d]),{...x,changeQuickshareParams:u,params:d}},mf=async e=>(await lo.get("overlays",{params:e})).data,vf=(e,i=!0)=>Me.useQuery(["OVERLAY"],()=>mf(e),{enabled:i,refetchOnMount:!0}),bf=async e=>(await lo.get("/exitlinksets",{params:e})).data,wf=(e,i=!0)=>Me.useQuery(["EXIT_LINKS_QUERY"],()=>bf(e),{enabled:i,refetchOnMount:!0});var ir=(e=>(e.DEVELOPMENT="https://localhost:3000/api/",e.STAGING="https://api-staging.covideo.com/",e.SANDBOX="https://api-sandbox.covideo.com/",e.PRODUCTION="https://api.covideo.com/",e.SUSTAINING="https://api-sustaining.covideo.com/",e))(ir||{});const Kd={defaultValue:ir.PRODUCTION,development:ir.DEVELOPMENT,staging:ir.STAGING,sandbox:ir.SANDBOX,sustaining:ir.SUSTAINING,production:ir.PRODUCTION},Sf=e=>Kd[e]||Kd.defaultValue,r3=f.createContext({}),Cf=({children:e,userData:i,token:n,env:a,apiKey:c})=>(f.useEffect(()=>{a&&(lo.defaults.baseURL=Sf(a)),c&&(lo.defaults.headers.apikey=c),n&&(lo.defaults.headers.common.Authorization=`Bearer ${n}`)},[]),o.jsx(r3.Provider,{value:{userData:i},children:e})),fr=()=>{const e=f.useContext(r3);if(e===void 0)throw new Error("useAuth must be used within a AuthProvider");return e},kf=l.h5`
@@ -647,7 +647,7 @@ function print() { __p += __j.call(arguments, '') }
647
647
  `,If=l.div`
648
648
  display: flex;
649
649
  gap: 16px;
650
- `,i3=e=>{const{title:i,additionalInfo:n,children:a,type:c}=e;return o.jsxs(Ef,{children:[o.jsx(If,{children:a}),o.jsx(Tf,{children:o.jsxs(_f,{children:[o.jsx(kf,{type:c,children:i}),n&&o.jsx(jf,{children:n})]})})]})},n3=({closeButtonProps:e})=>o.jsx("div",{onClick:e.closeToast,style:{cursor:"pointer",display:"flex",alignItems:"center"},children:o.jsx(he.MdClose,{size:24,color:"rgba(146, 151, 162, 1)"})}),Af=e=>o.jsx(i3,{...e,children:o.jsx(he.MdWarning,{color:Ce.buttonDanger,size:26,style:{minWidth:26,maxWidth:26}})}),zn=e=>V5.toast(o.jsx(Af,{...e}),{position:e.position||"top-right",closeButton:i=>o.jsx(n3,{defaultProps:e,closeButtonProps:i}),style:{width:"100%"}}),Vf=async e=>{var i;const{data:n,signal:a}=e,c=((i=lo==null?void 0:lo.defaults)==null?void 0:i.baseURL)||"https://api.covideo.com/",d=lo.defaults.headers.common,u=await fetch(`${c}gpt/stream`,{method:"POST",headers:{...d,"Content-Type":"application/json"},body:JSON.stringify(n),signal:a});if(!u.ok||!u.body)throw u.statusText;return u},Rf=()=>{const e=Me.useQueryClient();return Me.useMutation(Vf,{onError:i=>{e.invalidateQueries(["MAGIC_COUNT"]),zn({title:i.message||"Something went wrong generating text stream"})},onSuccess:()=>e.invalidateQueries(["MAGIC_COUNT"])})},Lf=async e=>{const{data:i}=await lo.post("gpt",e);return i},$f=()=>{const e=Me.useQueryClient();return Me.useMutation(i=>Lf(i),{onError:i=>{e.invalidateQueries(["MAGIC_COUNT"]),zn({title:i.message||"Something went wrong generating text"})},onSuccess:()=>e.invalidateQueries(["MAGIC_COUNT"])})},s3=f.createContext({}),Mf=({children:e,videoId:i=0,defaultPromptType:n,defaultPromptUseCase:a=Nn.INITIAL_REACH_OUT,defaultSelectedAIScriptValue:c,userInput:d="",defaultVin:u="",defaultRecipient:h=""})=>{var x,y,m;const{userData:v}=fr(),{t:S}=re.useTranslation(),{customer:C,isAutomotiveServiceRole:E}=v,T=(x=v==null?void 0:v.customer)==null?void 0:x.business,k=(y=v==null?void 0:v.customer)==null?void 0:y.phone1,[j,L]=f.useState(n),[D,O]=f.useState(a),[M,A]=f.useState(Yd(d)||""),[_,V]=f.useState(d||""),[N,U]=f.useState(""),[$,z]=f.useState(""),[Z,W]=f.useState(u),[Q,Y]=f.useState(""),[H,ae]=f.useState(v.firstName||""),[le,Te]=f.useState(C.business),[xe,pe]=f.useState(""),[ue,Se]=f.useState(""),[te,me]=f.useState(h),[Ie,Pe]=f.useState(M0.MID),[Fe,Qe]=f.useState(O0.MID),[it,be]=f.useState(y0.MID),[Ve,fe]=f.useState([]),[ce,De]=f.useState([]),[ie,Je]=f.useState([]),[mt,se]=f.useState(),[Re,ze]=f.useState(),[st,at]=f.useState(),[Ne,xt]=f.useState(c??((m=ki(String(a)))==null?void 0:m.value)??null),[yt,Ct]=f.useState(!1),[$t,ft]=f.useState(null),vt=f.useCallback(ge=>j!==Mt.AI_FLEX_VIDEO?ge:uf(S,ge,{dealership_name:T,phone_number:k}),[T,k,j,S]),{data:At={count:0},isLoading:ko}=ff(),{mutateAsync:No,isLoading:Ot}=Rf(),{mutateAsync:jo,isLoading:oo}=$f(),{data:Vt,isFetching:ro,changeQuickshareParams:Ee,params:q0}=gf({videoId:Number(i)||0,enabledOnMount:!1}),Eo=j===Mt.CRM_MESSAGE,{isLoading:_e,data:ne}=vf({start:0,limit:100,search:""},Eo),{isLoading:we,data:Ae}=hf({start:0,limit:500,search:""},Eo),{isLoading:He,data:Ze}=wf({start:0,limit:200,search:""},Eo);f.useEffect(()=>{if(!ne)return;const{autoSelectedOption:ge,options:lt}=tf(ne);De(lt),ge&&ze(ge)},[ne]);const Po={};f.useEffect(()=>{if(!Ae)return;const{autoSelectedOption:ge,options:lt}=nf({userData:Po,templatesResponse:Ae,sendVehicle:!!Z});fe(lt),se(ge)},[Ae,Z]),f.useEffect(()=>{if(!Ze)return;const{autoSelectedOption:ge,options:lt}=sf({linksetsResponse:Ze});Je(lt),ge&&at(ge)},[Ze]),f.useEffect(()=>{!i||j!==Mt.CRM_MESSAGE||!mt||Ee({templateId:parseInt(mt.value.toString()),vin:Z,linksetId:st&&st.value||"-1",overlayId:Re&&Re.value||"",useAutomotive:E||!!Z||mt.landingPageType===N0.AUTOMOTIVE})},[mt,Re,st,Z,j,i]),f.useEffect(()=>{L(n)},[n]),f.useEffect(()=>{O(a)},[a]),f.useEffect(()=>{const ge=Yd(d);V(vt(ge)),A(ge)},[vt,d]),f.useEffect(()=>{me(h)},[h]),f.useEffect(()=>{W(u)},[u]),f.useEffect(()=>{const ge=cf({promptType:j,defaultSelectedAIScriptValue:c,t:S});xt(ge.selectedAiFlexScriptValue),ge.promptUseCase&&O(ge.promptUseCase),typeof ge.baseText=="string"&&(A(ge.baseText),V(vt(ge.generatedText||ge.baseText)))},[vt,c,j,S]);function Jn(ge){const lt=/https?:\/\/[^\s'"]+/g;return ge.match(lt)||[]}f.useEffect(()=>{var ge;const lt=Vt&&Vt.data.html||"";if(!lt)return;const s0=Vt&&Vt.data.thumbnail||"",U0=Vt&&Vt.data.url||"";z(((ge=Jn(Vt.data.thumbnail))==null?void 0:ge[0])||""),U(U0);const W0=ef(s0,U0,H)||lt;V(W0),A(W0)},[Vt&&Vt.data.html,H]);const es=_e||we||He||Ot||oo||ro||ko,ei=ge=>O(ge),ts=ge=>{if(L(ge),ge===Mt.AI_FLEX_VIDEO&&Ne!==null){const lt=ki(Ne);lt&&O(lt.value)}},ti=ge=>Y(ge),os=ge=>W(ge),rs=ge=>ae(ge),is=ge=>Te(ge),ns=ge=>me(ge),ss=ge=>pe(ge),Ii=ge=>A(ge),as=ge=>V(vt(ge)),cs=ge=>Se(ge),Ai=ge=>Pe(ge),ls=ge=>be(ge),ds=ge=>Qe(ge),us=ge=>se(ge),ps=ge=>ze(ge),xs=ge=>at(ge),hs=ge=>{if(xt(ge),ge!==null){const lt=ki(ge);if(lt){const s0=S(lt.text);O(lt.value),A(s0),V(vt(s0))}}},gr=()=>{$t&&($t.abort(),ft(null),Ct(!1))},ys=async()=>{const ge={baseText:M,promptUseCase:D,promptType:j,formalityLevel:Ie,enthusiasmLevel:Fe,detailLevel:it,vehicleTitle:Q,vin:Z,recipient:te,sender:H,senderCompany:le,callToAction:xe,additionalInfo:ue,videoId:i};if(j===Mt.AI_FLEX_VIDEO&&Ne!==null){const lt=Zd(Ne,S);lt&&(ge.messageCategory=lt.messageCategory,ge.messageType=lt.messageType)}V(""),Ct(!0);try{const lt=new AbortController;ft(lt);const s0=(await No({data:ge,signal:lt.signal})).body.getReader(),U0=new TextDecoder,W0=!0;let mr="";for(;W0;){const{value:gs,done:ms}=await s0.read();if(ms)break;const vs=U0.decode(gs,{stream:!0});mr=af(mr+vs,j),V(mr)}V(vt(mr))}catch(lt){(lt==null?void 0:lt.name)==="AbortError"?console.log("Fetch aborted"):console.log(lt)}Ct(!1)},n0=Ne!==null?Zd(Ne,S):void 0,fs={videoId:Number(i)||0,promptType:j,promptUseCase:D,messageCategory:j===Mt.AI_FLEX_VIDEO&&(n0==null?void 0:n0.messageCategory)||"",messageType:j===Mt.AI_FLEX_VIDEO&&(n0==null?void 0:n0.messageType)||"",userInput:d,isLoading:es,overlayOptions:ce,templateOptions:Ve,selectedTemplateOption:mt,selectedLinksetOption:st,selectedOverlayOption:Re,changeSelectedTemplateOption:us,changeSelectedLinksetOption:xs,changeSelectedOverlayOption:ps,selectedAiFlexScriptValue:Ne,changeSelectedAiFlexScript:hs,linksetOptions:ie,changePromptUseCase:ei,changePromptType:ts,generateContentWithAi:ys,promptsLeft:At&&At.count||0,generatedText:_,baseText:M,detailLevel:it,crmData:Vt,changeVehicleTitle:ti,changeVin:os,changeSender:rs,sender:H,changeSenderCompany:is,senderCompany:le,changeRecipient:ns,recipient:te,vin:Z,changeNextStep:ss,nextStep:xe,changeFormalityLevel:Ai,formalityLevel:Ie,changeDetailLevel:ls,changeEnthusiasmLevel:ds,additionalInfo:ue,changeAdditionalInfo:cs,changeBaseText:Ii,changeGeneratedText:as,generatedThumnail:$,generatedUrl:N,isStreamingResponse:yt,handleAbort:gr,params:q0};return o.jsx(s3.Provider,{value:fs,children:e})},P1=()=>{const e=f.useContext(s3);if(e===void 0)throw new Error("useAI must be used within a AiProvider");return e},Xd=()=>{const e=K.useCovideoTheme(),i=Ce.magic100,n=e.colors.primary[100];return o.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M16.2169 6.66666L16.8752 5.20833L18.3335 4.55C18.6585 4.4 18.6585 3.94166 18.3335 3.79166L16.8752 3.13333L16.2169 1.66666C16.0669 1.34166 15.6085 1.34166 15.4585 1.66666L14.8002 3.125L13.3335 3.78333C13.0085 3.93333 13.0085 4.39166 13.3335 4.54166L14.7919 5.2L15.4502 6.66666C15.6002 6.99166 16.0669 6.99166 16.2169 6.66666ZM9.58353 7.91666L8.25853 5C7.96686 4.35 7.03353 4.35 6.74186 5L5.41686 7.91666L2.5002 9.24166C1.8502 9.54166 1.8502 10.4667 2.5002 10.7583L5.41686 12.0833L6.74186 15C7.04186 15.65 7.96686 15.65 8.25853 15L9.58353 12.0833L12.5002 10.7583C13.1502 10.4583 13.1502 9.53333 12.5002 9.24166L9.58353 7.91666ZM15.4502 13.3333L14.7919 14.7917L13.3335 15.45C13.0085 15.6 13.0085 16.0583 13.3335 16.2083L14.7919 16.8667L15.4502 18.3333C15.6002 18.6583 16.0585 18.6583 16.2085 18.3333L16.8669 16.875L18.3335 16.2167C18.6585 16.0667 18.6585 15.6083 18.3335 15.4583L16.8752 14.8L16.2169 13.3333C16.0669 13.0083 15.6002 13.0083 15.4502 13.3333Z",fill:"url(#paint0_linear_15110_1333)"}),o.jsx("defs",{children:o.jsxs("linearGradient",{id:"paint0_linear_15110_1333",x1:"5.11856",y1:"18.5771",x2:"19.5969",y2:"12.8001",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{stopColor:i}),o.jsx("stop",{offset:"1",stopColor:n})]})})]})},Rn=({color:e})=>o.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:o.jsx("g",{id:"sparkle",children:o.jsx("path",{id:"Vector",d:"M16.2166 6.66666L16.875 5.20833L18.3333 4.55C18.6583 4.4 18.6583 3.94166 18.3333 3.79166L16.875 3.13333L16.2166 1.66666C16.0666 1.34166 15.6083 1.34166 15.4583 1.66666L14.8 3.125L13.3333 3.78333C13.0083 3.93333 13.0083 4.39166 13.3333 4.54166L14.7916 5.2L15.45 6.66666C15.6 6.99166 16.0666 6.99166 16.2166 6.66666ZM9.58328 7.91666L8.25828 5C7.96662 4.35 7.03328 4.35 6.74162 5L5.41662 7.91666L2.49995 9.24166C1.84995 9.54166 1.84995 10.4667 2.49995 10.7583L5.41662 12.0833L6.74162 15C7.04162 15.65 7.96662 15.65 8.25828 15L9.58328 12.0833L12.5 10.7583C13.15 10.4583 13.15 9.53333 12.5 9.24166L9.58328 7.91666ZM15.45 13.3333L14.7916 14.7917L13.3333 15.45C13.0083 15.6 13.0083 16.0583 13.3333 16.2083L14.7916 16.8667L15.45 18.3333C15.6 18.6583 16.0583 18.6583 16.2083 18.3333L16.8666 16.875L18.3333 16.2167C18.6583 16.0667 18.6583 15.6083 18.3333 15.4583L16.875 14.8L16.2166 13.3333C16.0666 13.0083 15.6 13.0083 15.45 13.3333Z",fill:e})})}),$r=374,a3=568,Jd=a3/2-8,Of=528,F1=`url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23001B5366' stroke-width='1' stroke-dasharray='10%2c8' stroke-dashoffset='10' stroke-linecap='round'/%3e%3c/svg%3e");
650
+ `,i3=e=>{const{title:i,additionalInfo:n,children:a,type:c}=e;return o.jsxs(Ef,{children:[o.jsx(If,{children:a}),o.jsx(Tf,{children:o.jsxs(_f,{children:[o.jsx(kf,{type:c,children:i}),n&&o.jsx(jf,{children:n})]})})]})},n3=({closeButtonProps:e})=>o.jsx("div",{onClick:e.closeToast,style:{cursor:"pointer",display:"flex",alignItems:"center"},children:o.jsx(he.MdClose,{size:24,color:"rgba(146, 151, 162, 1)"})}),Af=e=>o.jsx(i3,{...e,children:o.jsx(he.MdWarning,{color:Ce.buttonDanger,size:26,style:{minWidth:26,maxWidth:26}})}),zn=e=>V5.toast(o.jsx(Af,{...e}),{position:e.position||"top-right",closeButton:i=>o.jsx(n3,{defaultProps:e,closeButtonProps:i}),style:{width:"100%"}}),Vf=async e=>{var i;const{data:n,signal:a}=e,c=((i=lo==null?void 0:lo.defaults)==null?void 0:i.baseURL)||"https://api.covideo.com/",d=lo.defaults.headers.common,u=await fetch(`${c}gpt/stream`,{method:"POST",headers:{...d,"Content-Type":"application/json"},body:JSON.stringify(n),signal:a});if(!u.ok||!u.body)throw u.statusText;return u},Rf=()=>{const e=Me.useQueryClient();return Me.useMutation(Vf,{onError:i=>{e.invalidateQueries(["MAGIC_COUNT"]),zn({title:i.message||"Something went wrong generating text stream"})},onSuccess:()=>e.invalidateQueries(["MAGIC_COUNT"])})},Lf=async e=>{const{data:i}=await lo.post("gpt",e);return i},$f=()=>{const e=Me.useQueryClient();return Me.useMutation(i=>Lf(i),{onError:i=>{e.invalidateQueries(["MAGIC_COUNT"]),zn({title:i.message||"Something went wrong generating text"})},onSuccess:()=>e.invalidateQueries(["MAGIC_COUNT"])})},s3=f.createContext({}),Mf=({children:e,videoId:i=0,defaultPromptType:n,defaultPromptUseCase:a=Nn.INITIAL_REACH_OUT,defaultSelectedAIScriptValue:c,userInput:d="",defaultVin:u="",defaultRecipient:h=""})=>{var x,y,v;const{userData:m}=fr(),{t:w}=re.useTranslation(),{customer:C,isAutomotiveServiceRole:E}=m,T=(x=m==null?void 0:m.customer)==null?void 0:x.business,k=(y=m==null?void 0:m.customer)==null?void 0:y.phone1,[j,L]=f.useState(n),[D,O]=f.useState(a),[M,A]=f.useState(Yd(d)||""),[_,V]=f.useState(d||""),[N,U]=f.useState(""),[$,z]=f.useState(""),[Z,W]=f.useState(u),[Q,Y]=f.useState(""),[H,ae]=f.useState(m.firstName||""),[le,Te]=f.useState(C.business),[xe,pe]=f.useState(""),[ue,Se]=f.useState(""),[te,me]=f.useState(h),[Ie,Pe]=f.useState(M0.MID),[Fe,Qe]=f.useState(O0.MID),[it,be]=f.useState(y0.MID),[Ve,fe]=f.useState([]),[ce,De]=f.useState([]),[ie,Je]=f.useState([]),[mt,se]=f.useState(),[Re,ze]=f.useState(),[st,at]=f.useState(),[Ne,xt]=f.useState(c??((v=ki(String(a)))==null?void 0:v.value)??null),[yt,Ct]=f.useState(!1),[$t,ft]=f.useState(null),vt=f.useCallback(ge=>j!==Mt.AI_FLEX_VIDEO?ge:uf(w,ge,{dealership_name:T,phone_number:k}),[T,k,j,w]),{data:At={count:0},isLoading:ko}=ff(),{mutateAsync:No,isLoading:Ot}=Rf(),{mutateAsync:jo,isLoading:oo}=$f(),{data:Vt,isFetching:ro,changeQuickshareParams:Ee,params:q0}=gf({videoId:Number(i)||0,enabledOnMount:!1}),Eo=j===Mt.CRM_MESSAGE,{isLoading:_e,data:ne}=vf({start:0,limit:100,search:""},Eo),{isLoading:we,data:Ae}=hf({start:0,limit:500,search:""},Eo),{isLoading:He,data:Ze}=wf({start:0,limit:200,search:""},Eo);f.useEffect(()=>{if(!ne)return;const{autoSelectedOption:ge,options:lt}=tf(ne);De(lt),ge&&ze(ge)},[ne]);const Po={};f.useEffect(()=>{if(!Ae)return;const{autoSelectedOption:ge,options:lt}=nf({userData:Po,templatesResponse:Ae,sendVehicle:!!Z});fe(lt),se(ge)},[Ae,Z]),f.useEffect(()=>{if(!Ze)return;const{autoSelectedOption:ge,options:lt}=sf({linksetsResponse:Ze});Je(lt),ge&&at(ge)},[Ze]),f.useEffect(()=>{!i||j!==Mt.CRM_MESSAGE||!mt||Ee({templateId:parseInt(mt.value.toString()),vin:Z,linksetId:st&&st.value||"-1",overlayId:Re&&Re.value||"",useAutomotive:E||!!Z||mt.landingPageType===N0.AUTOMOTIVE})},[mt,Re,st,Z,j,i]),f.useEffect(()=>{L(n)},[n]),f.useEffect(()=>{O(a)},[a]),f.useEffect(()=>{const ge=Yd(d);V(vt(ge)),A(ge)},[vt,d]),f.useEffect(()=>{me(h)},[h]),f.useEffect(()=>{W(u)},[u]),f.useEffect(()=>{const ge=cf({promptType:j,defaultSelectedAIScriptValue:c,t:w});xt(ge.selectedAiFlexScriptValue),ge.promptUseCase&&O(ge.promptUseCase),typeof ge.baseText=="string"&&(A(ge.baseText),V(vt(ge.generatedText||ge.baseText)))},[vt,c,j,w]);function Jn(ge){const lt=/https?:\/\/[^\s'"]+/g;return ge.match(lt)||[]}f.useEffect(()=>{var ge;const lt=Vt&&Vt.data.html||"";if(!lt)return;const s0=Vt&&Vt.data.thumbnail||"",U0=Vt&&Vt.data.url||"";z(((ge=Jn(Vt.data.thumbnail))==null?void 0:ge[0])||""),U(U0);const W0=ef(s0,U0,H)||lt;V(W0),A(W0)},[Vt&&Vt.data.html,H]);const es=_e||we||He||Ot||oo||ro||ko,ei=ge=>O(ge),ts=ge=>{if(L(ge),ge===Mt.AI_FLEX_VIDEO&&Ne!==null){const lt=ki(Ne);lt&&O(lt.value)}},ti=ge=>Y(ge),os=ge=>W(ge),rs=ge=>ae(ge),is=ge=>Te(ge),ns=ge=>me(ge),ss=ge=>pe(ge),Ii=ge=>A(ge),as=ge=>V(vt(ge)),cs=ge=>Se(ge),Ai=ge=>Pe(ge),ls=ge=>be(ge),ds=ge=>Qe(ge),us=ge=>se(ge),ps=ge=>ze(ge),xs=ge=>at(ge),hs=ge=>{if(xt(ge),ge!==null){const lt=ki(ge);if(lt){const s0=w(lt.text);O(lt.value),A(s0),V(vt(s0))}}},gr=()=>{$t&&($t.abort(),ft(null),Ct(!1))},ys=async()=>{const ge={baseText:M,promptUseCase:D,promptType:j,formalityLevel:Ie,enthusiasmLevel:Fe,detailLevel:it,vehicleTitle:Q,vin:Z,recipient:te,sender:H,senderCompany:le,callToAction:xe,additionalInfo:ue,videoId:i};if(j===Mt.AI_FLEX_VIDEO&&Ne!==null){const lt=Zd(Ne,w);lt&&(ge.messageCategory=lt.messageCategory,ge.messageType=lt.messageType)}V(""),Ct(!0);try{const lt=new AbortController;ft(lt);const s0=(await No({data:ge,signal:lt.signal})).body.getReader(),U0=new TextDecoder,W0=!0;let mr="";for(;W0;){const{value:gs,done:ms}=await s0.read();if(ms)break;const vs=U0.decode(gs,{stream:!0});mr=af(mr+vs,j),V(mr)}V(vt(mr))}catch(lt){(lt==null?void 0:lt.name)==="AbortError"?console.log("Fetch aborted"):console.log(lt)}Ct(!1)},n0=Ne!==null?Zd(Ne,w):void 0,fs={videoId:Number(i)||0,promptType:j,promptUseCase:D,messageCategory:j===Mt.AI_FLEX_VIDEO&&(n0==null?void 0:n0.messageCategory)||"",messageType:j===Mt.AI_FLEX_VIDEO&&(n0==null?void 0:n0.messageType)||"",userInput:d,isLoading:es,overlayOptions:ce,templateOptions:Ve,selectedTemplateOption:mt,selectedLinksetOption:st,selectedOverlayOption:Re,changeSelectedTemplateOption:us,changeSelectedLinksetOption:xs,changeSelectedOverlayOption:ps,selectedAiFlexScriptValue:Ne,changeSelectedAiFlexScript:hs,linksetOptions:ie,changePromptUseCase:ei,changePromptType:ts,generateContentWithAi:ys,promptsLeft:At&&At.count||0,generatedText:_,baseText:M,detailLevel:it,crmData:Vt,changeVehicleTitle:ti,changeVin:os,changeSender:rs,sender:H,changeSenderCompany:is,senderCompany:le,changeRecipient:ns,recipient:te,vin:Z,changeNextStep:ss,nextStep:xe,changeFormalityLevel:Ai,formalityLevel:Ie,changeDetailLevel:ls,changeEnthusiasmLevel:ds,additionalInfo:ue,changeAdditionalInfo:cs,changeBaseText:Ii,changeGeneratedText:as,generatedThumnail:$,generatedUrl:N,isStreamingResponse:yt,handleAbort:gr,params:q0};return o.jsx(s3.Provider,{value:fs,children:e})},P1=()=>{const e=f.useContext(s3);if(e===void 0)throw new Error("useAI must be used within a AiProvider");return e},Xd=()=>{const e=K.useCovideoTheme(),i=Ce.magic100,n=e.colors.primary[100];return o.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M16.2169 6.66666L16.8752 5.20833L18.3335 4.55C18.6585 4.4 18.6585 3.94166 18.3335 3.79166L16.8752 3.13333L16.2169 1.66666C16.0669 1.34166 15.6085 1.34166 15.4585 1.66666L14.8002 3.125L13.3335 3.78333C13.0085 3.93333 13.0085 4.39166 13.3335 4.54166L14.7919 5.2L15.4502 6.66666C15.6002 6.99166 16.0669 6.99166 16.2169 6.66666ZM9.58353 7.91666L8.25853 5C7.96686 4.35 7.03353 4.35 6.74186 5L5.41686 7.91666L2.5002 9.24166C1.8502 9.54166 1.8502 10.4667 2.5002 10.7583L5.41686 12.0833L6.74186 15C7.04186 15.65 7.96686 15.65 8.25853 15L9.58353 12.0833L12.5002 10.7583C13.1502 10.4583 13.1502 9.53333 12.5002 9.24166L9.58353 7.91666ZM15.4502 13.3333L14.7919 14.7917L13.3335 15.45C13.0085 15.6 13.0085 16.0583 13.3335 16.2083L14.7919 16.8667L15.4502 18.3333C15.6002 18.6583 16.0585 18.6583 16.2085 18.3333L16.8669 16.875L18.3335 16.2167C18.6585 16.0667 18.6585 15.6083 18.3335 15.4583L16.8752 14.8L16.2169 13.3333C16.0669 13.0083 15.6002 13.0083 15.4502 13.3333Z",fill:"url(#paint0_linear_15110_1333)"}),o.jsx("defs",{children:o.jsxs("linearGradient",{id:"paint0_linear_15110_1333",x1:"5.11856",y1:"18.5771",x2:"19.5969",y2:"12.8001",gradientUnits:"userSpaceOnUse",children:[o.jsx("stop",{stopColor:i}),o.jsx("stop",{offset:"1",stopColor:n})]})})]})},Rn=({color:e})=>o.jsx("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:o.jsx("g",{id:"sparkle",children:o.jsx("path",{id:"Vector",d:"M16.2166 6.66666L16.875 5.20833L18.3333 4.55C18.6583 4.4 18.6583 3.94166 18.3333 3.79166L16.875 3.13333L16.2166 1.66666C16.0666 1.34166 15.6083 1.34166 15.4583 1.66666L14.8 3.125L13.3333 3.78333C13.0083 3.93333 13.0083 4.39166 13.3333 4.54166L14.7916 5.2L15.45 6.66666C15.6 6.99166 16.0666 6.99166 16.2166 6.66666ZM9.58328 7.91666L8.25828 5C7.96662 4.35 7.03328 4.35 6.74162 5L5.41662 7.91666L2.49995 9.24166C1.84995 9.54166 1.84995 10.4667 2.49995 10.7583L5.41662 12.0833L6.74162 15C7.04162 15.65 7.96662 15.65 8.25828 15L9.58328 12.0833L12.5 10.7583C13.15 10.4583 13.15 9.53333 12.5 9.24166L9.58328 7.91666ZM15.45 13.3333L14.7916 14.7917L13.3333 15.45C13.0083 15.6 13.0083 16.0583 13.3333 16.2083L14.7916 16.8667L15.45 18.3333C15.6 18.6583 16.0583 18.6583 16.2083 18.3333L16.8666 16.875L18.3333 16.2167C18.6583 16.0667 18.6583 15.6083 18.3333 15.4583L16.875 14.8L16.2166 13.3333C16.0666 13.0083 15.6 13.0083 15.45 13.3333Z",fill:e})})}),$r=374,a3=568,Jd=a3/2-8,Of=528,F1=`url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23001B5366' stroke-width='1' stroke-dasharray='10%2c8' stroke-dashoffset='10' stroke-linecap='round'/%3e%3c/svg%3e");
651
651
  border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d like Script Assist to create. You can also enter your own if it’s not included in the dropdown.",CUSTOMER_NAME:"Enter the name of the person or persons you’re sending your message to.",CTA:"Briefly describe what you would like your recipient to do next. Ex: “Call me back”, “Click the button”, or “Write a review”.",ADDITIONAL_INFO:"Include any additional information you’d like Script Assist to consider.",ADDITIONAL_INSTRUCTIONS:"Tell AI what the video is for (promotion, event, sales touchpoint, etc.). Then include key details like vehicles, offers, timing, and any required disclaimers. When done, click <b>Generate</b>.",TONE_OF_VOICE:"Use the sliders to customize your Tone of Voice."},Df=0,Nf=360,Pf=360,Ff={g:"LottieFiles Figma v38"},zf=JSON.parse('[{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10.22,11.91],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10.22,11.91],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10.22,11.91],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10.22,11.91],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10.22,11.91],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10.22,11.91],"t":39},{"s":[10.22,11.91],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[231.49,99.72],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[231.49,99.72],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[231.49,99.72],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[231.49,99.72],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[231.49,99.72],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[231.49,99.72],"t":39},{"s":[231.49,99.72],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-9.1,4.65],[-0.5,-0.82],[0.61,-0.36],[4.34,-2.09],[-6.63,-2.53],[-0.14,-0.99],[0.76,-0.55],[0.91,1.76],[-10.35,6.97],[0,0]],"o":[[-11.11,-4.17],[11.9,-6.08],[0.56,0.9],[-4.14,2.46],[-1.42,0.68],[0.79,0.3],[0.14,0.99],[-7.41,5.38],[-0.64,-1.23],[0,0],[0,0]],"v":[[11.08,14.17],[8.13,5.86],[20.27,0.34],[19.3,2.06],[6.67,9.05],[12.34,12.24],[14.3,13.64],[12.95,15.82],[0.14,23.39],[11.08,14.17],[11.08,14.17]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[5],"t":45}]}}],"ind":1},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[7.06,14.51],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[7.06,14.51],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[7.06,14.51],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[7.06,14.51],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[7.06,14.51],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[7.06,14.51],"t":39},{"s":[7.06,14.51],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[172.12,77.23],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[172.12,77.23],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[172.12,77.23],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[172.12,77.23],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[172.12,77.23],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[172.12,77.23],"t":39},{"s":[172.12,77.23],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.88,-1.34],[0.43,-0.67],[1.42,1.04],[-5.77,8.19],[0.41,1.19],[-3.93,4.72],[-2.13,2.32],[-0.84,-0.82],[0.47,-0.58],[0.56,-1.08],[0,0]],"o":[[5.96,1.02],[0.44,0.67],[-6.17,9.49],[-1.43,-1.04],[-9.02,0],[-0.63,-1.8],[2.01,-2.42],[0.45,-0.49],[0.65,0.64],[-9.53,11.69],[0,0],[0,0]],"v":[[3.69,13.83],[12.76,14.62],[12.62,16.76],[3.08,28.85],[10.05,16.33],[0.1,15.46],[5.78,8.05],[12.09,1.02],[13.84,0.3],[13.41,2.29],[3.69,13.82],[3.69,13.83]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[5],"t":45}]}}],"ind":2},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.61,17.71],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.61,17.71],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.61,17.71],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.61,17.71],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.61,17.71],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.61,17.71],"t":39},{"s":[8.61,17.71],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[205.44,78.42],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[205.44,78.42],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[205.44,78.42],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[205.44,78.42],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[205.44,78.42],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[205.44,78.42],"t":39},{"s":[205.44,78.42],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-1.06,-1.82],[9.6,-14.43],[1.04,0.69],[0.35,1.27],[9.35,0.02],[0.48,1.03],[-0.66,0.73],[-0.32,0.26],[0.51,-1.14],[0.57,-0.77],[0,0]],"o":[[5.37,0.88],[0.77,1.33],[-0.32,0.48],[-2.87,-1.88],[-0.14,-0.5],[-0.89,0],[-0.5,-1.06],[14.6,-16.06],[1.05,-0.86],[-1.2,2.68],[0,0],[0,0]],"v":[[4.27,17.01],[15.77,18.04],[6.81,33.52],[3.84,35.28],[11.9,20.13],[2.54,19.86],[0.18,18.94],[1,16.42],[15.6,0.36],[17.08,1.46],[4.27,17.01],[4.27,17.01]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0.553,0.192,0.838],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[5],"t":45}]}}],"ind":3},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.14,3.76],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.14,3.76],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.14,3.76],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.14,3.76],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.14,3.76],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.14,3.76],"t":39},{"s":[5.14,3.76],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[94.48,271.57],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[94.48,271.57],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[94.48,271.57],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[94.48,271.57],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[94.48,271.57],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[94.48,271.57],"t":39},{"s":[94.48,271.57],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.14,-0.75],[-0.54,-0.02],[-0.23,-3.14],[-1.07,0.14],[-0.06,1.25],[9.12,-2.06],[0,0]],"o":[[-0.6,0.14],[0.13,0.68],[4.43,0.16],[0.07,0.9],[0.77,-0.1],[-0.3,-4.63],[0,0],[0,0]],"v":[[1.14,0.94],[0.02,2.09],[1.4,2.71],[8.26,3.96],[9.53,7.52],[10.28,4.86],[1.14,0.94],[1.14,0.94]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":4},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[20.87,13.26],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[20.87,13.26],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[20.87,13.26],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[20.87,13.26],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[20.87,13.26],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[20.87,13.26],"t":39},{"s":[20.87,13.26],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[91.16,269.12],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[91.16,269.12],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[91.16,269.12],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[91.16,269.12],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[91.16,269.12],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[91.16,269.12],"t":39},{"s":[91.16,269.12],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-8.61,6.62],[-7,3.02],[-10.8,-9.16],[2.98,-1.96],[13.32,9.86],[2.82,-3.05],[0.89,14.23],[0,0]],"o":[[-0.48,-3.14],[2.03,-1.56],[4.76,-2.06],[2.66,2.26],[-5.27,3.46],[-4.22,-3.12],[-4,4.33],[0,0],[0,0]],"v":[[0.03,11.7],[13.24,1.34],[25.55,0.54],[39.9,11.54],[39.34,17.68],[18.88,22.58],[12.1,22.23],[0.03,11.7],[0.03,11.7]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.66,-1.51],[-2.67,3.85],[-9.45,11.49],[2.5,2.29],[3.93,5.41],[9.23,3.07],[6.41,-3.01],[-0.27,-0.87],[0,0]],"o":[[0.01,1.81],[1.31,3.02],[6.28,-9.06],[5.12,-6.23],[-1.17,-1.07],[-2.28,-3.14],[-1.97,-0.66],[-0.89,0.42],[0,0],[0,0]],"v":[[2.28,12.51],[3.92,19.28],[10.87,20.04],[33,19.91],[37.51,13.07],[28.46,4.06],[15.17,3.88],[3.23,10.68],[2.28,12.51],[2.28,12.51]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":5},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.12,1.11],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.12,1.11],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.12,1.11],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.12,1.11],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.12,1.11],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.12,1.11],"t":39},{"s":[3.12,1.11],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[42.43,207.57],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[42.43,207.57],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[42.43,207.57],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[42.43,207.57],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[42.43,207.57],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[42.43,207.57],"t":39},{"s":[42.43,207.57],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.02,0.69],[-1.26,-0.09],[1.4,-0.14],[0.6,0.13]],"o":[[-0.54,-0.12],[-0.03,-1.31],[1.3,0.09],[-1.05,0.1],[0,0]],"v":[[0.94,2.14],[0,1.03],[5.25,0.09],[5.19,2.12],[0.94,2.14]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":6},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.66,25.16],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.66,25.16],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.66,25.16],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.66,25.16],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.66,25.16],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.66,25.16],"t":39},{"s":[18.66,25.16],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[41.98,228.75],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[41.98,228.75],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[41.98,228.75],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[41.98,228.75],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[41.98,228.75],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[41.98,228.75],"t":39},{"s":[41.98,228.75],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-1.27,-0.01],[-0.42,-1.3],[2.07,-0.12],[0.14,-2.47],[0.9,-10.42],[1.44,-0.29],[4.58,0.26],[0.21,1.9],[0.86,11.13],[0.48,2.43],[-0.86,-0.03],[-2.38,6.1],[-11.73,0],[-0.64,-2.36]],"o":[[1.86,6.88],[1.2,0.01],[0.67,2.06],[-2.28,0.13],[-0.58,10.45],[-0.13,1.51],[-4.52,0.92],[-3.95,-0.22],[-1.24,-11.09],[-0.21,-2.75],[-0.45,-2.27],[1.62,0.06],[0.64,-1.63],[8.69,0.58],[0,0]],"v":[[31.25,1.32],[34.4,8.13],[37.04,9.97],[35.11,12.98],[32.73,15.59],[30.37,46.87],[28.16,49.43],[14.49,50.2],[9.17,47.86],[5.33,14.6],[0.07,12.07],[2.45,8.31],[6.89,1.66],[18.41,0.03],[31.25,1.32]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-2.24,-16.96],[-1.43,-0.08],[-5.05,0.64],[-0.07,0.82],[0.06,2.07],[0.5,-0.01],[5.82,0.02]],"o":[[-2.61,-0.01],[2.58,19.55],[5.08,0.29],[0.77,-0.1],[1.96,-23.42],[-0.03,-1.12],[-9.47,0.08],[0,0]],"v":[[8.51,13.49],[8.75,28.94],[12.14,48.35],[27.34,47.74],[28.48,46.48],[31.05,14.74],[29.68,13.48],[8.51,13.49]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-18.67,-0.3],[2,6.52],[20.11,-0.27],[2.76,-6.21]],"o":[[15.73,0],[1.49,0.02],[-0.38,-1.24],[-1.23,0.02],[0,0]],"v":[[6.15,7.86],[30.4,8.16],[29.83,2.4],[9.71,1.92],[6.15,7.86]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.76,0.13],[0.73,-0.13],[-0.08,-0.79],[-0.48,0.04],[-0.05,1.07]],"o":[[0.03,-0.73],[-3.59,-0.63],[-0.94,0.17],[0.1,0.91],[10.83,-0.96],[0,0]],"v":[[35.73,11.39],[34.74,9.82],[2.64,9.71],[1.62,11.48],[2.93,11.94],[35.73,11.39]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":7},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.69,1.47],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.69,1.47],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.69,1.47],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.69,1.47],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.69,1.47],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.69,1.47],"t":39},{"s":[26.69,1.47],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[296.45,216.53],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[296.45,216.53],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[296.45,216.53],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[296.45,216.53],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[296.45,216.53],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[296.45,216.53],"t":39},{"s":[296.45,216.53],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-1.12,-0.04],[1.04,-0.25],[7.36,-0.24],[-1.37,0.14],[-27.61,0.69]],"o":[[3.27,-0.08],[0.97,0.04],[-3.99,0.95],[-1.34,0.04],[3.29,-0.35],[0,0]],"v":[[44.16,0.42],[52.59,0],[52.67,1.18],[1.19,2.93],[0.87,1.98],[44.16,0.42]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":8},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.51,1.39],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.51,1.39],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.51,1.39],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.51,1.39],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.51,1.39],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[26.51,1.39],"t":39},{"s":[26.51,1.39],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[303.18,232.66],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[303.18,232.66],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[303.18,232.66],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[303.18,232.66],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[303.18,232.66],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[303.18,232.66],"t":39},{"s":[303.18,232.66],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.17,-1.08],[11.85,-0.21],[-4.53,0.3],[-21.13,0.3],[0,0]],"o":[[11.17,-0.15],[0.38,2.41],[-3.69,0.06],[5.02,-0.33],[0,0],[0,0]],"v":[[40.59,0.57],[53.02,0.5],[3.26,2.78],[2.95,1.54],[40.59,0.56],[40.59,0.57]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":9},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[21.29,3.46],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[21.29,3.46],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[21.29,3.46],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[21.29,3.46],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[21.29,3.46],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[21.29,3.46],"t":39},{"s":[21.29,3.46],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[298.93,201.04],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[298.93,201.04],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[298.93,201.04],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[298.93,201.04],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[298.93,201.04],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[298.93,201.04],"t":39},{"s":[298.93,201.04],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[33.55,-0.68],[0.95,-0.13],[0.32,-0.68],[-0.09,-1.41],[-40.69,-0.02],[0.12,3.36]],"o":[[-0.08,-2.32],[-4.07,0.08],[-0.67,0.09],[-0.33,0.7],[0.14,2.22],[1.8,0],[0,0]],"v":[[42.37,1.53],[8.85,0.72],[1.81,0.96],[0.13,1.96],[0.29,5.79],[41.32,6.28],[42.37,1.53]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[6.74,-0.15],[2.24,0.06],[0.12,0.85],[0.01,0.62],[-0.04,0.1],[-0.08,0.07],[-0.1,0.03],[-0.1,-0.01],[-9.16,-0.07],[0.39,-1.95],[2.03,0.02]],"o":[[-6.74,-0.05],[-9.93,0.23],[-1.15,-0.03],[-0.04,-0.62],[0,-0.1],[0.04,-0.1],[0.08,-0.07],[0.1,-0.03],[2.8,0.25],[17.7,0.13],[-0.18,0.88],[0,0]],"v":[[39.52,4.65],[19.31,5.16],[2.98,5.72],[1.36,4.88],[1.27,3.01],[1.33,2.71],[1.51,2.46],[1.77,2.3],[2.07,2.27],[21.68,1.86],[40.84,2.32],[39.52,4.65]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":10},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.78,25.58],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.78,25.58],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.78,25.58],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.78,25.58],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.78,25.58],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.78,25.58],"t":39},{"s":[39.78,25.58],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[305.34,216.8],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[305.34,216.8],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[305.34,216.8],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[305.34,216.8],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[305.34,216.8],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[305.34,216.8],"t":39},{"s":[305.34,216.8],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[3.64,0.56],[0.3,9.55],[27.84,-0.03],[2.03,-0.07],[-0.26,-3.92],[1.65,-0.03],[-0.71,-15.19],[-4.07,0.16],[-0.64,-13.69],[-2.61,0.01],[0.09,1.84],[3.26,-0.05],[1.21,13.66],[-0.16,1.7],[-1.13,0.84],[1.16,0.78]],"o":[[-3.12,-2.1],[-1.96,-0.3],[-0.09,-2.71],[-0.8,0],[-27.31,0.95],[0.91,13.54],[-2.78,0.05],[0.07,1.46],[1.36,-0.05],[0.12,2.66],[63.48,-0.2],[-0.73,-15.49],[-6.27,0.09],[-0.22,-2.49],[0.28,-3.02],[1.13,-0.84],[0,0]],"v":[[78.66,15.25],[68.36,11.68],[66.35,1.99],[38.26,0.14],[33.36,0.23],[2.45,3.37],[1.9,16.9],[0.72,33.49],[5.6,34.89],[7.29,48.45],[10.03,51.15],[70.98,49.15],[68.32,32.24],[63.97,19.67],[66.81,17.67],[78.73,19.56],[78.66,15.25]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.15,-2.32],[1.33,-0.03],[9.52,-0.1],[0.1,0.91],[-48.98,0.71]],"o":[[12.98,-0.19],[-0.05,0.76],[-2.55,0.05],[-1.46,0.01],[-0.2,-1.88],[0,0]],"v":[[48.02,18.66],[61.45,20.06],[59.92,21.07],[3.45,21.65],[2.04,20.04],[48.02,18.66]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.03,2.91],[-31.57,1.23],[-0.35,-2.68],[2.08,0],[6.14,-0.68],[-3.44,0.17],[-29.72,0.03],[1.46,-0.17],[20.01,-0.09],[0.25,1.51],[0,0]],"o":[[-0.48,-2.89],[0.02,-1.65],[2.29,-0.09],[0.28,2.16],[-27.2,-0.01],[-3.47,0.39],[6.75,-0.33],[2.02,0],[-2.37,0.28],[-29.04,0.13],[0,0],[0,0]],"v":[[2.66,32.28],[2.23,23.56],[59.92,21.99],[61.68,25.58],[59.9,27.67],[9.62,29.37],[9.67,30.46],[60.71,29.26],[61.14,32.14],[31.71,32.49],[2.66,32.28],[2.66,32.28]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[26.51,-0.63],[-0.32,-0.05],[-53.57,1.26],[-0.17,-0.94],[0.86,-0.01],[0.28,1.74],[-0.02,2.92],[-32.36,1.17],[-0.33,-2.53],[1.23,-0.15],[0,0]],"o":[[-2.58,0.31],[-14.24,0.34],[5.05,0.73],[1.83,-0.04],[0.23,1.29],[-58.09,0.32],[-0.46,-2.89],[0.01,-1.51],[2.27,-0.08],[0.2,1.54],[0,0],[0,0]],"v":[[67.46,43.69],[28.16,44.38],[13.41,46.2],[67.28,45.17],[68.75,47.17],[67.35,48.4],[9.25,48.51],[8.84,39.77],[66.54,38.25],[68.28,41.7],[67.46,43.69],[67.46,43.69]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.23,-1.19],[0.42,0],[-0.77,3.78],[-57.53,1.36]],"o":[[1.21,-0.03],[-0.15,0.8],[-57.66,0.02],[0.31,-1.55],[0,0]],"v":[[66.19,34.55],[68.06,36.67],[66.97,37.22],[8.62,35.84],[66.19,34.55]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[6.47,-0.05],[0.05,1.85],[-2.31,0.05],[-10.06,0.1],[0.04,-2.22],[2.1,0.42],[0,0]],"o":[[-1.84,-0.37],[-11.82,0.09],[-0.33,-12.32],[7.87,-0.17],[31.03,-0.31],[-0.14,7.87],[0,0],[0,0]],"v":[[63.73,16.25],[16.83,16.32],[4.92,15.32],[5.98,3.13],[32.87,3],[63.86,3.74],[63.73,16.25],[63.73,16.25]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[8.49,2.76],[-0.29,2.88],[0.27,-2.37]],"o":[[-0.15,1.31],[-2.66,-0.86],[0.02,-0.21],[0,0]],"v":[[78.16,17.33],[69.84,15.56],[66.98,12.94],[78.16,17.33]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":11},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[23.99,13.55],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[23.99,13.55],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[23.99,13.55],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[23.99,13.55],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[23.99,13.55],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[23.99,13.55],"t":39},{"s":[23.99,13.55],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[116.14,237.11],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[116.14,237.11],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[116.14,237.11],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[116.14,237.11],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[116.14,237.11],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[116.14,237.11],"t":39},{"s":[116.14,237.11],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[8.45,7.28],[-13.59,-2.38],[-16.45,-7.19],[-3.68,-2.15],[1.33,-1.32],[6.54,0.03],[0,0]],"o":[[-15.54,-1.67],[-4.85,-4.18],[5.11,0.89],[3.92,1.72],[1.58,0.93],[-8.04,7.96],[0,0],[0,0]],"v":[[32.91,27.09],[2.38,14.96],[13.2,0.29],[35.63,9.39],[46.77,15.67],[46.99,18.78],[32.91,27.1],[32.91,27.09]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":12},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[12.57,29.46],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[12.57,29.46],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[12.57,29.46],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[12.57,29.46],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[12.57,29.46],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[12.57,29.46],"t":39},{"s":[12.57,29.46],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[233.94,195.25],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[233.94,195.25],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[233.94,195.25],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[233.94,195.25],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[233.94,195.25],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[233.94,195.25],"t":39},{"s":[233.94,195.25],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[2.35,-3.91],[1.72,1.7],[1.66,4.74],[-1.07,7.16],[-6.33,2.9],[-0.95,-1.78],[0.39,-7.37]],"o":[[0.59,4.28],[-1.15,1.92],[-2.53,-2.51],[-4.62,-13.19],[0.66,-4.42],[1.78,-0.82],[6.65,12.47],[0,0]],"v":[[25.02,44.89],[21.68,57.18],[14.38,57.87],[2.47,40.61],[2,7.3],[11.06,0.47],[14.42,1.61],[25.02,44.89]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":13},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.14,3.2],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.14,3.2],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.14,3.2],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.14,3.2],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.14,3.2],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[3.14,3.2],"t":39},{"s":[3.14,3.2],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[207.5,131.06],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[207.5,131.06],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[207.5,131.06],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[207.5,131.06],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[207.5,131.06],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[207.5,131.06],"t":39},{"s":[207.5,131.06],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.78,-0.63],[5.11,7.7]],"o":[[-0.49,-0.75],[8.65,7.06],[0,0]],"v":[[0.12,1.41],[1.58,0.19],[0.12,1.41]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":14},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.18,1.45],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.18,1.45],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.18,1.45],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.18,1.45],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.18,1.45],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.18,1.45],"t":39},{"s":[4.18,1.45],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[179.81,123.41],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[179.81,123.41],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[179.81,123.41],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[179.81,123.41],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[179.81,123.41],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[179.81,123.41],"t":39},{"s":[179.81,123.41],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-9.9,0.26],[-0.05,-0.65],[5.72,-0.75]],"o":[[-1.53,-0.03],[0.59,-0.02],[0.1,1.36],[0,0]],"v":[[1.54,2.9],[7.19,0],[8.35,0.97],[1.54,2.9]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":15},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.61,4.36],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.61,4.36],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.61,4.36],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.61,4.36],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.61,4.36],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.61,4.36],"t":39},{"s":[4.61,4.36],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[203.08,147.36],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[203.08,147.36],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[203.08,147.36],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[203.08,147.36],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[203.08,147.36],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[203.08,147.36],"t":39},{"s":[203.08,147.36],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.57,0.44],[0.83,1.09],[-0.98,-2.51],[-1.36,0.83],[1.29,-0.84],[0.18,-0.84],[1.64,-0.88],[1.08,0.08],[1.99,-0.91]],"o":[[-1.13,-0.02],[2.67,-2.09],[-2.5,-3.28],[0.88,2.25],[1.27,-0.78],[-0.79,0.51],[-0.25,1.16],[-1.49,0.8],[-0.81,-0.06],[0,0]],"v":[[1.07,7.58],[0.31,6.2],[2.89,3.15],[4.2,1.42],[7.62,1.52],[8.63,3.12],[6.37,4.68],[7.16,8.6],[4.3,5.95],[1.07,7.58]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":16},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.6,4.35],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.6,4.35],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.6,4.35],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.6,4.35],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.6,4.35],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[4.6,4.35],"t":39},{"s":[4.6,4.35],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[178.92,139.8],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[178.92,139.8],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[178.92,139.8],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[178.92,139.8],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[178.92,139.8],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[178.92,139.8],"t":39},{"s":[178.92,139.8],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.97,0.72],[0.76,1],[-1.59,-2.46],[-2.31,1.28],[1.3,-0.9],[0.15,-0.88],[-0.41,-0.8],[0.89,1.42],[3.98,-2.04],[0,0]],"o":[[-1.07,0.55],[2.52,-1.88],[-2.16,-2.83],[1.43,2.22],[1.27,-0.71],[-0.77,0.54],[-0.12,0.7],[0.74,1.41],[-1.85,-2.93],[0,0],[0,0]],"v":[[1.35,7.45],[0.44,6.05],[2.95,3.25],[4.04,1.19],[7.62,1.5],[8.6,3.12],[6.36,4.7],[7.46,7.08],[5.76,7.99],[1.35,7.45],[1.35,7.45]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":17},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[30.98,28.3],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[30.98,28.3],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[30.98,28.3],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[30.98,28.3],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[30.98,28.3],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[30.98,28.3],"t":39},{"s":[30.98,28.3],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.42,135.72],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.42,135.72],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.42,135.72],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.42,135.72],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.42,135.72],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.42,135.72],"t":39},{"s":[181.42,135.72],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[5.13,10.27],[16.77,6.42],[-3.1,-2.02],[-13.45,-1.38],[-1.12,0],[-0.03,3.55],[-0.32,-6.13],[10.54,1.81],[0.63,-1.88],[-0.89,-2.32],[-6.6,-1.26],[4.08,0],[0,0]],"o":[[-9.64,0],[13.1,3.56],[2.97,-2.21],[15.03,9.8],[0.83,0.09],[3.5,0],[3.92,3.43],[-11.05,-5.04],[-1.83,-0.31],[-4.49,13.39],[1.35,3.51],[-3.86,3.58],[0,0],[0,0]],"v":[[41.56,56.6],[0,33.94],[10.72,3.39],[20.98,0.75],[46.33,19.04],[48.55,19.35],[54.64,12.73],[61.96,29.05],[24.65,18.08],[20.93,20.24],[14.75,37.57],[53.16,51.4],[41.55,56.6],[41.56,56.6]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":18},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[15.12,13.43],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[15.12,13.43],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[15.12,13.43],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[15.12,13.43],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[15.12,13.43],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[15.12,13.43],"t":39},{"s":[15.12,13.43],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[199.3,221.26],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[199.3,221.26],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[199.3,221.26],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[199.3,221.26],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[199.3,221.26],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[199.3,221.26],"t":39},{"s":[199.3,221.26],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-0.53,0.87],[-2.88,1.63],[-2.62,-1.17],[0.81,-2.66],[3.46,-0.96],[9.88,2.5],[0,0]],"o":[[-0.74,-0.19],[5.46,-9.04],[5.96,-3.37],[11.51,5.15],[-3.59,11.8],[-10.06,2.78],[0,0],[0,0]],"v":[[0.84,24.65],[0.24,23.27],[7.68,6.31],[15.71,0.21],[26.19,6.99],[29.51,25.06],[0.84,24.65],[0.84,24.65]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":19},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[19.34,22.83],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[19.34,22.83],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[19.34,22.83],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[19.34,22.83],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[19.34,22.83],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[19.34,22.83],"t":39},{"s":[19.34,22.83],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[99.08,195.14],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[99.08,195.14],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[99.08,195.14],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[99.08,195.14],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[99.08,195.14],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[99.08,195.14],"t":39},{"s":[99.08,195.14],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-5.22,-8.99],[1.42,-2.83],[4.7,-11.07],[1.73,-1.07],[2.75,1.61],[0.62,5.66]],"o":[[0.31,-9.52],[5.01,8.63],[-7.52,14.97],[-0.93,2.19],[-2.67,1.66],[-5.02,-2.94],[0,0]],"v":[[0,29.13],[27.76,1.82],[38.51,12.02],[17.81,41.36],[14.07,44.56],[8.41,44.3],[0,29.13]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":20},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[40.6,56.33],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[40.6,56.33],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[40.6,56.33],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[40.6,56.33],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[40.6,56.33],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[40.6,56.33],"t":39},{"s":[40.6,56.33],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[210.88,189.9],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[210.88,189.9],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[210.88,189.9],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[210.88,189.9],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[210.88,189.9],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[210.88,189.9],"t":39},{"s":[210.88,189.9],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-2.09,-3.2],[3.85,-24.49],[-9.48,-4.05],[-1.4,-1.14],[0.44,-0.56],[12.9,5.04],[7.63,-5.48],[8.81,-15.68],[-3.08,-0.98],[-9.8,5.19],[-8.97,5.71],[-6.43,29.39],[3.43,4.57],[-1.99,3.8],[-5.6,-4.35],[2.24,2.25],[-4.7,2.58],[-2.83,-4.57],[0.72,5.57],[-1.88,0.34],[-1.09,-1.79],[-0.05,-3.88],[-2.18,-2.65],[6.57,-20.02],[3.78,-1.55],[10.73,1.94],[14.6,-1.08],[6.32,3.02],[6.18,-5.24],[0.52,0.46],[-4.42,9.27],[-0.69,12.97],[8.94,6.53],[-1.48,2.92],[0,0]],"o":[[2.78,2.76],[3.97,6.07],[-0.24,1.52],[1.69,0.72],[0.41,0.33],[-0.54,0.69],[-3.22,-1.26],[-2.52,1.81],[-1.59,2.83],[10.93,3.46],[-9.46,-6.57],[3.75,-2.38],[1.56,-7.11],[-5.72,-7.63],[3.29,-6.28],[-0.82,-3.14],[-1.95,-1.96],[4,-2.2],[0.53,-3.5],[-0.24,-1.87],[2.03,-0.36],[2.02,3.32],[0.1,8.35],[4.64,5.64],[-1.21,3.7],[-2.81,2.45],[-4.65,-0.84],[-7.53,0.56],[-2.33,-1.11],[-0.38,0.32],[-1.15,-1.01],[2.47,-5.19],[1.34,-25.25],[-0.89,-0.65],[0,0],[0,0]],"v":[[7.18,37.2],[15.64,44.81],[27.36,68.37],[36.83,72.45],[41.18,75.66],[41.54,76.92],[28.42,72.54],[19.54,79.72],[11.88,96.98],[13.35,100.79],[49.53,99.55],[47.76,73.33],[48.45,40.25],[48.46,28.66],[39.93,19.37],[52.25,20.66],[48.49,12.36],[50.68,6.25],[59.54,13.65],[58.25,2.51],[60.19,0.13],[65.05,1.92],[68.58,16.36],[67.29,28.01],[79.5,86.51],[71.52,95.74],[55.76,102.07],[34.21,105.94],[10.18,102.43],[1.46,111.92],[0.12,112.52],[11.11,92.59],[16.82,72.13],[6.29,40.87],[7.19,37.21],[7.18,37.2]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-5.48,-5.87],[-2.04,5.02],[6.4,17.37],[1.93,3.33],[0.96,-0.75],[0.8,-3.28],[-0.32,-6.49]],"o":[[0.71,14.19],[6.48,6.94],[6.91,-16.97],[-1.34,-3.62],[-0.59,-1.02],[-7.14,5.56],[-1.97,8.09],[0,0]],"v":[[48.46,57.3],[61.95,89.22],[75.59,88.43],[70.82,40.05],[65.88,29.66],[63.8,29.32],[52.12,35.59],[48.46,57.3]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-12.22,-0.24],[-2.18,2.49],[3.27,7]],"o":[[-10.46,8.46],[3.16,0.06],[-7.28,-2.58],[0,0]],"v":[[49.67,74.55],[58.71,99.1],[66.77,95.83],[49.67,74.55]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.42,0.73],[2.02,-1.03],[-2.26,-2.87],[2,1.97],[1.69,1.52],[2.92,-2.97],[-4.2,-3.47],[-2.81,0.78],[-1.45,2.56],[3.16,7.11],[1.02,-0.24],[-0.05,-0.52],[2.38,-1.26]],"o":[[-1.21,0.64],[-3.94,-6.8],[-1.06,0.54],[2.87,3.64],[-1.64,-1.61],[-3.03,-2.72],[-1.06,1.08],[7.96,6.58],[2.94,-0.81],[3.84,-6.77],[-0.51,-1.14],[-1.13,0.27],[0.22,2.11],[0,0]],"v":[[60.34,16.97],[56.1,11.61],[49.32,9.25],[51.18,12.77],[53.44,23.78],[48.06,19.56],[41.4,19.87],[46.03,23.44],[53.86,31.54],[64.26,25.84],[63.36,2.93],[60.75,2.09],[60.42,3.67],[60.34,16.97]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.48,-8.58],[-0.61,9.96],[4.13,1.1],[0,0]],"o":[[1.46,8.46],[4.75,-3.37],[0.25,-4.11],[0,0],[0,0]],"v":[[18.79,50.61],[19.3,76.08],[25.27,59.29],[18.79,50.61],[18.79,50.61]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":21},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[74.28,77.92],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[74.28,77.92],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[74.28,77.92],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[74.28,77.92],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[74.28,77.92],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[74.28,77.92],"t":39},{"s":[74.28,77.92],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[142.03,181.05],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[142.03,181.05],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[142.03,181.05],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[142.03,181.05],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[142.03,181.05],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[142.03,181.05],"t":39},{"s":[142.03,181.05],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.56,-2.75],[10.22,-13.18],[6.22,-0.46],[-5.06,11.29],[5.88,10.34],[2.3,-0.74],[3.19,-3.18],[-2.29,-8.83],[-4.3,2.76],[-6.17,-1.8],[-8.2,-7.93],[-0.46,0.24],[-0.24,0.96],[0.49,0.87],[-2.25,1.27],[-0.86,-1.67],[-12.2,-24.68],[-3.3,-1.49],[3.03,0.07],[1.73,3.65],[6.57,-1.57],[3.28,-4.29],[-2.58,0.14],[-2.32,1.22],[1.44,2.34],[-0.52,1.5],[-0.46,-0.08],[-1.67,-4.15],[0.41,1.63],[7.58,0.89],[-0.78,0.1],[-2.38,-0.55],[1.93,-1.99],[2.67,5.19],[3.57,-0.4],[3.25,1.52],[14.55,3.98],[3.15,8.31],[7.16,4.69],[-8.97,7.6],[-24.43,23.52],[-0.12,1.89],[-1.85,2.99],[-5.13,-0.52],[-2.43,0.28],[-5.48,-1.98],[-1.7,1.75],[6.39,8.42],[1.66,1.85],[-11.75,-0.02],[-0.56,0.59],[-7.52,-1.1],[-6.04,-11.31],[2.01,-7.94],[0.69,0.12],[-0.81,6.03],[0.71,0.32],[12.17,2.02],[0.26,-0.67],[-1.45,-0.57],[3.23,-3.67],[1.03,-2.74],[0.8,-1.97],[6.89,7.44],[3.76,1.31],[0.14,-0.12],[4.14,-9.11],[0,0],[0,0]],"o":[[-7.52,16.54],[-1.59,7.84],[-4.45,5.73],[19.91,-27.58],[1.84,-4.11],[-1.13,-1.99],[-4.36,1.4],[-14.32,14.26],[1.59,6.1],[5.48,-3.51],[10.91,3.19],[0.58,0.56],[0.91,-0.48],[0.18,-0.72],[-15.36,-27.4],[3.11,-1.75],[1.35,2.62],[0.96,1.94],[4.76,2.14],[-1.05,-0.02],[-1.93,-4.06],[-3.75,0.9],[3.09,1.01],[7.85,-0.41],[2.4,-1.25],[-2.72,-4.41],[0.18,-0.51],[4.94,0.86],[1.05,-1.1],[-1.39,-5.58],[-1.16,-0.14],[2.41,-0.3],[2.77,0.64],[-1.78,1.83],[-1.65,-3.2],[-3.42,0.39],[-1.17,-0.55],[-8.83,-2.42],[-0.98,-2.58],[-11.24,-7.36],[3,-2.54],[10.09,-9.71],[0.23,-3.68],[2.98,-4.81],[4.66,0.48],[5.71,-0.66],[1.88,0.68],[2.11,-2.18],[-3.77,-4.97],[-8.96,-9.94],[0.64,0],[5.32,-5.66],[12.73,1.87],[3.92,7.34],[-0.19,0.73],[-0.83,-0.14],[0.09,-0.66],[-15.42,-6.88],[-0.77,-0.13],[-5.41,13.8],[39.53,15.46],[-15.17,17.28],[-2.23,5.94],[-1.37,3.38],[-4.76,-5.15],[-9.6,-3.34],[-0.56,0.49],[0,0],[0,0],[0,0]],"v":[[70.13,68],[55.92,80.4],[40.6,104.45],[30.35,112.91],[52.58,80.7],[39.91,68.31],[36.49,67.07],[25.18,74.1],[10.4,103.13],[23.83,118.13],[41.35,115.94],[78.25,134.78],[79.69,134.87],[82.39,133.66],[81.09,131.05],[68.04,102.59],[72.86,101.53],[88.17,131.8],[95.59,133.26],[98.19,145.2],[96.21,137.58],[80.96,136.68],[71.13,148.35],[80.7,148.18],[89.27,153.53],[90.35,149.59],[82.5,144.2],[83.63,143.69],[93.39,149.82],[94.67,146.08],[85.93,140.93],[85.87,139.7],[93.07,139.89],[95.87,149.51],[85.61,154.11],[79.66,150.87],[69.59,150.07],[45.8,151.76],[20.82,135.48],[9.12,132.04],[6.16,101.96],[23.14,71.67],[38.59,63.39],[42.84,53.95],[55.31,48.66],[63.74,51.5],[86.46,56.34],[89.62,52.38],[80.63,42.36],[76.51,32.84],[86.22,7.73],[87.95,7.14],[107.52,0.27],[145.04,21.12],[147.4,44.08],[146.09,44.98],[146.21,38.88],[145.44,37.48],[107.64,26.02],[106.33,26.84],[101.79,40.93],[141.19,55.52],[110.17,62.2],[105.18,73.65],[85.78,67.73],[84.47,59.06],[67.7,54.87],[70.1,68.01],[70.12,68],[70.13,68]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.05,-7.88],[7.74,0.57],[1.34,0.21],[-14.14,-2.82],[-5.09,5.51],[10.13,4.3],[-5.62,16.77],[-1.09,-0.18],[-10.13,-5.05],[6.13,2.85],[-0.08,-0.79],[3.65,1.13],[3.71,5.57],[6.96,4.55],[4.05,-3.43]],"o":[[3.99,1.39],[-0.05,9.2],[-1.26,-0.09],[1.14,10.29],[7.63,1.52],[-10.76,-1.45],[-4.24,-1.8],[0.38,-1.13],[12.29,2.1],[0.6,-8.5],[0.07,0.82],[0.35,3.35],[-0.63,-0.19],[-0.24,-0.36],[-4.45,-2.9],[0,0]],"v":[[90.25,8.23],[99.41,18.71],[84.05,36.92],[80.37,35.94],[120.72,62.09],[139.07,54.66],[100.87,42.58],[105.08,25.04],[107.08,23.91],[146.18,35.8],[135.54,14],[135.75,16.39],[129.79,21.88],[118.01,16.17],[104.52,3.76],[90.25,8.23]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-1.52,4.15],[6.26,2.37],[2.7,-2.21],[-14.64,-2.78]],"o":[[5.39,1.02],[2.3,-6.28],[-3.04,-1.15],[-11.71,9.58],[0,0]],"v":[[57.06,77.06],[68.09,65.47],[56.92,52.46],[47.66,53.14],[57.06,77.06]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[2.26,1.48],[20.68,6.78],[1.96,-3.42],[-8.56,16.04],[0,0]],"o":[[3.22,-6.03],[-4.11,-2.7],[-7.17,-2.35],[-12.38,21.61],[0,0],[0,0]],"v":[[70.78,143.15],[74.79,135.64],[41.41,119.5],[24.55,122.19],[70.78,143.15],[70.78,143.15]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-6.17,11.61],[13.05,7.97],[6.03,-10.55],[-0.52,-0.52],[-5.19,-0.16]],"o":[[4.26,-0.15],[0.94,-1.76],[-1.24,-0.76],[-0.39,0.68],[3.68,3.66],[0,0]],"v":[[100.22,71.98],[107.71,61.3],[93.28,52.94],[86.99,63.53],[87.28,65.28],[100.22,71.98]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-12.91,-0.31],[-2.12,6.24],[3.02,3.96],[1.32,5.38]],"o":[[-9.03,9.9],[2.69,0.06],[0.93,-2.72],[-3.07,-4.02],[0,0]],"v":[[7.53,104.56],[18.34,130.97],[20.56,122.91],[15.23,117.86],[7.53,104.56]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[9.13,-5.04],[-9.4,5.62]],"o":[[10.75,-6.43],[-11.13,6.14],[0,0]],"v":[[82.09,28.45],[81.45,10.55],[82.09,28.45]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-8.44,-9.97],[-4.03,-0.63],[0.32,2.47],[0.86,0.49],[8.28,1.04]],"o":[[2.57,2.22],[2.81,3.32],[3.97,0.62],[-0.13,-0.98],[-5.76,-3.29],[0,0]],"v":[[107.37,2.39],[120.51,15.15],[130.7,19.66],[133.15,13.11],[131.62,11.06],[107.37,2.39]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[8.79,0.35],[16.65,3.77]],"o":[[4.26,7.76],[11.72,13.05],[0,0]],"v":[[90.02,10.62],[78.08,31.33],[90.02,10.62]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-1.56,-1.12],[0.23,0.46],[1.05,1.77],[0.97,-0.76]],"o":[[12.12,22.44],[0.5,0.36],[-11.38,-22.44],[-0.37,-0.62],[0,0]],"v":[[68.76,104.44],[84.4,132.93],[86.73,132.44],[71.57,103.11],[68.76,104.44]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":22},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.93,39.18],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.93,39.18],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.93,39.18],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.93,39.18],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.93,39.18],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[39.93,39.18],"t":39},{"s":[39.93,39.18],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[144.9,200.75],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[144.9,200.75],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[144.9,200.75],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[144.9,200.75],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[144.9,200.75],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[144.9,200.75],"t":39},{"s":[144.9,200.75],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.26,3.41],[4.71,3.61],[4.34,0.19],[5.78,4.92],[3.01,0.83],[0.8,-0.65],[-0.04,-0.32],[6.64,-9.84],[1.04,-2.54],[3.63,-4.26],[-0.2,-0.51],[-13.23,-5.33],[-11.91,-9.26],[7.75,13.53],[-0.51,1],[-2.19,-0.88],[-11.12,-2.63],[0.92,-1.58],[0.22,-0.09],[0.22,0.07],[0,0],[-6.23,-0.55],[-1.31,-0.05],[1.32,18.69],[0,0]],"o":[[0.22,-3.61],[-0.46,-5.95],[-2.86,-2.19],[-6.03,-0.26],[-6.79,-5.78],[-10.16,-2.81],[-0.38,0.31],[0.31,2.51],[-6.32,9.36],[-3.43,8.41],[-0.28,0.33],[0.6,1.56],[11.35,4.58],[3.68,2.86],[-12.01,-4.22],[11.96,-23.48],[9.28,3.72],[2.42,0.57],[-0.11,0.2],[-0.22,0.09],[0,0],[5.11,10.79],[6.38,0.57],[1.45,0.06],[0,0],[0,0]],"v":[[79.77,36.8],[79.36,26.37],[72.5,16.21],[65.45,19.2],[49,12.8],[45.04,3.2],[34.94,0.21],[35.1,1.14],[32.4,16.83],[19.57,25.06],[0.5,53.63],[0.06,54.84],[13.76,58.63],[41.64,74.05],[33.23,58.03],[22.27,52.7],[34.65,26.05],[72.28,39],[60.55,66.62],[60.05,67.06],[59.37,67.09],[47.87,63.12],[57.63,72.9],[65,78.36],[79.77,36.8],[79.77,36.8]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":23},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[47.36,22.15],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[47.36,22.15],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[47.36,22.15],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[47.36,22.15],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[47.36,22.15],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[47.36,22.15],"t":39},{"s":[47.36,22.15],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.14,270.07],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.14,270.07],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.14,270.07],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.14,270.07],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.14,270.07],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[181.14,270.07],"t":39},{"s":[181.14,270.07],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[17.83,4.16],[0.86,-0.38],[-15.78,-3.67],[4.6,-6.51],[35.4,10.46],[0.98,0.43],[-6.34,5.44],[0.12,0.19],[0.84,-0.09],[-4.31,-1.33],[-1.01,1.13],[-21.6,27.7],[2.21,0.55]],"o":[[-2.65,-0.66],[-0.86,0.77],[13.59,3.96],[-12.38,15.68],[-0.98,1.39],[-11.97,-3.54],[1.08,-1.26],[-0.19,-0.35],[-0.5,0],[-16.37,14.01],[0.05,0.02],[4.5,-5.07],[1.42,-1.82],[0,0]],"v":[[92.72,13.1],[41.12,0],[38.52,1.76],[92.19,15.29],[71.76,41.57],[36.16,31.84],[2.54,22.07],[15.89,10.65],[15.43,9.82],[13.4,9.99],[2.89,24.21],[72,44.25],[93.88,16.7],[92.72,13.1]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":24},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.84,7.39],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.84,7.39],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.84,7.39],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.84,7.39],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.84,7.39],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.84,7.39],"t":39},{"s":[6.84,7.39],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[201.89,270.17],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[201.89,270.17],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[201.89,270.17],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[201.89,270.17],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[201.89,270.17],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[201.89,270.17],"t":39},{"s":[201.89,270.17],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[1.51,-0.96],[-0.82,0.97],[-4.7,4.49],[-0.22,-1.06],[0,0]],"o":[[-0.33,1.37],[-0.97,0.62],[2.33,-2.79],[0.79,-0.75],[0,0],[0,0]],"v":[[13.67,0.65],[1.41,14.58],[0.31,13.28],[11.7,0.73],[13.67,0.65],[13.67,0.65]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":25},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.69,9.42],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.69,9.42],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.69,9.42],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.69,9.42],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.69,9.42],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[8.69,9.42],"t":39},{"s":[8.69,9.42],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[189.87,270.17],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[189.87,270.17],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[189.87,270.17],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[189.87,270.17],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[189.87,270.17],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[189.87,270.17],"t":39},{"s":[189.87,270.17],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-13.08,13.8],[-0.56,-0.44],[5.97,-6.64],[0.62,-0.05]],"o":[[-3.3,-0.19],[0.68,-0.72],[0.68,0.53],[-10.51,11.7],[0,0]],"v":[[1.04,18.85],[15.32,0.95],[17.06,0.16],[11.86,7.41],[1.04,18.85]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":26},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.4,10.96],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.4,10.96],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.4,10.96],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.4,10.96],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.4,10.96],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.4,10.96],"t":39},{"s":[9.4,10.96],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[209.25,274.62],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[209.25,274.62],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[209.25,274.62],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[209.25,274.62],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[209.25,274.62],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[209.25,274.62],"t":39},{"s":[209.25,274.62],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[-1.04,1.27],[-0.7,-0.57],[16.66,-19.4],[0.43,-0.07]],"o":[[-0.94,0.01],[16.86,-20.67],[0.96,0.78],[-0.33,0.38],[0,0]],"v":[[1.18,21.93],[0.49,19.81],[18.53,0.18],[2.21,21.05],[1.18,21.93]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5],"t":39},{"s":[5],"t":45}]}}],"ind":27},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[16.24,11.71],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[16.24,11.71],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[16.24,11.71],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[16.24,11.71],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[16.24,11.71],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[16.24,11.71],"t":39},{"s":[16.24,11.71],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[263.41,260.74],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[263.41,260.74],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[263.41,260.74],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[263.41,260.74],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[263.41,260.74],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[263.41,260.74],"t":39},{"s":[263.41,260.74],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[1.39,2.43],[7.39,-1.19],[0.19,-0.28],[-2.4,-3.47],[-4.36,2.56],[-3.32,0],[-4.05,3.5],[2.79,1],[0,0]],"o":[[-2.62,-0.94],[-3.83,-6.72],[-0.31,0.05],[-4.01,5.97],[5.74,8.31],[3.48,-2.04],[6.79,0.66],[2.22,-1.92],[0,0],[0,0]],"v":[[30.17,9.96],[24.12,5.04],[9.49,1.04],[8.66,1.66],[0.52,13.14],[10.71,22.63],[19.23,20.8],[31.01,14.59],[30.17,9.96],[30.17,9.96]]}],"t":45}]}},{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[4.28,-0.21],[7.62,12.69],[0,0],[3.4,1.79],[2.89,0.98],[-1.16,1.53],[-1.25,0.29],[-9.24,-1.83],[1.48,-1.33],[0,0]],"o":[[-1.8,1.62],[-10.95,0.53],[0,0],[3.07,0.98],[-2.63,-1.39],[1.22,-1.65],[2.48,-3.26],[8.64,-2.03],[-2.01,1.34],[0,0],[0,0]],"v":[[24.64,16.48],[16.61,17.68],[3.72,12.88],[11.78,15.44],[12.56,13.48],[4.18,10.32],[8.29,6.06],[14.62,3.25],[29.48,12.35],[24.64,16.48],[24.64,16.48]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":28},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.41,1.23],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.41,1.23],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.41,1.23],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.41,1.23],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.41,1.23],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[5.41,1.23],"t":39},{"s":[5.41,1.23],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[345.58,233.25],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[345.58,233.25],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[345.58,233.25],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[345.58,233.25],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[345.58,233.25],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[345.58,233.25],"t":39},{"s":[345.58,233.25],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0,0],[-0.02,-0.71],[0,0],[-0.05,1.01],[4.21,0]],"o":[[0,0],[0.01,0.87],[0,0],[0.95,0.03],[0.09,-1.8],[0,0]],"v":[[4.47,0.09],[0,0.09],[0.05,2.46],[9.03,2.45],[10.83,1.31],[4.47,0.09]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":29},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.76,1.26],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.76,1.26],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.76,1.26],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.76,1.26],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.76,1.26],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[9.76,1.26],"t":39},{"s":[9.76,1.26],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.73,233.48],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.73,233.48],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.73,233.48],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.73,233.48],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.73,233.48],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[18.73,233.48],"t":39},{"s":[18.73,233.48],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0.53,-0.05],[-6.83,-0.4],[-8.87,-0.01],[0.09,0.79],[0,0]],"o":[[-8.46,0.03],[-6.78,0.62],[0.42,0.03],[-0.11,-0.89],[0,0],[0,0]],"v":[[19.23,0],[5.2,0.12],[5.01,2.47],[19.52,2.52],[19.23,0],[19.23,0]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":30},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[13.29,1.26],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[13.29,1.26],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[13.29,1.26],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[13.29,1.26],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[13.29,1.26],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[13.29,1.26],"t":39},{"s":[13.29,1.26],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[255.42,233.34],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[255.42,233.34],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[255.42,233.34],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[255.42,233.34],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[255.42,233.34],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[255.42,233.34],"t":39},{"s":[255.42,233.34],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0,0],[0.09,-0.01],[1,-1.08],[0,0],[0.03,0.87],[0,0]],"o":[[0,0],[-0.09,0.02],[-0.59,0.45],[0,0],[-0.02,-0.78],[0,0],[0,0]],"v":[[26.51,0.01],[2.56,0],[2.3,0.04],[0,2.52],[26.58,2.49],[26.51,0],[26.51,0.01]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":31},{"ty":4,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.68,1.31],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.68,1.31],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.68,1.31],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.68,1.31],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.68,1.31],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[6.68,1.31],"t":39},{"s":[6.68,1.31],"t":45}]},"s":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100,100],"t":39},{"s":[100,100],"t":45}]},"p":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[63.61,233.44],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[63.61,233.44],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[63.61,233.44],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[63.61,233.44],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[63.61,233.44],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[63.61,233.44],"t":39},{"s":[63.61,233.44],"t":45}]},"r":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0],"t":39},{"s":[0],"t":45}]},"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[100],"t":39},{"s":[100],"t":45}]}},"shapes":[{"ty":"sh","d":1,"ks":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":39},{"s":[{"c":true,"i":[[0,0],[0,0],[0,0],[0,0],[0.63,0.92]],"o":[[0,0],[0,0],[0,0],[-0.75,-0.82],[0,0]],"v":[[11.3,0],[0.2,0.02],[0,2.61],[13.37,2.61],[11.3,0]]}],"t":45}]}},{"ty":"fl","c":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[0,0.106,0.326],"t":39},{"s":[0,0.106,0.326],"t":45}]},"r":1,"o":{"a":1,"k":[{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":0},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":9},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":15},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":24},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":30},{"o":{"x":0.65,"y":0},"i":{"x":0.35,"y":0},"s":[10],"t":39},{"s":[10],"t":45}]}}],"ind":32},{"ty":1,"sr":1,"st":0,"op":46,"ip":0,"hasMask":false,"ao":0,"ks":{"a":{"a":0,"k":[0,0]},"s":{"a":0,"k":[100,100]},"p":{"a":0,"k":[0,0]},"r":{"a":0,"k":0},"o":{"a":0,"k":100}},"sc":"#ffffff","sh":360,"sw":360,"ind":33}]'),Bf="5.7.0",qf=30,Uf=45,Wf=0,Hf=[],eu={ddd:Df,h:Nf,w:Pf,meta:Ff,layers:zf,v:Bf,fr:qf,op:Uf,ip:Wf,assets:Hf},mi=({text:e,width:i="267px",style:n})=>o.jsx(e3,{hoverable:o.jsx(ot.IoMdInformationCircle,{color:Ce.gray60,style:{display:"block"}}),position:"above",popup:o.jsx("span",{dangerouslySetInnerHTML:{__html:e}}),showtriangle:!0,width:i,style:n}),tu=l.div`
652
652
  margin: 9px 0 0 0;
653
653
  display: flex;
@@ -908,7 +908,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
908
908
  svg {
909
909
  ${e=>e.menuisopen&&"transform: rotate(180deg);"}
910
910
  }
911
- `,Kf=e=>{const{isDisabled:i,menuIsOpen:n,selectProps:a}=e;return i?{borderColor:Ce.transparent}:a.error?{borderColor:Ce.error}:n?{borderColor:Ce.covideoBlue100}:{borderColor:Ce.covideoGray40}},Xf=(e,i)=>{const{isFocused:n,isSelected:a,isDisabled:c}=e,d=K.useCovideoTheme();return c?{color:Ce.gray40,backgroundColor:Ce.gray10,cursor:"not-allowed"}:n||a?i?{color:Ce.black_1_100,backgroundColor:"rgb(222, 235, 255)"}:{color:d.colors.primary[100],backgroundColor:Ce.blue05}:{color:Ce.covideoGray100,backgroundColor:Ce.white}},Ln=e=>{const{ariaLabel:i="Aria label is missing",name:n,options:a,value:c,defaultValue:d=void 0,placeholder:u="No Folders",onChange:h,getOptionLabel:x,getOptionValue:y,menuPosition:m="absolute",menuPlacement:v="auto",menuPortalTarget:S,inputId:C,className:E,dropdownHeight:T="auto",height:k=48,width:j,disabled:L=!1,creatable:D=!0,error:O=!1,onMenuScrollToBottom:M,onMenuClose:A,extendStyles:_,showIndicator:V=!0,isClearable:N=!1,onInputChange:U,onCreateOption:$,isMulti:z=!1,isShareVideoModal:Z=!1,zIndexProp:W=9999,isSearchable:Q,formatCreateLabel:Y,closeMenuOnScroll:H=void 0,isLoading:ae=!1,filterOption:le,formatOptionLabel:Te,customComponents:xe}=e,pe={error:O,options:a,className:E,name:n,placeholder:u,value:c,defaultValue:d,getOptionLabel:x,getOptionValue:y,onChange:h,menuPlacement:v,menuPosition:m,isDisabled:L,menuPortalTarget:S,"aria-label":i,onMenuScrollToBottom:M,onMenuClose:A,isClearable:N,onInputChange:U,onCreateOption:$,isMulti:z,isSearchable:Q,filterOption:le},ue=te=>V?o.jsx(Zf,{menuisopen:te.selectProps.menuisopen,children:o.jsx(Qf,{width:"12px",height:"12px",opacity:.5})}):o.jsx(o.Fragment,{}),Se={container:te=>({...te,..._&&_.container||{}}),control:(te,me)=>({...te,width:j,boxShadow:"none",borderRadius:6,minHeight:"40px",cursor:"pointer",...Kf(me),..._&&_.control||{},"&:hover":{borderColor:Z?"rgb(128, 189, 255)":Ce.covideoBlue100},"&:focus-within":{borderColor:Z?"rgb(128, 189, 255)":Ce.covideoBlue100}}),singleValue:te=>({...te,width:"95%"}),valueContainer:te=>({...te,..._&&_.valueContainer||{}}),input:te=>({...te,..._&&_.input||{}}),menuPortal:te=>({...te,zIndex:W||9999}),menuList:te=>({...te,..._&&_.menuList||{},height:T}),menu:te=>({...te,..._&&_.menu||{},marginTop:2,color:Ce.primaryDarkBlue}),groupHeading:te=>({...te,fontFamily:"Work Sans",fontSize:12,fontWeight:400,marginBottom:0,color:Ce.covideoGray60}),option:(te,me)=>({...te,height:Z?35:k,display:"flex",alignItems:"center",padding:"0 16px",cursor:"pointer",fontFamily:"Work Sans",transition:"all 0.3s",fontWeight:Z?"normal":600,fontSize:15,zIndex:1,...Xf(me,Z)})};return D?o.jsx(L1,{...pe,isLoading:!1,components:{DropdownIndicator:ue,IndicatorSeparator:()=>null,...xe},styles:Se,isSearchable:Q,formatCreateLabel:Y,formatOptionLabel:Te}):o.jsx(qt,{...pe,inputId:C,maxMenuHeight:220,menuShouldScrollIntoView:!1,menuPortalTarget:S,isLoading:ae,components:{DropdownIndicator:ue,IndicatorSeparator:()=>null,...xe},styles:Se,isSearchable:Q,closeMenuOnScroll:H,filterOption:le,formatOptionLabel:Te})},Jf=async e=>(await lo.get("/inventory",{params:e})).data,eg=({size:e=10,page:i=0,sort:n="",searchQuery:a="",soldFilter:c="",videosRecordedFilter:d="",countRecorded:u=!1,enabled:h=!0})=>Me.useQuery(["inventoryItems",e,i,n,a,c,d,h,u],async()=>Jf({limit:e,start:i*e,sort:n,search:a||"",soldFilter:c,videosRecordedFilter:d,countRecorded:u}),{refetchOnWindowFocus:!1,staleTime:u?0:36e5,enabled:h}),tg=o.jsxs(o.Fragment,{children:["To enable the integration with your Inventory Management System, please call us at",o.jsx("br",{}),o.jsx("a",{href:"tel:8003061445",children:"800-306-1445"})]}),og=l.div`
911
+ `,Kf=e=>{const{isDisabled:i,menuIsOpen:n,selectProps:a}=e;return i?{borderColor:Ce.transparent}:a.error?{borderColor:Ce.error}:n?{borderColor:Ce.covideoBlue100}:{borderColor:Ce.covideoGray40}},Xf=(e,i)=>{const{isFocused:n,isSelected:a,isDisabled:c}=e,d=K.useCovideoTheme();return c?{color:Ce.gray40,backgroundColor:Ce.gray10,cursor:"not-allowed"}:n||a?i?{color:Ce.black_1_100,backgroundColor:"rgb(222, 235, 255)"}:{color:d.colors.primary[100],backgroundColor:Ce.blue05}:{color:Ce.covideoGray100,backgroundColor:Ce.white}},Ln=e=>{const{ariaLabel:i="Aria label is missing",name:n,options:a,value:c,defaultValue:d=void 0,placeholder:u="No Folders",onChange:h,getOptionLabel:x,getOptionValue:y,menuPosition:v="absolute",menuPlacement:m="auto",menuPortalTarget:w,inputId:C,className:E,dropdownHeight:T="auto",height:k=48,width:j,disabled:L=!1,creatable:D=!0,error:O=!1,onMenuScrollToBottom:M,onMenuClose:A,extendStyles:_,showIndicator:V=!0,isClearable:N=!1,onInputChange:U,onCreateOption:$,isMulti:z=!1,isShareVideoModal:Z=!1,zIndexProp:W=9999,isSearchable:Q,formatCreateLabel:Y,closeMenuOnScroll:H=void 0,isLoading:ae=!1,filterOption:le,formatOptionLabel:Te,customComponents:xe}=e,pe={error:O,options:a,className:E,name:n,placeholder:u,value:c,defaultValue:d,getOptionLabel:x,getOptionValue:y,onChange:h,menuPlacement:m,menuPosition:v,isDisabled:L,menuPortalTarget:w,"aria-label":i,onMenuScrollToBottom:M,onMenuClose:A,isClearable:N,onInputChange:U,onCreateOption:$,isMulti:z,isSearchable:Q,filterOption:le},ue=te=>V?o.jsx(Zf,{menuisopen:te.selectProps.menuisopen,children:o.jsx(Qf,{width:"12px",height:"12px",opacity:.5})}):o.jsx(o.Fragment,{}),Se={container:te=>({...te,..._&&_.container||{}}),control:(te,me)=>({...te,width:j,boxShadow:"none",borderRadius:6,minHeight:"40px",cursor:"pointer",...Kf(me),..._&&_.control||{},"&:hover":{borderColor:Z?"rgb(128, 189, 255)":Ce.covideoBlue100},"&:focus-within":{borderColor:Z?"rgb(128, 189, 255)":Ce.covideoBlue100}}),singleValue:te=>({...te,width:"95%"}),valueContainer:te=>({...te,..._&&_.valueContainer||{}}),input:te=>({...te,..._&&_.input||{}}),menuPortal:te=>({...te,zIndex:W||9999}),menuList:te=>({...te,..._&&_.menuList||{},height:T}),menu:te=>({...te,..._&&_.menu||{},marginTop:2,color:Ce.primaryDarkBlue}),groupHeading:te=>({...te,fontFamily:"Work Sans",fontSize:12,fontWeight:400,marginBottom:0,color:Ce.covideoGray60}),option:(te,me)=>({...te,height:Z?35:k,display:"flex",alignItems:"center",padding:"0 16px",cursor:"pointer",fontFamily:"Work Sans",transition:"all 0.3s",fontWeight:Z?"normal":600,fontSize:15,zIndex:1,...Xf(me,Z)})};return D?o.jsx(L1,{...pe,isLoading:!1,components:{DropdownIndicator:ue,IndicatorSeparator:()=>null,...xe},styles:Se,isSearchable:Q,formatCreateLabel:Y,formatOptionLabel:Te}):o.jsx(qt,{...pe,inputId:C,maxMenuHeight:220,menuShouldScrollIntoView:!1,menuPortalTarget:w,isLoading:ae,components:{DropdownIndicator:ue,IndicatorSeparator:()=>null,...xe},styles:Se,isSearchable:Q,closeMenuOnScroll:H,filterOption:le,formatOptionLabel:Te})},Jf=async e=>(await lo.get("/inventory",{params:e})).data,eg=({size:e=10,page:i=0,sort:n="",searchQuery:a="",soldFilter:c="",videosRecordedFilter:d="",countRecorded:u=!1,enabled:h=!0})=>Me.useQuery(["inventoryItems",e,i,n,a,c,d,h,u],async()=>Jf({limit:e,start:i*e,sort:n,search:a||"",soldFilter:c,videosRecordedFilter:d,countRecorded:u}),{refetchOnWindowFocus:!1,staleTime:u?0:36e5,enabled:h}),tg=o.jsxs(o.Fragment,{children:["To enable the integration with your Inventory Management System, please call us at",o.jsx("br",{}),o.jsx("a",{href:"tel:8003061445",children:"800-306-1445"})]}),og=l.div`
912
912
  display: flex;
913
913
  align-items: center;
914
914
  padding-left: 12px;
@@ -957,7 +957,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
957
957
  overflow: hidden;
958
958
  text-overflow: ellipsis;
959
959
  `}
960
- `,dg={value:"0"},pu=()=>o.jsx(o.Fragment,{}),xu=(e,i)=>{if(e.value===dg.value)return!0;const n=e.label.toLowerCase(),a=e.data.vin?e.data.vin.toLowerCase():"",c=e.data.stockNumber?e.data.stockNumber.toLowerCase():"";return`${n} ${a} ${c}`.includes(i.toLowerCase())},hu=e=>o.jsxs(og,{children:[o.jsx(ig,{children:o.jsx(ot.IoMdCar,{color:Ce.blue40,size:20})}),o.jsx(rg,{maxWidth:e.maxWidth,children:o.jsx(qt.components.Option,{...e})})]}),yu=({label:e,vin:i,stockNumber:n})=>o.jsxs(ng,{children:[o.jsx(sg,{children:e}),o.jsxs(ag,{children:[" ",i]}),o.jsxs(cg,{children:[" ",n]})]}),fu=({...e})=>o.jsx(qt.components.SingleValue,{...e,children:o.jsx(lg,{limitedWidth:e.limitedWidth,children:e.data.label})}),gu=e=>o.jsx(qt.components.NoOptionsMessage,{...e,children:"No vehicles found, try entering a different name, VIN or stock number."}),ug=({onChangeVehicle:e,selectedVin:i="",placeholder:n="Search vehicle by name, VIN or stock number...",creatable:a=!1,fetchSold:c=!0,customSelectStyle:d,dropdownOptionLabelMaxWidth:u,menuPlacement:h,menuPosition:x,borderRadius:y="4px",menuPortalTarget:m,menuZindex:v,limitedSingleValueWidth:S})=>{const{userData:C}=fr(),[E,T]=f.useState(i),k=f.useRef(null),j={container:A=>({...A,width:"100%"}),control:(A,_)=>({...A,height:"40px",boxShadow:"none",borderRadius:y,cursor:"pointer",borderColor:_.isFocused?Ce.covideoBlue100:Ce.gray40,":hover":{borderColor:Ce.covideoBlue100},":focus":{borderColor:Ce.covideoBlue100},":active":{borderColor:Ce.covideoBlue100}}),option:A=>({...A,backgroundColor:"transparent",color:Ce.gray100,padding:"8px",cursor:"pointer",":hover":{backgroundColor:"transparent",opacity:".8"},":focus":{backgroundColor:"transparent",opacity:".8"}}),indicatorSeparator:()=>({display:"none"}),valueContainer:A=>({...A,padding:4,overflow:"show"}),menu:A=>({...A,minWidth:710,zIndex:v})},{data:L}=eg({searchQuery:E,countRecorded:!1,enabled:C.isIMSEnabled,soldFilter:c?"2":"0"}),D=L?L.items:[];f.useEffect(()=>{T(i)},[i]),f.useEffect(()=>{!D||!D.length||i!==D[0].vin||e(D[0])},[D]);const O=A=>{A.length<2||T(A)},M=D.map(A=>({itemId:A.itemId,stockNumber:A.stockNumber,vin:A.vin,value:A.vin,label:A.title}));return C.isIMSEnabled?a?o.jsx(L1,{ref:k,components:{Option:A=>o.jsx(hu,{...A,maxWidth:u}),DropdownIndicator:pu,SingleValue:A=>o.jsx(fu,{...A,limitedWidth:S}),NoOptionsMessage:gu},styles:{...j,...d},options:M,value:M.find(A=>A.value===i),onChange:A=>{if(A&&A.__isNew__){e({vin:A.value});return}e(A||void 0)},isSearchable:!0,isClearable:!0,placeholder:n,filterOption:xu,formatOptionLabel:yu,onInputChange:O,formatCreateLabel:A=>`Use "${A}"`,menuPlacement:h,menuPosition:x,menuPortalTarget:m}):o.jsx(qt,{ref:k,components:{Option:A=>o.jsx(hu,{...A,maxWidth:u}),DropdownIndicator:pu,SingleValue:A=>o.jsx(fu,{...A,limitedWidth:S}),NoOptionsMessage:gu},styles:{...j,...d},options:M,value:M.find(A=>A.value===i),onChange:A=>e(A||void 0),isSearchable:!0,isClearable:!0,placeholder:n,filterOption:xu,formatOptionLabel:yu,onInputChange:O,menuPlacement:h,menuPosition:x,menuPortalTarget:m}):tg},pg=l(g8)`
960
+ `,dg={value:"0"},pu=()=>o.jsx(o.Fragment,{}),xu=(e,i)=>{if(e.value===dg.value)return!0;const n=e.label.toLowerCase(),a=e.data.vin?e.data.vin.toLowerCase():"",c=e.data.stockNumber?e.data.stockNumber.toLowerCase():"";return`${n} ${a} ${c}`.includes(i.toLowerCase())},hu=e=>o.jsxs(og,{children:[o.jsx(ig,{children:o.jsx(ot.IoMdCar,{color:Ce.blue40,size:20})}),o.jsx(rg,{maxWidth:e.maxWidth,children:o.jsx(qt.components.Option,{...e})})]}),yu=({label:e,vin:i,stockNumber:n})=>o.jsxs(ng,{children:[o.jsx(sg,{children:e}),o.jsxs(ag,{children:[" ",i]}),o.jsxs(cg,{children:[" ",n]})]}),fu=({...e})=>o.jsx(qt.components.SingleValue,{...e,children:o.jsx(lg,{limitedWidth:e.limitedWidth,children:e.data.label})}),gu=e=>o.jsx(qt.components.NoOptionsMessage,{...e,children:"No vehicles found, try entering a different name, VIN or stock number."}),ug=({onChangeVehicle:e,selectedVin:i="",placeholder:n="Search vehicle by name, VIN or stock number...",creatable:a=!1,fetchSold:c=!0,customSelectStyle:d,dropdownOptionLabelMaxWidth:u,menuPlacement:h,menuPosition:x,borderRadius:y="4px",menuPortalTarget:v,menuZindex:m,limitedSingleValueWidth:w})=>{const{userData:C}=fr(),[E,T]=f.useState(i),k=f.useRef(null),j={container:A=>({...A,width:"100%"}),control:(A,_)=>({...A,height:"40px",boxShadow:"none",borderRadius:y,cursor:"pointer",borderColor:_.isFocused?Ce.covideoBlue100:Ce.gray40,":hover":{borderColor:Ce.covideoBlue100},":focus":{borderColor:Ce.covideoBlue100},":active":{borderColor:Ce.covideoBlue100}}),option:A=>({...A,backgroundColor:"transparent",color:Ce.gray100,padding:"8px",cursor:"pointer",":hover":{backgroundColor:"transparent",opacity:".8"},":focus":{backgroundColor:"transparent",opacity:".8"}}),indicatorSeparator:()=>({display:"none"}),valueContainer:A=>({...A,padding:4,overflow:"show"}),menu:A=>({...A,minWidth:710,zIndex:m})},{data:L}=eg({searchQuery:E,countRecorded:!1,enabled:C.isIMSEnabled,soldFilter:c?"2":"0"}),D=L?L.items:[];f.useEffect(()=>{T(i)},[i]),f.useEffect(()=>{!D||!D.length||i!==D[0].vin||e(D[0])},[D]);const O=A=>{A.length<2||T(A)},M=D.map(A=>({itemId:A.itemId,stockNumber:A.stockNumber,vin:A.vin,value:A.vin,label:A.title}));return C.isIMSEnabled?a?o.jsx(L1,{ref:k,components:{Option:A=>o.jsx(hu,{...A,maxWidth:u}),DropdownIndicator:pu,SingleValue:A=>o.jsx(fu,{...A,limitedWidth:w}),NoOptionsMessage:gu},styles:{...j,...d},options:M,value:M.find(A=>A.value===i),onChange:A=>{if(A&&A.__isNew__){e({vin:A.value});return}e(A||void 0)},isSearchable:!0,isClearable:!0,placeholder:n,filterOption:xu,formatOptionLabel:yu,onInputChange:O,formatCreateLabel:A=>`Use "${A}"`,menuPlacement:h,menuPosition:x,menuPortalTarget:v}):o.jsx(qt,{ref:k,components:{Option:A=>o.jsx(hu,{...A,maxWidth:u}),DropdownIndicator:pu,SingleValue:A=>o.jsx(fu,{...A,limitedWidth:w}),NoOptionsMessage:gu},styles:{...j,...d},options:M,value:M.find(A=>A.value===i),onChange:A=>e(A||void 0),isSearchable:!0,isClearable:!0,placeholder:n,filterOption:xu,formatOptionLabel:yu,onInputChange:O,menuPlacement:h,menuPosition:x,menuPortalTarget:v}):tg},pg=l(g8)`
961
961
  width: ${({width:e})=>e||"auto"};
962
962
  height: 6px;
963
963
  border-radius: 6px;
@@ -1021,7 +1021,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1021
1021
  &:hover {
1022
1022
  cursor: pointer;
1023
1023
  }
1024
- `,mg=({templateOptions:e,selectedTemplate:i,setSelectedTemplate:n,ctaOptions:a,selectedCta:c,setSelectedCta:d,overlaysOptions:u,selectedOverlay:h,setSelectedOverlay:x,extraStyle:y})=>{const m=i&&i.value===-1,[v,S]=f.useState(!1),{t:C}=re.useTranslation();f.useEffect(()=>{if(v||!u||!u.length||!Array.isArray(u)){x({value:"",label:""});return}x({...u,label:u[0].label,value:u[0].value})},[v]),f.useEffect(()=>{i&&i.templateId!==-1&&S(!1)},[m]);const E=()=>m?u&&u.length>0?C("Select a website"):C("No Websites"):C("No Calls-To-Action"),T=Fn.debounce(k=>{x({value:k,label:""})},500);return o.jsxs(zr,{children:[o.jsxs(Ho,{children:[o.jsx(D0,{style:y&&y.label,children:C("Landing Page")}),o.jsx(Ln,{value:i,placeholder:C("No Landing Pages"),options:e,creatable:!1,onChange:k=>k!==null?n(k):()=>{},extendStyles:{container:{width:"100%"}}})]}),o.jsxs(Ho,{children:[o.jsx(D0,{style:y&&y.label,children:C(m?"Overlay URL":"Calls-To-Action")}),m&&o.jsx(gg,{onClick:()=>S(k=>!k),children:C(v?"Use Existing":"Add New")}),o.jsxs(o.Fragment,{children:[!v&&o.jsx(Ln,{value:m?u.find(k=>k.value==h.value)||null:a.find(k=>k.value==c&&c.value),error:!t3(i&&i.value,h&&h.value),creatable:!1,placeholder:E(),options:m?u:a,extendStyles:{container:{width:"100%"}},onChange:k=>{m?x(k||""):d(k||"")}}),v&&o.jsx(fg,{type:"text",placeholder:C("Enter website"),error:m&&!h.value,onChange:k=>{T(k.target.value)}})]})]})]})},mu={overlay:{position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:Ce.blackRgba75,zIndex:998},content:{top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",transform:"translate(-50%, -50%)",minWidth:window.innerWidth>592?"592px":"auto",borderRadius:"4px",padding:"32px",display:"flex",flexDirection:"column",zIndex:999}},vg=l.div`
1024
+ `,mg=({templateOptions:e,selectedTemplate:i,setSelectedTemplate:n,ctaOptions:a,selectedCta:c,setSelectedCta:d,overlaysOptions:u,selectedOverlay:h,setSelectedOverlay:x,extraStyle:y})=>{const v=i&&i.value===-1,[m,w]=f.useState(!1),{t:C}=re.useTranslation();f.useEffect(()=>{if(m||!u||!u.length||!Array.isArray(u)){x({value:"",label:""});return}x({...u,label:u[0].label,value:u[0].value})},[m]),f.useEffect(()=>{i&&i.templateId!==-1&&w(!1)},[v]);const E=()=>v?u&&u.length>0?C("Select a website"):C("No Websites"):C("No Calls-To-Action"),T=Fn.debounce(k=>{x({value:k,label:""})},500);return o.jsxs(zr,{children:[o.jsxs(Ho,{children:[o.jsx(D0,{style:y&&y.label,children:C("Landing Page")}),o.jsx(Ln,{value:i,placeholder:C("No Landing Pages"),options:e,creatable:!1,onChange:k=>k!==null?n(k):()=>{},extendStyles:{container:{width:"100%"}}})]}),o.jsxs(Ho,{children:[o.jsx(D0,{style:y&&y.label,children:C(v?"Overlay URL":"Calls-To-Action")}),v&&o.jsx(gg,{onClick:()=>w(k=>!k),children:C(m?"Use Existing":"Add New")}),o.jsxs(o.Fragment,{children:[!m&&o.jsx(Ln,{value:v?u.find(k=>k.value==h.value)||null:a.find(k=>k.value==c&&c.value),error:!t3(i&&i.value,h&&h.value),creatable:!1,placeholder:E(),options:v?u:a,extendStyles:{container:{width:"100%"}},onChange:k=>{v?x(k||""):d(k||"")}}),m&&o.jsx(fg,{type:"text",placeholder:C("Enter website"),error:v&&!h.value,onChange:k=>{T(k.target.value)}})]})]})]})},mu={overlay:{position:"fixed",top:0,left:0,right:0,bottom:0,backgroundColor:Ce.blackRgba75,zIndex:998},content:{top:"50%",left:"50%",right:"auto",bottom:"auto",marginRight:"-50%",transform:"translate(-50%, -50%)",minWidth:window.innerWidth>592?"592px":"auto",borderRadius:"4px",padding:"32px",display:"flex",flexDirection:"column",zIndex:999}},vg=l.div`
1025
1025
  color: ${Ce.gray100};
1026
1026
  margin: ${e=>e.margin?e.margin:"0 0 15px"};
1027
1027
  display: flex;
@@ -1037,7 +1037,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1037
1037
  font-size: 18px;
1038
1038
  line-height: 24px;
1039
1039
  margin: 0;
1040
- `,y1=({children:e,style:i,hideHeader:n=!1,hideCloseButtonInHeader:a=!1,headerTextStyle:c,closeModalOnBackdropOrEscPress:d=!0,headerText:u,headerMargin:h,closeModal:x,closeIcon:y,closeIconPosition:m="right",shouldReturnFocusAfterClose:v=!0,parentSelector:S})=>{f.useEffect(()=>{const T=document.getElementById("root");return T&&(T.style.overflow="hidden"),()=>{T&&(T.style.overflow="")}},[]);const C=y||o.jsx(ot.IoMdClose,{color:Ce.gray60,width:"24px",height:"24px",onClick:x}),E=f.useRef(null);return o.jsxs(m8,{shouldReturnFocusAfterClose:v,ref:E,isOpen:!0,onRequestClose:d?x:void 0,style:{overlay:{...mu.overlay,...i&&i.overlay},content:{...mu.content,...i&&i.content}},ariaHideApp:!1,contentLabel:"Example Modal",parentSelector:()=>document.querySelector(S||"body"),children:[!n&&o.jsxs(vg,{className:"ai-assist",margin:h,style:{...m==="left"&&{justifyContent:"left",flex:1}},children:[!a&&m==="left"&&C,o.jsx(bg,{className:"ai-assist",style:c,children:u}),!a&&m==="right"&&C]}),e]})},wg=l.div`
1040
+ `,y1=({children:e,style:i,hideHeader:n=!1,hideCloseButtonInHeader:a=!1,headerTextStyle:c,closeModalOnBackdropOrEscPress:d=!0,headerText:u,headerMargin:h,closeModal:x,closeIcon:y,closeIconPosition:v="right",shouldReturnFocusAfterClose:m=!0,parentSelector:w})=>{f.useEffect(()=>{const T=document.getElementById("root");return T&&(T.style.overflow="hidden"),()=>{T&&(T.style.overflow="")}},[]);const C=y||o.jsx(ot.IoMdClose,{color:Ce.gray60,width:"24px",height:"24px",onClick:x}),E=f.useRef(null);return o.jsxs(m8,{shouldReturnFocusAfterClose:m,ref:E,isOpen:!0,onRequestClose:d?x:void 0,style:{overlay:{...mu.overlay,...i&&i.overlay},content:{...mu.content,...i&&i.content}},ariaHideApp:!1,contentLabel:"Example Modal",parentSelector:()=>document.querySelector(w||"body"),children:[!n&&o.jsxs(vg,{className:"ai-assist",margin:h,style:{...v==="left"&&{justifyContent:"left",flex:1}},children:[!a&&v==="left"&&C,o.jsx(bg,{className:"ai-assist",style:c,children:u}),!a&&v==="right"&&C]}),e]})},wg=l.div`
1041
1041
  font-family: 'Work Sans', serif;
1042
1042
  font-style: normal;
1043
1043
  font-weight: 400;
@@ -1062,7 +1062,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1062
1062
  `,jg=l.section`
1063
1063
  margin-right: 14px;
1064
1064
  height: 100%;
1065
- `,Eg=({handleModalClose:e,onShortUrlMarkAsSentMutationHandler:i,isLoadingShortUrlMarkAsSent:n,shortUrlMarkAsSentPayload:a,goToCompanySettings:c})=>{const{userData:d}=fr(),{isCompanyAdmin:u}=d,{t:h}=re.useTranslation();return o.jsxs(y1,{headerText:h("Mark Video as ‘Sent’?"),closeModal:e,style:{content:{width:"532px",minWidth:"532px"}},children:[o.jsxs(Cg,{children:[o.jsx(jg,{children:o.jsx(R1.AiFillInfoCircle,{size:24,color:"rgba(0, 27, 83, 0.4)"})}),o.jsx(kg,{children:o.jsx(wg,{children:c?o.jsx(re.Trans,{i18nKey:"transSplits.preferencesHint",values:{actor:"your admin"},components:[o.jsx("span",{style:{textDecoration:"underline",cursor:"pointer",marginLeft:4},onClick:c})]}):h("transSplits.preferencesHintNoLink",{actor:u?"you":"your admin"})})})]}),o.jsxs(Sg,{children:[o.jsx(K.Button,{text:h("Leave as ‘Not Sent’"),variant:"white",disabled:n,onClick:()=>{i({markAsSentConfirmed:!1,...a})}}),o.jsx(K.Button,{text:h("Mark as Sent"),disabled:n,onClick:()=>{i({markAsSentConfirmed:!0,...a})}})]})]})},_g=e=>o.jsx(i3,{...e,children:o.jsx(he.MdCheck,{color:"rgba(30, 164, 95, 1)",size:26,style:{minWidth:26,maxWidth:26}})}),Da=e=>V5.toast(o.jsx(_g,{...e}),{position:e.position||"top-right",closeButton:i=>o.jsx(n3,{defaultProps:e,closeButtonProps:i}),style:{width:"100%"}});var f1=(e=>(e.QUOTE_SEND="Quote-Send",e.OPENED_EMAIL="Opened-Email",e.WATCHED_VIDEO="Watched-Video",e.APPROVED_ITEMS="Approved-Items",e.UPDATE_QUOTE="Update-Quote",e.RECORDED_VIDEO="Recorded-Video",e.APPROVED_VIDEO="Approved-Video",e.DENIED_VIDEO="Denied-Video",e.DELETE_VIDEO="Delete-Video",e.QUOTE_RESEND="Quote-Resend",e.UPDATE_RO="RO-Update",e.QUICKSHARE="Quickshare",e.COPY_SMS="COPY_SMS",e.COPY_EMAIL="COPY_EMAIL",e.CRM_SHARE="Crm-Share",e.WATCHED_VIDEO_UNKNOWN="WATCHED_VIDEO_UNKNOWN",e))(f1||{});const g0={ASK_VERY_TIME:{value:2},NEVER:{value:0},ALWAYS:{value:1}},Bn=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),Tg=async(e,i)=>{const n=a=>{a.clipboardData&&(a.clipboardData.setData("text/html",i||""),a.clipboardData.setData("text/plain",e)),a.preventDefault()};document.addEventListener("copy",a=>n(a),{once:!0}),document.execCommand("copy")},Ig=async e=>{const i=async()=>{const{videoId:a,videoId:c,...d}=e,u=await o3(a,{...d});return{url:u.data.url,html:d.generatedText||u.data.html}},n=document.createElement("textArea");await navigator.clipboard.write([await new ClipboardItem({"text/plain":new Promise(async a=>{a(new Blob([(await i()).url],{type:"text/plain"}))}),"text/html":new Promise(async a=>{n.style.visibility="hidden",n.setAttribute("contenteditable","true"),n.value=(await i()).html,document.body.appendChild(n);const c=document.createRange();c.selectNodeContents(n);const d=window.getSelection();d==null||d.removeAllRanges(),d==null||d.addRange(c),n==null||n.setSelectionRange(0,999999),a(new Blob([n.value],{type:"text/html"}))})})]),n&&n.remove&&n.remove()},c3=async(e,i,n)=>{try{Bn?await Ig(n):await Tg(e,i)}catch{zn({title:"Failed to copy to clipboard"})}},Ag=async e=>{const{videoId:i,toastType:n,...a}=e,c={...a,...Bn?{reuseShortUrl:!0}:{},ignoreCrmProvider:!0},{data:d}=await lo.post(`share/quickshare/${i}/mark-as-sent`,c);return d},Vg=({handleSubmitGeneratedContent:e,handleOnCopySuccess:i,data:n,onSuccessCallback:a})=>{const{params:c}=P1(),{userData:d}=fr(),u=d.isAutomotive?d.customer.markVideosAsSent===null?g0.ASK_VERY_TIME.value:parseInt(d.customer.markVideosAsSent.toString(),10):g0.NEVER.value;return Me.useMutation(h=>Ag({...h,...c}),{onSuccess:async(h,x)=>{const{generatedText:y,generatedUrl:m,generatedThumnail:v}=n;u===g0.ALWAYS.value&&d.isAutomotive&&Da({title:"Video marked as Sent"}),u===g0.ASK_VERY_TIME.value&&x.markAsSentConfirmed&&d.isAutomotive&&Da({title:"Video marked as Sent"}),Bn||c3(n.generatedUrl,(n==null?void 0:n.generatedText)||"",{}),x.toastType==="copy"&&(Da({title:"CRM Code Copied"}),i==null||i(y,m,v,!!x.markAsSentConfirmed,c)),x.toastType==="insert"&&(e==null||e(y,m,v,!!x.markAsSentConfirmed,c)),a()},onError:()=>{zn({title:"Failed to retrieve quickshare link!"})}})},Rg=({data:e,setShowModalShortUrlMarkAsSent:i,handleShortUrlMarkAsSentSuccessCallback:n,handleSubmitGeneratedContent:a,handleOnCopySuccess:c})=>{const{userData:d}=fr(),{params:u}=P1(),h=()=>{n==null||n(),i(!1)},{isLoading:x,mutateAsync:y}=Vg({onSuccessCallback:h,handleSubmitGeneratedContent:a,handleOnCopySuccess:c,data:e}),m=async({...v})=>{const S={videoActivityType:f1.CRM_SHARE,...v};return Bn&&await c3("","",{videoActivityType:f1.CRM_SHARE,...v,...u,generatedText:e.generatedText}),await y(S)};return{handleMarkAsSentFlow:v=>{const S=d.isAutomotive?d.customer.markVideosAsSent===null?g0.ASK_VERY_TIME.value:parseInt(d.customer.markVideosAsSent.toString(),10):g0.NEVER.value;if(S===g0.NEVER.value)return m({...v});if(S===g0.ASK_VERY_TIME.value)return i(!0);if(S===g0.ALWAYS.value)return m({...v})},isLoadingShortUrlMarkAsSent:x,onShortUrlMarkAsSentMutationHandler:m}},Lg=({closeModal:e,handleSubmitGeneratedContent:i,handleOnCopySuccess:n,goToCompanySettings:a})=>{const c=K.useCovideoTheme(),{promptType:d,promptUseCase:u,changePromptUseCase:h,selectedAiFlexScriptValue:x,changeSelectedAiFlexScript:y,isLoading:m,generateContentWithAi:v,promptsLeft:S,generatedText:C,changeVehicleTitle:E,changeVin:T,crmData:k,sender:j,changeSender:L,senderCompany:D,changeSenderCompany:O,recipient:M,changeRecipient:A,vin:_,nextStep:V,changeNextStep:N,changeFormalityLevel:U,detailLevel:$,changeDetailLevel:z,changeEnthusiasmLevel:Z,changeAdditionalInfo:W,additionalInfo:Q,changeGeneratedText:Y,changeBaseText:H,templateOptions:ae,selectedTemplateOption:le,changeSelectedTemplateOption:Te,linksetOptions:xe,selectedLinksetOption:pe,changeSelectedLinksetOption:ue,overlayOptions:Se,selectedOverlayOption:te,changeSelectedOverlayOption:me,generatedThumnail:Ie,generatedUrl:Pe,isStreamingResponse:Fe,handleAbort:Qe,videoId:it}=P1(),{userData:be}=fr(),[Ve,fe]=f.useState(!1),[ce,De]=f.useState(null),{t:ie}=re.useTranslation(),Je=()=>{e()},{onShortUrlMarkAsSentMutationHandler:mt,isLoadingShortUrlMarkAsSent:se,handleMarkAsSentFlow:Re}=Rg({setShowModalShortUrlMarkAsSent:fe,handleShortUrlMarkAsSentSuccessCallback:Je,data:{generatedText:C,generatedUrl:Pe,generatedThumnail:Ie},handleOnCopySuccess:n,handleSubmitGeneratedContent:i}),{isAutomotiveSalesRole:ze,customer:st,isAutomotive:at}=be,Ne=async()=>{if(De("insert"),k!=null&&k.data&&d===Mt.CRM_MESSAGE){Re({videoId:it,toastType:"insert"});return}i&&(await i(C,Pe,Ie),e())},xt=Ee=>{if(!Ee){E(""),T("");return}if(!Ee.itemId){E(Ee.vin||""),T("");return}E(Ee.title||""),T(Ee.vin||"")},yt=async()=>{De("copy"),!(!(k!=null&&k.data)||d!==Mt.CRM_MESSAGE)&&Re({videoId:it,toastType:"copy"})},Ct=f.useMemo(()=>{if(!x)return;const Ee=ki(x);return Ee?{label:ie(Ee.label),value:Ee.value}:void 0},[x,ie]),$t=f.useMemo(()=>lf(ie),[ie]);if(!Number(st.hasCovideoMagic))return null;const ft=d===Mt.CRM_MESSAGE?rr.HTML:rr.PLAIN,vt=d===Mt.CRM_MESSAGE,At=d===Mt.TELEPROPTER_SCRIPT,ko=!!i,No=d!==Mt.SMS&&$>=y0.MID,Ot=S<=0,jo=m||Ot||Fe||se,oo=m||Ot||!C.length||Fe,Vt=oo||se||vt&&!(k!=null&&k.data),ro=d===Mt.CRM_MESSAGE;return Mt.AI_FLEX_VIDEO===d?o.jsx(y1,{closeModal:e,headerText:ie("Generate {{promptType}} with Script Assist",{promptType:ie(d)}),style:{content:{width:"1120px"}},headerMargin:"0 0 24px 0",children:o.jsxs(Gf,{className:"ai-assist",children:[o.jsxs(Ho,{children:[o.jsx(Oa,{style:{margin:"0px"},children:ie("Message category")}),o.jsx(Ln,{width:Jd,creatable:!1,value:Ct,options:$t,onChange:Ee=>y(String(Ee.value)),placeholder:ie("Enter use case"),menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom",extendStyles:{container:{width:"100%"},control:{width:"100%"}}})]}),o.jsxs(tu,{disabled:Ot,className:"ai-assist",children:[o.jsxs(iu,{children:[o.jsx(zr,{children:o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(Oa,{style:{margin:"0px"},children:ie("Additional Instructions")}),o.jsx(mi,{text:ie(tr.ADDITIONAL_INSTRUCTIONS)})]}),o.jsx(ru,{value:Q,onChange:Ee=>W(Ee.target.value),style:{minHeight:"165px"},placeholder:ie(tr.ADDITIONAL_INFO)})]})}),o.jsxs(nu,{children:[o.jsxs(Mr,{children:[o.jsx(Oa,{style:{margin:"0px"},children:ie("Tone of Voice")}),o.jsx(mi,{text:ie(tr.TONE_OF_VOICE)})]}),o.jsxs(au,{style:{marginTop:16},children:[o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Casual")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Formal")})]}),o.jsx(jt,{children:ie("Casual")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:M0.MID,min:M0.LOW,max:M0.HIGH,onChange:Ee=>U(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Formal")})]}),o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Reserved")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Enthusiastic")})]}),o.jsx(jt,{children:ie("Reserved")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:O0.MID,min:O0.LOW,max:O0.HIGH,onChange:Ee=>Z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Enthusiastic")})]}),o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Brief")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Detailed")})]}),o.jsx(jt,{children:ie("Brief")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:y0.MID,min:y0.LOW,max:y0.HIGH,onChange:Ee=>z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Detailed")})]})]})]}),o.jsxs(mn,{children:[!Ot&&o.jsx(vn,{children:ie("{{promptsLeft}} prompts left this month",{promptsLeft:S})}),Ot&&o.jsxs(vn,{color:Ce.red100,children:[o.jsx(Ei.IoWarning,{})," ",o.jsx("span",{children:ie("0 prompts left this month")})]}),Fe&&o.jsx(K.Button,{text:ie("Stop"),onClick:Qe,icon:o.jsx(he.MdStop,{color:Ce.white}),variant:"primary"}),!Fe&&o.jsx(K.Button,{onClick:v,text:ie("Generate"),variant:"gradient",disabled:jo,icon:o.jsx(Rn,{color:Ce.white})})]})]}),o.jsxs(su,{children:[o.jsxs(cu,{children:[m&&o.jsx(ou,{children:o.jsx(uu,{children:o.jsx(Od,{animationData:eu,loop:!0,autoplay:!0})})}),!m&&ft===rr.PLAIN&&o.jsx(lu,{disabled:m,value:C,onChange:Ee=>{Y(Ee.target.value),H(Ee.target.value)}}),!m&&ft===rr.HTML&&o.jsx(du,{disabled:m,dangerouslySetInnerHTML:{__html:C}})]}),o.jsxs(mn,{children:[vt&&o.jsx(K.Button,{onClick:yt,text:ie("Copy"),disabled:Vt}),ko&&o.jsx(K.Button,{onClick:Ne,text:ie("Insert This"),disabled:oo||se})]})]})]})]})}):o.jsxs(y1,{closeModal:e,headerText:ie("Generate {{promptType}} with Script Assist",{promptType:ie(d)}),style:{content:{width:"1120px"}},children:[o.jsxs(tu,{disabled:Ot,className:"ai-assist",children:[o.jsxs(iu,{children:[o.jsxs(nu,{children:[ro&&o.jsx(mg,{templateOptions:ae,selectedTemplate:le,setSelectedTemplate:Te,ctaOptions:xe,selectedCta:pe,setSelectedCta:ue,overlaysOptions:Se,selectedOverlay:te,setSelectedOverlay:me,extraStyle:{label:{color:"#9297a2",marginTop:0},wrapper:{marginTop:0},control:{minHeight:44,maxHeight:64}}}),o.jsxs(zr,{children:[o.jsxs(Ho,{children:[o.jsx(D0,{children:ie("Your name")}),o.jsx(bn,{radius:"6px",value:j,onChange:Ee=>L(Ee.target.value),placeholder:ie("Enter your name")})]}),o.jsxs(Ho,{children:[o.jsx(D0,{children:ie("Company Name")}),o.jsx(bn,{radius:"6px",value:D,onChange:Ee=>O(Ee.target.value),placeholder:ie("Enter your company name")})]})]}),o.jsxs(zr,{children:[at&&o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(D0,{children:ie("Message category")}),o.jsx(mi,{text:ie(tr.MESSAGE_CATEGORY)})]}),o.jsx(Ln,{width:Jd,value:Hd.find(Ee=>Ee&&Ee.value===u),options:Hd,onChange:Ee=>h(Ee.value),placeholder:ie("Enter use case"),menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom",extendStyles:{container:{width:"100%"},control:{width:"100%"}},formatCreateLabel:Ee=>o.jsxs("div",{style:{color:c.colors.primary[100],display:"flex",alignItems:"center"},children:[o.jsx(he.MdEdit,{color:Ce.blue40}),"  Write"," ",`"${Ee}"`]})})]}),!At&&o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(D0,{children:ie("Their name")}),o.jsx(mi,{text:ie(tr.CUSTOMER_NAME)})]}),o.jsx(bn,{radius:"6px",value:M,onChange:Ee=>A(Ee.target.value),placeholder:ie("Enter customer name")})]})]}),o.jsxs(zr,{children:[ze&&o.jsxs(Ho,{children:[o.jsx(Mr,{children:o.jsx(D0,{children:ie("Vehicle")})}),o.jsx(ug,{onChangeVehicle:xt,selectedVin:_,fetchSold:!1,creatable:d!==Mt.CRM_MESSAGE,placeholder:ie("Search vehicles..."),borderRadius:"6px",dropdownOptionLabelMaxWidth:"95%",menuZindex:9999,limitedSingleValueWidth:"218px"})]}),o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(D0,{children:ie("Next steps")}),o.jsx(mi,{text:ie(tr.CTA),style:{content:{marginLeft:"50px"}}})]}),o.jsx(bn,{radius:"6px",value:V,onChange:Ee=>N(Ee.target.value),placeholder:ie("Enter next steps")})]})]}),o.jsxs(au,{children:[o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Casual")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Formal")})]}),o.jsx(jt,{children:ie("Casual")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:M0.MID,min:M0.LOW,max:M0.HIGH,onChange:Ee=>U(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Formal")})]}),o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Reserved")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Enthusiastic")})]}),o.jsx(jt,{children:ie("Reserved")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:O0.MID,min:O0.LOW,max:O0.HIGH,onChange:Ee=>Z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Enthusiastic")})]}),d!==Mt.SMS&&o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Brief")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Detailed")})]}),o.jsx(jt,{children:ie("Brief")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:y0.MID,min:y0.LOW,max:y0.HIGH,onChange:Ee=>z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Detailed")})]})]}),No&&o.jsx(zr,{children:o.jsx(Ho,{children:o.jsx(ru,{value:Q,onChange:Ee=>W(Ee.target.value),placeholder:ie(tr.ADDITIONAL_INFO)})})})]}),o.jsxs(mn,{children:[!Ot&&o.jsx(vn,{children:ie("{{promptsLeft}} prompts left this month",{promptsLeft:S})}),Ot&&o.jsxs(vn,{color:Ce.red100,children:[o.jsx(Ei.IoWarning,{})," ",o.jsx("span",{children:ie("0 prompts left this month")})]}),Fe&&o.jsx(K.Button,{text:ie("Stop"),onClick:Qe,icon:o.jsx(he.MdStop,{color:Ce.white}),variant:"primary"}),!Fe&&o.jsx(K.Button,{onClick:v,text:ie("Generate"),variant:"gradient",disabled:jo,icon:o.jsx(Rn,{color:Ce.white})})]})]}),o.jsxs(su,{children:[o.jsxs(cu,{children:[m&&o.jsx(ou,{children:o.jsx(uu,{children:o.jsx(Od,{animationData:eu,loop:!0,autoplay:!0})})}),!m&&ft===rr.PLAIN&&o.jsx(lu,{disabled:m,value:C,onChange:Ee=>{Y(Ee.target.value),H(Ee.target.value)}}),!m&&ft===rr.HTML&&o.jsx(du,{disabled:m,dangerouslySetInnerHTML:{__html:C}})]}),o.jsxs(mn,{children:[vt&&o.jsx(K.Button,{onClick:yt,text:ie("Copy"),disabled:Vt}),ko&&o.jsx(K.Button,{onClick:Ne,text:ie("Insert This"),disabled:oo||se})]})]})]}),Ve&&o.jsx(Eg,{shortUrlMarkAsSentPayload:{videoId:it,toastType:ce},isLoadingShortUrlMarkAsSent:se,onShortUrlMarkAsSentMutationHandler:mt,handleModalClose:()=>{fe(!1)},goToCompanySettings:a})]})},$g=new Me.QueryClient({defaultOptions:{queries:{retry:0,refetchOnMount:!1,refetchOnReconnect:!1,refetchOnWindowFocus:!1},mutations:{retry:0}}}),Mg=({handleSubmitGeneratedContent:e,handleOnCopySuccess:i,defaultPromptType:n,defaultPromptUseCase:a=Nn.INITIAL_REACH_OUT,defaultSelectedAIScriptValue:c,defaultRecipient:d="",defaultVin:u="",userInput:h="",margin:x="0",iconColor:y="white",videoId:m,hoverPopup:v,hoverPosition:S="above",disabled:C,variant:E,text:T,size:k="large",goToCompanySettings:j})=>{const{userData:L}=fr(),{customer:D}=L,O=L.isAutomotiveServiceRole,[M,A]=f.useState(!1),_=()=>A(!0),V=()=>A(!1);return!O&&Number(D.hasCovideoMagic)?o.jsx(Me.QueryClientProvider,{client:$g,children:o.jsxs("div",{style:{margin:x},className:"ai-assist",children:[v?o.jsx(e3,{showtriangle:!0,position:S,padding:"0",width:"auto",hoverable:o.jsx(K.Button,{onClick:_,variant:E,text:T,size:k,disabled:C,icon:y==="gradient"?o.jsx(Xd,{}):o.jsx(Rn,{color:y})}),popup:v}):o.jsx(K.Button,{onClick:_,variant:E,text:T,size:k,disabled:C,icon:y==="gradient"?o.jsx(Xd,{}):o.jsx(Rn,{color:y})}),M&&o.jsx(Mf,{defaultPromptType:n,defaultPromptUseCase:a,defaultSelectedAIScriptValue:c,defaultRecipient:d,defaultVin:u,userInput:h,videoId:m,children:o.jsx(Lg,{closeModal:V,handleSubmitGeneratedContent:e,handleOnCopySuccess:i,goToCompanySettings:j})})]})}):null},l3=({userData:e,token:i,aiAssistTheme:n,env:a,apiKey:c,defaultSelectedAIScriptValue:d,...u})=>(f.useEffect(()=>{h1.changeLanguage((e==null?void 0:e.preferredLanguage)||"en")},[e==null?void 0:e.preferredLanguage]),o.jsx(Cf,{userData:e,token:i,env:a||"production",apiKey:c||"",children:o.jsx(re.I18nextProvider,{i18n:h1,children:o.jsx(K.CovideoThemeProvider,{themeName:n,children:o.jsx(Mg,{...u,defaultSelectedAIScriptValue:d})})})}));var z1=(e=>(e.TELEPROPTER_SCRIPT="Teleprompter Script",e.EMAIL="Email",e.SMS="SMS",e.CRM_MESSAGE="CRM Message",e))(z1||{});const Og=async(e,i)=>(await je.get(`/share/quickshare/${e}`,{params:i})).data,d3=()=>{const{toast:e}=pt(),{t:i}=re.useTranslation(),n=async(d,u)=>{const h=x=>{x.clipboardData&&(x.clipboardData.setData("text/html",u||""),x.clipboardData.setData("text/plain",d)),x.preventDefault()};document.addEventListener("copy",x=>h(x),{once:!0}),document.execCommand("copy")},a=async d=>{const u=async()=>{const{videoId:x,toastType:y,...m}=d,v=await Og(x,{...m});return{url:v.data.url,html:v.data.html}},h=document.createElement("textArea");await navigator.clipboard.write([await new ClipboardItem({"text/plain":new Promise(async x=>{x(new Blob([(await u()).url],{type:"text/plain"}))}),"text/html":new Promise(async x=>{h.style.visibility="hidden",h.setAttribute("contenteditable","true"),h.value=(await u()).html,document.body.appendChild(h);const y=document.createRange();y.selectNodeContents(h);const m=window.getSelection();m==null||m.removeAllRanges(),m==null||m.addRange(y),h==null||h.setSelectionRange(0,999999),x(new Blob([h.value],{type:"text/html"}))})})]),h&&h.remove&&h.remove()};return{copyClipboard:async(d,u,h)=>{try{hr?await a(h):await n(d,u)}catch{e({message:i("Failed to copy to clipboard")})}}}},Dg=async e=>{const{videoId:i,toastType:n,...a}=e,c={...a,...hr?{reuseShortUrl:!0}:{}},{data:d}=await je.post(`/share/quickshare/${i}/mark-as-sent`,c);return d},Ng=(e,i)=>{switch(i.toastType){case"crm_code":return{title:"CRM Code Copied!",clipboardText:e.url,clipboardHtml:e.html};case"url":return{title:"URL Copied!",clipboardText:e.url};case"html_code":return{title:"Raw HTML Copied!",clipboardText:e.legacyHtml};case"quickshare":return{title:"Link copied to clipboard!",clipboardText:e.url,clipboardHtml:e.html};case"insert":return{title:"Inserting video..."}}},Pg=e=>{const{t:i}=re.useTranslation(),{userData:n}=nt(),{toast:a}=pt(),{copyClipboard:c}=d3(),{onVideoInsert:d,onVideoInsertError:u}=rt(),h=dr(n);return Me.useMutation(Dg,{onSuccess:(x,y)=>{const m=Ng(x,y);if(h===Yo.ALWAYS.value&&a({message:i("Video marked as Sent")}),h===Yo.ASK_VERY_TIME.value&&y.markAsSentConfirmed&&a({message:i("Video marked as Sent")}),m){if(m.clipboardText)try{!hr&&m.clipboardText&&c(m.clipboardText,(m==null?void 0:m.clipboardHtml)||"",{})}catch(v){console.log("Failed to copy to clipboard...",v)}m.title&&setTimeout(()=>{a({message:i(m.title)})},100)}y.toastType==="insert"&&(d==null||d({url:x.url,thumbnail:x.thumbnail,image:(x==null?void 0:x.image)||"",html:x.html,token:co,videoId:y.videoId.toString()})),e()},onError:x=>{u==null||u(x)}})},B1=({video:e,videoRequest:i,setShowModalQuickShareMarkAsSent:n,handleOnMarkAsSentSuccessCallback:a})=>{const{userData:c}=nt(),{copyClipboard:d}=d3(),u=()=>{a==null||a(),n(!1)},{isLoading:h,mutateAsync:x}=Pg(u),y=async({markAsSentConfirmed:v,videoActivityType:S,...C})=>{const E={videoId:typeof e=="number"?e.toString():(e==null?void 0:e.id)||"",vin:(i==null?void 0:i.vin)||"",useAutomotive:!!(i!=null&&i.vin),...S?{videoActivityType:S}:{},...v!==void 0?{markAsSentConfirmed:v}:{},...C};if(hr)try{await d("","",E)}catch(T){console.log("Failed to copy to clipboard...",T)}return await x(E)};return{onQuickShareButtonClick:({videoActivityType:v,...S})=>{const C=dr(c);if(C===Yo.NEVER.value)return y({videoActivityType:v,...S});if(C===Yo.ASK_VERY_TIME.value)return n(!0);if(C===Yo.ALWAYS.value)return y({videoActivityType:v,...S})},isQuickshareLoading:h,onQuickShareMutationHandler:y}},u3=({src:e,onLoad:i})=>{const c=f.useRef(null),[d,u]=f.useState(0),[h,x]=f.useState(!1),y=()=>{var v,S;x(!1),u(0),i&&i(((v=c.current)==null?void 0:v.offsetWidth)??0,((S=c.current)==null?void 0:S.offsetHeight)??0)},m=()=>{if(x(!0),d>=30)return;let v=Math.pow(2,d)*1e3;v>5e3&&(v=5e3),setTimeout(()=>u(d+1),v)};return f.useEffect(()=>(c!=null&&c.current&&(c.current.onload=y,c.current.onerror=m,c.current.src=e),()=>{c!=null&&c.current&&(c.current.onload=null,c.current.onerror=null)}),[e,d]),{imgRef:c,retryCount:d,error:h}};var sr=(e=>(e[e.READY=0]="READY",e[e.PROCESSING=1]="PROCESSING",e[e.FAILED=2]="FAILED",e))(sr||{});const p3=({videoId:e,checkField:i,enabled:n})=>{const[d,u]=f.useState(null),[h,x]=f.useState(0),[y,m]=f.useState(!1);return f.useEffect(()=>{if(!n)return;(async()=>{try{const S=await Dn(e.toString()),C=(S==null?void 0:S.processing)===sr.FAILED||(S==null?void 0:S.processing)===sr.READY;if(i&&S[i]){u(S);return}if(C){const E=localStorage.getItem(to.merge);if(E){const T=JSON.parse(E)||[];T.forEach((k,j)=>{k.id===S.id&&(T[j]=S)}),localStorage.setItem(to.merge,JSON.stringify(T))}u(S);return}if(h<30){let E=Math.pow(2,h)*1e3;E>5e3&&(E=5e3),setTimeout(()=>{x(h+1)},E);return}m(!0)}catch{m(!0)}})()},[e,i,h,n]),{videoData:d,retryCount:h,error:y}},Fg=l.div`
1065
+ `,Eg=({handleModalClose:e,onShortUrlMarkAsSentMutationHandler:i,isLoadingShortUrlMarkAsSent:n,shortUrlMarkAsSentPayload:a,goToCompanySettings:c})=>{const{userData:d}=fr(),{isCompanyAdmin:u}=d,{t:h}=re.useTranslation();return o.jsxs(y1,{headerText:h("Mark Video as ‘Sent’?"),closeModal:e,style:{content:{width:"532px",minWidth:"532px"}},children:[o.jsxs(Cg,{children:[o.jsx(jg,{children:o.jsx(R1.AiFillInfoCircle,{size:24,color:"rgba(0, 27, 83, 0.4)"})}),o.jsx(kg,{children:o.jsx(wg,{children:c?o.jsx(re.Trans,{i18nKey:"transSplits.preferencesHint",values:{actor:"your admin"},components:[o.jsx("span",{style:{textDecoration:"underline",cursor:"pointer",marginLeft:4},onClick:c})]}):h("transSplits.preferencesHintNoLink",{actor:u?"you":"your admin"})})})]}),o.jsxs(Sg,{children:[o.jsx(K.Button,{text:h("Leave as ‘Not Sent’"),variant:"white",disabled:n,onClick:()=>{i({markAsSentConfirmed:!1,...a})}}),o.jsx(K.Button,{text:h("Mark as Sent"),disabled:n,onClick:()=>{i({markAsSentConfirmed:!0,...a})}})]})]})},_g=e=>o.jsx(i3,{...e,children:o.jsx(he.MdCheck,{color:"rgba(30, 164, 95, 1)",size:26,style:{minWidth:26,maxWidth:26}})}),Da=e=>V5.toast(o.jsx(_g,{...e}),{position:e.position||"top-right",closeButton:i=>o.jsx(n3,{defaultProps:e,closeButtonProps:i}),style:{width:"100%"}});var f1=(e=>(e.QUOTE_SEND="Quote-Send",e.OPENED_EMAIL="Opened-Email",e.WATCHED_VIDEO="Watched-Video",e.APPROVED_ITEMS="Approved-Items",e.UPDATE_QUOTE="Update-Quote",e.RECORDED_VIDEO="Recorded-Video",e.APPROVED_VIDEO="Approved-Video",e.DENIED_VIDEO="Denied-Video",e.DELETE_VIDEO="Delete-Video",e.QUOTE_RESEND="Quote-Resend",e.UPDATE_RO="RO-Update",e.QUICKSHARE="Quickshare",e.COPY_SMS="COPY_SMS",e.COPY_EMAIL="COPY_EMAIL",e.CRM_SHARE="Crm-Share",e.WATCHED_VIDEO_UNKNOWN="WATCHED_VIDEO_UNKNOWN",e))(f1||{});const g0={ASK_VERY_TIME:{value:2},NEVER:{value:0},ALWAYS:{value:1}},Bn=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),Tg=async(e,i)=>{const n=a=>{a.clipboardData&&(a.clipboardData.setData("text/html",i||""),a.clipboardData.setData("text/plain",e)),a.preventDefault()};document.addEventListener("copy",a=>n(a),{once:!0}),document.execCommand("copy")},Ig=async e=>{const i=async()=>{const{videoId:a,videoId:c,...d}=e,u=await o3(a,{...d});return{url:u.data.url,html:d.generatedText||u.data.html}},n=document.createElement("textArea");await navigator.clipboard.write([await new ClipboardItem({"text/plain":new Promise(async a=>{a(new Blob([(await i()).url],{type:"text/plain"}))}),"text/html":new Promise(async a=>{n.style.visibility="hidden",n.setAttribute("contenteditable","true"),n.value=(await i()).html,document.body.appendChild(n);const c=document.createRange();c.selectNodeContents(n);const d=window.getSelection();d==null||d.removeAllRanges(),d==null||d.addRange(c),n==null||n.setSelectionRange(0,999999),a(new Blob([n.value],{type:"text/html"}))})})]),n&&n.remove&&n.remove()},c3=async(e,i,n)=>{try{Bn?await Ig(n):await Tg(e,i)}catch{zn({title:"Failed to copy to clipboard"})}},Ag=async e=>{const{videoId:i,toastType:n,...a}=e,c={...a,...Bn?{reuseShortUrl:!0}:{},ignoreCrmProvider:!0},{data:d}=await lo.post(`share/quickshare/${i}/mark-as-sent`,c);return d},Vg=({handleSubmitGeneratedContent:e,handleOnCopySuccess:i,data:n,onSuccessCallback:a})=>{const{params:c}=P1(),{userData:d}=fr(),u=d.isAutomotive?d.customer.markVideosAsSent===null?g0.ASK_VERY_TIME.value:parseInt(d.customer.markVideosAsSent.toString(),10):g0.NEVER.value;return Me.useMutation(h=>Ag({...h,...c}),{onSuccess:async(h,x)=>{const{generatedText:y,generatedUrl:v,generatedThumnail:m}=n;u===g0.ALWAYS.value&&d.isAutomotive&&Da({title:"Video marked as Sent"}),u===g0.ASK_VERY_TIME.value&&x.markAsSentConfirmed&&d.isAutomotive&&Da({title:"Video marked as Sent"}),Bn||c3(n.generatedUrl,(n==null?void 0:n.generatedText)||"",{}),x.toastType==="copy"&&(Da({title:"CRM Code Copied"}),i==null||i(y,v,m,!!x.markAsSentConfirmed,c)),x.toastType==="insert"&&(e==null||e(y,v,m,!!x.markAsSentConfirmed,c)),a()},onError:()=>{zn({title:"Failed to retrieve quickshare link!"})}})},Rg=({data:e,setShowModalShortUrlMarkAsSent:i,handleShortUrlMarkAsSentSuccessCallback:n,handleSubmitGeneratedContent:a,handleOnCopySuccess:c})=>{const{userData:d}=fr(),{params:u}=P1(),h=()=>{n==null||n(),i(!1)},{isLoading:x,mutateAsync:y}=Vg({onSuccessCallback:h,handleSubmitGeneratedContent:a,handleOnCopySuccess:c,data:e}),v=async({...m})=>{const w={videoActivityType:f1.CRM_SHARE,...m};return Bn&&await c3("","",{videoActivityType:f1.CRM_SHARE,...m,...u,generatedText:e.generatedText}),await y(w)};return{handleMarkAsSentFlow:m=>{const w=d.isAutomotive?d.customer.markVideosAsSent===null?g0.ASK_VERY_TIME.value:parseInt(d.customer.markVideosAsSent.toString(),10):g0.NEVER.value;if(w===g0.NEVER.value)return v({...m});if(w===g0.ASK_VERY_TIME.value)return i(!0);if(w===g0.ALWAYS.value)return v({...m})},isLoadingShortUrlMarkAsSent:x,onShortUrlMarkAsSentMutationHandler:v}},Lg=({closeModal:e,handleSubmitGeneratedContent:i,handleOnCopySuccess:n,goToCompanySettings:a})=>{const c=K.useCovideoTheme(),{promptType:d,promptUseCase:u,changePromptUseCase:h,selectedAiFlexScriptValue:x,changeSelectedAiFlexScript:y,isLoading:v,generateContentWithAi:m,promptsLeft:w,generatedText:C,changeVehicleTitle:E,changeVin:T,crmData:k,sender:j,changeSender:L,senderCompany:D,changeSenderCompany:O,recipient:M,changeRecipient:A,vin:_,nextStep:V,changeNextStep:N,changeFormalityLevel:U,detailLevel:$,changeDetailLevel:z,changeEnthusiasmLevel:Z,changeAdditionalInfo:W,additionalInfo:Q,changeGeneratedText:Y,changeBaseText:H,templateOptions:ae,selectedTemplateOption:le,changeSelectedTemplateOption:Te,linksetOptions:xe,selectedLinksetOption:pe,changeSelectedLinksetOption:ue,overlayOptions:Se,selectedOverlayOption:te,changeSelectedOverlayOption:me,generatedThumnail:Ie,generatedUrl:Pe,isStreamingResponse:Fe,handleAbort:Qe,videoId:it}=P1(),{userData:be}=fr(),[Ve,fe]=f.useState(!1),[ce,De]=f.useState(null),{t:ie}=re.useTranslation(),Je=()=>{e()},{onShortUrlMarkAsSentMutationHandler:mt,isLoadingShortUrlMarkAsSent:se,handleMarkAsSentFlow:Re}=Rg({setShowModalShortUrlMarkAsSent:fe,handleShortUrlMarkAsSentSuccessCallback:Je,data:{generatedText:C,generatedUrl:Pe,generatedThumnail:Ie},handleOnCopySuccess:n,handleSubmitGeneratedContent:i}),{isAutomotiveSalesRole:ze,customer:st,isAutomotive:at}=be,Ne=async()=>{if(De("insert"),k!=null&&k.data&&d===Mt.CRM_MESSAGE){Re({videoId:it,toastType:"insert"});return}i&&(await i(C,Pe,Ie),e())},xt=Ee=>{if(!Ee){E(""),T("");return}if(!Ee.itemId){E(Ee.vin||""),T("");return}E(Ee.title||""),T(Ee.vin||"")},yt=async()=>{De("copy"),!(!(k!=null&&k.data)||d!==Mt.CRM_MESSAGE)&&Re({videoId:it,toastType:"copy"})},Ct=f.useMemo(()=>{if(!x)return;const Ee=ki(x);return Ee?{label:ie(Ee.label),value:Ee.value}:void 0},[x,ie]),$t=f.useMemo(()=>lf(ie),[ie]);if(!Number(st.hasCovideoMagic))return null;const ft=d===Mt.CRM_MESSAGE?rr.HTML:rr.PLAIN,vt=d===Mt.CRM_MESSAGE,At=d===Mt.TELEPROPTER_SCRIPT,ko=!!i,No=d!==Mt.SMS&&$>=y0.MID,Ot=w<=0,jo=v||Ot||Fe||se,oo=v||Ot||!C.length||Fe,Vt=oo||se||vt&&!(k!=null&&k.data),ro=d===Mt.CRM_MESSAGE;return Mt.AI_FLEX_VIDEO===d?o.jsx(y1,{closeModal:e,headerText:ie("Generate {{promptType}} with Script Assist",{promptType:ie(d)}),style:{content:{width:"1120px"}},headerMargin:"0 0 24px 0",children:o.jsxs(Gf,{className:"ai-assist",children:[o.jsxs(Ho,{children:[o.jsx(Oa,{style:{margin:"0px"},children:ie("Message category")}),o.jsx(Ln,{width:Jd,creatable:!1,value:Ct,options:$t,onChange:Ee=>y(String(Ee.value)),placeholder:ie("Enter use case"),menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom",extendStyles:{container:{width:"100%"},control:{width:"100%"}}})]}),o.jsxs(tu,{disabled:Ot,className:"ai-assist",children:[o.jsxs(iu,{children:[o.jsx(zr,{children:o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(Oa,{style:{margin:"0px"},children:ie("Additional Instructions")}),o.jsx(mi,{text:ie(tr.ADDITIONAL_INSTRUCTIONS)})]}),o.jsx(ru,{value:Q,onChange:Ee=>W(Ee.target.value),style:{minHeight:"165px"},placeholder:ie(tr.ADDITIONAL_INFO)})]})}),o.jsxs(nu,{children:[o.jsxs(Mr,{children:[o.jsx(Oa,{style:{margin:"0px"},children:ie("Tone of Voice")}),o.jsx(mi,{text:ie(tr.TONE_OF_VOICE)})]}),o.jsxs(au,{style:{marginTop:16},children:[o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Casual")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Formal")})]}),o.jsx(jt,{children:ie("Casual")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:M0.MID,min:M0.LOW,max:M0.HIGH,onChange:Ee=>U(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Formal")})]}),o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Reserved")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Enthusiastic")})]}),o.jsx(jt,{children:ie("Reserved")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:O0.MID,min:O0.LOW,max:O0.HIGH,onChange:Ee=>Z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Enthusiastic")})]}),o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Brief")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Detailed")})]}),o.jsx(jt,{children:ie("Brief")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:y0.MID,min:y0.LOW,max:y0.HIGH,onChange:Ee=>z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Detailed")})]})]})]}),o.jsxs(mn,{children:[!Ot&&o.jsx(vn,{children:ie("{{promptsLeft}} prompts left this month",{promptsLeft:w})}),Ot&&o.jsxs(vn,{color:Ce.red100,children:[o.jsx(Ei.IoWarning,{})," ",o.jsx("span",{children:ie("0 prompts left this month")})]}),Fe&&o.jsx(K.Button,{text:ie("Stop"),onClick:Qe,icon:o.jsx(he.MdStop,{color:Ce.white}),variant:"primary"}),!Fe&&o.jsx(K.Button,{onClick:m,text:ie("Generate"),variant:"gradient",disabled:jo,icon:o.jsx(Rn,{color:Ce.white})})]})]}),o.jsxs(su,{children:[o.jsxs(cu,{children:[v&&o.jsx(ou,{children:o.jsx(uu,{children:o.jsx(Od,{animationData:eu,loop:!0,autoplay:!0})})}),!v&&ft===rr.PLAIN&&o.jsx(lu,{disabled:v,value:C,onChange:Ee=>{Y(Ee.target.value),H(Ee.target.value)}}),!v&&ft===rr.HTML&&o.jsx(du,{disabled:v,dangerouslySetInnerHTML:{__html:C}})]}),o.jsxs(mn,{children:[vt&&o.jsx(K.Button,{onClick:yt,text:ie("Copy"),disabled:Vt}),ko&&o.jsx(K.Button,{onClick:Ne,text:ie("Insert This"),disabled:oo||se})]})]})]})]})}):o.jsxs(y1,{closeModal:e,headerText:ie("Generate {{promptType}} with Script Assist",{promptType:ie(d)}),style:{content:{width:"1120px"}},children:[o.jsxs(tu,{disabled:Ot,className:"ai-assist",children:[o.jsxs(iu,{children:[o.jsxs(nu,{children:[ro&&o.jsx(mg,{templateOptions:ae,selectedTemplate:le,setSelectedTemplate:Te,ctaOptions:xe,selectedCta:pe,setSelectedCta:ue,overlaysOptions:Se,selectedOverlay:te,setSelectedOverlay:me,extraStyle:{label:{color:"#9297a2",marginTop:0},wrapper:{marginTop:0},control:{minHeight:44,maxHeight:64}}}),o.jsxs(zr,{children:[o.jsxs(Ho,{children:[o.jsx(D0,{children:ie("Your name")}),o.jsx(bn,{radius:"6px",value:j,onChange:Ee=>L(Ee.target.value),placeholder:ie("Enter your name")})]}),o.jsxs(Ho,{children:[o.jsx(D0,{children:ie("Company Name")}),o.jsx(bn,{radius:"6px",value:D,onChange:Ee=>O(Ee.target.value),placeholder:ie("Enter your company name")})]})]}),o.jsxs(zr,{children:[at&&o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(D0,{children:ie("Message category")}),o.jsx(mi,{text:ie(tr.MESSAGE_CATEGORY)})]}),o.jsx(Ln,{width:Jd,value:Hd.find(Ee=>Ee&&Ee.value===u),options:Hd,onChange:Ee=>h(Ee.value),placeholder:ie("Enter use case"),menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom",extendStyles:{container:{width:"100%"},control:{width:"100%"}},formatCreateLabel:Ee=>o.jsxs("div",{style:{color:c.colors.primary[100],display:"flex",alignItems:"center"},children:[o.jsx(he.MdEdit,{color:Ce.blue40}),"  Write"," ",`"${Ee}"`]})})]}),!At&&o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(D0,{children:ie("Their name")}),o.jsx(mi,{text:ie(tr.CUSTOMER_NAME)})]}),o.jsx(bn,{radius:"6px",value:M,onChange:Ee=>A(Ee.target.value),placeholder:ie("Enter customer name")})]})]}),o.jsxs(zr,{children:[ze&&o.jsxs(Ho,{children:[o.jsx(Mr,{children:o.jsx(D0,{children:ie("Vehicle")})}),o.jsx(ug,{onChangeVehicle:xt,selectedVin:_,fetchSold:!1,creatable:d!==Mt.CRM_MESSAGE,placeholder:ie("Search vehicles..."),borderRadius:"6px",dropdownOptionLabelMaxWidth:"95%",menuZindex:9999,limitedSingleValueWidth:"218px"})]}),o.jsxs(Ho,{children:[o.jsxs(Mr,{children:[o.jsx(D0,{children:ie("Next steps")}),o.jsx(mi,{text:ie(tr.CTA),style:{content:{marginLeft:"50px"}}})]}),o.jsx(bn,{radius:"6px",value:V,onChange:Ee=>N(Ee.target.value),placeholder:ie("Enter next steps")})]})]}),o.jsxs(au,{children:[o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Casual")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Formal")})]}),o.jsx(jt,{children:ie("Casual")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:M0.MID,min:M0.LOW,max:M0.HIGH,onChange:Ee=>U(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Formal")})]}),o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Reserved")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Enthusiastic")})]}),o.jsx(jt,{children:ie("Reserved")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:O0.MID,min:O0.LOW,max:O0.HIGH,onChange:Ee=>Z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Enthusiastic")})]}),d!==Mt.SMS&&o.jsxs(Dr,{children:[o.jsxs(Nr,{children:[o.jsx(jt,{display:"block",children:ie("Brief")}),o.jsx(jt,{textalign:"right",display:"block",children:ie("Detailed")})]}),o.jsx(jt,{children:ie("Brief")}),o.jsx(Or,{children:o.jsx(Pr,{marks:!0,defaultValue:y0.MID,min:y0.LOW,max:y0.HIGH,onChange:Ee=>z(Ee),width:`${$r}px`})}),o.jsx(jt,{textalign:"right",children:ie("Detailed")})]})]}),No&&o.jsx(zr,{children:o.jsx(Ho,{children:o.jsx(ru,{value:Q,onChange:Ee=>W(Ee.target.value),placeholder:ie(tr.ADDITIONAL_INFO)})})})]}),o.jsxs(mn,{children:[!Ot&&o.jsx(vn,{children:ie("{{promptsLeft}} prompts left this month",{promptsLeft:w})}),Ot&&o.jsxs(vn,{color:Ce.red100,children:[o.jsx(Ei.IoWarning,{})," ",o.jsx("span",{children:ie("0 prompts left this month")})]}),Fe&&o.jsx(K.Button,{text:ie("Stop"),onClick:Qe,icon:o.jsx(he.MdStop,{color:Ce.white}),variant:"primary"}),!Fe&&o.jsx(K.Button,{onClick:m,text:ie("Generate"),variant:"gradient",disabled:jo,icon:o.jsx(Rn,{color:Ce.white})})]})]}),o.jsxs(su,{children:[o.jsxs(cu,{children:[v&&o.jsx(ou,{children:o.jsx(uu,{children:o.jsx(Od,{animationData:eu,loop:!0,autoplay:!0})})}),!v&&ft===rr.PLAIN&&o.jsx(lu,{disabled:v,value:C,onChange:Ee=>{Y(Ee.target.value),H(Ee.target.value)}}),!v&&ft===rr.HTML&&o.jsx(du,{disabled:v,dangerouslySetInnerHTML:{__html:C}})]}),o.jsxs(mn,{children:[vt&&o.jsx(K.Button,{onClick:yt,text:ie("Copy"),disabled:Vt}),ko&&o.jsx(K.Button,{onClick:Ne,text:ie("Insert This"),disabled:oo||se})]})]})]}),Ve&&o.jsx(Eg,{shortUrlMarkAsSentPayload:{videoId:it,toastType:ce},isLoadingShortUrlMarkAsSent:se,onShortUrlMarkAsSentMutationHandler:mt,handleModalClose:()=>{fe(!1)},goToCompanySettings:a})]})},$g=new Me.QueryClient({defaultOptions:{queries:{retry:0,refetchOnMount:!1,refetchOnReconnect:!1,refetchOnWindowFocus:!1},mutations:{retry:0}}}),Mg=({handleSubmitGeneratedContent:e,handleOnCopySuccess:i,defaultPromptType:n,defaultPromptUseCase:a=Nn.INITIAL_REACH_OUT,defaultSelectedAIScriptValue:c,defaultRecipient:d="",defaultVin:u="",userInput:h="",margin:x="0",iconColor:y="white",videoId:v,hoverPopup:m,hoverPosition:w="above",disabled:C,variant:E,text:T,size:k="large",goToCompanySettings:j})=>{const{userData:L}=fr(),{customer:D}=L,O=L.isAutomotiveServiceRole,[M,A]=f.useState(!1),_=()=>A(!0),V=()=>A(!1);return!O&&Number(D.hasCovideoMagic)?o.jsx(Me.QueryClientProvider,{client:$g,children:o.jsxs("div",{style:{margin:x},className:"ai-assist",children:[m?o.jsx(e3,{showtriangle:!0,position:w,padding:"0",width:"auto",hoverable:o.jsx(K.Button,{onClick:_,variant:E,text:T,size:k,disabled:C,icon:y==="gradient"?o.jsx(Xd,{}):o.jsx(Rn,{color:y})}),popup:m}):o.jsx(K.Button,{onClick:_,variant:E,text:T,size:k,disabled:C,icon:y==="gradient"?o.jsx(Xd,{}):o.jsx(Rn,{color:y})}),M&&o.jsx(Mf,{defaultPromptType:n,defaultPromptUseCase:a,defaultSelectedAIScriptValue:c,defaultRecipient:d,defaultVin:u,userInput:h,videoId:v,children:o.jsx(Lg,{closeModal:V,handleSubmitGeneratedContent:e,handleOnCopySuccess:i,goToCompanySettings:j})})]})}):null},l3=({userData:e,token:i,aiAssistTheme:n,env:a,apiKey:c,defaultSelectedAIScriptValue:d,...u})=>(f.useEffect(()=>{h1.changeLanguage((e==null?void 0:e.preferredLanguage)||"en")},[e==null?void 0:e.preferredLanguage]),o.jsx(Cf,{userData:e,token:i,env:a||"production",apiKey:c||"",children:o.jsx(re.I18nextProvider,{i18n:h1,children:o.jsx(K.CovideoThemeProvider,{themeName:n,children:o.jsx(Mg,{...u,defaultSelectedAIScriptValue:d})})})}));var z1=(e=>(e.TELEPROPTER_SCRIPT="Teleprompter Script",e.EMAIL="Email",e.SMS="SMS",e.CRM_MESSAGE="CRM Message",e))(z1||{});const Og=async(e,i)=>(await je.get(`/share/quickshare/${e}`,{params:i})).data,d3=()=>{const{toast:e}=pt(),{t:i}=re.useTranslation(),n=async(d,u)=>{const h=x=>{x.clipboardData&&(x.clipboardData.setData("text/html",u||""),x.clipboardData.setData("text/plain",d)),x.preventDefault()};document.addEventListener("copy",x=>h(x),{once:!0}),document.execCommand("copy")},a=async d=>{const u=async()=>{const{videoId:x,toastType:y,...v}=d,m=await Og(x,{...v});return{url:m.data.url,html:m.data.html}},h=document.createElement("textArea");await navigator.clipboard.write([await new ClipboardItem({"text/plain":new Promise(async x=>{x(new Blob([(await u()).url],{type:"text/plain"}))}),"text/html":new Promise(async x=>{h.style.visibility="hidden",h.setAttribute("contenteditable","true"),h.value=(await u()).html,document.body.appendChild(h);const y=document.createRange();y.selectNodeContents(h);const v=window.getSelection();v==null||v.removeAllRanges(),v==null||v.addRange(y),h==null||h.setSelectionRange(0,999999),x(new Blob([h.value],{type:"text/html"}))})})]),h&&h.remove&&h.remove()};return{copyClipboard:async(d,u,h)=>{try{hr?await a(h):await n(d,u)}catch{e({message:i("Failed to copy to clipboard")})}}}},Dg=async e=>{const{videoId:i,toastType:n,...a}=e,c={...a,...hr?{reuseShortUrl:!0}:{}},{data:d}=await je.post(`/share/quickshare/${i}/mark-as-sent`,c);return d},Ng=(e,i)=>{switch(i.toastType){case"crm_code":return{title:"CRM Code Copied!",clipboardText:e.url,clipboardHtml:e.html};case"url":return{title:"URL Copied!",clipboardText:e.url};case"html_code":return{title:"Raw HTML Copied!",clipboardText:e.legacyHtml};case"quickshare":return{title:"Link copied to clipboard!",clipboardText:e.url,clipboardHtml:e.html};case"insert":return{title:"Inserting video..."}}},Pg=(e,{videoTitle:i,videoUrl:n}={videoTitle:"",videoUrl:""})=>{const{t:a}=re.useTranslation(),{userData:c}=nt(),{toast:d}=pt(),{copyClipboard:u}=d3(),{onVideoInsert:h,onVideoInsertError:x}=rt(),y=dr(c);return Me.useMutation(Dg,{onSuccess:(v,m)=>{const w=Ng(v,m);if(y===Yo.ALWAYS.value&&d({message:a("Video marked as Sent")}),y===Yo.ASK_VERY_TIME.value&&m.markAsSentConfirmed&&d({message:a("Video marked as Sent")}),w){if(w.clipboardText)try{!hr&&w.clipboardText&&u(w.clipboardText,(w==null?void 0:w.clipboardHtml)||"",{})}catch(C){console.log("Failed to copy to clipboard...",C)}w.title&&setTimeout(()=>{d({message:a(w.title)})},100)}m.toastType==="insert"&&(h==null||h({url:v.url,thumbnail:v.thumbnail,image:(v==null?void 0:v.image)||"",html:v.html,token:co,videoId:m.videoId.toString(),title:i||"",videoUrl:n||""})),e()},onError:v=>{x==null||x(v)}})},B1=({video:e,videoRequest:i,setShowModalQuickShareMarkAsSent:n,handleOnMarkAsSentSuccessCallback:a})=>{const{userData:c}=nt(),{copyClipboard:d}=d3(),u=()=>{a==null||a(),n(!1)},{isLoading:h,mutateAsync:x}=Pg(u,{videoTitle:typeof e=="number"?"":(e==null?void 0:e.title)||"",videoUrl:typeof e=="number"?"":(e==null?void 0:e.videoSource)||""}),y=async({markAsSentConfirmed:m,videoActivityType:w,...C})=>{const E={videoId:typeof e=="number"?e.toString():(e==null?void 0:e.id)||"",vin:(i==null?void 0:i.vin)||"",useAutomotive:!!(i!=null&&i.vin),...w?{videoActivityType:w}:{},...m!==void 0?{markAsSentConfirmed:m}:{},...C};if(hr)try{await d("","",E)}catch(T){console.log("Failed to copy to clipboard...",T)}return await x(E)};return{onQuickShareButtonClick:({videoActivityType:m,...w})=>{const C=dr(c);if(C===Yo.NEVER.value)return y({videoActivityType:m,...w});if(C===Yo.ASK_VERY_TIME.value)return n(!0);if(C===Yo.ALWAYS.value)return y({videoActivityType:m,...w})},isQuickshareLoading:h,onQuickShareMutationHandler:y}},u3=({src:e,onLoad:i})=>{const c=f.useRef(null),[d,u]=f.useState(0),[h,x]=f.useState(!1),y=()=>{var m,w;x(!1),u(0),i&&i(((m=c.current)==null?void 0:m.offsetWidth)??0,((w=c.current)==null?void 0:w.offsetHeight)??0)},v=()=>{if(x(!0),d>=30)return;let m=Math.pow(2,d)*1e3;m>5e3&&(m=5e3),setTimeout(()=>u(d+1),m)};return f.useEffect(()=>(c!=null&&c.current&&(c.current.onload=y,c.current.onerror=v,c.current.src=e),()=>{c!=null&&c.current&&(c.current.onload=null,c.current.onerror=null)}),[e,d]),{imgRef:c,retryCount:d,error:h}};var sr=(e=>(e[e.READY=0]="READY",e[e.PROCESSING=1]="PROCESSING",e[e.FAILED=2]="FAILED",e))(sr||{});const p3=({videoId:e,checkField:i,enabled:n})=>{const[d,u]=f.useState(null),[h,x]=f.useState(0),[y,v]=f.useState(!1);return f.useEffect(()=>{if(!n)return;(async()=>{try{const w=await Dn(e.toString()),C=(w==null?void 0:w.processing)===sr.FAILED||(w==null?void 0:w.processing)===sr.READY;if(i&&w[i]){u(w);return}if(C){const E=localStorage.getItem(to.merge);if(E){const T=JSON.parse(E)||[];T.forEach((k,j)=>{k.id===w.id&&(T[j]=w)}),localStorage.setItem(to.merge,JSON.stringify(T))}u(w);return}if(h<30){let E=Math.pow(2,h)*1e3;E>5e3&&(E=5e3),setTimeout(()=>{x(h+1)},E);return}v(!0)}catch{v(!0)}})()},[e,i,h,n]),{videoData:d,retryCount:h,error:y}},Fg=l.div`
1066
1066
  position: relative;
1067
1067
  width: ${e=>e.thumbnailWidth?e.thumbnailWidth:"100%"};
1068
1068
  height: ${e=>e.thumbnailHeight?e.thumbnailHeight:"100%"};
@@ -1120,7 +1120,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1120
1120
  align-items: center;
1121
1121
  justify-content: center;
1122
1122
  min-width: 36px;
1123
- `,x3=({onClick:e,thumbnail:i,duration:n,videoId:a,emailStatus:c,processing:d,thumbnailHeight:u,thumbnailWidth:h,refreshVideoList:x})=>{const{t:y}=re.useTranslation(),m=O=>V8(O/1e3).split(".")[0],{videoData:v}=p3({videoId:a,enabled:d===1});f.useEffect(()=>{d!==(v==null?void 0:v.processing)&&x&&x()},[v]);const{imgRef:S,retryCount:C,error:E}=u3({src:(v==null?void 0:v.autogeneratedThumbnail)||i}),T=!E&&C===0,k=n?m(n):v!=null&&v.videoLength?m(v==null?void 0:v.videoLength):"...",j=d===2||(v==null?void 0:v.processing)===2,L=d===0||(v==null?void 0:v.processing)===0,D=j||L;return o.jsxs(Fg,{onClick:()=>e(),status:c,thumbnailHeight:u,thumbnailWidth:h,children:[o.jsx(zg,{src:i,ref:S,visible:T},C),L&&o.jsx(Bg,{children:o.jsx(R5.BsPlayFill,{color:P.white,size:30})}),!D&&o.jsx(qg,{children:o.jsx(Go,{})}),j&&o.jsx(Ug,{children:y("Failed")}),!j&&n&&o.jsx(Wg,{children:k})]})},qn=e=>{const[i,n]=q.useState(null);return q.useEffect(()=>{if(!i)return;const c=d=>{if(!i.contains(d.target)){if(d.target instanceof Element&&d.target.closest('[role="listbox"]'))return;e()}};return document.addEventListener("click",c,!0),()=>document.removeEventListener("click",c,!0)},[i]),{ref:q.useCallback(c=>n(c),[])}},Hg=l.div`
1123
+ `,x3=({onClick:e,thumbnail:i,duration:n,videoId:a,emailStatus:c,processing:d,thumbnailHeight:u,thumbnailWidth:h,refreshVideoList:x})=>{const{t:y}=re.useTranslation(),v=O=>V8(O/1e3).split(".")[0],{videoData:m}=p3({videoId:a,enabled:d===1});f.useEffect(()=>{d!==(m==null?void 0:m.processing)&&x&&x()},[m]);const{imgRef:w,retryCount:C,error:E}=u3({src:(m==null?void 0:m.autogeneratedThumbnail)||i}),T=!E&&C===0,k=n?v(n):m!=null&&m.videoLength?v(m==null?void 0:m.videoLength):"...",j=d===2||(m==null?void 0:m.processing)===2,L=d===0||(m==null?void 0:m.processing)===0,D=j||L;return o.jsxs(Fg,{onClick:()=>e(),status:c,thumbnailHeight:u,thumbnailWidth:h,children:[o.jsx(zg,{src:i,ref:w,visible:T},C),L&&o.jsx(Bg,{children:o.jsx(R5.BsPlayFill,{color:P.white,size:30})}),!D&&o.jsx(qg,{children:o.jsx(Go,{})}),j&&o.jsx(Ug,{children:y("Failed")}),!j&&n&&o.jsx(Wg,{children:k})]})},qn=e=>{const[i,n]=q.useState(null);return q.useEffect(()=>{if(!i)return;const c=d=>{if(!i.contains(d.target)){if(d.target instanceof Element&&d.target.closest('[role="listbox"]'))return;e()}};return document.addEventListener("click",c,!0),()=>document.removeEventListener("click",c,!0)},[i]),{ref:q.useCallback(c=>n(c),[])}},Hg=l.div`
1124
1124
  position: fixed;
1125
1125
  top: 0;
1126
1126
  bottom: 0;
@@ -1151,7 +1151,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1151
1151
  height: ${e.overrideBodyHeight&&e.maxHeight?e.maxHeight:"auto"};
1152
1152
  width: ${e.widthOnDesktop?e.widthOnDesktop:"auto"};
1153
1153
  `}}
1154
- `,Xr=({style:e={},children:i,widthOnDesktop:n,disableFullScreen:a,maxHeight:c,overrideBodyHeight:d=!1,bodyOverflowY:u="auto",bodyOverflowX:h="hidden",onOutsideClick:x})=>{f.useEffect(()=>{if(document&&document.body){const m=document.body.className;document.body.className=m+(m?" ":"")+"modal-open"}return()=>{document&&document.body&&(document.body.className=document.body.className.replace(/ ?modal-open/,""))}},[]);const{ref:y}=qn(x);return o.jsx(Hg,{style:e,children:o.jsx(Gg,{children:o.jsx(Yg,{disableFullScreen:a,widthOnDesktop:n,maxHeight:c,overrideBodyHeight:d,overflowX:h,overflowY:u,ref:x?y:null,children:i})})})},Qg=l.div`
1154
+ `,Xr=({style:e={},children:i,widthOnDesktop:n,disableFullScreen:a,maxHeight:c,overrideBodyHeight:d=!1,bodyOverflowY:u="auto",bodyOverflowX:h="hidden",onOutsideClick:x})=>{f.useEffect(()=>{if(document&&document.body){const v=document.body.className;document.body.className=v+(v?" ":"")+"modal-open"}return()=>{document&&document.body&&(document.body.className=document.body.className.replace(/ ?modal-open/,""))}},[]);const{ref:y}=qn(x);return o.jsx(Hg,{style:e,children:o.jsx(Gg,{children:o.jsx(Yg,{disableFullScreen:a,widthOnDesktop:n,maxHeight:c,overrideBodyHeight:d,overflowX:h,overflowY:u,ref:x?y:null,children:i})})})},Qg=l.div`
1155
1155
  width: 100%;
1156
1156
  display: flex;
1157
1157
  cursor: pointer;
@@ -1387,7 +1387,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1387
1387
  background-color: ${P.lightgray40};
1388
1388
  }
1389
1389
  }
1390
- `,bm=[{value:2,label:"2.0x"},{value:1.5,label:"1.5x"},{value:1.25,label:"1.25x"},{value:1,label:"1.0x"},{value:.75,label:"0.75x"},{value:.5,label:"0.5x"}],wm=e=>{const{t:i}=re.useTranslation(),{isCdkEnviroment:n}=l.useTheme(),{isVideoPaused:a,isVideoMuted:c,togglePlay:d,handleMute:u,handleFullScreen:h,duration:x=0,currentTime:y=0,handleVolumeControl:m,volumeRange:v,playerIconsColor:S,playerBackgroundColor:C,setPlayBack:E,isVisible:T,small:k,videoRef:j,scrub:L,hideControls:D,showPlaybackSpeed:O,setShowPlaybackSpeed:M}=e,[A,_]=q.useState(1),V=W=>{let Q=Math.floor(W/60),Y=Q.toString(),H=`${Math.floor(W-Q*60)}`;return Y.length===1&&(Y=`0${Q}`),H.length===1&&(H=`0${H}`),`${Q}:${H}`},N=V(y),U=q.createRef(),$=v*100;q.useEffect(()=>{T||M(!1)},[T]);const z=W=>{E&&E(W),_(W),D&&D()},Z=()=>{M(!O)};return o.jsxs(dm,{small:k,children:[o.jsx(Kg,{duration:x,currentTime:y,scrub:L,color:S,small:k}),o.jsxs(um,{children:[o.jsxs(pm,{children:[o.jsx(hm,{small:k,onClick:d,children:a?o.jsx(em,{color:S,width:20,height:20}):o.jsx(om,{color:S,width:20,height:20})}),!k&&o.jsxs(o.Fragment,{children:[o.jsxs(fm,{children:[o.jsx(gm,{small:k,onClick:u,children:c?o.jsx(Xg,{color:S}):o.jsx(ot.IoIosVolumeHigh,{style:{color:S,fontSize:20}})}),o.jsx(ym,{ref:U,"aria-label":"Volume Range",type:"range",min:"0",value:$.toString(),onChange:W=>m(W,U),max:"100",step:"1",color:S,small:k})]}),o.jsxs(mm,{width:j.current&&j.current.clientWidth,color:S,children:[N," / ",V(x)]})]})]}),!k&&o.jsxs(xm,{children:[o.jsx(vu,{active:O,color:C,onClick:Z,children:o.jsx(im,{color:S})}),O&&o.jsxs(vm,{width:j.current&&j.current.clientWidth,children:[o.jsx("p",{children:i("Playback Speed")}),bm.map(W=>o.jsxs("div",{onClick:()=>z(W.value),children:[o.jsx("span",{children:W.label})," ",A==W.value&&o.jsx(h3,{width:j.current&&j.current.clientWidth<500?"16px":"20px",height:j.current&&j.current.clientWidth<500?"16px":"20px"})]},W.value))]}),o.jsx(vu,{onClick:h,children:o.jsx(he.MdFullscreen,{style:{color:S,fontSize:20}})}),n?o.jsx(am,{style:{marginLeft:4},fill:P.white}):o.jsx(lm,{style:{marginLeft:4},fill:P.white})]})]})]})};var bi=(e=>(e.PLAY="Play",e.PAUSE="Pause",e.COMPLETE="Complete",e))(bi||{}),uo=(e=>(e.COVIDEO_EVENT="covideo-event",e.COVIDEO_PAGEVIEW="covideo-pageview",e))(uo||{}),y3=(e=>(e.CRM_VIDEO_EMBED="CDK Video Whitelabel",e))(y3||{}),So=(e=>(e.VIDEO_INTERACTION="Video Interaction",e.INVENTORY_INTERACTION="Inventory Interaction",e.MEETING_INTERACTION="Meeting Interaction",e.SCHEDULE_MEETING="Schedule Meeting",e.SAVED_NEW_VIDEO="Saved New Video",e.VIDEO_ATTRIBUTE_INTERACTION="Video Attribute Interaction",e.VIDEO_MESSAGE_INTERACTION="Video Message Interaction",e.SELECT_RECORDING_TYPE="Select Recording Type",e.RECORDING_TOOL_INTERACTION="Recording Tool Interaction",e.START_RECORDING="Start Recording",e.STOP_RECORDING="Stop Recording",e.ADD_VIDEO_ATTRIBUTES="Add Video Attributes",e.DISCARD_VIDEO="Discard Video",e.RECENTLY_DELETED_INTERACTION="Recently Deleted Interaction",e.NEW_LEAD_ADDED="New Lead Added",e.CREATE_NEW_MEETING="Create New Meeting",e.VIDEO_PLAYER_INTERACTION="Video Player Interaction",e.RECORDING_SETTINGS_CHANGED="Recording Settings Changed",e))(So||{}),R0=(e=>(e.SEND_SHARE="Send & Share",e.VIDEOS="Videos",e.RECORD="Record",e.MERGE="Merge",e.DETAILS="Details",e))(R0||{}),L0=(e=>(e.SEND_SHARE="https://video.connectcdk.com/embed/send",e.HOME="https://video.connectcdk.com/embed/home",e.MERGE="https://video.connectcdk.com/embed/merge",e.RECORD="https://video.connectcdk.com/embed/record",e.VOICE_RECORDER="https://video.connectcdk.com/embed/voice-recorder",e))(L0||{}),$0=(e=>(e.SHARE="Share",e.OVERVIEW="Overview",e.RECORD="Record",e.RECORDER="Recorder",e.DETAILS="Details",e.VOICE_RECORDER="Voice Recorder",e))($0||{});function Sm(e,i="ms",n=2){if(!Number.isFinite(e)||e<0)return 0;const c=(i==="ms"?e/1e3:e)/60,d=10**n;return Math.round(c*d)/d}function Ti(e){return e?{video_id:Number(e.videoId),video_title:(e==null?void 0:e.videoTitle)||void 0,video_type:(e==null?void 0:e.videoType)??void 0,video_customer_name:!!(e!=null&&e.videoCustomerName),video_length:Sm(Number(e==null?void 0:e.videoLength))||0}:{}}function wi(e){var n;return e?{vehicle:(e==null?void 0:e.title)||void 0,price:e!=null&&e.price?parseFloat(e==null?void 0:e.price.toString()):void 0,vin:(e==null?void 0:e.vin)||void 0,stock_number:((n=e==null?void 0:e.stockNumber)==null?void 0:n.toString())||void 0,condition:(e==null?void 0:e.itemCondition)||void 0,engine:(e==null?void 0:e.engine)||void 0,make:(e==null?void 0:e.make)||void 0,model:(e==null?void 0:e.model)||void 0,trim:(e==null?void 0:e.trim)||void 0,year:e!=null&&e.year?parseInt(e==null?void 0:e.year.toString(),10):void 0,mileage:e!=null&&e.mileage?parseInt(e==null?void 0:e.mileage.toString(),10):void 0,ext_color:(e==null?void 0:e.exteriorColor)||void 0,int_color:(e==null?void 0:e.interiorColor)||void 0,transmission:(e==null?void 0:e.transmission)||void 0}:{}}const b0={SEND_SHARE:{pageUrl:L0.SEND_SHARE,pageLocation:R0.SEND_SHARE,pageSection:$0.SHARE},VIDEOS_OVERVIEW:{pageUrl:L0.HOME,pageLocation:R0.VIDEOS,pageSection:$0.OVERVIEW},VIDEOS_MERGE:{pageUrl:L0.MERGE,pageLocation:R0.MERGE,pageSection:$0.DETAILS},VIDEOS_RECORD:{pageUrl:L0.RECORD,pageLocation:R0.RECORD,pageSection:$0.RECORDER},VIDEOS_RECORDER:{pageUrl:L0.RECORD,pageLocation:R0.RECORD,pageSection:$0.RECORDER},RECORD_VIDEOS_DETAILS:{pageUrl:L0.RECORD,pageLocation:R0.RECORD,pageSection:$0.DETAILS},VIDEOS_VOICE_RECORDER:{pageUrl:L0.VOICE_RECORDER,pageSection:R0.DETAILS,pageLocation:$0.VOICE_RECORDER}};function Cm(e){const i=Array.isArray(e)?e:Object.keys(e||{}).length?[e]:[],n=[],a={};return i.forEach(c=>{if(typeof c=="string"){n.push(c),a[c]=c;return}Object.entries(c||{}).forEach(([d,u])=>{n.push(d),a[d]=u||d})}),{trackedFieldPaths:Array.from(new Set(n)),trackedFieldLabels:a}}function km(e){const i={},n={};return Object.entries(e||{}).forEach(([a,c])=>{if(Array.isArray(c)){i[a]=[...c],n[a]={};return}const d=Object.keys(c||{});i[a]=d,n[a]=d.reduce((u,h)=>(u[h]=c[h]||h,u),{})}),{trackedArrayFieldPaths:i,trackedArrayLabels:n}}function jm({trackedFields:e,trackedArrayFields:i}){const{trackedFieldPaths:n,trackedFieldLabels:a}=Cm(e),{trackedArrayFieldPaths:c,trackedArrayLabels:d}=km(i);return{trackedFieldPaths:n,trackedArrayFieldPaths:c,trackedFieldLabels:a,trackedArrayLabels:d}}function Em(e,i,n){var x;if(i[e])return i[e];const a=e.match(/^([^\.]+)\.(\d+)\.([^\.]+)$/);if(!a)return e;const[,c,d,u]=a,h=(x=n[c])==null?void 0:x[u];return h?`${h} ${Number(d)+1}`:e}function g1(e,i,n,a=""){return Object.entries(e).reduce((c,[d,u])=>{const h=a?`${a}.${d}`:d,x=h.split(".")[0];if(!a){const y=i.some(v=>v===d||v.startsWith(`${d}.`)),m=d in n;if(!y&&!m)return c}if(Array.isArray(u)){const y=n[d]??n[x];y?u.forEach((m,v)=>{y.forEach(S=>{c[`${h}.${v}.${S}`]=String(m[S]??"")})}):c[h]=String(u)}else if(u!==null&&typeof u=="object"){if(n[x])return c;Object.assign(c,g1(u,i,n,h))}else{const y=i.some(v=>v.includes(".")),m=i.some(v=>h===v||h.startsWith(`${v}.`));(!y||m)&&(c[h]=String(u??""))}return c},{})}function _m({initialValues:e,currentValues:i,trackedFields:n=[],trackedArrayFields:a={},onlyChangedList:c=!1}){const{trackedFieldPaths:d,trackedArrayFieldPaths:u,trackedFieldLabels:h,trackedArrayLabels:x}=jm({trackedFields:n,trackedArrayFields:a}),y=g1(e,d,u),m=g1(i,d,u),v=[],S={};for(const C in m)y[C]!==m[C]&&(v.push(Em(C,h,x)),c||(S[`${C}_before`]=y[C]??"",S[`${C}_after`]=m[C]));return{changed_fields:v,...S}}function Tm(){return typeof window<"u"&&Array.isArray(window.dataLayer)}function Co(e){var i;Tm()&&((i=window.dataLayer)==null||i.push({...e}))}function bu({action:e,videoIds:i,videoAttributes:n,vehicleData:a}){const c={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_INTERACTION},d=Ti(n);Co({...c,action:e,video_ids:i,...d,...a})}function Im(e){return e?{customer_id:(e==null?void 0:e.customerId)||void 0,sms:(e==null?void 0:e.sms)||void 0,email:(e==null?void 0:e.email)||void 0,notification_viewed:(e==null?void 0:e.notificationViewed)||!1,landing_page:(e==null?void 0:e.landingPage)||void 0,call_to_action:(e==null?void 0:e.callToAction)||void 0,thumbnails:(e==null?void 0:e.thumbnails)||void 0}:{}}function Am(e,i=8e3){return new Promise((n,a)=>{const c=URL.createObjectURL(e),d=document.createElement("video");d.preload="metadata",d.muted=!0,d.playsInline=!0;let u=!1;const h=setTimeout(()=>m(new Error("Timed out reading video duration")),i),x=()=>{clearTimeout(h),d.removeEventListener("loadedmetadata",C),d.removeEventListener("canplay",E),d.removeEventListener("timeupdate",v),d.removeEventListener("error",T),URL.revokeObjectURL(c),d.removeAttribute("src");try{d.load()}catch{}},y=k=>{u||(u=!0,x(),n(Math.round(k)))},m=k=>{u||(u=!0,x(),a(k))},v=()=>{isFinite(d.duration)&&d.duration>0&&y(d.duration*1e3)},S=()=>{d.addEventListener("timeupdate",v);try{d.currentTime=1e101}catch{setTimeout(()=>{try{d.currentTime=Number.MAX_VALUE}catch{}},0)}},C=()=>{isFinite(d.duration)&&d.duration>0?y(d.duration*1e3):S()},E=()=>{isFinite(d.duration)&&d.duration>0&&y(d.duration*1e3)},T=()=>m(new Error("Failed to load video metadata"));d.addEventListener("loadedmetadata",C),d.addEventListener("canplay",E),d.addEventListener("error",T),d.src=c;try{d.load()}catch{}})}function m1(e,i,n,a=""){return Object.entries(e).reduce((c,[d,u])=>{const h=a?`${a}.${d}`:d,x=h.split(".")[0];if(!a){const y=i.some(v=>v===d||v.startsWith(`${d}.`)),m=d in n;if(!y&&!m)return c}if(Array.isArray(u)){const y=n[d]??n[x];y?u.forEach((m,v)=>{y.forEach(S=>{c[`${h}.${v}.${S}`]=String(m[S]??"")})}):c[h]=String(u)}else if(u!==null&&typeof u=="object"){if(n[x])return c;Object.assign(c,m1(u,i,n,h))}else{const y=i.some(v=>v.includes(".")),m=i.some(v=>h===v||h.startsWith(`${v}.`));(!y||m)&&(c[h]=String(u??""))}return c},{})}function Vm({initialValues:e,currentValues:i,trackedFields:n=[],trackedArrayFields:a={},onlyChangedList:c=!1}){const d=m1(e,n,a),u=m1(i,n,a),h=[],x={};for(const y in u)d[y]!==u[y]&&(h.push(y),c||(x[`${y}_before`]=d[y]??"",x[`${y}_after`]=u[y]));return{changed_fields:h,...x}}function Rm({action:e,videoMessageProperties:i,video:n,vehicleData:a}){const c={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_MESSAGE_INTERACTION},d=Im(i),u=Ti(n);Co({...c,action:e,...u,...d,...a})}function Lm({videoAttributes:e,vehicleData:i}){const n={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_ATTRIBUTE_INTERACTION},a=Ti(e);Co({...n,...a,...i})}function $m({videoAttributes:e,type:i,vehicleData:n,mergedIds:a,changedFieldKeys:c,changes:d}){const u={event:uo.COVIDEO_EVENT,event_name:So.SAVED_NEW_VIDEO},h=Ti(e);Co({...u,type:i,...a?{merge_ids:a}:{},...h,...n,changed_fields:c&&c.length>0?c:void 0,...d})}var qr=(e=>(e.VIEW="View",e.SEND_AND_SHARE="Send & Share (Insert)",e.COPY_VIDEO_URL="Copy Video URL",e.MERGE="Merge",e.VOICE_OVER="Voice Over",e))(qr||{}),Un=(e=>(e.RECORD="Record",e.UPLOAD="Upload",e.MERGE="Merge",e.VOICE_RECORD="Voice Record",e))(Un||{}),v1=(e=>(e.INSERT="Insert",e.COPY="Copy",e))(v1||{});function Mm({type:e}){const i={event:uo.COVIDEO_EVENT,event_name:So.SELECT_RECORDING_TYPE};Co({...i,type:e})}function Om({action:e}){const i={event:uo.COVIDEO_EVENT,event_name:So.RECORDING_TOOL_INTERACTION};Co({...i,type:"Telepromter",action:e})}function Dm(){const e={event:uo.COVIDEO_EVENT,event_name:So.DISCARD_VIDEO};Co({...e})}function Nm(){const e={event:uo.COVIDEO_EVENT,event_name:So.START_RECORDING};Co({...e})}function Pm(){const e={event:uo.COVIDEO_EVENT,event_name:So.STOP_RECORDING};Co({...e})}function Fm(){const e={event:uo.COVIDEO_EVENT,event_name:So.ADD_VIDEO_ATTRIBUTES};Co({...e})}function zm({action:e}){const i={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_PLAYER_INTERACTION};Co({...i,action:e})}function Bm({updatedFields:e,fieldChanges:i}){const n={event:uo.COVIDEO_EVENT,event_name:So.RECORDING_SETTINGS_CHANGED};Co({...n,changed_fields:e,...i})}function po(){const{isCdkEnviroment:e}=l.useTheme(),i=f.useCallback(async({vehicle:u,...h})=>{const x=wi(u);return Array.isArray(h.videoIds)&&h.videoIds.length>0?bu({action:h.action,videoIds:h.videoIds}):bu({action:h.action,videoAttributes:h.videoAttributes,vehicleData:x})},[]),n=f.useCallback(async({vehicle:u,videoAttributes:h})=>{const x=wi(u);return Lm({vehicleData:x,videoAttributes:h})},[]),a=f.useCallback(async({vehicle:u,...h})=>{const x=wi(u);return $m({vehicleData:x,...h})},[]),c=f.useCallback(async({vehicle:u,...h})=>{const x=wi(u);return Rm({...h,vehicleData:x})},[]),d=f.useCallback(async({updatedFields:u,fieldChanges:h})=>Bm({updatedFields:u,fieldChanges:h}),[]);return{trackGTMVideoInteractionEvent:e?i:void 0,trackGTMVideoMessageInteractionEvent:e?c:void 0,trackGTMSaveNewVideoInteractionEvent:e?a:void 0,trackGTMVideoAttributeInteractionInteractionEvent:e?n:void 0,trackGTMRecordingToolIntearctionEvent:e?Om:void 0,trackGTMSelectRecordingTypeEvent:e?Mm:void 0,trackGTMStopRecordingEvent:e?Pm:void 0,trackGTMStartRecordingEvent:e?Nm:void 0,trackGTMAddVideoAttributeEvent:e?Fm:void 0,trackGTMDiscardVideoEvent:e?Dm:void 0,trackVideoPlayerInteractionsEvent:e?zm:void 0,trackGTMRecordingSettingsInteractionEvent:e?d:void 0}}const qm=l.div`
1390
+ `,bm=[{value:2,label:"2.0x"},{value:1.5,label:"1.5x"},{value:1.25,label:"1.25x"},{value:1,label:"1.0x"},{value:.75,label:"0.75x"},{value:.5,label:"0.5x"}],wm=e=>{const{t:i}=re.useTranslation(),{isCdkEnviroment:n}=l.useTheme(),{isVideoPaused:a,isVideoMuted:c,togglePlay:d,handleMute:u,handleFullScreen:h,duration:x=0,currentTime:y=0,handleVolumeControl:v,volumeRange:m,playerIconsColor:w,playerBackgroundColor:C,setPlayBack:E,isVisible:T,small:k,videoRef:j,scrub:L,hideControls:D,showPlaybackSpeed:O,setShowPlaybackSpeed:M}=e,[A,_]=q.useState(1),V=W=>{let Q=Math.floor(W/60),Y=Q.toString(),H=`${Math.floor(W-Q*60)}`;return Y.length===1&&(Y=`0${Q}`),H.length===1&&(H=`0${H}`),`${Q}:${H}`},N=V(y),U=q.createRef(),$=m*100;q.useEffect(()=>{T||M(!1)},[T]);const z=W=>{E&&E(W),_(W),D&&D()},Z=()=>{M(!O)};return o.jsxs(dm,{small:k,children:[o.jsx(Kg,{duration:x,currentTime:y,scrub:L,color:w,small:k}),o.jsxs(um,{children:[o.jsxs(pm,{children:[o.jsx(hm,{small:k,onClick:d,children:a?o.jsx(em,{color:w,width:20,height:20}):o.jsx(om,{color:w,width:20,height:20})}),!k&&o.jsxs(o.Fragment,{children:[o.jsxs(fm,{children:[o.jsx(gm,{small:k,onClick:u,children:c?o.jsx(Xg,{color:w}):o.jsx(ot.IoIosVolumeHigh,{style:{color:w,fontSize:20}})}),o.jsx(ym,{ref:U,"aria-label":"Volume Range",type:"range",min:"0",value:$.toString(),onChange:W=>v(W,U),max:"100",step:"1",color:w,small:k})]}),o.jsxs(mm,{width:j.current&&j.current.clientWidth,color:w,children:[N," / ",V(x)]})]})]}),!k&&o.jsxs(xm,{children:[o.jsx(vu,{active:O,color:C,onClick:Z,children:o.jsx(im,{color:w})}),O&&o.jsxs(vm,{width:j.current&&j.current.clientWidth,children:[o.jsx("p",{children:i("Playback Speed")}),bm.map(W=>o.jsxs("div",{onClick:()=>z(W.value),children:[o.jsx("span",{children:W.label})," ",A==W.value&&o.jsx(h3,{width:j.current&&j.current.clientWidth<500?"16px":"20px",height:j.current&&j.current.clientWidth<500?"16px":"20px"})]},W.value))]}),o.jsx(vu,{onClick:h,children:o.jsx(he.MdFullscreen,{style:{color:w,fontSize:20}})}),n?o.jsx(am,{style:{marginLeft:4},fill:P.white}):o.jsx(lm,{style:{marginLeft:4},fill:P.white})]})]})]})};var bi=(e=>(e.PLAY="Play",e.PAUSE="Pause",e.COMPLETE="Complete",e))(bi||{}),uo=(e=>(e.COVIDEO_EVENT="covideo-event",e.COVIDEO_PAGEVIEW="covideo-pageview",e))(uo||{}),y3=(e=>(e.CRM_VIDEO_EMBED="CDK Video Whitelabel",e))(y3||{}),So=(e=>(e.VIDEO_INTERACTION="Video Interaction",e.INVENTORY_INTERACTION="Inventory Interaction",e.MEETING_INTERACTION="Meeting Interaction",e.SCHEDULE_MEETING="Schedule Meeting",e.SAVED_NEW_VIDEO="Saved New Video",e.VIDEO_ATTRIBUTE_INTERACTION="Video Attribute Interaction",e.VIDEO_MESSAGE_INTERACTION="Video Message Interaction",e.SELECT_RECORDING_TYPE="Select Recording Type",e.RECORDING_TOOL_INTERACTION="Recording Tool Interaction",e.START_RECORDING="Start Recording",e.STOP_RECORDING="Stop Recording",e.ADD_VIDEO_ATTRIBUTES="Add Video Attributes",e.DISCARD_VIDEO="Discard Video",e.RECENTLY_DELETED_INTERACTION="Recently Deleted Interaction",e.NEW_LEAD_ADDED="New Lead Added",e.CREATE_NEW_MEETING="Create New Meeting",e.VIDEO_PLAYER_INTERACTION="Video Player Interaction",e.RECORDING_SETTINGS_CHANGED="Recording Settings Changed",e))(So||{}),R0=(e=>(e.SEND_SHARE="Send & Share",e.VIDEOS="Videos",e.RECORD="Record",e.MERGE="Merge",e.DETAILS="Details",e))(R0||{}),L0=(e=>(e.SEND_SHARE="https://video.connectcdk.com/embed/send",e.HOME="https://video.connectcdk.com/embed/home",e.MERGE="https://video.connectcdk.com/embed/merge",e.RECORD="https://video.connectcdk.com/embed/record",e.VOICE_RECORDER="https://video.connectcdk.com/embed/voice-recorder",e))(L0||{}),$0=(e=>(e.SHARE="Share",e.OVERVIEW="Overview",e.RECORD="Record",e.RECORDER="Recorder",e.DETAILS="Details",e.VOICE_RECORDER="Voice Recorder",e))($0||{});function Sm(e,i="ms",n=2){if(!Number.isFinite(e)||e<0)return 0;const c=(i==="ms"?e/1e3:e)/60,d=10**n;return Math.round(c*d)/d}function Ti(e){return e?{video_id:Number(e.videoId),video_title:(e==null?void 0:e.videoTitle)||void 0,video_type:(e==null?void 0:e.videoType)??void 0,video_customer_name:!!(e!=null&&e.videoCustomerName),video_length:Sm(Number(e==null?void 0:e.videoLength))||0}:{}}function wi(e){var n;return e?{vehicle:(e==null?void 0:e.title)||void 0,price:e!=null&&e.price?parseFloat(e==null?void 0:e.price.toString()):void 0,vin:(e==null?void 0:e.vin)||void 0,stock_number:((n=e==null?void 0:e.stockNumber)==null?void 0:n.toString())||void 0,condition:(e==null?void 0:e.itemCondition)||void 0,engine:(e==null?void 0:e.engine)||void 0,make:(e==null?void 0:e.make)||void 0,model:(e==null?void 0:e.model)||void 0,trim:(e==null?void 0:e.trim)||void 0,year:e!=null&&e.year?parseInt(e==null?void 0:e.year.toString(),10):void 0,mileage:e!=null&&e.mileage?parseInt(e==null?void 0:e.mileage.toString(),10):void 0,ext_color:(e==null?void 0:e.exteriorColor)||void 0,int_color:(e==null?void 0:e.interiorColor)||void 0,transmission:(e==null?void 0:e.transmission)||void 0}:{}}const b0={SEND_SHARE:{pageUrl:L0.SEND_SHARE,pageLocation:R0.SEND_SHARE,pageSection:$0.SHARE},VIDEOS_OVERVIEW:{pageUrl:L0.HOME,pageLocation:R0.VIDEOS,pageSection:$0.OVERVIEW},VIDEOS_MERGE:{pageUrl:L0.MERGE,pageLocation:R0.MERGE,pageSection:$0.DETAILS},VIDEOS_RECORD:{pageUrl:L0.RECORD,pageLocation:R0.RECORD,pageSection:$0.RECORDER},VIDEOS_RECORDER:{pageUrl:L0.RECORD,pageLocation:R0.RECORD,pageSection:$0.RECORDER},RECORD_VIDEOS_DETAILS:{pageUrl:L0.RECORD,pageLocation:R0.RECORD,pageSection:$0.DETAILS},VIDEOS_VOICE_RECORDER:{pageUrl:L0.VOICE_RECORDER,pageSection:R0.DETAILS,pageLocation:$0.VOICE_RECORDER}};function Cm(e){const i=Array.isArray(e)?e:Object.keys(e||{}).length?[e]:[],n=[],a={};return i.forEach(c=>{if(typeof c=="string"){n.push(c),a[c]=c;return}Object.entries(c||{}).forEach(([d,u])=>{n.push(d),a[d]=u||d})}),{trackedFieldPaths:Array.from(new Set(n)),trackedFieldLabels:a}}function km(e){const i={},n={};return Object.entries(e||{}).forEach(([a,c])=>{if(Array.isArray(c)){i[a]=[...c],n[a]={};return}const d=Object.keys(c||{});i[a]=d,n[a]=d.reduce((u,h)=>(u[h]=c[h]||h,u),{})}),{trackedArrayFieldPaths:i,trackedArrayLabels:n}}function jm({trackedFields:e,trackedArrayFields:i}){const{trackedFieldPaths:n,trackedFieldLabels:a}=Cm(e),{trackedArrayFieldPaths:c,trackedArrayLabels:d}=km(i);return{trackedFieldPaths:n,trackedArrayFieldPaths:c,trackedFieldLabels:a,trackedArrayLabels:d}}function Em(e,i,n){var x;if(i[e])return i[e];const a=e.match(/^([^\.]+)\.(\d+)\.([^\.]+)$/);if(!a)return e;const[,c,d,u]=a,h=(x=n[c])==null?void 0:x[u];return h?`${h} ${Number(d)+1}`:e}function g1(e,i,n,a=""){return Object.entries(e).reduce((c,[d,u])=>{const h=a?`${a}.${d}`:d,x=h.split(".")[0];if(!a){const y=i.some(m=>m===d||m.startsWith(`${d}.`)),v=d in n;if(!y&&!v)return c}if(Array.isArray(u)){const y=n[d]??n[x];y?u.forEach((v,m)=>{y.forEach(w=>{c[`${h}.${m}.${w}`]=String(v[w]??"")})}):c[h]=String(u)}else if(u!==null&&typeof u=="object"){if(n[x])return c;Object.assign(c,g1(u,i,n,h))}else{const y=i.some(m=>m.includes(".")),v=i.some(m=>h===m||h.startsWith(`${m}.`));(!y||v)&&(c[h]=String(u??""))}return c},{})}function _m({initialValues:e,currentValues:i,trackedFields:n=[],trackedArrayFields:a={},onlyChangedList:c=!1}){const{trackedFieldPaths:d,trackedArrayFieldPaths:u,trackedFieldLabels:h,trackedArrayLabels:x}=jm({trackedFields:n,trackedArrayFields:a}),y=g1(e,d,u),v=g1(i,d,u),m=[],w={};for(const C in v)y[C]!==v[C]&&(m.push(Em(C,h,x)),c||(w[`${C}_before`]=y[C]??"",w[`${C}_after`]=v[C]));return{changed_fields:m,...w}}function Tm(){return typeof window<"u"&&Array.isArray(window.dataLayer)}function Co(e){var i;Tm()&&((i=window.dataLayer)==null||i.push({...e}))}function bu({action:e,videoIds:i,videoAttributes:n,vehicleData:a}){const c={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_INTERACTION},d=Ti(n);Co({...c,action:e,video_ids:i,...d,...a})}function Im(e){return e?{customer_id:(e==null?void 0:e.customerId)||void 0,sms:(e==null?void 0:e.sms)||void 0,email:(e==null?void 0:e.email)||void 0,notification_viewed:(e==null?void 0:e.notificationViewed)||!1,landing_page:(e==null?void 0:e.landingPage)||void 0,call_to_action:(e==null?void 0:e.callToAction)||void 0,thumbnails:(e==null?void 0:e.thumbnails)||void 0}:{}}function Am(e,i=8e3){return new Promise((n,a)=>{const c=URL.createObjectURL(e),d=document.createElement("video");d.preload="metadata",d.muted=!0,d.playsInline=!0;let u=!1;const h=setTimeout(()=>v(new Error("Timed out reading video duration")),i),x=()=>{clearTimeout(h),d.removeEventListener("loadedmetadata",C),d.removeEventListener("canplay",E),d.removeEventListener("timeupdate",m),d.removeEventListener("error",T),URL.revokeObjectURL(c),d.removeAttribute("src");try{d.load()}catch{}},y=k=>{u||(u=!0,x(),n(Math.round(k)))},v=k=>{u||(u=!0,x(),a(k))},m=()=>{isFinite(d.duration)&&d.duration>0&&y(d.duration*1e3)},w=()=>{d.addEventListener("timeupdate",m);try{d.currentTime=1e101}catch{setTimeout(()=>{try{d.currentTime=Number.MAX_VALUE}catch{}},0)}},C=()=>{isFinite(d.duration)&&d.duration>0?y(d.duration*1e3):w()},E=()=>{isFinite(d.duration)&&d.duration>0&&y(d.duration*1e3)},T=()=>v(new Error("Failed to load video metadata"));d.addEventListener("loadedmetadata",C),d.addEventListener("canplay",E),d.addEventListener("error",T),d.src=c;try{d.load()}catch{}})}function m1(e,i,n,a=""){return Object.entries(e).reduce((c,[d,u])=>{const h=a?`${a}.${d}`:d,x=h.split(".")[0];if(!a){const y=i.some(m=>m===d||m.startsWith(`${d}.`)),v=d in n;if(!y&&!v)return c}if(Array.isArray(u)){const y=n[d]??n[x];y?u.forEach((v,m)=>{y.forEach(w=>{c[`${h}.${m}.${w}`]=String(v[w]??"")})}):c[h]=String(u)}else if(u!==null&&typeof u=="object"){if(n[x])return c;Object.assign(c,m1(u,i,n,h))}else{const y=i.some(m=>m.includes(".")),v=i.some(m=>h===m||h.startsWith(`${m}.`));(!y||v)&&(c[h]=String(u??""))}return c},{})}function Vm({initialValues:e,currentValues:i,trackedFields:n=[],trackedArrayFields:a={},onlyChangedList:c=!1}){const d=m1(e,n,a),u=m1(i,n,a),h=[],x={};for(const y in u)d[y]!==u[y]&&(h.push(y),c||(x[`${y}_before`]=d[y]??"",x[`${y}_after`]=u[y]));return{changed_fields:h,...x}}function Rm({action:e,videoMessageProperties:i,video:n,vehicleData:a}){const c={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_MESSAGE_INTERACTION},d=Im(i),u=Ti(n);Co({...c,action:e,...u,...d,...a})}function Lm({videoAttributes:e,vehicleData:i}){const n={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_ATTRIBUTE_INTERACTION},a=Ti(e);Co({...n,...a,...i})}function $m({videoAttributes:e,type:i,vehicleData:n,mergedIds:a,changedFieldKeys:c,changes:d}){const u={event:uo.COVIDEO_EVENT,event_name:So.SAVED_NEW_VIDEO},h=Ti(e);Co({...u,type:i,...a?{merge_ids:a}:{},...h,...n,changed_fields:c&&c.length>0?c:void 0,...d})}var qr=(e=>(e.VIEW="View",e.SEND_AND_SHARE="Send & Share (Insert)",e.COPY_VIDEO_URL="Copy Video URL",e.MERGE="Merge",e.VOICE_OVER="Voice Over",e))(qr||{}),Un=(e=>(e.RECORD="Record",e.UPLOAD="Upload",e.MERGE="Merge",e.VOICE_RECORD="Voice Record",e))(Un||{}),v1=(e=>(e.INSERT="Insert",e.COPY="Copy",e))(v1||{});function Mm({type:e}){const i={event:uo.COVIDEO_EVENT,event_name:So.SELECT_RECORDING_TYPE};Co({...i,type:e})}function Om({action:e}){const i={event:uo.COVIDEO_EVENT,event_name:So.RECORDING_TOOL_INTERACTION};Co({...i,type:"Telepromter",action:e})}function Dm(){const e={event:uo.COVIDEO_EVENT,event_name:So.DISCARD_VIDEO};Co({...e})}function Nm(){const e={event:uo.COVIDEO_EVENT,event_name:So.START_RECORDING};Co({...e})}function Pm(){const e={event:uo.COVIDEO_EVENT,event_name:So.STOP_RECORDING};Co({...e})}function Fm(){const e={event:uo.COVIDEO_EVENT,event_name:So.ADD_VIDEO_ATTRIBUTES};Co({...e})}function zm({action:e}){const i={event:uo.COVIDEO_EVENT,event_name:So.VIDEO_PLAYER_INTERACTION};Co({...i,action:e})}function Bm({updatedFields:e,fieldChanges:i}){const n={event:uo.COVIDEO_EVENT,event_name:So.RECORDING_SETTINGS_CHANGED};Co({...n,changed_fields:e,...i})}function po(){const{isCdkEnviroment:e}=l.useTheme(),i=f.useCallback(async({vehicle:u,...h})=>{const x=wi(u);return Array.isArray(h.videoIds)&&h.videoIds.length>0?bu({action:h.action,videoIds:h.videoIds}):bu({action:h.action,videoAttributes:h.videoAttributes,vehicleData:x})},[]),n=f.useCallback(async({vehicle:u,videoAttributes:h})=>{const x=wi(u);return Lm({vehicleData:x,videoAttributes:h})},[]),a=f.useCallback(async({vehicle:u,...h})=>{const x=wi(u);return $m({vehicleData:x,...h})},[]),c=f.useCallback(async({vehicle:u,...h})=>{const x=wi(u);return Rm({...h,vehicleData:x})},[]),d=f.useCallback(async({updatedFields:u,fieldChanges:h})=>Bm({updatedFields:u,fieldChanges:h}),[]);return{trackGTMVideoInteractionEvent:e?i:void 0,trackGTMVideoMessageInteractionEvent:e?c:void 0,trackGTMSaveNewVideoInteractionEvent:e?a:void 0,trackGTMVideoAttributeInteractionInteractionEvent:e?n:void 0,trackGTMRecordingToolIntearctionEvent:e?Om:void 0,trackGTMSelectRecordingTypeEvent:e?Mm:void 0,trackGTMStopRecordingEvent:e?Pm:void 0,trackGTMStartRecordingEvent:e?Nm:void 0,trackGTMAddVideoAttributeEvent:e?Fm:void 0,trackGTMDiscardVideoEvent:e?Dm:void 0,trackVideoPlayerInteractionsEvent:e?zm:void 0,trackGTMRecordingSettingsInteractionEvent:e?d:void 0}}const qm=l.div`
1391
1391
  box-sizing: border-box;
1392
1392
  overflow: overlay;
1393
1393
  display: flex;
@@ -1448,7 +1448,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1448
1448
  bottom: ${e=>e.isFullScreen?"0px":"7px"};
1449
1449
  background-color: ${e=>e.hex};
1450
1450
  padding: ${e=>`${e.small?"0px 2px 1px":"8px"}`};
1451
- `,Qm=1e3,Zm=3,B0=e=>{const{videoSource:i,shortUrl:n,viewerStatisticId:a,thumbnail:c,small:d,videoRef:u,autoplay:h,playlist:x,preventWideSize:y,hideContext:m=!1,startWithControls:v=!0,height:S,width:C,margin:E,disableControls:T=!1,borderBottomRadius:k,FullscreenVideoWrapperBackgroundColor:j,setIsVideoLoading:L,setVideoDuration:D,setVideoIsProcessing:O}=e,{trackVideoPlayerInteractionsEvent:M}=po(),{shouldTrackAnalytics:A}=rt(),{colors:_}=l.useTheme(),{t:V}=re.useTranslation(),N=_.primary[80],U=_.white[100],[$,z]=q.useState(!0),[Z,W]=q.useState(!1),[Q,Y]=q.useState(!1),[H,ae]=q.useState(1),[le,Te]=q.useState(0),[xe,pe]=q.useState(0),[ue,Se]=q.useState(v),[te,me]=q.useState(!1),[Ie,Pe]=q.useState(0),{userData:Fe}=nt(),Qe=a,it=n,be=Oo(Fe),Ve=q.useRef(ue),[fe,ce]=q.useState([]),[De,ie]=q.useState(!1),[Je,mt]=q.useState(!1),[se,Re]=q.useState(0),{mutateAsync:ze}=oy(),{mutateAsync:st}=ey(),at=q.useRef(0),[Ne,xt]=q.useState(0),yt=q.createRef(),Ct=()=>{const _e=u.current;_e&&($?_e.play():_e.pause(),M==null||M({action:$?bi.PLAY:bi.PAUSE}))},$t=_e=>{m&&_e.preventDefault()},ft=$5.useFullScreenHandle(),vt=()=>ft.active?ft.exit():ft.enter();q.useEffect(()=>{xe===le&&xe!==0&&le!==0&&(M==null||M({action:bi.COMPLETE}))},[xe,le]),q.useEffect(()=>{h&&(M==null||M({action:bi.PLAY}))},[h]),q.useEffect(()=>{setTimeout(()=>window.dispatchEvent(new Event("resize")),200)},[ft.active]),q.useEffect(()=>{const _e=u.current;if(_e.textTracks.length&&_e.textTracks[0]){const we=ue?-4:-1;let Ae=_e.textTracks[0].cues;for(var ne=0;ne<Ae.length;ne++)Ae[ne].line=we;_e.textTracks[0].activeCues[0]&&(_e.textTracks[0].activeCues[0].line=we)}},[ue]);const At=()=>{const _e=u.current;_e&&(Q?(ae(1),Y(!1),_e.volume=1):(ae(0),Y(!0),_e.volume=0))},ko=(_e,ne)=>{const we=ne.current&&ne.current.offsetWidth;let Ae=_e.target.value;if(Ae>100&&(Ae=100),Ae<0&&(Ae=0),u.current&&we){let He=Number((Ae/we).toFixed(2));if(Math.floor(u.current.volume*100)==_e.target.valueAsNumber)return;ae(He),He<0&&(He=0,ae(0)),He>1&&(ae(1),He=1),He===0&&Y(!0),He!==1&&Y(!1),u.current.volume=He}},No=(_e,ne)=>{const we=ne.current?ne.current.offsetWidth:640;if(u.current){const Ae=_e.nativeEvent.offsetX/we*u.current.duration;u.current.currentTime=Ae}},Ot=()=>{if(u.current&&isFinite(u.current.duration)){const _e=u.current.duration;Te(_e),D&&D(_e);const ne=[];for(let we=0;we<parseInt(String(_e),10);we++)ne[we]=0;ce(ne),ie(!0),mt(!1),Re(0)}},jo=()=>{u.current&&u.current.networkState==HTMLMediaElement.NETWORK_NO_SOURCE&&!te&&(console.log("error loading mp4"),me(!0),O==null||O(!0))},oo=()=>{me(!1),O==null||O(!1),clearTimeout(Ie),u.current&&u.current.duration===1/0&&(u.current.currentTime=1e101,u.current.ontimeupdate=function(){this.ontimeupdate=()=>{},u.current&&(u.current.currentTime=0)})},Vt=async()=>{if(!u.current)return;const _e=u.current.currentTime;if(pe(_e),!De)return;const ne=parseInt(String(_e),10);if(se!==ne||ne===0){const we=[...fe],Ae=ne-1;if(we[Ae]>=0&&we[Ae]++,ce(we),ne===1||ne%Zm===0||ne===parseInt(String(le),10))try{if(A&&it){await ze({shortUrl:it,data:{hotSpotData:we.join(),viewerId:Qe||0}});const He=le>0&&le<3&&ne>=1||le>=3&&ne===3;!Je&&He&&(mt(!0),await st(it))}}catch(He){console.log("Failed to update hotspot",He)}}Re(ne)};q.useEffect(()=>{L&&L(te),te&&xt(Ne+1)},[te]),q.useEffect(()=>{var _e;if(Ne>0&&te){clearTimeout(Ie);const ne=setTimeout(xt,Qm*Ne,Ne+1);Pe(ne),(_e=u.current)==null||_e.load()}},[Ne]),q.useEffect(()=>(u.current&&(u.current.addEventListener("durationchange",Ot,!0),u.current.addEventListener("loadedmetadata",oo,!0),u.current.addEventListener("error",jo,!0),u.current.addEventListener("pause",()=>z(!0),!0),u.current.addEventListener("play",()=>z(!1),!0)),()=>{u.current&&(u.current.removeEventListener("durationchange",Ot,!0),u.current.removeEventListener("loadedmetadata",oo,!0),u.current.removeEventListener("error",jo,!0))}),[u,yt]),q.useEffect(()=>{const _e=u.current,ne=yt==null?void 0:yt.current;if(!(!_e||!ne||Z))return _e.addEventListener("mouseenter",Ee),_e.addEventListener("mouseleave",ro),ne.addEventListener("mouseenter",Ee),ne.addEventListener("mouseleave",ro),()=>{_e.removeEventListener("mouseenter",Ee),_e.removeEventListener("mouseleave",ro),ne.removeEventListener("mouseenter",Ee),ne.removeEventListener("mouseleave",ro)}},[u,yt,Z]);const ro=()=>{u.current&&(Se(!1),Ve.current=!1)},Ee=()=>{T||(Se(!0),Ve.current=!0)};q.useEffect(()=>{x&&x.length>0&&(at.current=0,pe(0),z(!0))},[x]),q.useEffect(()=>{const _e=()=>{if(u.current&&(pe(u.current.currentTime),at&&x&&x[at.current]&&u.current.currentTime>=x[at.current].endTime)){const we=new Event("ended");u.current.dispatchEvent(we)}},ne=()=>{if(u.current&&x&&(at.current++,at.current<x.length&&x[at.current].videoSource)){u.current.poster=x[at.current].autogeneratedThumbnail;let we="";const Ae=x[at.current].startTime,He=x[at.current].endTime;(Ae||He)&&(we=`#t=${Ae||0}${He?","+He:""}`);let Ze=(""+x[at.current].videoSource).split("#t=")[0]+we;u.current.src=Ze,u.current.play()}};return u.current&&u.current.addEventListener("timeupdate",_e,!0),u.current&&u.current.addEventListener("ended",ne,!0),u.current&&h&&(u.current.play(),z(!1)),()=>{u.current&&(u.current.removeEventListener("timeupdate",_e,!0),u.current.removeEventListener("ended",ne,!0))}},[u]),q.useEffect(()=>{const _e=u.current;return!_e||!i?void 0:((async()=>{try{_e.src=i,_e.muted=!0,_e.oncanplay=async()=>{try{h&&await _e.play(),_e.muted=!1}catch(we){console.error("Autoplay failed:",we)}},_e.load()}catch(we){console.error("Error in playVideo:",we)}})(),()=>{_e&&(_e.pause(),_e.src="")})},[i]);const q0=_e=>{u.current.playbackRate=_e},Eo=L5.hex.rgb(N)||[];return o.jsx(qm,{small:d,height:S,width:C,margin:E,disablePointerEvents:T,children:o.jsx(Um,{small:d,preventWideSize:y,borderBottomRadius:k,children:o.jsxs(Wm,{handle:ft,backgroundColor:j,children:[o.jsx(Hm,{onContextMenu:$t,poster:te?"":c,preload:hr?"auto":"metadata",ref:u,onClick:Ct,isFullScreen:ft.active,height:S||"auto",borderBottomRadius:k,playsInline:!0,controls:!1,onTimeUpdate:Vt,children:o.jsx("source",{src:i,type:"video/mp4"},Ne+at.current+i)},i),te&&o.jsx(Gm,{children:o.jsx(Qt,{height:"100%",isLoading:te,text:V("processing...")})}),!T&&o.jsx(Ym,{ref:yt,r:Eo[0],g:Eo[1],b:Eo[2],hex:N,small:d,isVisible:ue,isFullScreen:ft.active,children:o.jsx(wm,{isVideoPaused:$,togglePlay:Ct,isVideoMuted:Q,handleMute:At,handleFullScreen:vt,setPlayBack:q0,setTranslate:()=>{},duration:le,currentTime:xe,handleVolumeControl:ko,volumeRange:H,playerIconsColor:U,small:d,scrub:No,playerBackgroundColor:N,captionsEnabled:!1,captions:"",isVisible:ue,videoRef:u,isAutomotive:be,hideControls:ro,setShowPlaybackSpeed:W,showPlaybackSpeed:Z})})]})})})},Km=l.div`
1451
+ `,Qm=1e3,Zm=3,B0=e=>{const{videoSource:i,shortUrl:n,viewerStatisticId:a,thumbnail:c,small:d,videoRef:u,autoplay:h,playlist:x,preventWideSize:y,hideContext:v=!1,startWithControls:m=!0,height:w,width:C,margin:E,disableControls:T=!1,borderBottomRadius:k,FullscreenVideoWrapperBackgroundColor:j,setIsVideoLoading:L,setVideoDuration:D,setVideoIsProcessing:O}=e,{trackVideoPlayerInteractionsEvent:M}=po(),{shouldTrackAnalytics:A}=rt(),{colors:_}=l.useTheme(),{t:V}=re.useTranslation(),N=_.primary[80],U=_.white[100],[$,z]=q.useState(!0),[Z,W]=q.useState(!1),[Q,Y]=q.useState(!1),[H,ae]=q.useState(1),[le,Te]=q.useState(0),[xe,pe]=q.useState(0),[ue,Se]=q.useState(m),[te,me]=q.useState(!1),[Ie,Pe]=q.useState(0),{userData:Fe}=nt(),Qe=a,it=n,be=Oo(Fe),Ve=q.useRef(ue),[fe,ce]=q.useState([]),[De,ie]=q.useState(!1),[Je,mt]=q.useState(!1),[se,Re]=q.useState(0),{mutateAsync:ze}=oy(),{mutateAsync:st}=ey(),at=q.useRef(0),[Ne,xt]=q.useState(0),yt=q.createRef(),Ct=()=>{const _e=u.current;_e&&($?_e.play():_e.pause(),M==null||M({action:$?bi.PLAY:bi.PAUSE}))},$t=_e=>{v&&_e.preventDefault()},ft=$5.useFullScreenHandle(),vt=()=>ft.active?ft.exit():ft.enter();q.useEffect(()=>{xe===le&&xe!==0&&le!==0&&(M==null||M({action:bi.COMPLETE}))},[xe,le]),q.useEffect(()=>{h&&(M==null||M({action:bi.PLAY}))},[h]),q.useEffect(()=>{setTimeout(()=>window.dispatchEvent(new Event("resize")),200)},[ft.active]),q.useEffect(()=>{const _e=u.current;if(_e.textTracks.length&&_e.textTracks[0]){const we=ue?-4:-1;let Ae=_e.textTracks[0].cues;for(var ne=0;ne<Ae.length;ne++)Ae[ne].line=we;_e.textTracks[0].activeCues[0]&&(_e.textTracks[0].activeCues[0].line=we)}},[ue]);const At=()=>{const _e=u.current;_e&&(Q?(ae(1),Y(!1),_e.volume=1):(ae(0),Y(!0),_e.volume=0))},ko=(_e,ne)=>{const we=ne.current&&ne.current.offsetWidth;let Ae=_e.target.value;if(Ae>100&&(Ae=100),Ae<0&&(Ae=0),u.current&&we){let He=Number((Ae/we).toFixed(2));if(Math.floor(u.current.volume*100)==_e.target.valueAsNumber)return;ae(He),He<0&&(He=0,ae(0)),He>1&&(ae(1),He=1),He===0&&Y(!0),He!==1&&Y(!1),u.current.volume=He}},No=(_e,ne)=>{const we=ne.current?ne.current.offsetWidth:640;if(u.current){const Ae=_e.nativeEvent.offsetX/we*u.current.duration;u.current.currentTime=Ae}},Ot=()=>{if(u.current&&isFinite(u.current.duration)){const _e=u.current.duration;Te(_e),D&&D(_e);const ne=[];for(let we=0;we<parseInt(String(_e),10);we++)ne[we]=0;ce(ne),ie(!0),mt(!1),Re(0)}},jo=()=>{u.current&&u.current.networkState==HTMLMediaElement.NETWORK_NO_SOURCE&&!te&&(console.log("error loading mp4"),me(!0),O==null||O(!0))},oo=()=>{me(!1),O==null||O(!1),clearTimeout(Ie),u.current&&u.current.duration===1/0&&(u.current.currentTime=1e101,u.current.ontimeupdate=function(){this.ontimeupdate=()=>{},u.current&&(u.current.currentTime=0)})},Vt=async()=>{if(!u.current)return;const _e=u.current.currentTime;if(pe(_e),!De)return;const ne=parseInt(String(_e),10);if(se!==ne||ne===0){const we=[...fe],Ae=ne-1;if(we[Ae]>=0&&we[Ae]++,ce(we),ne===1||ne%Zm===0||ne===parseInt(String(le),10))try{if(A&&it){await ze({shortUrl:it,data:{hotSpotData:we.join(),viewerId:Qe||0}});const He=le>0&&le<3&&ne>=1||le>=3&&ne===3;!Je&&He&&(mt(!0),await st(it))}}catch(He){console.log("Failed to update hotspot",He)}}Re(ne)};q.useEffect(()=>{L&&L(te),te&&xt(Ne+1)},[te]),q.useEffect(()=>{var _e;if(Ne>0&&te){clearTimeout(Ie);const ne=setTimeout(xt,Qm*Ne,Ne+1);Pe(ne),(_e=u.current)==null||_e.load()}},[Ne]),q.useEffect(()=>(u.current&&(u.current.addEventListener("durationchange",Ot,!0),u.current.addEventListener("loadedmetadata",oo,!0),u.current.addEventListener("error",jo,!0),u.current.addEventListener("pause",()=>z(!0),!0),u.current.addEventListener("play",()=>z(!1),!0)),()=>{u.current&&(u.current.removeEventListener("durationchange",Ot,!0),u.current.removeEventListener("loadedmetadata",oo,!0),u.current.removeEventListener("error",jo,!0))}),[u,yt]),q.useEffect(()=>{const _e=u.current,ne=yt==null?void 0:yt.current;if(!(!_e||!ne||Z))return _e.addEventListener("mouseenter",Ee),_e.addEventListener("mouseleave",ro),ne.addEventListener("mouseenter",Ee),ne.addEventListener("mouseleave",ro),()=>{_e.removeEventListener("mouseenter",Ee),_e.removeEventListener("mouseleave",ro),ne.removeEventListener("mouseenter",Ee),ne.removeEventListener("mouseleave",ro)}},[u,yt,Z]);const ro=()=>{u.current&&(Se(!1),Ve.current=!1)},Ee=()=>{T||(Se(!0),Ve.current=!0)};q.useEffect(()=>{x&&x.length>0&&(at.current=0,pe(0),z(!0))},[x]),q.useEffect(()=>{const _e=()=>{if(u.current&&(pe(u.current.currentTime),at&&x&&x[at.current]&&u.current.currentTime>=x[at.current].endTime)){const we=new Event("ended");u.current.dispatchEvent(we)}},ne=()=>{if(u.current&&x&&(at.current++,at.current<x.length&&x[at.current].videoSource)){u.current.poster=x[at.current].autogeneratedThumbnail;let we="";const Ae=x[at.current].startTime,He=x[at.current].endTime;(Ae||He)&&(we=`#t=${Ae||0}${He?","+He:""}`);let Ze=(""+x[at.current].videoSource).split("#t=")[0]+we;u.current.src=Ze,u.current.play()}};return u.current&&u.current.addEventListener("timeupdate",_e,!0),u.current&&u.current.addEventListener("ended",ne,!0),u.current&&h&&(u.current.play(),z(!1)),()=>{u.current&&(u.current.removeEventListener("timeupdate",_e,!0),u.current.removeEventListener("ended",ne,!0))}},[u]),q.useEffect(()=>{const _e=u.current;return!_e||!i?void 0:((async()=>{try{_e.src=i,_e.muted=!0,_e.oncanplay=async()=>{try{h&&await _e.play(),_e.muted=!1}catch(we){console.error("Autoplay failed:",we)}},_e.load()}catch(we){console.error("Error in playVideo:",we)}})(),()=>{_e&&(_e.pause(),_e.src="")})},[i]);const q0=_e=>{u.current.playbackRate=_e},Eo=L5.hex.rgb(N)||[];return o.jsx(qm,{small:d,height:w,width:C,margin:E,disablePointerEvents:T,children:o.jsx(Um,{small:d,preventWideSize:y,borderBottomRadius:k,children:o.jsxs(Wm,{handle:ft,backgroundColor:j,children:[o.jsx(Hm,{onContextMenu:$t,poster:te?"":c,preload:hr?"auto":"metadata",ref:u,onClick:Ct,isFullScreen:ft.active,height:w||"auto",borderBottomRadius:k,playsInline:!0,controls:!1,onTimeUpdate:Vt,children:o.jsx("source",{src:i,type:"video/mp4"},Ne+at.current+i)},i),te&&o.jsx(Gm,{children:o.jsx(Qt,{height:"100%",isLoading:te,text:V("processing...")})}),!T&&o.jsx(Ym,{ref:yt,r:Eo[0],g:Eo[1],b:Eo[2],hex:N,small:d,isVisible:ue,isFullScreen:ft.active,children:o.jsx(wm,{isVideoPaused:$,togglePlay:Ct,isVideoMuted:Q,handleMute:At,handleFullScreen:vt,setPlayBack:q0,setTranslate:()=>{},duration:le,currentTime:xe,handleVolumeControl:ko,volumeRange:H,playerIconsColor:U,small:d,scrub:No,playerBackgroundColor:N,captionsEnabled:!1,captions:"",isVisible:ue,videoRef:u,isAutomotive:be,hideControls:ro,setShowPlaybackSpeed:W,showPlaybackSpeed:Z})})]})})})},Km=l.div`
1452
1452
  display: flex;
1453
1453
  flex-direction: column;
1454
1454
  align-items: center;
@@ -1558,7 +1558,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1558
1558
  position: absolute;
1559
1559
  top: 10px;
1560
1560
  left: 10px;
1561
- `,f3=({video:e,isMerge:i,selectedVideosData:n,setSelectedVideosData:a})=>{var pe,ue,Se,te;const{t:c,i18n:d}=re.useTranslation(),u=(e==null?void 0:e.folder)===Br.COMPANY,{showQuickshareFeature:h,showVoiceoverFeature:x,showInsertFeature:y,showAiAssistFeature:m,env:v,onVideoInsert:S}=rt(),{userData:C}=nt(),E=Zo(C),T=i0(C),k=dr(C),j=!!(C!=null&&C.customer.isIMSEnabled),{trackGTMVideoInteractionEvent:L}=po(),D=Oo(C),O=Qo.useHistory(),[M,A]=f.useState(!1),[_,V]=f.useState(!1),[N,U]=f.useState(!1),[$,z]=f.useState(!1),{toast:Z}=pt(),{onQuickShareMutationHandler:W,isQuickshareLoading:Q,onQuickShareButtonClick:Y}=B1({video:e,videoRequest:e==null?void 0:e.videoRequest,setShowModalQuickShareMarkAsSent:z}),H=e?T8(e.recordDate,C,"MM/DD/YYYY hh:mm:ss A"):"",ae=me=>{let{checked:Ie}=me.target;a(Ie?[...n,e]:n.filter(Pe=>Pe.id!=e.id))},le=async()=>{if(e){V(!0);try{await B8(e.id,`${e.title}.mp4`)}catch{Z({message:c("Download failed, please try again later.")})}V(!1)}},Te=({action:me})=>{var Pe,Fe,Qe;if(!e)return;const Ie={videoId:Number(e.id),videoType:(Pe=e==null?void 0:e.videoRequest)==null?void 0:Pe.videoType,videoCustomerName:!!((Fe=e==null?void 0:e.videoRequest)!=null&&Fe.customerName),videoLength:e==null?void 0:e.videoLength,videoTitle:e==null?void 0:e.title};L==null||L({videoAttributes:Ie,action:me,vehicle:(Qe=e==null?void 0:e.videoRequest)==null?void 0:Qe.inventoryItem})},xe=async()=>{if(e){A(!0);try{await q8(e.id),Z({message:c("Video copied successfully.")})}catch{Z({message:c("Copy failed, please try again later.")})}A(!1)}};return e?o.jsxs(wu,{children:[o.jsxs(Su,{backgroundColor:P.black,children:[o.jsx(x3,{videoId:e.id,thumbnail:e.thumbnail,duration:e.videoLength||0,processing:e.processing,onClick:()=>{Te({action:qr.VIEW}),U(!0)}}),!i&&o.jsxs(ov,{children:[o.jsxs(rv,{children:[!u&&o.jsxs(o.Fragment,{children:[y&&o.jsx(K.Button,{onClick:()=>{Te({action:qr.SEND_AND_SHARE}),O.push(`/insert-video/${e==null?void 0:e.id}`)},icon:o.jsx(ot.IoMdAdd,{size:18}),variant:"white",iconPosition:"middle",size:"small",title:c("Insert")}),h&&o.jsx(K.Button,{onClick:()=>{Te({action:qr.COPY_VIDEO_URL}),Y({videoActivityType:ur.QUICKSHARE,toastType:"quickshare"})},icon:Q?o.jsx(Go,{size:12}):o.jsx(ot.IoIosShareAlt,{size:18}),disabled:Q,variant:"white",title:c("Copy Video"),size:"small"}),m&&o.jsx(l3,{defaultPromptType:z1.CRM_MESSAGE,handleSubmitGeneratedContent:(me,Ie,Pe,Fe)=>{const Qe={url:Ie||"",thumbnail:Pe||"",image:e.thumbnail||"",html:me,token:co,videoId:e.id.toString()};S==null||S(Qe),setTimeout(()=>{Fe||k===Yo.ALWAYS.value&&Z({message:c("Video marked as Sent")})},100),Z({message:c("Inserting video...")})},handleOnCopySuccess:(me,Ie,Pe,Fe)=>{setTimeout(()=>{Fe||k===Yo.ALWAYS.value&&Z({message:c("Video marked as Sent")})},100),Z({message:c("Link copied to clipboard!")})},margin:"0",iconColor:"gradient",videoId:e?e.id:"",defaultVin:((pe=e==null?void 0:e.videoRequest)==null?void 0:pe.vin)||"",token:co,userData:{customer:{business:C.customer.business,hasCovideoMagic:((Se=(ue=C==null?void 0:C.customer)==null?void 0:ue.hasCovideoMagic)==null?void 0:Se.toString())==="1",markVideosAsSent:dr(C),phone1:(te=C==null?void 0:C.customer)==null?void 0:te.phone1},firstName:C.firstName,isAutomotiveSalesRole:T,isAutomotiveServiceRole:E,isIMSEnabled:j,isCompanyAdmin:C.isCompanyAdmin,isAutomotive:D,preferredLanguage:d.language},aiAssistTheme:"branding",env:v,apiKey:m0,variant:"white",size:"small"})]}),u&&o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{onClick:xe,icon:M?o.jsx(Go,{size:12}):o.jsx(he.MdCreateNewFolder,{size:18}),disabled:M,variant:"white",title:c("Copy to Primary"),size:"small"}),o.jsx(K.Button,{onClick:le,title:c("Download"),icon:_?o.jsx(Go,{size:12}):o.jsx(he.MdDownload,{size:18}),disabled:_,variant:"white",size:"small"})]})]}),x&&!u&&o.jsx(K.Button,{title:c("Voiceover"),onClick:()=>{Te({action:qr.VOICE_OVER}),O.push(`/voiceover/${e.id}`)},icon:o.jsx(ot.IoIosMic,{size:18}),variant:"white",size:"small"})]}),i&&o.jsx(iv,{children:o.jsx(K5,{width:"24px",checked:n.find(me=>me.id===e.id),onChange:me=>ae(me)})})]}),o.jsxs(Cu,{children:[o.jsx(ku,{children:e.title}),o.jsxs(ju,{children:[o.jsx(ot.IoMdCalendar,{size:16,color:P.gray40,style:{marginRight:6}}),H]})]}),$&&o.jsx(N1,{markAsSentPayload:{toastType:"quickshare"},isQuickShareLoading:Q,quickShareMarkAsSentHandler:W,handleModalClose:async()=>{z(!1)}}),N&&o.jsx(ev,{video:e,handleModalClose:()=>U(!1)})]}):o.jsxs(wu,{opacity:".3",children:[o.jsx(Su,{backgroundColor:P.gray20,children:o.jsx(tv,{children:" "})}),o.jsxs(Cu,{children:[o.jsx(ku,{backgroundColor:P.gray20,width:"100%",children:" "}),o.jsx(ju,{backgroundColor:P.gray20,width:"70%",children:" "})]})]})},nv=l.div`
1561
+ `,f3=({video:e,isMerge:i,selectedVideosData:n,setSelectedVideosData:a})=>{var pe,ue,Se,te;const{t:c,i18n:d}=re.useTranslation(),u=(e==null?void 0:e.folder)===Br.COMPANY,{showQuickshareFeature:h,showVoiceoverFeature:x,showInsertFeature:y,showAiAssistFeature:v,env:m,onVideoInsert:w}=rt(),{userData:C}=nt(),E=Zo(C),T=i0(C),k=dr(C),j=!!(C!=null&&C.customer.isIMSEnabled),{trackGTMVideoInteractionEvent:L}=po(),D=Oo(C),O=Qo.useHistory(),[M,A]=f.useState(!1),[_,V]=f.useState(!1),[N,U]=f.useState(!1),[$,z]=f.useState(!1),{toast:Z}=pt(),{onQuickShareMutationHandler:W,isQuickshareLoading:Q,onQuickShareButtonClick:Y}=B1({video:e,videoRequest:e==null?void 0:e.videoRequest,setShowModalQuickShareMarkAsSent:z}),H=e?T8(e.recordDate,C,"MM/DD/YYYY hh:mm:ss A"):"",ae=me=>{let{checked:Ie}=me.target;a(Ie?[...n,e]:n.filter(Pe=>Pe.id!=e.id))},le=async()=>{if(e){V(!0);try{await B8(e.id,`${e.title}.mp4`)}catch{Z({message:c("Download failed, please try again later.")})}V(!1)}},Te=({action:me})=>{var Pe,Fe,Qe;if(!e)return;const Ie={videoId:Number(e.id),videoType:(Pe=e==null?void 0:e.videoRequest)==null?void 0:Pe.videoType,videoCustomerName:!!((Fe=e==null?void 0:e.videoRequest)!=null&&Fe.customerName),videoLength:e==null?void 0:e.videoLength,videoTitle:e==null?void 0:e.title};L==null||L({videoAttributes:Ie,action:me,vehicle:(Qe=e==null?void 0:e.videoRequest)==null?void 0:Qe.inventoryItem})},xe=async()=>{if(e){A(!0);try{await q8(e.id),Z({message:c("Video copied successfully.")})}catch{Z({message:c("Copy failed, please try again later.")})}A(!1)}};return e?o.jsxs(wu,{children:[o.jsxs(Su,{backgroundColor:P.black,children:[o.jsx(x3,{videoId:e.id,thumbnail:e.thumbnail,duration:e.videoLength||0,processing:e.processing,onClick:()=>{Te({action:qr.VIEW}),U(!0)}}),!i&&o.jsxs(ov,{children:[o.jsxs(rv,{children:[!u&&o.jsxs(o.Fragment,{children:[y&&o.jsx(K.Button,{onClick:()=>{Te({action:qr.SEND_AND_SHARE}),O.push(`/insert-video/${e==null?void 0:e.id}`)},icon:o.jsx(ot.IoMdAdd,{size:18}),variant:"white",iconPosition:"middle",size:"small",title:c("Insert")}),h&&o.jsx(K.Button,{onClick:()=>{Te({action:qr.COPY_VIDEO_URL}),Y({videoActivityType:ur.QUICKSHARE,toastType:"quickshare"})},icon:Q?o.jsx(Go,{size:12}):o.jsx(ot.IoIosShareAlt,{size:18}),disabled:Q,variant:"white",title:c("Copy Video"),size:"small"}),v&&o.jsx(l3,{defaultPromptType:z1.CRM_MESSAGE,handleSubmitGeneratedContent:(me,Ie,Pe,Fe)=>{const Qe={url:Ie||"",thumbnail:Pe||"",image:e.thumbnail||"",html:me,token:co,videoId:e.id.toString(),videoUrl:(e==null?void 0:e.videoSource)||"",title:(e==null?void 0:e.title)||""};w==null||w(Qe),setTimeout(()=>{Fe||k===Yo.ALWAYS.value&&Z({message:c("Video marked as Sent")})},100),Z({message:c("Inserting video...")})},handleOnCopySuccess:(me,Ie,Pe,Fe)=>{setTimeout(()=>{Fe||k===Yo.ALWAYS.value&&Z({message:c("Video marked as Sent")})},100),Z({message:c("Link copied to clipboard!")})},margin:"0",iconColor:"gradient",videoId:e?e.id:"",defaultVin:((pe=e==null?void 0:e.videoRequest)==null?void 0:pe.vin)||"",token:co,userData:{customer:{business:C.customer.business,hasCovideoMagic:((Se=(ue=C==null?void 0:C.customer)==null?void 0:ue.hasCovideoMagic)==null?void 0:Se.toString())==="1",markVideosAsSent:dr(C),phone1:(te=C==null?void 0:C.customer)==null?void 0:te.phone1},firstName:C.firstName,isAutomotiveSalesRole:T,isAutomotiveServiceRole:E,isIMSEnabled:j,isCompanyAdmin:C.isCompanyAdmin,isAutomotive:D,preferredLanguage:d.language},aiAssistTheme:"branding",env:m,apiKey:m0,variant:"white",size:"small"})]}),u&&o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{onClick:xe,icon:M?o.jsx(Go,{size:12}):o.jsx(he.MdCreateNewFolder,{size:18}),disabled:M,variant:"white",title:c("Copy to Primary"),size:"small"}),o.jsx(K.Button,{onClick:le,title:c("Download"),icon:_?o.jsx(Go,{size:12}):o.jsx(he.MdDownload,{size:18}),disabled:_,variant:"white",size:"small"})]})]}),x&&!u&&o.jsx(K.Button,{title:c("Voiceover"),onClick:()=>{Te({action:qr.VOICE_OVER}),O.push(`/voiceover/${e.id}`)},icon:o.jsx(ot.IoIosMic,{size:18}),variant:"white",size:"small"})]}),i&&o.jsx(iv,{children:o.jsx(K5,{width:"24px",checked:n.find(me=>me.id===e.id),onChange:me=>ae(me)})})]}),o.jsxs(Cu,{children:[o.jsx(ku,{children:e.title}),o.jsxs(ju,{children:[o.jsx(ot.IoMdCalendar,{size:16,color:P.gray40,style:{marginRight:6}}),H]})]}),$&&o.jsx(N1,{markAsSentPayload:{toastType:"quickshare"},isQuickShareLoading:Q,quickShareMarkAsSentHandler:W,handleModalClose:async()=>{z(!1)}}),N&&o.jsx(ev,{video:e,handleModalClose:()=>U(!1)})]}):o.jsxs(wu,{opacity:".3",children:[o.jsx(Su,{backgroundColor:P.gray20,children:o.jsx(tv,{children:" "})}),o.jsxs(Cu,{children:[o.jsx(ku,{backgroundColor:P.gray20,width:"100%",children:" "}),o.jsx(ju,{backgroundColor:P.gray20,width:"70%",children:" "})]})]})},nv=l.div`
1562
1562
  position: relative;
1563
1563
  width: 190px;
1564
1564
  ${({theme:e})=>e.containerWidth<de.cmd&&l.css`
@@ -1582,7 +1582,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1582
1582
  &:hover {
1583
1583
  color: ${P.gray100};
1584
1584
  }
1585
- `,cv=({prevSearch:e,handleSearch:i})=>{const{t:n}=re.useTranslation(),{containerWidth:a}=rt(),[c,d]=f.useState(e||""),u=m=>{m.key==="Enter"&&i(c)},h=()=>{d(""),i("")},x=m=>{d(m.currentTarget.value)},y=a>=de.mb?n("Search Videos..."):n("Search...");return o.jsxs(nv,{children:[o.jsx(sv,{children:o.jsx(ot.IoMdSearch,{onClick:()=>i(c),size:17})}),o.jsx(Kr,{width:"100%",type:"text",padding:"8px 8px 8px 40px",value:c,placeholder:y||void 0,onKeyUp:u,onChange:x}),c!==""&&o.jsx(av,{children:o.jsx(he.MdClear,{onClick:()=>h(),size:17})})]})},lv=l.div`
1585
+ `,cv=({prevSearch:e,handleSearch:i})=>{const{t:n}=re.useTranslation(),{containerWidth:a}=rt(),[c,d]=f.useState(e||""),u=v=>{v.key==="Enter"&&i(c)},h=()=>{d(""),i("")},x=v=>{d(v.currentTarget.value)},y=a>=de.mb?n("Search Videos..."):n("Search...");return o.jsxs(nv,{children:[o.jsx(sv,{children:o.jsx(ot.IoMdSearch,{onClick:()=>i(c),size:17})}),o.jsx(Kr,{width:"100%",type:"text",padding:"8px 8px 8px 40px",value:c,placeholder:y||void 0,onKeyUp:u,onChange:x}),c!==""&&o.jsx(av,{children:o.jsx(he.MdClear,{onClick:()=>h(),size:17})})]})},lv=l.div`
1586
1586
  position: relative;
1587
1587
  display: grid;
1588
1588
  gap: 24px;
@@ -1641,7 +1641,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1641
1641
  align-items: center;
1642
1642
  `,gv=l.div`
1643
1643
  text-align: center;
1644
- `,m3=e=>{const{isDisabled:i,menuIsOpen:n,selectProps:a}=e;return i?{borderColor:P.transparent}:a.error?{borderColor:P.error}:{borderColor:P.covideoGray40}},v3=(e,i,n)=>{const{isFocused:a,isSelected:c,isDisabled:d}=e;return d?{color:P.gray40,backgroundColor:P.gray10,cursor:"not-allowed"}:a||c?n?{color:P.black_1_100,backgroundColor:"rgb(222, 235, 255)"}:{color:i.colors.primary[100],backgroundColor:i.colors.secondary[5]}:{color:P.covideoGray100,backgroundColor:P.white}},Pt=e=>{const{ariaLabel:i="Aria label is missing",name:n,options:a,value:c,defaultValue:d=void 0,placeholder:u="No Folders",onChange:h,getOptionLabel:x,getOptionValue:y,menuPosition:m="absolute",menuPlacement:v="auto",menuPortalTarget:S,inputId:C,className:E,dropdownHeight:T="auto",height:k=48,width:j,disabled:L=!1,creatable:D=!0,error:O=!1,onMenuScrollToBottom:M,onMenuClose:A,extendStyles:_,icon:V,showIndicator:N=!0,chipValueSelected:U=!1,isClearable:$=!1,onInputChange:z,onCreateOption:Z,isMulti:W=!1,isShareVideoModal:Q=!1,zIndexProp:Y=9999,menuZIndexProp:H=2,isSearchable:ae,formatCreateLabel:le,closeMenuOnScroll:Te=void 0,menuShouldBlockScroll:xe=!1,isLoading:pe=!1,filterOption:ue,formatOptionLabel:Se,customComponents:te,onMenuOpen:me,maxMenuHeight:Ie,controlShouldRenderValue:Pe,createOptionPosition:Fe,autoFocus:Qe}=e,it=l.useTheme(),be={icon:V,error:O,options:a,className:E,name:n,placeholder:u,value:c,defaultValue:d,getOptionLabel:x,getOptionValue:y,onChange:h,menuPlacement:v,menuPosition:m,isDisabled:L,menuPortalTarget:S,"aria-label":i,onMenuScrollToBottom:M,onMenuClose:A,isClearable:$,onInputChange:z,onCreateOption:Z,isMulti:W,isSearchable:ae,filterOption:ue},Ve=ce=>N?o.jsx(g3,{menuIsOpen:ce.selectProps.menuIsOpen,children:o.jsx(he.MdArrowDropDown,{size:18,opacity:.5})}):o.jsx(o.Fragment,{}),fe={container:ce=>({...ce,...(_==null?void 0:_.container)||{}}),control:(ce,De)=>({...ce,width:j,boxShadow:"none",borderRadius:6,minHeight:"40px",cursor:"pointer",...m3(De),...(_==null?void 0:_.control)||{},"&:hover":{borderColor:Q?"rgb(128, 189, 255)":it.colors.primary[100]},"&:focus-within":{borderColor:Q?"rgb(128, 189, 255)":it.colors.primary[100]}}),singleValue:ce=>({...ce,width:"95%",...(_==null?void 0:_.singleValue)||{}}),valueContainer:ce=>({...ce,...(_==null?void 0:_.valueContainer)||{}}),input:ce=>({...ce,...(_==null?void 0:_.input)||{}}),menuPortal:ce=>({...ce,zIndex:Y||9999}),menuList:ce=>({...ce,...(_==null?void 0:_.menuList)||{},height:T}),menu:ce=>({...ce,...(_==null?void 0:_.menu)||{},marginTop:2,zIndex:H||2,color:P.primaryDarkBlue}),option:(ce,De)=>({...ce,height:Q?35:k,display:"flex",alignItems:"center",padding:"0 16px",cursor:"pointer",transition:"all 0.3s",fontWeight:Q?"normal":600,fontSize:15,...v3(De,it,Q),...(_==null?void 0:_.option)||{}})};return D?o.jsx(L1,{...be,isLoading:!1,components:{DropdownIndicator:Ve,IndicatorSeparator:()=>null,...te},styles:fe,isSearchable:ae,formatCreateLabel:le,formatOptionLabel:Se,createOptionPosition:Fe}):o.jsx(qt,{...be,inputId:C,maxMenuHeight:Ie||220,menuShouldScrollIntoView:!1,menuPortalTarget:S,isLoading:pe,components:{DropdownIndicator:Ve,IndicatorSeparator:()=>null,...te},styles:fe,isSearchable:ae,closeMenuOnScroll:Te,menuShouldBlockScroll:xe,filterOption:ue,formatOptionLabel:Se,onMenuOpen:me,controlShouldRenderValue:Pe,autoFocus:Qe})},mv=l.div`
1644
+ `,m3=e=>{const{isDisabled:i,menuIsOpen:n,selectProps:a}=e;return i?{borderColor:P.transparent}:a.error?{borderColor:P.error}:{borderColor:P.covideoGray40}},v3=(e,i,n)=>{const{isFocused:a,isSelected:c,isDisabled:d}=e;return d?{color:P.gray40,backgroundColor:P.gray10,cursor:"not-allowed"}:a||c?n?{color:P.black_1_100,backgroundColor:"rgb(222, 235, 255)"}:{color:i.colors.primary[100],backgroundColor:i.colors.secondary[5]}:{color:P.covideoGray100,backgroundColor:P.white}},Pt=e=>{const{ariaLabel:i="Aria label is missing",name:n,options:a,value:c,defaultValue:d=void 0,placeholder:u="No Folders",onChange:h,getOptionLabel:x,getOptionValue:y,menuPosition:v="absolute",menuPlacement:m="auto",menuPortalTarget:w,inputId:C,className:E,dropdownHeight:T="auto",height:k=48,width:j,disabled:L=!1,creatable:D=!0,error:O=!1,onMenuScrollToBottom:M,onMenuClose:A,extendStyles:_,icon:V,showIndicator:N=!0,chipValueSelected:U=!1,isClearable:$=!1,onInputChange:z,onCreateOption:Z,isMulti:W=!1,isShareVideoModal:Q=!1,zIndexProp:Y=9999,menuZIndexProp:H=2,isSearchable:ae,formatCreateLabel:le,closeMenuOnScroll:Te=void 0,menuShouldBlockScroll:xe=!1,isLoading:pe=!1,filterOption:ue,formatOptionLabel:Se,customComponents:te,onMenuOpen:me,maxMenuHeight:Ie,controlShouldRenderValue:Pe,createOptionPosition:Fe,autoFocus:Qe}=e,it=l.useTheme(),be={icon:V,error:O,options:a,className:E,name:n,placeholder:u,value:c,defaultValue:d,getOptionLabel:x,getOptionValue:y,onChange:h,menuPlacement:m,menuPosition:v,isDisabled:L,menuPortalTarget:w,"aria-label":i,onMenuScrollToBottom:M,onMenuClose:A,isClearable:$,onInputChange:z,onCreateOption:Z,isMulti:W,isSearchable:ae,filterOption:ue},Ve=ce=>N?o.jsx(g3,{menuIsOpen:ce.selectProps.menuIsOpen,children:o.jsx(he.MdArrowDropDown,{size:18,opacity:.5})}):o.jsx(o.Fragment,{}),fe={container:ce=>({...ce,...(_==null?void 0:_.container)||{}}),control:(ce,De)=>({...ce,width:j,boxShadow:"none",borderRadius:6,minHeight:"40px",cursor:"pointer",...m3(De),...(_==null?void 0:_.control)||{},"&:hover":{borderColor:Q?"rgb(128, 189, 255)":it.colors.primary[100]},"&:focus-within":{borderColor:Q?"rgb(128, 189, 255)":it.colors.primary[100]}}),singleValue:ce=>({...ce,width:"95%",...(_==null?void 0:_.singleValue)||{}}),valueContainer:ce=>({...ce,...(_==null?void 0:_.valueContainer)||{}}),input:ce=>({...ce,...(_==null?void 0:_.input)||{}}),menuPortal:ce=>({...ce,zIndex:Y||9999}),menuList:ce=>({...ce,...(_==null?void 0:_.menuList)||{},height:T}),menu:ce=>({...ce,...(_==null?void 0:_.menu)||{},marginTop:2,zIndex:H||2,color:P.primaryDarkBlue}),option:(ce,De)=>({...ce,height:Q?35:k,display:"flex",alignItems:"center",padding:"0 16px",cursor:"pointer",transition:"all 0.3s",fontWeight:Q?"normal":600,fontSize:15,...v3(De,it,Q),...(_==null?void 0:_.option)||{}})};return D?o.jsx(L1,{...be,isLoading:!1,components:{DropdownIndicator:Ve,IndicatorSeparator:()=>null,...te},styles:fe,isSearchable:ae,formatCreateLabel:le,formatOptionLabel:Se,createOptionPosition:Fe}):o.jsx(qt,{...be,inputId:C,maxMenuHeight:Ie||220,menuShouldScrollIntoView:!1,menuPortalTarget:w,isLoading:pe,components:{DropdownIndicator:Ve,IndicatorSeparator:()=>null,...te},styles:fe,isSearchable:ae,closeMenuOnScroll:Te,menuShouldBlockScroll:xe,filterOption:ue,formatOptionLabel:Se,onMenuOpen:me,controlShouldRenderValue:Pe,autoFocus:Qe})},mv=l.div`
1645
1645
  position: relative;
1646
1646
  display: flex;
1647
1647
  `,vv=l.div`
@@ -1656,12 +1656,12 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1656
1656
  0px 6px 12px rgba(66, 79, 104, 0.06);
1657
1657
  border-radius: 8px;
1658
1658
  background: ${P.white};
1659
- `,bv=o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 480",width:"20",height:"15",children:o.jsxs("g",{fillRule:"evenodd",children:[o.jsx("path",{fill:"#aa151b",d:"M0 0h640v480H0z"}),o.jsx("path",{fill:"#f1bf00",d:"M0 120h640v240H0z"})]})}),wv=o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 60 30",width:"20",height:"15",children:[o.jsx("clipPath",{id:"t",children:o.jsx("path",{d:"M0,0 v30 h60 v-30 z"})}),o.jsx("clipPath",{id:"s",children:o.jsx("path",{d:"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"})}),o.jsxs("g",{clipPath:"url(#t)",children:[o.jsx("path",{d:"M0,0 v30 h60 v-30 z",fill:"#012169"}),o.jsx("path",{d:"M0,0 L60,30 M60,0 L0,30",stroke:"#fff",strokeWidth:"6"}),o.jsx("path",{d:"M0,0 L60,30 M60,0 L0,30",stroke:"#C8102E",strokeWidth:"4",clipPath:"url(#s)"}),o.jsx("path",{d:"M30,0 v30 M0,15 h60",stroke:"#fff",strokeWidth:"10"}),o.jsx("path",{d:"M30,0 v30 M0,15 h60",stroke:"#C8102E",strokeWidth:"6"})]})]}),Sv=o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 3 2",width:"20",height:"15",children:[o.jsx("rect",{width:"1",height:"2",x:"0",y:"0",fill:"#0055a4"}),o.jsx("rect",{width:"1",height:"2",x:"1",y:"0",fill:"#fff"}),o.jsx("rect",{width:"1",height:"2",x:"2",y:"0",fill:"#ef4135"})]}),q1=f.memo(({handleUpdateToken:e})=>{var W,Q;const{i18n:i,t:n}=re.useTranslation(),{colors:a,isCdkEnviroment:c}=l.useTheme(),d=Me.useQueryClient(),{hasExternalJwt:u,reRender:h,showMultiLocationFeature:x,showLanguageDropdownFeature:y}=rt(),{mutateAsync:m,isLoading:v}=yv(u),{userData:S}=nt(),C=((Q=(W=S==null?void 0:S.customer)==null?void 0:W.hasMultiLocation)==null?void 0:Q.toString())==="1",{data:E}=xv(parseInt(S==null?void 0:S.userId,10),x&&C),T=!!(E&&E.length&&E.find(Y=>{var H,ae;return Y.locationId.toString()===((ae=(H=S==null?void 0:S.customer)==null?void 0:H.locationId)==null?void 0:ae.toString())})),k=x&&C&&T,[j,L]=f.useState(!1),{ref:D}=qn(()=>L(!1)),O=qe.useHistory(),M=()=>{L(Y=>!Y)},A=()=>{e(""),B5(),d.clear(),O.go(0)};let _=S.firstName||S.lastName||n("Welcome");const V=(E||[]).find(Y=>{var H;return((H=S==null?void 0:S.customer)==null?void 0:H.locationId)&&Y.locationId.toString()===S.customer.locationId.toString()}),N=E.filter(Y=>Y.locationId!==(V==null?void 0:V.locationId)),U=async Y=>{await m({locationId:Y}),h()},$=[{value:"es",label:o.jsxs(o.Fragment,{children:[bv," ES"]})},{value:"en",label:o.jsxs(o.Fragment,{children:[wv," EN"]})},{value:"fr",label:o.jsxs(o.Fragment,{children:[Sv," FR"]})}],z=[...k?(N||[]).map(Y=>({key:`loc-${Y.locationId}`,label:o.jsx(In,{text:Y.name,textColor:"black",backgroundColor:"transparent",borderColor:"transparent",onClick:()=>U(Y.locationId),disabled:v},Y.locationId)})):[],...u?[]:[{key:"logout",label:o.jsx(In,{text:n("Log Out"),textColor:c?a.primary[100]:a.danger[80],backgroundColor:"transparent",borderColor:"transparent",icon:o.jsx(he.MdLogout,{size:18,color:c?a.primary[100]:a.danger[40]}),onClick:()=>A(),disabled:v})}]],Z=z.length>0;return o.jsxs(mv,{ref:D,children:[o.jsx(In,{text:_,subtext:k?V==null?void 0:V.name:"",backgroundColor:j?P.black25:"transparent",borderColor:"transparent",textColor:"white",icon:o.jsx(ot.IoMdPerson,{size:18,color:"white"}),iconOther:Z?j?o.jsx(ot.IoMdArrowDropup,{}):o.jsx(ot.IoMdArrowDropdown,{}):o.jsx(o.Fragment,{}),onClick:()=>Z?M():()=>null}),j&&o.jsx(vv,{children:z.map(Y=>o.jsx("div",{children:Y.label},Y.key))}),y&&o.jsx(Pt,{isSearchable:!1,isClearable:!1,width:90,options:$,onChange:Y=>{i.changeLanguage(Y.value)},formatOptionLabel:Y=>o.jsx("div",{style:{display:"flex",gap:4,alignItems:"center"},children:Y.label}),value:$.find(Y=>Y.value===i.language)})]})}),Cv=l.div`
1659
+ `,bv=o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 480",width:"20",height:"15",children:o.jsxs("g",{fillRule:"evenodd",children:[o.jsx("path",{fill:"#aa151b",d:"M0 0h640v480H0z"}),o.jsx("path",{fill:"#f1bf00",d:"M0 120h640v240H0z"})]})}),wv=o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 60 30",width:"20",height:"15",children:[o.jsx("clipPath",{id:"t",children:o.jsx("path",{d:"M0,0 v30 h60 v-30 z"})}),o.jsx("clipPath",{id:"s",children:o.jsx("path",{d:"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"})}),o.jsxs("g",{clipPath:"url(#t)",children:[o.jsx("path",{d:"M0,0 v30 h60 v-30 z",fill:"#012169"}),o.jsx("path",{d:"M0,0 L60,30 M60,0 L0,30",stroke:"#fff",strokeWidth:"6"}),o.jsx("path",{d:"M0,0 L60,30 M60,0 L0,30",stroke:"#C8102E",strokeWidth:"4",clipPath:"url(#s)"}),o.jsx("path",{d:"M30,0 v30 M0,15 h60",stroke:"#fff",strokeWidth:"10"}),o.jsx("path",{d:"M30,0 v30 M0,15 h60",stroke:"#C8102E",strokeWidth:"6"})]})]}),Sv=o.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 3 2",width:"20",height:"15",children:[o.jsx("rect",{width:"1",height:"2",x:"0",y:"0",fill:"#0055a4"}),o.jsx("rect",{width:"1",height:"2",x:"1",y:"0",fill:"#fff"}),o.jsx("rect",{width:"1",height:"2",x:"2",y:"0",fill:"#ef4135"})]}),q1=f.memo(({handleUpdateToken:e})=>{var W,Q;const{i18n:i,t:n}=re.useTranslation(),{colors:a,isCdkEnviroment:c}=l.useTheme(),d=Me.useQueryClient(),{hasExternalJwt:u,reRender:h,showMultiLocationFeature:x,showLanguageDropdownFeature:y}=rt(),{mutateAsync:v,isLoading:m}=yv(u),{userData:w}=nt(),C=((Q=(W=w==null?void 0:w.customer)==null?void 0:W.hasMultiLocation)==null?void 0:Q.toString())==="1",{data:E}=xv(parseInt(w==null?void 0:w.userId,10),x&&C),T=!!(E&&E.length&&E.find(Y=>{var H,ae;return Y.locationId.toString()===((ae=(H=w==null?void 0:w.customer)==null?void 0:H.locationId)==null?void 0:ae.toString())})),k=x&&C&&T,[j,L]=f.useState(!1),{ref:D}=qn(()=>L(!1)),O=qe.useHistory(),M=()=>{L(Y=>!Y)},A=()=>{e(""),B5(),d.clear(),O.go(0)};let _=w.firstName||w.lastName||n("Welcome");const V=(E||[]).find(Y=>{var H;return((H=w==null?void 0:w.customer)==null?void 0:H.locationId)&&Y.locationId.toString()===w.customer.locationId.toString()}),N=E.filter(Y=>Y.locationId!==(V==null?void 0:V.locationId)),U=async Y=>{await v({locationId:Y}),h()},$=[{value:"es",label:o.jsxs(o.Fragment,{children:[bv," ES"]})},{value:"en",label:o.jsxs(o.Fragment,{children:[wv," EN"]})},{value:"fr",label:o.jsxs(o.Fragment,{children:[Sv," FR"]})}],z=[...k?(N||[]).map(Y=>({key:`loc-${Y.locationId}`,label:o.jsx(In,{text:Y.name,textColor:"black",backgroundColor:"transparent",borderColor:"transparent",onClick:()=>U(Y.locationId),disabled:m},Y.locationId)})):[],...u?[]:[{key:"logout",label:o.jsx(In,{text:n("Log Out"),textColor:c?a.primary[100]:a.danger[80],backgroundColor:"transparent",borderColor:"transparent",icon:o.jsx(he.MdLogout,{size:18,color:c?a.primary[100]:a.danger[40]}),onClick:()=>A(),disabled:m})}]],Z=z.length>0;return o.jsxs(mv,{ref:D,children:[o.jsx(In,{text:_,subtext:k?V==null?void 0:V.name:"",backgroundColor:j?P.black25:"transparent",borderColor:"transparent",textColor:"white",icon:o.jsx(ot.IoMdPerson,{size:18,color:"white"}),iconOther:Z?j?o.jsx(ot.IoMdArrowDropup,{}):o.jsx(ot.IoMdArrowDropdown,{}):o.jsx(o.Fragment,{}),onClick:()=>Z?M():()=>null}),j&&o.jsx(vv,{children:z.map(Y=>o.jsx("div",{children:Y.label},Y.key))}),y&&o.jsx(Pt,{isSearchable:!1,isClearable:!1,width:90,options:$,onChange:Y=>{i.changeLanguage(Y.value)},formatOptionLabel:Y=>o.jsx("div",{style:{display:"flex",gap:4,alignItems:"center"},children:Y.label}),value:$.find(Y=>Y.value===i.language)})]})}),Cv=l.div`
1660
1660
  font-weight: 400;
1661
1661
  font-size: 14px;
1662
1662
  line-height: 20px;
1663
1663
  color: ${P.gray80};
1664
- `,kv=({page:e,size:i,count:n})=>{const a=e*i+1;let c=e*i+i;return c>n&&(c=n),o.jsxs(Cv,{children:[a,"-",c," of ",n]})};var U1=(e=>(e.NoType="",e.Marketing="Marketing",e.Prospecting="Prospecting",e.RespondToInquiry="Respond to Inquiry",e.ThanksForYourBusiness="Thanks For Your Business",e))(U1||{}),W1=(e=>(e.NoType="",e.AdditionalRepair="Additional Repair",e.RepairInquiry="Repair inquiry",e.RegularService="Regular service",e.ServiceReminder="Service reminder",e.QuoteRequest="Quote request",e))(W1||{});const jv="~~~external-video~~~";var b1=(e=>(e[e.LEGACY=0]="LEGACY",e[e.FREE=1]="FREE",e[e.PRO=2]="PRO",e[e.TEAMS=3]="TEAMS",e[e.ENTERPRISE=4]="ENTERPRISE",e))(b1||{});const Ev={data:null,error:null,loading:!0,progress:0},_v=e=>Math.floor(Math.random()*Math.floor(e)),Tv=(e,i)=>{switch(i.type){case"REQUEST":return{...e,loading:!0,error:null};case"PROGRESS":return{...e,progress:Math.min(e.progress+_v(25),100)};case"SUCCESS":return{...e,data:i.data,loading:!1,error:null,progress:100};case"FAILURE":return{...e,data:null,loading:!1,error:i.error,progress:100};default:return e}},Iv=e=>{const[i,n]=f.useReducer(Tv,e||Ev);return{state:i,dispatch:n}},H1=({method:e,pathname:i,params:n,autoFetch:a=!1,showToastMessage:c=!0})=>{const{state:d,dispatch:u}=Iv({data:null,error:"",loading:!1}),{data:h,error:x,loading:y,progress:m}=d,{toast:v}=pt(),S=async(C,E)=>{u({type:"REQUEST"});const T=setInterval(()=>{u({type:"PROGRESS"})},200);let k=C==null?void 0:C.baseURL;k||(k=cr),Gr({...{url:i,baseURL:k,method:typeof e<"u"?e:"get",params:n},headers:$1.headers,...C}).then(L=>{let{data:D,success:O}=L;D&&D.message&&c&&v({title:D.message}),D.id&&(D.video_id=D.id),e==="patch"&&(Array.isArray(D)&&(D=D.length>0?"SUCCESS":O),D=D===!0?"SUCCESS":"ERROR"),E>=0&&(D.id=E,D.data&&(D.data.id=E)),u({type:"SUCCESS",data:D}),clearInterval(T)}).catch(L=>{u({type:"FAILURE",error:L.message}),c&&v({title:L.message}),clearInterval(T)})};return a&&h==null&&y===!1&&!x&&S(),{data:h,loading:y,error:x,fetchData:S,progress:m}},b3=()=>{const{data:e,error:i,loading:n,fetchData:a,progress:c}=H1({pathname:""});return{videoData:e||null,loading:n,error:i,fetch:h=>{a({method:"post",url:"/videos",baseURL:cr,data:{filename:h.filename,title:h.title}},h.hasOwnProperty("id")?h.id:void 0)},progress:c}},w3=()=>{const{data:e,error:i,loading:n,fetchData:a,progress:c}=H1({pathname:""}),d=h=>{const{videoId:x}=h;return a({method:"post",url:`videos/${x}/encode`,baseURL:cr})};return{encodeData:e&&(e.data||e.jobId)||null,loading:n,error:i,fetch:d,progress:c}},S3=()=>{const{data:e,error:i,loading:n,fetchData:a}=H1({});return{presignedUrl:e,loading:n,error:i,fetch:u=>{a({method:"get",url:`aws/signedurl?filename=${u.fileName}&filetype=${u.type}`,baseURL:cr},u.hasOwnProperty("id")?u.id:void 0)}}},G1=f.createContext({}),Av=({children:e})=>{const[i,n]=f.useState({}),a={action:i,setAction:n};return o.jsx(G1.Provider,{value:a,children:e})},Vv=()=>f.useContext(G1),C3=({type:e,meta:i})=>({type:e,meta:i}),k3=({type:e,payload:i,meta:n})=>({type:e,payload:i,meta:n}),j3=({type:e,payload:i,meta:n,error:a=!0})=>({type:e,payload:i,meta:n,error:a});function Rv(e,i){switch(i.type){case"FETCH_REQUEST":return{...e,loading:!0,error:null};case"FETCH_SUCCESS":return{...e,data:i.payload,loading:!1,error:null};case"FETCH_FAILURE":return{...e,loading:!1,error:i.payload};default:return e}}const Lv=e=>{const{action:i}=f.useContext(G1);f.useEffect(()=>{e(i)},[i,e])},$v={data:void 0,loading:!1,error:null},E3=()=>{const[e,i]=f.useReducer(Rv,$v),{error:n,loading:a,data:c}=e,{toast:d}=pt(),u=()=>{var x;return((x=navigator==null?void 0:navigator.userAgent)==null?void 0:x.indexOf("Firefox"))!==-1};Lv(i);const h=f.useCallback(async x=>{i(C3({type:"FETCH_REQUEST"}));const y=m=>{x.onUploadProgress(m,x.hasOwnProperty("id")?x.id:void 0)};try{const m=u();await Gr.put(x.url,x.file,{headers:{"content-type":!m&&x.contentType?x.contentType:x.file.type},onUploadProgress:y}),i(k3({type:"FETCH_SUCCESS",payload:{success:!0,id:x.hasOwnProperty("id")?x.id:void 0}}));return}catch(m){if(m instanceof Error)throw d({message:m==null?void 0:m.message}),i(j3({type:"FETCH_FAILURE",payload:"Something wen wrong"})),new Error(m.message)}},[]);return{data:c,loading:a,error:n,uploadVideo:h}};function Mv(e,i){switch(i.type){case"FETCH_REQUEST":return{...e,loading:!0,error:null};case"FETCH_SUCCESS":return{...e,data:i.payload,loading:!1,error:null};case"FETCH_FAILURE":return{...e,data:void 0,loading:!1,error:i.payload};default:return e}}const Ov=()=>{const{setAction:e}=Vv(),{toast:i}=pt(),{t:n}=re.useTranslation(),a={data:void 0,loading:!1,error:null,isValid:!1},[c,d]=f.useReducer(Mv,a),u=async m=>{d(C3({type:"FETCH_REQUEST"}));try{const v=await U8(m);return d(k3({type:"FETCH_SUCCESS",payload:v})),i({title:n("Transcription Started.")}),{data:h,loading:!1,error:null}}catch(v){return i({message:v}),d(j3({type:"FETCH_FAILURE",payload:"Something went wrong"})),e({type:"START_VIDEO_TRANSCRIPTION"}),Promise.reject({loading:!1,error:"Something went wrong"})}},{data:h,error:x,loading:y}=c;return{start:u,data:h,loading:y,error:x}},Dv=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},q.createElement("g",{fill:"#272A32"},q.createElement("path",{id:"bqn2hmlmqa",d:"M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z"}))),Y1=l(Dv)`
1664
+ `,kv=({page:e,size:i,count:n})=>{const a=e*i+1;let c=e*i+i;return c>n&&(c=n),o.jsxs(Cv,{children:[a,"-",c," of ",n]})};var U1=(e=>(e.NoType="",e.Marketing="Marketing",e.Prospecting="Prospecting",e.RespondToInquiry="Respond to Inquiry",e.ThanksForYourBusiness="Thanks For Your Business",e))(U1||{}),W1=(e=>(e.NoType="",e.AdditionalRepair="Additional Repair",e.RepairInquiry="Repair inquiry",e.RegularService="Regular service",e.ServiceReminder="Service reminder",e.QuoteRequest="Quote request",e))(W1||{});const jv="~~~external-video~~~";var b1=(e=>(e[e.LEGACY=0]="LEGACY",e[e.FREE=1]="FREE",e[e.PRO=2]="PRO",e[e.TEAMS=3]="TEAMS",e[e.ENTERPRISE=4]="ENTERPRISE",e))(b1||{});const Ev={data:null,error:null,loading:!0,progress:0},_v=e=>Math.floor(Math.random()*Math.floor(e)),Tv=(e,i)=>{switch(i.type){case"REQUEST":return{...e,loading:!0,error:null};case"PROGRESS":return{...e,progress:Math.min(e.progress+_v(25),100)};case"SUCCESS":return{...e,data:i.data,loading:!1,error:null,progress:100};case"FAILURE":return{...e,data:null,loading:!1,error:i.error,progress:100};default:return e}},Iv=e=>{const[i,n]=f.useReducer(Tv,e||Ev);return{state:i,dispatch:n}},H1=({method:e,pathname:i,params:n,autoFetch:a=!1,showToastMessage:c=!0})=>{const{state:d,dispatch:u}=Iv({data:null,error:"",loading:!1}),{data:h,error:x,loading:y,progress:v}=d,{toast:m}=pt(),w=async(C,E)=>{u({type:"REQUEST"});const T=setInterval(()=>{u({type:"PROGRESS"})},200);let k=C==null?void 0:C.baseURL;k||(k=cr),Gr({...{url:i,baseURL:k,method:typeof e<"u"?e:"get",params:n},headers:$1.headers,...C}).then(L=>{let{data:D,success:O}=L;D&&D.message&&c&&m({title:D.message}),D.id&&(D.video_id=D.id),e==="patch"&&(Array.isArray(D)&&(D=D.length>0?"SUCCESS":O),D=D===!0?"SUCCESS":"ERROR"),E>=0&&(D.id=E,D.data&&(D.data.id=E)),u({type:"SUCCESS",data:D}),clearInterval(T)}).catch(L=>{u({type:"FAILURE",error:L.message}),c&&m({title:L.message}),clearInterval(T)})};return a&&h==null&&y===!1&&!x&&w(),{data:h,loading:y,error:x,fetchData:w,progress:v}},b3=()=>{const{data:e,error:i,loading:n,fetchData:a,progress:c}=H1({pathname:""});return{videoData:e||null,loading:n,error:i,fetch:h=>{a({method:"post",url:"/videos",baseURL:cr,data:{filename:h.filename,title:h.title}},h.hasOwnProperty("id")?h.id:void 0)},progress:c}},w3=()=>{const{data:e,error:i,loading:n,fetchData:a,progress:c}=H1({pathname:""}),d=h=>{const{videoId:x}=h;return a({method:"post",url:`videos/${x}/encode`,baseURL:cr})};return{encodeData:e&&(e.data||e.jobId)||null,loading:n,error:i,fetch:d,progress:c}},S3=()=>{const{data:e,error:i,loading:n,fetchData:a}=H1({});return{presignedUrl:e,loading:n,error:i,fetch:u=>{a({method:"get",url:`aws/signedurl?filename=${u.fileName}&filetype=${u.type}`,baseURL:cr},u.hasOwnProperty("id")?u.id:void 0)}}},G1=f.createContext({}),Av=({children:e})=>{const[i,n]=f.useState({}),a={action:i,setAction:n};return o.jsx(G1.Provider,{value:a,children:e})},Vv=()=>f.useContext(G1),C3=({type:e,meta:i})=>({type:e,meta:i}),k3=({type:e,payload:i,meta:n})=>({type:e,payload:i,meta:n}),j3=({type:e,payload:i,meta:n,error:a=!0})=>({type:e,payload:i,meta:n,error:a});function Rv(e,i){switch(i.type){case"FETCH_REQUEST":return{...e,loading:!0,error:null};case"FETCH_SUCCESS":return{...e,data:i.payload,loading:!1,error:null};case"FETCH_FAILURE":return{...e,loading:!1,error:i.payload};default:return e}}const Lv=e=>{const{action:i}=f.useContext(G1);f.useEffect(()=>{e(i)},[i,e])},$v={data:void 0,loading:!1,error:null},E3=()=>{const[e,i]=f.useReducer(Rv,$v),{error:n,loading:a,data:c}=e,{toast:d}=pt(),u=()=>{var x;return((x=navigator==null?void 0:navigator.userAgent)==null?void 0:x.indexOf("Firefox"))!==-1};Lv(i);const h=f.useCallback(async x=>{i(C3({type:"FETCH_REQUEST"}));const y=v=>{x.onUploadProgress(v,x.hasOwnProperty("id")?x.id:void 0)};try{const v=u();await Gr.put(x.url,x.file,{headers:{"content-type":!v&&x.contentType?x.contentType:x.file.type},onUploadProgress:y}),i(k3({type:"FETCH_SUCCESS",payload:{success:!0,id:x.hasOwnProperty("id")?x.id:void 0}}));return}catch(v){if(v instanceof Error)throw d({message:v==null?void 0:v.message}),i(j3({type:"FETCH_FAILURE",payload:"Something wen wrong"})),new Error(v.message)}},[]);return{data:c,loading:a,error:n,uploadVideo:h}};function Mv(e,i){switch(i.type){case"FETCH_REQUEST":return{...e,loading:!0,error:null};case"FETCH_SUCCESS":return{...e,data:i.payload,loading:!1,error:null};case"FETCH_FAILURE":return{...e,data:void 0,loading:!1,error:i.payload};default:return e}}const Ov=()=>{const{setAction:e}=Vv(),{toast:i}=pt(),{t:n}=re.useTranslation(),a={data:void 0,loading:!1,error:null,isValid:!1},[c,d]=f.useReducer(Mv,a),u=async v=>{d(C3({type:"FETCH_REQUEST"}));try{const m=await U8(v);return d(k3({type:"FETCH_SUCCESS",payload:m})),i({title:n("Transcription Started.")}),{data:h,loading:!1,error:null}}catch(m){return i({message:m}),d(j3({type:"FETCH_FAILURE",payload:"Something went wrong"})),e({type:"START_VIDEO_TRANSCRIPTION"}),Promise.reject({loading:!1,error:"Something went wrong"})}},{data:h,error:x,loading:y}=c;return{start:u,data:h,loading:y,error:x}},Dv=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},q.createElement("g",{fill:"#272A32"},q.createElement("path",{id:"bqn2hmlmqa",d:"M18 13h-5v5c0 .55-.45 1-1 1s-1-.45-1-1v-5H6c-.55 0-1-.45-1-1s.45-1 1-1h5V6c0-.55.45-1 1-1s1 .45 1 1v5h5c.55 0 1 .45 1 1s-.45 1-1 1z"}))),Y1=l(Dv)`
1665
1665
  width: ${e=>e.width||"24px"};
1666
1666
  height: ${e=>e.height||"24px"};
1667
1667
  path {
@@ -1754,7 +1754,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1754
1754
  line-height: 1.5;
1755
1755
  text-align: center;
1756
1756
  color: ${P.black_1_100};
1757
- `,Bv=({accept:e=".csv, text/csv",inputStyle:i={},onDrop:n,width:a=528,height:c=100,marginTop:d=0,disabled:u=!1,textStyle:h,backgroundColor:x})=>{const{t:y}=re.useTranslation(),m=(j,L)=>{switch(L.type){case"SET_DROP_DEPTH":return{...j,dropDepth:L.dropDepth};case"SET_IN_DROP_ZONE":return{...j,inDropZone:L.inDropZone};case"ADD_FILE_TO_LIST":let D=!0;for(let O of L.files)D=e.includes(O.name.substr(-4));return D?{...j,fileList:j.fileList.concat(L.files)}:j;default:return j}},[v,S]=f.useReducer(m,{dropDepth:0,inDropZone:!1,fileList:[]}),C=j=>{j.preventDefault(),j.stopPropagation(),S({type:"SET_DROP_DEPTH",dropDepth:v.dropDepth+1})},E=j=>{j.preventDefault(),j.stopPropagation(),!(j.target&&j.target.id.includes("text-"))&&(S({type:"SET_DROP_DEPTH",dropDepth:v.dropDepth-1}),S({type:"SET_IN_DROP_ZONE",inDropZone:!1}))},T=j=>{j.preventDefault(),j.stopPropagation(),j.dataTransfer.dropEffect="copy",S({type:"SET_IN_DROP_ZONE",inDropZone:!0})},k=()=>{const j=document.getElementById("file");!j||!j.click||j.click()};return o.jsx(Nv,{width:a,height:c,marginTop:d,backgroundColor:x,children:o.jsx("div",{className:v.inDropZone?"drag-drop-zone inside-drag-area":"drag-drop-zone outside-drag-area",onDrop:j=>n(j),onDragOver:j=>T(j),onDragEnter:j=>C(j),onDragLeave:j=>E(j),children:o.jsxs(Pv,{id:"text-browse",isActive:v.inDropZone,backgroundColor:x,children:[!v.inDropZone&&v.fileList.length===0&&o.jsxs(o.Fragment,{children:[o.jsx(zv,{style:h,children:y("Drag and drop your files here or")}),v.inDropZone?o.jsx("input",{type:"button",value:"browse your files...",onClick:k}):o.jsx(Fv,{children:o.jsx(K.Button,{text:y("Browse files..."),icon:o.jsx(Y1,{color:"#fff"}),disabled:u,onClick:k})})]}),v.inDropZone&&o.jsxs(o.Fragment,{children:[o.jsx("br",{}),o.jsx("p",{id:"text-drop",children:"Drop file here"})]}),v.fileList[0]&&o.jsxs(o.Fragment,{children:[o.jsx("br",{}),o.jsxs("p",{children:[v.fileList[0][0].name," is ready"]})]}),o.jsx("input",{className:"file",id:"file",type:"file",style:i,accept:e,onChange:j=>n(j),disabled:u})]})})})},_u=l.div`
1757
+ `,Bv=({accept:e=".csv, text/csv",inputStyle:i={},onDrop:n,width:a=528,height:c=100,marginTop:d=0,disabled:u=!1,textStyle:h,backgroundColor:x})=>{const{t:y}=re.useTranslation(),v=(j,L)=>{switch(L.type){case"SET_DROP_DEPTH":return{...j,dropDepth:L.dropDepth};case"SET_IN_DROP_ZONE":return{...j,inDropZone:L.inDropZone};case"ADD_FILE_TO_LIST":let D=!0;for(let O of L.files)D=e.includes(O.name.substr(-4));return D?{...j,fileList:j.fileList.concat(L.files)}:j;default:return j}},[m,w]=f.useReducer(v,{dropDepth:0,inDropZone:!1,fileList:[]}),C=j=>{j.preventDefault(),j.stopPropagation(),w({type:"SET_DROP_DEPTH",dropDepth:m.dropDepth+1})},E=j=>{j.preventDefault(),j.stopPropagation(),!(j.target&&j.target.id.includes("text-"))&&(w({type:"SET_DROP_DEPTH",dropDepth:m.dropDepth-1}),w({type:"SET_IN_DROP_ZONE",inDropZone:!1}))},T=j=>{j.preventDefault(),j.stopPropagation(),j.dataTransfer.dropEffect="copy",w({type:"SET_IN_DROP_ZONE",inDropZone:!0})},k=()=>{const j=document.getElementById("file");!j||!j.click||j.click()};return o.jsx(Nv,{width:a,height:c,marginTop:d,backgroundColor:x,children:o.jsx("div",{className:m.inDropZone?"drag-drop-zone inside-drag-area":"drag-drop-zone outside-drag-area",onDrop:j=>n(j),onDragOver:j=>T(j),onDragEnter:j=>C(j),onDragLeave:j=>E(j),children:o.jsxs(Pv,{id:"text-browse",isActive:m.inDropZone,backgroundColor:x,children:[!m.inDropZone&&m.fileList.length===0&&o.jsxs(o.Fragment,{children:[o.jsx(zv,{style:h,children:y("Drag and drop your files here or")}),m.inDropZone?o.jsx("input",{type:"button",value:"browse your files...",onClick:k}):o.jsx(Fv,{children:o.jsx(K.Button,{text:y("Browse files..."),icon:o.jsx(Y1,{color:"#fff"}),disabled:u,onClick:k})})]}),m.inDropZone&&o.jsxs(o.Fragment,{children:[o.jsx("br",{}),o.jsx("p",{id:"text-drop",children:"Drop file here"})]}),m.fileList[0]&&o.jsxs(o.Fragment,{children:[o.jsx("br",{}),o.jsxs("p",{children:[m.fileList[0][0].name," is ready"]})]}),o.jsx("input",{className:"file",id:"file",type:"file",style:i,accept:e,onChange:j=>n(j),disabled:u})]})})})},_u=l.div`
1758
1758
  min-height: 400px;
1759
1759
  position: relative;
1760
1760
  `,Na=l.div`
@@ -1844,7 +1844,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1844
1844
  color: ${({theme:e})=>e.colors.danger[100]};
1845
1845
  height: 20px;
1846
1846
  margin-top: 15px;
1847
- `,Tu=({progress:e,uploadingData:i,setUploadingData:n})=>{const a=[];let c=[],d=[],u=[];const{colors:h}=l.useTheme(),{t:x}=re.useTranslation(),[y,m]=f.useState([{elementId:0,isTitleNotEmpty:!0}]);for(let E in i)a.push(i[E]),u=a.filter(T=>T.showActiveVideo===1),c=u.filter(T=>T.status===1),d=u.reduce((T,k)=>k.progressEvent.total+T,0);const v=(E,T)=>{y.filter(j=>j.elementId===E).forEach(j=>{const L=y.indexOf(j);L>=0&&m(y.splice(L,1))}),m([...y,{elementId:E,isTitleNotEmpty:!!T.trimStart()}]),n(j=>({...j,[E]:{...j[E],title:T}}))},S=E=>E.status>=1,C=E=>x(E===0?"Waiting...":E===1?"Uploading...":"Encoding...");return o.jsxs("div",{children:[!!e&&o.jsxs(Qv,{children:[o.jsx("span",{children:o.jsxs("b",{children:[c.length," of ",u.length]})})," ",x("videos uploading")," (",$a(d)," MB)"]}),a.map(E=>o.jsxs(qv,{children:[" ",E.showActiveVideo?o.jsxs(o.Fragment,{children:[o.jsxs(Uv,{style:{...S(E)&&{flexDirection:"column"}},children:[o.jsx(Kr,{maxLength:100,type:"text",value:E.title,readOnly:!!e,width:"100%",onChange:T=>v(E.id,T.target.value)}),S(E)&&o.jsxs("div",{style:{width:"100%",marginTop:"18px",backgroundColor:"white"},children:[o.jsx(Wv,{style:{width:E.progressEvent.percentage+"%",backgroundColor:h.primary[100]}}),o.jsxs(Gv,{children:[o.jsx(Hv,{children:C(E.status)}),o.jsx(Yv,{children:$a(E.progressEvent.loaded)+" MB/"+$a(E.progressEvent.total)+" MB"})]})]})]}),y.map(T=>T.elementId===E.id&&!T.isTitleNotEmpty?o.jsx(Kv,{children:x("Video title is required!")},`error-${T.elementId}`):o.jsx("div",{},`el-${T.elementId}`))]}):""]},`Video-list-${E.id}`))]})},Xv={accept:"video/*,.mkv"},Jv=({handleModalClose:e,onSuccess:i})=>{const{toast:n}=pt(),{userData:a}=nt(),{start:c}=Ov(),{isCdkEnviroment:d}=l.useTheme(),[u,h]=f.useState(0),[x,y]=f.useState({}),[m,v]=f.useState(!1),[S,C]=f.useState(!1),[E,T]=f.useState(!1),[k,j]=f.useState(0),[L,D]=f.useState([]),[O,M]=f.useState({loaded:0,total:0,percentage:0}),{presignedUrl:A,fetch:_,loading:V,error:N}=S3(),{uploadVideo:U,loading:$,data:z,error:Z}=E3(),{fetch:W,loading:Q,videoData:Y,error:H}=b3(),{fetch:ae,loading:le,encodeData:Te}=w3();f.useEffect(()=>{if(!V&&!N&&Object.keys(x).length){h(1),j(1);const{id:fe}=A||{id:-1};if(fe===void 0)return;Object.keys(x).length&&(x[fe].status=1,y(x)),U({url:A.url,file:x[fe].file,onUploadProgress:te,id:A.id})}},[A]),f.useEffect(()=>{if(!$&&!Z&&z&&Object.keys(x).length){const{id:fe}=z||{id:-1};if(fe===void 0)return;Object.keys(x).length&&(x[fe].status=2,y(x));const ce=x[fe];j(2),W({filename:ce.file.name,title:ce.title,id:z.id})}},[$,z]),f.useEffect(()=>{u!==0&&(!x||!Object.keys(x).length)&&h(0);const fe=[],ce=[];Object.keys(x).forEach(De=>{fe.push(!!(x[De].title&&x[De].title.trimStart())),ce.push(x[De].title.length>100)}),fe.includes(!1)?v(!0):ce.includes(!0)?(n({title:Wo.t("Video title can not be more than 100 characters!")}),v(!0)):v(!1)},[x]),f.useEffect(()=>{if(!Q&&!H&&Y&&Object.keys(x).length){j(3);const{id:fe}=Y||{id:-1};if(fe===void 0)return;Object.keys(x).length&&(x[fe].status=3,y(x)),D([Number(Y.video_id)]),ae({videoId:Y.video_id,customerId:a.customerId})}},[Q,Y]),f.useEffect(()=>{!le&&Te&&L.length===Object.keys(x).length&&!Object.values(x).some(fe=>fe.status<3)&&(me(),i(L),e())},[Q,Te,L]);const xe=async fe=>{for(let ce=0;ce<fe.length;ce++){if(!/.*\.(avchd|swf|flv|mov|qt|wmv|mkv|m4v|m4p|mpv|mp2|mpe|mpg|ogg|mp4|avi|webm|mpeg)/i.test(fe[ce].name)){n({title:Wo.t("{{name}} is of invalid type and won't be uploaded.",{name:fe[ce].name})});continue}const ie=fe[ce].name.split("."),Je=ie[1]==="mkv"?"video/x-matroska":fe[ce].type,mt=new File([fe[ce]],F5(a,ie[ie.length-1]),{type:Je,lastModified:fe[ce].lastModified});y(se=>{const Re={...se};let ze=0;if(Object.keys(se).length){const st=Object.keys(se);ze=parseInt(st[st.length-1],10)+1}return Re[ze]={id:ze,file:mt,title:ie[0],progressEvent:{loaded:0,total:0,percentage:0},status:0,showActiveVideo:1},Re})}},pe=async fe=>{fe.preventDefault(),fe.stopPropagation();const ce=fe.dataTransfer||fe.target;ce&&ce.files&&ce.files.length?await xe(ce.files):n({title:Wo.t("Oops! Something went wrong, try again in a few moments.")})},ue=()=>{if(k===0)return e();T(!0)},Se=()=>{C(!0),Object.keys(x).forEach(fe=>{const ce=x[fe].file;_({fileName:ce.name,type:ce.type,id:parseInt(fe,10)})})},te=(fe,ce)=>{const De=Math.round(fe.loaded*100/fe.total);if(ce===void 0||!x[ce])return;const ie={...x};ie[ce].progressEvent={loaded:Math.floor(fe.loaded/1024),total:Math.floor(fe.total/1024),percentage:De},y(ie),M({loaded:Math.floor(fe.loaded/1024),total:Math.floor(fe.total/1024),percentage:De})},me=()=>{if(a.autoTranscribe&&Y&&Y.id)try{setTimeout(()=>{c(Y.id)},5e3)}catch(fe){console.log(fe)}},Ie=!!Object.keys(x).length,Pe=({disabled:fe=!1,onClick:ce=Se,title:De})=>{const ie=De||Wo.t("Upload");return o.jsx(K.Button,{text:ie,onClick:ce,disabled:fe})},Fe=o.jsxs(_u,{children:[o.jsx(Na,{style:{...!Ie&&{backgroundColor:"transparent",marginTop:0,maxHeight:"400px"}},children:Ie?o.jsx(Tu,{uploadingData:x,setUploadingData:y,progress:k}):o.jsx(Bv,{onDrop:pe,marginTop:0,height:350,width:440,accept:Xv.accept})}),Ie&&o.jsxs(Pa,{children:[o.jsx(K.Button,{text:Wo.t("Cancel"),variant:d?"text":"secondary",onClick:ue}),o.jsx(Pe,{disabled:m||S})]})]}),Qe=o.jsxs(o.Fragment,{children:[o.jsx(Na,{children:o.jsx(Tu,{uploadingData:x,setUploadingData:y,progress:k})}),o.jsxs(Pa,{style:{justifyContent:"right"},children:[o.jsx(K.Button,{text:Wo.t("Cancel"),variant:d?"text":"secondary",onClick:ue}),o.jsx(Pe,{disabled:!0})]})]}),it=o.jsxs(o.Fragment,{children:[o.jsx(Na,{children:o.jsx(Zv,{children:Wo.t("You will have to restart your video upload from the beginning if you cancel now. Are you sure you want to cancel this upload?")})}),o.jsxs(Pa,{children:[o.jsx(K.Button,{text:Wo.t("Cancel"),variant:d?"text":"secondary",onClick:e}),o.jsx(Pe,{title:Wo.t("Continue Upload"),onClick:()=>T(!1)})]})]});return[Fe,o.jsx(_u,{children:E?it:Qe})][u]},eb=l.div`
1847
+ `,Tu=({progress:e,uploadingData:i,setUploadingData:n})=>{const a=[];let c=[],d=[],u=[];const{colors:h}=l.useTheme(),{t:x}=re.useTranslation(),[y,v]=f.useState([{elementId:0,isTitleNotEmpty:!0}]);for(let E in i)a.push(i[E]),u=a.filter(T=>T.showActiveVideo===1),c=u.filter(T=>T.status===1),d=u.reduce((T,k)=>k.progressEvent.total+T,0);const m=(E,T)=>{y.filter(j=>j.elementId===E).forEach(j=>{const L=y.indexOf(j);L>=0&&v(y.splice(L,1))}),v([...y,{elementId:E,isTitleNotEmpty:!!T.trimStart()}]),n(j=>({...j,[E]:{...j[E],title:T}}))},w=E=>E.status>=1,C=E=>x(E===0?"Waiting...":E===1?"Uploading...":"Encoding...");return o.jsxs("div",{children:[!!e&&o.jsxs(Qv,{children:[o.jsx("span",{children:o.jsxs("b",{children:[c.length," of ",u.length]})})," ",x("videos uploading")," (",$a(d)," MB)"]}),a.map(E=>o.jsxs(qv,{children:[" ",E.showActiveVideo?o.jsxs(o.Fragment,{children:[o.jsxs(Uv,{style:{...w(E)&&{flexDirection:"column"}},children:[o.jsx(Kr,{maxLength:100,type:"text",value:E.title,readOnly:!!e,width:"100%",onChange:T=>m(E.id,T.target.value)}),w(E)&&o.jsxs("div",{style:{width:"100%",marginTop:"18px",backgroundColor:"white"},children:[o.jsx(Wv,{style:{width:E.progressEvent.percentage+"%",backgroundColor:h.primary[100]}}),o.jsxs(Gv,{children:[o.jsx(Hv,{children:C(E.status)}),o.jsx(Yv,{children:$a(E.progressEvent.loaded)+" MB/"+$a(E.progressEvent.total)+" MB"})]})]})]}),y.map(T=>T.elementId===E.id&&!T.isTitleNotEmpty?o.jsx(Kv,{children:x("Video title is required!")},`error-${T.elementId}`):o.jsx("div",{},`el-${T.elementId}`))]}):""]},`Video-list-${E.id}`))]})},Xv={accept:"video/*,.mkv"},Jv=({handleModalClose:e,onSuccess:i})=>{const{toast:n}=pt(),{userData:a}=nt(),{start:c}=Ov(),{isCdkEnviroment:d}=l.useTheme(),[u,h]=f.useState(0),[x,y]=f.useState({}),[v,m]=f.useState(!1),[w,C]=f.useState(!1),[E,T]=f.useState(!1),[k,j]=f.useState(0),[L,D]=f.useState([]),[O,M]=f.useState({loaded:0,total:0,percentage:0}),{presignedUrl:A,fetch:_,loading:V,error:N}=S3(),{uploadVideo:U,loading:$,data:z,error:Z}=E3(),{fetch:W,loading:Q,videoData:Y,error:H}=b3(),{fetch:ae,loading:le,encodeData:Te}=w3();f.useEffect(()=>{if(!V&&!N&&Object.keys(x).length){h(1),j(1);const{id:fe}=A||{id:-1};if(fe===void 0)return;Object.keys(x).length&&(x[fe].status=1,y(x)),U({url:A.url,file:x[fe].file,onUploadProgress:te,id:A.id})}},[A]),f.useEffect(()=>{if(!$&&!Z&&z&&Object.keys(x).length){const{id:fe}=z||{id:-1};if(fe===void 0)return;Object.keys(x).length&&(x[fe].status=2,y(x));const ce=x[fe];j(2),W({filename:ce.file.name,title:ce.title,id:z.id})}},[$,z]),f.useEffect(()=>{u!==0&&(!x||!Object.keys(x).length)&&h(0);const fe=[],ce=[];Object.keys(x).forEach(De=>{fe.push(!!(x[De].title&&x[De].title.trimStart())),ce.push(x[De].title.length>100)}),fe.includes(!1)?m(!0):ce.includes(!0)?(n({title:Wo.t("Video title can not be more than 100 characters!")}),m(!0)):m(!1)},[x]),f.useEffect(()=>{if(!Q&&!H&&Y&&Object.keys(x).length){j(3);const{id:fe}=Y||{id:-1};if(fe===void 0)return;Object.keys(x).length&&(x[fe].status=3,y(x)),D([Number(Y.video_id)]),ae({videoId:Y.video_id,customerId:a.customerId})}},[Q,Y]),f.useEffect(()=>{!le&&Te&&L.length===Object.keys(x).length&&!Object.values(x).some(fe=>fe.status<3)&&(me(),i(L),e())},[Q,Te,L]);const xe=async fe=>{for(let ce=0;ce<fe.length;ce++){if(!/.*\.(avchd|swf|flv|mov|qt|wmv|mkv|m4v|m4p|mpv|mp2|mpe|mpg|ogg|mp4|avi|webm|mpeg)/i.test(fe[ce].name)){n({title:Wo.t("{{name}} is of invalid type and won't be uploaded.",{name:fe[ce].name})});continue}const ie=fe[ce].name.split("."),Je=ie[1]==="mkv"?"video/x-matroska":fe[ce].type,mt=new File([fe[ce]],F5(a,ie[ie.length-1]),{type:Je,lastModified:fe[ce].lastModified});y(se=>{const Re={...se};let ze=0;if(Object.keys(se).length){const st=Object.keys(se);ze=parseInt(st[st.length-1],10)+1}return Re[ze]={id:ze,file:mt,title:ie[0],progressEvent:{loaded:0,total:0,percentage:0},status:0,showActiveVideo:1},Re})}},pe=async fe=>{fe.preventDefault(),fe.stopPropagation();const ce=fe.dataTransfer||fe.target;ce&&ce.files&&ce.files.length?await xe(ce.files):n({title:Wo.t("Oops! Something went wrong, try again in a few moments.")})},ue=()=>{if(k===0)return e();T(!0)},Se=()=>{C(!0),Object.keys(x).forEach(fe=>{const ce=x[fe].file;_({fileName:ce.name,type:ce.type,id:parseInt(fe,10)})})},te=(fe,ce)=>{const De=Math.round(fe.loaded*100/fe.total);if(ce===void 0||!x[ce])return;const ie={...x};ie[ce].progressEvent={loaded:Math.floor(fe.loaded/1024),total:Math.floor(fe.total/1024),percentage:De},y(ie),M({loaded:Math.floor(fe.loaded/1024),total:Math.floor(fe.total/1024),percentage:De})},me=()=>{if(a.autoTranscribe&&Y&&Y.id)try{setTimeout(()=>{c(Y.id)},5e3)}catch(fe){console.log(fe)}},Ie=!!Object.keys(x).length,Pe=({disabled:fe=!1,onClick:ce=Se,title:De})=>{const ie=De||Wo.t("Upload");return o.jsx(K.Button,{text:ie,onClick:ce,disabled:fe})},Fe=o.jsxs(_u,{children:[o.jsx(Na,{style:{...!Ie&&{backgroundColor:"transparent",marginTop:0,maxHeight:"400px"}},children:Ie?o.jsx(Tu,{uploadingData:x,setUploadingData:y,progress:k}):o.jsx(Bv,{onDrop:pe,marginTop:0,height:350,width:440,accept:Xv.accept})}),Ie&&o.jsxs(Pa,{children:[o.jsx(K.Button,{text:Wo.t("Cancel"),variant:d?"text":"secondary",onClick:ue}),o.jsx(Pe,{disabled:v||w})]})]}),Qe=o.jsxs(o.Fragment,{children:[o.jsx(Na,{children:o.jsx(Tu,{uploadingData:x,setUploadingData:y,progress:k})}),o.jsxs(Pa,{style:{justifyContent:"right"},children:[o.jsx(K.Button,{text:Wo.t("Cancel"),variant:d?"text":"secondary",onClick:ue}),o.jsx(Pe,{disabled:!0})]})]}),it=o.jsxs(o.Fragment,{children:[o.jsx(Na,{children:o.jsx(Zv,{children:Wo.t("You will have to restart your video upload from the beginning if you cancel now. Are you sure you want to cancel this upload?")})}),o.jsxs(Pa,{children:[o.jsx(K.Button,{text:Wo.t("Cancel"),variant:d?"text":"secondary",onClick:e}),o.jsx(Pe,{title:Wo.t("Continue Upload"),onClick:()=>T(!1)})]})]});return[Fe,o.jsx(_u,{children:E?it:Qe})][u]},eb=l.div`
1848
1848
  display: flex;
1849
1849
  justify-content: space-between;
1850
1850
  align-items: center;
@@ -1852,7 +1852,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1852
1852
  `,tb=l.div`
1853
1853
  font-weight: bold;
1854
1854
  font-size: 18px;
1855
- `,ob=({handleModalClose:e,disabled:i,onSuccess:n})=>{const{t:a}=re.useTranslation();return o.jsxs(Xr,{disableFullScreen:!0,children:[o.jsxs(eb,{children:[o.jsx(tb,{children:a("Upload new video")}),o.jsx(D1,{style:{position:"static",padding:0,height:"fit-content",width:"fit-content"},disabled:i,onClick:e})]}),o.jsx(Jv,{handleModalClose:e,onSuccess:n})]})},rb=({vin:e=""})=>Me.useQuery(["GTM_VIN",e],async()=>M1({search:e,soldFilter:"2"}),{refetchOnWindowFocus:!1,staleTime:0,enabled:!!e});function w0({vin:e}){var m,v,S,C,E;const{isCdkEnviroment:i}=l.useTheme(),{data:n,isSuccess:a}=rb({vin:i?e:""}),{userData:c}=nt(),d=qe.useLocation(),u=e?(m=n==null?void 0:n.items)==null?void 0:m[0]:void 0,h={user_id:(c==null?void 0:c.eleadDMSEmployeeID)||void 0,enterprise_id:((v=c==null?void 0:c.customer)==null?void 0:v.cdkEnterpriseId)||void 0,store_id:((S=c==null?void 0:c.customer)==null?void 0:S.cdkStoreId)||void 0,store_name:((C=c==null?void 0:c.customer)==null?void 0:C.business)||void 0,is_internal_user:(E=c==null?void 0:c.email)==null?void 0:E.includes("cdk")},x=wi(u),y=f.useCallback(({pageLocation:T,pageSection:k,videoAttributes:j,excludeVehicleData:L=!1,vehicle:D,mergeIds:O,pageUrl:M})=>{const A=Ti(j),V={...{event:uo.COVIDEO_PAGEVIEW,application:y3.CRM_VIDEO_EMBED,page_url:M,page_location:T||void 0,page_section:k||void 0},...h,...A,...L?{}:x,...D,...O?{merge_ids:O}:{}};Co(V)},[d.pathname,c,x.vin]);return{trackVideoSpecificPagesManually:i?y:void 0,vehiceReady:a}}const _3="lastSelectedFolderEmbed",ib=()=>{const e=localStorage.getItem(_3);return e?JSON.parse(e):null},nb=e=>{localStorage.setItem(_3,JSON.stringify(e))},sb=e=>{const n=ib();return!(n&&Number(n.userId)===e)||n.folderId===void 0?-2:(n==null?void 0:n.folderId)===Yt.value?Yt.value:Number(n.folderId)},ab=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.isUsingVinReels)},cb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.spotlightEnabled)&&!!Number(e==null?void 0:e.spotlightEnabled)},lb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.spotlightEnabled)},db=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.quickVideosEnabled)},ub=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.suggestedContentEnabled)},pb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.quickVideoAvatarEnabled)&&!!Number(e==null?void 0:e.quickVideoAvatarEnabled)},xb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.quickVideoAvatarEnabled)},hb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.aiMusicEnabled)},yb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.hasCovideoMagic)},fb=()=>{const{userData:e}=nt();return f.useMemo(()=>({isAIScriptsEnabled:yb(e),isAIAssistantEnabled:pb(e),isAIAssistantEnabledForCustomer:xb(e),isVinReelsEnabled:ab(e),isAISpotlightEnabled:cb(e),isAISpotlightEnabledForCustomer:lb(e),isQuickVideosEnabled:db(e),isSuggestedContentEnabled:ub(e),isAIMusicEnabled:hb(e)}),[e])},gb=()=>{const{isVinReelsEnabled:e,isQuickVideosEnabled:i,isAISpotlightEnabled:n,isAIAssistantEnabled:a}=fb();return f.useMemo(()=>{const c=a||e||n,d=e||i,u=c||d,h=n||a,x=i;return{isPronunciationAvailable:c,isDealershipHighlightsAvailable:d,isPersonalizationAvailable:u,isAIAssistantsAvailable:h,isQuickVideosAvailable:x,isVinReelsAvailable:e,isAIConfigurationAvailable:u||h||x}},[e,i,n,a])},mb=l.div`
1855
+ `,ob=({handleModalClose:e,disabled:i,onSuccess:n})=>{const{t:a}=re.useTranslation();return o.jsxs(Xr,{disableFullScreen:!0,children:[o.jsxs(eb,{children:[o.jsx(tb,{children:a("Upload new video")}),o.jsx(D1,{style:{position:"static",padding:0,height:"fit-content",width:"fit-content"},disabled:i,onClick:e})]}),o.jsx(Jv,{handleModalClose:e,onSuccess:n})]})},rb=({vin:e=""})=>Me.useQuery(["GTM_VIN",e],async()=>M1({search:e,soldFilter:"2"}),{refetchOnWindowFocus:!1,staleTime:0,enabled:!!e});function w0({vin:e}){var v,m,w,C,E;const{isCdkEnviroment:i}=l.useTheme(),{data:n,isSuccess:a}=rb({vin:i?e:""}),{userData:c}=nt(),d=qe.useLocation(),u=e?(v=n==null?void 0:n.items)==null?void 0:v[0]:void 0,h={user_id:(c==null?void 0:c.eleadDMSEmployeeID)||void 0,enterprise_id:((m=c==null?void 0:c.customer)==null?void 0:m.cdkEnterpriseId)||void 0,store_id:((w=c==null?void 0:c.customer)==null?void 0:w.cdkStoreId)||void 0,store_name:((C=c==null?void 0:c.customer)==null?void 0:C.business)||void 0,is_internal_user:(E=c==null?void 0:c.email)==null?void 0:E.includes("cdk")},x=wi(u),y=f.useCallback(({pageLocation:T,pageSection:k,videoAttributes:j,excludeVehicleData:L=!1,vehicle:D,mergeIds:O,pageUrl:M})=>{const A=Ti(j),V={...{event:uo.COVIDEO_PAGEVIEW,application:y3.CRM_VIDEO_EMBED,page_url:M,page_location:T||void 0,page_section:k||void 0},...h,...A,...L?{}:x,...D,...O?{merge_ids:O}:{}};Co(V)},[d.pathname,c,x.vin]);return{trackVideoSpecificPagesManually:i?y:void 0,vehiceReady:a}}const _3="lastSelectedFolderEmbed",ib=()=>{const e=localStorage.getItem(_3);return e?JSON.parse(e):null},nb=e=>{localStorage.setItem(_3,JSON.stringify(e))},sb=e=>{const n=ib();return!(n&&Number(n.userId)===e)||n.folderId===void 0?-2:(n==null?void 0:n.folderId)===Yt.value?Yt.value:Number(n.folderId)},ab=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.isUsingVinReels)},cb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.spotlightEnabled)&&!!Number(e==null?void 0:e.spotlightEnabled)},lb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.spotlightEnabled)},db=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.quickVideosEnabled)},ub=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.suggestedContentEnabled)},pb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.quickVideoAvatarEnabled)&&!!Number(e==null?void 0:e.quickVideoAvatarEnabled)},xb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.quickVideoAvatarEnabled)},hb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.aiMusicEnabled)},yb=e=>{var i;return!!Number((i=e==null?void 0:e.customer)==null?void 0:i.hasCovideoMagic)},fb=()=>{const{userData:e}=nt();return f.useMemo(()=>({isAIScriptsEnabled:yb(e),isAIAssistantEnabled:pb(e),isAIAssistantEnabledForCustomer:xb(e),isVinReelsEnabled:ab(e),isAISpotlightEnabled:cb(e),isAISpotlightEnabledForCustomer:lb(e),isQuickVideosEnabled:db(e),isSuggestedContentEnabled:ub(e),isAIMusicEnabled:hb(e)}),[e])},gb=()=>{const{isVinReelsEnabled:e,isQuickVideosEnabled:i,isAISpotlightEnabled:n,isAIAssistantEnabled:a}=fb();return f.useMemo(()=>{const c=a||e||n,d=e||i,u=c||d,h=n||a,x=i;return{isPronunciationAvailable:c,isDealershipHighlightsAvailable:d,isPersonalizationAvailable:u,isAIAssistantsAvailable:h,isQuickVideosAvailable:x,isVinReelsAvailable:e,isAIConfigurationAvailable:u||h||x}},[e,i,n,a])},mb=l.div`
1856
1856
  position: absolute;
1857
1857
  top: calc(100% + 6px); // space below the trigger
1858
1858
  right: 0;
@@ -1965,7 +1965,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
1965
1965
  border-width: 1px;
1966
1966
  padding: 7px;
1967
1967
  gap: 12px;
1968
- `,Eb=o.jsxs("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M16.8318 10.0099V10.9675C16.7829 10.9675 16.7387 10.9675 16.6946 10.9675C15.5974 10.9675 14.5003 10.9663 13.4025 10.9693C13.2903 10.9693 13.1746 10.9824 13.0666 11.0122C12.9079 11.0564 12.8303 11.181 12.8321 11.3475C12.8345 11.5217 12.9073 11.6196 13.0809 11.6667C13.1537 11.6864 13.2295 11.7013 13.3046 11.7043C14.0289 11.7299 14.7538 11.7502 15.4781 11.7771C15.7018 11.7854 15.9267 11.7962 16.1469 11.8302C16.5908 11.8982 16.8551 12.1655 16.947 12.6022C17.0215 12.9584 17.0251 13.3163 16.947 13.6719C16.8402 14.1569 16.4983 14.4451 15.9828 14.4898C15.8206 14.5036 15.6571 14.5113 15.4942 14.5119C14.2562 14.5137 13.0189 14.5131 11.7809 14.5131C11.7356 14.5131 11.6902 14.5131 11.6341 14.5131V13.5484C11.6807 13.5484 11.7248 13.5484 11.769 13.5484C12.8661 13.5484 13.9633 13.5496 15.0611 13.5466C15.181 13.5466 15.3039 13.5329 15.4196 13.5031C15.5765 13.4625 15.6535 13.3563 15.6613 13.2107C15.6714 13.0335 15.607 12.9005 15.4501 12.8474C15.3194 12.8032 15.178 12.7764 15.0396 12.7704C14.3344 12.74 13.6286 12.7227 12.9234 12.6923C12.7045 12.6827 12.4825 12.6666 12.2689 12.6207C11.8215 12.5246 11.587 12.2466 11.5214 11.7371C11.4808 11.4209 11.488 11.1017 11.5661 10.7897C11.6944 10.2748 12.0124 10.0117 12.5678 10.0081C13.9764 9.99857 15.385 10.0051 16.7936 10.0051C16.8008 10.0051 16.8085 10.0075 16.8306 10.0117L16.8318 10.0099Z",fill:"#214099"}),o.jsx("path",{d:"M6.16772 10.0088H11.0426V11.035H7.54053C7.54053 11.2873 7.53933 11.5248 7.54291 11.7622C7.54291 11.7801 7.57692 11.807 7.59959 11.8135C7.63121 11.8225 7.66701 11.8171 7.70161 11.8171C8.69258 11.8171 9.68355 11.8171 10.6751 11.8171C10.7809 11.8171 10.834 11.8714 10.8344 11.98C10.8344 12.1805 10.8296 12.3815 10.8362 12.582C10.8398 12.6864 10.8058 12.7168 10.7002 12.7168C9.70145 12.7132 8.70272 12.7144 7.704 12.7144C7.65507 12.7144 7.60615 12.7144 7.53993 12.7144C7.53993 12.9554 7.53874 13.1887 7.54232 13.422C7.54232 13.4405 7.57513 13.4679 7.5972 13.4745C7.62882 13.484 7.66462 13.4781 7.69922 13.4781C8.76238 13.4781 9.82554 13.4781 10.8893 13.4781H11.0426V14.5048H6.16832V10.0088H6.16772Z",fill:"#214099"}),o.jsx("path",{d:"M16.8557 14.5122C16.981 14.2801 17.0973 14.0641 17.2143 13.8488C17.8878 12.6084 18.5626 11.3693 19.232 10.1271C19.2851 10.0287 19.3424 9.99884 19.451 10C19.9635 10.006 20.4759 10.0036 20.9884 10.0018C21.0523 10.0018 21.0905 10.0173 21.1227 10.0776C21.9024 11.5309 22.684 12.9837 23.4656 14.4364C23.4757 14.4555 23.4841 14.4764 23.5002 14.5128C23.4184 14.5128 23.3486 14.5128 23.2788 14.5128C22.8803 14.5128 22.4817 14.511 22.0832 14.5146C22.0062 14.5152 21.9615 14.4967 21.9251 14.4227C21.8249 14.2193 21.7127 14.0218 21.6083 13.8201C21.5785 13.7629 21.5421 13.7396 21.4759 13.7396C20.6144 13.742 19.7523 13.742 18.8907 13.7396C18.8233 13.7396 18.7881 13.7646 18.7589 13.8207C18.6497 14.0283 18.5399 14.236 18.4236 14.4394C18.4045 14.4734 18.352 14.5092 18.315 14.5098C17.8371 14.5146 17.3587 14.5128 16.8569 14.5128L16.8557 14.5122ZM21.0541 12.7749C20.7611 12.2236 20.4771 11.689 20.18 11.1306C19.8835 11.689 19.5989 12.2248 19.306 12.7749H21.0535H21.0541Z",fill:"#214099"}),o.jsx("path",{d:"M5.88986 14.509H1.5V10.0088H2.87041V10.1412C2.87041 11.1787 2.87041 12.2168 2.87041 13.2543C2.87041 13.456 2.84834 13.4321 3.04343 13.4327C3.94312 13.4333 4.84341 13.4327 5.74309 13.4327C5.78844 13.4327 5.83378 13.4327 5.88867 13.4327V14.5084L5.88986 14.509Z",fill:"#214099"})]}),_b=o.jsxs("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M8.01135 7.31074L8.13763 16.7994C8.15144 17.8372 9.27808 18.4745 10.1758 17.9536L18.1748 13.3109C19.0686 12.792 19.0765 11.5016 18.1886 10.9728L10.0634 6.12688C9.1518 5.58428 7.99754 6.24922 8.01135 7.31074Z",fill:"#E91524"}),o.jsx("path",{d:"M12.5 23C18.5751 23 23.5 18.0751 23.5 12C23.5 5.92487 18.5751 1 12.5 1C6.42487 1 1.5 5.92487 1.5 12C1.5 18.0751 6.42487 23 12.5 23Z",stroke:"#231F20","stroke-width":"1.18386","stroke-miterlimit":"10"})]}),Tb=o.jsxs("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.5 4C2.5 3.44772 2.94772 3 3.5 3H21.5C22.0523 3 22.5 3.44772 22.5 4V14C22.5 14.5523 22.0523 15 21.5 15H3.5C2.94772 15 2.5 14.5523 2.5 14V4ZM14.3216 8.576C14.6349 8.77183 14.6349 9.22817 14.3216 9.424L11.765 11.0219C11.432 11.23 11 10.9906 11 10.5979V7.40212C11 7.00941 11.432 6.76998 11.765 6.97812L14.3216 8.576Z",fill:"#272A32"}),o.jsx("path",{d:"M3.5 17C2.94772 17 2.5 17.4477 2.5 18V20C2.5 20.5523 2.94772 21 3.5 21H21.5C22.0523 21 22.5 20.5523 22.5 20V18C22.5 17.4477 22.0523 17 21.5 17H3.5Z",fill:"#272A32"})]}),Ib=()=>{var M,A,_,V;const{colors:e}=l.useTheme(),[i,n]=f.useState(!1),{showWheelsTVFeature:a,showLesaTVFeature:c,showVinReelsFeature:d}=rt(),{t:u}=re.useTranslation(),{userData:h}=nt(),x=qe.useHistory(),{isVinReelsAvailable:y}=gb(),m=Zo(h),v=()=>{n(!1)},{ref:S}=qn(v),C=!m&&!!Number(h.customer.wheelsTV),E=!!Number(h.customer.lesaAccess),T=[C?u("Wheels TV"):"",E?u("Lesa"):"",y?u("VINReels"):""].filter(Boolean),j=(N=>{const U=N.pop();return`${N.join(", ")} & ${U}`})([...T]),D=T.length>=2,O=[{label:o.jsx(bo,{children:u("Wheels TV")}),icon:_b,onClick:()=>{n(!1),x.push("/wheels-tv")},showItem:C&&a},{label:o.jsx(bo,{children:u("Lesa")}),icon:Eb,onClick:()=>{n(!1),x.push("/lesa-tv")},showItem:E&&c},{label:o.jsx(bo,{children:u("VINReels")}),icon:Tb,onClick:()=>{n(!1),x.push("/vinreels")},showItem:y&&d}];return!c&&!a&&!d?o.jsx(o.Fragment,{}):o.jsxs(o.Fragment,{children:[D&&o.jsxs("div",{ref:S,style:{position:"relative",display:"inline-block"},children:[o.jsx(K.Tooltip,{extendStyles:{element:{width:"100%",maxWidth:"200px"},popup:{padding:"10px"}},popup:o.jsx(Jt,{children:j}),children:o.jsxs(jb,{onClick:()=>n(N=>!N),children:[o.jsx(Ei.IoCarSport,{size:24,color:((A=(M=e.secondary)==null?void 0:M.text)==null?void 0:A.color)||e.secondary[100]}),o.jsx(M5.BiChevronDown,{size:20,color:((V=(_=e.secondary)==null?void 0:_.text)==null?void 0:V.color)||e.secondary[100]})]})}),!!i&&o.jsx(bb,{dropdownItems:O})]}),a?!D&&C&&o.jsx(K.Button,{onClick:()=>x.push("/wheels-tv"),icon:o.jsx(ot.IoMdCar,{size:18}),text:"WheelsTV",variant:"white"}):null,c?!D&&E&&o.jsx(K.Button,{onClick:()=>x.push("/lesa-tv"),icon:o.jsx(ot.IoMdCar,{size:18}),text:"LesaTV",variant:"white"}):null,d?!D&&y&&o.jsx(K.Button,{onClick:()=>x.push("/vinreels"),icon:o.jsx(ot.IoMdCar,{size:18}),text:"VinReels",variant:"white"}):null]})},Ab=l.div`
1968
+ `,Eb=o.jsxs("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M16.8318 10.0099V10.9675C16.7829 10.9675 16.7387 10.9675 16.6946 10.9675C15.5974 10.9675 14.5003 10.9663 13.4025 10.9693C13.2903 10.9693 13.1746 10.9824 13.0666 11.0122C12.9079 11.0564 12.8303 11.181 12.8321 11.3475C12.8345 11.5217 12.9073 11.6196 13.0809 11.6667C13.1537 11.6864 13.2295 11.7013 13.3046 11.7043C14.0289 11.7299 14.7538 11.7502 15.4781 11.7771C15.7018 11.7854 15.9267 11.7962 16.1469 11.8302C16.5908 11.8982 16.8551 12.1655 16.947 12.6022C17.0215 12.9584 17.0251 13.3163 16.947 13.6719C16.8402 14.1569 16.4983 14.4451 15.9828 14.4898C15.8206 14.5036 15.6571 14.5113 15.4942 14.5119C14.2562 14.5137 13.0189 14.5131 11.7809 14.5131C11.7356 14.5131 11.6902 14.5131 11.6341 14.5131V13.5484C11.6807 13.5484 11.7248 13.5484 11.769 13.5484C12.8661 13.5484 13.9633 13.5496 15.0611 13.5466C15.181 13.5466 15.3039 13.5329 15.4196 13.5031C15.5765 13.4625 15.6535 13.3563 15.6613 13.2107C15.6714 13.0335 15.607 12.9005 15.4501 12.8474C15.3194 12.8032 15.178 12.7764 15.0396 12.7704C14.3344 12.74 13.6286 12.7227 12.9234 12.6923C12.7045 12.6827 12.4825 12.6666 12.2689 12.6207C11.8215 12.5246 11.587 12.2466 11.5214 11.7371C11.4808 11.4209 11.488 11.1017 11.5661 10.7897C11.6944 10.2748 12.0124 10.0117 12.5678 10.0081C13.9764 9.99857 15.385 10.0051 16.7936 10.0051C16.8008 10.0051 16.8085 10.0075 16.8306 10.0117L16.8318 10.0099Z",fill:"#214099"}),o.jsx("path",{d:"M6.16772 10.0088H11.0426V11.035H7.54053C7.54053 11.2873 7.53933 11.5248 7.54291 11.7622C7.54291 11.7801 7.57692 11.807 7.59959 11.8135C7.63121 11.8225 7.66701 11.8171 7.70161 11.8171C8.69258 11.8171 9.68355 11.8171 10.6751 11.8171C10.7809 11.8171 10.834 11.8714 10.8344 11.98C10.8344 12.1805 10.8296 12.3815 10.8362 12.582C10.8398 12.6864 10.8058 12.7168 10.7002 12.7168C9.70145 12.7132 8.70272 12.7144 7.704 12.7144C7.65507 12.7144 7.60615 12.7144 7.53993 12.7144C7.53993 12.9554 7.53874 13.1887 7.54232 13.422C7.54232 13.4405 7.57513 13.4679 7.5972 13.4745C7.62882 13.484 7.66462 13.4781 7.69922 13.4781C8.76238 13.4781 9.82554 13.4781 10.8893 13.4781H11.0426V14.5048H6.16832V10.0088H6.16772Z",fill:"#214099"}),o.jsx("path",{d:"M16.8557 14.5122C16.981 14.2801 17.0973 14.0641 17.2143 13.8488C17.8878 12.6084 18.5626 11.3693 19.232 10.1271C19.2851 10.0287 19.3424 9.99884 19.451 10C19.9635 10.006 20.4759 10.0036 20.9884 10.0018C21.0523 10.0018 21.0905 10.0173 21.1227 10.0776C21.9024 11.5309 22.684 12.9837 23.4656 14.4364C23.4757 14.4555 23.4841 14.4764 23.5002 14.5128C23.4184 14.5128 23.3486 14.5128 23.2788 14.5128C22.8803 14.5128 22.4817 14.511 22.0832 14.5146C22.0062 14.5152 21.9615 14.4967 21.9251 14.4227C21.8249 14.2193 21.7127 14.0218 21.6083 13.8201C21.5785 13.7629 21.5421 13.7396 21.4759 13.7396C20.6144 13.742 19.7523 13.742 18.8907 13.7396C18.8233 13.7396 18.7881 13.7646 18.7589 13.8207C18.6497 14.0283 18.5399 14.236 18.4236 14.4394C18.4045 14.4734 18.352 14.5092 18.315 14.5098C17.8371 14.5146 17.3587 14.5128 16.8569 14.5128L16.8557 14.5122ZM21.0541 12.7749C20.7611 12.2236 20.4771 11.689 20.18 11.1306C19.8835 11.689 19.5989 12.2248 19.306 12.7749H21.0535H21.0541Z",fill:"#214099"}),o.jsx("path",{d:"M5.88986 14.509H1.5V10.0088H2.87041V10.1412C2.87041 11.1787 2.87041 12.2168 2.87041 13.2543C2.87041 13.456 2.84834 13.4321 3.04343 13.4327C3.94312 13.4333 4.84341 13.4327 5.74309 13.4327C5.78844 13.4327 5.83378 13.4327 5.88867 13.4327V14.5084L5.88986 14.509Z",fill:"#214099"})]}),_b=o.jsxs("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{d:"M8.01135 7.31074L8.13763 16.7994C8.15144 17.8372 9.27808 18.4745 10.1758 17.9536L18.1748 13.3109C19.0686 12.792 19.0765 11.5016 18.1886 10.9728L10.0634 6.12688C9.1518 5.58428 7.99754 6.24922 8.01135 7.31074Z",fill:"#E91524"}),o.jsx("path",{d:"M12.5 23C18.5751 23 23.5 18.0751 23.5 12C23.5 5.92487 18.5751 1 12.5 1C6.42487 1 1.5 5.92487 1.5 12C1.5 18.0751 6.42487 23 12.5 23Z",stroke:"#231F20","stroke-width":"1.18386","stroke-miterlimit":"10"})]}),Tb=o.jsxs("svg",{width:"25",height:"24",viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.5 4C2.5 3.44772 2.94772 3 3.5 3H21.5C22.0523 3 22.5 3.44772 22.5 4V14C22.5 14.5523 22.0523 15 21.5 15H3.5C2.94772 15 2.5 14.5523 2.5 14V4ZM14.3216 8.576C14.6349 8.77183 14.6349 9.22817 14.3216 9.424L11.765 11.0219C11.432 11.23 11 10.9906 11 10.5979V7.40212C11 7.00941 11.432 6.76998 11.765 6.97812L14.3216 8.576Z",fill:"#272A32"}),o.jsx("path",{d:"M3.5 17C2.94772 17 2.5 17.4477 2.5 18V20C2.5 20.5523 2.94772 21 3.5 21H21.5C22.0523 21 22.5 20.5523 22.5 20V18C22.5 17.4477 22.0523 17 21.5 17H3.5Z",fill:"#272A32"})]}),Ib=()=>{var M,A,_,V;const{colors:e}=l.useTheme(),[i,n]=f.useState(!1),{showWheelsTVFeature:a,showLesaTVFeature:c,showVinReelsFeature:d}=rt(),{t:u}=re.useTranslation(),{userData:h}=nt(),x=qe.useHistory(),{isVinReelsAvailable:y}=gb(),v=Zo(h),m=()=>{n(!1)},{ref:w}=qn(m),C=!v&&!!Number(h.customer.wheelsTV),E=!!Number(h.customer.lesaAccess),T=[C?u("Wheels TV"):"",E?u("Lesa"):"",y?u("VINReels"):""].filter(Boolean),j=(N=>{const U=N.pop();return`${N.join(", ")} & ${U}`})([...T]),D=T.length>=2,O=[{label:o.jsx(bo,{children:u("Wheels TV")}),icon:_b,onClick:()=>{n(!1),x.push("/wheels-tv")},showItem:C&&a},{label:o.jsx(bo,{children:u("Lesa")}),icon:Eb,onClick:()=>{n(!1),x.push("/lesa-tv")},showItem:E&&c},{label:o.jsx(bo,{children:u("VINReels")}),icon:Tb,onClick:()=>{n(!1),x.push("/vinreels")},showItem:y&&d}];return!c&&!a&&!d?o.jsx(o.Fragment,{}):o.jsxs(o.Fragment,{children:[D&&o.jsxs("div",{ref:w,style:{position:"relative",display:"inline-block"},children:[o.jsx(K.Tooltip,{extendStyles:{element:{width:"100%",maxWidth:"200px"},popup:{padding:"10px"}},popup:o.jsx(Jt,{children:j}),children:o.jsxs(jb,{onClick:()=>n(N=>!N),children:[o.jsx(Ei.IoCarSport,{size:24,color:((A=(M=e.secondary)==null?void 0:M.text)==null?void 0:A.color)||e.secondary[100]}),o.jsx(M5.BiChevronDown,{size:20,color:((V=(_=e.secondary)==null?void 0:_.text)==null?void 0:V.color)||e.secondary[100]})]})}),!!i&&o.jsx(bb,{dropdownItems:O})]}),a?!D&&C&&o.jsx(K.Button,{onClick:()=>x.push("/wheels-tv"),icon:o.jsx(ot.IoMdCar,{size:18}),text:"WheelsTV",variant:"white"}):null,c?!D&&E&&o.jsx(K.Button,{onClick:()=>x.push("/lesa-tv"),icon:o.jsx(ot.IoMdCar,{size:18}),text:"LesaTV",variant:"white"}):null,d?!D&&y&&o.jsx(K.Button,{onClick:()=>x.push("/vinreels"),icon:o.jsx(ot.IoMdCar,{size:18}),text:"VinReels",variant:"white"}):null]})},Ab=l.div`
1969
1969
  background: ${P.gray10};
1970
1970
  `,Vb=l.div`
1971
1971
  display: flex;
@@ -2010,7 +2010,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2010
2010
  ${({theme:e})=>e.containerWidth<de.mb&&l.css`
2011
2011
  grid-template-columns: 1fr;
2012
2012
  `}
2013
- `,vi={folderId:-2,name:"Primary",isDeletable:!1},za=0,Mb=6,Ob="cds-folders",Db=({handleUpdateToken:e})=>{const{trackVideoSpecificPagesManually:i}=w0({vin:""}),{trackGTMVideoInteractionEvent:n}=po(),{colors:a,isCdkEnviroment:c}=l.useTheme(),{userData:d}=nt(),{toast:u}=pt(),{showMergeFeature:h,showWheelsTVFeature:x,showLesaTVFeature:y,showRecordFeature:m,showUploadFeature:v,showFolderFeature:S,containerWidth:C,onUploadButtonClick:E,onRecordButtonClick:T}=rt(),[k,j]=f.useState(!1),[L,D]=f.useState([]),[O,M]=f.useState(!1);Oo(d),i0(d);const[A,_]=f.useState(0),{t:V}=re.useTranslation(),N=qe.useHistory(),[U,$]=f.useState({page:za,size:Mb,folderId:vi.folderId,searchQuery:""}),{data:z,isLoading:Z}=Me.useQuery(Ob,D8,{refetchOnWindowFocus:!1,staleTime:5e8,select:be=>{let Ve=[...be];return d.automotiveRole===v0.TECHNICIAN&&(Ve=be.filter(fe=>fe.name!==Br.VAULT&&fe.name!==Br.PRIVATE)),Ve}}),W=z?xr.keyBy(z,"folderId"):{},Q=W[U.folderId]||vi,Y=!!(Q!=null&&Q.access);let H=W[U.folderId]?W[U.folderId].name:vi.name;Y&&(H=`${O8}${U.folderId}`),H=H===Yt.label?Yt.value:H;const{data:ae,isLoading:le}=Me.useQuery(["cds-videos",U],async()=>N8({folder:H,search:U.searchQuery,size:U.size,page:U.page}),{refetchOnWindowFocus:!1,enabled:!!(z!=null&&z.length)}),{count:Te,videos:xe}=ae||{count:0,videos:[]},pe=Object.values(Br),ue=(z==null?void 0:z.filter(Boolean).filter(be=>be.folderId!==Yt.value).map(be=>({value:be.folderId,label:pe.includes(be.name)?V(`${be.name}`):be.name})).concat([{value:Yt.value,label:V("All folders")}]))||[],Se=be=>{const Ve=be.toLowerCase();$(fe=>({...fe,page:za,searchQuery:Ve}))},te=()=>{j(!1),localStorage.removeItem(to.merge),D([])},me=be=>{be.toString()===M8.toString()&&te(),nb({folderId:be,userId:d.userId}),$(Ve=>({...Ve,page:za,folderId:be}))},Ie=be=>{be==="left"&&$(Ve=>({...Ve,page:Ve.page-1})),be==="right"&&$(Ve=>({...Ve,page:Ve.page+1}))},Pe=()=>{localStorage.setItem(to.merge,JSON.stringify(L));const be=L.map(Ve=>Ve.id).filter(Boolean).join(",");n==null||n({action:qr.MERGE,videoIds:L.map(Ve=>Number(Ve.id))}),N.push(`/merge/?videos=${be}`)},Fe=async be=>{be.length&&_(be[0])};f.useEffect(()=>{var Ve;const be=(Ve=d.customer)==null?void 0:Ve.packageId;(Number(be)===b1.FREE||Number(be)===b1.PRO)&&(u({message:V("Please upgrade you account to use eLead integration.")}),e(""),N.go(0))},[]),f.useEffect(()=>{const be=localStorage.getItem(to.merge);if(be)try{const Ve=JSON.parse(be)||[];D(Ve),j(!!Ve.length)}catch{localStorage.removeItem(to.merge)}},[]),f.useEffect(()=>{i==null||i({...b0.VIDEOS_OVERVIEW})},[]),f.useEffect(()=>{if(!d.userId)return;const be=sb(Number(d.userId));$(Ve=>({...Ve,folderId:be}))},[d.userId]),f.useEffect(()=>{A&&N.push(`/preview-upload/${A}`)},[A]);const Qe=le||Z,it=(Q==null?void 0:Q.name)===Br.COMPANY;return o.jsxs(Ab,{children:[o.jsx(wo,{left:o.jsx(q1,{handleUpdateToken:e}),center:o.jsx(_i,{}),right:o.jsxs(o.Fragment,{children:[v&&o.jsx(K.Button,{onClick:E?()=>E(co):()=>M(!0),variant:c?"white":"secondary",text:C>de.sm?V("Upload"):"",icon:o.jsx(he.MdUpload,{size:22})}),m&&o.jsx(K.Button,{onClick:T?()=>T(co):()=>N.push("/record/home"),text:C>de.sm?V("Record"):"",icon:o.jsx(he.MdVideocam,{size:22}),variant:c?"white":"red"})]})}),o.jsxs(r0,{children:[o.jsxs(Vb,{children:[o.jsxs(Fa,{children:[o.jsx(cv,{handleSearch:Se,prevSearch:U.searchQuery}),S&&o.jsx(Lb,{children:o.jsx(Pt,{options:ue,value:ue.find(be=>be.value===(U==null?void 0:U.folderId))||vi,placeholder:V("All folders"),onChange:be=>me((be==null?void 0:be.value)??vi.folderId),isLoading:Z,isSearchable:!1,creatable:!1,disabled:Z})})]}),(x||h||y)&&o.jsxs(o.Fragment,{children:[!k&&o.jsxs(Fa,{children:[o.jsx(Ib,{}),h&&o.jsx(K.Button,{onClick:()=>it?{}:j(!0),text:V("Merge Videos"),variant:"white",disabled:it})]}),k&&o.jsxs(Fa,{children:[o.jsx(K.Button,{onClick:te,text:V("Cancel"),variant:"white"}),o.jsx(K.Tooltip,{position:"top",hoverable:!(L.length>=2&&L.length<=9),children:o.jsx(K.Button,{onClick:Pe,text:V("Merge Videos"),disabled:it||L.length<2||L.length>9}),popup:o.jsxs(o.Fragment,{children:[L.length<2&&V("Select 2+ videos to merge"),L.length>9&&V("Select maximum 9 videos")]}),extendStyles:{popup:{left:40,...c?{color:a.white[100],background:a.black[100]}:{}}}})]})]})]}),o.jsxs(o.Fragment,{children:[!Qe&&!!xe.length&&o.jsxs(o.Fragment,{children:[o.jsx($b,{children:xe.map((be,Ve)=>o.jsx(f3,{video:be,isMerge:k,selectedVideosData:L,setSelectedVideosData:D},be.id))}),o.jsxs(Rb,{children:[o.jsx(kv,{page:U.page,size:U.size,count:Te}),o.jsx(K.Button,{onClick:()=>Ie("left"),icon:o.jsx(he.MdChevronLeft,{size:22}),disabled:U.page===0,variant:"white",size:"small"}),o.jsx(K.Button,{onClick:()=>Ie("right"),icon:o.jsx(he.MdChevronRight,{size:22}),disabled:xe.length<U.size||(U.page+1)*U.size>=Te,variant:"white",size:"small"})]})]}),Qe&&o.jsx(Eu,{message:V("Loading..."),size:U.size}),!Qe&&!xe.length&&o.jsx(Eu,{message:V("No videos match your query"),size:U.size})]})]}),O&&o.jsx(ob,{handleModalClose:()=>M(!1),onSuccess:Fe})]})},Q1=l.keyframes`
2013
+ `,vi={folderId:-2,name:"Primary",isDeletable:!1},za=0,Mb=6,Ob="cds-folders",Db=({handleUpdateToken:e})=>{const{trackVideoSpecificPagesManually:i}=w0({vin:""}),{trackGTMVideoInteractionEvent:n}=po(),{colors:a,isCdkEnviroment:c}=l.useTheme(),{userData:d}=nt(),{toast:u}=pt(),{showMergeFeature:h,showWheelsTVFeature:x,showLesaTVFeature:y,showRecordFeature:v,showUploadFeature:m,showFolderFeature:w,containerWidth:C,onUploadButtonClick:E,onRecordButtonClick:T}=rt(),[k,j]=f.useState(!1),[L,D]=f.useState([]),[O,M]=f.useState(!1);Oo(d),i0(d);const[A,_]=f.useState(0),{t:V}=re.useTranslation(),N=qe.useHistory(),[U,$]=f.useState({page:za,size:Mb,folderId:vi.folderId,searchQuery:""}),{data:z,isLoading:Z}=Me.useQuery(Ob,D8,{refetchOnWindowFocus:!1,staleTime:5e8,select:be=>{let Ve=[...be];return d.automotiveRole===v0.TECHNICIAN&&(Ve=be.filter(fe=>fe.name!==Br.VAULT&&fe.name!==Br.PRIVATE)),Ve}}),W=z?xr.keyBy(z,"folderId"):{},Q=W[U.folderId]||vi,Y=!!(Q!=null&&Q.access);let H=W[U.folderId]?W[U.folderId].name:vi.name;Y&&(H=`${O8}${U.folderId}`),H=H===Yt.label?Yt.value:H;const{data:ae,isLoading:le}=Me.useQuery(["cds-videos",U],async()=>N8({folder:H,search:U.searchQuery,size:U.size,page:U.page}),{refetchOnWindowFocus:!1,enabled:!!(z!=null&&z.length)}),{count:Te,videos:xe}=ae||{count:0,videos:[]},pe=Object.values(Br),ue=(z==null?void 0:z.filter(Boolean).filter(be=>be.folderId!==Yt.value).map(be=>({value:be.folderId,label:pe.includes(be.name)?V(`${be.name}`):be.name})).concat([{value:Yt.value,label:V("All folders")}]))||[],Se=be=>{const Ve=be.toLowerCase();$(fe=>({...fe,page:za,searchQuery:Ve}))},te=()=>{j(!1),localStorage.removeItem(to.merge),D([])},me=be=>{be.toString()===M8.toString()&&te(),nb({folderId:be,userId:d.userId}),$(Ve=>({...Ve,page:za,folderId:be}))},Ie=be=>{be==="left"&&$(Ve=>({...Ve,page:Ve.page-1})),be==="right"&&$(Ve=>({...Ve,page:Ve.page+1}))},Pe=()=>{localStorage.setItem(to.merge,JSON.stringify(L));const be=L.map(Ve=>Ve.id).filter(Boolean).join(",");n==null||n({action:qr.MERGE,videoIds:L.map(Ve=>Number(Ve.id))}),N.push(`/merge/?videos=${be}`)},Fe=async be=>{be.length&&_(be[0])};f.useEffect(()=>{var Ve;const be=(Ve=d.customer)==null?void 0:Ve.packageId;(Number(be)===b1.FREE||Number(be)===b1.PRO)&&(u({message:V("Please upgrade you account to use eLead integration.")}),e(""),N.go(0))},[]),f.useEffect(()=>{const be=localStorage.getItem(to.merge);if(be)try{const Ve=JSON.parse(be)||[];D(Ve),j(!!Ve.length)}catch{localStorage.removeItem(to.merge)}},[]),f.useEffect(()=>{i==null||i({...b0.VIDEOS_OVERVIEW})},[]),f.useEffect(()=>{if(!d.userId)return;const be=sb(Number(d.userId));$(Ve=>({...Ve,folderId:be}))},[d.userId]),f.useEffect(()=>{A&&N.push(`/preview-upload/${A}`)},[A]);const Qe=le||Z,it=(Q==null?void 0:Q.name)===Br.COMPANY;return o.jsxs(Ab,{children:[o.jsx(wo,{left:o.jsx(q1,{handleUpdateToken:e}),center:o.jsx(_i,{}),right:o.jsxs(o.Fragment,{children:[m&&o.jsx(K.Button,{onClick:E?()=>E(co):()=>M(!0),variant:c?"white":"secondary",text:C>de.sm?V("Upload"):"",icon:o.jsx(he.MdUpload,{size:22})}),v&&o.jsx(K.Button,{onClick:T?()=>T(co):()=>N.push("/record/home"),text:C>de.sm?V("Record"):"",icon:o.jsx(he.MdVideocam,{size:22}),variant:c?"white":"red"})]})}),o.jsxs(r0,{children:[o.jsxs(Vb,{children:[o.jsxs(Fa,{children:[o.jsx(cv,{handleSearch:Se,prevSearch:U.searchQuery}),w&&o.jsx(Lb,{children:o.jsx(Pt,{options:ue,value:ue.find(be=>be.value===(U==null?void 0:U.folderId))||vi,placeholder:V("All folders"),onChange:be=>me((be==null?void 0:be.value)??vi.folderId),isLoading:Z,isSearchable:!1,creatable:!1,disabled:Z})})]}),(x||h||y)&&o.jsxs(o.Fragment,{children:[!k&&o.jsxs(Fa,{children:[o.jsx(Ib,{}),h&&o.jsx(K.Button,{onClick:()=>it?{}:j(!0),text:V("Merge Videos"),variant:"white",disabled:it})]}),k&&o.jsxs(Fa,{children:[o.jsx(K.Button,{onClick:te,text:V("Cancel"),variant:"white"}),o.jsx(K.Tooltip,{position:"top",hoverable:!(L.length>=2&&L.length<=9),children:o.jsx(K.Button,{onClick:Pe,text:V("Merge Videos"),disabled:it||L.length<2||L.length>9}),popup:o.jsxs(o.Fragment,{children:[L.length<2&&V("Select 2+ videos to merge"),L.length>9&&V("Select maximum 9 videos")]}),extendStyles:{popup:{left:40,...c?{color:a.white[100],background:a.black[100]}:{}}}})]})]})]}),o.jsxs(o.Fragment,{children:[!Qe&&!!xe.length&&o.jsxs(o.Fragment,{children:[o.jsx($b,{children:xe.map((be,Ve)=>o.jsx(f3,{video:be,isMerge:k,selectedVideosData:L,setSelectedVideosData:D},be.id))}),o.jsxs(Rb,{children:[o.jsx(kv,{page:U.page,size:U.size,count:Te}),o.jsx(K.Button,{onClick:()=>Ie("left"),icon:o.jsx(he.MdChevronLeft,{size:22}),disabled:U.page===0,variant:"white",size:"small"}),o.jsx(K.Button,{onClick:()=>Ie("right"),icon:o.jsx(he.MdChevronRight,{size:22}),disabled:xe.length<U.size||(U.page+1)*U.size>=Te,variant:"white",size:"small"})]})]}),Qe&&o.jsx(Eu,{message:V("Loading..."),size:U.size}),!Qe&&!xe.length&&o.jsx(Eu,{message:V("No videos match your query"),size:U.size})]})]}),O&&o.jsx(ob,{handleModalClose:()=>M(!1),onSuccess:Fe})]})},Q1=l.keyframes`
2014
2014
  from { opacity: 0; transform: translateY(10px); }
2015
2015
  to { opacity: 1; transform: translateY(0); }
2016
2016
  `,Nb=l.keyframes`
@@ -2217,7 +2217,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2217
2217
  color: ${({theme:e})=>e.colors.neutral[40]};
2218
2218
  font-size: 16px;
2219
2219
  }
2220
- `,o0=f.forwardRef(({label:e,isRequired:i,extendStyles:n,info:a,...c},d)=>{const[u,h]=ht.useField(c);return o.jsxs(Ut,{...n==null?void 0:n.mainWrapper,gap:"4px",children:[e&&o.jsx(Hn,{label:e,name:c.name,isRequired:i,disabled:!!c.disabled,info:a,labelStyles:n==null?void 0:n.labelStyles}),o.jsxs(Ut,{...n==null?void 0:n.inputWrapper,gap:"4px",children:[o.jsx(R3,{...u,...c,id:c.name,ref:d}),o.jsx(ec,{meta:h,extendStyles:n})]})]})});o0.displayName="FormikInputField";const Gb=Et.object({username:Et.string().trim().required("Username is required")}),Yb=Et.object({username:Et.string().required(),password:Et.string().required("Password is required")}),Qb=(e,i)=>{const n=i?`?relayState=${encodeURIComponent(i)}`:"";return`${e}${n}`},Zb=async e=>(await je.post("/auth/username-check-sso",e)).data,Kb=()=>Me.useMutation({mutationFn:Zb,onError:e=>{console.error("Username check error",e)}}),Xb=({showSsoFeature:e,onVerified:i,onSso:n})=>{const{t:a}=re.useTranslation(),{mutateAsync:c}=Kb();return o.jsx(ht.Formik,{initialValues:{username:""},validationSchema:Gb,onSubmit:async(d,{setFieldError:u})=>{const h=d.username.trim();if(!e){i(h);return}try{const{userExist:x,ssoLoginUrl:y}=await c({username:h});if(!x){u("username",a("Username not found. Please try again."));return}if(y){if(window.location.origin.includes("localhost:6006")){console.log("[SSO MOCK] Redirect to:",y);return}const m=window.location.href,v=Qb(y,m);n(h),setTimeout(()=>{window.location.assign(v)},1500)}else i(h)}catch{u("username",a("Could not verify username. Please try again."))}},children:({values:d,isSubmitting:u})=>o.jsx(ht.Form,{children:o.jsxs(Z1,{children:[o.jsxs(K1,{children:[o.jsx(X1,{htmlFor:"username",children:a("Username")}),o.jsx(J1,{href:"https://www.covideo.com/forgot-username/",target:"_blank",children:a("Forgot username?")})]}),o.jsxs(I3,{children:[o.jsx(o0,{name:"username",isRequired:!0,placeholder:a("Username"),autoFocus:!0,type:"text",extendStyles:{mainWrapper:{flex:1}}}),o.jsx(K.Button,{type:"submit",disabled:!d.username.trim()||u,"aria-label":"Next",icon:u?o.jsx(A3,{}):o.jsx(he.MdArrowForward,{size:18})})]})]})})})},Jb=l.keyframes`
2220
+ `,o0=f.forwardRef(({label:e,isRequired:i,extendStyles:n,info:a,...c},d)=>{const[u,h]=ht.useField(c);return o.jsxs(Ut,{...n==null?void 0:n.mainWrapper,gap:"4px",children:[e&&o.jsx(Hn,{label:e,name:c.name,isRequired:i,disabled:!!c.disabled,info:a,labelStyles:n==null?void 0:n.labelStyles}),o.jsxs(Ut,{...n==null?void 0:n.inputWrapper,gap:"4px",children:[o.jsx(R3,{...u,...c,id:c.name,ref:d}),o.jsx(ec,{meta:h,extendStyles:n})]})]})});o0.displayName="FormikInputField";const Gb=Et.object({username:Et.string().trim().required("Username is required")}),Yb=Et.object({username:Et.string().required(),password:Et.string().required("Password is required")}),Qb=(e,i)=>{const n=i?`?relayState=${encodeURIComponent(i)}`:"";return`${e}${n}`},Zb=async e=>(await je.post("/auth/username-check-sso",e)).data,Kb=()=>Me.useMutation({mutationFn:Zb,onError:e=>{console.error("Username check error",e)}}),Xb=({showSsoFeature:e,onVerified:i,onSso:n})=>{const{t:a}=re.useTranslation(),{mutateAsync:c}=Kb();return o.jsx(ht.Formik,{initialValues:{username:""},validationSchema:Gb,onSubmit:async(d,{setFieldError:u})=>{const h=d.username.trim();if(!e){i(h);return}try{const{userExist:x,ssoLoginUrl:y}=await c({username:h});if(!x){u("username",a("Username not found. Please try again."));return}if(y){if(window.location.origin.includes("localhost:6006")){console.log("[SSO MOCK] Redirect to:",y);return}const v=window.location.href,m=Qb(y,v);n(h),setTimeout(()=>{window.location.assign(m)},1500)}else i(h)}catch{u("username",a("Could not verify username. Please try again."))}},children:({values:d,isSubmitting:u})=>o.jsx(ht.Form,{children:o.jsxs(Z1,{children:[o.jsxs(K1,{children:[o.jsx(X1,{htmlFor:"username",children:a("Username")}),o.jsx(J1,{href:"https://www.covideo.com/forgot-username/",target:"_blank",children:a("Forgot username?")})]}),o.jsxs(I3,{children:[o.jsx(o0,{name:"username",isRequired:!0,placeholder:a("Username"),autoFocus:!0,type:"text",extendStyles:{mainWrapper:{flex:1}}}),o.jsx(K.Button,{type:"submit",disabled:!d.username.trim()||u,"aria-label":"Next",icon:u?o.jsx(A3,{}):o.jsx(he.MdArrowForward,{size:18})})]})]})})})},Jb=l.keyframes`
2221
2221
  from {
2222
2222
  transform: rotate(0deg);
2223
2223
  }
@@ -2227,7 +2227,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2227
2227
  `,ew=l.svg`
2228
2228
  animation: ${Jb} 2s linear infinite;
2229
2229
  will-change: transform;
2230
- `,tw=()=>o.jsx(ew,{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"spinner",children:o.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.83317 10.0003C5.83317 9.54033 5.45984 9.16699 4.99984 9.16699H2.49984C2.03984 9.16699 1.6665 9.54033 1.6665 10.0003C1.6665 10.4603 2.03984 10.8337 2.49984 10.8337H4.99984C5.45984 10.8337 5.83317 10.4603 5.83317 10.0003V10.0003ZM17.4998 9.16699H14.9998C14.5398 9.16699 14.1665 9.54033 14.1665 10.0003C14.1665 10.4603 14.5398 10.8337 14.9998 10.8337H17.4998C17.9598 10.8337 18.3332 10.4603 18.3332 10.0003C18.3332 9.54033 17.9598 9.16699 17.4998 9.16699V9.16699ZM9.99984 14.167C9.53984 14.167 9.1665 14.5403 9.1665 15.0003V17.5003C9.1665 17.9612 9.53984 18.3337 9.99984 18.3337C10.4598 18.3337 10.8332 17.9612 10.8332 17.5003V15.0003C10.8332 14.5403 10.4598 14.167 9.99984 14.167V14.167ZM9.99984 1.66699C9.53984 1.66699 9.1665 2.04033 9.1665 2.50033V5.00033C9.1665 5.46033 9.53984 5.83366 9.99984 5.83366C10.4598 5.83366 10.8332 5.46033 10.8332 5.00033V2.50033C10.8332 2.04033 10.4598 1.66699 9.99984 1.66699V1.66699ZM6.9715 3.08866C6.7415 2.69033 6.23234 2.55283 5.83317 2.78366C5.434 3.01366 5.29817 3.52366 5.52817 3.92199L6.77817 6.08699C7.00817 6.48533 7.51734 6.62199 7.9165 6.39199C8.31567 6.16199 8.4515 5.65199 8.2215 5.25366L6.9715 3.08866ZM13.2215 13.9137C12.9915 13.5153 12.4823 13.3787 12.0832 13.6087C11.684 13.8387 11.5482 14.3487 11.7782 14.747L13.0282 16.912C13.2582 17.3103 13.7673 17.4478 14.1665 17.217C14.5657 16.987 14.7015 16.477 14.4715 16.0787L13.2215 13.9137ZM6.3915 12.0837C6.1615 11.6845 5.6515 11.5487 5.25317 11.7787L3.08817 13.0287C2.68984 13.2587 2.55234 13.7678 2.78317 14.167C3.01317 14.5662 3.52317 14.702 3.9215 14.472L6.0865 13.222C6.48484 12.992 6.6215 12.4828 6.3915 12.0837V12.0837ZM13.6082 7.91699C13.8382 8.31616 14.3482 8.45199 14.7465 8.22199L16.9115 6.97199C17.3098 6.74199 17.4473 6.23283 17.2165 5.83366C16.9865 5.43449 16.4765 5.29866 16.0782 5.52866L13.9132 6.77866C13.5148 7.00866 13.3782 7.51783 13.6082 7.91699V7.91699ZM3.08817 6.97199L5.25317 8.22199C5.6515 8.45199 6.1615 8.31616 6.3915 7.91699C6.6215 7.51783 6.48484 7.00866 6.0865 6.77866L3.9215 5.52866C3.52317 5.29866 3.01317 5.43449 2.78317 5.83366C2.55234 6.23283 2.68984 6.74199 3.08817 6.97199V6.97199ZM16.9115 13.0287L14.7465 11.7787C14.3482 11.5487 13.8382 11.6845 13.6082 12.0837C13.3782 12.4828 13.5148 12.992 13.9132 13.222L16.0782 14.472C16.4765 14.702 16.9865 14.5662 17.2165 14.167C17.4473 13.7678 17.3098 13.2587 16.9115 13.0287V13.0287ZM7.9165 13.6087C7.51734 13.3787 7.00817 13.5153 6.77817 13.9137L5.52817 16.0787C5.29817 16.477 5.434 16.987 5.83317 17.217C6.23234 17.4478 6.7415 17.3103 6.9715 16.912L8.2215 14.747C8.4515 14.3487 8.31567 13.8387 7.9165 13.6087V13.6087ZM12.0832 6.39199C12.4823 6.62199 12.9915 6.48533 13.2215 6.08699L14.4715 3.92199C14.7015 3.52366 14.5657 3.01366 14.1665 2.78366C13.7673 2.55283 13.2582 2.69033 13.0282 3.08866L11.7782 5.25366C11.5482 5.65199 11.684 6.16199 12.0832 6.39199V6.39199Z",fill:"#9297A2"})}),ow=({username:e})=>{const{t:i}=re.useTranslation();return o.jsxs(o.Fragment,{children:[o.jsxs(Z1,{children:[o.jsxs(K1,{children:[o.jsx(X1,{children:i("Username")}),o.jsx(J1,{href:"https://www.covideo.com/forgot-username/",target:"_blank",children:i("Forgot username?")})]}),o.jsxs(I3,{children:[o.jsx(R3,{value:e,disabled:!0,type:"text",readOnly:!0}),o.jsx(K.Button,{type:"button",disabled:!0,"aria-label":"Verifying",icon:o.jsx(A3,{})})]})]}),o.jsxs(zb,{children:[o.jsx(tw,{}),i("Verifying SSO...")]})]})},rw=async e=>(await je.post("/auth",e)).data,iw=()=>Me.useMutation(rw,{onError:e=>{console.log(e)}}),nw=({username:e,handleUpdateToken:i,onPreviousStepHandler:n})=>{const{colors:a}=l.useTheme(),{t:c}=re.useTranslation(),d=qe.useHistory(),[u,h]=f.useState(!1),{mutateAsync:x}=iw();return o.jsxs(o.Fragment,{children:[o.jsx(ht.Formik,{initialValues:{username:e,password:""},validationSchema:Yb,onSubmit:async(y,{setFieldError:m})=>{try{const{accessToken:v}=await x({username:y.username,password:y.password});await i(v),d.go(0)}catch{m("password",c("Incorrect login. Please try again."))}},children:({values:y,isSubmitting:m})=>o.jsxs(ht.Form,{children:[o.jsx(o0,{name:"username",isRequired:!0,placeholder:c("Username"),type:"text",disabled:!0,extendStyles:{mainWrapper:{flex:1}}}),o.jsxs(Z1,{children:[o.jsxs(K1,{children:[o.jsx(X1,{htmlFor:"password",children:c("Password")}),o.jsx(J1,{href:"https://www.covideo.com/reset-password/",target:"_blank",children:c("Forgot Password?")})]}),o.jsxs(Bb,{children:[o.jsx(o0,{name:"password",isRequired:!0,placeholder:c("Password"),autoFocus:!0,type:u?"text":"password",style:{paddingRight:40}}),o.jsx(qb,{onClick:()=>h(v=>!v),children:u?o.jsx(ot.IoMdEyeOff,{size:20}):o.jsx(ot.IoMdEye,{size:20})})]})]}),o.jsx(K.Button,{style:{width:"100%"},type:"submit",disabled:!y.password||m,icon:o.jsx(he.MdArrowForward,{size:16}),text:c("Log In"),iconPosition:"right"})]})}),o.jsx(K.Button,{text:c("Back to username"),variant:"text",onClick:n,icon:o.jsx(he.MdArrowBack,{size:16}),style:{textDecoration:"underline",color:a.primary[100],marginTop:16}})]})},Lu=({handleUpdateToken:e})=>{const{t:i}=re.useTranslation(),{hasExternalJwt:n,showSsoFeature:a}=rt(),[c,d]=f.useState("username"),[u,h]=f.useState("");return n?o.jsxs(o.Fragment,{children:[o.jsx(wo,{center:o.jsx(_i,{})}),o.jsx(Iu,{children:o.jsxs(Au,{children:[o.jsx(Vu,{children:i("Login failed")}),o.jsx(Fb,{children:i("External token invalid.")})]})})]}):o.jsxs(o.Fragment,{children:[o.jsx(wo,{center:o.jsx(_i,{})}),o.jsx(Iu,{children:o.jsxs(Au,{children:[o.jsxs(Vu,{children:[i("Welcome back")," 👋"]}),(c==="username"||c==="sso")&&o.jsx(Pb,{children:i("Enter username to continue")}),c==="username"&&o.jsx(Xb,{showSsoFeature:a,onVerified:x=>{h(x),d("password")},onSso:x=>{h(x),d("sso")}}),c==="sso"&&o.jsx(ow,{username:u}),c==="password"&&o.jsx(nw,{username:u,handleUpdateToken:e,onPreviousStepHandler:()=>d("username")})]})})]})},$u="-1",Ur=19,w1=20,L3=-2,S1=-1;var $3=(e=>(e.VIDMAILS="vidmails",e.AUTOMOTIVE="automotive",e))($3||{});const M3={value:0,label:"",landingPageType:"vidmails",id:0},sw=e=>{const i=Zo(e);return{value:L3,label:`${i?"Service":"Sales"} page`,landingPageType:"automotive",typeId:Ur}},aw=({userData:e,templatesResponse:i,sendVehicle:n,sendQuote:a})=>{var C,E;const{customer:c}=e,d=Oo(e);Zo(e);const u=i0(e);if(c.isUsingLandingPageDesign.toString()==="1")return{autoSelectedOption:{...i.default,value:i.default.id,label:i.default.title,landingPageType:"automotive"},options:i.templates.map(T=>({...T,value:T.id,label:T.title,landingPageType:"automotive"}))};const h=!d,x=sw(e),y=u&&n;let m=h?M3:x;const v=i==null?void 0:i.default;let S=((i==null?void 0:i.templates)||[]).filter(T=>!y||T.typeId===Ur||T.typeId===w1).map(T=>({label:T.title,value:T.id,typeId:T.typeId,landingPageType:T.typeId!==Ur?"vidmails":"automotive"}));if(h||(S=[...S,x]),v!=null&&v.id&&(!y||(v==null?void 0:v.typeId)===Ur||(v==null?void 0:v.typeId)===w1)){const T={label:(C=i==null?void 0:i.default)==null?void 0:C.title,value:(E=i==null?void 0:i.default)==null?void 0:E.id,landingPageType:(v==null?void 0:v.typeId)===Ur?"automotive":"vidmails",typeId:v==null?void 0:v.typeId};m=T,S=[...S,T]}return S=xr.uniqBy(S,"value"),{options:S,autoSelectedOption:m}},wn=l.div`
2230
+ `,tw=()=>o.jsx(ew,{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"spinner",children:o.jsx("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.83317 10.0003C5.83317 9.54033 5.45984 9.16699 4.99984 9.16699H2.49984C2.03984 9.16699 1.6665 9.54033 1.6665 10.0003C1.6665 10.4603 2.03984 10.8337 2.49984 10.8337H4.99984C5.45984 10.8337 5.83317 10.4603 5.83317 10.0003V10.0003ZM17.4998 9.16699H14.9998C14.5398 9.16699 14.1665 9.54033 14.1665 10.0003C14.1665 10.4603 14.5398 10.8337 14.9998 10.8337H17.4998C17.9598 10.8337 18.3332 10.4603 18.3332 10.0003C18.3332 9.54033 17.9598 9.16699 17.4998 9.16699V9.16699ZM9.99984 14.167C9.53984 14.167 9.1665 14.5403 9.1665 15.0003V17.5003C9.1665 17.9612 9.53984 18.3337 9.99984 18.3337C10.4598 18.3337 10.8332 17.9612 10.8332 17.5003V15.0003C10.8332 14.5403 10.4598 14.167 9.99984 14.167V14.167ZM9.99984 1.66699C9.53984 1.66699 9.1665 2.04033 9.1665 2.50033V5.00033C9.1665 5.46033 9.53984 5.83366 9.99984 5.83366C10.4598 5.83366 10.8332 5.46033 10.8332 5.00033V2.50033C10.8332 2.04033 10.4598 1.66699 9.99984 1.66699V1.66699ZM6.9715 3.08866C6.7415 2.69033 6.23234 2.55283 5.83317 2.78366C5.434 3.01366 5.29817 3.52366 5.52817 3.92199L6.77817 6.08699C7.00817 6.48533 7.51734 6.62199 7.9165 6.39199C8.31567 6.16199 8.4515 5.65199 8.2215 5.25366L6.9715 3.08866ZM13.2215 13.9137C12.9915 13.5153 12.4823 13.3787 12.0832 13.6087C11.684 13.8387 11.5482 14.3487 11.7782 14.747L13.0282 16.912C13.2582 17.3103 13.7673 17.4478 14.1665 17.217C14.5657 16.987 14.7015 16.477 14.4715 16.0787L13.2215 13.9137ZM6.3915 12.0837C6.1615 11.6845 5.6515 11.5487 5.25317 11.7787L3.08817 13.0287C2.68984 13.2587 2.55234 13.7678 2.78317 14.167C3.01317 14.5662 3.52317 14.702 3.9215 14.472L6.0865 13.222C6.48484 12.992 6.6215 12.4828 6.3915 12.0837V12.0837ZM13.6082 7.91699C13.8382 8.31616 14.3482 8.45199 14.7465 8.22199L16.9115 6.97199C17.3098 6.74199 17.4473 6.23283 17.2165 5.83366C16.9865 5.43449 16.4765 5.29866 16.0782 5.52866L13.9132 6.77866C13.5148 7.00866 13.3782 7.51783 13.6082 7.91699V7.91699ZM3.08817 6.97199L5.25317 8.22199C5.6515 8.45199 6.1615 8.31616 6.3915 7.91699C6.6215 7.51783 6.48484 7.00866 6.0865 6.77866L3.9215 5.52866C3.52317 5.29866 3.01317 5.43449 2.78317 5.83366C2.55234 6.23283 2.68984 6.74199 3.08817 6.97199V6.97199ZM16.9115 13.0287L14.7465 11.7787C14.3482 11.5487 13.8382 11.6845 13.6082 12.0837C13.3782 12.4828 13.5148 12.992 13.9132 13.222L16.0782 14.472C16.4765 14.702 16.9865 14.5662 17.2165 14.167C17.4473 13.7678 17.3098 13.2587 16.9115 13.0287V13.0287ZM7.9165 13.6087C7.51734 13.3787 7.00817 13.5153 6.77817 13.9137L5.52817 16.0787C5.29817 16.477 5.434 16.987 5.83317 17.217C6.23234 17.4478 6.7415 17.3103 6.9715 16.912L8.2215 14.747C8.4515 14.3487 8.31567 13.8387 7.9165 13.6087V13.6087ZM12.0832 6.39199C12.4823 6.62199 12.9915 6.48533 13.2215 6.08699L14.4715 3.92199C14.7015 3.52366 14.5657 3.01366 14.1665 2.78366C13.7673 2.55283 13.2582 2.69033 13.0282 3.08866L11.7782 5.25366C11.5482 5.65199 11.684 6.16199 12.0832 6.39199V6.39199Z",fill:"#9297A2"})}),ow=({username:e})=>{const{t:i}=re.useTranslation();return o.jsxs(o.Fragment,{children:[o.jsxs(Z1,{children:[o.jsxs(K1,{children:[o.jsx(X1,{children:i("Username")}),o.jsx(J1,{href:"https://www.covideo.com/forgot-username/",target:"_blank",children:i("Forgot username?")})]}),o.jsxs(I3,{children:[o.jsx(R3,{value:e,disabled:!0,type:"text",readOnly:!0}),o.jsx(K.Button,{type:"button",disabled:!0,"aria-label":"Verifying",icon:o.jsx(A3,{})})]})]}),o.jsxs(zb,{children:[o.jsx(tw,{}),i("Verifying SSO...")]})]})},rw=async e=>(await je.post("/auth",e)).data,iw=()=>Me.useMutation(rw,{onError:e=>{console.log(e)}}),nw=({username:e,handleUpdateToken:i,onPreviousStepHandler:n})=>{const{colors:a}=l.useTheme(),{t:c}=re.useTranslation(),d=qe.useHistory(),[u,h]=f.useState(!1),{mutateAsync:x}=iw();return o.jsxs(o.Fragment,{children:[o.jsx(ht.Formik,{initialValues:{username:e,password:""},validationSchema:Yb,onSubmit:async(y,{setFieldError:v})=>{try{const{accessToken:m}=await x({username:y.username,password:y.password});await i(m),d.go(0)}catch{v("password",c("Incorrect login. Please try again."))}},children:({values:y,isSubmitting:v})=>o.jsxs(ht.Form,{children:[o.jsx(o0,{name:"username",isRequired:!0,placeholder:c("Username"),type:"text",disabled:!0,extendStyles:{mainWrapper:{flex:1}}}),o.jsxs(Z1,{children:[o.jsxs(K1,{children:[o.jsx(X1,{htmlFor:"password",children:c("Password")}),o.jsx(J1,{href:"https://www.covideo.com/reset-password/",target:"_blank",children:c("Forgot Password?")})]}),o.jsxs(Bb,{children:[o.jsx(o0,{name:"password",isRequired:!0,placeholder:c("Password"),autoFocus:!0,type:u?"text":"password",style:{paddingRight:40}}),o.jsx(qb,{onClick:()=>h(m=>!m),children:u?o.jsx(ot.IoMdEyeOff,{size:20}):o.jsx(ot.IoMdEye,{size:20})})]})]}),o.jsx(K.Button,{style:{width:"100%"},type:"submit",disabled:!y.password||v,icon:o.jsx(he.MdArrowForward,{size:16}),text:c("Log In"),iconPosition:"right"})]})}),o.jsx(K.Button,{text:c("Back to username"),variant:"text",onClick:n,icon:o.jsx(he.MdArrowBack,{size:16}),style:{textDecoration:"underline",color:a.primary[100],marginTop:16}})]})},Lu=({handleUpdateToken:e})=>{const{t:i}=re.useTranslation(),{hasExternalJwt:n,showSsoFeature:a}=rt(),[c,d]=f.useState("username"),[u,h]=f.useState("");return n?o.jsxs(o.Fragment,{children:[o.jsx(wo,{center:o.jsx(_i,{})}),o.jsx(Iu,{children:o.jsxs(Au,{children:[o.jsx(Vu,{children:i("Login failed")}),o.jsx(Fb,{children:i("External token invalid.")})]})})]}):o.jsxs(o.Fragment,{children:[o.jsx(wo,{center:o.jsx(_i,{})}),o.jsx(Iu,{children:o.jsxs(Au,{children:[o.jsxs(Vu,{children:[i("Welcome back")," 👋"]}),(c==="username"||c==="sso")&&o.jsx(Pb,{children:i("Enter username to continue")}),c==="username"&&o.jsx(Xb,{showSsoFeature:a,onVerified:x=>{h(x),d("password")},onSso:x=>{h(x),d("sso")}}),c==="sso"&&o.jsx(ow,{username:u}),c==="password"&&o.jsx(nw,{username:u,handleUpdateToken:e,onPreviousStepHandler:()=>d("username")})]})})]})},$u="-1",Ur=19,w1=20,L3=-2,S1=-1;var $3=(e=>(e.VIDMAILS="vidmails",e.AUTOMOTIVE="automotive",e))($3||{});const M3={value:0,label:"",landingPageType:"vidmails",id:0},sw=e=>{const i=Zo(e);return{value:L3,label:`${i?"Service":"Sales"} page`,landingPageType:"automotive",typeId:Ur}},aw=({userData:e,templatesResponse:i,sendVehicle:n,sendQuote:a})=>{var C,E;const{customer:c}=e,d=Oo(e);Zo(e);const u=i0(e);if(c.isUsingLandingPageDesign.toString()==="1")return{autoSelectedOption:{...i.default,value:i.default.id,label:i.default.title,landingPageType:"automotive"},options:i.templates.map(T=>({...T,value:T.id,label:T.title,landingPageType:"automotive"}))};const h=!d,x=sw(e),y=u&&n;let v=h?M3:x;const m=i==null?void 0:i.default;let w=((i==null?void 0:i.templates)||[]).filter(T=>!y||T.typeId===Ur||T.typeId===w1).map(T=>({label:T.title,value:T.id,typeId:T.typeId,landingPageType:T.typeId!==Ur?"vidmails":"automotive"}));if(h||(w=[...w,x]),m!=null&&m.id&&(!y||(m==null?void 0:m.typeId)===Ur||(m==null?void 0:m.typeId)===w1)){const T={label:(C=i==null?void 0:i.default)==null?void 0:C.title,value:(E=i==null?void 0:i.default)==null?void 0:E.id,landingPageType:(m==null?void 0:m.typeId)===Ur?"automotive":"vidmails",typeId:m==null?void 0:m.typeId};v=T,w=[...w,T]}return w=xr.uniqBy(w,"value"),{options:w,autoSelectedOption:v}},wn=l.div`
2231
2231
  display: flex;
2232
2232
  justify-content: space-between;
2233
2233
  align-items: center;
@@ -2271,7 +2271,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2271
2271
  border: solid 1px ${P.gray10};
2272
2272
  outline: none;
2273
2273
  padding: 8px 12px;
2274
- `,pw=({linksetsData:e,templatesOptions:i,overlaysData:n,insertVideoData:a,setInsertVideoData:c,reactionsCustomerEnabled:d})=>{const{t:u}=re.useTranslation(),{showCTAFeature:h,showLandingPageFeature:x,showWebsiteOverlayFeature:y,showReactionsFeature:m}=rt(),[v,S]=f.useState(!1),C=a.templateId===S1,E=f.useMemo(()=>(n||[]).map(({id:V,title:N})=>({value:V.toString(),label:N})),[n,y]),T=f.useMemo(()=>{const _=(e||[]).some(N=>N.id.toString()===$u),V=(e||[]).map(({id:N,title:U})=>({value:N.toString(),label:U}));return _?V:[{value:$u,label:"None"},...V]},[e]),k=xr.debounce(_=>{c(C?{...a,overlayId:_}:{...a,linksetId:_})},1e3),j=i.find(_=>_.value===a.templateId),L=(j==null?void 0:j.typeId)===w1,D=!v&&C,O=!v&&!C,M=E.find(_=>{var V;return _.value===((V=a.overlayId)==null?void 0:V.toString())}),A=T.find(_=>{var V;return _.value===((V=a.linksetId)==null?void 0:V.toString())});return o.jsxs(o.Fragment,{children:[x&&o.jsx(wn,{children:o.jsxs(Ba,{width:"100%",children:[o.jsx(Mu,{children:u("Landing Page")}),o.jsx(Pt,{value:j,options:i,onChange:_=>{c({...a,templateId:parseInt(_.value)}),_.value!==S1&&S(!1)},placeholder:u("Select Landing Page"),isSearchable:!0,creatable:!1})]})}),L?null:(h||C)&&o.jsx(wn,{children:o.jsxs(Ba,{width:"100%",marginBottom:"35px",children:[o.jsxs(wn,{children:[o.jsx(Mu,{children:u(C?"Websites":"CTAs")}),C&&o.jsx(dw,{onClick:()=>S(_=>!_),children:u(v?"Use Existing":"Add New")})]}),D&&o.jsx(Pt,{"aria-label":"Website Overlay",className:"dropdown",value:M,isClearable:!0,placeholder:u("No Websites"),options:E,onChange:_=>{c(V=>({...V,overlayId:(_==null?void 0:_.value)||""}))},isSearchable:!0,creatable:!1}),O&&o.jsx(Pt,{"aria-label":"CTA",className:"dropdown",value:A,placeholder:u("No CTAs"),options:T,onChange:_=>{c(V=>({...V,linksetId:(_==null?void 0:_.value)||""}))},isSearchable:!0,creatable:!1}),L?null:v&&o.jsx(uw,{type:"text",placeholder:u("Enter website"),onChange:_=>{k(_.target.value)}})]})}),L?null:o.jsx(Ba,{width:"100%",marginBottom:"15px",children:o.jsx(wn,{children:m?d&&o.jsxs(cw,{children:[o.jsx(K5,{name:"allowReactions",width:"24px",checked:a.allowReactions,onChange:_=>{const{checked:V}=_.target;c(N=>({...N,allowReactions:V}))}}),o.jsx(lw,{children:u("Enable video reactions & comments")})]}):null})})]})},xw=({size:e=10,page:i=0,sort:n="",searchQuery:a="",soldFilter:c="",videosRecordedFilter:d="",countRecorded:u=!1,enabled:h=!0})=>{const{userData:x}=nt();return Me.useQuery(["inventoryItems",x==null?void 0:x.id,e,i,n,a,c,d,h,u],async()=>M1({limit:e,start:i*e,sort:n,search:a||"",soldFilter:c,videosRecordedFilter:d,countRecorded:u}),{refetchOnWindowFocus:!1,staleTime:u?0:36e5,enabled:h,refetchOnMount:!1,refetchOnReconnect:!1})},hw=l.div`
2274
+ `,pw=({linksetsData:e,templatesOptions:i,overlaysData:n,insertVideoData:a,setInsertVideoData:c,reactionsCustomerEnabled:d})=>{const{t:u}=re.useTranslation(),{showCTAFeature:h,showLandingPageFeature:x,showWebsiteOverlayFeature:y,showReactionsFeature:v}=rt(),[m,w]=f.useState(!1),C=a.templateId===S1,E=f.useMemo(()=>(n||[]).map(({id:V,title:N})=>({value:V.toString(),label:N})),[n,y]),T=f.useMemo(()=>{const _=(e||[]).some(N=>N.id.toString()===$u),V=(e||[]).map(({id:N,title:U})=>({value:N.toString(),label:U}));return _?V:[{value:$u,label:"None"},...V]},[e]),k=xr.debounce(_=>{c(C?{...a,overlayId:_}:{...a,linksetId:_})},1e3),j=i.find(_=>_.value===a.templateId),L=(j==null?void 0:j.typeId)===w1,D=!m&&C,O=!m&&!C,M=E.find(_=>{var V;return _.value===((V=a.overlayId)==null?void 0:V.toString())}),A=T.find(_=>{var V;return _.value===((V=a.linksetId)==null?void 0:V.toString())});return o.jsxs(o.Fragment,{children:[x&&o.jsx(wn,{children:o.jsxs(Ba,{width:"100%",children:[o.jsx(Mu,{children:u("Landing Page")}),o.jsx(Pt,{value:j,options:i,onChange:_=>{c({...a,templateId:parseInt(_.value)}),_.value!==S1&&w(!1)},placeholder:u("Select Landing Page"),isSearchable:!0,creatable:!1})]})}),L?null:(h||C)&&o.jsx(wn,{children:o.jsxs(Ba,{width:"100%",marginBottom:"35px",children:[o.jsxs(wn,{children:[o.jsx(Mu,{children:u(C?"Websites":"CTAs")}),C&&o.jsx(dw,{onClick:()=>w(_=>!_),children:u(m?"Use Existing":"Add New")})]}),D&&o.jsx(Pt,{"aria-label":"Website Overlay",className:"dropdown",value:M,isClearable:!0,placeholder:u("No Websites"),options:E,onChange:_=>{c(V=>({...V,overlayId:(_==null?void 0:_.value)||""}))},isSearchable:!0,creatable:!1}),O&&o.jsx(Pt,{"aria-label":"CTA",className:"dropdown",value:A,placeholder:u("No CTAs"),options:T,onChange:_=>{c(V=>({...V,linksetId:(_==null?void 0:_.value)||""}))},isSearchable:!0,creatable:!1}),L?null:m&&o.jsx(uw,{type:"text",placeholder:u("Enter website"),onChange:_=>{k(_.target.value)}})]})}),L?null:o.jsx(Ba,{width:"100%",marginBottom:"15px",children:o.jsx(wn,{children:v?d&&o.jsxs(cw,{children:[o.jsx(K5,{name:"allowReactions",width:"24px",checked:a.allowReactions,onChange:_=>{const{checked:V}=_.target;c(N=>({...N,allowReactions:V}))}}),o.jsx(lw,{children:u("Enable video reactions & comments")})]}):null})})]})},xw=({size:e=10,page:i=0,sort:n="",searchQuery:a="",soldFilter:c="",videosRecordedFilter:d="",countRecorded:u=!1,enabled:h=!0})=>{const{userData:x}=nt();return Me.useQuery(["inventoryItems",x==null?void 0:x.id,e,i,n,a,c,d,h,u],async()=>M1({limit:e,start:i*e,sort:n,search:a||"",soldFilter:c,videosRecordedFilter:d,countRecorded:u}),{refetchOnWindowFocus:!1,staleTime:u?0:36e5,enabled:h,refetchOnMount:!1,refetchOnReconnect:!1})},hw=l.div`
2275
2275
  display: flex;
2276
2276
  align-items: center;
2277
2277
  padding-left: 12px;
@@ -2359,7 +2359,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2359
2359
  overflow: hidden;
2360
2360
  white-space: nowrap;
2361
2361
  text-overflow: ellipsis;
2362
- `,Ew=e=>o.jsx(o.Fragment,{}),_w=(e,i)=>{const n=e.label.toLowerCase(),a=e.data.vin?e.data.vin.toLowerCase():"",c=e.data.stockNumber?e.data.stockNumber.toLowerCase():"";return`${n} ${a} ${c}`.includes(i.toLowerCase())},Tw=e=>o.jsx(hw,{children:o.jsx(yw,{children:o.jsx(qt.components.Option,{...e})})}),Iw=({label:e,vin:i})=>o.jsxs(fw,{children:[o.jsx(gw,{children:e}),o.jsxs(mw,{children:[" ",i]})]}),Aw=({children:e,...i})=>o.jsx(vw,{children:i.data.label}),Vw=e=>{const{t:i}=re.useTranslation();return o.jsx(qt.components.NoOptionsMessage,{...e,children:i(" No vehicles found, try entering a different name or VIN.")})},O3=({onChangeVehicle:e,handleChangeVehicleButtonPress:i,handleRemoveVehicleButtonPress:n,setAddingVehicle:a,selectedVin:c="",placeholder:d,fetchSold:u=!0,addingVehicle:h=!0})=>{const{t:x}=re.useTranslation(),{userData:y}=nt(),{colors:m,isCdkEnviroment:v}=l.useTheme(),S=!!(y!=null&&y.customer.isIMSEnabled),[C,E]=f.useState(""),[T,k]=f.useState(c),{showUpgradeMessageFeature:j}=rt(),L={control:(V,N)=>({...V,height:"40px",boxShadow:"none",borderColor:N.isFocused?m.primary[100]:P.gray40,":hover":{borderColor:m.primary[100]},":focus":{borderColor:m.primary[100]},":active":{borderColor:m.primary[100]}}),option:V=>({...V,backgroundColor:"transparent",color:P.gray100,padding:"8px",cursor:"pointer",":hover":{backgroundColor:"transparent",opacity:".8"},":focus":{backgroundColor:"transparent",opacity:".8"}}),indicatorSeparator:()=>({display:"none"}),valueContainer:V=>({...V,padding:4,overflow:"show"})},{data:D}=xw({searchQuery:T,countRecorded:!1,enabled:S,soldFilter:u?"2":"0"}),O=D?D.items:[];f.useEffect(()=>{k(c)},[c]),f.useEffect(()=>{if(!(!D||c==="")&&O){const V=O.filter(N=>N.vin===c);if(!V.length){n==null||n(),E("");return}E(V[0].title)}},[O,c]);const M=f.useRef(xr.debounce(V=>k(V),500)).current,A=V=>{V.length<2||M(V)},_=O.map(V=>({...V,value:V.vin,label:V.title}));return S?h?o.jsx(jw,{children:o.jsx(qt,{components:{Option:Tw,DropdownIndicator:Ew,SingleValue:Aw,NoOptionsMessage:Vw},styles:L,options:_,value:_.find(V=>V.value===c),onChange:V=>{e(V||void 0),E((V==null?void 0:V.title)||"")},autoFocus:!0,isSearchable:!0,isClearable:!0,placeholder:d,filterOption:_w,formatOptionLabel:Iw,onInputChange:A})}):c?o.jsxs(ww,{children:[o.jsxs(Sw,{children:[o.jsxs(Cw,{children:[o.jsx(ot.IoMdCar,{size:20,color:m.primary[40]}),o.jsx(Ou,{children:C})]}),o.jsx(Ou,{color:m.primary[40],fontWeight:"400",children:c})]}),o.jsxs(kw,{children:[o.jsx(K.Button,{onClick:()=>{i==null||i(),E("")},text:x("Change"),variant:"primary",size:"small"}),o.jsx(K.Button,{onClick:()=>{n==null||n(),E("")},text:x("Remove"),variant:v?"text":"destructive",size:"small"})]})]}):o.jsxs(bw,{onClick:()=>a==null?void 0:a(!0),children:[o.jsx(ot.IoMdCar,{size:20,color:m.primary[100]}),x("Add Vehicle")]}):j?o.jsxs(o.Fragment,{children:[x("To enable the integration with your Inventory Management System, please call us at")," ",o.jsx("br",{}),o.jsx("a",{href:"tel:8003061445",children:"800-306-1445"})]}):null},Rw=e=>{var i;return!!((i=e.customer)!=null&&i.reactionsPreference&&e.customer.reactionsPreference.toString()!=="0")},Lw=e=>{var i;return!!(e.reactionsPreference&&e.reactionsPreference.toString()==="1"||e.reactionsPreference===null&&((i=e.customer)!=null&&i.reactionsPreference)&&e.customer.reactionsPreference.toString()==="1")},$w=l.video`
2362
+ `,Ew=e=>o.jsx(o.Fragment,{}),_w=(e,i)=>{const n=e.label.toLowerCase(),a=e.data.vin?e.data.vin.toLowerCase():"",c=e.data.stockNumber?e.data.stockNumber.toLowerCase():"";return`${n} ${a} ${c}`.includes(i.toLowerCase())},Tw=e=>o.jsx(hw,{children:o.jsx(yw,{children:o.jsx(qt.components.Option,{...e})})}),Iw=({label:e,vin:i})=>o.jsxs(fw,{children:[o.jsx(gw,{children:e}),o.jsxs(mw,{children:[" ",i]})]}),Aw=({children:e,...i})=>o.jsx(vw,{children:i.data.label}),Vw=e=>{const{t:i}=re.useTranslation();return o.jsx(qt.components.NoOptionsMessage,{...e,children:i(" No vehicles found, try entering a different name or VIN.")})},O3=({onChangeVehicle:e,handleChangeVehicleButtonPress:i,handleRemoveVehicleButtonPress:n,setAddingVehicle:a,selectedVin:c="",placeholder:d,fetchSold:u=!0,addingVehicle:h=!0})=>{const{t:x}=re.useTranslation(),{userData:y}=nt(),{colors:v,isCdkEnviroment:m}=l.useTheme(),w=!!(y!=null&&y.customer.isIMSEnabled),[C,E]=f.useState(""),[T,k]=f.useState(c),{showUpgradeMessageFeature:j}=rt(),L={control:(V,N)=>({...V,height:"40px",boxShadow:"none",borderColor:N.isFocused?v.primary[100]:P.gray40,":hover":{borderColor:v.primary[100]},":focus":{borderColor:v.primary[100]},":active":{borderColor:v.primary[100]}}),option:V=>({...V,backgroundColor:"transparent",color:P.gray100,padding:"8px",cursor:"pointer",":hover":{backgroundColor:"transparent",opacity:".8"},":focus":{backgroundColor:"transparent",opacity:".8"}}),indicatorSeparator:()=>({display:"none"}),valueContainer:V=>({...V,padding:4,overflow:"show"})},{data:D}=xw({searchQuery:T,countRecorded:!1,enabled:w,soldFilter:u?"2":"0"}),O=D?D.items:[];f.useEffect(()=>{k(c)},[c]),f.useEffect(()=>{if(!(!D||c==="")&&O){const V=O.filter(N=>N.vin===c);if(!V.length){n==null||n(),E("");return}E(V[0].title)}},[O,c]);const M=f.useRef(xr.debounce(V=>k(V),500)).current,A=V=>{V.length<2||M(V)},_=O.map(V=>({...V,value:V.vin,label:V.title}));return w?h?o.jsx(jw,{children:o.jsx(qt,{components:{Option:Tw,DropdownIndicator:Ew,SingleValue:Aw,NoOptionsMessage:Vw},styles:L,options:_,value:_.find(V=>V.value===c),onChange:V=>{e(V||void 0),E((V==null?void 0:V.title)||"")},autoFocus:!0,isSearchable:!0,isClearable:!0,placeholder:d,filterOption:_w,formatOptionLabel:Iw,onInputChange:A})}):c?o.jsxs(ww,{children:[o.jsxs(Sw,{children:[o.jsxs(Cw,{children:[o.jsx(ot.IoMdCar,{size:20,color:v.primary[40]}),o.jsx(Ou,{children:C})]}),o.jsx(Ou,{color:v.primary[40],fontWeight:"400",children:c})]}),o.jsxs(kw,{children:[o.jsx(K.Button,{onClick:()=>{i==null||i(),E("")},text:x("Change"),variant:"primary",size:"small"}),o.jsx(K.Button,{onClick:()=>{n==null||n(),E("")},text:x("Remove"),variant:m?"text":"destructive",size:"small"})]})]}):o.jsxs(bw,{onClick:()=>a==null?void 0:a(!0),children:[o.jsx(ot.IoMdCar,{size:20,color:v.primary[100]}),x("Add Vehicle")]}):j?o.jsxs(o.Fragment,{children:[x("To enable the integration with your Inventory Management System, please call us at")," ",o.jsx("br",{}),o.jsx("a",{href:"tel:8003061445",children:"800-306-1445"})]}):null},Rw=e=>{var i;return!!((i=e.customer)!=null&&i.reactionsPreference&&e.customer.reactionsPreference.toString()!=="0")},Lw=e=>{var i;return!!(e.reactionsPreference&&e.reactionsPreference.toString()==="1"||e.reactionsPreference===null&&((i=e.customer)!=null&&i.reactionsPreference)&&e.customer.reactionsPreference.toString()==="1")},$w=l.video`
2363
2363
  height: auto;
2364
2364
  width: ${e=>e.width};
2365
2365
  object-fit: cover;
@@ -2418,11 +2418,11 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2418
2418
  background: ${P.white};
2419
2419
  border-radius: 4px;
2420
2420
  }
2421
- `,Bw=e=>{const{colors:i}=l.useTheme(),{domain:[n,a],handle:{id:c,value:d,percent:u},showFloatingPreview:h=!0,isActive:x,disabled:y,getHandleProps:m,videoRef:v,changeVideoPosition:S=!0,nChild:C}=e,[E,T]=f.useState(!1),k=f.createRef(),j=()=>{T(!0)},L=()=>{T(!1)};f.useEffect(()=>{x&&(h&&(k.current.currentTime=d||0),S&&(v.current.currentTime=d||0))},[d,k,S,v]);const D=lr(d).split(".")[0],O=lr(d).split(".")[1];return o.jsxs(f.Fragment,{children:[h&&o.jsxs(o.Fragment,{children:[(E||x)&&!y?o.jsxs("div",{style:{left:`${u}%`,position:"absolute",marginLeft:"-15px",marginTop:"52px",zIndex:1},children:[o.jsx("div",{style:{width:0,height:0,marginLeft:21,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderBottom:"6px solid "}}),o.jsxs("div",{style:{width:"auto",padding:4,fontSize:12,fontWeight:500,letterSpacing:.34,backgroundColor:i.primary[100],color:"#fff",textAlign:"center",zIndex:99999},children:[D,o.jsx("span",{style:{fontSize:9,fontWeight:400,letterSpacing:.34,color:"#fff",opacity:.7},children:"."+O})]})]}):null,o.jsx("div",{style:{left:`${u}%`,position:"absolute",marginLeft:"-38px",marginTop:"-92px",zIndex:3,visibility:(E||x)&&!y?"visible":"hidden"},children:o.jsx("div",{style:{width:141,height:80,border:`solid 2px ${i.primary[100]}`,backgroundColor:P.themeDark75Percent,display:"flex",justifyContent:"center"},children:o.jsx("video",{ref:k,height:"100%",src:e.videoSource,playsInline:!0,controls:!1},"previewvideoRef")})})]}),o.jsx(Fw,{percent:`${u}%`,...m(c),onMouseEnter:j,onMouseLeave:L,transform:C===0?"translate(0px,0%)":"translate(-15px,0%)"}),o.jsx(zw,{role:"slider","aria-valuemin":n,"aria-valuemax":a,"aria-valuenow":d,percent:`${u}%`,borderRadius:C===0?"5px 0px 0px 5px;":"0px 5px 5px 0px",isDisabled:y,transform:C===0?"translate(0px,0%)":"translate(-15px,0%)"})]})},qw=({source:e,target:i,getTrackProps:n,disabled:a})=>o.jsxs(o.Fragment,{children:[o.jsx("div",{style:{position:"absolute",height:48,zIndex:1,backgroundColor:a?"#999":"rgba(0,0,0,.7)",cursor:"pointer",left:"0",width:`${e.percent+1}%`,borderRadius:"6px 0 0 6px"},...n()}),o.jsx("div",{style:{position:"absolute",height:48,zIndex:1,backgroundColor:a?"#999":"transparent",cursor:"pointer",left:`${e.percent}%`,width:`${i.percent-e.percent}%`,borderRadius:6},...n()}),o.jsx("div",{style:{position:"absolute",height:48,zIndex:1,backgroundColor:a?"#999":"rgba(0,0,0,.7)",cursor:"pointer",left:`${i.percent}%`,width:`${100-i.percent}%`,borderRadius:"0 6px 6px 0"},...n()})]}),Uw=({tick:e,count:i})=>o.jsxs("div",{children:[o.jsx("div",{style:{position:"absolute",width:2,height:48,opacity:.4,backgroundColor:P.blackRgb60,left:`${e.percent}%`,zIndex:1}}),o.jsx("div",{style:{position:"absolute",marginTop:52,fontSize:10,textAlign:"center",marginLeft:`${-(100/i)/2}%`,width:`${100/i}%`,left:`${e.percent}%`},children:lr(e.value).split(".")[0]})]}),Ww=l.div`
2421
+ `,Bw=e=>{const{colors:i}=l.useTheme(),{domain:[n,a],handle:{id:c,value:d,percent:u},showFloatingPreview:h=!0,isActive:x,disabled:y,getHandleProps:v,videoRef:m,changeVideoPosition:w=!0,nChild:C}=e,[E,T]=f.useState(!1),k=f.createRef(),j=()=>{T(!0)},L=()=>{T(!1)};f.useEffect(()=>{x&&(h&&(k.current.currentTime=d||0),w&&(m.current.currentTime=d||0))},[d,k,w,m]);const D=lr(d).split(".")[0],O=lr(d).split(".")[1];return o.jsxs(f.Fragment,{children:[h&&o.jsxs(o.Fragment,{children:[(E||x)&&!y?o.jsxs("div",{style:{left:`${u}%`,position:"absolute",marginLeft:"-15px",marginTop:"52px",zIndex:1},children:[o.jsx("div",{style:{width:0,height:0,marginLeft:21,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderBottom:"6px solid "}}),o.jsxs("div",{style:{width:"auto",padding:4,fontSize:12,fontWeight:500,letterSpacing:.34,backgroundColor:i.primary[100],color:"#fff",textAlign:"center",zIndex:99999},children:[D,o.jsx("span",{style:{fontSize:9,fontWeight:400,letterSpacing:.34,color:"#fff",opacity:.7},children:"."+O})]})]}):null,o.jsx("div",{style:{left:`${u}%`,position:"absolute",marginLeft:"-38px",marginTop:"-92px",zIndex:3,visibility:(E||x)&&!y?"visible":"hidden"},children:o.jsx("div",{style:{width:141,height:80,border:`solid 2px ${i.primary[100]}`,backgroundColor:P.themeDark75Percent,display:"flex",justifyContent:"center"},children:o.jsx("video",{ref:k,height:"100%",src:e.videoSource,playsInline:!0,controls:!1},"previewvideoRef")})})]}),o.jsx(Fw,{percent:`${u}%`,...v(c),onMouseEnter:j,onMouseLeave:L,transform:C===0?"translate(0px,0%)":"translate(-15px,0%)"}),o.jsx(zw,{role:"slider","aria-valuemin":n,"aria-valuemax":a,"aria-valuenow":d,percent:`${u}%`,borderRadius:C===0?"5px 0px 0px 5px;":"0px 5px 5px 0px",isDisabled:y,transform:C===0?"translate(0px,0%)":"translate(-15px,0%)"})]})},qw=({source:e,target:i,getTrackProps:n,disabled:a})=>o.jsxs(o.Fragment,{children:[o.jsx("div",{style:{position:"absolute",height:48,zIndex:1,backgroundColor:a?"#999":"rgba(0,0,0,.7)",cursor:"pointer",left:"0",width:`${e.percent+1}%`,borderRadius:"6px 0 0 6px"},...n()}),o.jsx("div",{style:{position:"absolute",height:48,zIndex:1,backgroundColor:a?"#999":"transparent",cursor:"pointer",left:`${e.percent}%`,width:`${i.percent-e.percent}%`,borderRadius:6},...n()}),o.jsx("div",{style:{position:"absolute",height:48,zIndex:1,backgroundColor:a?"#999":"rgba(0,0,0,.7)",cursor:"pointer",left:`${i.percent}%`,width:`${100-i.percent}%`,borderRadius:"0 6px 6px 0"},...n()})]}),Uw=({tick:e,count:i})=>o.jsxs("div",{children:[o.jsx("div",{style:{position:"absolute",width:2,height:48,opacity:.4,backgroundColor:P.blackRgb60,left:`${e.percent}%`,zIndex:1}}),o.jsx("div",{style:{position:"absolute",marginTop:52,fontSize:10,textAlign:"center",marginLeft:`${-(100/i)/2}%`,width:`${100/i}%`,left:`${e.percent}%`},children:lr(e.value).split(".")[0]})]}),Ww=l.div`
2422
2422
  position: relative;
2423
2423
  width: ${e=>e.width};
2424
2424
  height: 48px;
2425
- `,Hw=q.memo(Ow),tc=e=>{const{colors:i}=l.useTheme(),{videoDuration:n,videoSource:a,setTrimDuration:c=()=>{},setStart:d=()=>{},value:u,setValue:h,addHistory:x=()=>{},onSlideEnd:y=()=>{},valueRef:m,videoRef:v,showTickTime:S=!0,changeVideoPosition:C=!0,showFloatingPreview:E=!0,width:T,showPreviewTrack:k=!0}=e,j=[0,n];q.useEffect(()=>{const z=[0,n||0];u[1]||h(z)},[n]),q.useEffect(()=>(v&&v.current&&(v.current.addEventListener("play",$=>D($)),v.current.addEventListener("timeupdate",$=>L($))),()=>{v&&v.current&&(v.current.removeEventListener("play",$=>D($)),v.current.removeEventListener("timeupdate",$=>L($)))}),[v]);const L=$=>{const z=$.target;z.currentTime>m.current[1]&&m.current[1]!=0&&z.pause()},D=$=>{const z=$.target;(z.currentTime>=m.current[1]||z.currentTime<m.current[0])&&(z.currentTime=m.current[0])},O=$=>{if(!isNaN($[0])&&!isNaN($[1])){const z=$.slice();x(z),h(z),m.current=z}},M=$=>{c($[1]-$[0]),d($[0])},A=$=>{y($)},_=14,V=10,N=q.useMemo(()=>n,[n]),U={position:"relative",width:"100%",backgroundColor:i.primary[40]};return o.jsx(Ww,{width:T,children:o.jsxs(gi.Slider,{rootStyle:U,mode:1,step:1e-7,domain:j,reversed:!1,onChange:O,onUpdate:M,values:u,onSlideEnd:A,children:[k&&o.jsx(Hw,{numberOfStills:_,videoSource:a,videoDuration:N}),o.jsx(gi.Rail,{children:$=>o.jsx(Pw,{...$})}),o.jsx(gi.Handles,{children:({handles:$,activeHandleID:z,getHandleProps:Z})=>o.jsx("div",{className:"slider-handles",children:$.map((W,Q)=>o.jsx(Bw,{showFloatingPreview:E,nChild:Q,handle:W,domain:j,isActive:W.id===z,getHandleProps:Z,videoSource:a,videoRef:v,changeVideoPosition:C},W.id))})}),o.jsx(gi.Tracks,{left:!1,right:!1,children:({tracks:$,getTrackProps:z})=>o.jsx("div",{className:"slider-tracks",children:$.map(({id:Z,source:W,target:Q})=>o.jsx(qw,{source:W,target:Q,getTrackProps:z},Z))})}),S&&o.jsx(gi.Ticks,{count:V,children:({ticks:$})=>o.jsx("div",{className:"slider-ticks",children:$.map(z=>o.jsx(Uw,{tick:z,count:$.length},z.id))})})]})})},Gw=l.div`
2425
+ `,Hw=q.memo(Ow),tc=e=>{const{colors:i}=l.useTheme(),{videoDuration:n,videoSource:a,setTrimDuration:c=()=>{},setStart:d=()=>{},value:u,setValue:h,addHistory:x=()=>{},onSlideEnd:y=()=>{},valueRef:v,videoRef:m,showTickTime:w=!0,changeVideoPosition:C=!0,showFloatingPreview:E=!0,width:T,showPreviewTrack:k=!0}=e,j=[0,n];q.useEffect(()=>{const z=[0,n||0];u[1]||h(z)},[n]),q.useEffect(()=>(m&&m.current&&(m.current.addEventListener("play",$=>D($)),m.current.addEventListener("timeupdate",$=>L($))),()=>{m&&m.current&&(m.current.removeEventListener("play",$=>D($)),m.current.removeEventListener("timeupdate",$=>L($)))}),[m]);const L=$=>{const z=$.target;z.currentTime>v.current[1]&&v.current[1]!=0&&z.pause()},D=$=>{const z=$.target;(z.currentTime>=v.current[1]||z.currentTime<v.current[0])&&(z.currentTime=v.current[0])},O=$=>{if(!isNaN($[0])&&!isNaN($[1])){const z=$.slice();x(z),h(z),v.current=z}},M=$=>{c($[1]-$[0]),d($[0])},A=$=>{y($)},_=14,V=10,N=q.useMemo(()=>n,[n]),U={position:"relative",width:"100%",backgroundColor:i.primary[40]};return o.jsx(Ww,{width:T,children:o.jsxs(gi.Slider,{rootStyle:U,mode:1,step:1e-7,domain:j,reversed:!1,onChange:O,onUpdate:M,values:u,onSlideEnd:A,children:[k&&o.jsx(Hw,{numberOfStills:_,videoSource:a,videoDuration:N}),o.jsx(gi.Rail,{children:$=>o.jsx(Pw,{...$})}),o.jsx(gi.Handles,{children:({handles:$,activeHandleID:z,getHandleProps:Z})=>o.jsx("div",{className:"slider-handles",children:$.map((W,Q)=>o.jsx(Bw,{showFloatingPreview:E,nChild:Q,handle:W,domain:j,isActive:W.id===z,getHandleProps:Z,videoSource:a,videoRef:m,changeVideoPosition:C},W.id))})}),o.jsx(gi.Tracks,{left:!1,right:!1,children:({tracks:$,getTrackProps:z})=>o.jsx("div",{className:"slider-tracks",children:$.map(({id:Z,source:W,target:Q})=>o.jsx(qw,{source:W,target:Q,getTrackProps:z},Z))})}),w&&o.jsx(gi.Ticks,{count:V,children:({ticks:$})=>o.jsx("div",{className:"slider-ticks",children:$.map(z=>o.jsx(Uw,{tick:z,count:$.length},z.id))})})]})})},Gw=l.div`
2426
2426
  margin-top: 8px;
2427
2427
  font-weight: 400;
2428
2428
  color: ${P.covideoGray100};
@@ -2435,7 +2435,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2435
2435
  height: 48px;
2436
2436
  width: 100%;
2437
2437
  background-color: ${P.gray10};
2438
- `,Qw=({videoRef:e,videoDuration:i,videoSource:n,setValue:a,value:c,isVideoTrimmed:d,valueRef:u,isVideoLoading:h=!0})=>{const{t:x}=re.useTranslation();return o.jsxs(o.Fragment,{children:[h?o.jsx(Yw,{width:"100%",videoRef:null,videoDuration:0,videoSource:"",setValue:a,value:[0,0],valueRef:u,showTickTime:!1,showFloatingPreview:!1}):o.jsx(tc,{width:"100%",videoRef:e,videoDuration:i,videoSource:n,setValue:a,value:c,valueRef:u,showTickTime:!1,showFloatingPreview:!1}),d&&o.jsxs(Gw,{children:[x("Trimmed."),o.jsx("span",{style:{marginLeft:8},onClick:()=>{a([0,i]),u.current&&(u.current=[0,i]),e.current&&(e.current.currentTime=0)},children:x("Revert to Original")})]})]})},Zw=({video:e,getMarkAsSentPayload:i,disable:n,onCRMClick:a})=>{const{t:c}=re.useTranslation(),{isCdkEnviroment:d}=l.useTheme(),{userData:u}=nt(),h=dr(u),[x,y]=f.useState(!1),[m,v]=f.useState(!1),S=()=>{y(!1)},{onQuickShareMutationHandler:C,isQuickshareLoading:E,onQuickShareButtonClick:T}=B1({video:e,videoRequest:e==null?void 0:e.videoRequest,setShowModalQuickShareMarkAsSent:v,handleOnMarkAsSentSuccessCallback:S}),k=()=>{if(a==null||a(),h===Yo.ASK_VERY_TIME.value){T({videoActivityType:ur.QUICKSHARE,toastType:"insert"});return}y(!0);const L=i();T({videoActivityType:ur.QUICKSHARE,toastType:"insert",...L.videoShareSetData,useAutomotive:L.useAutomotive})},j=async()=>(y(!0),i());return o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{onClick:k,text:c("Insert"),variant:d?"white":"primary",disabled:n||x,icon:x?o.jsx(Go,{size:12}):o.jsx(ot.IoMdAdd,{size:18})}),m&&o.jsx(N1,{markAsSentPayload:{toastType:"insert"},isQuickShareLoading:E,quickShareMarkAsSentHandler:C,handleModalClose:async()=>{v(!1)},getMarkAsSentPayload:j})]})},Kw=({video:e,getMarkAsSentPayload:i,disable:n,onCRMClick:a})=>{const{t:c}=re.useTranslation(),{isCdkEnviroment:d}=l.useTheme(),{containerWidth:u}=rt(),{userData:h}=nt(),x=dr(h),[y,m]=f.useState(!1),[v,S]=f.useState(!1),C=()=>{m(!1)},{onQuickShareMutationHandler:E,isQuickshareLoading:T,onQuickShareButtonClick:k}=B1({video:e,videoRequest:e==null?void 0:e.videoRequest,setShowModalQuickShareMarkAsSent:S,handleOnMarkAsSentSuccessCallback:C}),j=async()=>{if(a==null||a(),x===Yo.ASK_VERY_TIME.value){k({videoActivityType:ur.QUICKSHARE,toastType:"quickshare"});return}m(!0);const D=i();k({videoActivityType:ur.QUICKSHARE,toastType:"quickshare",...D.videoShareSetData,useAutomotive:D.useAutomotive})},L=async()=>(m(!0),i());return o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{variant:d?"white":"secondary",onClick:j,text:u>de.sm?c("Copy Video"):c("Copy"),disabled:n||y,icon:y?o.jsx(Go,{size:12}):o.jsx(ot.IoIosShareAlt,{size:18})}),v&&o.jsx(N1,{markAsSentPayload:{toastType:"quickshare"},isQuickShareLoading:T,quickShareMarkAsSentHandler:E,handleModalClose:async()=>{S(!1)},getMarkAsSentPayload:L})]})},Xw=async e=>(await je.get("/templates",{params:e})).data,Jw=(e,i)=>{const{userData:n}=nt();return Me.useQuery(["TEMPLATES",e,n==null?void 0:n.id],()=>Xw(e),{enabled:!0,refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1})},eS=async e=>(await je.get(`/videos/${e}`)).data,D3=e=>Me.useQuery(["VIDEO",e],()=>eS(e),{refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),tS=async e=>{const{search:i="",start:n=0,limit:a=0}=e;return(await je.get("/exitlinksets",{params:{search:i,start:n,limit:a}})).data},oS=e=>Me.useQuery(["EXIT_LINKSETS"],()=>tS(e),{refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),rS=async e=>(await je.get("/overlays",{params:e})).data,iS=e=>Me.useQuery(["WEBSITE_OVERLAY"],()=>rS(e),{refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),nS=l.div`
2438
+ `,Qw=({videoRef:e,videoDuration:i,videoSource:n,setValue:a,value:c,isVideoTrimmed:d,valueRef:u,isVideoLoading:h=!0})=>{const{t:x}=re.useTranslation();return o.jsxs(o.Fragment,{children:[h?o.jsx(Yw,{width:"100%",videoRef:null,videoDuration:0,videoSource:"",setValue:a,value:[0,0],valueRef:u,showTickTime:!1,showFloatingPreview:!1}):o.jsx(tc,{width:"100%",videoRef:e,videoDuration:i,videoSource:n,setValue:a,value:c,valueRef:u,showTickTime:!1,showFloatingPreview:!1}),d&&o.jsxs(Gw,{children:[x("Trimmed."),o.jsx("span",{style:{marginLeft:8},onClick:()=>{a([0,i]),u.current&&(u.current=[0,i]),e.current&&(e.current.currentTime=0)},children:x("Revert to Original")})]})]})},Zw=({video:e,getMarkAsSentPayload:i,disable:n,onCRMClick:a})=>{const{t:c}=re.useTranslation(),{isCdkEnviroment:d}=l.useTheme(),{userData:u}=nt(),h=dr(u),[x,y]=f.useState(!1),[v,m]=f.useState(!1),w=()=>{y(!1)},{onQuickShareMutationHandler:C,isQuickshareLoading:E,onQuickShareButtonClick:T}=B1({video:e,videoRequest:e==null?void 0:e.videoRequest,setShowModalQuickShareMarkAsSent:m,handleOnMarkAsSentSuccessCallback:w}),k=()=>{if(a==null||a(),h===Yo.ASK_VERY_TIME.value){T({videoActivityType:ur.QUICKSHARE,toastType:"insert"});return}y(!0);const L=i();T({videoActivityType:ur.QUICKSHARE,toastType:"insert",...L.videoShareSetData,useAutomotive:L.useAutomotive})},j=async()=>(y(!0),i());return o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{onClick:k,text:c("Insert"),variant:d?"white":"primary",disabled:n||x,icon:x?o.jsx(Go,{size:12}):o.jsx(ot.IoMdAdd,{size:18})}),v&&o.jsx(N1,{markAsSentPayload:{toastType:"insert"},isQuickShareLoading:E,quickShareMarkAsSentHandler:C,handleModalClose:async()=>{m(!1)},getMarkAsSentPayload:j})]})},Kw=({video:e,getMarkAsSentPayload:i,disable:n,onCRMClick:a})=>{const{t:c}=re.useTranslation(),{isCdkEnviroment:d}=l.useTheme(),{containerWidth:u}=rt(),{userData:h}=nt(),x=dr(h),[y,v]=f.useState(!1),[m,w]=f.useState(!1),C=()=>{v(!1)},{onQuickShareMutationHandler:E,isQuickshareLoading:T,onQuickShareButtonClick:k}=B1({video:e,videoRequest:e==null?void 0:e.videoRequest,setShowModalQuickShareMarkAsSent:w,handleOnMarkAsSentSuccessCallback:C}),j=async()=>{if(a==null||a(),x===Yo.ASK_VERY_TIME.value){k({videoActivityType:ur.QUICKSHARE,toastType:"quickshare"});return}v(!0);const D=i();k({videoActivityType:ur.QUICKSHARE,toastType:"quickshare",...D.videoShareSetData,useAutomotive:D.useAutomotive})},L=async()=>(v(!0),i());return o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{variant:d?"white":"secondary",onClick:j,text:u>de.sm?c("Copy Video"):c("Copy"),disabled:n||y,icon:y?o.jsx(Go,{size:12}):o.jsx(ot.IoIosShareAlt,{size:18})}),m&&o.jsx(N1,{markAsSentPayload:{toastType:"quickshare"},isQuickShareLoading:T,quickShareMarkAsSentHandler:E,handleModalClose:async()=>{w(!1)},getMarkAsSentPayload:L})]})},Xw=async e=>(await je.get("/templates",{params:e})).data,Jw=(e,i)=>{const{userData:n}=nt();return Me.useQuery(["TEMPLATES",e,n==null?void 0:n.id],()=>Xw(e),{enabled:!0,refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1})},eS=async e=>(await je.get(`/videos/${e}`)).data,D3=e=>Me.useQuery(["VIDEO",e],()=>eS(e),{refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),tS=async e=>{const{search:i="",start:n=0,limit:a=0}=e;return(await je.get("/exitlinksets",{params:{search:i,start:n,limit:a}})).data},oS=e=>Me.useQuery(["EXIT_LINKSETS"],()=>tS(e),{refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),rS=async e=>(await je.get("/overlays",{params:e})).data,iS=e=>Me.useQuery(["WEBSITE_OVERLAY"],()=>rS(e),{refetchOnWindowFocus:!1,refetchOnMount:!1,refetchOnReconnect:!1}),nS=l.div`
2439
2439
  background: ${P.gray10};
2440
2440
  `,sS=l.div`
2441
2441
  display: flex;
@@ -2494,7 +2494,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2494
2494
  background-color: ${({backgroundColor:e})=>e||"transparent"};
2495
2495
  width: ${({width:e})=>e||"auto"};
2496
2496
  border-radius: 6px;
2497
- `,Sn="pending",xS=e=>e?String(e):void 0,hS=()=>{var st,at;const{showInsertFeature:e,showQuickshareFeature:i,containerWidth:n,showTrimFeature:a,showCTAFeature:c,showLandingPageFeature:d,showReactionsFeature:u,showWebsiteOverlayFeature:h}=rt(),{t:x}=re.useTranslation(),{colors:y,isCdkEnviroment:m}=l.useTheme(),{videoId:v}=Qo.useParams(),{toast:S}=pt(),{userData:C}=nt(),{isLoading:E,data:T}=Jw({start:0,limit:2e3,search:""}),{data:k,isLoading:j}=D3(v),{data:L,isLoading:D}=iS({start:0,limit:100,search:""}),{data:O,isLoading:M}=oS({start:0,limit:100,search:""}),A=f.useRef(null),_=Zo(C),V=i0(C),N=Rw(C),U=Lw(C),{trackGTMVideoMessageInteractionEvent:$}=po(),z=Qo.useHistory(),[Z,W]=f.useState(!1),[Q,Y]=f.useState(!1),[H,ae]=f.useState({videoId:Number(v),templateId:M3.id,linksetId:"",overlayId:"",vin:Sn,allowReactions:U}),{trackVideoSpecificPagesManually:le,vehiceReady:Te}=w0({vin:H.vin!==Sn?H.vin:""}),[xe,pe]=f.useState([]),[ue,Se]=f.useState(!1),[te,me]=f.useState(!1),[Ie,Pe]=f.useState([0,0]),[Fe,Qe]=f.useState(0),it=f.useRef([0,0]),be=(O==null?void 0:O.linksets)??[],Ve=(L==null?void 0:L.websiteUrls)??[],fe=()=>z.push("/");f.useEffect(()=>{Pe([0,Fe])},[Fe]);const ce=j||E||E||M||D,De=Ne=>{var vt;if(E||!T)return;const{autoSelectedOption:xt,options:yt}=aw({userData:C,templatesResponse:T,sendVehicle:!!Ne,sendQuote:!1}),Ct=yt.filter(At=>h?!0:At.id!==S1),$t=(vt=Ct.find(At=>Number(At.value)===H.templateId))==null?void 0:vt.value,ft=yt.some(At=>At.value===L3&&At.typeId===Ur);pe(Ct),ae(At=>({...At,templateId:ft?Number(xt.value)||T.default.id:Number($t)||T.default.id,vin:Ne}))};f.useEffect(()=>{var Ne;!k&&!T||De(((Ne=k==null?void 0:k.videoRequest)==null?void 0:Ne.vin)||"")},[T,E,k]),f.useEffect(()=>{D||!Ve.length||Ve.length>0&&ae(Ne=>({...Ne,overlayId:Ve[0].id}))},[L,D]),f.useEffect(()=>{if(M||!be.length)return;const Ne=be.find(xt=>xt.defaultLinks)??be[0];Ne&&ae(xt=>({...xt,linksetId:Ne.id}))},[O,M]),f.useEffect(()=>{!j&&!k||ae(Ne=>{var xt;return{...Ne,vin:((xt=k==null?void 0:k.videoRequest)==null?void 0:xt.vin)||""}})},[k,j]),f.useEffect(()=>{const Ne=z5({trimStart:Ie[0],trimEnd:Ie[1],videoDuration:Fe});return Se(Ne),()=>{Se(!1)}},[Ie,Fe]),f.useEffect(()=>{Te&&H.vin!==Sn&&(le==null||le({...b0.SEND_SHARE}))},[Te]);const ie=async()=>{try{return await U5(v,{duration:Ie[1],start:Ie[0],title:k==null?void 0:k.title})}catch{S({message:x("Something went wrong while trimming the video, try again later!")})}},Je=()=>{const Ne=xe.find(Ct=>Ct.value===H.templateId),xt=_||(Ne==null?void 0:Ne.landingPageType)===$3.AUTOMOTIVE||!1;return{videoShareSetData:{videoId:Number(v),vin:H.vin!==Sn?H.vin:"",templateId:Number(H.templateId)||0,overlayId:H.overlayId||0,linksetId:H.linksetId||0,allowReactions:H.allowReactions},useAutomotive:xt}},mt=async()=>{if(ue){me(!0);const Ne=await ie();me(!1),Se(!1),z.replace(`/insert-video/${Ne.id}`)}},se={videoId:Number(k==null?void 0:k.id),videoTitle:k==null?void 0:k.title,videoLength:k==null?void 0:k.videoLength,videoCustomerName:!!((st=k==null?void 0:k.videoRequest)!=null&&st.customerName),videoType:((at=k==null?void 0:k.videoRequest)==null?void 0:at.videoType)||void 0},Re=({action:Ne})=>{var Ct,$t,ft;const xt=Je(),yt={notificationViewed:void 0,landingPage:(Ct=xe.find(vt=>vt.value===xt.videoShareSetData.templateId))==null?void 0:Ct.label,callToAction:(($t=be.find(vt=>vt.id===xt.videoShareSetData.linksetId))==null?void 0:$t.title)??void 0,thumbnails:void 0,customerId:xS(C.customerId),sms:void 0,email:void 0};$==null||$({action:Ne,video:se,videoMessageProperties:yt,vehicle:(ft=k==null?void 0:k.videoRequest)==null?void 0:ft.inventoryItem})},ze=E||M||D||H.templateId===-1&&!H.overlayId||Z;return ce||!k?o.jsx(Qt,{isLoading:j}):o.jsxs(nS,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:x("Back"),icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>fe(),variant:"transparent",style:{color:"white"}}),center:o.jsx(o.Fragment,{}),right:o.jsxs(o.Fragment,{children:[ue&&o.jsx(K.Button,{variant:m?"white":"secondary",onClick:mt,text:n>de.sm?x("Trim Video"):x("Trim"),disabled:te,icon:te?o.jsx(Go,{size:12}):o.jsx(he.MdContentCut,{size:18})}),i&&!ue&&o.jsx(Kw,{video:k,disable:ze,getMarkAsSentPayload:Je,onCRMClick:()=>{Re({action:v1.COPY})}}),e&&!ue&&o.jsx(Zw,{video:k,disable:ze,getMarkAsSentPayload:Je,onCRMClick:async()=>{Re({action:v1.INSERT})}})]})}),o.jsx(r0,{children:o.jsxs(sS,{children:[o.jsxs(aS,{children:[o.jsxs(lS,{children:[o.jsx(B0,{videoId:v,videoRef:A,autoplay:!1,height:"247px",FullscreenVideoWrapperBackgroundColor:y.black[100],borderBottomRadius:"0px",videoSource:(k==null?void 0:k.videoSource)||"",playerBackgroundColor:(k==null?void 0:k.playerBackgroundColor)||"",setVideoDuration:Qe,setVideoIsProcessing:W}),o.jsxs(dS,{children:[o.jsx(uS,{children:k==null?void 0:k.title}),o.jsxs(pS,{children:[o.jsx(ot.IoMdCalendar,{size:16,color:y.neutral[40],style:{marginRight:6}}),k==null?void 0:k.recordDate]})]})]}),a&&o.jsx(Qw,{isVideoTrimmed:ue,setValue:Pe,value:Ie,videoDuration:Fe,videoRef:A,isVideoLoading:j,videoSource:(k==null?void 0:k.videoSource)||"",valueRef:it})]}),(d||c||u)&&o.jsxs(cS,{children:[o.jsx(pw,{insertVideoData:H,setInsertVideoData:ae,overlaysData:Ve,templatesOptions:xe,linksetsData:be,reactionsCustomerEnabled:N}),V&&o.jsx(O3,{onChangeVehicle:Ne=>{De(Ne==null?void 0:Ne.vin),Y(!1)},placeholder:x("Search vehicle by name, VIN or stock number..."),selectedVin:H.vin,fetchSold:!1,addingVehicle:Q,handleChangeVehicleButtonPress:()=>{De(""),Y(!0)},handleRemoveVehicleButtonPress:()=>De(""),setAddingVehicle:Y})]})]})})]})},yS=l.div`
2497
+ `,Sn="pending",xS=e=>e?String(e):void 0,hS=()=>{var st,at;const{showInsertFeature:e,showQuickshareFeature:i,containerWidth:n,showTrimFeature:a,showCTAFeature:c,showLandingPageFeature:d,showReactionsFeature:u,showWebsiteOverlayFeature:h}=rt(),{t:x}=re.useTranslation(),{colors:y,isCdkEnviroment:v}=l.useTheme(),{videoId:m}=Qo.useParams(),{toast:w}=pt(),{userData:C}=nt(),{isLoading:E,data:T}=Jw({start:0,limit:2e3,search:""}),{data:k,isLoading:j}=D3(m),{data:L,isLoading:D}=iS({start:0,limit:100,search:""}),{data:O,isLoading:M}=oS({start:0,limit:100,search:""}),A=f.useRef(null),_=Zo(C),V=i0(C),N=Rw(C),U=Lw(C),{trackGTMVideoMessageInteractionEvent:$}=po(),z=Qo.useHistory(),[Z,W]=f.useState(!1),[Q,Y]=f.useState(!1),[H,ae]=f.useState({videoId:Number(m),templateId:M3.id,linksetId:"",overlayId:"",vin:Sn,allowReactions:U}),{trackVideoSpecificPagesManually:le,vehiceReady:Te}=w0({vin:H.vin!==Sn?H.vin:""}),[xe,pe]=f.useState([]),[ue,Se]=f.useState(!1),[te,me]=f.useState(!1),[Ie,Pe]=f.useState([0,0]),[Fe,Qe]=f.useState(0),it=f.useRef([0,0]),be=(O==null?void 0:O.linksets)??[],Ve=(L==null?void 0:L.websiteUrls)??[],fe=()=>z.push("/");f.useEffect(()=>{Pe([0,Fe])},[Fe]);const ce=j||E||E||M||D,De=Ne=>{var vt;if(E||!T)return;const{autoSelectedOption:xt,options:yt}=aw({userData:C,templatesResponse:T,sendVehicle:!!Ne,sendQuote:!1}),Ct=yt.filter(At=>h?!0:At.id!==S1),$t=(vt=Ct.find(At=>Number(At.value)===H.templateId))==null?void 0:vt.value,ft=yt.some(At=>At.value===L3&&At.typeId===Ur);pe(Ct),ae(At=>({...At,templateId:ft?Number(xt.value)||T.default.id:Number($t)||T.default.id,vin:Ne}))};f.useEffect(()=>{var Ne;!k&&!T||De(((Ne=k==null?void 0:k.videoRequest)==null?void 0:Ne.vin)||"")},[T,E,k]),f.useEffect(()=>{D||!Ve.length||Ve.length>0&&ae(Ne=>({...Ne,overlayId:Ve[0].id}))},[L,D]),f.useEffect(()=>{if(M||!be.length)return;const Ne=be.find(xt=>xt.defaultLinks)??be[0];Ne&&ae(xt=>({...xt,linksetId:Ne.id}))},[O,M]),f.useEffect(()=>{!j&&!k||ae(Ne=>{var xt;return{...Ne,vin:((xt=k==null?void 0:k.videoRequest)==null?void 0:xt.vin)||""}})},[k,j]),f.useEffect(()=>{const Ne=z5({trimStart:Ie[0],trimEnd:Ie[1],videoDuration:Fe});return Se(Ne),()=>{Se(!1)}},[Ie,Fe]),f.useEffect(()=>{Te&&H.vin!==Sn&&(le==null||le({...b0.SEND_SHARE}))},[Te]);const ie=async()=>{try{return await U5(m,{duration:Ie[1],start:Ie[0],title:k==null?void 0:k.title})}catch{w({message:x("Something went wrong while trimming the video, try again later!")})}},Je=()=>{const Ne=xe.find(Ct=>Ct.value===H.templateId),xt=_||(Ne==null?void 0:Ne.landingPageType)===$3.AUTOMOTIVE||!1;return{videoShareSetData:{videoId:Number(m),vin:H.vin!==Sn?H.vin:"",templateId:Number(H.templateId)||0,overlayId:H.overlayId||0,linksetId:H.linksetId||0,allowReactions:H.allowReactions},useAutomotive:xt}},mt=async()=>{if(ue){me(!0);const Ne=await ie();me(!1),Se(!1),z.replace(`/insert-video/${Ne.id}`)}},se={videoId:Number(k==null?void 0:k.id),videoTitle:k==null?void 0:k.title,videoLength:k==null?void 0:k.videoLength,videoCustomerName:!!((st=k==null?void 0:k.videoRequest)!=null&&st.customerName),videoType:((at=k==null?void 0:k.videoRequest)==null?void 0:at.videoType)||void 0},Re=({action:Ne})=>{var Ct,$t,ft;const xt=Je(),yt={notificationViewed:void 0,landingPage:(Ct=xe.find(vt=>vt.value===xt.videoShareSetData.templateId))==null?void 0:Ct.label,callToAction:(($t=be.find(vt=>vt.id===xt.videoShareSetData.linksetId))==null?void 0:$t.title)??void 0,thumbnails:void 0,customerId:xS(C.customerId),sms:void 0,email:void 0};$==null||$({action:Ne,video:se,videoMessageProperties:yt,vehicle:(ft=k==null?void 0:k.videoRequest)==null?void 0:ft.inventoryItem})},ze=E||M||D||H.templateId===-1&&!H.overlayId||Z;return ce||!k?o.jsx(Qt,{isLoading:j}):o.jsxs(nS,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:x("Back"),icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>fe(),variant:"transparent",style:{color:"white"}}),center:o.jsx(o.Fragment,{}),right:o.jsxs(o.Fragment,{children:[ue&&o.jsx(K.Button,{variant:v?"white":"secondary",onClick:mt,text:n>de.sm?x("Trim Video"):x("Trim"),disabled:te,icon:te?o.jsx(Go,{size:12}):o.jsx(he.MdContentCut,{size:18})}),i&&!ue&&o.jsx(Kw,{video:k,disable:ze,getMarkAsSentPayload:Je,onCRMClick:()=>{Re({action:v1.COPY})}}),e&&!ue&&o.jsx(Zw,{video:k,disable:ze,getMarkAsSentPayload:Je,onCRMClick:async()=>{Re({action:v1.INSERT})}})]})}),o.jsx(r0,{children:o.jsxs(sS,{children:[o.jsxs(aS,{children:[o.jsxs(lS,{children:[o.jsx(B0,{videoId:m,videoRef:A,autoplay:!1,height:"247px",FullscreenVideoWrapperBackgroundColor:y.black[100],borderBottomRadius:"0px",videoSource:(k==null?void 0:k.videoSource)||"",playerBackgroundColor:(k==null?void 0:k.playerBackgroundColor)||"",setVideoDuration:Qe,setVideoIsProcessing:W}),o.jsxs(dS,{children:[o.jsx(uS,{children:k==null?void 0:k.title}),o.jsxs(pS,{children:[o.jsx(ot.IoMdCalendar,{size:16,color:y.neutral[40],style:{marginRight:6}}),k==null?void 0:k.recordDate]})]})]}),a&&o.jsx(Qw,{isVideoTrimmed:ue,setValue:Pe,value:Ie,videoDuration:Fe,videoRef:A,isVideoLoading:j,videoSource:(k==null?void 0:k.videoSource)||"",valueRef:it})]}),(d||c||u)&&o.jsxs(cS,{children:[o.jsx(pw,{insertVideoData:H,setInsertVideoData:ae,overlaysData:Ve,templatesOptions:xe,linksetsData:be,reactionsCustomerEnabled:N}),V&&o.jsx(O3,{onChangeVehicle:Ne=>{De(Ne==null?void 0:Ne.vin),Y(!1)},placeholder:x("Search vehicle by name, VIN or stock number..."),selectedVin:H.vin,fetchSold:!1,addingVehicle:Q,handleChangeVehicleButtonPress:()=>{De(""),Y(!0)},handleRemoveVehicleButtonPress:()=>De(""),setAddingVehicle:Y})]})]})})]})},yS=l.div`
2498
2498
  display: flex;
2499
2499
  justify-content: center;
2500
2500
  align-items: flex-start;
@@ -2510,7 +2510,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2510
2510
  object-fit: contain;
2511
2511
  background: ${({theme:e})=>e.colors.primary[100]};
2512
2512
  }
2513
- `,gS=({video:e,videoRef:i,width:n=696,margin:a="0",useCovideoPlayer:c=!1})=>o.jsxs(yS,{margin:a,children:[!c&&o.jsx(fS,{width:n,children:o.jsx("video",{ref:i,...!hr&&{preload:"metadata"},width:n,playsInline:!0,controls:!1,children:o.jsx("source",{src:e.videoSource,type:"video/mp4"})})}),c&&o.jsx(B0,{width:`${n}px`,playerBackgroundColor:e.playerBackgroundColor||"",videoSource:e.videoSource,videoId:e.id,playButtonPosition:e.playButtonPosition||"",playerIconsColor:e.playerIconsAndTextColor||"",videoRef:i,autoplay:!1,disableControls:!0,startWithControls:!1})]}),C1="video/webm",$n="webm",qa=e=>{try{e.getTracks().forEach(i=>i.stop())}catch{}};var N3=(e=>(e.AbortError="media_aborted",e.NotAllowedError="permission_denied",e.NotFoundError="no_specified_media_found",e.NotReadableError="media_in_use",e.OverconstrainedError="invalid_media_constraints",e.TypeError="no_constraints",e.NONE="",e.NO_RECORDER="recorder_error",e))(N3||{});const Du={low:1e6,standard:25e5,high:5e6,ultra:8e6};function mS({audio:e=!0,video:i=!1,onStop:n=()=>null,blobPropertyBag:a,screen:c=!1,mediaRecorderOptions:d=null,mimeType:u="",quality:h="low"}){const x=f.useRef(null),y=f.useRef([]),m=f.useRef(null),[v,S]=f.useState("idle"),[C,E]=f.useState(!1),[T,k]=f.useState(null),[j,L]=f.useState("NONE"),D=f.useRef(!1),O=Du[h]||Du.low;window.streams||(window.streams=[]),window.streams=window.streams.filter(Boolean);const M=f.useCallback(async()=>{S("acquiring_media");const Y={audio:typeof e=="boolean"?!!e:e,video:typeof i=="boolean"?!!i:i};let H,ae;try{if(c?(H=await window.navigator.mediaDevices.getDisplayMedia({video:i||!0}),window.streams.push(H),H&&e&&(ae=await window.navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}}),window.streams.push(ae),ae.getAudioTracks().forEach(le=>H.addTrack(le))),m.current=H):(H=await window.navigator.mediaDevices.getUserMedia(Y),window.streams.push(H),m.current=H),!D.current){qa(H);return}H&&S("idle")}catch(le){qa(H),qa(ae),L(le.name),S("idle")}},[e,i,c]);f.useEffect(()=>(D.current=!0,()=>{D.current=!1}),[]),f.useEffect(()=>{if(!window.MediaRecorder)throw new Error("Unsupported Browser");if(c&&!window.navigator.mediaDevices.getDisplayMedia)throw new Error("This browser doesn't support screen capturing");const Y=H=>{const ae=navigator.mediaDevices.getSupportedConstraints(),le=Object.keys(H).filter(Te=>!ae[Te]);le.length>0&&console.error(`The constraints ${le.join(",")} doesn't support on this browser. Please check your ReactMediaRecorder component.`)};typeof e=="object"&&Y(e),typeof i=="object"&&Y(i),d&&d.mimeType&&(MediaRecorder.isTypeSupported(d.mimeType)||console.error("The specified MIME type you supplied for MediaRecorder doesn't support this browser")),m.current||M()},[e,c,i,M,d]);const A=async()=>{L("NONE"),m.current||await M(),m.current&&(m.current.getTracks().some(H=>H.readyState==="ended")&&await M(),x.current=new MediaRecorder(m.current,{mimeType:u,videoBitsPerSecond:O}),x.current.ondataavailable=V,x.current.onstop=N,x.current.onerror=()=>{L("NO_RECORDER"),S("idle")},x.current.start(),S("recording"))},_=async Y=>{if(!Y){L("NO_RECORDER");return}if(e){let H=await window.navigator.mediaDevices.getUserMedia({audio:e});window.streams.push(H),H.getAudioTracks().forEach(ae=>Y.addTrack(ae))}x.current=new MediaRecorder(Y,{mimeType:u,videoBitsPerSecond:O}),x.current.ondataavailable=V,x.current.onstop=N,x.current.onerror=()=>{L("NO_RECORDER"),S("idle")},x.current.start(),S("recording")},V=({data:Y})=>{y.current.push(Y)},N=()=>{const[Y]=y.current,H=Object.assign({type:Y.type},a||(i?{type:"video/mp4"}:{type:"audio/wav"})),ae=new Blob(y.current,H),le=URL.createObjectURL(ae);S("stopped"),k(le),n(le,ae)},U=Y=>{E(Y),m.current&&m.current.getAudioTracks().forEach(H=>H.enabled=!Y)},$=()=>{x.current&&x.current.state==="recording"&&x.current.pause()},z=()=>{x.current&&x.current.state==="paused"&&x.current.resume()},Z=()=>{x.current&&x.current.state!=="inactive"&&(S("stopping"),x.current.stop(),m.current&&m.current.getTracks().forEach(Y=>Y.stop()),y.current=[])},W=m.current?new MediaStream(m.current.getVideoTracks()):null;window.streams.push(W);const Q=m.current?new MediaStream(m.current.getAudioTracks()):null;return window.streams.push(Q),{error:N3[j],muteAudio:()=>U(!0),unMuteAudio:()=>U(!1),startRecording:A,startRecordingForCanvas:_,pauseRecording:$,resumeRecording:z,stopRecording:Z,mediaBlobUrl:T,status:v,isAudioMuted:C,previewStream:W,previewAudioStream:Q,clearBlobUrl:()=>k(null)}}const vS=l.div`
2513
+ `,gS=({video:e,videoRef:i,width:n=696,margin:a="0",useCovideoPlayer:c=!1})=>o.jsxs(yS,{margin:a,children:[!c&&o.jsx(fS,{width:n,children:o.jsx("video",{ref:i,...!hr&&{preload:"metadata"},width:n,playsInline:!0,controls:!1,children:o.jsx("source",{src:e.videoSource,type:"video/mp4"})})}),c&&o.jsx(B0,{width:`${n}px`,playerBackgroundColor:e.playerBackgroundColor||"",videoSource:e.videoSource,videoId:e.id,playButtonPosition:e.playButtonPosition||"",playerIconsColor:e.playerIconsAndTextColor||"",videoRef:i,autoplay:!1,disableControls:!0,startWithControls:!1})]}),C1="video/webm",$n="webm",qa=e=>{try{e.getTracks().forEach(i=>i.stop())}catch{}};var N3=(e=>(e.AbortError="media_aborted",e.NotAllowedError="permission_denied",e.NotFoundError="no_specified_media_found",e.NotReadableError="media_in_use",e.OverconstrainedError="invalid_media_constraints",e.TypeError="no_constraints",e.NONE="",e.NO_RECORDER="recorder_error",e))(N3||{});const Du={low:1e6,standard:25e5,high:5e6,ultra:8e6};function mS({audio:e=!0,video:i=!1,onStop:n=()=>null,blobPropertyBag:a,screen:c=!1,mediaRecorderOptions:d=null,mimeType:u="",quality:h="low"}){const x=f.useRef(null),y=f.useRef([]),v=f.useRef(null),[m,w]=f.useState("idle"),[C,E]=f.useState(!1),[T,k]=f.useState(null),[j,L]=f.useState("NONE"),D=f.useRef(!1),O=Du[h]||Du.low;window.streams||(window.streams=[]),window.streams=window.streams.filter(Boolean);const M=f.useCallback(async()=>{w("acquiring_media");const Y={audio:typeof e=="boolean"?!!e:e,video:typeof i=="boolean"?!!i:i};let H,ae;try{if(c?(H=await window.navigator.mediaDevices.getDisplayMedia({video:i||!0}),window.streams.push(H),H&&e&&(ae=await window.navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0}}),window.streams.push(ae),ae.getAudioTracks().forEach(le=>H.addTrack(le))),v.current=H):(H=await window.navigator.mediaDevices.getUserMedia(Y),window.streams.push(H),v.current=H),!D.current){qa(H);return}H&&w("idle")}catch(le){qa(H),qa(ae),L(le.name),w("idle")}},[e,i,c]);f.useEffect(()=>(D.current=!0,()=>{D.current=!1}),[]),f.useEffect(()=>{if(!window.MediaRecorder)throw new Error("Unsupported Browser");if(c&&!window.navigator.mediaDevices.getDisplayMedia)throw new Error("This browser doesn't support screen capturing");const Y=H=>{const ae=navigator.mediaDevices.getSupportedConstraints(),le=Object.keys(H).filter(Te=>!ae[Te]);le.length>0&&console.error(`The constraints ${le.join(",")} doesn't support on this browser. Please check your ReactMediaRecorder component.`)};typeof e=="object"&&Y(e),typeof i=="object"&&Y(i),d&&d.mimeType&&(MediaRecorder.isTypeSupported(d.mimeType)||console.error("The specified MIME type you supplied for MediaRecorder doesn't support this browser")),v.current||M()},[e,c,i,M,d]);const A=async()=>{L("NONE"),v.current||await M(),v.current&&(v.current.getTracks().some(H=>H.readyState==="ended")&&await M(),x.current=new MediaRecorder(v.current,{mimeType:u,videoBitsPerSecond:O}),x.current.ondataavailable=V,x.current.onstop=N,x.current.onerror=()=>{L("NO_RECORDER"),w("idle")},x.current.start(),w("recording"))},_=async Y=>{if(!Y){L("NO_RECORDER");return}if(e){let H=await window.navigator.mediaDevices.getUserMedia({audio:e});window.streams.push(H),H.getAudioTracks().forEach(ae=>Y.addTrack(ae))}x.current=new MediaRecorder(Y,{mimeType:u,videoBitsPerSecond:O}),x.current.ondataavailable=V,x.current.onstop=N,x.current.onerror=()=>{L("NO_RECORDER"),w("idle")},x.current.start(),w("recording")},V=({data:Y})=>{y.current.push(Y)},N=()=>{const[Y]=y.current,H=Object.assign({type:Y.type},a||(i?{type:"video/mp4"}:{type:"audio/wav"})),ae=new Blob(y.current,H),le=URL.createObjectURL(ae);w("stopped"),k(le),n(le,ae)},U=Y=>{E(Y),v.current&&v.current.getAudioTracks().forEach(H=>H.enabled=!Y)},$=()=>{x.current&&x.current.state==="recording"&&x.current.pause()},z=()=>{x.current&&x.current.state==="paused"&&x.current.resume()},Z=()=>{x.current&&x.current.state!=="inactive"&&(w("stopping"),x.current.stop(),v.current&&v.current.getTracks().forEach(Y=>Y.stop()),y.current=[])},W=v.current?new MediaStream(v.current.getVideoTracks()):null;window.streams.push(W);const Q=v.current?new MediaStream(v.current.getAudioTracks()):null;return window.streams.push(Q),{error:N3[j],muteAudio:()=>U(!0),unMuteAudio:()=>U(!1),startRecording:A,startRecordingForCanvas:_,pauseRecording:$,resumeRecording:z,stopRecording:Z,mediaBlobUrl:T,status:m,isAudioMuted:C,previewStream:W,previewAudioStream:Q,clearBlobUrl:()=>k(null)}}const vS=l.div`
2514
2514
  box-sizing: border-box;
2515
2515
  width: 400px;
2516
2516
  max-width: 100%;
@@ -2670,7 +2670,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2670
2670
  }
2671
2671
  `,$S=l.audio`
2672
2672
  display: none;
2673
- `,MS={audioSource:{value:"default"}},OS=({video:e,videoRef:i,onChangeVoiceoverValid:n,onRecordingUrlGeneration:a,handleShowCard:c,margin:d="0",width:u=696,disabled:h=!1})=>{var fe;const{t:x}=re.useTranslation(),{containerWidth:y}=rt(),{colors:m,isCdkEnviroment:v}=l.useTheme(),{toast:S}=pt(),C=f.createRef(),[E,T]=f.useState("NotRecording"),[k,j]=f.useState("NotPreviewing"),[L,D]=f.useState(0),[O,M]=f.useState(),[A,_]=f.useState(!1),V=Qo.useHistory(),N={audioSource:JSON.parse(localStorage.getItem(to.recordSettings)||JSON.stringify(MS)).audioSource};let U;try{U={deviceId:N.audioSource.value}}catch{}(!N||!N.audioSource||!N.audioSource.value)&&(U=!1);const{error:$,startRecording:z,stopRecording:Z,pauseRecording:W,resumeRecording:Q,mediaBlobUrl:Y}=mS({audio:U});(!U||$)&&(S({message:x("Please enable audio in your recording settings and try again!")}),V.push("/record/home"));const H=async()=>{i.current&&(c==null||c(!1),i.current.volume=0,i.current.play(),z(),T("Recording"))},ae=()=>{i.current&&(W(),i.current.pause(),T("RecordingPaused"))},le=()=>{var ce;i.current&&(Q(),(ce=i.current)==null||ce.play(),T("Recording"))},Te=()=>{!i.current||!O||(O.pause(),i.current.pause(),k!=="NotPreviewing"&&j("PreviewingPaused"),E!=="Finished"&&T("RecordingPaused"),_(!0))},xe=()=>{!i.current||!O||(_(!1),Z(),i.current.pause(),i.current.currentTime=0,O.pause(),O.currentTime=0,T("NotRecording"),j("NotPreviewing"))},pe=()=>{!i.current||!O||(j("Previewing"),i.current.currentTime=0,i.current.play(),O.play())},ue=()=>{!i.current||!O||(O.pause(),i.current.pause(),j("PreviewingPaused"))},Se=()=>{!i.current||!O||(O.play(),i.current.play(),j("Previewing"))},te=ce=>{!i.current||!O||(i.current.currentTime=parseFloat(ce),O.currentTime=parseFloat(ce),O.play(),i.current.play(),j("Previewing"))},me=()=>{[...window.streams].filter(Boolean).forEach(De=>Ie(De)),window.streams=[],T("NotRecording"),j("NotPreviewing")},Ie=ce=>{try{ce.getTracks().forEach(De=>De.stop())}catch{}};f.useEffect(()=>()=>{me()},[]),f.useEffect(()=>{const ce=()=>{var Re;let se=0;i.current&&(se=((Re=i==null?void 0:i.current)==null?void 0:Re.currentTime)||0,i.current.currentTime>=i.current.duration&&(se=i.current.duration)),D(se)},De=()=>{Z(),T("Finished"),j("NotPreviewing")},ie=()=>{T(se=>se==="Finished"?se:"Recording"),j(se=>se==="PreviewingPaused"?"Previewing":se)},Je=()=>{T(se=>se==="Finished"?se:"RecordingPaused"),j(se=>se==="Previewing"?"PreviewingPaused":se)},mt=()=>{!i.current||!O||(O.currentTime=i.current.currentTime)};return i.current&&(i.current.addEventListener("timeupdate",ce,!0),i.current.addEventListener("ended",De,!0),i.current.addEventListener("pause",Je,!0),i.current.addEventListener("play",ie,!0),i.current.addEventListener("seeked",mt,!0)),()=>{i.current&&(i.current.removeEventListener("timeupdate",ce,!0),i.current.removeEventListener("ended",De,!0),i.current.removeEventListener("pause",Je,!0),i.current.removeEventListener("play",ie,!0),i.current.removeEventListener("seeked",mt,!0))}},[i]),f.useEffect(()=>{n(E==="Finished")},[E]),f.useEffect(()=>{a(Y||""),!(!Y||!C.current)&&C.current.load()},[Y]),f.useEffect(()=>{C.current&&M(C.current)},[C.current]);const Pe=E==="Finished",Fe=E==="Recording",Qe=((fe=i==null?void 0:i.current)==null?void 0:fe.duration)||(e!=null&&e.videoLength?(e==null?void 0:e.videoLength)/1e3:0),it=Qe?L?parseFloat(L.toString())/parseFloat(Qe.toString())*100:0:100,be=ce=>{const De=ce.target.value.toString(),ie=Qe*(De/100);te(ie.toString())},Ve=new Date(L*1e3).toISOString().substring(14,19);return o.jsxs(jS,{margin:d,width:u,disabled:h,children:[o.jsx($S,{ref:C,children:o.jsx("source",{src:Y||""})}),o.jsxs(Nu,{children:[E==="NotRecording"&&o.jsx(K.Button,{variant:v?"primary":"red",icon:o.jsx(R5.BsRecordCircle,{size:12}),text:x("Record"),onClick:()=>H()}),E==="Recording"&&o.jsx(o.Fragment,{children:o.jsx(K.Button,{icon:o.jsx(he.MdPause,{}),text:x("Pause"),variant:"secondary",onClick:()=>ae()})}),E==="RecordingPaused"&&o.jsx(K.Button,{icon:o.jsx(he.MdPlayArrow,{}),text:x("Resume"),variant:"primary",onClick:()=>le()}),E==="Finished"&&k==="NotPreviewing"&&o.jsx(K.Button,{icon:o.jsx(he.MdPlayArrow,{}),onClick:()=>pe()}),k==="Previewing"&&o.jsx(K.Button,{icon:o.jsx(he.MdPause,{}),onClick:()=>ue()}),k==="PreviewingPaused"&&o.jsx(K.Button,{icon:o.jsx(he.MdPlayArrow,{}),onClick:()=>Se()})]}),o.jsxs(ES,{disabled:!Pe,title:Pe?"":x("Controls disabled before preview."),children:[o.jsxs(IS,{children:[o.jsx(AS,{children:o.jsx(he.MdMic,{size:22,color:Fe?m.primary[100]:m.neutral[60]})}),o.jsx(VS,{children:Ve})]}),o.jsxs(_S,{children:[o.jsx(LS,{disabled:!Pe,type:"range",min:"0",max:"100",value:it,onChange:ce=>be(ce),step:"1"}),o.jsx(TS,{background:m.primary[100],position:it})]}),o.jsx(RS,{children:lr(Qe,0)})]}),["RecordingPaused","Finished"].includes(E)&&o.jsx(Nu,{children:o.jsx(K.Button,{variant:v?"text":"destructive",icon:o.jsx(he.MdRefresh,{}),text:y>de.mb?x("Start Over"):"",onClick:()=>Te()})}),A&&o.jsx(kS,{title:x("Start Over?"),content:o.jsx(o.Fragment,{children:x("Your voiceover recording will be erased.")}),secondaryButtonText:x("Back"),primaryButtonText:x("Start Over"),primaryButtonType:"primary",handleSubmit:()=>xe(),handleModalClose:()=>_(!1)})]})},DS=l.div`
2673
+ `,MS={audioSource:{value:"default"}},OS=({video:e,videoRef:i,onChangeVoiceoverValid:n,onRecordingUrlGeneration:a,handleShowCard:c,margin:d="0",width:u=696,disabled:h=!1})=>{var fe;const{t:x}=re.useTranslation(),{containerWidth:y}=rt(),{colors:v,isCdkEnviroment:m}=l.useTheme(),{toast:w}=pt(),C=f.createRef(),[E,T]=f.useState("NotRecording"),[k,j]=f.useState("NotPreviewing"),[L,D]=f.useState(0),[O,M]=f.useState(),[A,_]=f.useState(!1),V=Qo.useHistory(),N={audioSource:JSON.parse(localStorage.getItem(to.recordSettings)||JSON.stringify(MS)).audioSource};let U;try{U={deviceId:N.audioSource.value}}catch{}(!N||!N.audioSource||!N.audioSource.value)&&(U=!1);const{error:$,startRecording:z,stopRecording:Z,pauseRecording:W,resumeRecording:Q,mediaBlobUrl:Y}=mS({audio:U});(!U||$)&&(w({message:x("Please enable audio in your recording settings and try again!")}),V.push("/record/home"));const H=async()=>{i.current&&(c==null||c(!1),i.current.volume=0,i.current.play(),z(),T("Recording"))},ae=()=>{i.current&&(W(),i.current.pause(),T("RecordingPaused"))},le=()=>{var ce;i.current&&(Q(),(ce=i.current)==null||ce.play(),T("Recording"))},Te=()=>{!i.current||!O||(O.pause(),i.current.pause(),k!=="NotPreviewing"&&j("PreviewingPaused"),E!=="Finished"&&T("RecordingPaused"),_(!0))},xe=()=>{!i.current||!O||(_(!1),Z(),i.current.pause(),i.current.currentTime=0,O.pause(),O.currentTime=0,T("NotRecording"),j("NotPreviewing"))},pe=()=>{!i.current||!O||(j("Previewing"),i.current.currentTime=0,i.current.play(),O.play())},ue=()=>{!i.current||!O||(O.pause(),i.current.pause(),j("PreviewingPaused"))},Se=()=>{!i.current||!O||(O.play(),i.current.play(),j("Previewing"))},te=ce=>{!i.current||!O||(i.current.currentTime=parseFloat(ce),O.currentTime=parseFloat(ce),O.play(),i.current.play(),j("Previewing"))},me=()=>{[...window.streams].filter(Boolean).forEach(De=>Ie(De)),window.streams=[],T("NotRecording"),j("NotPreviewing")},Ie=ce=>{try{ce.getTracks().forEach(De=>De.stop())}catch{}};f.useEffect(()=>()=>{me()},[]),f.useEffect(()=>{const ce=()=>{var Re;let se=0;i.current&&(se=((Re=i==null?void 0:i.current)==null?void 0:Re.currentTime)||0,i.current.currentTime>=i.current.duration&&(se=i.current.duration)),D(se)},De=()=>{Z(),T("Finished"),j("NotPreviewing")},ie=()=>{T(se=>se==="Finished"?se:"Recording"),j(se=>se==="PreviewingPaused"?"Previewing":se)},Je=()=>{T(se=>se==="Finished"?se:"RecordingPaused"),j(se=>se==="Previewing"?"PreviewingPaused":se)},mt=()=>{!i.current||!O||(O.currentTime=i.current.currentTime)};return i.current&&(i.current.addEventListener("timeupdate",ce,!0),i.current.addEventListener("ended",De,!0),i.current.addEventListener("pause",Je,!0),i.current.addEventListener("play",ie,!0),i.current.addEventListener("seeked",mt,!0)),()=>{i.current&&(i.current.removeEventListener("timeupdate",ce,!0),i.current.removeEventListener("ended",De,!0),i.current.removeEventListener("pause",Je,!0),i.current.removeEventListener("play",ie,!0),i.current.removeEventListener("seeked",mt,!0))}},[i]),f.useEffect(()=>{n(E==="Finished")},[E]),f.useEffect(()=>{a(Y||""),!(!Y||!C.current)&&C.current.load()},[Y]),f.useEffect(()=>{C.current&&M(C.current)},[C.current]);const Pe=E==="Finished",Fe=E==="Recording",Qe=((fe=i==null?void 0:i.current)==null?void 0:fe.duration)||(e!=null&&e.videoLength?(e==null?void 0:e.videoLength)/1e3:0),it=Qe?L?parseFloat(L.toString())/parseFloat(Qe.toString())*100:0:100,be=ce=>{const De=ce.target.value.toString(),ie=Qe*(De/100);te(ie.toString())},Ve=new Date(L*1e3).toISOString().substring(14,19);return o.jsxs(jS,{margin:d,width:u,disabled:h,children:[o.jsx($S,{ref:C,children:o.jsx("source",{src:Y||""})}),o.jsxs(Nu,{children:[E==="NotRecording"&&o.jsx(K.Button,{variant:m?"primary":"red",icon:o.jsx(R5.BsRecordCircle,{size:12}),text:x("Record"),onClick:()=>H()}),E==="Recording"&&o.jsx(o.Fragment,{children:o.jsx(K.Button,{icon:o.jsx(he.MdPause,{}),text:x("Pause"),variant:"secondary",onClick:()=>ae()})}),E==="RecordingPaused"&&o.jsx(K.Button,{icon:o.jsx(he.MdPlayArrow,{}),text:x("Resume"),variant:"primary",onClick:()=>le()}),E==="Finished"&&k==="NotPreviewing"&&o.jsx(K.Button,{icon:o.jsx(he.MdPlayArrow,{}),onClick:()=>pe()}),k==="Previewing"&&o.jsx(K.Button,{icon:o.jsx(he.MdPause,{}),onClick:()=>ue()}),k==="PreviewingPaused"&&o.jsx(K.Button,{icon:o.jsx(he.MdPlayArrow,{}),onClick:()=>Se()})]}),o.jsxs(ES,{disabled:!Pe,title:Pe?"":x("Controls disabled before preview."),children:[o.jsxs(IS,{children:[o.jsx(AS,{children:o.jsx(he.MdMic,{size:22,color:Fe?v.primary[100]:v.neutral[60]})}),o.jsx(VS,{children:Ve})]}),o.jsxs(_S,{children:[o.jsx(LS,{disabled:!Pe,type:"range",min:"0",max:"100",value:it,onChange:ce=>be(ce),step:"1"}),o.jsx(TS,{background:v.primary[100],position:it})]}),o.jsx(RS,{children:lr(Qe,0)})]}),["RecordingPaused","Finished"].includes(E)&&o.jsx(Nu,{children:o.jsx(K.Button,{variant:m?"text":"destructive",icon:o.jsx(he.MdRefresh,{}),text:y>de.mb?x("Start Over"):"",onClick:()=>Te()})}),A&&o.jsx(kS,{title:x("Start Over?"),content:o.jsx(o.Fragment,{children:x("Your voiceover recording will be erased.")}),secondaryButtonText:x("Back"),primaryButtonText:x("Start Over"),primaryButtonType:"primary",handleSubmit:()=>xe(),handleModalClose:()=>_(!1)})]})},DS=l.div`
2674
2674
  box-sizing: border-box;
2675
2675
  width: 400px;
2676
2676
  max-width: 100%;
@@ -2707,7 +2707,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2707
2707
  flex-direction: row-reverse;
2708
2708
  margin-top: 48px;
2709
2709
  gap: 8px;
2710
- `,P3=({title:e,label:i,defaultValue:n,primaryButtonText:a,secondaryButtonText:c,handleModalClose:d,handleSubmit:u})=>{const[h,x]=f.useState(n),{isCdkEnviroment:y}=l.useTheme();return o.jsx(yr,{children:o.jsxs(DS,{children:[o.jsxs(NS,{children:[e,o.jsx(PS,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:d})})]}),o.jsxs(FS,{children:[o.jsx(zS,{children:i}),o.jsx(Kr,{autoFocus:!0,value:h,onChange:m=>x(m.currentTarget.value),width:"100%"}),o.jsxs(BS,{children:[o.jsx(K.Button,{text:c,variant:y?"text":"secondary",onClick:d}),o.jsx(K.Button,{text:a,onClick:()=>u(h),disabled:h===""})]})]})]})})},qS=(e,i)=>e+"_"+(Math.random()+1).toString(36).substring(2)+"."+i,US=l.div`
2710
+ `,P3=({title:e,label:i,defaultValue:n,primaryButtonText:a,secondaryButtonText:c,handleModalClose:d,handleSubmit:u})=>{const[h,x]=f.useState(n),{isCdkEnviroment:y}=l.useTheme();return o.jsx(yr,{children:o.jsxs(DS,{children:[o.jsxs(NS,{children:[e,o.jsx(PS,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:d})})]}),o.jsxs(FS,{children:[o.jsx(zS,{children:i}),o.jsx(Kr,{autoFocus:!0,value:h,onChange:v=>x(v.currentTarget.value),width:"100%"}),o.jsxs(BS,{children:[o.jsx(K.Button,{text:c,variant:y?"text":"secondary",onClick:d}),o.jsx(K.Button,{text:a,onClick:()=>u(h),disabled:h===""})]})]})]})})},qS=(e,i)=>e+"_"+(Math.random()+1).toString(36).substring(2)+"."+i,US=l.div`
2711
2711
  position: relative;
2712
2712
  width: 216px;
2713
2713
  ${({theme:e})=>e.containerWidth<de.xs&&l.css`
@@ -2894,7 +2894,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2894
2894
  ${({theme:e})=>e.containerWidth<de.mb&&l.css`
2895
2895
  width: 100%;
2896
2896
  `}
2897
- `,Uu=1,Ua=8,xC=1,hC=()=>{const e=Qo.useHistory(),{containerWidth:i}=rt(),[n,a]=f.useState(""),[c,d]=f.useState(Uu),u=()=>e.push("/"),{t:h}=re.useTranslation(),{data:x,refetch:y,isLoading:m}=ZS({limit:Ua,page:c,search:n}),v=()=>{u()},{mutateAsync:S,isLoading:C}=XS({onSuccesCallback:v}),E=()=>{d(1)},T=m||C,k=n.length>0&&n.length<3;f.useEffect(()=>{k||y()},[n]);const j=async(M="")=>{a(M),E()},L=M=>{var _;if(!M.video)return;const A=JS([M==null?void 0:M.year.toString(),M.make,M.model,M.stockNumber]);S({url:(_=M.video)==null?void 0:_.url,fileName:A,lesaVehicleId:M.lesaVehicleId})},D=M=>{M==="left"&&d(A=>A-1),M==="right"&&d(A=>A+1)},O=Math.ceil(((x==null?void 0:x.count)||0)/Ua);return o.jsxs(o.Fragment,{children:[o.jsxs(eC,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:h("Back"),icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>u(),variant:"transparent",style:{color:"white"}}),center:o.jsx(Jr,{children:h("Lesa TV Import")})}),o.jsx(r0,{children:o.jsxs(tC,{children:[o.jsx(F3,{handleSearch:j,prevSearch:n}),o.jsx(oC,{})]})})]}),o.jsx(rC,{children:o.jsx(r0,{extendStyle:{wrapper:{padding:i>=de.xs?"32px 16px":"16px 0px"}},children:T?o.jsx(cC,{children:o.jsx(Qt,{isLoading:T})}):k?o.jsx(qu,{children:o.jsx("p",{children:h("Please enter at least three characters to search")})}):x!=null&&x.videos.length?o.jsxs(o.Fragment,{children:[o.jsxs(sC,{children:[o.jsx(zu,{children:o.jsxs(Cn,{children:[h("Stock")," #"]})}),i>=de.xs&&o.jsx(Pu,{children:o.jsx(Cn,{children:h("Year")})}),o.jsx(Fu,{children:o.jsx(Cn,{children:h("Make")})}),o.jsx(Bu,{children:o.jsx(Cn,{children:h("Model")})})]}),o.jsx(iC,{children:x==null?void 0:x.videos.map(M=>o.jsxs(nC,{onClick:()=>{},children:[o.jsx(zu,{children:M.stockNumber}),i>=de.xs&&o.jsx(Pu,{children:M.year}),o.jsx(Fu,{children:M.make}),o.jsx(Bu,{children:M.model}),o.jsx(aC,{children:o.jsx(K.Button,{variant:"secondary",onClick:()=>L(M),text:h("Add")})})]},M.stockNumber))}),o.jsx(lC,{children:o.jsxs(pC,{children:[o.jsx(dC,{children:h("Go to:")}),o.jsx(uC,{type:"number",min:xC,value:c,onChange:M=>{if(!M.currentTarget||!M.currentTarget.value)return;const A=parseInt(M.currentTarget.value);if(A<=0){E();return}if(A>O){d(O);return}d(A)}}),o.jsx(z3,{page:c-1,size:Ua,count:(x==null?void 0:x.count)||0}),o.jsx(K.Button,{onClick:()=>D("left"),icon:o.jsx(he.MdChevronLeft,{size:20}),disabled:c===Uu,size:"small",variant:"secondary"}),o.jsx(K.Button,{onClick:()=>D("right"),icon:o.jsx(he.MdChevronRight,{size:20}),disabled:c===O,size:"small",variant:"secondary"})]})})]}):o.jsxs(qu,{children:[o.jsx("p",{children:h("Oops! It looks like there are no videos matching your search terms.")}),o.jsx("p",{children:h("Try using different search term")})]})})})]})},yC=l.div`
2897
+ `,Uu=1,Ua=8,xC=1,hC=()=>{const e=Qo.useHistory(),{containerWidth:i}=rt(),[n,a]=f.useState(""),[c,d]=f.useState(Uu),u=()=>e.push("/"),{t:h}=re.useTranslation(),{data:x,refetch:y,isLoading:v}=ZS({limit:Ua,page:c,search:n}),m=()=>{u()},{mutateAsync:w,isLoading:C}=XS({onSuccesCallback:m}),E=()=>{d(1)},T=v||C,k=n.length>0&&n.length<3;f.useEffect(()=>{k||y()},[n]);const j=async(M="")=>{a(M),E()},L=M=>{var _;if(!M.video)return;const A=JS([M==null?void 0:M.year.toString(),M.make,M.model,M.stockNumber]);w({url:(_=M.video)==null?void 0:_.url,fileName:A,lesaVehicleId:M.lesaVehicleId})},D=M=>{M==="left"&&d(A=>A-1),M==="right"&&d(A=>A+1)},O=Math.ceil(((x==null?void 0:x.count)||0)/Ua);return o.jsxs(o.Fragment,{children:[o.jsxs(eC,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:h("Back"),icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>u(),variant:"transparent",style:{color:"white"}}),center:o.jsx(Jr,{children:h("Lesa TV Import")})}),o.jsx(r0,{children:o.jsxs(tC,{children:[o.jsx(F3,{handleSearch:j,prevSearch:n}),o.jsx(oC,{})]})})]}),o.jsx(rC,{children:o.jsx(r0,{extendStyle:{wrapper:{padding:i>=de.xs?"32px 16px":"16px 0px"}},children:T?o.jsx(cC,{children:o.jsx(Qt,{isLoading:T})}):k?o.jsx(qu,{children:o.jsx("p",{children:h("Please enter at least three characters to search")})}):x!=null&&x.videos.length?o.jsxs(o.Fragment,{children:[o.jsxs(sC,{children:[o.jsx(zu,{children:o.jsxs(Cn,{children:[h("Stock")," #"]})}),i>=de.xs&&o.jsx(Pu,{children:o.jsx(Cn,{children:h("Year")})}),o.jsx(Fu,{children:o.jsx(Cn,{children:h("Make")})}),o.jsx(Bu,{children:o.jsx(Cn,{children:h("Model")})})]}),o.jsx(iC,{children:x==null?void 0:x.videos.map(M=>o.jsxs(nC,{onClick:()=>{},children:[o.jsx(zu,{children:M.stockNumber}),i>=de.xs&&o.jsx(Pu,{children:M.year}),o.jsx(Fu,{children:M.make}),o.jsx(Bu,{children:M.model}),o.jsx(aC,{children:o.jsx(K.Button,{variant:"secondary",onClick:()=>L(M),text:h("Add")})})]},M.stockNumber))}),o.jsx(lC,{children:o.jsxs(pC,{children:[o.jsx(dC,{children:h("Go to:")}),o.jsx(uC,{type:"number",min:xC,value:c,onChange:M=>{if(!M.currentTarget||!M.currentTarget.value)return;const A=parseInt(M.currentTarget.value);if(A<=0){E();return}if(A>O){d(O);return}d(A)}}),o.jsx(z3,{page:c-1,size:Ua,count:(x==null?void 0:x.count)||0}),o.jsx(K.Button,{onClick:()=>D("left"),icon:o.jsx(he.MdChevronLeft,{size:20}),disabled:c===Uu,size:"small",variant:"secondary"}),o.jsx(K.Button,{onClick:()=>D("right"),icon:o.jsx(he.MdChevronRight,{size:20}),disabled:c===O,size:"small",variant:"secondary"})]})})]}):o.jsxs(qu,{children:[o.jsx("p",{children:h("Oops! It looks like there are no videos matching your search terms.")}),o.jsx("p",{children:h("Try using different search term")})]})})})]})},yC=l.div`
2898
2898
  background: ${P.white};
2899
2899
  `,fC=l.div`
2900
2900
  width: 78%;
@@ -2929,7 +2929,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
2929
2929
  line-height: 20px;
2930
2930
  color: ${P.blackRgb60};
2931
2931
  margin-top: 2%;
2932
- `,wC=()=>{const{trackVideoSpecificPagesManually:e}=w0({vin:""}),{trackGTMSaveNewVideoInteractionEvent:i}=po(),{t:n}=re.useTranslation(),{toast:a}=pt(),{colors:c,isCdkEnviroment:d}=l.useTheme(),{videoId:u}=Qo.useParams(),h=Qo.useHistory(),[x,y]=f.useState({}),[m,v]=f.useState(!0),[S,C]=f.useState(!1),[E,T]=f.useState(!1),[k,j]=f.useState(!1),[L,D]=f.useState(""),O=f.createRef(),M=async()=>{v(!0);const V=await Dn(u);V&&y(V),v(!1)},A=()=>{j(!0)};if(f.useEffect(()=>{M()},[]),f.useEffect(()=>{var V,N;m||e==null||e({...b0.VIDEOS_VOICE_RECORDER,videoAttributes:{videoId:Number(x.id),videoType:(V=x.videoRequest)==null?void 0:V.videoType,videoCustomerName:!!((N=x.videoRequest)!=null&&N.customerName)||!1,videoLength:x.videoLength||0,videoTitle:x==null?void 0:x.title}})},[m]),m)return o.jsx(Qt,{isLoading:m});const _=async V=>{var Q,Y,H,ae;j(!1),C(!0);const N=await fetch(L||"").then(le=>le.blob()),U=qS(x.id,$n),$=new File([N],U),z={fileName:$.name,mimeType:"audio/webm",folder:""},Z=await H8(z);if(!Z||Z instanceof Error){C(!1),a({message:n("Server is currently unavailable, try again later!")});return}const W={file:$,uploadURL:Z.uploadUrl,mimeType:z.mimeType};try{await G8({data:W}),await Y8({videoId:x.id,newVideoTitle:V,audioFileName:U});const le={videoId:Number(x.id),videoType:(Q=x==null?void 0:x.videoRequest)==null?void 0:Q.videoType,videoCustomerName:!!((Y=x==null?void 0:x.videoRequest)!=null&&Y.customerName),videoLength:x.videoLength,videoTitle:x.title};i==null||i({type:Un.VOICE_RECORD,vehicle:((H=x==null?void 0:x.videoRequest)==null?void 0:H.inventoryItem)||((ae=x==null?void 0:x.videoRequest)==null?void 0:ae.vehicle),videoAttributes:le})}catch{C(!1),a({message:n("Creating voiceover failed, try again later!")});return}a({message:n("Voiceover successfully created!")}),C(!1),T(!1),h.push("/")};return o.jsxs(yC,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:n("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>h.push("/"),style:{color:"white"}}),center:o.jsx(Jr,{children:n("Voiceover")}),right:o.jsx(K.Button,{onClick:A,text:n("Save Video"),variant:d?"white":"primary",disabled:!E||S})}),o.jsx(r0,{children:!S&&o.jsxs(o.Fragment,{children:[o.jsxs(fC,{children:[o.jsx(gC,{children:o.jsx(he.MdInfo,{size:22,color:c.primary[60]})}),o.jsxs(mC,{children:[o.jsx(vC,{children:n("Duplicated video ready for voiceover")}),o.jsx(bC,{children:n("The video won’t be available in the Library until you save it. A new voiceover will replace the original audio of duplicated video.")})]})]}),o.jsx(gS,{video:x,videoRef:O,margin:"32px 0 0"}),o.jsx(OS,{videoRef:O,video:x,onChangeVoiceoverValid:T,onRecordingUrlGeneration:V=>{D(V)},margin:"32px auto 0"})]})}),S&&o.jsx(Qt,{isLoading:!0}),k&&o.jsx(P3,{title:n("Name new video"),label:n("Give your new video a name"),defaultValue:x.title,secondaryButtonText:n("Back"),primaryButtonText:n("Save Video"),handleSubmit:_,handleModalClose:()=>j(!1)})]})},SC=l.div`
2932
+ `,wC=()=>{const{trackVideoSpecificPagesManually:e}=w0({vin:""}),{trackGTMSaveNewVideoInteractionEvent:i}=po(),{t:n}=re.useTranslation(),{toast:a}=pt(),{colors:c,isCdkEnviroment:d}=l.useTheme(),{videoId:u}=Qo.useParams(),h=Qo.useHistory(),[x,y]=f.useState({}),[v,m]=f.useState(!0),[w,C]=f.useState(!1),[E,T]=f.useState(!1),[k,j]=f.useState(!1),[L,D]=f.useState(""),O=f.createRef(),M=async()=>{m(!0);const V=await Dn(u);V&&y(V),m(!1)},A=()=>{j(!0)};if(f.useEffect(()=>{M()},[]),f.useEffect(()=>{var V,N;v||e==null||e({...b0.VIDEOS_VOICE_RECORDER,videoAttributes:{videoId:Number(x.id),videoType:(V=x.videoRequest)==null?void 0:V.videoType,videoCustomerName:!!((N=x.videoRequest)!=null&&N.customerName)||!1,videoLength:x.videoLength||0,videoTitle:x==null?void 0:x.title}})},[v]),v)return o.jsx(Qt,{isLoading:v});const _=async V=>{var Q,Y,H,ae;j(!1),C(!0);const N=await fetch(L||"").then(le=>le.blob()),U=qS(x.id,$n),$=new File([N],U),z={fileName:$.name,mimeType:"audio/webm",folder:""},Z=await H8(z);if(!Z||Z instanceof Error){C(!1),a({message:n("Server is currently unavailable, try again later!")});return}const W={file:$,uploadURL:Z.uploadUrl,mimeType:z.mimeType};try{await G8({data:W}),await Y8({videoId:x.id,newVideoTitle:V,audioFileName:U});const le={videoId:Number(x.id),videoType:(Q=x==null?void 0:x.videoRequest)==null?void 0:Q.videoType,videoCustomerName:!!((Y=x==null?void 0:x.videoRequest)!=null&&Y.customerName),videoLength:x.videoLength,videoTitle:x.title};i==null||i({type:Un.VOICE_RECORD,vehicle:((H=x==null?void 0:x.videoRequest)==null?void 0:H.inventoryItem)||((ae=x==null?void 0:x.videoRequest)==null?void 0:ae.vehicle),videoAttributes:le})}catch{C(!1),a({message:n("Creating voiceover failed, try again later!")});return}a({message:n("Voiceover successfully created!")}),C(!1),T(!1),h.push("/")};return o.jsxs(yC,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:n("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>h.push("/"),style:{color:"white"}}),center:o.jsx(Jr,{children:n("Voiceover")}),right:o.jsx(K.Button,{onClick:A,text:n("Save Video"),variant:d?"white":"primary",disabled:!E||w})}),o.jsx(r0,{children:!w&&o.jsxs(o.Fragment,{children:[o.jsxs(fC,{children:[o.jsx(gC,{children:o.jsx(he.MdInfo,{size:22,color:c.primary[60]})}),o.jsxs(mC,{children:[o.jsx(vC,{children:n("Duplicated video ready for voiceover")}),o.jsx(bC,{children:n("The video won’t be available in the Library until you save it. A new voiceover will replace the original audio of duplicated video.")})]})]}),o.jsx(gS,{video:x,videoRef:O,margin:"32px 0 0"}),o.jsx(OS,{videoRef:O,video:x,onChangeVoiceoverValid:T,onRecordingUrlGeneration:V=>{D(V)},margin:"32px auto 0"})]})}),w&&o.jsx(Qt,{isLoading:!0}),k&&o.jsx(P3,{title:n("Name new video"),label:n("Give your new video a name"),defaultValue:x.title,secondaryButtonText:n("Back"),primaryButtonText:n("Save Video"),handleSubmit:_,handleModalClose:()=>j(!1)})]})},SC=l.div`
2933
2933
  position: relative;
2934
2934
  width: 216px;
2935
2935
  ${({theme:e})=>e.containerWidth<de.xs&&l.css`
@@ -3098,7 +3098,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3098
3098
  ${({theme:e})=>e.containerWidth<de.mb&&l.css`
3099
3099
  width: 100%;
3100
3100
  `}
3101
- `,or=1,BC=10,Yu=1,qC=1,Qu=new Date().getFullYear(),UC=()=>{const{t:e}=re.useTranslation(),i=Qo.useHistory(),{containerWidth:n}=rt(),[a,c]=f.useState(""),[d,u]=f.useState(or),[h,x]=f.useState(qC),[y,m]=f.useState(Qu),[v,S]=f.useState(Yu),[C,E]=f.useState(or),[T,k]=f.useState([]),{toast:j}=pt(),L=BC,[D,O]=f.useState(!0),M=()=>i.push("/");let A=()=>{};f.useEffect(()=>{(async()=>{O(!0);try{const z=await zd({limit:L,page:d,year:y,search:a});S(z.count),k(z.videos);let Z=z.count<L?z.count:L;E(Math.ceil(z.count/Z)),O(!1)}catch{O(!1)}})()},[L,d,y]);const _=async($="",z=0,Z=0)=>{$.length<2&&$!==""||($!==a&&(c($),z=or,u(or)),h>0&&clearTimeout(h),A(),new Promise((W,Q)=>{A=Q,x(setTimeout(W,$!==a?500:0))}).then(async()=>{O(!0),Z===0&&(Z=y);try{const W=await zd({limit:L,search:$,page:z,year:Z});S(W.count),k(W.videos),E(Math.ceil(W.count/L)),O(!1)}catch{O(!1)}}))},V=async $=>{O(!0);try{await Z8({title:$.year+" "+$.make+" "+$.model,flvName:$.wtvVideoId,animatedGifPath:$.animatedGifPath,year:parseInt($.year),make:$.make,model:$.model,wtvId:$.wtvId}),O(!1),j({message:e("Video has been added!")}),M()}catch{O(!1),j({message:e("An error occured while trying to add the video!")})}},N=$=>{$==="left"&&(_(a,d-1,y),u(z=>z-1)),$==="right"&&(_(a,d+1,y),u(z=>z+1))};let U=[];for(let $=Qu;$>2007;$--)U.push({value:$.toString(),label:$.toString()});return o.jsxs(o.Fragment,{children:[o.jsxs(TC,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:e("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>M(),style:{color:"white"}}),center:o.jsx(Jr,{children:e("Wheels TV Import")})}),o.jsx(r0,{children:o.jsxs(IC,{children:[o.jsx(jC,{handleSearch:_,prevSearch:a}),o.jsx(AC,{children:o.jsx(Pt,{value:{value:y.toString()||"",label:y.toString()||""},onChange:$=>{m($.value),u(or),_(a,or,$.value)},options:U,isSearchable:!1,creatable:!1})})]})})]}),o.jsx(VC,{children:o.jsx(r0,{extendStyle:{wrapper:{padding:n>=de.xs?"32px 16px":"16px 0px"}},children:D?o.jsx(OC,{children:o.jsx(Qt,{isLoading:D})}):T.length?o.jsxs(o.Fragment,{children:[o.jsxs($C,{children:[n>=de.xs&&o.jsx(Wu,{children:o.jsx(Wa,{children:e("Year")})}),o.jsx(Hu,{children:o.jsx(Wa,{children:e("Make")})}),o.jsx(Gu,{children:o.jsx(Wa,{children:e("Model")})})]}),o.jsx(RC,{children:T.map($=>o.jsxs(LC,{onClick:()=>{},children:[n>=de.xs&&o.jsx(Wu,{children:$.year}),o.jsx(Hu,{children:$.make}),o.jsx(Gu,{children:$.model}),o.jsx(MC,{children:o.jsx(K.Button,{onClick:async()=>{V($)},text:e("Add"),variant:"secondary"})})]},$.wtvVideoId))}),o.jsx(NC,{children:o.jsxs(zC,{children:[o.jsx(PC,{children:e("Go to:")}),o.jsx(FC,{type:"number",min:Yu,value:d,onChange:$=>{if(!$.currentTarget||!$.currentTarget.value)return;const z=parseInt($.currentTarget.value);if(z<=0){u(1),_(a,1,y);return}if(z>C){u(C),_(a,C,y);return}u(z),_(a,z,y)}}),o.jsx(_C,{page:d-1,size:L,count:v}),o.jsx(K.Button,{onClick:()=>N("left"),icon:o.jsx(he.MdChevronLeft,{size:20}),disabled:d===or,variant:"secondary",size:"small"}),o.jsx(K.Button,{onClick:()=>N("right"),icon:o.jsx(he.MdChevronRight,{size:20}),disabled:d===C,variant:"secondary",size:"small"})]})})]}):o.jsxs(DC,{children:[o.jsx("p",{children:e("Oops! It looks like there are no videos matching your search terms.")}),o.jsx("p",{children:e("Try using a different search terms")})]})})})]})},WC=l.div`
3101
+ `,or=1,BC=10,Yu=1,qC=1,Qu=new Date().getFullYear(),UC=()=>{const{t:e}=re.useTranslation(),i=Qo.useHistory(),{containerWidth:n}=rt(),[a,c]=f.useState(""),[d,u]=f.useState(or),[h,x]=f.useState(qC),[y,v]=f.useState(Qu),[m,w]=f.useState(Yu),[C,E]=f.useState(or),[T,k]=f.useState([]),{toast:j}=pt(),L=BC,[D,O]=f.useState(!0),M=()=>i.push("/");let A=()=>{};f.useEffect(()=>{(async()=>{O(!0);try{const z=await zd({limit:L,page:d,year:y,search:a});w(z.count),k(z.videos);let Z=z.count<L?z.count:L;E(Math.ceil(z.count/Z)),O(!1)}catch{O(!1)}})()},[L,d,y]);const _=async($="",z=0,Z=0)=>{$.length<2&&$!==""||($!==a&&(c($),z=or,u(or)),h>0&&clearTimeout(h),A(),new Promise((W,Q)=>{A=Q,x(setTimeout(W,$!==a?500:0))}).then(async()=>{O(!0),Z===0&&(Z=y);try{const W=await zd({limit:L,search:$,page:z,year:Z});w(W.count),k(W.videos),E(Math.ceil(W.count/L)),O(!1)}catch{O(!1)}}))},V=async $=>{O(!0);try{await Z8({title:$.year+" "+$.make+" "+$.model,flvName:$.wtvVideoId,animatedGifPath:$.animatedGifPath,year:parseInt($.year),make:$.make,model:$.model,wtvId:$.wtvId}),O(!1),j({message:e("Video has been added!")}),M()}catch{O(!1),j({message:e("An error occured while trying to add the video!")})}},N=$=>{$==="left"&&(_(a,d-1,y),u(z=>z-1)),$==="right"&&(_(a,d+1,y),u(z=>z+1))};let U=[];for(let $=Qu;$>2007;$--)U.push({value:$.toString(),label:$.toString()});return o.jsxs(o.Fragment,{children:[o.jsxs(TC,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:e("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>M(),style:{color:"white"}}),center:o.jsx(Jr,{children:e("Wheels TV Import")})}),o.jsx(r0,{children:o.jsxs(IC,{children:[o.jsx(jC,{handleSearch:_,prevSearch:a}),o.jsx(AC,{children:o.jsx(Pt,{value:{value:y.toString()||"",label:y.toString()||""},onChange:$=>{v($.value),u(or),_(a,or,$.value)},options:U,isSearchable:!1,creatable:!1})})]})})]}),o.jsx(VC,{children:o.jsx(r0,{extendStyle:{wrapper:{padding:n>=de.xs?"32px 16px":"16px 0px"}},children:D?o.jsx(OC,{children:o.jsx(Qt,{isLoading:D})}):T.length?o.jsxs(o.Fragment,{children:[o.jsxs($C,{children:[n>=de.xs&&o.jsx(Wu,{children:o.jsx(Wa,{children:e("Year")})}),o.jsx(Hu,{children:o.jsx(Wa,{children:e("Make")})}),o.jsx(Gu,{children:o.jsx(Wa,{children:e("Model")})})]}),o.jsx(RC,{children:T.map($=>o.jsxs(LC,{onClick:()=>{},children:[n>=de.xs&&o.jsx(Wu,{children:$.year}),o.jsx(Hu,{children:$.make}),o.jsx(Gu,{children:$.model}),o.jsx(MC,{children:o.jsx(K.Button,{onClick:async()=>{V($)},text:e("Add"),variant:"secondary"})})]},$.wtvVideoId))}),o.jsx(NC,{children:o.jsxs(zC,{children:[o.jsx(PC,{children:e("Go to:")}),o.jsx(FC,{type:"number",min:Yu,value:d,onChange:$=>{if(!$.currentTarget||!$.currentTarget.value)return;const z=parseInt($.currentTarget.value);if(z<=0){u(1),_(a,1,y);return}if(z>C){u(C),_(a,C,y);return}u(z),_(a,z,y)}}),o.jsx(_C,{page:d-1,size:L,count:m}),o.jsx(K.Button,{onClick:()=>N("left"),icon:o.jsx(he.MdChevronLeft,{size:20}),disabled:d===or,variant:"secondary",size:"small"}),o.jsx(K.Button,{onClick:()=>N("right"),icon:o.jsx(he.MdChevronRight,{size:20}),disabled:d===C,variant:"secondary",size:"small"})]})})]}):o.jsxs(DC,{children:[o.jsx("p",{children:e("Oops! It looks like there are no videos matching your search terms.")}),o.jsx("p",{children:e("Try using a different search terms")})]})})})]})},WC=l.div`
3102
3102
  padding-left: 2px;
3103
3103
  padding-right: 2px;
3104
3104
  padding-top: 2px;
@@ -3110,7 +3110,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3110
3110
  position: relative;
3111
3111
  left: ${e=>e.offset};
3112
3112
  width: ${e=>e.width};
3113
- `,GC=({index:e,totalDuration:i,offset:n,width:a,video:c={},setVideos:d=()=>{},hasProcessingVideos:u,showPreviewTrack:h=!0})=>{const x=q.useRef([0,0]),[y,m]=f.useState([0,c.duration]);f.useEffect(()=>{d(S=>{const C=[...S],E=y[0],T=y[1],k=`#t=${E||0}${T?","+T:""}`;return C[e]={...C[e],start:Fd(y[0]),end:Fd(y[1]),startSec:E,endSec:T,source:(""+c.source).split("#t=")[0]+k},C})},[y]);const v=S=>{const C=S[1]-S[0];d(E=>{const T=[...E];return T[e]={...T[e],width:C*100/i,trimDuration:C},T})};return f.useEffect(()=>{i&&d(S=>{const C=[...S];return C[e]={...C[e],width:c.trimDuration*100/i},C})},[i]),f.useMemo(()=>o.jsx(WC,{children:o.jsx(HC,{offset:`${n||0}px`,width:`${a||0}px`,children:!!c.duration&&c.ref&&!u&&o.jsx(tc,{videoRef:c.ref,videoDuration:c.duration,videoSource:c.videoSource,setValue:m,showTickTime:!1,value:y,valueRef:x,width:"100%",onSlideEnd:v,showPreviewTrack:h})})},c.id),[c.width,c.ref,y,n,a,c.processing])},YC=e=>q.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 17C21.5523 17 22 16.5523 22 16C22 15.4477 21.5523 15 21 15H3C2.44772 15 2 15.4477 2 16C2 16.5523 2.44772 17 3 17H21ZM21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H21ZM2 8C2 8.55228 2.44772 9 3 9H21C21.5523 9 22 8.55228 22 8C22 7.44772 21.5523 7 21 7H3C2.44772 7 2 7.44772 2 8Z",fill:"#001B53",fillOpacity:.4})),QC=l(YC)`
3113
+ `,GC=({index:e,totalDuration:i,offset:n,width:a,video:c={},setVideos:d=()=>{},hasProcessingVideos:u,showPreviewTrack:h=!0})=>{const x=q.useRef([0,0]),[y,v]=f.useState([0,c.duration]);f.useEffect(()=>{d(w=>{const C=[...w],E=y[0],T=y[1],k=`#t=${E||0}${T?","+T:""}`;return C[e]={...C[e],start:Fd(y[0]),end:Fd(y[1]),startSec:E,endSec:T,source:(""+c.source).split("#t=")[0]+k},C})},[y]);const m=w=>{const C=w[1]-w[0];d(E=>{const T=[...E];return T[e]={...T[e],width:C*100/i,trimDuration:C},T})};return f.useEffect(()=>{i&&d(w=>{const C=[...w];return C[e]={...C[e],width:c.trimDuration*100/i},C})},[i]),f.useMemo(()=>o.jsx(WC,{children:o.jsx(HC,{offset:`${n||0}px`,width:`${a||0}px`,children:!!c.duration&&c.ref&&!u&&o.jsx(tc,{videoRef:c.ref,videoDuration:c.duration,videoSource:c.videoSource,setValue:v,showTickTime:!1,value:y,valueRef:x,width:"100%",onSlideEnd:m,showPreviewTrack:h})})},c.id),[c.width,c.ref,y,n,a,c.processing])},YC=e=>q.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 17C21.5523 17 22 16.5523 22 16C22 15.4477 21.5523 15 21 15H3C2.44772 15 2 15.4477 2 16C2 16.5523 2.44772 17 3 17H21ZM21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H21ZM2 8C2 8.55228 2.44772 9 3 9H21C21.5523 9 22 8.55228 22 8C22 7.44772 21.5523 7 21 7H3C2.44772 7 2 7.44772 2 8Z",fill:"#001B53",fillOpacity:.4})),QC=l(YC)`
3114
3114
  width: ${e=>e.width||"24px"};
3115
3115
  height: ${e=>e.height||"24px"};
3116
3116
  g {
@@ -3198,7 +3198,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3198
3198
  display: flex;
3199
3199
  justify-content: center;
3200
3200
  align-items: center;
3201
- `,ek=({video:e={},setVideos:i=()=>{},setVideoRef:n,index:a,isDragDisabled:c,setShouldFetch:d})=>{const u=q.createRef(),[h,x]=f.useState(0),y=!!(e!=null&&e.id)&&(e==null?void 0:e.id.toString().includes(jv)),{videoData:m,retryCount:v}=p3({videoId:(e==null?void 0:e.id)||0,enabled:!y&&(e==null?void 0:e.processing)===sr.PROCESSING}),{imgRef:S}=u3({src:(m==null?void 0:m.autogeneratedThumbnail)||(e==null?void 0:e.autoGeneratedGifPath)}),C=()=>{if(u.current){const T=u.current.duration;x(T)}};f.useEffect(()=>{h&&i(T=>{const k=[...T];return k[a]={...k[a],duration:h,trimDuration:h},k})},[h]),f.useEffect(()=>{u&&u.current&&(u.current.onloadedmetadata=()=>C(),n(a,u))},[u]),f.useEffect(()=>{m&&v!==0&&d(!0)},[m,v]);const E=e.processing===sr.FAILED||e.processing===sr.READY;return f.useMemo(()=>o.jsxs(KC,{children:[o.jsx(XC,{disabled:c,children:o.jsx(QC,{})}),E?o.jsxs(ZC,{children:[S.current?o.jsx(Zu,{ref:S}):o.jsx(Zu,{src:e.autogeneratedThumbnail}),o.jsx(B0,{videoSource:e.videoSource,videoId:e.id,thumbnail:e.autogeneratedThumbnail,videoRef:u,autoplay:!1})]}):o.jsx(JC,{children:o.jsx(Go,{})})]},e.id),[e.videoSource,e.processing,m])},tk=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:24,height:24,viewBox:"0 0 24 24",...e},q.createElement("defs",null,q.createElement("path",{id:"p1bfbm3cda",d:"M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"})),q.createElement("g",{fill:"none",fillRule:"evenodd",opacity:.2},q.createElement("g",null,q.createElement("g",null,q.createElement("g",{transform:"translate(-1112 -640) translate(1104 632) translate(8 8)"},q.createElement("mask",{id:"98kq0pmrgb",fill:"#fff"},q.createElement("use",{xlinkHref:"#p1bfbm3cda"})),q.createElement("use",{fill:"#000",fillRule:"nonzero",xlinkHref:"#p1bfbm3cda"}),q.createElement("g",{fill:"#272A32",mask:"url(#98kq0pmrgb)"},q.createElement("path",{d:"M0 0H24V24H0z"}))))))),ok=l(tk)`
3201
+ `,ek=({video:e={},setVideos:i=()=>{},setVideoRef:n,index:a,isDragDisabled:c,setShouldFetch:d})=>{const u=q.createRef(),[h,x]=f.useState(0),y=!!(e!=null&&e.id)&&(e==null?void 0:e.id.toString().includes(jv)),{videoData:v,retryCount:m}=p3({videoId:(e==null?void 0:e.id)||0,enabled:!y&&(e==null?void 0:e.processing)===sr.PROCESSING}),{imgRef:w}=u3({src:(v==null?void 0:v.autogeneratedThumbnail)||(e==null?void 0:e.autoGeneratedGifPath)}),C=()=>{if(u.current){const T=u.current.duration;x(T)}};f.useEffect(()=>{h&&i(T=>{const k=[...T];return k[a]={...k[a],duration:h,trimDuration:h},k})},[h]),f.useEffect(()=>{u&&u.current&&(u.current.onloadedmetadata=()=>C(),n(a,u))},[u]),f.useEffect(()=>{v&&m!==0&&d(!0)},[v,m]);const E=e.processing===sr.FAILED||e.processing===sr.READY;return f.useMemo(()=>o.jsxs(KC,{children:[o.jsx(XC,{disabled:c,children:o.jsx(QC,{})}),E?o.jsxs(ZC,{children:[w.current?o.jsx(Zu,{ref:w}):o.jsx(Zu,{src:e.autogeneratedThumbnail}),o.jsx(B0,{videoSource:e.videoSource,videoId:e.id,thumbnail:e.autogeneratedThumbnail,videoRef:u,autoplay:!1})]}):o.jsx(JC,{children:o.jsx(Go,{})})]},e.id),[e.videoSource,e.processing,v])},tk=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",width:24,height:24,viewBox:"0 0 24 24",...e},q.createElement("defs",null,q.createElement("path",{id:"p1bfbm3cda",d:"M15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.26 4.25c.41.41 1.07.41 1.48 0l.01-.01c.41-.41.41-1.07 0-1.48L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm-2-5h4c.28 0 .5.22.5.5s-.22.5-.5.5h-4c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"})),q.createElement("g",{fill:"none",fillRule:"evenodd",opacity:.2},q.createElement("g",null,q.createElement("g",null,q.createElement("g",{transform:"translate(-1112 -640) translate(1104 632) translate(8 8)"},q.createElement("mask",{id:"98kq0pmrgb",fill:"#fff"},q.createElement("use",{xlinkHref:"#p1bfbm3cda"})),q.createElement("use",{fill:"#000",fillRule:"nonzero",xlinkHref:"#p1bfbm3cda"}),q.createElement("g",{fill:"#272A32",mask:"url(#98kq0pmrgb)"},q.createElement("path",{d:"M0 0H24V24H0z"}))))))),ok=l(tk)`
3202
3202
  width: ${e=>e.width||"24px"};
3203
3203
  height: ${e=>e.height||"24px"};
3204
3204
  g {
@@ -3277,7 +3277,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3277
3277
  display: flex;
3278
3278
  justify-content: center;
3279
3279
  align-items: center;
3280
- `,dk=({width:e,height:i,displayVideos:n,hasProcessingVideos:a})=>{const c=f.useRef(null),{colors:d}=l.useTheme(),u=f.useRef(0),[h,x]=f.useState(!0),[y,m]=f.useState(!1),[v,S]=f.useState(0),[C,E]=f.useState(0),[T,k]=f.useState(0);f.useEffect(()=>{u.current=0;let $=0;for(let z=0;z<n.length;z++){let Z=n[z].startSec?n[z].startSec:0,Q=(n[z].endSec?n[z].endSec:n[z].duration)-Z;$+=Q}S($||1)},[n]);const j=()=>{x(!1)},L=()=>{if(c.current){const $=u.current,z=c.current;let Z=z.currentTime,W=n[$].startSec?n[$].startSec:0;Z=Z-W,Z=Z<0?0:Z;for(let Q=0;Q<$;Q++){let Y=n[Q].startSec?n[Q].startSec:0,ae=(n[Q].endSec?n[Q].endSec:n[Q].duration)-Y;Z+=ae}n[$].endSec<=z.currentTime&&D(),E(Z)}},D=()=>{if(c.current){const $=c.current;x(!0);const z=++u.current;if(n.length>z){$.src=n[z].source;let Z=n[z].startSec?n[z].startSec:0;$.currentTime=Z}else u.current=0,$.src=n[0].source,$.pause(),m(!1)}},O=$=>{const z=parseFloat($.currentTarget.value);if(c.current){const Z=c.current,W=u.current;let Q=0,Y=0;for(let H=0;H<n.length;H++){let ae=n[H].startSec?n[H].startSec:0,Te=(n[H].endSec?n[H].endSec:n[H].duration)-ae;if(Y+=Te,z>=Q&&z<Y){W!==H&&(x(!0),u.current=H,Z.src=n[H].source),Z.currentTime=z-Q+ae;break}Q=Y}}},M=()=>{c.current&&u.current>0&&y&&c.current.play()},A=()=>{const $=c.current;$&&(y?$.pause():$.play(),m(!y))},V=!!(n[u.current]?n[u.current].source:"")&&!a,N=100*(T-0)/(v-0),U={background:`linear-gradient(90deg, ${d.primary[100]} 0%, ${d.primary[100]} ${N}%, #d0d3d9 ${N}%, #d0d3d9 100%)`};return o.jsx(ak,{width:e,height:i,children:V?o.jsxs(o.Fragment,{children:[o.jsx("video",{...!hr&&{preload:"metadata"},width:e,height:i,ref:c,onTimeUpdate:L,onLoadedMetadata:j,onEnded:D,onCanPlayThrough:M,src:`${n[u.current].source}`,onClick:A,style:{maxWidth:"100%"},playsInline:!0,controls:!1}),o.jsx(sk,{playerBackgroundColor:"#fff",playButtonPosition:"center",isVideoPaused:!y,togglePlay:A,playerIconsColor:P.themeDark75Percent}),o.jsx(ck,{children:o.jsx(q3,{onChange:$=>{k(+$.target.value),O($)},value:C,max:v,min:"0",type:"range",step:"0.01",color:"red",style:{width:"100%",marginTop:"-25px",zIndex:2,height:"4px",...U,boxShadow:"0px 0px 4px rgba(66, 79, 104, 0.08),0px 6px 12px rgba(66, 79, 104, 0.06)"}})})]}):o.jsx(lk,{children:o.jsx(Go,{size:30})})})},uk=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},q.createElement("path",{className:"bg",fill:"white",d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"}),q.createElement("path",{className:"icon",fill:"#E84C3D",d:"M16.3 16.3c-.39.39-1.02.39-1.41 0L12 13.41 9.11 16.3c-.39.39-1.02.39-1.41 0-.187-.187-.292-.44-.292-.705 0-.265.105-.518.292-.705L10.59 12 7.7 9.11c-.187-.187-.292-.44-.292-.705 0-.265.105-.518.292-.705.39-.39 1.02-.39 1.41 0L12 10.59l2.89-2.89c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41z"})),pk=l(uk)`
3280
+ `,dk=({width:e,height:i,displayVideos:n,hasProcessingVideos:a})=>{const c=f.useRef(null),{colors:d}=l.useTheme(),u=f.useRef(0),[h,x]=f.useState(!0),[y,v]=f.useState(!1),[m,w]=f.useState(0),[C,E]=f.useState(0),[T,k]=f.useState(0);f.useEffect(()=>{u.current=0;let $=0;for(let z=0;z<n.length;z++){let Z=n[z].startSec?n[z].startSec:0,Q=(n[z].endSec?n[z].endSec:n[z].duration)-Z;$+=Q}w($||1)},[n]);const j=()=>{x(!1)},L=()=>{if(c.current){const $=u.current,z=c.current;let Z=z.currentTime,W=n[$].startSec?n[$].startSec:0;Z=Z-W,Z=Z<0?0:Z;for(let Q=0;Q<$;Q++){let Y=n[Q].startSec?n[Q].startSec:0,ae=(n[Q].endSec?n[Q].endSec:n[Q].duration)-Y;Z+=ae}n[$].endSec<=z.currentTime&&D(),E(Z)}},D=()=>{if(c.current){const $=c.current;x(!0);const z=++u.current;if(n.length>z){$.src=n[z].source;let Z=n[z].startSec?n[z].startSec:0;$.currentTime=Z}else u.current=0,$.src=n[0].source,$.pause(),v(!1)}},O=$=>{const z=parseFloat($.currentTarget.value);if(c.current){const Z=c.current,W=u.current;let Q=0,Y=0;for(let H=0;H<n.length;H++){let ae=n[H].startSec?n[H].startSec:0,Te=(n[H].endSec?n[H].endSec:n[H].duration)-ae;if(Y+=Te,z>=Q&&z<Y){W!==H&&(x(!0),u.current=H,Z.src=n[H].source),Z.currentTime=z-Q+ae;break}Q=Y}}},M=()=>{c.current&&u.current>0&&y&&c.current.play()},A=()=>{const $=c.current;$&&(y?$.pause():$.play(),v(!y))},V=!!(n[u.current]?n[u.current].source:"")&&!a,N=100*(T-0)/(m-0),U={background:`linear-gradient(90deg, ${d.primary[100]} 0%, ${d.primary[100]} ${N}%, #d0d3d9 ${N}%, #d0d3d9 100%)`};return o.jsx(ak,{width:e,height:i,children:V?o.jsxs(o.Fragment,{children:[o.jsx("video",{...!hr&&{preload:"metadata"},width:e,height:i,ref:c,onTimeUpdate:L,onLoadedMetadata:j,onEnded:D,onCanPlayThrough:M,src:`${n[u.current].source}`,onClick:A,style:{maxWidth:"100%"},playsInline:!0,controls:!1}),o.jsx(sk,{playerBackgroundColor:"#fff",playButtonPosition:"center",isVideoPaused:!y,togglePlay:A,playerIconsColor:P.themeDark75Percent}),o.jsx(ck,{children:o.jsx(q3,{onChange:$=>{k(+$.target.value),O($)},value:C,max:m,min:"0",type:"range",step:"0.01",color:"red",style:{width:"100%",marginTop:"-25px",zIndex:2,height:"4px",...U,boxShadow:"0px 0px 4px rgba(66, 79, 104, 0.08),0px 6px 12px rgba(66, 79, 104, 0.06)"}})})]}):o.jsx(lk,{children:o.jsx(Go,{size:30})})})},uk=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",...e},q.createElement("path",{className:"bg",fill:"white",d:"M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"}),q.createElement("path",{className:"icon",fill:"#E84C3D",d:"M16.3 16.3c-.39.39-1.02.39-1.41 0L12 13.41 9.11 16.3c-.39.39-1.02.39-1.41 0-.187-.187-.292-.44-.292-.705 0-.265.105-.518.292-.705L10.59 12 7.7 9.11c-.187-.187-.292-.44-.292-.705 0-.265.105-.518.292-.705.39-.39 1.02-.39 1.41 0L12 10.59l2.89-2.89c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41z"})),pk=l(uk)`
3281
3281
  width: ${e=>e.width||"16px"};
3282
3282
  height: ${e=>e.height||"16px"};
3283
3283
  fill: ${e=>e.color||"currentColor"};
@@ -3537,7 +3537,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3537
3537
  border-color: transparent;
3538
3538
  color: transparent;
3539
3539
  }
3540
- `,$k=(e,i)=>e>0?Math.ceil(e/i)*i:i,Mk=({videos:e=[],setVideos:i=()=>{},hasProcessingVideos:n,setShouldFetch:a})=>{const{t:c}=re.useTranslation(),{colors:d,isCdkEnviroment:u}=l.useTheme(),{containerWidth:h}=rt(),x=qe.useHistory(),[y,m]=f.useState(0),[v,S]=f.useState(0),[C,E]=f.useState(0),[T,k]=f.useState(0),[j,L]=f.useState(10),[D,O]=f.useState(20);f.useEffect(()=>{m(e.reduce((N,U)=>N+U.duration,0)||0),S(e.reduce((N,U)=>N+U.trimDuration,0)||0)},[e]),f.useEffect(()=>{k(60+e.length*100)},[e]),f.useEffect(()=>{function N(){const U=Math.max($k(y*j,j),h-223);E(U),O(Math.round(U/j))}N()},[y,j,h]);const M=N=>{if(e.length===1){x.push("/");return}try{const U=localStorage.getItem(to.merge),$=e[N],Z=(JSON.parse(U||"")||[]).filter(W=>W.id.toString()!==$.id.toString());localStorage.setItem(to.merge,JSON.stringify(Z))}catch(U){console.log(U)}i(U=>{const $=[...U];return $.splice(N,1),$})},A=(N,U)=>{i($=>{const z=[...$];return z[N].ref=U,z})},_=N=>{if(N===0)return 0;const U=e[N-1],$=e[N];return N===1?U.endSec*j-$.startSec*j:U.trimDuration*j+U.startSec*j-$.startSec*j+_(N-1)},V=async N=>{if(!N.destination)return;const U=I8(e,N.source.index,N.destination.index);i(U)};return o.jsxs(yk,{children:[n&&o.jsx(Lk,{children:o.jsx(B3,{text:"Some of the videos are still processing. Please wait until they are done, and then proceed with merging."})}),o.jsx(kk,{children:e&&!!e.length&&o.jsx(dk,{width:592,height:332,displayVideos:e,hasProcessingVideos:n})}),o.jsxs(fk,{children:[o.jsxs(Ck,{children:[o.jsx(Ak,{children:o.jsx(K.Button,{variant:"white",icon:o.jsx(Y1,{height:21,width:21}),text:c("Add More Videos"),onClick:()=>{x.push("/?add-more")}})}),h>de.mb&&o.jsxs(Vk,{children:[o.jsx(Ku,{onClick:()=>!n&&j>10&&L(j-5),disabled:n||j===10,children:o.jsx(ok,{width:24,height:24,color:d.primary[100]})}),o.jsx(q3,{type:"range",onChange:N=>L(N.target.value),min:10,max:200,value:j,disabled:n,style:{width:"100px",height:"4px",backgroundColor:"#d0d3d9",boxShadow:"0px 0px 4px rgba(66, 79, 104, 0.08),0px 6px 12px rgba(66, 79, 104, 0.06)"}}),o.jsx(Ku,{onClick:()=>!n&&j<200&&L(j+5),disabled:j===200||n,children:o.jsx(ik,{width:24,height:24,color:d.primary[100]})})]})]}),o.jsxs(gk,{children:[o.jsx(mk,{children:o.jsx(Va.DragDropContext,{onDragEnd:V,children:o.jsx(Va.Droppable,{droppableId:"videos",children:N=>o.jsxs("div",{ref:N.innerRef,...N.droppableProps,children:[e.map((U,$)=>o.jsx(Va.Draggable,{draggableId:U.id.toString(),index:$,isDragDisabled:n,children:z=>o.jsx("div",{ref:z.innerRef,...z.draggableProps,...z.dragHandleProps,children:o.jsx(ek,{index:$,video:U,setVideos:i,removeVideo:M,setVideoRef:A,isDragDisabled:n,setShouldFetch:a},`${U.id}${$}thumb`)})},U.id)),N.placeholder]})})})}),o.jsxs(wk,{height:T,id:"row-container",children:[h>de.mb&&o.jsxs(bk,{width:C,children:[o.jsx(jk,{children:[...Array(Math.round(D/12)).keys()].map(N=>o.jsxs(Tk,{width:12*j,children:[o.jsx("span",{children:lr(N*12,0)}),N+1===Math.round(D/12)&&o.jsx("span",{children:lr((N+1)*12,0)})]},N))}),o.jsx(Ek,{children:[...Array(D).keys()].map(N=>o.jsx(_k,{width:j,rightBorder:N+1===D,inside:N>=e[0].startSec&&N<=e[0].startSec+v},N))})]}),o.jsx(Sk,{children:e.map((N,U)=>o.jsx(Ik,{children:o.jsx(Rk,{children:o.jsx(pk,{onClick:()=>M(U),height:20,width:20,color:u?d.primary[100]:d.white[100],bgColor:u?d.white[100]:d.danger[40]})})},`${N.id}${U}`))}),h>de.mb&&o.jsx(vk,{children:e.map((N,U)=>o.jsx(GC,{index:U,totalDuration:y,offset:_(U),width:N.duration*j,video:N,setVideos:i,hasProcessingVideos:n,showPreviewTrack:!1},`${N.id}${U}row`))})]})]})]})]})},Ok=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"3 3 18 18",...e},q.createElement("path",{fill:"#001B53",fillRule:"evenodd",d:"M17 3H3v18h18V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"})),U3=l(Ok)`
3540
+ `,$k=(e,i)=>e>0?Math.ceil(e/i)*i:i,Mk=({videos:e=[],setVideos:i=()=>{},hasProcessingVideos:n,setShouldFetch:a})=>{const{t:c}=re.useTranslation(),{colors:d,isCdkEnviroment:u}=l.useTheme(),{containerWidth:h}=rt(),x=qe.useHistory(),[y,v]=f.useState(0),[m,w]=f.useState(0),[C,E]=f.useState(0),[T,k]=f.useState(0),[j,L]=f.useState(10),[D,O]=f.useState(20);f.useEffect(()=>{v(e.reduce((N,U)=>N+U.duration,0)||0),w(e.reduce((N,U)=>N+U.trimDuration,0)||0)},[e]),f.useEffect(()=>{k(60+e.length*100)},[e]),f.useEffect(()=>{function N(){const U=Math.max($k(y*j,j),h-223);E(U),O(Math.round(U/j))}N()},[y,j,h]);const M=N=>{if(e.length===1){x.push("/");return}try{const U=localStorage.getItem(to.merge),$=e[N],Z=(JSON.parse(U||"")||[]).filter(W=>W.id.toString()!==$.id.toString());localStorage.setItem(to.merge,JSON.stringify(Z))}catch(U){console.log(U)}i(U=>{const $=[...U];return $.splice(N,1),$})},A=(N,U)=>{i($=>{const z=[...$];return z[N].ref=U,z})},_=N=>{if(N===0)return 0;const U=e[N-1],$=e[N];return N===1?U.endSec*j-$.startSec*j:U.trimDuration*j+U.startSec*j-$.startSec*j+_(N-1)},V=async N=>{if(!N.destination)return;const U=I8(e,N.source.index,N.destination.index);i(U)};return o.jsxs(yk,{children:[n&&o.jsx(Lk,{children:o.jsx(B3,{text:"Some of the videos are still processing. Please wait until they are done, and then proceed with merging."})}),o.jsx(kk,{children:e&&!!e.length&&o.jsx(dk,{width:592,height:332,displayVideos:e,hasProcessingVideos:n})}),o.jsxs(fk,{children:[o.jsxs(Ck,{children:[o.jsx(Ak,{children:o.jsx(K.Button,{variant:"white",icon:o.jsx(Y1,{height:21,width:21}),text:c("Add More Videos"),onClick:()=>{x.push("/?add-more")}})}),h>de.mb&&o.jsxs(Vk,{children:[o.jsx(Ku,{onClick:()=>!n&&j>10&&L(j-5),disabled:n||j===10,children:o.jsx(ok,{width:24,height:24,color:d.primary[100]})}),o.jsx(q3,{type:"range",onChange:N=>L(N.target.value),min:10,max:200,value:j,disabled:n,style:{width:"100px",height:"4px",backgroundColor:"#d0d3d9",boxShadow:"0px 0px 4px rgba(66, 79, 104, 0.08),0px 6px 12px rgba(66, 79, 104, 0.06)"}}),o.jsx(Ku,{onClick:()=>!n&&j<200&&L(j+5),disabled:j===200||n,children:o.jsx(ik,{width:24,height:24,color:d.primary[100]})})]})]}),o.jsxs(gk,{children:[o.jsx(mk,{children:o.jsx(Va.DragDropContext,{onDragEnd:V,children:o.jsx(Va.Droppable,{droppableId:"videos",children:N=>o.jsxs("div",{ref:N.innerRef,...N.droppableProps,children:[e.map((U,$)=>o.jsx(Va.Draggable,{draggableId:U.id.toString(),index:$,isDragDisabled:n,children:z=>o.jsx("div",{ref:z.innerRef,...z.draggableProps,...z.dragHandleProps,children:o.jsx(ek,{index:$,video:U,setVideos:i,removeVideo:M,setVideoRef:A,isDragDisabled:n,setShouldFetch:a},`${U.id}${$}thumb`)})},U.id)),N.placeholder]})})})}),o.jsxs(wk,{height:T,id:"row-container",children:[h>de.mb&&o.jsxs(bk,{width:C,children:[o.jsx(jk,{children:[...Array(Math.round(D/12)).keys()].map(N=>o.jsxs(Tk,{width:12*j,children:[o.jsx("span",{children:lr(N*12,0)}),N+1===Math.round(D/12)&&o.jsx("span",{children:lr((N+1)*12,0)})]},N))}),o.jsx(Ek,{children:[...Array(D).keys()].map(N=>o.jsx(_k,{width:j,rightBorder:N+1===D,inside:N>=e[0].startSec&&N<=e[0].startSec+m},N))})]}),o.jsx(Sk,{children:e.map((N,U)=>o.jsx(Ik,{children:o.jsx(Rk,{children:o.jsx(pk,{onClick:()=>M(U),height:20,width:20,color:u?d.primary[100]:d.white[100],bgColor:u?d.white[100]:d.danger[40]})})},`${N.id}${U}`))}),h>de.mb&&o.jsx(vk,{children:e.map((N,U)=>o.jsx(GC,{index:U,totalDuration:y,offset:_(U),width:N.duration*j,video:N,setVideos:i,hasProcessingVideos:n,showPreviewTrack:!1},`${N.id}${U}row`))})]})]})]})]})},Ok=e=>q.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"3 3 18 18",...e},q.createElement("path",{fill:"#001B53",fillRule:"evenodd",d:"M17 3H3v18h18V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z"})),U3=l(Ok)`
3541
3541
  width: ${e=>e.width||"24px"};
3542
3542
  height: ${e=>e.height||"24px"};
3543
3543
  path {
@@ -3594,9 +3594,9 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3594
3594
  justify-content: flex-end;
3595
3595
  align-items: right;
3596
3596
  padding: 0 32px 32px;
3597
- `,Wk=({open:e=!1,disableSave:i=!1,infoBoxText:n,title:a="",text:c="",discardButtonText:d="Keep video",confirmButtonText:u="Delete video",onClickDiscardButton:h,onClickConfirmButton:x,showDiscardIcon:y=!0,showSaveIcon:m=!0,handleModalClose:v=()=>{}})=>{const{isCdkEnviroment:S}=l.useTheme();return e?o.jsx(Xr,{disableFullScreen:!0,style:{position:"fixed",zIndex:999},children:o.jsxs(Fk,{children:[o.jsxs(zk,{children:[o.jsxs(Bk,{children:[o.jsx("p",{children:a}),o.jsx(Pk,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:v})})]}),o.jsx(qk,{children:c}),n&&o.jsx(B3,{text:n,width:"430px"})]}),o.jsxs(Uk,{children:[o.jsx(K.Button,{...!!y&&{icon:o.jsx(Nk,{height:24,width:24})},text:d,onClick:h,variant:S?"text":"secondary"}),o.jsx(K.Button,{...!!m&&{icon:o.jsx(U3,{height:16,width:16})},text:u,onClick:x,disabled:i})]})]})}):null},Gn=({when:e,navigate:i=()=>{},shouldBlockNavigation:n,onConfirm:a=()=>{},onDiscard:c=()=>{},onStay:d=()=>{},stay:u=!1,title:h,text:x,discardButtonText:y,confirmButtonText:m,showDiscardIcon:v=!0,showSaveIcon:S=!0,infoBoxText:C,disableSave:E})=>{const{t:T}=re.useTranslation(),k=h||T("Leave without saving changes?"),j=x||T("Your updates will not be saved. This action can’t be undone."),L=y||T("Discard Changes"),D=m||T("Save Changes"),[O,M]=f.useState(!1),[A,_]=f.useState(null),[V,N]=f.useState(!1),U=()=>{M(!1)},$=Q=>!V&&n(Q)?(M(!0),_(Q),!1):!0,z=()=>{a(),M(!1),N(!0)},Z=()=>{c(),M(!1),N(!0)},W=()=>{U(),d()};return f.useEffect(()=>{V&&A&&i(A.pathname)},[V,A]),o.jsxs(o.Fragment,{children:[o.jsx(qe.Prompt,{when:e,message:$}),o.jsx(Wk,{open:O,title:k,text:j,discardButtonText:L,confirmButtonText:D,showDiscardIcon:v,showSaveIcon:S,handleModalClose:U,onClickDiscardButton:Z,onClickConfirmButton:u?W:z,infoBoxText:C,disableSave:E})]})};var W3=(e=>(e.ORGANIZATION_VIDEO="ORGANIZATION_VIDEO",e.LESA_VEHICLE="LESA_VEHICLE",e.VIDEO="VIDEO",e.WHEELS_TV="WHEELS_TV",e))(W3||{});const Hk=l.main`
3597
+ `,Wk=({open:e=!1,disableSave:i=!1,infoBoxText:n,title:a="",text:c="",discardButtonText:d="Keep video",confirmButtonText:u="Delete video",onClickDiscardButton:h,onClickConfirmButton:x,showDiscardIcon:y=!0,showSaveIcon:v=!0,handleModalClose:m=()=>{}})=>{const{isCdkEnviroment:w}=l.useTheme();return e?o.jsx(Xr,{disableFullScreen:!0,style:{position:"fixed",zIndex:999},children:o.jsxs(Fk,{children:[o.jsxs(zk,{children:[o.jsxs(Bk,{children:[o.jsx("p",{children:a}),o.jsx(Pk,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:m})})]}),o.jsx(qk,{children:c}),n&&o.jsx(B3,{text:n,width:"430px"})]}),o.jsxs(Uk,{children:[o.jsx(K.Button,{...!!y&&{icon:o.jsx(Nk,{height:24,width:24})},text:d,onClick:h,variant:w?"text":"secondary"}),o.jsx(K.Button,{...!!v&&{icon:o.jsx(U3,{height:16,width:16})},text:u,onClick:x,disabled:i})]})]})}):null},Gn=({when:e,navigate:i=()=>{},shouldBlockNavigation:n,onConfirm:a=()=>{},onDiscard:c=()=>{},onStay:d=()=>{},stay:u=!1,title:h,text:x,discardButtonText:y,confirmButtonText:v,showDiscardIcon:m=!0,showSaveIcon:w=!0,infoBoxText:C,disableSave:E})=>{const{t:T}=re.useTranslation(),k=h||T("Leave without saving changes?"),j=x||T("Your updates will not be saved. This action can’t be undone."),L=y||T("Discard Changes"),D=v||T("Save Changes"),[O,M]=f.useState(!1),[A,_]=f.useState(null),[V,N]=f.useState(!1),U=()=>{M(!1)},$=Q=>!V&&n(Q)?(M(!0),_(Q),!1):!0,z=()=>{a(),M(!1),N(!0)},Z=()=>{c(),M(!1),N(!0)},W=()=>{U(),d()};return f.useEffect(()=>{V&&A&&i(A.pathname)},[V,A]),o.jsxs(o.Fragment,{children:[o.jsx(qe.Prompt,{when:e,message:$}),o.jsx(Wk,{open:O,title:k,text:j,discardButtonText:L,confirmButtonText:D,showDiscardIcon:m,showSaveIcon:w,handleModalClose:U,onClickDiscardButton:Z,onClickConfirmButton:u?W:z,infoBoxText:C,disableSave:E})]})};var W3=(e=>(e.ORGANIZATION_VIDEO="ORGANIZATION_VIDEO",e.LESA_VEHICLE="LESA_VEHICLE",e.VIDEO="VIDEO",e.WHEELS_TV="WHEELS_TV",e))(W3||{});const Hk=l.main`
3598
3598
  background: ${P.gray10};
3599
- `,Gk=()=>{const{t:e}=re.useTranslation(),{trackGTMSaveNewVideoInteractionEvent:i}=po(),{isCdkEnviroment:n}=l.useTheme(),{trackVideoSpecificPagesManually:a}=w0({vin:""}),c=qe.useLocation(),u=(new URLSearchParams(c.search).get("videos")||"").split(",").filter(Boolean),[h,x]=f.useState({}),[y,m]=f.useState(u.map(_=>({id:_}))),v=qe.useHistory(),[S,C]=q.useState(!1),[E,T]=q.useState(!1),[k,j]=q.useState(!0),[L,D]=f.useState(!0),O=_=>_.pathname==="/"&&(_.search==="?add-more"||_.search==="?merged")?!1:!E;f.useEffect(()=>{k||a==null||a({...b0.VIDEOS_MERGE,mergeIds:u.map(_=>Number(_))})},[k]),f.useEffect(()=>{if(L){const _=localStorage.getItem(to.merge),V=JSON.parse(_);let N={};V==null||V.forEach(U=>{N[U.id]=U}),x(N),D(!1)}},[L]),f.useEffect(()=>{j(!0),Object.values(h).forEach(async _=>{const V=await Dn(_.id);m(N=>[...N].map($=>{const z={sourceType:W3.VIDEO,sourceId:Number($.id)};return $.id.toString()===_.id.toString()?{...$,..._,source:V.videoSource,flvName:V.flvName+".mp4",start:"00:00:00:00",sourceType:z}:{...$,sourceType:z}}))}),j(!1)},[h]);const M=async _=>{var z,Z;window.localStorage.removeItem(to.merge);const V=1e3*y.reduce((W,Q)=>W+Q.trimDuration,0),N=y.filter(W=>W.sourceType!==void 0).map(W=>W.sourceType),U=await F8({videos:y.map(W=>({start:W.start,end:W.end,id:W.id,flvName:W.flvName})),videoName:_,duration:V,...N.length>0&&{sources:N}}),$={videoId:Number(U.id),videoType:((z=U==null?void 0:U.videoRequest)==null?void 0:z.videoType)||void 0,videoCustomerName:!!((Z=U==null?void 0:U.videoRequest)!=null&&Z.customerName),videoLength:U.videoLength,videoTitle:U.title};i==null||i({type:Un.MERGE,videoAttributes:$,mergedIds:y.map(W=>Number(W.id))}),T(!0),v.push("/?merged")};if(k)return o.jsx(Qt,{isLoading:k});const A=!!y.find(_=>(_==null?void 0:_.processing)===sr.PROCESSING);return o.jsxs(Hk,{children:[y.length>=2&&o.jsx(Gn,{when:!0,navigate:_=>{v.push(_)},stay:!0,onStay:()=>C(!0),onConfirm:()=>{},shouldBlockNavigation:_=>O(_),disableSave:A,infoBoxText:A?e("Some of the videos are still processing. Please wait until they are done, and then proceed with merging."):""}),o.jsx(wo,{left:o.jsx(K.Button,{text:e("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>{window.localStorage.removeItem(to.merge),v.push("/")},extendStyles:{container:{color:"white"}}}),center:o.jsx(Jr,{children:e("Merge Videos")}),right:o.jsx(K.Button,{variant:n?"white":"primary",onClick:()=>C(!0),text:e("Save"),disabled:!y||y.length<2||A})}),o.jsx(Mk,{videos:y,setVideos:m,hasProcessingVideos:A,setShouldFetch:D}),S&&o.jsx(P3,{title:e("Name new video"),label:e("Give your new video a name"),defaultValue:"",secondaryButtonText:e("Back"),primaryButtonText:e("Save Video"),handleSubmit:_=>M(_),handleModalClose:()=>C(!1)})]})},Yk=({onSaveVideo:e,isSaveDisabled:i,setInsertAfterSave:n,uploadLoading:a})=>{const{t:c}=re.useTranslation(),{isCdkEnviroment:d,colors:u}=l.useTheme(),h=qe.useHistory(),{showInsertFeature:x,containerWidth:y}=rt();return o.jsx(wo,{left:o.jsx(K.Button,{text:c("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>{h.push("/")},style:{color:"white"}}),center:o.jsx(Jr,{children:""}),right:o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{onClick:()=>{e()},text:c("Save"),variant:d?"white":"secondary",disabled:i||a,icon:a?o.jsx(Go,{size:12}):o.jsx(U3,{height:"15px"})}),x&&o.jsx(K.Button,{onClick:()=>{n(!0),e()},text:y>de.sm?c("Continue to Insert"):c("Insert"),disabled:i||a,variant:d?"white":"primary"})]})})},t0={all:[],user:[]},Qk=async({page:e=0,size:i=50,search:n="",all:a=!1,sort:c,refresh:d=!0})=>{var x,y;const u={start:e*i,limit:i,search:n,sort:c,all:""};if(a&&(u.all="true"),!d){if(a&&((x=t0==null?void 0:t0.all)!=null&&x.length))return t0.all;if(!a&&((y=t0==null?void 0:t0.user)!=null&&y.length))return t0.user}const{data:h}=await je.get("/video-tags",{params:u});return a?t0.all=h:t0.user=h,h},Zk=async(e,i)=>({videoTags:(await je.put(`/videos/${e}/video-tags`,i)).data}),Kk=l.div`
3599
+ `,Gk=()=>{const{t:e}=re.useTranslation(),{trackGTMSaveNewVideoInteractionEvent:i}=po(),{isCdkEnviroment:n}=l.useTheme(),{trackVideoSpecificPagesManually:a}=w0({vin:""}),c=qe.useLocation(),u=(new URLSearchParams(c.search).get("videos")||"").split(",").filter(Boolean),[h,x]=f.useState({}),[y,v]=f.useState(u.map(_=>({id:_}))),m=qe.useHistory(),[w,C]=q.useState(!1),[E,T]=q.useState(!1),[k,j]=q.useState(!0),[L,D]=f.useState(!0),O=_=>_.pathname==="/"&&(_.search==="?add-more"||_.search==="?merged")?!1:!E;f.useEffect(()=>{k||a==null||a({...b0.VIDEOS_MERGE,mergeIds:u.map(_=>Number(_))})},[k]),f.useEffect(()=>{if(L){const _=localStorage.getItem(to.merge),V=JSON.parse(_);let N={};V==null||V.forEach(U=>{N[U.id]=U}),x(N),D(!1)}},[L]),f.useEffect(()=>{j(!0),Object.values(h).forEach(async _=>{const V=await Dn(_.id);v(N=>[...N].map($=>{const z={sourceType:W3.VIDEO,sourceId:Number($.id)};return $.id.toString()===_.id.toString()?{...$,..._,source:V.videoSource,flvName:V.flvName+".mp4",start:"00:00:00:00",sourceType:z}:{...$,sourceType:z}}))}),j(!1)},[h]);const M=async _=>{var z,Z;window.localStorage.removeItem(to.merge);const V=1e3*y.reduce((W,Q)=>W+Q.trimDuration,0),N=y.filter(W=>W.sourceType!==void 0).map(W=>W.sourceType),U=await F8({videos:y.map(W=>({start:W.start,end:W.end,id:W.id,flvName:W.flvName})),videoName:_,duration:V,...N.length>0&&{sources:N}}),$={videoId:Number(U.id),videoType:((z=U==null?void 0:U.videoRequest)==null?void 0:z.videoType)||void 0,videoCustomerName:!!((Z=U==null?void 0:U.videoRequest)!=null&&Z.customerName),videoLength:U.videoLength,videoTitle:U.title};i==null||i({type:Un.MERGE,videoAttributes:$,mergedIds:y.map(W=>Number(W.id))}),T(!0),m.push("/?merged")};if(k)return o.jsx(Qt,{isLoading:k});const A=!!y.find(_=>(_==null?void 0:_.processing)===sr.PROCESSING);return o.jsxs(Hk,{children:[y.length>=2&&o.jsx(Gn,{when:!0,navigate:_=>{m.push(_)},stay:!0,onStay:()=>C(!0),onConfirm:()=>{},shouldBlockNavigation:_=>O(_),disableSave:A,infoBoxText:A?e("Some of the videos are still processing. Please wait until they are done, and then proceed with merging."):""}),o.jsx(wo,{left:o.jsx(K.Button,{text:e("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>{window.localStorage.removeItem(to.merge),m.push("/")},extendStyles:{container:{color:"white"}}}),center:o.jsx(Jr,{children:e("Merge Videos")}),right:o.jsx(K.Button,{variant:n?"white":"primary",onClick:()=>C(!0),text:e("Save"),disabled:!y||y.length<2||A})}),o.jsx(Mk,{videos:y,setVideos:v,hasProcessingVideos:A,setShouldFetch:D}),w&&o.jsx(P3,{title:e("Name new video"),label:e("Give your new video a name"),defaultValue:"",secondaryButtonText:e("Back"),primaryButtonText:e("Save Video"),handleSubmit:_=>M(_),handleModalClose:()=>C(!1)})]})},Yk=({onSaveVideo:e,isSaveDisabled:i,setInsertAfterSave:n,uploadLoading:a})=>{const{t:c}=re.useTranslation(),{isCdkEnviroment:d,colors:u}=l.useTheme(),h=qe.useHistory(),{showInsertFeature:x,containerWidth:y}=rt();return o.jsx(wo,{left:o.jsx(K.Button,{text:c("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>{h.push("/")},style:{color:"white"}}),center:o.jsx(Jr,{children:""}),right:o.jsxs(o.Fragment,{children:[o.jsx(K.Button,{onClick:()=>{e()},text:c("Save"),variant:d?"white":"secondary",disabled:i||a,icon:a?o.jsx(Go,{size:12}):o.jsx(U3,{height:"15px"})}),x&&o.jsx(K.Button,{onClick:()=>{n(!0),e()},text:y>de.sm?c("Continue to Insert"):c("Insert"),disabled:i||a,variant:d?"white":"primary"})]})})},t0={all:[],user:[]},Qk=async({page:e=0,size:i=50,search:n="",all:a=!1,sort:c,refresh:d=!0})=>{var x,y;const u={start:e*i,limit:i,search:n,sort:c,all:""};if(a&&(u.all="true"),!d){if(a&&((x=t0==null?void 0:t0.all)!=null&&x.length))return t0.all;if(!a&&((y=t0==null?void 0:t0.user)!=null&&y.length))return t0.user}const{data:h}=await je.get("/video-tags",{params:u});return a?t0.all=h:t0.user=h,h},Zk=async(e,i)=>({videoTags:(await je.put(`/videos/${e}/video-tags`,i)).data}),Kk=l.div`
3600
3600
  font-style: normal;
3601
3601
  font-weight: 500;
3602
3602
  font-size: 14px;
@@ -3713,7 +3713,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3713
3713
  `,Ga=l.div`
3714
3714
  position: absolute;
3715
3715
  top: 30px;
3716
- `,Ya={width:"24px",zIndex:2,backgroundColor:"f6f7f9"},sj=({title:e,beginUploadProcess:i,afterUpload:n,setSavedVideoId:a,file:c,fileName:d})=>{const{t:u}=re.useTranslation(),{colors:h}=l.useTheme(),{userData:x}=nt(),[y,m]=f.useState(1),[v,S]=f.useState({loaded:0,total:0,percentage:0}),{presignedUrl:C,fetch:E,loading:T,error:k}=S3(),{uploadVideo:j,loading:L,data:D,error:O}=E3(),{fetch:M,loading:A,videoData:_,error:V,progress:N}=b3(),{fetch:U,loading:$,encodeData:z,error:Z,progress:W}=w3(),Q=async()=>{c&&E({fileName:d,type:C1})};f.useEffect(()=>{if(i){if(C&&C.url||!e)return;Q()}},[i]),f.useEffect(()=>{C&&!T&&!k&&c&&(m(1),j({url:C.url,file:c,contentType:C1,onUploadProgress:H}))},[C]),f.useEffect(()=>{!L&&!O&&D&&c&&(m(2),M({filename:d,title:e}))},[L,D]),f.useEffect(()=>{!A&&!V&&_&&c&&(m(3),a(_.video_id),U({videoId:_.video_id,customerId:x.customerId}))},[A,_]),f.useEffect(()=>{!$&&!Z&&z&&c&&n&&n()},[$,z]);const Y=()=>y?y==1?v.percentage*50/100:y==2?50+(N||0):100:0,H=le=>{var Te=Math.round(le.loaded*100/le.total);S({loaded:Math.floor(le.loaded/1024),total:Math.floor(le.total/1024),percentage:Te})},ae=le=>(le/1e3).toFixed(2);return o.jsx(rj,{children:o.jsxs(tj,{children:[o.jsxs(oj,{children:[o.jsxs(Ha,{isActive:L,children:[o.jsx("span",{children:u(L?"Uploading":"Uploaded")}),v.percentage<100&&o.jsx(Ga,{children:o.jsx(Ra.MoonLoader,{size:19.5,color:h.primary[100],loading:!0})}),(!v.percentage||v.percentage===100)&&o.jsx(La.Circle,{style:Ya,percent:0,trailWidth:10,strokeWidth:10,strokeColor:h.primary[100]})]}),o.jsxs(Ha,{isActive:A,children:[o.jsx("span",{children:u(A?"Creating":"Created")}),N<100&&o.jsx(Ga,{children:o.jsx(Ra.MoonLoader,{size:19.5,color:h.primary[100],loading:!0})}),(!N||N===100)&&o.jsx(La.Circle,{style:Ya,percent:0,trailWidth:10,strokeWidth:10,strokeColor:h.primary[100]})]}),o.jsxs(Ha,{isActive:$,children:[o.jsx("span",{children:u($?"Encoding":"Encoded")}),W<100&&o.jsx(Ga,{children:o.jsx(Ra.MoonLoader,{size:19.5,color:h.primary[100],loading:!0})}),(!W||W===100)&&o.jsx(La.Circle,{style:Ya,percent:0,trailWidth:10,strokeWidth:10,strokeColor:h.primary[100]})]})]}),o.jsx(ij,{value:Y(),max:100,color:h.primary[100]}),o.jsx(nj,{children:ae(v.loaded)+" MB/"+ae(v.total)+" MB"})]})})},aj=l.div`
3716
+ `,Ya={width:"24px",zIndex:2,backgroundColor:"f6f7f9"},sj=({title:e,beginUploadProcess:i,afterUpload:n,setSavedVideoId:a,file:c,fileName:d})=>{const{t:u}=re.useTranslation(),{colors:h}=l.useTheme(),{userData:x}=nt(),[y,v]=f.useState(1),[m,w]=f.useState({loaded:0,total:0,percentage:0}),{presignedUrl:C,fetch:E,loading:T,error:k}=S3(),{uploadVideo:j,loading:L,data:D,error:O}=E3(),{fetch:M,loading:A,videoData:_,error:V,progress:N}=b3(),{fetch:U,loading:$,encodeData:z,error:Z,progress:W}=w3(),Q=async()=>{c&&E({fileName:d,type:C1})};f.useEffect(()=>{if(i){if(C&&C.url||!e)return;Q()}},[i]),f.useEffect(()=>{C&&!T&&!k&&c&&(v(1),j({url:C.url,file:c,contentType:C1,onUploadProgress:H}))},[C]),f.useEffect(()=>{!L&&!O&&D&&c&&(v(2),M({filename:d,title:e}))},[L,D]),f.useEffect(()=>{!A&&!V&&_&&c&&(v(3),a(_.video_id),U({videoId:_.video_id,customerId:x.customerId}))},[A,_]),f.useEffect(()=>{!$&&!Z&&z&&c&&n&&n()},[$,z]);const Y=()=>y?y==1?m.percentage*50/100:y==2?50+(N||0):100:0,H=le=>{var Te=Math.round(le.loaded*100/le.total);w({loaded:Math.floor(le.loaded/1024),total:Math.floor(le.total/1024),percentage:Te})},ae=le=>(le/1e3).toFixed(2);return o.jsx(rj,{children:o.jsxs(tj,{children:[o.jsxs(oj,{children:[o.jsxs(Ha,{isActive:L,children:[o.jsx("span",{children:u(L?"Uploading":"Uploaded")}),m.percentage<100&&o.jsx(Ga,{children:o.jsx(Ra.MoonLoader,{size:19.5,color:h.primary[100],loading:!0})}),(!m.percentage||m.percentage===100)&&o.jsx(La.Circle,{style:Ya,percent:0,trailWidth:10,strokeWidth:10,strokeColor:h.primary[100]})]}),o.jsxs(Ha,{isActive:A,children:[o.jsx("span",{children:u(A?"Creating":"Created")}),N<100&&o.jsx(Ga,{children:o.jsx(Ra.MoonLoader,{size:19.5,color:h.primary[100],loading:!0})}),(!N||N===100)&&o.jsx(La.Circle,{style:Ya,percent:0,trailWidth:10,strokeWidth:10,strokeColor:h.primary[100]})]}),o.jsxs(Ha,{isActive:$,children:[o.jsx("span",{children:u($?"Encoding":"Encoded")}),W<100&&o.jsx(Ga,{children:o.jsx(Ra.MoonLoader,{size:19.5,color:h.primary[100],loading:!0})}),(!W||W===100)&&o.jsx(La.Circle,{style:Ya,percent:0,trailWidth:10,strokeWidth:10,strokeColor:h.primary[100]})]})]}),o.jsx(ij,{value:Y(),max:100,color:h.primary[100]}),o.jsx(nj,{children:ae(m.loaded)+" MB/"+ae(m.total)+" MB"})]})})},aj=l.div`
3717
3717
  width: auto;
3718
3718
  margin-top: 8px;
3719
3719
  .error {
@@ -3778,7 +3778,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3778
3778
  min-width: 368px;
3779
3779
  max-width: 368px;
3780
3780
  `}
3781
- `,pj=({attributes:e,initValues:i,setIsSaveDisabled:n})=>{const{colors:a}=l.useTheme(),{userData:c}=nt(),d=Oo(c),u=Zo(c),h=i0(c),x=Z5(c),[y,m]=q.useState(),{errors:v,validateForm:S,setFieldValue:C}=ht.useFormikContext();q.useEffect(()=>{S(),E()},[e]),q.useEffect(()=>{(y==null?void 0:y.length)!==0?n(!0):n(!1)},[y]);const E=()=>{let k=0;const j=[];return e.forEach(L=>{L&&L.isRequired&&(L.default===""||L.default===null)&&(++k,j.push(L))}),m(j),h&&x&&(k+=1),u&&x&&(k+=2),k},T=(k,j)=>{k!==""&&j.isRequired&&y.find(D=>D.attributeId===j.attributeId)&&m(y.filter(D=>D.attributeId!==j.attributeId)),k===""&&j.isRequired&&!y.find(D=>D.attributeId===j.attributeId)&&m([...y,j])};return!d&&!e.length?null:o.jsx(aj,{children:e.map((k,j)=>{const L=(!!k.isReadOnly||!!k.isLocked)&&!!i[j],D=!!v[`attributes${j}`],O=!!k.isRequired;let M="";return L&&(M="disabled"),D&&(M+=" error"),o.jsxs(cj,{children:[o.jsxs(lj,{children:[k.title,O&&o.jsx("span",{style:{color:a.primary[100]},children:"*"})]}),k.type==="text"&&o.jsxs(o.Fragment,{children:[o.jsx(ht.Field,{name:`attributes${j}`,disabled:L,as:dj,type:"text",required:O,className:M,defaultValue:k.default,onChange:A=>{T(A.target.value,k),C(`attributes${j}`,A.target.value)},onFocus:()=>{S()}}),D?o.jsx("div",{style:{color:"#E84C3D",marginTop:"3px"},children:v[`attributes${j}`]}):o.jsx(o.Fragment,{})]}),k.type==="textarea"&&o.jsxs(o.Fragment,{children:[o.jsx(ht.Field,{disabled:L,name:`attributes${j}`,as:uj,defaultValue:k.default,className:M,required:O,type:"text",onChange:A=>{T(A.target.value,k),C(`attributes${j}`,A.target.value)}}),D?o.jsx("div",{style:{color:"#E84C3D",marginTop:"3px"},children:v[`attributes${j}`]}):o.jsx(o.Fragment,{})]}),k.type==="dropdown"&&o.jsx(ht.Field,{name:`attributes${j}`,disabled:L,required:O,className:M,children:({field:A,form:_})=>{const{value:V}=A,N=k.dropdownValues.map(U=>({value:U.value,label:U.value}));return o.jsx(Pt,{creatable:!1,isSearchable:!0,disabled:L,maxMenuHeight:100,options:N,defaultValue:N.find(U=>U.value===k.default)||"",value:N.find(U=>U.value==V),onChange:U=>{T(U.value,k),(k.isReadOnly||k.isLocked)&&i[j]?_.setFieldValue(`attributes${j}`,i[j]):_.setFieldValue(`attributes${j}`,U.value)}})}})]},j)})})},xj=l.div`
3781
+ `,pj=({attributes:e,initValues:i,setIsSaveDisabled:n})=>{const{colors:a}=l.useTheme(),{userData:c}=nt(),d=Oo(c),u=Zo(c),h=i0(c),x=Z5(c),[y,v]=q.useState(),{errors:m,validateForm:w,setFieldValue:C}=ht.useFormikContext();q.useEffect(()=>{w(),E()},[e]),q.useEffect(()=>{(y==null?void 0:y.length)!==0?n(!0):n(!1)},[y]);const E=()=>{let k=0;const j=[];return e.forEach(L=>{L&&L.isRequired&&(L.default===""||L.default===null)&&(++k,j.push(L))}),v(j),h&&x&&(k+=1),u&&x&&(k+=2),k},T=(k,j)=>{k!==""&&j.isRequired&&y.find(D=>D.attributeId===j.attributeId)&&v(y.filter(D=>D.attributeId!==j.attributeId)),k===""&&j.isRequired&&!y.find(D=>D.attributeId===j.attributeId)&&v([...y,j])};return!d&&!e.length?null:o.jsx(aj,{children:e.map((k,j)=>{const L=(!!k.isReadOnly||!!k.isLocked)&&!!i[j],D=!!m[`attributes${j}`],O=!!k.isRequired;let M="";return L&&(M="disabled"),D&&(M+=" error"),o.jsxs(cj,{children:[o.jsxs(lj,{children:[k.title,O&&o.jsx("span",{style:{color:a.primary[100]},children:"*"})]}),k.type==="text"&&o.jsxs(o.Fragment,{children:[o.jsx(ht.Field,{name:`attributes${j}`,disabled:L,as:dj,type:"text",required:O,className:M,defaultValue:k.default,onChange:A=>{T(A.target.value,k),C(`attributes${j}`,A.target.value)},onFocus:()=>{w()}}),D?o.jsx("div",{style:{color:"#E84C3D",marginTop:"3px"},children:m[`attributes${j}`]}):o.jsx(o.Fragment,{})]}),k.type==="textarea"&&o.jsxs(o.Fragment,{children:[o.jsx(ht.Field,{disabled:L,name:`attributes${j}`,as:uj,defaultValue:k.default,className:M,required:O,type:"text",onChange:A=>{T(A.target.value,k),C(`attributes${j}`,A.target.value)}}),D?o.jsx("div",{style:{color:"#E84C3D",marginTop:"3px"},children:m[`attributes${j}`]}):o.jsx(o.Fragment,{})]}),k.type==="dropdown"&&o.jsx(ht.Field,{name:`attributes${j}`,disabled:L,required:O,className:M,children:({field:A,form:_})=>{const{value:V}=A,N=k.dropdownValues.map(U=>({value:U.value,label:U.value}));return o.jsx(Pt,{creatable:!1,isSearchable:!0,disabled:L,maxMenuHeight:100,options:N,defaultValue:N.find(U=>U.value===k.default)||"",value:N.find(U=>U.value==V),onChange:U=>{T(U.value,k),(k.isReadOnly||k.isLocked)&&i[j]?_.setFieldValue(`attributes${j}`,i[j]):_.setFieldValue(`attributes${j}`,U.value)}})}})]},j)})})},xj=l.div`
3782
3782
  display: flex;
3783
3783
  justify-content: space-between;
3784
3784
  box-sizing: border-box;
@@ -3832,7 +3832,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3832
3832
  display: flex;
3833
3833
  flex-wrap: wrap;
3834
3834
  gap: 4px;
3835
- `,wj=[0,0],Sj=({children:e,...i})=>{var c;const n=i.data.label,a=!((c=i.data)!=null&&c.__isNew__);return o.jsx(qt.components.Option,{...i,children:o.jsxs(G3,{children:[a&&o.jsx(H3,{style:{marginRight:"8px"},width:15,height:15,color:"inherit"}),n]})})},Cj=({recordingBlobUrl:e,recordDate:i,setSaveFunction:n,insertAfterSave:a=!1,setIsSaveDisabled:c,skipUploadProcess:d=!1,videoId:u,initialTitle:h,updateUploadLoading:x})=>{const{t:y}=re.useTranslation(),m=y("Search tags or create new..."),v=!1,{userData:S}=nt(),{showTrimFeature:C}=rt(),E=f.useMemo(()=>F5(S,$n),[S,$n]),T=i0(S),k=Zo(S),j=f.createRef(),[L,D]=f.useState(h||i),[O,M]=f.useState([]),[A,_]=f.useState({value:"",label:y("Select vehicle")}),[V,N]=f.useState({value:"",label:y("Select video type")}),[U,$]=f.useState([]),[z,Z]=f.useState(),[W,Q]=f.useState([]),[Y,H]=f.useState([]),[ae,le]=f.useState({value:"",label:m}),[Te,xe]=f.useState(!1),[pe,ue]=f.useState(!1),[Se,te]=f.useState({title:"",tags:""}),[me,Ie]=f.useState(),[Pe,Fe]=f.useState(0),[Qe,it]=f.useState({}),[be,Ve]=f.useState(!0);f.useRef([0,0]);const[fe,ce]=f.useState(wj),[De,ie]=f.useState(!1),[Je,mt]=f.useState(u||""),[se,Re]=f.useState(),ze=qe.useHistory(),st=f.useRef(null),{toast:at}=pt(),xt=Object.values(T?U1:W1).filter(Boolean).map(ne=>({value:ne,label:y(ne)})),yt={};yt.covideoName=L,yt.saveToCompanyFolder=!1;const Ct=()=>{let ne={title:"",tags:""};return(!L||!L.length)&&(ne.title=y("Title cannot be empty.")),te(ne),Object.values(ne).every(Ae=>Ae==="")},$t=()=>{const ne=st.current.values;it(ne),xe(!1),Ct()&&(x==null||x(!0),d?ro(ne):ue(!0))},ft=ne=>ne.sort((we,Ae)=>{var He;return(He=we.labelField)==null?void 0:He.localeCompare(Ae.labelField)}),vt=ne=>{if(!ne||!ne.value)return;const we=W.some(Ze=>Ze.value==ne.value),Ae=we?ne:{value:ne.value,label:ne.label,labelField:ne.label,__isNew__:!0};Y.find(Ze=>Ze.value===Ae.value)||H(Ze=>[...Ze||[],Ae]),we||Q(ft([...W,Ae])),le(Ae)},At=(ne,we)=>{const Ae=[...Y];if(Ae.splice(we,1),H(Ae),le({value:"",label:m}),ae.__isNew__){const He=[...W],Ze=W.findIndex(Po=>Po.value===ne.value);Ze>-1&&(He.splice(Ze,1),Q(He))}},ko=async()=>{try{const ne=await Qk({}),we=[];ne.forEach(He=>{we.push({label:He.tag,value:He.tagId,labelField:He.tag})});const Ae=ft(we);Q(Ae)}catch(ne){console.log(ne)}},No=async()=>{try{const ne=await K8({});$(ne.attributes||[]);const we=ne.attributes.map((Ae,He)=>{if(Ae.type==="dropdown"){const Ze=Ae.dropdownValues.find(Po=>Po.default);return Ze&&Ze.value?(yt[`attributes${He}`]=Ze.value,Ze.value):(yt[`attributes${He}`]="","")}return yt[`attributes${He}`]=Ae.default||"",Ae.default||""});st.current.values=yt,Re(yt),Z(we)}catch(ne){console.log(ne)}},Ot=async()=>{try{const ne=await M1({});if(ne.items){const we=[];ne.items.forEach(Ae=>{we.push({label:o.jsxs(mj,{children:[o.jsxs(G3,{children:[o.jsx(Jk,{style:{marginRight:"8px"},width:15,height:15}),Ae.title]}),o.jsx(vj,{children:Ae.vin})]}),value:Ae.vin,labelField:Ae.vin})}),M(we)}}catch(ne){console.log(ne)}},jo=async()=>{const ne=Y.map(we=>({value:we.value,label:we.labelField,__isNew__:we.__isNew__}));await Zk(Je,ne)},oo=async()=>{if(!Oo(S))return 0;const ne={videoId:parseInt(Je),videoType:(V==null?void 0:V.value)||"",...!!T&&{vin:(A==null?void 0:A.value)||""}};return(await W8({data:ne})).videoRequestId},Vt=async ne=>{const we=ne||Qe,Ae=U.map((He,Ze)=>({attributeId:He.attributeId,value:we[`attributes${Ze}`]||"",videoId:parseInt(Je)}));Ae&&Ae.length&&await X8(Je,Ae).catch(He=>He)},ro=async ne=>{try{if(Y.length&&await jo(),await Vt(ne),await oo(),De){const we=await Eo(Je);we&&mt(we.id)}h&&u&&h!==L&&await z8({videoId:u,videoBody:{title:L}}),xe(!0),at({message:y("Successfully saved video!")})}catch{at({message:y("There was an error while creating your video request. Please try again.")})}},Ee=async()=>{await No(),await ko(),await Ot()},q0=async ne=>{try{const we=await fetch(ne||"").then(Ae=>Ae.blob());Ie(we)}catch(we){console.log(we)}},Eo=async ne=>{const we=Math.floor(fe[0]*100)/100,Ae=Math.floor(fe[1]*100)/100;try{return await U5(ne,{duration:Ae,start:we})}catch{at({message:y("Something went wrong while trimming the video, try again later!")})}};f.useEffect(()=>{Ee()},[]),f.useEffect(()=>{e&&q0(e)},[e]),f.useEffect(()=>{Te&&setTimeout(()=>{if(x==null||x(!1),a&&Je){ze.push(`/insert-video/${Je}`);return}ze.push("/")},400)},[Te,Je]),f.useEffect(()=>{ce([0,Pe])},[Pe]),f.useEffect(()=>{const ne=z5({trimStart:fe[0],trimEnd:fe[1],videoDuration:Pe});return ie(ne),()=>{ie(!1)}},[fe,Pe]),f.useEffect(()=>{c(L==="")},[L]),f.useEffect(()=>{n&&n(()=>$t)},[L,fe,Pe,A,De]);const _e=async()=>{u&&await P8({videoIds:[u],deleteMultiple:!1})};return o.jsxs("div",{children:[o.jsx(Gn,{when:!0,stay:!0,onConfirm:()=>{},navigate:ne=>{u&&_e(),ze.push(ne)},shouldBlockNavigation:()=>!Te,title:y("Delete Current Video?"),text:y("Do you want to go back? The current video will be deleted."),confirmButtonText:y("No, Keep Video "),discardButtonText:y("Yes, Delete Video"),showDiscardIcon:!1,showSaveIcon:!1}),pe?o.jsx(sj,{title:L,beginUploadProcess:pe,afterUpload:ro,setSavedVideoId:mt,file:me,fileName:E}):o.jsxs(xj,{children:[o.jsxs(yj,{children:[o.jsxs(fj,{children:[o.jsx(B0,{id:"",videoSource:e,videoRef:j,preventWideSize:!0,borderBottomRadius:"0px",setVideoDuration:Fe,setIsVideoLoading:Ve}),o.jsxs(gj,{children:[o.jsx(ot.IoMdCalendar,{size:16,color:P.gray40,style:{marginRight:6}}),o.jsx("div",{children:_8()})]})]}),v]}),o.jsx(hj,{children:o.jsx(ht.Formik,{enableReinitialize:!0,innerRef:st,initialValues:se,validateOnMount:!0,onSubmit:()=>{},children:({errors:ne,isValid:we,values:Ae,setFieldValue:He})=>o.jsxs(ht.Form,{children:[o.jsxs(kn,{children:[o.jsx(Fr,{text:y("Title")}),!!Se.title&&o.jsx(Fr,{text:Se.title,color:P.red100}),o.jsx(Kr,{type:"text",onChange:Ze=>D(Ze.target.value),value:L,...Se.title&&{borderColor:P.red100}})]}),o.jsxs(kn,{marginBottom:"8px",children:[o.jsx(Fr,{text:y("Tags")}),!!Se.tags&&o.jsx(Fr,{text:Se.tags,color:P.red100}),o.jsx(Pt,{options:W.filter(Ze=>!Ze||!Y.length||!Y.some(Po=>Po.value===Ze.value)),placeholder:m,controlShouldRenderValue:!1,value:ae,onChange:Ze=>vt(Ze),isSearchable:!0,creatable:!0,extendStyles:{control:{...Se.tags&&{borderColor:P.red100}}},customComponents:{Option:Sj}}),o.jsx(bj,{children:Y.map((Ze,Po)=>o.jsx(K.Button,{icon:o.jsx(H3,{width:15,height:15}),text:Ze.label,onClick:()=>At(Ze,Po),size:"small",variant:"white"},Ze.value))})]}),T&&o.jsxs(kn,{children:[o.jsx(Fr,{text:y("VIN / search vehicle")}),o.jsx(Pt,{options:O,value:A,onChange:Ze=>_(Ze),isSearchable:!0,isClearable:!!(A!=null&&A.value),creatable:!1})]}),(k||T)&&o.jsxs(kn,{marginBottom:"8px",children:[o.jsx(Fr,{text:y("Video Type")}),o.jsx(Pt,{options:xt,value:V,onChange:Ze=>N(Ze),isSearchable:!0,isClearable:!!(V!=null&&V.value),creatable:!1})]}),o.jsx(pj,{attributes:U||[],initValues:z,setIsSaveDisabled:c})]})})})]})]})},kj={id:"",title:"",recordDate:"",views:"0",videoLength:0,thumbnail:"",videoSource:"",tags:[],videoRequest:{videoRequestId:"0"},folder:"",processing:0,autogeneratedThumbnail:""},jj=()=>{const{videoId:e}=qe.useParams(),[i,n]=f.useState(kj),[a,c]=f.useState(!0),[d,u]=f.useState(),[h,x]=f.useState(!1),[y,m]=f.useState(!1),[v,S]=f.useState(!1),C=T=>S(T),E=async()=>{if(!e)return;const T=await Dn(e);T&&(n(T),c(!1))};return f.useEffect(()=>{i.id||E()},[]),a?o.jsx(Qt,{isLoading:a}):o.jsxs("div",{children:[o.jsx(Yk,{onSaveVideo:d||(()=>{}),setInsertAfterSave:x,isSaveDisabled:y,uploadLoading:v}),o.jsx(r0,{children:o.jsx(Cj,{recordingBlobUrl:i.videoSource,recordDate:i.recordDate,insertAfterSave:h,setSaveFunction:u,setIsSaveDisabled:m,skipUploadProcess:!0,videoId:e,initialTitle:i.title,updateUploadLoading:C})})]})},Ej=(e,i)=>{const n=new AudioContext,a=n.createMediaStreamSource(e),c=n.createMediaStreamSource(i),d=n.createMediaStreamDestination(),u=n.createGain(),h=n.createGain();return u.gain.value=.7,h.gain.value=.7,a.connect(u).connect(d),c.connect(h).connect(d),d.stream.getTracks()},_j=async(e,i,n)=>{const a={video:{...n,displaySurface:"monitor"},audio:!0},c=await navigator.mediaDevices.getDisplayMedia(a);e.current=c;const d=c.getAudioTracks();if(i){const u=await navigator.mediaDevices.getUserMedia({audio:i});if(d.length>0){const x=[...c.getVideoTracks(),...Ej(c,u)];return new MediaStream(x)}const h=[...c.getVideoTracks(),...u.getAudioTracks()];return new MediaStream(h)}return c},Qa=async(e,i,n)=>{const a=await navigator.mediaDevices.getUserMedia({audio:i,video:{...n,deviceId:{exact:n.deviceId}}});return e.current=a,e.current},Tj=async(e,i,n,a,c)=>{const d={video:{displaySurface:"monitor",logicalSurface:!0,cursor:"always"}},u=await navigator.mediaDevices.getUserMedia({audio:n,video:a});c.current&&(c.current.srcObject=u,c.current.muted=!0,await c.current.play(),c.current.requestPictureInPicture());const h=await navigator.mediaDevices.getDisplayMedia(d);e.current=h,i.current=u;const x=new MediaStream;return u.getAudioTracks().forEach(y=>{x.addTrack(y)}),h.getVideoTracks().forEach(y=>{x.addTrack(y)}),x},Ij=async(e,i,n,a,c)=>{const d={video:{displaySurface:"browser",logicalSurface:!0,cursor:"always"}},u=await navigator.mediaDevices.getDisplayMedia(d),h=await navigator.mediaDevices.getUserMedia({audio:n,video:a});e.current=u,i.current=h;const x=new MediaStream;return h.getAudioTracks().forEach(y=>{x.addTrack(y)}),u.getVideoTracks().forEach(y=>{x.addTrack(y)}),c.current&&(c.current.srcObject=h,c.current.muted=!0,await c.current.play()),x},Aj=()=>new Promise(async(e,i)=>{let n=await navigator.mediaDevices.enumerateDevices();if(xr.some(n,{label:""}))try{const a=await navigator.mediaDevices.getUserMedia({audio:!0,video:!0});n=await navigator.mediaDevices.enumerateDevices(),a.getTracks().forEach(c=>c.stop())}catch(a){i(a)}e(n)});var k1=(e=>(e.AUDIO_INPUT="audioinput",e.VIDEO_INPUT="videoinput",e))(k1||{}),Gt=(e=>(e.LOW="low",e.STANDARD="standard",e.HIGH="high",e))(Gt||{});const Y3=f.createContext({}),Q3="record_settings",Xu={audioSource:null,videoSource:null,videoQuality:Gt.STANDARD},Vj=(e,i)=>{try{const n=localStorage.getItem(Q3);return n?JSON.parse(n):{videoQuality:Gt.STANDARD,videoSource:i,audioSource:e}}catch(n){return console.error("Error parsing user settings from localStorage:",n),{videoQuality:Gt.STANDARD,videoSource:i,audioSource:e}}},Rj=({children:e})=>{const{t:i}=re.useTranslation(),n={label:i("No Audio"),value:!1},a={label:i("No Video"),value:!1},[c,d]=f.useState({audioSource:[],videoSource:[]}),[u,h]=f.useState(Xu),[x,y]=f.useState(null),[m,v]=f.useState(Xu),S=()=>{y(i("You do not have the necessary permissions to access this feature. Please check your browser permissions."))},C=async()=>{var T;try{const k=await Aj(),L=(Array.isArray(k)?k:[]).reduce((A,_)=>(_.kind===k1.AUDIO_INPUT?A.audio.push({label:_.label,value:_.deviceId}):_.kind===k1.VIDEO_INPUT&&A.video.push({label:_.label,value:_.deviceId}),A),{audio:[],video:[]}),D=L.audio.find(A=>A.value==="default")||n,O=((T=L.video)==null?void 0:T[0])||a,M=Vj(D,O);d({audioSource:[...L.audio,n],videoSource:L.video}),h(M),v(M),y(null)}catch{S(),d({audioSource:[n],videoSource:[a]})}},E=()=>{v(u),localStorage.setItem(Q3,JSON.stringify(u))};return f.useEffect(()=>{var k;const T=()=>{C()};if(((k=navigator==null?void 0:navigator.mediaDevices)==null?void 0:k.ondevicechange)!==void 0)return navigator.mediaDevices.addEventListener("devicechange",T),C(),()=>{navigator.mediaDevices.removeEventListener("devicechange",T)};console.log("The navigator.mediaDevices API is not supported in this browser."),T()},[]),o.jsx(Y3.Provider,{value:{recorderSettings:c,userSettings:u,setUserSettings:h,recordingError:x,updateErrorMessage:S,initialUserSettings:m,onSubmitModalHandler:E},children:e})},oc=()=>{const e=f.useContext(Y3);if(e===void 0)throw new Error("useRecordSettings must be used within a RecordSettingsProvider");return e},Lj=l.div`
3835
+ `,wj=[0,0],Sj=({children:e,...i})=>{var c;const n=i.data.label,a=!((c=i.data)!=null&&c.__isNew__);return o.jsx(qt.components.Option,{...i,children:o.jsxs(G3,{children:[a&&o.jsx(H3,{style:{marginRight:"8px"},width:15,height:15,color:"inherit"}),n]})})},Cj=({recordingBlobUrl:e,recordDate:i,setSaveFunction:n,insertAfterSave:a=!1,setIsSaveDisabled:c,skipUploadProcess:d=!1,videoId:u,initialTitle:h,updateUploadLoading:x})=>{const{t:y}=re.useTranslation(),v=y("Search tags or create new..."),m=!1,{userData:w}=nt(),{showTrimFeature:C}=rt(),E=f.useMemo(()=>F5(w,$n),[w,$n]),T=i0(w),k=Zo(w),j=f.createRef(),[L,D]=f.useState(h||i),[O,M]=f.useState([]),[A,_]=f.useState({value:"",label:y("Select vehicle")}),[V,N]=f.useState({value:"",label:y("Select video type")}),[U,$]=f.useState([]),[z,Z]=f.useState(),[W,Q]=f.useState([]),[Y,H]=f.useState([]),[ae,le]=f.useState({value:"",label:v}),[Te,xe]=f.useState(!1),[pe,ue]=f.useState(!1),[Se,te]=f.useState({title:"",tags:""}),[me,Ie]=f.useState(),[Pe,Fe]=f.useState(0),[Qe,it]=f.useState({}),[be,Ve]=f.useState(!0);f.useRef([0,0]);const[fe,ce]=f.useState(wj),[De,ie]=f.useState(!1),[Je,mt]=f.useState(u||""),[se,Re]=f.useState(),ze=qe.useHistory(),st=f.useRef(null),{toast:at}=pt(),xt=Object.values(T?U1:W1).filter(Boolean).map(ne=>({value:ne,label:y(ne)})),yt={};yt.covideoName=L,yt.saveToCompanyFolder=!1;const Ct=()=>{let ne={title:"",tags:""};return(!L||!L.length)&&(ne.title=y("Title cannot be empty.")),te(ne),Object.values(ne).every(Ae=>Ae==="")},$t=()=>{const ne=st.current.values;it(ne),xe(!1),Ct()&&(x==null||x(!0),d?ro(ne):ue(!0))},ft=ne=>ne.sort((we,Ae)=>{var He;return(He=we.labelField)==null?void 0:He.localeCompare(Ae.labelField)}),vt=ne=>{if(!ne||!ne.value)return;const we=W.some(Ze=>Ze.value==ne.value),Ae=we?ne:{value:ne.value,label:ne.label,labelField:ne.label,__isNew__:!0};Y.find(Ze=>Ze.value===Ae.value)||H(Ze=>[...Ze||[],Ae]),we||Q(ft([...W,Ae])),le(Ae)},At=(ne,we)=>{const Ae=[...Y];if(Ae.splice(we,1),H(Ae),le({value:"",label:v}),ae.__isNew__){const He=[...W],Ze=W.findIndex(Po=>Po.value===ne.value);Ze>-1&&(He.splice(Ze,1),Q(He))}},ko=async()=>{try{const ne=await Qk({}),we=[];ne.forEach(He=>{we.push({label:He.tag,value:He.tagId,labelField:He.tag})});const Ae=ft(we);Q(Ae)}catch(ne){console.log(ne)}},No=async()=>{try{const ne=await K8({});$(ne.attributes||[]);const we=ne.attributes.map((Ae,He)=>{if(Ae.type==="dropdown"){const Ze=Ae.dropdownValues.find(Po=>Po.default);return Ze&&Ze.value?(yt[`attributes${He}`]=Ze.value,Ze.value):(yt[`attributes${He}`]="","")}return yt[`attributes${He}`]=Ae.default||"",Ae.default||""});st.current.values=yt,Re(yt),Z(we)}catch(ne){console.log(ne)}},Ot=async()=>{try{const ne=await M1({});if(ne.items){const we=[];ne.items.forEach(Ae=>{we.push({label:o.jsxs(mj,{children:[o.jsxs(G3,{children:[o.jsx(Jk,{style:{marginRight:"8px"},width:15,height:15}),Ae.title]}),o.jsx(vj,{children:Ae.vin})]}),value:Ae.vin,labelField:Ae.vin})}),M(we)}}catch(ne){console.log(ne)}},jo=async()=>{const ne=Y.map(we=>({value:we.value,label:we.labelField,__isNew__:we.__isNew__}));await Zk(Je,ne)},oo=async()=>{if(!Oo(w))return 0;const ne={videoId:parseInt(Je),videoType:(V==null?void 0:V.value)||"",...!!T&&{vin:(A==null?void 0:A.value)||""}};return(await W8({data:ne})).videoRequestId},Vt=async ne=>{const we=ne||Qe,Ae=U.map((He,Ze)=>({attributeId:He.attributeId,value:we[`attributes${Ze}`]||"",videoId:parseInt(Je)}));Ae&&Ae.length&&await X8(Je,Ae).catch(He=>He)},ro=async ne=>{try{if(Y.length&&await jo(),await Vt(ne),await oo(),De){const we=await Eo(Je);we&&mt(we.id)}h&&u&&h!==L&&await z8({videoId:u,videoBody:{title:L}}),xe(!0),at({message:y("Successfully saved video!")})}catch{at({message:y("There was an error while creating your video request. Please try again.")})}},Ee=async()=>{await No(),await ko(),await Ot()},q0=async ne=>{try{const we=await fetch(ne||"").then(Ae=>Ae.blob());Ie(we)}catch(we){console.log(we)}},Eo=async ne=>{const we=Math.floor(fe[0]*100)/100,Ae=Math.floor(fe[1]*100)/100;try{return await U5(ne,{duration:Ae,start:we})}catch{at({message:y("Something went wrong while trimming the video, try again later!")})}};f.useEffect(()=>{Ee()},[]),f.useEffect(()=>{e&&q0(e)},[e]),f.useEffect(()=>{Te&&setTimeout(()=>{if(x==null||x(!1),a&&Je){ze.push(`/insert-video/${Je}`);return}ze.push("/")},400)},[Te,Je]),f.useEffect(()=>{ce([0,Pe])},[Pe]),f.useEffect(()=>{const ne=z5({trimStart:fe[0],trimEnd:fe[1],videoDuration:Pe});return ie(ne),()=>{ie(!1)}},[fe,Pe]),f.useEffect(()=>{c(L==="")},[L]),f.useEffect(()=>{n&&n(()=>$t)},[L,fe,Pe,A,De]);const _e=async()=>{u&&await P8({videoIds:[u],deleteMultiple:!1})};return o.jsxs("div",{children:[o.jsx(Gn,{when:!0,stay:!0,onConfirm:()=>{},navigate:ne=>{u&&_e(),ze.push(ne)},shouldBlockNavigation:()=>!Te,title:y("Delete Current Video?"),text:y("Do you want to go back? The current video will be deleted."),confirmButtonText:y("No, Keep Video "),discardButtonText:y("Yes, Delete Video"),showDiscardIcon:!1,showSaveIcon:!1}),pe?o.jsx(sj,{title:L,beginUploadProcess:pe,afterUpload:ro,setSavedVideoId:mt,file:me,fileName:E}):o.jsxs(xj,{children:[o.jsxs(yj,{children:[o.jsxs(fj,{children:[o.jsx(B0,{id:"",videoSource:e,videoRef:j,preventWideSize:!0,borderBottomRadius:"0px",setVideoDuration:Fe,setIsVideoLoading:Ve}),o.jsxs(gj,{children:[o.jsx(ot.IoMdCalendar,{size:16,color:P.gray40,style:{marginRight:6}}),o.jsx("div",{children:_8()})]})]}),m]}),o.jsx(hj,{children:o.jsx(ht.Formik,{enableReinitialize:!0,innerRef:st,initialValues:se,validateOnMount:!0,onSubmit:()=>{},children:({errors:ne,isValid:we,values:Ae,setFieldValue:He})=>o.jsxs(ht.Form,{children:[o.jsxs(kn,{children:[o.jsx(Fr,{text:y("Title")}),!!Se.title&&o.jsx(Fr,{text:Se.title,color:P.red100}),o.jsx(Kr,{type:"text",onChange:Ze=>D(Ze.target.value),value:L,...Se.title&&{borderColor:P.red100}})]}),o.jsxs(kn,{marginBottom:"8px",children:[o.jsx(Fr,{text:y("Tags")}),!!Se.tags&&o.jsx(Fr,{text:Se.tags,color:P.red100}),o.jsx(Pt,{options:W.filter(Ze=>!Ze||!Y.length||!Y.some(Po=>Po.value===Ze.value)),placeholder:v,controlShouldRenderValue:!1,value:ae,onChange:Ze=>vt(Ze),isSearchable:!0,creatable:!0,extendStyles:{control:{...Se.tags&&{borderColor:P.red100}}},customComponents:{Option:Sj}}),o.jsx(bj,{children:Y.map((Ze,Po)=>o.jsx(K.Button,{icon:o.jsx(H3,{width:15,height:15}),text:Ze.label,onClick:()=>At(Ze,Po),size:"small",variant:"white"},Ze.value))})]}),T&&o.jsxs(kn,{children:[o.jsx(Fr,{text:y("VIN / search vehicle")}),o.jsx(Pt,{options:O,value:A,onChange:Ze=>_(Ze),isSearchable:!0,isClearable:!!(A!=null&&A.value),creatable:!1})]}),(k||T)&&o.jsxs(kn,{marginBottom:"8px",children:[o.jsx(Fr,{text:y("Video Type")}),o.jsx(Pt,{options:xt,value:V,onChange:Ze=>N(Ze),isSearchable:!0,isClearable:!!(V!=null&&V.value),creatable:!1})]}),o.jsx(pj,{attributes:U||[],initValues:z,setIsSaveDisabled:c})]})})})]})]})},kj={id:"",title:"",recordDate:"",views:"0",videoLength:0,thumbnail:"",videoSource:"",tags:[],videoRequest:{videoRequestId:"0"},folder:"",processing:0,autogeneratedThumbnail:""},jj=()=>{const{videoId:e}=qe.useParams(),[i,n]=f.useState(kj),[a,c]=f.useState(!0),[d,u]=f.useState(),[h,x]=f.useState(!1),[y,v]=f.useState(!1),[m,w]=f.useState(!1),C=T=>w(T),E=async()=>{if(!e)return;const T=await Dn(e);T&&(n(T),c(!1))};return f.useEffect(()=>{i.id||E()},[]),a?o.jsx(Qt,{isLoading:a}):o.jsxs("div",{children:[o.jsx(Yk,{onSaveVideo:d||(()=>{}),setInsertAfterSave:x,isSaveDisabled:y,uploadLoading:m}),o.jsx(r0,{children:o.jsx(Cj,{recordingBlobUrl:i.videoSource,recordDate:i.recordDate,insertAfterSave:h,setSaveFunction:u,setIsSaveDisabled:v,skipUploadProcess:!0,videoId:e,initialTitle:i.title,updateUploadLoading:C})})]})},Ej=(e,i)=>{const n=new AudioContext,a=n.createMediaStreamSource(e),c=n.createMediaStreamSource(i),d=n.createMediaStreamDestination(),u=n.createGain(),h=n.createGain();return u.gain.value=.7,h.gain.value=.7,a.connect(u).connect(d),c.connect(h).connect(d),d.stream.getTracks()},_j=async(e,i,n)=>{const a={video:{...n,displaySurface:"monitor"},audio:!0},c=await navigator.mediaDevices.getDisplayMedia(a);e.current=c;const d=c.getAudioTracks();if(i){const u=await navigator.mediaDevices.getUserMedia({audio:i});if(d.length>0){const x=[...c.getVideoTracks(),...Ej(c,u)];return new MediaStream(x)}const h=[...c.getVideoTracks(),...u.getAudioTracks()];return new MediaStream(h)}return c},Qa=async(e,i,n)=>{const a=await navigator.mediaDevices.getUserMedia({audio:i,video:{...n,deviceId:{exact:n.deviceId}}});return e.current=a,e.current},Tj=async(e,i,n,a,c)=>{const d={video:{displaySurface:"monitor",logicalSurface:!0,cursor:"always"}},u=await navigator.mediaDevices.getUserMedia({audio:n,video:a});c.current&&(c.current.srcObject=u,c.current.muted=!0,await c.current.play(),c.current.requestPictureInPicture());const h=await navigator.mediaDevices.getDisplayMedia(d);e.current=h,i.current=u;const x=new MediaStream;return u.getAudioTracks().forEach(y=>{x.addTrack(y)}),h.getVideoTracks().forEach(y=>{x.addTrack(y)}),x},Ij=async(e,i,n,a,c)=>{const d={video:{displaySurface:"browser",logicalSurface:!0,cursor:"always"}},u=await navigator.mediaDevices.getDisplayMedia(d),h=await navigator.mediaDevices.getUserMedia({audio:n,video:a});e.current=u,i.current=h;const x=new MediaStream;return h.getAudioTracks().forEach(y=>{x.addTrack(y)}),u.getVideoTracks().forEach(y=>{x.addTrack(y)}),c.current&&(c.current.srcObject=h,c.current.muted=!0,await c.current.play()),x},Aj=()=>new Promise(async(e,i)=>{let n=await navigator.mediaDevices.enumerateDevices();if(xr.some(n,{label:""}))try{const a=await navigator.mediaDevices.getUserMedia({audio:!0,video:!0});n=await navigator.mediaDevices.enumerateDevices(),a.getTracks().forEach(c=>c.stop())}catch(a){i(a)}e(n)});var k1=(e=>(e.AUDIO_INPUT="audioinput",e.VIDEO_INPUT="videoinput",e))(k1||{}),Gt=(e=>(e.LOW="low",e.STANDARD="standard",e.HIGH="high",e))(Gt||{});const Y3=f.createContext({}),Q3="record_settings",Xu={audioSource:null,videoSource:null,videoQuality:Gt.STANDARD},Vj=(e,i)=>{try{const n=localStorage.getItem(Q3);return n?JSON.parse(n):{videoQuality:Gt.STANDARD,videoSource:i,audioSource:e}}catch(n){return console.error("Error parsing user settings from localStorage:",n),{videoQuality:Gt.STANDARD,videoSource:i,audioSource:e}}},Rj=({children:e})=>{const{t:i}=re.useTranslation(),n={label:i("No Audio"),value:!1},a={label:i("No Video"),value:!1},[c,d]=f.useState({audioSource:[],videoSource:[]}),[u,h]=f.useState(Xu),[x,y]=f.useState(null),[v,m]=f.useState(Xu),w=()=>{y(i("You do not have the necessary permissions to access this feature. Please check your browser permissions."))},C=async()=>{var T;try{const k=await Aj(),L=(Array.isArray(k)?k:[]).reduce((A,_)=>(_.kind===k1.AUDIO_INPUT?A.audio.push({label:_.label,value:_.deviceId}):_.kind===k1.VIDEO_INPUT&&A.video.push({label:_.label,value:_.deviceId}),A),{audio:[],video:[]}),D=L.audio.find(A=>A.value==="default")||n,O=((T=L.video)==null?void 0:T[0])||a,M=Vj(D,O);d({audioSource:[...L.audio,n],videoSource:L.video}),h(M),m(M),y(null)}catch{w(),d({audioSource:[n],videoSource:[a]})}},E=()=>{m(u),localStorage.setItem(Q3,JSON.stringify(u))};return f.useEffect(()=>{var k;const T=()=>{C()};if(((k=navigator==null?void 0:navigator.mediaDevices)==null?void 0:k.ondevicechange)!==void 0)return navigator.mediaDevices.addEventListener("devicechange",T),C(),()=>{navigator.mediaDevices.removeEventListener("devicechange",T)};console.log("The navigator.mediaDevices API is not supported in this browser."),T()},[]),o.jsx(Y3.Provider,{value:{recorderSettings:c,userSettings:u,setUserSettings:h,recordingError:x,updateErrorMessage:w,initialUserSettings:v,onSubmitModalHandler:E},children:e})},oc=()=>{const e=f.useContext(Y3);if(e===void 0)throw new Error("useRecordSettings must be used within a RecordSettingsProvider");return e},Lj=l.div`
3836
3836
  display: flex;
3837
3837
  width: 90%;
3838
3838
  align-items: center;
@@ -3879,7 +3879,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3879
3879
  &:hover {
3880
3880
  cursor: pointer;
3881
3881
  }
3882
- `,Ju=({children:e})=>o.jsx(Lj,{children:o.jsx($j,{children:e})}),Pj=({handleModalClose:e,onSave:i})=>{const{colors:n,isCdkEnviroment:a}=l.useTheme(),{t:c}=re.useTranslation(),{recorderSettings:d,setUserSettings:u,userSettings:h,onSubmitModalHandler:x,initialUserSettings:y}=oc(),{trackGTMRecordingSettingsInteractionEvent:m}=po(),v=async j=>{const{changed_fields:L,...D}=_m({initialValues:y,currentValues:j,trackedFields:[{videoQuality:"Video Quality"},{"videoSource.label":"Video Source"},{"audioSource.label":"Audio Source"}],onlyChangedList:!1});await(m==null?void 0:m({fieldChanges:D,updatedFields:L}))},S=async()=>{x(),i==null||i(),await v(h),e()},C=()=>{u(y),e()},E=j=>u({...h,videoSource:j}),T=j=>u({...h,audioSource:j}),k=j=>u({...h,videoQuality:j});return o.jsx(yr,{children:o.jsxs(Mj,{children:[o.jsxs(Oj,{children:[o.jsx(Dj,{children:c("Recording settings")}),o.jsx(Nj,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:e})})]}),o.jsxs(St,{children:[!!d.videoSource.length&&o.jsxs(ar,{width:"100%",alignItems:"start",gap:"4px",children:[o.jsx(Jt,{color:n.neutral[60],children:c("Video source")}),o.jsx(Pt,{creatable:!1,value:h.videoSource,placeholder:c("No settings"),options:d.videoSource,onChange:E,height:40,extendStyles:{container:{width:"100%"}},customComponents:{ValueContainer:Ju},isSearchable:!1})]}),!!d.audioSource.length&&o.jsxs(ar,{width:"100%",alignItems:"start",gap:"4px",children:[o.jsx(Jt,{color:n.neutral[60],children:c("Audio source")}),o.jsx(Pt,{creatable:!1,placeholder:c("No settings"),value:h.audioSource,options:d.audioSource,onChange:T,extendStyles:{container:{width:"100%"}},height:40,customComponents:{ValueContainer:Ju},isSearchable:!1})]}),o.jsxs(o.Fragment,{children:[o.jsx(Jt,{color:n.neutral[60],children:c("Video quality")}),o.jsxs(ar,{alignItems:"flex-start",width:"100%",gap:"8px",m:"0 0 16px 0",children:[o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsxs(Za,{children:[o.jsx(An,{checked:h.videoQuality===Gt.LOW,name:"quality",value:Gt.LOW,onClick:()=>k(Gt.LOW),onChange:()=>k(Gt.LOW)}),o.jsx(bo,{color:n.neutral[100],children:c("Low")})]}),o.jsx(Jt,{children:c("Faster Upload")})]}),o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsxs(Za,{children:[o.jsx(An,{checked:h.videoQuality===Gt.STANDARD,name:"quality",value:Gt.STANDARD,onClick:()=>k(Gt.STANDARD),onChange:()=>k(Gt.STANDARD)}),o.jsx(bo,{color:n.neutral[100],children:c("Standard")})]}),o.jsxs(Jt,{children:[" ",c("Fast Upload")]})]}),o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsxs(Za,{children:[o.jsx(An,{checked:h.videoQuality===Gt.HIGH,name:"quality",value:Gt.HIGH,onClick:()=>k(Gt.HIGH),onChange:()=>k(Gt.HIGH)}),o.jsx(bo,{color:n.neutral[100],children:c("High")})]}),o.jsx(Jt,{children:c("Slow Upload")})]})]})]})]}),o.jsxs(St,{width:"100%",justifyContent:"flex-end",children:[o.jsx(K.Button,{variant:a?"text":"secondary",text:c("Cancel"),onClick:C}),o.jsx(K.Button,{text:c("Save"),onClick:S})]})]})})};var Ue=(e=>(e.IDLE="IDLE",e.RECORDING="RECORDING",e.PAUSED="PAUSED",e.CAMERA_READY="CAMERA_READY",e.COUNTDOWN="COUNTDOWN",e.DONE="DONE",e))(Ue||{}),f0=(e=>(e[e.UPLOADING=1]="UPLOADING",e[e.CREATE=2]="CREATE",e[e.ENCODE=3]="ENCODE",e[e.UPLOAD_COMPLETED=4]="UPLOAD_COMPLETED",e[e.ERROR=5]="ERROR",e))(f0||{});const $o={WAITING:"waiting",UPLOADING:"uploading",CANCELING:"canceling",CANCELED:"canceled",FINISHED:"finished",GENERATING_PREVIEW:"preview"},rc=({status:e,handleGoToRecordHome:i,teleprompterActions:n,onOpenRecordingSettings:a})=>{const c=e===Ue.RECORDING||e===Ue.PAUSED,d=Yr(),{t:u}=re.useTranslation(),{trackGTMDiscardVideoEvent:h}=po(),{flow:x}=rt(),y=x===Mo.RECORD_CAMERA_ONLY;return o.jsxs(o.Fragment,{children:[o.jsx(Gn,{when:!0,stay:!0,onConfirm:()=>{},navigate:()=>{h==null||h(),i()},shouldBlockNavigation:()=>e===Ue.RECORDING,title:u("Leave without saving the recording?"),text:u("Your recording will not be saved. This action can’t be undone."),confirmButtonText:u("Continue"),discardButtonText:u("Leave")}),o.jsxs(St,{m:d?"12px 0 12px 0":y?"12px 0 32px 0":"72px 0 32px 0",width:"100%",justifyContent:"space-between",children:[c?o.jsx("div",{style:{height:40}}):!d&&o.jsx(K.Button,{icon:y?o.jsx(he.MdSettings,{size:18}):o.jsx(he.MdMovie,{size:18}),variant:"secondary",text:u(y?"Recording settings":"Change recording option"),onClick:()=>{if(y&&a){a();return}h==null||h(),i()},disabled:e===Ue.COUNTDOWN}),n]})]})},Fj=l.div`
3882
+ `,Ju=({children:e})=>o.jsx(Lj,{children:o.jsx($j,{children:e})}),Pj=({handleModalClose:e,onSave:i})=>{const{colors:n,isCdkEnviroment:a}=l.useTheme(),{t:c}=re.useTranslation(),{recorderSettings:d,setUserSettings:u,userSettings:h,onSubmitModalHandler:x,initialUserSettings:y}=oc(),{trackGTMRecordingSettingsInteractionEvent:v}=po(),m=async j=>{const{changed_fields:L,...D}=_m({initialValues:y,currentValues:j,trackedFields:[{videoQuality:"Video Quality"},{"videoSource.label":"Video Source"},{"audioSource.label":"Audio Source"}],onlyChangedList:!1});await(v==null?void 0:v({fieldChanges:D,updatedFields:L}))},w=async()=>{x(),i==null||i(),await m(h),e()},C=()=>{u(y),e()},E=j=>u({...h,videoSource:j}),T=j=>u({...h,audioSource:j}),k=j=>u({...h,videoQuality:j});return o.jsx(yr,{children:o.jsxs(Mj,{children:[o.jsxs(Oj,{children:[o.jsx(Dj,{children:c("Recording settings")}),o.jsx(Nj,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:e})})]}),o.jsxs(St,{children:[!!d.videoSource.length&&o.jsxs(ar,{width:"100%",alignItems:"start",gap:"4px",children:[o.jsx(Jt,{color:n.neutral[60],children:c("Video source")}),o.jsx(Pt,{creatable:!1,value:h.videoSource,placeholder:c("No settings"),options:d.videoSource,onChange:E,height:40,extendStyles:{container:{width:"100%"}},customComponents:{ValueContainer:Ju},isSearchable:!1})]}),!!d.audioSource.length&&o.jsxs(ar,{width:"100%",alignItems:"start",gap:"4px",children:[o.jsx(Jt,{color:n.neutral[60],children:c("Audio source")}),o.jsx(Pt,{creatable:!1,placeholder:c("No settings"),value:h.audioSource,options:d.audioSource,onChange:T,extendStyles:{container:{width:"100%"}},height:40,customComponents:{ValueContainer:Ju},isSearchable:!1})]}),o.jsxs(o.Fragment,{children:[o.jsx(Jt,{color:n.neutral[60],children:c("Video quality")}),o.jsxs(ar,{alignItems:"flex-start",width:"100%",gap:"8px",m:"0 0 16px 0",children:[o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsxs(Za,{children:[o.jsx(An,{checked:h.videoQuality===Gt.LOW,name:"quality",value:Gt.LOW,onClick:()=>k(Gt.LOW),onChange:()=>k(Gt.LOW)}),o.jsx(bo,{color:n.neutral[100],children:c("Low")})]}),o.jsx(Jt,{children:c("Faster Upload")})]}),o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsxs(Za,{children:[o.jsx(An,{checked:h.videoQuality===Gt.STANDARD,name:"quality",value:Gt.STANDARD,onClick:()=>k(Gt.STANDARD),onChange:()=>k(Gt.STANDARD)}),o.jsx(bo,{color:n.neutral[100],children:c("Standard")})]}),o.jsxs(Jt,{children:[" ",c("Fast Upload")]})]}),o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsxs(Za,{children:[o.jsx(An,{checked:h.videoQuality===Gt.HIGH,name:"quality",value:Gt.HIGH,onClick:()=>k(Gt.HIGH),onChange:()=>k(Gt.HIGH)}),o.jsx(bo,{color:n.neutral[100],children:c("High")})]}),o.jsx(Jt,{children:c("Slow Upload")})]})]})]})]}),o.jsxs(St,{width:"100%",justifyContent:"flex-end",children:[o.jsx(K.Button,{variant:a?"text":"secondary",text:c("Cancel"),onClick:C}),o.jsx(K.Button,{text:c("Save"),onClick:w})]})]})})};var Ue=(e=>(e.IDLE="IDLE",e.RECORDING="RECORDING",e.PAUSED="PAUSED",e.CAMERA_READY="CAMERA_READY",e.COUNTDOWN="COUNTDOWN",e.DONE="DONE",e))(Ue||{}),f0=(e=>(e[e.UPLOADING=1]="UPLOADING",e[e.CREATE=2]="CREATE",e[e.ENCODE=3]="ENCODE",e[e.UPLOAD_COMPLETED=4]="UPLOAD_COMPLETED",e[e.ERROR=5]="ERROR",e))(f0||{});const $o={WAITING:"waiting",UPLOADING:"uploading",CANCELING:"canceling",CANCELED:"canceled",FINISHED:"finished",GENERATING_PREVIEW:"preview"},rc=({status:e,handleGoToRecordHome:i,teleprompterActions:n,onOpenRecordingSettings:a})=>{const c=e===Ue.RECORDING||e===Ue.PAUSED,d=Yr(),{t:u}=re.useTranslation(),{trackGTMDiscardVideoEvent:h}=po(),{flow:x}=rt(),y=x===Mo.RECORD_CAMERA_ONLY;return o.jsxs(o.Fragment,{children:[o.jsx(Gn,{when:!0,stay:!0,onConfirm:()=>{},navigate:()=>{h==null||h(),i()},shouldBlockNavigation:()=>e===Ue.RECORDING,title:u("Leave without saving the recording?"),text:u("Your recording will not be saved. This action can’t be undone."),confirmButtonText:u("Continue"),discardButtonText:u("Leave")}),o.jsxs(St,{m:d?"12px 0 12px 0":y?"12px 0 32px 0":"72px 0 32px 0",width:"100%",justifyContent:"space-between",children:[c?o.jsx("div",{style:{height:40}}):!d&&o.jsx(K.Button,{icon:y?o.jsx(he.MdSettings,{size:18}):o.jsx(he.MdMovie,{size:18}),variant:"secondary",text:u(y?"Recording settings":"Change recording option"),onClick:()=>{if(y&&a){a();return}h==null||h(),i()},disabled:e===Ue.COUNTDOWN}),n]})]})},Fj=l.div`
3883
3883
  display: ${e=>e.hide?"none":"flex"};
3884
3884
  flex-direction: row;
3885
3885
  justify-content: center;
@@ -3938,7 +3938,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3938
3938
  max-height: 440px;
3939
3939
  min-height: 440px;
3940
3940
  `}
3941
- `,ic=({countdown:e,videoRef:i,teleprompter:n,status:a,canvasRef:c,toggleCamera:d})=>{const u=Yr(),h=a===Ue.CAMERA_READY||a===Ue.IDLE;return o.jsxs(qj,{children:[n,o.jsx(Bj,{counter:e,willStart:e>0,hide:!e||a===Ue.CAMERA_READY}),o.jsx(Uj,{ref:i,controls:!1,autoPlay:!0,playsInline:!0}),c&&o.jsx(Wj,{ref:c}),u&&h&&o.jsx(K.Button,{variant:"secondary",icon:o.jsx(he.MdFlipCameraAndroid,{size:20}),style:{position:"absolute",right:16,bottom:16},onClick:d})]})},Hj=e=>{const[i,n]=f.useState(e),a=f.useRef(null);return f.useEffect(()=>()=>{a.current&&clearInterval(a.current)},[]),{countdown:i,startRecordingCountdown:()=>{n(e),a.current=setInterval(()=>{n(u=>u<=1?(clearInterval(a.current),a.current=null,0):u-1)},1e3)},stopRecordingCountdown:()=>{a.current&&(clearInterval(a.current),a.current=null),n(e)}}},Gj=()=>{const[e,i]=f.useState(0),n=f.useRef(null);return f.useEffect(()=>()=>{n.current&&clearInterval(n.current)},[]),{timeInSeconds:e,startRecordingTime:()=>{n.current=setInterval(()=>{i(d=>d+1)},1e3)},stopRecordingTime:()=>{n.current&&clearInterval(n.current)}}},jn={low:1e6,standard:25e5,high:5e6},Yj=(e,i)=>{const n=new MediaStream;return e.getVideoTracks().forEach(d=>n.addTrack(d)),i.getAudioTracks().forEach(d=>n.addTrack(d)),n},Qj=3,nc=({screenStream:e,stopAllStreams:i,videoRef:n,canvasRef:a,isSegmenterActive:c,onStartUpladingVoiceOverHandler:d,shouldStartCountdown:u,handleGoToRecordHome:h,isCameraToggled:x})=>{const{trackGTMStartRecordingEvent:y,trackGTMStopRecordingEvent:m,trackGTMAddVideoAttributeEvent:v}=po(),{t:S}=re.useTranslation(),{toast:C}=pt(),{countdown:E,startRecordingCountdown:T,stopRecordingCountdown:k}=Hj(Qj),{startRecordingTime:j,stopRecordingTime:L,timeInSeconds:D}=Gj(),{userSettings:O}=oc(),M=f.useRef(null),[A,_]=f.useState(Ue.IDLE),[V,N]=f.useState(null),U=(jn==null?void 0:jn[O==null?void 0:O.videoQuality])||jn.low;f.useEffect(()=>()=>{i==null||i(),M.current&&M.current.stopRecording(()=>{M.current.destroy(),M.current=null})},[]),f.useEffect(()=>{n.current&&e&&(n.current.srcObject=e,n.current.muted=!0,n.current.volume=0,n.current.onloadedmetadata=()=>{_(Ue.CAMERA_READY),u&&Y()})},[e]),f.useEffect(()=>{if(n.current&&e){const ae=e.getVideoTracks()[0];ae.onended=()=>{if(A===Ue.RECORDING||A===Ue.PAUSED)return W();if(x)return _(Ue.IDLE);h==null||h()}}},[e,A]),f.useEffect(()=>{E===0&&A===Ue.COUNTDOWN&&(y==null||y(),Z())},[E,A]);const $=ae=>{var le;if(c){const Te=(le=a==null?void 0:a.current)==null?void 0:le.captureStream(30);return Te?Yj(Te,ae):ae}return ae},z=MediaRecorder.isTypeSupported("video/webm")?"video/webm":"video/mp4",Z=()=>{if(e){const ae=$(e);try{M.current=new Dd(ae,{videoBitsPerSecond:U,type:"video",mimeType:z,recorderType:Dd.MediaStreamRecorder}),M.current.startRecording(),_(Ue.RECORDING),j()}catch(le){console.error("Failed to start recording:",le),C({message:S("Failed to start recording.")})}}else C({message:"Something went wrong, try again later!"})},W=()=>{M.current&&(M.current.stopRecording(()=>{N(M.current.getBlob()),A===Ue.PAUSED||m==null||m(),v==null||v(),i==null||i(),_(Ue.DONE),d==null||d(M.current.getBlob()),M.current.destroy(),M.current=null}),L())},Q=()=>{M.current&&A===Ue.RECORDING?(M.current.pauseRecording(),_(Ue.PAUSED),L()):M.current&&A===Ue.PAUSED&&(M.current.resumeRecording(),y==null||y(),_(Ue.RECORDING),j())},Y=()=>{_(Ue.COUNTDOWN),T()};return{startRecording:Z,stopRecording:W,pauseRecording:Q,startCountDown:Y,stopCountDown:()=>{_(Ue.CAMERA_READY),k()},setStatus:_,status:A,recordedBlob:V,countdown:E,timeInSeconds:D}},Zj=l(St)`
3941
+ `,ic=({countdown:e,videoRef:i,teleprompter:n,status:a,canvasRef:c,toggleCamera:d})=>{const u=Yr(),h=a===Ue.CAMERA_READY||a===Ue.IDLE;return o.jsxs(qj,{children:[n,o.jsx(Bj,{counter:e,willStart:e>0,hide:!e||a===Ue.CAMERA_READY}),o.jsx(Uj,{ref:i,controls:!1,autoPlay:!0,playsInline:!0}),c&&o.jsx(Wj,{ref:c}),u&&h&&o.jsx(K.Button,{variant:"secondary",icon:o.jsx(he.MdFlipCameraAndroid,{size:20}),style:{position:"absolute",right:16,bottom:16},onClick:d})]})},Hj=e=>{const[i,n]=f.useState(e),a=f.useRef(null);return f.useEffect(()=>()=>{a.current&&clearInterval(a.current)},[]),{countdown:i,startRecordingCountdown:()=>{n(e),a.current=setInterval(()=>{n(u=>u<=1?(clearInterval(a.current),a.current=null,0):u-1)},1e3)},stopRecordingCountdown:()=>{a.current&&(clearInterval(a.current),a.current=null),n(e)}}},Gj=()=>{const[e,i]=f.useState(0),n=f.useRef(null);return f.useEffect(()=>()=>{n.current&&clearInterval(n.current)},[]),{timeInSeconds:e,startRecordingTime:()=>{n.current=setInterval(()=>{i(d=>d+1)},1e3)},stopRecordingTime:()=>{n.current&&clearInterval(n.current)}}},jn={low:1e6,standard:25e5,high:5e6},Yj=(e,i)=>{const n=new MediaStream;return e.getVideoTracks().forEach(d=>n.addTrack(d)),i.getAudioTracks().forEach(d=>n.addTrack(d)),n},Qj=3,nc=({screenStream:e,stopAllStreams:i,videoRef:n,canvasRef:a,isSegmenterActive:c,onStartUpladingVoiceOverHandler:d,shouldStartCountdown:u,handleGoToRecordHome:h,isCameraToggled:x})=>{const{trackGTMStartRecordingEvent:y,trackGTMStopRecordingEvent:v,trackGTMAddVideoAttributeEvent:m}=po(),{t:w}=re.useTranslation(),{toast:C}=pt(),{countdown:E,startRecordingCountdown:T,stopRecordingCountdown:k}=Hj(Qj),{startRecordingTime:j,stopRecordingTime:L,timeInSeconds:D}=Gj(),{userSettings:O}=oc(),M=f.useRef(null),[A,_]=f.useState(Ue.IDLE),[V,N]=f.useState(null),U=(jn==null?void 0:jn[O==null?void 0:O.videoQuality])||jn.low;f.useEffect(()=>()=>{i==null||i(),M.current&&M.current.stopRecording(()=>{M.current.destroy(),M.current=null})},[]),f.useEffect(()=>{n.current&&e&&(n.current.srcObject=e,n.current.muted=!0,n.current.volume=0,n.current.onloadedmetadata=()=>{_(Ue.CAMERA_READY),u&&Y()})},[e]),f.useEffect(()=>{if(n.current&&e){const ae=e.getVideoTracks()[0];ae.onended=()=>{if(A===Ue.RECORDING||A===Ue.PAUSED)return W();if(x)return _(Ue.IDLE);h==null||h()}}},[e,A]),f.useEffect(()=>{E===0&&A===Ue.COUNTDOWN&&(y==null||y(),Z())},[E,A]);const $=ae=>{var le;if(c){const Te=(le=a==null?void 0:a.current)==null?void 0:le.captureStream(30);return Te?Yj(Te,ae):ae}return ae},z=MediaRecorder.isTypeSupported("video/webm")?"video/webm":"video/mp4",Z=()=>{if(e){const ae=$(e);try{M.current=new Dd(ae,{videoBitsPerSecond:U,type:"video",mimeType:z,recorderType:Dd.MediaStreamRecorder}),M.current.startRecording(),_(Ue.RECORDING),j()}catch(le){console.error("Failed to start recording:",le),C({message:w("Failed to start recording.")})}}else C({message:"Something went wrong, try again later!"})},W=()=>{M.current&&(M.current.stopRecording(()=>{N(M.current.getBlob()),A===Ue.PAUSED||v==null||v(),m==null||m(),i==null||i(),_(Ue.DONE),d==null||d(M.current.getBlob()),M.current.destroy(),M.current=null}),L())},Q=()=>{M.current&&A===Ue.RECORDING?(M.current.pauseRecording(),_(Ue.PAUSED),L()):M.current&&A===Ue.PAUSED&&(M.current.resumeRecording(),y==null||y(),_(Ue.RECORDING),j())},Y=()=>{_(Ue.COUNTDOWN),T()};return{startRecording:Z,stopRecording:W,pauseRecording:Q,startCountDown:Y,stopCountDown:()=>{_(Ue.CAMERA_READY),k()},setStatus:_,status:A,recordedBlob:V,countdown:E,timeInSeconds:D}},Zj=l(St)`
3942
3942
  ${({theme:e})=>e.containerWidth<de.sm&&l.css`
3943
3943
  width: 100%;
3944
3944
  justify-content: space-between;
@@ -3951,7 +3951,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
3951
3951
  position: initial;
3952
3952
  width: unset;
3953
3953
  `}
3954
- `,sc=({status:e,timeInSeconds:i,startCountDown:n,stopCountDown:a,pauseRecording:c,stopRecording:d,isLoadingVB:u})=>{const{isCdkEnviroment:h}=l.useTheme(),{t:x}=re.useTranslation(),y=e===Ue.CAMERA_READY||e===Ue.COUNTDOWN,m=e===Ue.PAUSED||e===Ue.RECORDING;return o.jsxs("div",{style:{width:"100%",position:"relative",paddingBottom:32},children:[y&&o.jsxs(St,{justifyContent:"center",width:"100%",m:"36px 0 0 0",children:[e===Ue.CAMERA_READY&&!u&&o.jsx(K.Button,{variant:h?"primary":"red",icon:o.jsx(he.MdVideocam,{size:24}),text:x("Start recording"),onClick:n}),e===Ue.COUNTDOWN&&o.jsx(K.Button,{variant:h?"text":"secondary",text:x("Cancel"),onClick:a})]}),m&&o.jsxs(Zj,{m:"32px 0 0 0",children:[o.jsxs(St,{style:{position:"relative",zIndex:22},children:[o.jsx(K.Button,{variant:e===Ue.PAUSED?h?"text":"red":"secondary",icon:e===Ue.PAUSED?o.jsx(he.MdVideocam,{size:24}):o.jsx(he.MdOutlinePause,{}),text:e===Ue.PAUSED?x("Resume"):x("Pause"),onClick:c}),o.jsx("span",{style:{width:50},children:lr(i,0)})]}),o.jsx(Kj,{alignItems:"center",justifyContent:"center",children:o.jsx(K.Button,{icon:o.jsx(h3,{}),variant:"primary",text:x("Finish"),onClick:d})})]})]})},Z3=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),Xj=!!window.opr&&!!opr.addons||!!window.opera||navigator.userAgent.indexOf(" OPR/")>=0,Jj=typeof InstallTrigger<"u",eE={all:e=>["VIDEO_ATTRIBUTES",e],detail:e=>["VIDEO_ATTRIBUTES",e]},tE=async({page:e=0,size:i=10,filterByDepartment:n=!1})=>{const c={start:e*i,limit:i,filterByDepartment:n},{data:d}=await je.get("/video-attributes",{params:c}),{videoAttributes:u=[],count:h=0}=d||{};return{count:h,attributes:u}},oE=e=>Me.useQuery(eE.all(e),()=>tE(e)),rE=({setContineToInsert:e,onDiscardHandler:i})=>{const{t:n}=re.useTranslation(),{isValid:a,submitForm:c}=ht.useFormikContext(),{userData:d}=nt(),{showInsertFeature:u,containerWidth:h}=rt(),{colors:x,isCdkEnviroment:y}=l.useTheme(),m=()=>{e(!0),c()},v=i0(d);return o.jsx(o.Fragment,{children:o.jsxs(St,{width:"100%",justifyContent:"space-between",m:"0 0 32px 0",children:[o.jsx(T3,{color:x.black[100],children:n("Preview recorded video")}),o.jsxs(St,{gap:"8px",children:[o.jsx(K.Button,{icon:o.jsx(he.MdDeleteForever,{size:20}),text:n("Discard"),variant:y?"text":"destructive",onClick:i}),o.jsx(K.Button,{disabled:!a,icon:o.jsx(he.MdSave,{size:18}),text:n(v?"Save":"Save Recording"),onClick:c,variant:y?"secondary":"primary"}),u&&o.jsx(K.Button,{variant:"primary",disabled:!a,icon:o.jsx(he.MdEmail,{size:20}),text:h>de.sm?n("Continue to Insert"):n("Insert"),onClick:m})]})]})})},iE=l.span`
3954
+ `,sc=({status:e,timeInSeconds:i,startCountDown:n,stopCountDown:a,pauseRecording:c,stopRecording:d,isLoadingVB:u})=>{const{isCdkEnviroment:h}=l.useTheme(),{t:x}=re.useTranslation(),y=e===Ue.CAMERA_READY||e===Ue.COUNTDOWN,v=e===Ue.PAUSED||e===Ue.RECORDING;return o.jsxs("div",{style:{width:"100%",position:"relative",paddingBottom:32},children:[y&&o.jsxs(St,{justifyContent:"center",width:"100%",m:"36px 0 0 0",children:[e===Ue.CAMERA_READY&&!u&&o.jsx(K.Button,{variant:h?"primary":"red",icon:o.jsx(he.MdVideocam,{size:24}),text:x("Start recording"),onClick:n}),e===Ue.COUNTDOWN&&o.jsx(K.Button,{variant:h?"text":"secondary",text:x("Cancel"),onClick:a})]}),v&&o.jsxs(Zj,{m:"32px 0 0 0",children:[o.jsxs(St,{style:{position:"relative",zIndex:22},children:[o.jsx(K.Button,{variant:e===Ue.PAUSED?h?"text":"red":"secondary",icon:e===Ue.PAUSED?o.jsx(he.MdVideocam,{size:24}):o.jsx(he.MdOutlinePause,{}),text:e===Ue.PAUSED?x("Resume"):x("Pause"),onClick:c}),o.jsx("span",{style:{width:50},children:lr(i,0)})]}),o.jsx(Kj,{alignItems:"center",justifyContent:"center",children:o.jsx(K.Button,{icon:o.jsx(h3,{}),variant:"primary",text:x("Finish"),onClick:d})})]})]})},Z3=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),Xj=!!window.opr&&!!opr.addons||!!window.opera||navigator.userAgent.indexOf(" OPR/")>=0,Jj=typeof InstallTrigger<"u",eE={all:e=>["VIDEO_ATTRIBUTES",e],detail:e=>["VIDEO_ATTRIBUTES",e]},tE=async({page:e=0,size:i=10,filterByDepartment:n=!1})=>{const c={start:e*i,limit:i,filterByDepartment:n},{data:d}=await je.get("/video-attributes",{params:c}),{videoAttributes:u=[],count:h=0}=d||{};return{count:h,attributes:u}},oE=e=>Me.useQuery(eE.all(e),()=>tE(e)),rE=({setContineToInsert:e,onDiscardHandler:i})=>{const{t:n}=re.useTranslation(),{isValid:a,submitForm:c}=ht.useFormikContext(),{userData:d}=nt(),{showInsertFeature:u,containerWidth:h}=rt(),{colors:x,isCdkEnviroment:y}=l.useTheme(),v=()=>{e(!0),c()},m=i0(d);return o.jsx(o.Fragment,{children:o.jsxs(St,{width:"100%",justifyContent:"space-between",m:"0 0 32px 0",children:[o.jsx(T3,{color:x.black[100],children:n("Preview recorded video")}),o.jsxs(St,{gap:"8px",children:[o.jsx(K.Button,{icon:o.jsx(he.MdDeleteForever,{size:20}),text:n("Discard"),variant:y?"text":"destructive",onClick:i}),o.jsx(K.Button,{disabled:!a,icon:o.jsx(he.MdSave,{size:18}),text:n(m?"Save":"Save Recording"),onClick:c,variant:y?"secondary":"primary"}),u&&o.jsx(K.Button,{variant:"primary",disabled:!a,icon:o.jsx(he.MdEmail,{size:20}),text:h>de.sm?n("Continue to Insert"):n("Insert"),onClick:v})]})]})})},iE=l.span`
3955
3955
  font-size: 14px;
3956
3956
  font-weight: 600;
3957
3957
  line-height: 20px;
@@ -4037,7 +4037,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4037
4037
  &:hover {
4038
4038
  cursor: pointer;
4039
4039
  }
4040
- `,xE=({videoTags:e=[],handleModalClose:i,onSubmit:n,buttonTitle:a})=>{const{t:c}=re.useTranslation(),[d,u]=f.useState(""),[h,x]=f.useState([]),[y,m]=f.useState(e),[v,S]=f.useState(""),{colors:C}=l.useTheme(),E=_=>_.sort((V,N)=>{var U;return(U=V.label)==null?void 0:U.localeCompare(N.label)}),T=async()=>{const _=await Q8({});x(E(_.map(V=>({value:V.tagId,label:V.tag})).filter(V=>!y.find(N=>N.value===V.value))))};q.useEffect(()=>{T()},[]);const k=_=>{_==="Escape"&&i()};f.useEffect(()=>(document.addEventListener("keyup",_=>k(_.key)),()=>document.removeEventListener("keyup",_=>k(_.key),!0)),[]);const j=_=>{m(E(y.filter(V=>V.value!==_.value))),x(E([...h,_]))},L=_=>{_.length>Ka||u(_)},D=_=>{var U;if(!_||!_.length)return;const V=_[0];if(!V||!V.value||!((U=V==null?void 0:V.value)!=null&&U.toString().trim().length))return S(()=>c("Tag can not be empty.")),!1;if(V.value.length>Ka)return S(()=>c("Tag cannot contain more than {{count}} characters",{count:Ka})),!1;if(y.some($=>$.label==V.value))return S(()=>c("Tag already exists.")),!1;S(""),m(E([...y,V])),x(E(h.filter($=>$.value!==V.value)))},O=_=>qt.components.DropdownIndicator&&o.jsx(qt.components.DropdownIndicator,{..._,children:o.jsx(he.MdSearch,{})}),M=_=>_.data.__isNew__?o.jsxs(qt.components.Option,{..._,children:[o.jsx(he.MdAdd,{className:"add-icon",color:C.primary[100]}),_.label]}):o.jsxs(qt.components.Option,{..._,children:[o.jsx(Mn.FaHashtag,{color:C.primary[60],className:"hashtag-icon",size:"14px"}),_.label]}),A=()=>{try{return JSON.stringify(e)===JSON.stringify(y)}catch{return!1}};return o.jsx(yr,{disableFullScreen:!0,style:{position:"fixed",zIndex:999},children:o.jsxs(nE,{children:[o.jsxs(dE,{children:[o.jsx(uE,{children:c("Manage Tags")}),o.jsx(pE,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:i})})]}),o.jsxs(sE,{children:[o.jsx(aE,{defaultValue:d,onInputChange:L,customComponents:{IndicatorSeparator:()=>null,DropdownIndicator:O,Option:M},placeholder:c("Add tag(s)..."),value:[],createOptionPosition:"first",onChange:D,options:h,isMulti:!0}),v!=null&&o.jsx("span",{className:"error-message",children:v}),o.jsx(cE,{children:y&&y.map(_=>o.jsx(K3,{tag:_,showRemove:!0,onRemove:j},_.value))}),o.jsx(lE,{children:o.jsx(K.Button,{onClick:()=>n(y),text:a,type:"submit",disabled:A()})})]})]})})},hE=()=>{var m,v;const{t:e}=re.useTranslation(),{isCdkEnviroment:i}=l.useTheme(),n=Qo.useHistory(),{values:a,setFieldValue:c}=ht.useFormikContext(),[d,u]=f.useState(!1),h=()=>{u(!0)},x=()=>{u(!1)},y=S=>{c("videoTags",S),x()};return o.jsxs(ar,{alignItems:"flex-start",width:"100%",m:"32px 0 32px 0",children:[o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsx(K.Button,{variant:i?"text":"destructive",icon:o.jsx(he.MdDeleteForever,{size:18}),text:e("Remove this video"),onClick:()=>{n.push("/record/home")}}),o.jsx(K.Button,{variant:"secondary",icon:o.jsx(Mn.FaHashtag,{size:"16px"}),text:e("Add Tags..."),onClick:h})]}),!!((m=a==null?void 0:a.videoTags)!=null&&m.length)&&o.jsx(St,{gap:"4px",m:"4px 0 0 0",children:(v=a==null?void 0:a.videoTags)==null?void 0:v.map(S=>o.jsx(K3,{tag:S},S.value))}),d&&o.jsx(xE,{videoTags:a==null?void 0:a.videoTags,handleModalClose:x,onSubmit:y,buttonTitle:e("Save Changes")})]})},yE=l.textarea`
4040
+ `,xE=({videoTags:e=[],handleModalClose:i,onSubmit:n,buttonTitle:a})=>{const{t:c}=re.useTranslation(),[d,u]=f.useState(""),[h,x]=f.useState([]),[y,v]=f.useState(e),[m,w]=f.useState(""),{colors:C}=l.useTheme(),E=_=>_.sort((V,N)=>{var U;return(U=V.label)==null?void 0:U.localeCompare(N.label)}),T=async()=>{const _=await Q8({});x(E(_.map(V=>({value:V.tagId,label:V.tag})).filter(V=>!y.find(N=>N.value===V.value))))};q.useEffect(()=>{T()},[]);const k=_=>{_==="Escape"&&i()};f.useEffect(()=>(document.addEventListener("keyup",_=>k(_.key)),()=>document.removeEventListener("keyup",_=>k(_.key),!0)),[]);const j=_=>{v(E(y.filter(V=>V.value!==_.value))),x(E([...h,_]))},L=_=>{_.length>Ka||u(_)},D=_=>{var U;if(!_||!_.length)return;const V=_[0];if(!V||!V.value||!((U=V==null?void 0:V.value)!=null&&U.toString().trim().length))return w(()=>c("Tag can not be empty.")),!1;if(V.value.length>Ka)return w(()=>c("Tag cannot contain more than {{count}} characters",{count:Ka})),!1;if(y.some($=>$.label==V.value))return w(()=>c("Tag already exists.")),!1;w(""),v(E([...y,V])),x(E(h.filter($=>$.value!==V.value)))},O=_=>qt.components.DropdownIndicator&&o.jsx(qt.components.DropdownIndicator,{..._,children:o.jsx(he.MdSearch,{})}),M=_=>_.data.__isNew__?o.jsxs(qt.components.Option,{..._,children:[o.jsx(he.MdAdd,{className:"add-icon",color:C.primary[100]}),_.label]}):o.jsxs(qt.components.Option,{..._,children:[o.jsx(Mn.FaHashtag,{color:C.primary[60],className:"hashtag-icon",size:"14px"}),_.label]}),A=()=>{try{return JSON.stringify(e)===JSON.stringify(y)}catch{return!1}};return o.jsx(yr,{disableFullScreen:!0,style:{position:"fixed",zIndex:999},children:o.jsxs(nE,{children:[o.jsxs(dE,{children:[o.jsx(uE,{children:c("Manage Tags")}),o.jsx(pE,{children:o.jsx(z0,{width:"24px",height:"24px",onClick:i})})]}),o.jsxs(sE,{children:[o.jsx(aE,{defaultValue:d,onInputChange:L,customComponents:{IndicatorSeparator:()=>null,DropdownIndicator:O,Option:M},placeholder:c("Add tag(s)..."),value:[],createOptionPosition:"first",onChange:D,options:h,isMulti:!0}),m!=null&&o.jsx("span",{className:"error-message",children:m}),o.jsx(cE,{children:y&&y.map(_=>o.jsx(K3,{tag:_,showRemove:!0,onRemove:j},_.value))}),o.jsx(lE,{children:o.jsx(K.Button,{onClick:()=>n(y),text:a,type:"submit",disabled:A()})})]})]})})},hE=()=>{var v,m;const{t:e}=re.useTranslation(),{isCdkEnviroment:i}=l.useTheme(),n=Qo.useHistory(),{values:a,setFieldValue:c}=ht.useFormikContext(),[d,u]=f.useState(!1),h=()=>{u(!0)},x=()=>{u(!1)},y=w=>{c("videoTags",w),x()};return o.jsxs(ar,{alignItems:"flex-start",width:"100%",m:"32px 0 32px 0",children:[o.jsxs(St,{width:"100%",justifyContent:"space-between",children:[o.jsx(K.Button,{variant:i?"text":"destructive",icon:o.jsx(he.MdDeleteForever,{size:18}),text:e("Remove this video"),onClick:()=>{n.push("/record/home")}}),o.jsx(K.Button,{variant:"secondary",icon:o.jsx(Mn.FaHashtag,{size:"16px"}),text:e("Add Tags..."),onClick:h})]}),!!((v=a==null?void 0:a.videoTags)!=null&&v.length)&&o.jsx(St,{gap:"4px",m:"4px 0 0 0",children:(m=a==null?void 0:a.videoTags)==null?void 0:m.map(w=>o.jsx(K3,{tag:w},w.value))}),d&&o.jsx(xE,{videoTags:a==null?void 0:a.videoTags,handleModalClose:x,onSubmit:y,buttonTitle:e("Save Changes")})]})},yE=l.textarea`
4041
4041
  width: 100%;
4042
4042
  height: 100px;
4043
4043
  padding: 8px 12px;
@@ -4052,7 +4052,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4052
4052
  }
4053
4053
  `,X3=({label:e,isRequired:i,...n})=>{const[a,c]=ht.useField(n);return o.jsxs("div",{style:{width:"100%"},children:[o.jsx(Hn,{label:e,name:n.name,isRequired:i}),o.jsx(yE,{...a,...n,id:n.name}),o.jsx(ec,{meta:c})]})},j1=({label:e,isRequired:i,options:n,disabled:a,...c})=>{const[d,u,h]=ht.useField(c),x=y=>{h.setValue(y?y.value:"")};return o.jsxs("div",{style:{width:"100%"},children:[o.jsx(Hn,{label:e,isRequired:i}),o.jsx(Pt,{disabled:a,value:n.find(y=>y.value===d.value),onChange:x,placeholder:"Select...",onMenuOpen:()=>h.setTouched(!0),options:n,menuPortalTarget:document.body,creatable:!1,isSearchable:!1}),o.jsx(ec,{meta:u})]})},fE=()=>{var i;const{values:e}=ht.useFormikContext();return(i=e==null?void 0:e.attributes)!=null&&i.length?o.jsx(ar,{width:"100%",alignItems:"flex-start",children:o.jsx(ht.FieldArray,{name:"attributes",children:()=>{var n;return o.jsx(o.Fragment,{children:(n=e==null?void 0:e.attributes)==null?void 0:n.map((a,c)=>{const d=!!a.isRequired,u=!!a.isReadOnly||!!a.isLocked;return o.jsxs(f.Fragment,{children:[a.type==="text"&&o.jsx(o0,{name:`attributes.${c}.value`,label:a.slug,disabled:u,isRequired:d}),a.type==="textarea"&&o.jsx(X3,{name:`attributes.${c}.value`,label:a.slug,disabled:u,isRequired:d}),a.type==="dropdown"&&o.jsx(j1,{name:`attributes.${c}.value`,label:a.slug,disabled:u,isRequired:d,options:(a==null?void 0:a.dropdownValues.map(h=>({value:h.value,label:h.value})))||[]})]},c)})})}})}):null};var ji=(e=>(e.NO_ROLE="0",e.TECHNICIAN="1",e.SERVICE_ADVISOR="2",e.SERVICE_MANAGER="3",e.SALESPERSON="4",e.SALES_MANAGER="5",e.BDC="6",e))(ji||{});const gE=l.div`
4054
4054
  margin-top: 24px;
4055
- `,mE=({fetchSoldVehiclesForAutomotive:e=!0,results:i})=>{var C,E;const{t:n}=re.useTranslation(),{userData:a}=nt(),{setFieldValue:c,values:d}=ht.useFormikContext(),u=Oo(a),h=Zo(a),x=i0(a),y=a.automotiveRole===ji.TECHNICIAN,v=Object.values(x?U1:W1).filter(Boolean).map(T=>({value:T,label:n(T)})),S=i.flatMap(T=>T.data?T.data.map(k=>({label:`${k.firstName} ${k.lastName}`,value:`${k.id}`})):[]);return u?o.jsxs(gE,{children:[o.jsx(j1,{name:"videoRequest.videoType",label:n("Video Type"),disabled:!1,isRequired:!1,options:v}),x&&o.jsxs(o.Fragment,{children:[o.jsxs("div",{style:{marginBottom:16},children:[o.jsx(Hn,{label:n("Search vehicle"),isRequired:!1}),o.jsx(O3,{onChangeVehicle:T=>{c("videoRequest.vehicle",T)},selectedVin:((E=(C=d.videoRequest)==null?void 0:C.vehicle)==null?void 0:E.vin)||"",placeholder:n("Search vehicle by name, VIN or stock number..."),fetchSold:e})]}),o.jsx(o0,{name:"videoRequest.vehicle.vin",label:n("VIN"),isRequired:!1,disabled:!0}),o.jsx(o0,{name:"videoRequest.vehicle.stockNumber",label:n("Stock number"),isRequired:!1,disabled:!0})]}),h&&o.jsx(j1,{name:"videoRequest.advisorId",label:n("Assign To"),disabled:!1,isRequired:y,options:S}),h&&o.jsx(o0,{name:"videoRequest.repairOrderNumber",label:n("RO Number"),isRequired:y}),o.jsx(o0,{name:"videoRequest.customerName",label:n("Customer Name"),isRequired:!1}),h&&o.jsx(X3,{name:"videoRequest.note",label:n("Note"),isRequired:!1})]}):o.jsx(o.Fragment,{})},vE=()=>{const{t:e}=re.useTranslation(),{userData:i}=nt(),{colors:n}=l.useTheme(),{values:a}=ht.useFormikContext(),c=Z5(i),u=(()=>{var x;let h=0;return(x=a==null?void 0:a.attributes)==null||x.forEach(y=>{y&&y.isRequired&&h++}),c&&(h+=2),h})();return o.jsxs(St,{justifyContent:"space-between",m:"0 0 16px 0",children:[o.jsx(Wn,{children:e("Video Attributes")}),o.jsxs(Jt,{color:n.primary[100],children:[u," ",e("required")]})]})},bE={user:()=>["USER_AUTOMOTIVE"],customer_user:(e,i)=>["USER_AUTOMOTIVE",e,i]},wE=async({customerId:e,role:i})=>(await je.get(`/users/${e}/automotive-users`,{params:{role:i}})).data,SE=({params:e,enabled:i})=>{const n=e.map(({customerId:u,role:h})=>({queryKey:bE.customer_user(u,h),queryFn:()=>wE({customerId:u,role:h}),enabled:i})),a=Me.useQueries(n),c=a.some(u=>u.isLoading),d=a.some(u=>u.isError);return{results:a,isLoading:c,isError:d}},CE=async e=>{const{fileName:i,type:n}=e;return(await je.get("/aws/signedurl",{params:{filename:i,filetype:n}})).data},kE=(e,i)=>Me.useQuery(["AWS_SIGNED_URL",e.fileName],()=>CE(e),{enabled:i,refetchOnMount:!0,refetchOnReconnect:!0,cacheTime:5e3}),jE=async(e,i)=>{var x;const{url:n,file:a,contentType:c}=e,d=((x=navigator==null?void 0:navigator.userAgent)==null?void 0:x.indexOf("Firefox"))!==-1,u={onUploadProgress:y=>{if(i){const m=y.loaded,v=y.total??0,S=Math.round(m*100/v);i({loaded:Math.floor(m/1024),total:Math.floor(v/1024),percentage:S})}}};return await Gr.put(n,a,{headers:{"content-type":!d&&c?c:a.type},...u})},EE=()=>{const[e,i]=f.useState({loaded:0,total:0,percentage:0}),{toast:n}=pt();return{...Me.useMutation(a=>jE(a,i),{onError:a=>n({message:a})}),progress:e}},_E=async(e,i)=>{const{title:n,filename:a,isFreemium:c,isGuide:d,folder:u,id:h,videoAttributeValues:x,videoRequest:y,videoTags:m}=e,v={onUploadProgress:C=>{if(i){const E=C.loaded,T=C.total??0,k=Math.round(E*100/T);i({loaded:Math.floor(E/1024),total:Math.floor(T/1024),percentage:k})}}},S=await je.post("/videos",{filename:a,title:n,isFreemium:c,isGuide:!!d,folder:u||"Primary",videoAttributeValues:x,videoRequest:y,videoTags:m},v);return{...S.data,...h!==void 0?{id:h,videoId:S.data.id}:{}}},TE=()=>{const[e,i]=f.useState({loaded:0,total:0,percentage:0}),{toast:n}=pt(),{t:a}=re.useTranslation();return{...Me.useMutation(c=>_E(c,i),{onSuccess:()=>{n({message:a("Video successfully created!")})},onError:()=>{n({message:a("Failed to create video. Please try again later.")})}}),progress:e}},IE=async(e,i)=>{const{videoId:n}=e,a={onUploadProgress:d=>{if(i){const u=d.loaded,h=d.total??0,x=Math.round(u*100/h);i({loaded:Math.floor(u/1024),total:Math.floor(h/1024),percentage:x})}}};return(await je.post(`/videos/${n}/encode`,{},a)).data},AE=()=>{const[e,i]=f.useState({loaded:0,total:0,percentage:0});return{...Me.useMutation(n=>IE(n,i)),progress:e}},VE=e=>Object.fromEntries(Object.entries(e).filter(([i,n])=>n!==null&&n!=="")),RE=({contineToInsert:e})=>{var Te,xe;const{flow:i,onVideoRecorded:n}=rt(),a=i===Mo.RECORD_CAMERA_ONLY,{toast:c}=pt(),{t:d}=re.useTranslation(),{userData:u}=nt(),h=Oo(u),x=Qo.useHistory(),[y,m]=f.useState(f0.UPLOADING),[v,S]=f.useState(!1),[C,E]=f.useState(null),[T,k]=f.useState({values:{title:"",folder:{label:"",value:""},videoTags:[],attributes:[],videoRequest:void 0},initialValues:{title:"",folder:{label:"",value:""},videoTags:[],attributes:[],videoRequest:void 0}}),{trackGTMSaveNewVideoInteractionEvent:j}=po(),{data:L,isLoading:D,error:O}=kE({fileName:((Te=C==null?void 0:C.file)==null?void 0:Te.name)||"",type:((xe=C==null?void 0:C.file)==null?void 0:xe.type)||""},!!(C!=null&&C.title)),{mutateAsync:M,isLoading:A,error:_,progress:V}=EE(),{mutateAsync:N,isLoading:U,error:$,progress:z}=TE(),{mutateAsync:Z,progress:W,isLoading:Q,isError:Y}=AE();f.useEffect(()=>{L!=null&&L.url&&C&&H()},[L,C]);const H=async()=>{var pe,ue,Se,te;S(!0);try{if(L!=null&&L.url&&C){m(f0.UPLOADING),await M({url:L.url,file:C.file,contentType:C1}),m(f0.CREATE);const me=await N({filename:C.file.name,title:C.title,folder:C.folder.label,isFreemium:!1,videoTags:C.videoTags,videoAttributeValues:C.attributes.map(Ie=>({attributeId:Ie.attributeId,value:Ie.value})),...h&&C.videoRequest&&{videoRequest:VE({repairOrderNumber:C.videoRequest.repairOrderNumber,advisorId:C.videoRequest.advisorId?Number(C.videoRequest.advisorId):"",videoType:C.videoRequest.videoType,vin:C.videoRequest.vehicle.vin,note:C.videoRequest.note,customerName:C.videoRequest.customerName})}});if(me){const Ie=await Am(C.file),{changed_fields:Pe,...Fe}=Vm({initialValues:T.initialValues,currentValues:T.values,trackedFields:["title","folder.label","videoTags","videoRequest.customerName"],trackedArrayFields:{videoTags:["label"],attributes:["value"]}});console.log("changed_fields",Pe),console.log("fields",Fe),j==null||j({type:Un.RECORD,vehicle:(pe=C==null?void 0:C.videoRequest)==null?void 0:pe.vehicle,videoAttributes:{videoId:Number(me.id),videoType:((ue=C.videoRequest)==null?void 0:ue.videoType)||void 0,videoCustomerName:!!((Se=C.videoRequest)!=null&&Se.customerName),videoTitle:C.title,videoLength:Ie},changedFieldKeys:Pe,changes:Fe}),m(f0.ENCODE),await Z({videoId:(te=me==null?void 0:me.id)==null?void 0:te.toString(),customerId:u.customerId})}if(m(f0.UPLOAD_COMPLETED),n==null||n({token:co||"",videoId:Number(me.id)}),e){x.push(`/insert-video/${me.id}/`);return}if(a){c({message:d("Successfully saved video!")}),x.push("/record/home"),S(!1);return}x.push("/"),S(!1)}}catch(me){console.error("Error during upload:",me),m(f0.ERROR),S(!1)}};return{isError:_||$||O||Y,setRecordingFormData:E,isLoading:D||A||U||Q||v,progressState:y,uploadToS3Progress:V,createProgress:z,encodeProgress:W,setCdkAmplitudeFields:k}},LE=l.div`
4055
+ `,mE=({fetchSoldVehiclesForAutomotive:e=!0,results:i})=>{var C,E;const{t:n}=re.useTranslation(),{userData:a}=nt(),{setFieldValue:c,values:d}=ht.useFormikContext(),u=Oo(a),h=Zo(a),x=i0(a),y=a.automotiveRole===ji.TECHNICIAN,m=Object.values(x?U1:W1).filter(Boolean).map(T=>({value:T,label:n(T)})),w=i.flatMap(T=>T.data?T.data.map(k=>({label:`${k.firstName} ${k.lastName}`,value:`${k.id}`})):[]);return u?o.jsxs(gE,{children:[o.jsx(j1,{name:"videoRequest.videoType",label:n("Video Type"),disabled:!1,isRequired:!1,options:m}),x&&o.jsxs(o.Fragment,{children:[o.jsxs("div",{style:{marginBottom:16},children:[o.jsx(Hn,{label:n("Search vehicle"),isRequired:!1}),o.jsx(O3,{onChangeVehicle:T=>{c("videoRequest.vehicle",T)},selectedVin:((E=(C=d.videoRequest)==null?void 0:C.vehicle)==null?void 0:E.vin)||"",placeholder:n("Search vehicle by name, VIN or stock number..."),fetchSold:e})]}),o.jsx(o0,{name:"videoRequest.vehicle.vin",label:n("VIN"),isRequired:!1,disabled:!0}),o.jsx(o0,{name:"videoRequest.vehicle.stockNumber",label:n("Stock number"),isRequired:!1,disabled:!0})]}),h&&o.jsx(j1,{name:"videoRequest.advisorId",label:n("Assign To"),disabled:!1,isRequired:y,options:w}),h&&o.jsx(o0,{name:"videoRequest.repairOrderNumber",label:n("RO Number"),isRequired:y}),o.jsx(o0,{name:"videoRequest.customerName",label:n("Customer Name"),isRequired:!1}),h&&o.jsx(X3,{name:"videoRequest.note",label:n("Note"),isRequired:!1})]}):o.jsx(o.Fragment,{})},vE=()=>{const{t:e}=re.useTranslation(),{userData:i}=nt(),{colors:n}=l.useTheme(),{values:a}=ht.useFormikContext(),c=Z5(i),u=(()=>{var x;let h=0;return(x=a==null?void 0:a.attributes)==null||x.forEach(y=>{y&&y.isRequired&&h++}),c&&(h+=2),h})();return o.jsxs(St,{justifyContent:"space-between",m:"0 0 16px 0",children:[o.jsx(Wn,{children:e("Video Attributes")}),o.jsxs(Jt,{color:n.primary[100],children:[u," ",e("required")]})]})},bE={user:()=>["USER_AUTOMOTIVE"],customer_user:(e,i)=>["USER_AUTOMOTIVE",e,i]},wE=async({customerId:e,role:i})=>(await je.get(`/users/${e}/automotive-users`,{params:{role:i}})).data,SE=({params:e,enabled:i})=>{const n=e.map(({customerId:u,role:h})=>({queryKey:bE.customer_user(u,h),queryFn:()=>wE({customerId:u,role:h}),enabled:i})),a=Me.useQueries(n),c=a.some(u=>u.isLoading),d=a.some(u=>u.isError);return{results:a,isLoading:c,isError:d}},CE=async e=>{const{fileName:i,type:n}=e;return(await je.get("/aws/signedurl",{params:{filename:i,filetype:n}})).data},kE=(e,i)=>Me.useQuery(["AWS_SIGNED_URL",e.fileName],()=>CE(e),{enabled:i,refetchOnMount:!0,refetchOnReconnect:!0,cacheTime:5e3}),jE=async(e,i)=>{var x;const{url:n,file:a,contentType:c}=e,d=((x=navigator==null?void 0:navigator.userAgent)==null?void 0:x.indexOf("Firefox"))!==-1,u={onUploadProgress:y=>{if(i){const v=y.loaded,m=y.total??0,w=Math.round(v*100/m);i({loaded:Math.floor(v/1024),total:Math.floor(m/1024),percentage:w})}}};return await Gr.put(n,a,{headers:{"content-type":!d&&c?c:a.type},...u})},EE=()=>{const[e,i]=f.useState({loaded:0,total:0,percentage:0}),{toast:n}=pt();return{...Me.useMutation(a=>jE(a,i),{onError:a=>n({message:a})}),progress:e}},_E=async(e,i)=>{const{title:n,filename:a,isFreemium:c,isGuide:d,folder:u,id:h,videoAttributeValues:x,videoRequest:y,videoTags:v}=e,m={onUploadProgress:C=>{if(i){const E=C.loaded,T=C.total??0,k=Math.round(E*100/T);i({loaded:Math.floor(E/1024),total:Math.floor(T/1024),percentage:k})}}},w=await je.post("/videos",{filename:a,title:n,isFreemium:c,isGuide:!!d,folder:u||"Primary",videoAttributeValues:x,videoRequest:y,videoTags:v},m);return{...w.data,...h!==void 0?{id:h,videoId:w.data.id}:{}}},TE=()=>{const[e,i]=f.useState({loaded:0,total:0,percentage:0}),{toast:n}=pt(),{t:a}=re.useTranslation();return{...Me.useMutation(c=>_E(c,i),{onSuccess:()=>{n({message:a("Video successfully created!")})},onError:()=>{n({message:a("Failed to create video. Please try again later.")})}}),progress:e}},IE=async(e,i)=>{const{videoId:n}=e,a={onUploadProgress:d=>{if(i){const u=d.loaded,h=d.total??0,x=Math.round(u*100/h);i({loaded:Math.floor(u/1024),total:Math.floor(h/1024),percentage:x})}}};return(await je.post(`/videos/${n}/encode`,{},a)).data},AE=()=>{const[e,i]=f.useState({loaded:0,total:0,percentage:0});return{...Me.useMutation(n=>IE(n,i)),progress:e}},VE=e=>Object.fromEntries(Object.entries(e).filter(([i,n])=>n!==null&&n!=="")),RE=({contineToInsert:e})=>{var Te,xe;const{flow:i,onVideoRecorded:n}=rt(),a=i===Mo.RECORD_CAMERA_ONLY,{toast:c}=pt(),{t:d}=re.useTranslation(),{userData:u}=nt(),h=Oo(u),x=Qo.useHistory(),[y,v]=f.useState(f0.UPLOADING),[m,w]=f.useState(!1),[C,E]=f.useState(null),[T,k]=f.useState({values:{title:"",folder:{label:"",value:""},videoTags:[],attributes:[],videoRequest:void 0},initialValues:{title:"",folder:{label:"",value:""},videoTags:[],attributes:[],videoRequest:void 0}}),{trackGTMSaveNewVideoInteractionEvent:j}=po(),{data:L,isLoading:D,error:O}=kE({fileName:((Te=C==null?void 0:C.file)==null?void 0:Te.name)||"",type:((xe=C==null?void 0:C.file)==null?void 0:xe.type)||""},!!(C!=null&&C.title)),{mutateAsync:M,isLoading:A,error:_,progress:V}=EE(),{mutateAsync:N,isLoading:U,error:$,progress:z}=TE(),{mutateAsync:Z,progress:W,isLoading:Q,isError:Y}=AE();f.useEffect(()=>{L!=null&&L.url&&C&&H()},[L,C]);const H=async()=>{var pe,ue,Se,te;w(!0);try{if(L!=null&&L.url&&C){v(f0.UPLOADING),await M({url:L.url,file:C.file,contentType:C1}),v(f0.CREATE);const me=await N({filename:C.file.name,title:C.title,folder:C.folder.label,isFreemium:!1,videoTags:C.videoTags,videoAttributeValues:C.attributes.map(Ie=>({attributeId:Ie.attributeId,value:Ie.value})),...h&&C.videoRequest&&{videoRequest:VE({repairOrderNumber:C.videoRequest.repairOrderNumber,advisorId:C.videoRequest.advisorId?Number(C.videoRequest.advisorId):"",videoType:C.videoRequest.videoType,vin:C.videoRequest.vehicle.vin,note:C.videoRequest.note,customerName:C.videoRequest.customerName})}});if(me){const Ie=await Am(C.file),{changed_fields:Pe,...Fe}=Vm({initialValues:T.initialValues,currentValues:T.values,trackedFields:["title","folder.label","videoTags","videoRequest.customerName"],trackedArrayFields:{videoTags:["label"],attributes:["value"]}});console.log("changed_fields",Pe),console.log("fields",Fe),j==null||j({type:Un.RECORD,vehicle:(pe=C==null?void 0:C.videoRequest)==null?void 0:pe.vehicle,videoAttributes:{videoId:Number(me.id),videoType:((ue=C.videoRequest)==null?void 0:ue.videoType)||void 0,videoCustomerName:!!((Se=C.videoRequest)!=null&&Se.customerName),videoTitle:C.title,videoLength:Ie},changedFieldKeys:Pe,changes:Fe}),v(f0.ENCODE),await Z({videoId:(te=me==null?void 0:me.id)==null?void 0:te.toString(),customerId:u.customerId})}if(v(f0.UPLOAD_COMPLETED),n==null||n({token:co||"",videoId:Number(me.id)}),e){x.push(`/insert-video/${me.id}/`);return}if(a){c({message:d("Successfully saved video!")}),x.push("/record/home"),w(!1);return}x.push("/"),w(!1)}}catch(me){console.error("Error during upload:",me),v(f0.ERROR),w(!1)}};return{isError:_||$||O||Y,setRecordingFormData:E,isLoading:D||A||U||Q||m,progressState:y,uploadToS3Progress:V,createProgress:z,encodeProgress:W,setCdkAmplitudeFields:k}},LE=l.div`
4056
4056
  display: flex;
4057
4057
  flex-direction: column;
4058
4058
  &:nth-child(2) {
@@ -4182,7 +4182,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4182
4182
  color: var(--covideo-grey-80, #4e5461);
4183
4183
  text-overflow: ellipsis;
4184
4184
  white-space: nowrap;
4185
- `,n_=(e,i,n,a)=>{if(typeof e>"u")return null;switch(e){case"folder":return n.includes("option-0")&&a!==Yt.value?o.jsx("div",{style:{marginRight:"-6px",marginBottom:"-3px"},children:o.jsx(he.MdCreateNewFolder,{size:16})}):i&&o.jsx(ot.IoMdCheckmark,{size:20});case"sharedFolder":return i?i&&o.jsx(ot.IoMdCheckmark,{size:20}):o.jsx("div",{style:{marginRight:"-6px",marginBottom:"-3px"},children:o.jsx(he.MdFolderShared,{size:16})});case"accounts":return i?i&&o.jsx(ot.IoMdCheckmark,{size:20}):o.jsx("div",{style:{marginRight:"-6px",marginBottom:"-3px"},children:o.jsx(he.MdSupervisorAccount,{size:16})});default:return null}},s_=({children:e,...i})=>{const{selectProps:n,isSelected:a,innerProps:c}=i;return e===t5.MY_FOLDERS||e===t5.SHARED_WITH_ME?o.jsxs(JE,{children:[o.jsx(e_,{children:e}),o.jsx(t_,{})]}):o.jsx(qt.components.Option,{...i,children:o.jsxs(r_,{children:[o.jsxs(fv,{children:[o.jsx(i_,{children:e}),o.jsx(gv,{children:n_(i.data.isFolderShared||i.data.access?i.data.access?"accounts":"sharedFolder":n.icon,a,c.id??"",i.data.value)})]}),!!i.data.sharedBy&&o.jsxs(o_,{children:["Shared by ",i.data.sharedBy]})]})})},a_=e=>{const{options:i,value:n,onChange:a}=e,c=l.useTheme(),d={options:i,value:n,onChange:a},u=y=>o.jsx(g3,{menuIsOpen:y.selectProps.menuIsOpen,children:o.jsx(he.MdArrowDropDown,{size:18,opacity:.5})}),h=y=>y.children,x={container:y=>({...y}),control:(y,m)=>({...y,boxShadow:"none",borderRadius:6,minHeight:"40px",cursor:"pointer",...m3(m),"&:hover":{borderColor:c.colors.primary[100]},"&:focus-within":{borderColor:c.colors.primary[100]}}),singleValue:y=>({...y,width:"95%"}),valueContainer:y=>({...y,textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",flexWrap:"nowrap"}),input:y=>({...y}),menuPortal:y=>({...y,zIndex:9999}),menuList:y=>({...y,height:"auto"}),menu:y=>({...y,marginTop:2,color:P.primaryDarkBlue}),option:(y,m)=>({...y,height:40,display:"flex",alignItems:"center",padding:"0 16px",cursor:"pointer",transition:"all 0.3s",fontWeight:600,fontSize:15,zIndex:1,...v3(m,c)})};return o.jsx(qt,{...d,icon:"folder",error:!1,className:"dropdown",isDisabled:!1,"aria-label":"Aria label is missing",menuPosition:"absolute",menuPlacement:"auto",maxMenuHeight:220,menuShouldScrollIntoView:!1,menuPortalTarget:null,isLoading:!1,components:{DropdownIndicator:u,IndicatorSeparator:()=>null,Option:s_,SingleValue:h},styles:x,isSearchable:!0})},ac={VIRTUAL_BACKGROUNDS:10,FOLDER_ORGANIZATION:11,TELEPROMPTER:50},cc=(e,i)=>i&&e&&e.user&&e.user.packageDetails?e.user.packageDetails.id===0?!0:!e.user.packageDetails.products||!e.user.packageDetails.products.length?!1:e.user.packageDetails.products.includes(i):!1,o5={MY_FOLDERS:"MY FOLDERS",SHARED_WITH_ME:"SHARED WITH ME"},r5={MY_FOLDERS:"my_folders",SHARED_WITH_ME:"shared_with_me"},c_=l.div`
4185
+ `,n_=(e,i,n,a)=>{if(typeof e>"u")return null;switch(e){case"folder":return n.includes("option-0")&&a!==Yt.value?o.jsx("div",{style:{marginRight:"-6px",marginBottom:"-3px"},children:o.jsx(he.MdCreateNewFolder,{size:16})}):i&&o.jsx(ot.IoMdCheckmark,{size:20});case"sharedFolder":return i?i&&o.jsx(ot.IoMdCheckmark,{size:20}):o.jsx("div",{style:{marginRight:"-6px",marginBottom:"-3px"},children:o.jsx(he.MdFolderShared,{size:16})});case"accounts":return i?i&&o.jsx(ot.IoMdCheckmark,{size:20}):o.jsx("div",{style:{marginRight:"-6px",marginBottom:"-3px"},children:o.jsx(he.MdSupervisorAccount,{size:16})});default:return null}},s_=({children:e,...i})=>{const{selectProps:n,isSelected:a,innerProps:c}=i;return e===t5.MY_FOLDERS||e===t5.SHARED_WITH_ME?o.jsxs(JE,{children:[o.jsx(e_,{children:e}),o.jsx(t_,{})]}):o.jsx(qt.components.Option,{...i,children:o.jsxs(r_,{children:[o.jsxs(fv,{children:[o.jsx(i_,{children:e}),o.jsx(gv,{children:n_(i.data.isFolderShared||i.data.access?i.data.access?"accounts":"sharedFolder":n.icon,a,c.id??"",i.data.value)})]}),!!i.data.sharedBy&&o.jsxs(o_,{children:["Shared by ",i.data.sharedBy]})]})})},a_=e=>{const{options:i,value:n,onChange:a}=e,c=l.useTheme(),d={options:i,value:n,onChange:a},u=y=>o.jsx(g3,{menuIsOpen:y.selectProps.menuIsOpen,children:o.jsx(he.MdArrowDropDown,{size:18,opacity:.5})}),h=y=>y.children,x={container:y=>({...y}),control:(y,v)=>({...y,boxShadow:"none",borderRadius:6,minHeight:"40px",cursor:"pointer",...m3(v),"&:hover":{borderColor:c.colors.primary[100]},"&:focus-within":{borderColor:c.colors.primary[100]}}),singleValue:y=>({...y,width:"95%"}),valueContainer:y=>({...y,textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden",flexWrap:"nowrap"}),input:y=>({...y}),menuPortal:y=>({...y,zIndex:9999}),menuList:y=>({...y,height:"auto"}),menu:y=>({...y,marginTop:2,color:P.primaryDarkBlue}),option:(y,v)=>({...y,height:40,display:"flex",alignItems:"center",padding:"0 16px",cursor:"pointer",transition:"all 0.3s",fontWeight:600,fontSize:15,zIndex:1,...v3(v,c)})};return o.jsx(qt,{...d,icon:"folder",error:!1,className:"dropdown",isDisabled:!1,"aria-label":"Aria label is missing",menuPosition:"absolute",menuPlacement:"auto",maxMenuHeight:220,menuShouldScrollIntoView:!1,menuPortalTarget:null,isLoading:!1,components:{DropdownIndicator:u,IndicatorSeparator:()=>null,Option:s_,SingleValue:h},styles:x,isSearchable:!0})},ac={VIRTUAL_BACKGROUNDS:10,FOLDER_ORGANIZATION:11,TELEPROMPTER:50},cc=(e,i)=>i&&e&&e.user&&e.user.packageDetails?e.user.packageDetails.id===0?!0:!e.user.packageDetails.products||!e.user.packageDetails.products.length?!1:e.user.packageDetails.products.includes(i):!1,o5={MY_FOLDERS:"MY FOLDERS",SHARED_WITH_ME:"SHARED WITH ME"},r5={MY_FOLDERS:"my_folders",SHARED_WITH_ME:"shared_with_me"},c_=l.div`
4186
4186
  width: ${({width:e})=>e};
4187
4187
  margin-top: 12px;
4188
4188
  margin-bottom: 12px;
@@ -4193,7 +4193,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4193
4193
  line-height: 20px;
4194
4194
  color: ${P.midGrey};
4195
4195
  margin-bottom: 8px;
4196
- `,d_=({value:e,setValue:i,showSharedWithMeFolders:n=!0,showLabel:a=!0,width:c="100%",showAllFolderOption:d=!0})=>{const{t:u}=re.useTranslation(),{userData:h}=nt(),{data:x=[],refetch:y}=e2({getShared:!0}),m=cc(h,ac.FOLDER_ORGANIZATION);f.useEffect(()=>{y()},[]);let v=[];if(m){let S=(x==null?void 0:x.filter(E=>!E.hasOwnProperty("access")&&E.folderId!==Yt.value).map(E=>({value:E.folderId,label:E.name,isFolderShared:!!E.isFolderShared,access:!!E.hasOwnProperty("access")})))||[],C=(x==null?void 0:x.filter(E=>!!E.hasOwnProperty("access")&&E.access==="edit").map(E=>({value:E.folderId,label:E.name,isFolderShared:!!E.isFolderShared,access:!!E.hasOwnProperty("access"),sharedBy:E.sharedBy})))||[];d&&(v=[{value:Yt.value,label:Yt.label,isFolderShared:!1,access:!1}]),v=v.concat([{value:r5.MY_FOLDERS,label:o5.MY_FOLDERS,isFolderShared:!1,access:!1}]),S.length&&(v=v.concat(S)),n&&C.length&&(v=v.concat([{value:r5.SHARED_WITH_ME,label:o5.SHARED_WITH_ME,isFolderShared:!1,access:!1}],C))}return f.useEffect(()=>{x&&x.length&&i&&i({value:x[0].folderId.toString(),label:x[0].name})},[x]),o.jsxs(c_,{width:c,children:[a&&o.jsx(l_,{children:u("Select Folder")}),o.jsx(a_,{value:e,onChange:S=>{i&&i(S)},options:[...v]})]})},u_={value:-2,label:"Primary",isFolderShared:!1,access:"edit"},p_=l.div`
4196
+ `,d_=({value:e,setValue:i,showSharedWithMeFolders:n=!0,showLabel:a=!0,width:c="100%",showAllFolderOption:d=!0})=>{const{t:u}=re.useTranslation(),{userData:h}=nt(),{data:x=[],refetch:y}=e2({getShared:!0}),v=cc(h,ac.FOLDER_ORGANIZATION);f.useEffect(()=>{y()},[]);let m=[];if(v){let w=(x==null?void 0:x.filter(E=>!E.hasOwnProperty("access")&&E.folderId!==Yt.value).map(E=>({value:E.folderId,label:E.name,isFolderShared:!!E.isFolderShared,access:!!E.hasOwnProperty("access")})))||[],C=(x==null?void 0:x.filter(E=>!!E.hasOwnProperty("access")&&E.access==="edit").map(E=>({value:E.folderId,label:E.name,isFolderShared:!!E.isFolderShared,access:!!E.hasOwnProperty("access"),sharedBy:E.sharedBy})))||[];d&&(m=[{value:Yt.value,label:Yt.label,isFolderShared:!1,access:!1}]),m=m.concat([{value:r5.MY_FOLDERS,label:o5.MY_FOLDERS,isFolderShared:!1,access:!1}]),w.length&&(m=m.concat(w)),n&&C.length&&(m=m.concat([{value:r5.SHARED_WITH_ME,label:o5.SHARED_WITH_ME,isFolderShared:!1,access:!1}],C))}return f.useEffect(()=>{x&&x.length&&i&&i({value:x[0].folderId.toString(),label:x[0].name})},[x]),o.jsxs(c_,{width:c,children:[a&&o.jsx(l_,{children:u("Select Folder")}),o.jsx(a_,{value:e,onChange:w=>{i&&i(w)},options:[...m]})]})},u_={value:-2,label:"Primary",isFolderShared:!1,access:"edit"},p_=l.div`
4197
4197
  padding-bottom: 64px;
4198
4198
  display: flex;
4199
4199
  position: relative;
@@ -4230,7 +4230,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4230
4230
  height: 437px;
4231
4231
  background: '#f6f7f9';
4232
4232
  margin-top: 90px;
4233
- `,f_=(e,i)=>{const n=(Math.random()+1).toString(36).substring(2);return`${i.userId}_${i.customerId}_${n}.${e}`},lc=({videoBlob:e,handleGoToRecordHome:i,autoSave:n=!1})=>{var pe;const{t:a}=re.useTranslation(),[c,d]=f.useState(null),{userData:u}=nt(),h=Qo.useHistory(),{customer:x}=u,{userId:y}=u,[m,v]=f.useState(!1),S=ZE(),C=Yr(),{trackGTMDiscardVideoEvent:E}=po(),{trackVideoSpecificPagesManually:T}=w0({vin:""}),{setCdkAmplitudeFields:k,setRecordingFormData:j,isLoading:L,createProgress:D,encodeProgress:O,uploadToS3Progress:M,progressState:A}=RE({contineToInsert:m}),_=Oo(u),V=Zo(u),N=u.automotiveRole===ji.TECHNICIAN,U=f.useRef(),$=f.useRef(!1),{data:z,isLoading:Z}=oE({page:0,size:200,filterByDepartment:!0}),W=[{customerId:x.customerId,role:ji.SERVICE_ADVISOR},{customerId:x.customerId,role:ji.SERVICE_MANAGER}],{isLoading:Q,results:Y}=SE({params:W,enabled:V});f.useEffect(()=>{T==null||T({...b0.RECORD_VIDEOS_DETAILS})},[]),f.useEffect(()=>{const ue=URL.createObjectURL(e);return d(ue),()=>{URL.revokeObjectURL(ue)}},[e]);const H=ue=>{const Se=f_($n,u),te=new File([e],Se,{type:e.type});j({...ue,file:te})},ae=()=>{i(),E==null||E()},le=((pe=z==null?void 0:z.attributes)==null?void 0:pe.map(ue=>{var te,me;return{value:ue.type==="dropdown"&&((me=(te=ue.dropdownValues)==null?void 0:te.find(Ie=>Ie.default))==null?void 0:me.value)||(ue==null?void 0:ue.default)||"",...ue}}))||[],Te={title:S,folder:u_,videoTags:[],attributes:le,..._?{videoRequest:{customerName:"",videoType:"",vehicle:{vin:"",stockNumber:""},advisorId:V&&!N?y:"",repairOrderNumber:"",note:""}}:{}};f.useEffect(()=>{!n||$.current||Z||Q||($.current=!0,k({values:Te,initialValues:Te}),H(Te))},[n,Z,Q,S]);const xe=Et.object().shape({attributes:Et.array().of(Et.object().shape({value:Et.string().when("isRequired",{is:1,then:Et.string().required(a("This field is required")),otherwise:Et.string()})})),title:Et.string().trim().required(a("This field is required")).matches(/^[^.]*$/,a("Title should not contain a dot (.)")),..._?{videoRequest:Et.object().shape({advisorId:Et.string().when([],{is:()=>N,then:Et.string().nullable().required(a("Advisor ID is required")),otherwise:Et.string()}),repairOrderNumber:Et.string().when([],{is:()=>N,then:Et.string().required(a("Repair Order Number is required.")),otherwise:Et.string()})})}:{}});return Z||Q||c===null?o.jsx(Qt,{isLoading:!0}):L?o.jsx(i5,{style:{width:C?"100%":770},children:o.jsx(e5,{progressState:A,encodeProgress:O,uploadToS3Progress:M,createProgress:D})}):n?o.jsx(i5,{style:{width:C?"100%":770},children:o.jsx(e5,{progressState:A,encodeProgress:O,uploadToS3Progress:M,createProgress:D})}):o.jsxs(p_,{children:[o.jsx(ht.Formik,{initialValues:Te,validateOnMount:!0,onSubmit:ue=>(k({values:ue,initialValues:Te}),H(ue)),validationSchema:xe,children:({values:ue,setFieldValue:Se})=>o.jsxs(o.Fragment,{children:[o.jsx(rE,{onDiscardHandler:ae,setContineToInsert:v}),o.jsxs(y_,{flexDirection:"column",width:"100%",gap:"36px",children:[o.jsxs(h_,{children:[o.jsx(o0,{name:"title",label:a("Video Title"),isRequired:!0}),o.jsx(ht.Field,{name:"folder",component:d_,value:ue.folder,setValue:te=>Se("folder",te),showAllFolderOption:!1}),o.jsx(hE,{}),o.jsx(vE,{}),o.jsx(mE,{results:Y,fetchSoldVehiclesForAutomotive:!1}),o.jsx(fE,{})]}),o.jsx(x_,{children:o.jsx(B0,{videoRef:U,videoSource:c})})]})]})}),o.jsx(Gn,{when:!0,stay:!0,navigate:ue=>h.push(ue),shouldBlockNavigation:()=>!0,title:a("Leave without saving the recording?"),text:a("Your recording will not be saved. This action can’t be undone."),confirmButtonText:a("Continue"),discardButtonText:a("Leave")})]})},g_=({screenStream:e,stopAllStreams:i,handleGoToRecordHome:n,showPreview:a=!0,onStartUpladingVoiceOverHandler:c})=>{const d=f.useRef(null),{trackVideoSpecificPagesManually:u}=w0({vin:""}),{stopRecording:h,pauseRecording:x,startCountDown:y,stopCountDown:m,status:v,recordedBlob:S,countdown:C,timeInSeconds:E}=nc({screenStream:e,stopAllStreams:i,onStartUpladingVoiceOverHandler:c,videoRef:d,shouldStartCountdown:!Z3,handleGoToRecordHome:n});return f.useEffect(()=>{u==null||u({...b0.VIDEOS_RECORDER})},[]),v===Ue.DONE&&S&&a?o.jsx(lc,{videoBlob:S,handleGoToRecordHome:()=>{n()}}):o.jsxs(o.Fragment,{children:[o.jsx(rc,{status:v,handleGoToRecordHome:n}),o.jsx(ic,{videoRef:d,countdown:C,status:v}),o.jsx(sc,{startCountDown:y,stopCountDown:m,pauseRecording:x,stopRecording:h,status:v,timeInSeconds:E})]})},m_=({screenStream:e,stopAllStreams:i,handleGoToRecordHome:n,showPreview:a=!0,onStartUpladingVoiceOverHandler:c})=>{const d=f.useRef(null),{trackVideoSpecificPagesManually:u}=w0({vin:""}),{stopRecording:h,pauseRecording:x,startCountDown:y,stopCountDown:m,status:v,recordedBlob:S,countdown:C,timeInSeconds:E}=nc({screenStream:e,stopAllStreams:i,onStartUpladingVoiceOverHandler:c,shouldStartCountdown:!0,videoRef:d,handleGoToRecordHome:n});return f.useEffect(()=>{u==null||u({...b0.VIDEOS_RECORDER})},[]),v===Ue.DONE&&S&&a?o.jsx(lc,{videoBlob:S,handleGoToRecordHome:()=>{n()}}):o.jsxs(o.Fragment,{children:[o.jsx(rc,{status:v,handleGoToRecordHome:n}),o.jsx(ic,{videoRef:d,countdown:C,status:v}),o.jsx(sc,{startCountDown:y,stopCountDown:m,pauseRecording:x,stopRecording:h,status:v,timeInSeconds:E})]})};var Ci=(e=>(e.SCREEN="Screen",e.CAM="Camera",e.SCREEN_AND_CAM="Screen+Camera",e))(Ci||{}),Hr=(e=>(e.OPENED="Opened",e.APPLIED="Applied",e.CLOSED="Closed",e.REMOVED="Removed",e))(Hr||{});const t2=f.createContext({}),v_=()=>{const e=localStorage.getItem("TeleprompterSettings");if(e===null)return null;try{return JSON.parse(e)}catch(i){return console.error("Error parsing localStorage data:",i),null}},b_=e=>{localStorage.setItem("TeleprompterSettings",JSON.stringify(e))},w_=({children:e})=>{const{trackGTMRecordingToolIntearctionEvent:i}=po(),[n,a]=f.useState(!1),[c,d]=f.useState(!1),[u,h]=f.useState(v_()),[x,y]=f.useState(!1),[m,v]=f.useState(!1),S=M=>{h(M),b_({...M,activeScriptId:"",content:""}),d(!1)},C=()=>{m||(a(!0),d(!0),i==null||i({action:Hr.OPENED}))},E=M=>{y(!1),h({...u,speed:M,scriptSize:(u==null?void 0:u.scriptSize)||""}),y(!0)},T=()=>{y(!x)},k=()=>{d(!1),a(!1),i==null||i({action:Hr.CLOSED})},j=()=>{a(!1),i==null||i({action:Hr.REMOVED})},L=()=>{a(!0)},D=()=>{y(!0)},O=M=>{v(M)};return o.jsx(t2.Provider,{value:{isUsingTeleprompter:n,showTeleprompterModal:c,teleprompterSettings:u,isTeleprompterPlaying:x,isTeleprompterDisabled:m,saveTeleprompterSettingsHandler:S,onEditOrTurnOnTeleprompterHandler:C,onDropdownTeleprompterSpeedChange:E,turnOnTeleprompterPlaying:D,toggleTeleprompterPlaying:T,onTeleprompterModalClose:k,turnOffTeleprompter:j,turnOnTeleprompter:L,disableOrEnableTeleprompter:O},children:e})},Yn=()=>{const e=f.useContext(t2);if(e===void 0)throw new Error("useTeleprompter must be used within a TeleprompterProvider");return e},S_=({status:e})=>{const{colors:i,isCdkEnviroment:n}=l.useTheme(),{t:a}=re.useTranslation(),{turnOffTeleprompter:c,onEditOrTurnOnTeleprompterHandler:d,isUsingTeleprompter:u,isTeleprompterDisabled:h}=Yn();return o.jsxs(St,{children:[o.jsxs(St,{gap:"4px",children:[o.jsx(he.MdSubtitles,{color:i.neutral[60],size:20}),o.jsx(pr,{color:i.neutral[60],children:a("Teleprompter")})]}),o.jsx(K.Button,{variant:"secondary",disabled:h||e===Ue.COUNTDOWN,text:a(u?"Edit":"Turn on"),onClick:d}),u&&o.jsx(K.Button,{title:a("Turn Off Teleprompter"),icon:o.jsx(he.MdPowerSettingsNew,{size:20}),onClick:c,variant:n?"text":"destructive"})]})},C_=()=>{const{teleprompterSettings:e,isUsingTeleprompter:i,toggleTeleprompterPlaying:n,isTeleprompterPlaying:a,onDropdownTeleprompterSpeedChange:c}=Yn(),{t:d}=re.useTranslation();return i?o.jsx(o.Fragment,{children:o.jsxs(St,{m:"0 0 0 auto",children:[o.jsx(Pt,{placeholder:d("Set teleprompter speed"),value:e==null?void 0:e.speed,onChange:u=>c(u),options:J3(e==null?void 0:e.scriptSize,d),isSearchable:!1,height:40,zIndexProp:9999,menuZIndexProp:9,extendStyles:{container:{width:180}},creatable:!1}),o.jsx(K.Button,{text:`${a?"Pause":"Play"} Teleprompter`,icon:a?o.jsx(he.MdPause,{size:20}):o.jsx(he.MdPlayArrow,{size:20}),onClick:n})]})}):o.jsx(o.Fragment,{})},k_=({status:e})=>{const i=e===Ue.RECORDING||e===Ue.PAUSED;return o.jsx(o.Fragment,{children:i?o.jsx(C_,{}):o.jsx(S_,{status:e})})},j_=l.div`
4233
+ `,f_=(e,i)=>{const n=(Math.random()+1).toString(36).substring(2);return`${i.userId}_${i.customerId}_${n}.${e}`},lc=({videoBlob:e,handleGoToRecordHome:i,autoSave:n=!1})=>{var pe;const{t:a}=re.useTranslation(),[c,d]=f.useState(null),{userData:u}=nt(),h=Qo.useHistory(),{customer:x}=u,{userId:y}=u,[v,m]=f.useState(!1),w=ZE(),C=Yr(),{trackGTMDiscardVideoEvent:E}=po(),{trackVideoSpecificPagesManually:T}=w0({vin:""}),{setCdkAmplitudeFields:k,setRecordingFormData:j,isLoading:L,createProgress:D,encodeProgress:O,uploadToS3Progress:M,progressState:A}=RE({contineToInsert:v}),_=Oo(u),V=Zo(u),N=u.automotiveRole===ji.TECHNICIAN,U=f.useRef(),$=f.useRef(!1),{data:z,isLoading:Z}=oE({page:0,size:200,filterByDepartment:!0}),W=[{customerId:x.customerId,role:ji.SERVICE_ADVISOR},{customerId:x.customerId,role:ji.SERVICE_MANAGER}],{isLoading:Q,results:Y}=SE({params:W,enabled:V});f.useEffect(()=>{T==null||T({...b0.RECORD_VIDEOS_DETAILS})},[]),f.useEffect(()=>{const ue=URL.createObjectURL(e);return d(ue),()=>{URL.revokeObjectURL(ue)}},[e]);const H=ue=>{const Se=f_($n,u),te=new File([e],Se,{type:e.type});j({...ue,file:te})},ae=()=>{i(),E==null||E()},le=((pe=z==null?void 0:z.attributes)==null?void 0:pe.map(ue=>{var te,me;return{value:ue.type==="dropdown"&&((me=(te=ue.dropdownValues)==null?void 0:te.find(Ie=>Ie.default))==null?void 0:me.value)||(ue==null?void 0:ue.default)||"",...ue}}))||[],Te={title:w,folder:u_,videoTags:[],attributes:le,..._?{videoRequest:{customerName:"",videoType:"",vehicle:{vin:"",stockNumber:""},advisorId:V&&!N?y:"",repairOrderNumber:"",note:""}}:{}};f.useEffect(()=>{!n||$.current||Z||Q||($.current=!0,k({values:Te,initialValues:Te}),H(Te))},[n,Z,Q,w]);const xe=Et.object().shape({attributes:Et.array().of(Et.object().shape({value:Et.string().when("isRequired",{is:1,then:Et.string().required(a("This field is required")),otherwise:Et.string()})})),title:Et.string().trim().required(a("This field is required")).matches(/^[^.]*$/,a("Title should not contain a dot (.)")),..._?{videoRequest:Et.object().shape({advisorId:Et.string().when([],{is:()=>N,then:Et.string().nullable().required(a("Advisor ID is required")),otherwise:Et.string()}),repairOrderNumber:Et.string().when([],{is:()=>N,then:Et.string().required(a("Repair Order Number is required.")),otherwise:Et.string()})})}:{}});return Z||Q||c===null?o.jsx(Qt,{isLoading:!0}):L?o.jsx(i5,{style:{width:C?"100%":770},children:o.jsx(e5,{progressState:A,encodeProgress:O,uploadToS3Progress:M,createProgress:D})}):n?o.jsx(i5,{style:{width:C?"100%":770},children:o.jsx(e5,{progressState:A,encodeProgress:O,uploadToS3Progress:M,createProgress:D})}):o.jsxs(p_,{children:[o.jsx(ht.Formik,{initialValues:Te,validateOnMount:!0,onSubmit:ue=>(k({values:ue,initialValues:Te}),H(ue)),validationSchema:xe,children:({values:ue,setFieldValue:Se})=>o.jsxs(o.Fragment,{children:[o.jsx(rE,{onDiscardHandler:ae,setContineToInsert:m}),o.jsxs(y_,{flexDirection:"column",width:"100%",gap:"36px",children:[o.jsxs(h_,{children:[o.jsx(o0,{name:"title",label:a("Video Title"),isRequired:!0}),o.jsx(ht.Field,{name:"folder",component:d_,value:ue.folder,setValue:te=>Se("folder",te),showAllFolderOption:!1}),o.jsx(hE,{}),o.jsx(vE,{}),o.jsx(mE,{results:Y,fetchSoldVehiclesForAutomotive:!1}),o.jsx(fE,{})]}),o.jsx(x_,{children:o.jsx(B0,{videoRef:U,videoSource:c})})]})]})}),o.jsx(Gn,{when:!0,stay:!0,navigate:ue=>h.push(ue),shouldBlockNavigation:()=>!0,title:a("Leave without saving the recording?"),text:a("Your recording will not be saved. This action can’t be undone."),confirmButtonText:a("Continue"),discardButtonText:a("Leave")})]})},g_=({screenStream:e,stopAllStreams:i,handleGoToRecordHome:n,showPreview:a=!0,onStartUpladingVoiceOverHandler:c})=>{const d=f.useRef(null),{trackVideoSpecificPagesManually:u}=w0({vin:""}),{stopRecording:h,pauseRecording:x,startCountDown:y,stopCountDown:v,status:m,recordedBlob:w,countdown:C,timeInSeconds:E}=nc({screenStream:e,stopAllStreams:i,onStartUpladingVoiceOverHandler:c,videoRef:d,shouldStartCountdown:!Z3,handleGoToRecordHome:n});return f.useEffect(()=>{u==null||u({...b0.VIDEOS_RECORDER})},[]),m===Ue.DONE&&w&&a?o.jsx(lc,{videoBlob:w,handleGoToRecordHome:()=>{n()}}):o.jsxs(o.Fragment,{children:[o.jsx(rc,{status:m,handleGoToRecordHome:n}),o.jsx(ic,{videoRef:d,countdown:C,status:m}),o.jsx(sc,{startCountDown:y,stopCountDown:v,pauseRecording:x,stopRecording:h,status:m,timeInSeconds:E})]})},m_=({screenStream:e,stopAllStreams:i,handleGoToRecordHome:n,showPreview:a=!0,onStartUpladingVoiceOverHandler:c})=>{const d=f.useRef(null),{trackVideoSpecificPagesManually:u}=w0({vin:""}),{stopRecording:h,pauseRecording:x,startCountDown:y,stopCountDown:v,status:m,recordedBlob:w,countdown:C,timeInSeconds:E}=nc({screenStream:e,stopAllStreams:i,onStartUpladingVoiceOverHandler:c,shouldStartCountdown:!0,videoRef:d,handleGoToRecordHome:n});return f.useEffect(()=>{u==null||u({...b0.VIDEOS_RECORDER})},[]),m===Ue.DONE&&w&&a?o.jsx(lc,{videoBlob:w,handleGoToRecordHome:()=>{n()}}):o.jsxs(o.Fragment,{children:[o.jsx(rc,{status:m,handleGoToRecordHome:n}),o.jsx(ic,{videoRef:d,countdown:C,status:m}),o.jsx(sc,{startCountDown:y,stopCountDown:v,pauseRecording:x,stopRecording:h,status:m,timeInSeconds:E})]})};var Ci=(e=>(e.SCREEN="Screen",e.CAM="Camera",e.SCREEN_AND_CAM="Screen+Camera",e))(Ci||{}),Hr=(e=>(e.OPENED="Opened",e.APPLIED="Applied",e.CLOSED="Closed",e.REMOVED="Removed",e))(Hr||{});const t2=f.createContext({}),v_=()=>{const e=localStorage.getItem("TeleprompterSettings");if(e===null)return null;try{return JSON.parse(e)}catch(i){return console.error("Error parsing localStorage data:",i),null}},b_=e=>{localStorage.setItem("TeleprompterSettings",JSON.stringify(e))},w_=({children:e})=>{const{trackGTMRecordingToolIntearctionEvent:i}=po(),[n,a]=f.useState(!1),[c,d]=f.useState(!1),[u,h]=f.useState(v_()),[x,y]=f.useState(!1),[v,m]=f.useState(!1),w=M=>{h(M),b_({...M,activeScriptId:"",content:""}),d(!1)},C=()=>{v||(a(!0),d(!0),i==null||i({action:Hr.OPENED}))},E=M=>{y(!1),h({...u,speed:M,scriptSize:(u==null?void 0:u.scriptSize)||""}),y(!0)},T=()=>{y(!x)},k=()=>{d(!1),a(!1),i==null||i({action:Hr.CLOSED})},j=()=>{a(!1),i==null||i({action:Hr.REMOVED})},L=()=>{a(!0)},D=()=>{y(!0)},O=M=>{m(M)};return o.jsx(t2.Provider,{value:{isUsingTeleprompter:n,showTeleprompterModal:c,teleprompterSettings:u,isTeleprompterPlaying:x,isTeleprompterDisabled:v,saveTeleprompterSettingsHandler:w,onEditOrTurnOnTeleprompterHandler:C,onDropdownTeleprompterSpeedChange:E,turnOnTeleprompterPlaying:D,toggleTeleprompterPlaying:T,onTeleprompterModalClose:k,turnOffTeleprompter:j,turnOnTeleprompter:L,disableOrEnableTeleprompter:O},children:e})},Yn=()=>{const e=f.useContext(t2);if(e===void 0)throw new Error("useTeleprompter must be used within a TeleprompterProvider");return e},S_=({status:e})=>{const{colors:i,isCdkEnviroment:n}=l.useTheme(),{t:a}=re.useTranslation(),{turnOffTeleprompter:c,onEditOrTurnOnTeleprompterHandler:d,isUsingTeleprompter:u,isTeleprompterDisabled:h}=Yn();return o.jsxs(St,{children:[o.jsxs(St,{gap:"4px",children:[o.jsx(he.MdSubtitles,{color:i.neutral[60],size:20}),o.jsx(pr,{color:i.neutral[60],children:a("Teleprompter")})]}),o.jsx(K.Button,{variant:"secondary",disabled:h||e===Ue.COUNTDOWN,text:a(u?"Edit":"Turn on"),onClick:d}),u&&o.jsx(K.Button,{title:a("Turn Off Teleprompter"),icon:o.jsx(he.MdPowerSettingsNew,{size:20}),onClick:c,variant:n?"text":"destructive"})]})},C_=()=>{const{teleprompterSettings:e,isUsingTeleprompter:i,toggleTeleprompterPlaying:n,isTeleprompterPlaying:a,onDropdownTeleprompterSpeedChange:c}=Yn(),{t:d}=re.useTranslation();return i?o.jsx(o.Fragment,{children:o.jsxs(St,{m:"0 0 0 auto",children:[o.jsx(Pt,{placeholder:d("Set teleprompter speed"),value:e==null?void 0:e.speed,onChange:u=>c(u),options:J3(e==null?void 0:e.scriptSize,d),isSearchable:!1,height:40,zIndexProp:9999,menuZIndexProp:9,extendStyles:{container:{width:180}},creatable:!1}),o.jsx(K.Button,{text:`${a?"Pause":"Play"} Teleprompter`,icon:a?o.jsx(he.MdPause,{size:20}):o.jsx(he.MdPlayArrow,{size:20}),onClick:n})]})}):o.jsx(o.Fragment,{})},k_=({status:e})=>{const i=e===Ue.RECORDING||e===Ue.PAUSED;return o.jsx(o.Fragment,{children:i?o.jsx(C_,{}):o.jsx(S_,{status:e})})},j_=l.div`
4234
4234
  overflow-wrap: break-word;
4235
4235
  max-width: 600px;
4236
4236
  font-size: ${e=>e.fontSize};
@@ -4394,7 +4394,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4394
4394
  gl_FragColor = blended;
4395
4395
  }
4396
4396
  }
4397
- `);return c?{gl:i,program:c}:(console.error("Failed to create WebGL program"),{gl:null,program:null})},z_=(e,i)=>{const n=e.getAttribLocation(i,"a_position"),a=e.getAttribLocation(i,"a_texCoord"),c=e.createBuffer();e.bindBuffer(e.ARRAY_BUFFER,c);const d=new Float32Array([-1,-1,1,-1,-1,1,1,1]);e.bufferData(e.ARRAY_BUFFER,d,e.STATIC_DRAW),e.enableVertexAttribArray(n),e.vertexAttribPointer(n,2,e.FLOAT,!1,0,0);const u=e.createBuffer();e.bindBuffer(e.ARRAY_BUFFER,u);const h=new Float32Array([0,0,1,0,0,1,1,1]);e.bufferData(e.ARRAY_BUFFER,h,e.STATIC_DRAW),e.enableVertexAttribArray(a),e.vertexAttribPointer(a,2,e.FLOAT,!1,0,0)},B_=(e,i,n,a,c,d,u,h,x,y,m=[1,1])=>{e.useProgram(i),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.activeTexture(e.TEXTURE1),e.bindTexture(e.TEXTURE_2D,a),e.activeTexture(e.TEXTURE2),e.bindTexture(e.TEXTURE_2D,c),e.activeTexture(e.TEXTURE3),e.bindTexture(e.TEXTURE_2D,d),e.activeTexture(e.TEXTURE4),e.bindTexture(e.TEXTURE_2D,u),e.activeTexture(e.TEXTURE5),e.bindTexture(e.TEXTURE_2D,h),e.activeTexture(e.TEXTURE6),e.bindTexture(e.TEXTURE_2D,x),e.activeTexture(e.TEXTURE7),e.bindTexture(e.TEXTURE_2D,y);const v=e.getUniformLocation(i,"u_foreground"),S=e.getUniformLocation(i,"u_background"),C=e.getUniformLocation(i,"u_confidenceMask"),E=e.getUniformLocation(i,"u_confidenceMaskHair"),T=e.getUniformLocation(i,"u_confidenceMaskBody"),k=e.getUniformLocation(i,"u_confidenceMaskFace"),j=e.getUniformLocation(i,"u_confidenceMaskClothes"),L=e.getUniformLocation(i,"u_confidenceMaskOther");e.uniform1i(v,0),e.uniform1i(S,1),e.uniform1i(C,2),e.uniform1i(E,3),e.uniform1i(T,4),e.uniform1i(k,5),e.uniform1i(j,6),e.uniform1i(L,7),e.clear(e.COLOR_BUFFER_BIT);const D=e.getUniformLocation(i,"u_backgroundScale");e.uniform2fv(D,m),e.drawArrays(e.TRIANGLE_STRIP,0,4)},q_=e=>{e.useProgram(null),e.clearColor(0,0,0,0),e.clear(e.COLOR_BUFFER_BIT)},I1=document.createElement("canvas"),a5=I1.getContext("2d");let En=0;const U_=(e,i,n)=>{let a=i,c=n,d=0,u=0;return i/n<e.width/e.height?(a=n*(e.width/e.height),d=(a-i)/2):(c=i*e.height/e.width,u=(c-n)/2),I1.width=a,I1.height=c,a5.drawImage(e,0,0,a,c),a5.getImageData(d,u,i,n).data},c5=(e,i,n,a)=>{const c=e/i,d=n/a;let u=1,h=1;return d<c?h=d/c:u=c/d,[u,h]},W_=(e,i,n)=>{const a=f.useRef(null),c=f.useRef(!0),d=f.useRef(null),u=f.useRef(null),h=f.useRef({gl:null,program:null}),x=f.useRef(),y=f.useRef([1,1]);let m;const v=D=>{m=s5(D),x.current=s5(D)},S=()=>{e.current&&(h.current=F_(e.current),h.current.gl&&(v(h.current.gl),u.current&&(e1(h.current.gl,x.current,u.current,e.current.width,e.current.height),y.current=c5(T1,_1,u.current.width,u.current.height))))},C=async()=>{if(a.current)return;const D=await Nd.FilesetResolver.forVisionTasks("https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@0.10.2/wasm");S();const O=await Nd.ImageSegmenter.createFromOptions(D,{baseOptions:{modelAssetPath:"https://storage.googleapis.com/mediapipe-models/image_segmenter/selfie_multiclass_256x256/float32/latest/selfie_multiclass_256x256.tflite",delegate:"GPU"},runningMode:"VIDEO",outputCategoryMask:!1,outputConfidenceMasks:!0,canvas:e.current});a.current=O,n(!1),L()},E=()=>{if(a.current&&(a.current.close(),a.current=null),h.current.gl&&q_(h.current.gl),e.current){const D=e.current.getContext("2d");D&&D.clearRect(0,0,e.current.width,e.current.height)}},T=D=>{if(!D.confidenceMasks||!e.current||!d.current||!u.current||!i.current){D.close();return}const{gl:O,program:M}=h.current;if(!O||!M)return;z_(O,M);const A=D.confidenceMasks[0].getAsWebGLTexture(),_=D.confidenceMasks[1].getAsWebGLTexture(),V=D.confidenceMasks[2].getAsWebGLTexture(),N=D.confidenceMasks[3].getAsWebGLTexture(),U=D.confidenceMasks[4].getAsWebGLTexture(),$=D.confidenceMasks[5].getAsWebGLTexture();B_(O,M,m,x.current,A,_,V,N,U,$,y.current),window.requestAnimationFrame(L),D.close()},k=()=>{e.current&&i.current&&u.current&&(d.current=U_(u.current,e.current.width,e.current.height),h.current.gl&&(y.current=c5(T1,_1,u.current.width,u.current.height),e1(h.current.gl,x.current,u.current,e.current.width,e.current.height)))};function j(){const D=Math.floor(performance.now());return D<=En?En+=1:En=D,En}const L=async()=>{if(e.current&&i.current&&a.current&&u.current){const D=i.current.videoWidth,O=i.current.videoHeight;c.current&&(c.current=!1,e.current.width=D,e.current.height=O,k());let M=j();h.current.gl&&e1(h.current.gl,m,i.current,D,O),a.current.segmentForVideo(i.current,M,T)}};return{imageRef:u,onDestroyVirtualBackgroundHandler:E,getCavansBgImage:k,onCreateVirtualBackgroundHandler:C}};let P0;const Qn=async()=>{if(!P0){const{data:e}=await je.get("/droplr/auth");C8.set("jwtToken",e.jwt,{domain:".covideo.com",sameSite:"strict",secure:!0}),P0=new Pd.Client({auth:new Pd.JwtAuth(e.jwt)}),P0.sharedDrop=new H_(P0)}};class H_{constructor(i){this.client=i,this.path="drops/groups/shared"}async get(i,n={}){return(await this.client.get(`${this.path}/${i}`,n)).data}async list(i={},n={}){const a={params:i},c=await this.client.get(this.path,Object.assign(a,n));return{count:c.headers["x-results-count"],hasMore:c.headers["x-has-more"],results:c.data}}}const G_=async(e,i,n,a)=>(await Qn(),P0.drops.create({type:"FILE",variant:i,title:e,content:n},{onUploadProgress:c=>{const d=c.loaded/c.total;Number(d.toFixed(2))*100}})),Y_=async e=>{await Qn();const i=await P0.boards.list(),n=(i==null?void 0:i.results)||[],a=(await je.get("/board/all",{params:e})).data,c=(a==null?void 0:a.boards)||[],d=[];return n.forEach(u=>{const h=c.find(x=>x.droplrBoardId===u.id);d.push({...u,thumbnailUrl:(h==null?void 0:h.thumbnailUrl)||""})}),{boards:d,count:d.length}},l5=async e=>{if(e)return await Qn(),P0.drops.get(e)},Q_={FILE:"FILE"};var A1=(e=>(e.SHARED="shared",e.OWNED="owned",e))(A1||{});const d5=async e=>{await Qn();const{order:i,sort:n,page:a=0,size:c=10,type:d="",variant:u="",search:h="",boardId:x}=e;let y={order:i,sort_by:n,offset:a*c,amount:c,board:""};d&&(y.type=d,d===Q_.FILE&&u&&(y.variant=u)),h&&(y.search=h),x&&(y.board=x);const m=await P0.drops.list(y);return{drops:m.results,count:Number(m.count)||0,hasMore:(m==null?void 0:m.hasMore)||!1}},Z_=l.div`
4397
+ `);return c?{gl:i,program:c}:(console.error("Failed to create WebGL program"),{gl:null,program:null})},z_=(e,i)=>{const n=e.getAttribLocation(i,"a_position"),a=e.getAttribLocation(i,"a_texCoord"),c=e.createBuffer();e.bindBuffer(e.ARRAY_BUFFER,c);const d=new Float32Array([-1,-1,1,-1,-1,1,1,1]);e.bufferData(e.ARRAY_BUFFER,d,e.STATIC_DRAW),e.enableVertexAttribArray(n),e.vertexAttribPointer(n,2,e.FLOAT,!1,0,0);const u=e.createBuffer();e.bindBuffer(e.ARRAY_BUFFER,u);const h=new Float32Array([0,0,1,0,0,1,1,1]);e.bufferData(e.ARRAY_BUFFER,h,e.STATIC_DRAW),e.enableVertexAttribArray(a),e.vertexAttribPointer(a,2,e.FLOAT,!1,0,0)},B_=(e,i,n,a,c,d,u,h,x,y,v=[1,1])=>{e.useProgram(i),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.activeTexture(e.TEXTURE1),e.bindTexture(e.TEXTURE_2D,a),e.activeTexture(e.TEXTURE2),e.bindTexture(e.TEXTURE_2D,c),e.activeTexture(e.TEXTURE3),e.bindTexture(e.TEXTURE_2D,d),e.activeTexture(e.TEXTURE4),e.bindTexture(e.TEXTURE_2D,u),e.activeTexture(e.TEXTURE5),e.bindTexture(e.TEXTURE_2D,h),e.activeTexture(e.TEXTURE6),e.bindTexture(e.TEXTURE_2D,x),e.activeTexture(e.TEXTURE7),e.bindTexture(e.TEXTURE_2D,y);const m=e.getUniformLocation(i,"u_foreground"),w=e.getUniformLocation(i,"u_background"),C=e.getUniformLocation(i,"u_confidenceMask"),E=e.getUniformLocation(i,"u_confidenceMaskHair"),T=e.getUniformLocation(i,"u_confidenceMaskBody"),k=e.getUniformLocation(i,"u_confidenceMaskFace"),j=e.getUniformLocation(i,"u_confidenceMaskClothes"),L=e.getUniformLocation(i,"u_confidenceMaskOther");e.uniform1i(m,0),e.uniform1i(w,1),e.uniform1i(C,2),e.uniform1i(E,3),e.uniform1i(T,4),e.uniform1i(k,5),e.uniform1i(j,6),e.uniform1i(L,7),e.clear(e.COLOR_BUFFER_BIT);const D=e.getUniformLocation(i,"u_backgroundScale");e.uniform2fv(D,v),e.drawArrays(e.TRIANGLE_STRIP,0,4)},q_=e=>{e.useProgram(null),e.clearColor(0,0,0,0),e.clear(e.COLOR_BUFFER_BIT)},I1=document.createElement("canvas"),a5=I1.getContext("2d");let En=0;const U_=(e,i,n)=>{let a=i,c=n,d=0,u=0;return i/n<e.width/e.height?(a=n*(e.width/e.height),d=(a-i)/2):(c=i*e.height/e.width,u=(c-n)/2),I1.width=a,I1.height=c,a5.drawImage(e,0,0,a,c),a5.getImageData(d,u,i,n).data},c5=(e,i,n,a)=>{const c=e/i,d=n/a;let u=1,h=1;return d<c?h=d/c:u=c/d,[u,h]},W_=(e,i,n)=>{const a=f.useRef(null),c=f.useRef(!0),d=f.useRef(null),u=f.useRef(null),h=f.useRef({gl:null,program:null}),x=f.useRef(),y=f.useRef([1,1]);let v;const m=D=>{v=s5(D),x.current=s5(D)},w=()=>{e.current&&(h.current=F_(e.current),h.current.gl&&(m(h.current.gl),u.current&&(e1(h.current.gl,x.current,u.current,e.current.width,e.current.height),y.current=c5(T1,_1,u.current.width,u.current.height))))},C=async()=>{if(a.current)return;const D=await Nd.FilesetResolver.forVisionTasks("https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision@0.10.2/wasm");w();const O=await Nd.ImageSegmenter.createFromOptions(D,{baseOptions:{modelAssetPath:"https://storage.googleapis.com/mediapipe-models/image_segmenter/selfie_multiclass_256x256/float32/latest/selfie_multiclass_256x256.tflite",delegate:"GPU"},runningMode:"VIDEO",outputCategoryMask:!1,outputConfidenceMasks:!0,canvas:e.current});a.current=O,n(!1),L()},E=()=>{if(a.current&&(a.current.close(),a.current=null),h.current.gl&&q_(h.current.gl),e.current){const D=e.current.getContext("2d");D&&D.clearRect(0,0,e.current.width,e.current.height)}},T=D=>{if(!D.confidenceMasks||!e.current||!d.current||!u.current||!i.current){D.close();return}const{gl:O,program:M}=h.current;if(!O||!M)return;z_(O,M);const A=D.confidenceMasks[0].getAsWebGLTexture(),_=D.confidenceMasks[1].getAsWebGLTexture(),V=D.confidenceMasks[2].getAsWebGLTexture(),N=D.confidenceMasks[3].getAsWebGLTexture(),U=D.confidenceMasks[4].getAsWebGLTexture(),$=D.confidenceMasks[5].getAsWebGLTexture();B_(O,M,v,x.current,A,_,V,N,U,$,y.current),window.requestAnimationFrame(L),D.close()},k=()=>{e.current&&i.current&&u.current&&(d.current=U_(u.current,e.current.width,e.current.height),h.current.gl&&(y.current=c5(T1,_1,u.current.width,u.current.height),e1(h.current.gl,x.current,u.current,e.current.width,e.current.height)))};function j(){const D=Math.floor(performance.now());return D<=En?En+=1:En=D,En}const L=async()=>{if(e.current&&i.current&&a.current&&u.current){const D=i.current.videoWidth,O=i.current.videoHeight;c.current&&(c.current=!1,e.current.width=D,e.current.height=O,k());let M=j();h.current.gl&&e1(h.current.gl,v,i.current,D,O),a.current.segmentForVideo(i.current,M,T)}};return{imageRef:u,onDestroyVirtualBackgroundHandler:E,getCavansBgImage:k,onCreateVirtualBackgroundHandler:C}};let P0;const Qn=async()=>{if(!P0){const{data:e}=await je.get("/droplr/auth");C8.set("jwtToken",e.jwt,{domain:".covideo.com",sameSite:"strict",secure:!0}),P0=new Pd.Client({auth:new Pd.JwtAuth(e.jwt)}),P0.sharedDrop=new H_(P0)}};class H_{constructor(i){this.client=i,this.path="drops/groups/shared"}async get(i,n={}){return(await this.client.get(`${this.path}/${i}`,n)).data}async list(i={},n={}){const a={params:i},c=await this.client.get(this.path,Object.assign(a,n));return{count:c.headers["x-results-count"],hasMore:c.headers["x-has-more"],results:c.data}}}const G_=async(e,i,n,a)=>(await Qn(),P0.drops.create({type:"FILE",variant:i,title:e,content:n},{onUploadProgress:c=>{const d=c.loaded/c.total;Number(d.toFixed(2))*100}})),Y_=async e=>{await Qn();const i=await P0.boards.list(),n=(i==null?void 0:i.results)||[],a=(await je.get("/board/all",{params:e})).data,c=(a==null?void 0:a.boards)||[],d=[];return n.forEach(u=>{const h=c.find(x=>x.droplrBoardId===u.id);d.push({...u,thumbnailUrl:(h==null?void 0:h.thumbnailUrl)||""})}),{boards:d,count:d.length}},l5=async e=>{if(e)return await Qn(),P0.drops.get(e)},Q_={FILE:"FILE"};var A1=(e=>(e.SHARED="shared",e.OWNED="owned",e))(A1||{});const d5=async e=>{await Qn();const{order:i,sort:n,page:a=0,size:c=10,type:d="",variant:u="",search:h="",boardId:x}=e;let y={order:i,sort_by:n,offset:a*c,amount:c,board:""};d&&(y.type=d,d===Q_.FILE&&u&&(y.variant=u)),h&&(y.search=h),x&&(y.board=x);const v=await P0.drops.list(y);return{drops:v.results,count:Number(v.count)||0,hasMore:(v==null?void 0:v.hasMore)||!1}},Z_=l.div`
4398
4398
  margin-top: 24px;
4399
4399
  padding: 0 32px;
4400
4400
  width: 100%;
@@ -4523,7 +4523,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4523
4523
  justify-content: center;
4524
4524
  align-items: center;
4525
4525
  border: 1px solid rgba(39, 42, 50, 0.1);
4526
- `,pT=[{value:"file",text:"Files"},{value:"board",text:"Boards"}],xT=e=>{const{handleModalClose:i,onSelect:n,selectedFile:a,selectedVirtualBackgroundUrl:c}=e,[d,u]=f.useState({name:"",sizeText:"",size:0,currentUpload:0,status:"",progress:0}),{t:h}=re.useTranslation(),{toast:x}=pt(),[y,m]=f.useState(0),[v,S]=f.useState({count:"0",hasMore:"false"}),[C,E]=f.useState([]),[T,k]=f.useState(""),[j,L]=f.useState(!0),[D,O]=f.useState([{label:h("All"),value:""}]),[M,A]=f.useState(D[0]),[_,V]=f.useState([]),{userData:N}=nt(),U=(a==null?void 0:a.itemType)||pT[0].value,$=f.useCallback(async xe=>{let pe={name:xe[0].name,status:$o.WAITING,sizeText:WE(xe[0].size,2),size:xe[0].size,progress:0,currentUpload:0};u(pe);const ue=new FileReader;ue.onabort=()=>console.log("file reading was aborted"),ue.onerror=()=>console.log("file reading has failed"),ue.onload=async()=>{pe={...pe,status:$o.UPLOADING},u(pe);try{const Se=await G_(xe[0].name,xe[0].type,ue.result);let te=(Se==null?void 0:Se.previewMedium)||"";if(te)pe={...pe,status:$o.FINISHED,progress:100},u(pe),setTimeout(()=>{ae()},100);else{if(!Se||!Se.code){x({message:h("Error while uploading file, please try again later.")});return}pe={...pe,status:$o.GENERATING_PREVIEW,progress:90},u(pe),te=await z(d,Se.code,1500)||"",pe={...pe,status:$o.FINISHED,progress:100},u(pe),setTimeout(()=>{ae()},150)}}catch{x({message:h("Error while uploading file, please try again later.")})}},ue.readAsArrayBuffer(xe[0])},[]),z=async(xe,pe,ue)=>new Promise(Se=>{l5(pe).then(te=>te&&te.previewMedium?Se(te.previewMedium):Z(pe,ue)).then(te=>Se(te)).catch(()=>{})}),Z=(xe,pe)=>new Promise(ue=>{setTimeout(()=>{l5(xe).then(Se=>Se&&Se.previewMedium?ue(Se.previewMedium):pe>=96e3?ue(""):ue(Z(xe,pe*2))).catch(()=>{})},pe)}),{getRootProps:W,getInputProps:Q,isDragActive:Y}=S8.useDropzone({onDrop:$,multiple:!1,accept:["image/png","image/jpeg"]}),H=async()=>{const xe=await d5({boardId:M.value||"",search:T,page:y+1,type:"IMAGE",dropType:A1.OWNED});m(y+1),S(xe),E([...C,...xe.drops])},ae=async()=>{if(U!=="file")return;L(!0);const xe=await d5({boardId:M.value||"",search:T,type:"IMAGE",dropType:A1.OWNED});if(!_||_.length<=1){const pe=await Y_({userId:Number(N.id),customerId:Number(N.customerId)}).catch(()=>{});if(pe&&pe.boards){V(pe.boards||[]);const ue=Te(pe.boards);O([...D,...ue])}}S(xe),L(!1),E(xe.drops)};f.useEffect(()=>{U==="file"&&ae()},[M,T,U]);const le=!!d.name,Te=xe=>xe.map(ue=>({label:ue.name,value:ue.id}))||[];return o.jsxs(o.Fragment,{children:[!le&&o.jsxs(Z_,{isDragActive:Y,...W(),children:[o.jsx("input",{...Q()}),!Y&&o.jsxs(o.Fragment,{children:[o.jsx("p",{children:h("Drag and drop files here to upload new file")}),o.jsx(K.Button,{text:h("Browse files..."),variant:"ghost"})]}),Y&&o.jsx("p",{children:h("Drop files here")})]}),le&&o.jsxs(K_,{children:[o.jsxs(X_,{children:[o.jsx(eT,{children:d.name}),o.jsx(tT,{value:d.progress,max:100}),o.jsxs(oT,{children:[o.jsx(rT,{color:YE(d.status),children:GE(d.status)}),o.jsx(iT,{children:QE(d)})]})]}),o.jsx(J_,{})]}),j&&o.jsx(Qt,{isLoading:j,height:"200px"}),!j&&o.jsxs(nT,{children:[o.jsxs(sT,{children:[o.jsx("div",{style:{width:"280px"}}),o.jsx("div",{style:{display:"flex"},children:o.jsx(aT,{children:o.jsx(Pt,{value:M,onChange:xe=>{A(xe)},options:D,placeholder:h("All"),isSearchable:!1,creatable:!1})})})]}),o.jsx(cT,{children:o.jsxs(O5,{dataLength:y*parseInt(v.count),next:H,hasMore:v.hasMore==="true",loader:o.jsx("h4",{children:h("Loading...")}),height:300,endMessage:o.jsx("p",{style:{textAlign:"center"},children:o.jsx("b",{children:h("No more files")})}),children:[o.jsx(dT,{children:C.map(xe=>o.jsx(uT,{backgroundUrl:xe.previewMedium,onClick:()=>{n(xe.previewMedium,"custom",-1,xe.privacy,xe.code),i()},className:c===xe.previewMedium?"selected":""},xe.code))}),!C.length&&o.jsx(lT,{children:h("No files found.")})]})})]})]})},hT=l.div`
4526
+ `,pT=[{value:"file",text:"Files"},{value:"board",text:"Boards"}],xT=e=>{const{handleModalClose:i,onSelect:n,selectedFile:a,selectedVirtualBackgroundUrl:c}=e,[d,u]=f.useState({name:"",sizeText:"",size:0,currentUpload:0,status:"",progress:0}),{t:h}=re.useTranslation(),{toast:x}=pt(),[y,v]=f.useState(0),[m,w]=f.useState({count:"0",hasMore:"false"}),[C,E]=f.useState([]),[T,k]=f.useState(""),[j,L]=f.useState(!0),[D,O]=f.useState([{label:h("All"),value:""}]),[M,A]=f.useState(D[0]),[_,V]=f.useState([]),{userData:N}=nt(),U=(a==null?void 0:a.itemType)||pT[0].value,$=f.useCallback(async xe=>{let pe={name:xe[0].name,status:$o.WAITING,sizeText:WE(xe[0].size,2),size:xe[0].size,progress:0,currentUpload:0};u(pe);const ue=new FileReader;ue.onabort=()=>console.log("file reading was aborted"),ue.onerror=()=>console.log("file reading has failed"),ue.onload=async()=>{pe={...pe,status:$o.UPLOADING},u(pe);try{const Se=await G_(xe[0].name,xe[0].type,ue.result);let te=(Se==null?void 0:Se.previewMedium)||"";if(te)pe={...pe,status:$o.FINISHED,progress:100},u(pe),setTimeout(()=>{ae()},100);else{if(!Se||!Se.code){x({message:h("Error while uploading file, please try again later.")});return}pe={...pe,status:$o.GENERATING_PREVIEW,progress:90},u(pe),te=await z(d,Se.code,1500)||"",pe={...pe,status:$o.FINISHED,progress:100},u(pe),setTimeout(()=>{ae()},150)}}catch{x({message:h("Error while uploading file, please try again later.")})}},ue.readAsArrayBuffer(xe[0])},[]),z=async(xe,pe,ue)=>new Promise(Se=>{l5(pe).then(te=>te&&te.previewMedium?Se(te.previewMedium):Z(pe,ue)).then(te=>Se(te)).catch(()=>{})}),Z=(xe,pe)=>new Promise(ue=>{setTimeout(()=>{l5(xe).then(Se=>Se&&Se.previewMedium?ue(Se.previewMedium):pe>=96e3?ue(""):ue(Z(xe,pe*2))).catch(()=>{})},pe)}),{getRootProps:W,getInputProps:Q,isDragActive:Y}=S8.useDropzone({onDrop:$,multiple:!1,accept:["image/png","image/jpeg"]}),H=async()=>{const xe=await d5({boardId:M.value||"",search:T,page:y+1,type:"IMAGE",dropType:A1.OWNED});v(y+1),w(xe),E([...C,...xe.drops])},ae=async()=>{if(U!=="file")return;L(!0);const xe=await d5({boardId:M.value||"",search:T,type:"IMAGE",dropType:A1.OWNED});if(!_||_.length<=1){const pe=await Y_({userId:Number(N.id),customerId:Number(N.customerId)}).catch(()=>{});if(pe&&pe.boards){V(pe.boards||[]);const ue=Te(pe.boards);O([...D,...ue])}}w(xe),L(!1),E(xe.drops)};f.useEffect(()=>{U==="file"&&ae()},[M,T,U]);const le=!!d.name,Te=xe=>xe.map(ue=>({label:ue.name,value:ue.id}))||[];return o.jsxs(o.Fragment,{children:[!le&&o.jsxs(Z_,{isDragActive:Y,...W(),children:[o.jsx("input",{...Q()}),!Y&&o.jsxs(o.Fragment,{children:[o.jsx("p",{children:h("Drag and drop files here to upload new file")}),o.jsx(K.Button,{text:h("Browse files..."),variant:"ghost"})]}),Y&&o.jsx("p",{children:h("Drop files here")})]}),le&&o.jsxs(K_,{children:[o.jsxs(X_,{children:[o.jsx(eT,{children:d.name}),o.jsx(tT,{value:d.progress,max:100}),o.jsxs(oT,{children:[o.jsx(rT,{color:YE(d.status),children:GE(d.status)}),o.jsx(iT,{children:QE(d)})]})]}),o.jsx(J_,{})]}),j&&o.jsx(Qt,{isLoading:j,height:"200px"}),!j&&o.jsxs(nT,{children:[o.jsxs(sT,{children:[o.jsx("div",{style:{width:"280px"}}),o.jsx("div",{style:{display:"flex"},children:o.jsx(aT,{children:o.jsx(Pt,{value:M,onChange:xe=>{A(xe)},options:D,placeholder:h("All"),isSearchable:!1,creatable:!1})})})]}),o.jsx(cT,{children:o.jsxs(O5,{dataLength:y*parseInt(m.count),next:H,hasMore:m.hasMore==="true",loader:o.jsx("h4",{children:h("Loading...")}),height:300,endMessage:o.jsx("p",{style:{textAlign:"center"},children:o.jsx("b",{children:h("No more files")})}),children:[o.jsx(dT,{children:C.map(xe=>o.jsx(uT,{backgroundUrl:xe.previewMedium,onClick:()=>{n(xe.previewMedium,"custom",-1,xe.privacy,xe.code),i()},className:c===xe.previewMedium?"selected":""},xe.code))}),!C.length&&o.jsx(lT,{children:h("No files found.")})]})})]})]})},hT=l.div`
4527
4527
  width: 592px;
4528
4528
  height: 648px;
4529
4529
  background: #ffffff;
@@ -4610,7 +4610,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4610
4610
  align-items: center;
4611
4611
  border: 1px solid rgba(39, 42, 50, 0.1);
4612
4612
  box-sizing: border-box;
4613
- `,kT=["https://virtualbackgrounds.s3.amazonaws.com/Embed/vb1.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb2.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb3.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb4.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb5.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb6.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb7.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb8.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb9.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb10.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb11.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb12.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb13.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb14.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb15.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb16.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb17.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb18.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb19.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb20.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb21.webp"],jT="https://cv-custom-virtual-backgrounds.s3.amazonaws.com/",ET=({onSelect:e,onMainButtonClick:i,selectedVirtualBackgroundUrl:n,customVirtualBackgrounds:a})=>{const{colors:c}=l.useTheme(),{t:d}=re.useTranslation(),[u,h]=f.useState(!1),x=(a==null?void 0:a.map(v=>v.url))||[],{userData:y}=nt(),m=[...x,...kT];return o.jsxs(o.Fragment,{children:[u&&o.jsx(mT,{selectedVirtualBackgroundUrl:n,onSelect:e,handleModalClose:()=>{h(!1)}}),o.jsxs(vT,{children:[o.jsxs(bT,{children:[o.jsx(wT,{children:d("Select a virtual background")}),o.jsx(K.Button,{variant:"primary",text:d("Done"),icon:o.jsx(he.MdCheck,{size:24}),onClick:i})]}),o.jsx(ST,{children:o.jsxs(CT,{children:[o.jsx(t1,{onClick:()=>{e("","none",-1)},children:o.jsx("div",{style:{display:"flex",color:c.primary[100],justifyContent:"center",alignItems:"center",height:"100px",fontSize:"34px",borderRadius:"3px",boxSizing:"border-box"},className:n===""?"selected":"",children:o.jsx(Mn.FaBan,{})})}),y.droplrAccess&&o.jsx(t1,{onClick:()=>{h(!0)},children:o.jsxs("div",{style:{display:"flex",flexDirection:"column",color:"#FF8B22",justifyContent:"center",alignItems:"center",height:"100px",fontSize:"28px",borderRadius:"3px",boxSizing:"border-box"},children:[o.jsx(he.MdAddCircle,{color:c.primary[100]}),o.jsx("div",{style:{marginTop:"5px",width:"auto",display:"flex",color:c.primary[100],justifyContent:"center",alignItems:"center",height:"auto",fontSize:"14px",boxSizing:"border-box"},children:d("Select your own")})]})}),m.map((v,S)=>o.jsx(t1,{backgroundUrl:v,className:n===v?"selected":"",onClick:()=>{if(v.includes(jT)){e(v,"custom",-1);return}e(v,"default",S)}},v+S))]})})]})]})},_T=l.div`
4613
+ `,kT=["https://virtualbackgrounds.s3.amazonaws.com/Embed/vb1.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb2.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb3.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb4.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb5.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb6.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb7.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb8.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb9.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb10.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb11.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb12.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb13.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb14.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb15.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb16.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb17.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb18.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb19.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb20.webp","https://virtualbackgrounds.s3.amazonaws.com/Embed/vb21.webp"],jT="https://cv-custom-virtual-backgrounds.s3.amazonaws.com/",ET=({onSelect:e,onMainButtonClick:i,selectedVirtualBackgroundUrl:n,customVirtualBackgrounds:a})=>{const{colors:c}=l.useTheme(),{t:d}=re.useTranslation(),[u,h]=f.useState(!1),x=(a==null?void 0:a.map(m=>m.url))||[],{userData:y}=nt(),v=[...x,...kT];return o.jsxs(o.Fragment,{children:[u&&o.jsx(mT,{selectedVirtualBackgroundUrl:n,onSelect:e,handleModalClose:()=>{h(!1)}}),o.jsxs(vT,{children:[o.jsxs(bT,{children:[o.jsx(wT,{children:d("Select a virtual background")}),o.jsx(K.Button,{variant:"primary",text:d("Done"),icon:o.jsx(he.MdCheck,{size:24}),onClick:i})]}),o.jsx(ST,{children:o.jsxs(CT,{children:[o.jsx(t1,{onClick:()=>{e("","none",-1)},children:o.jsx("div",{style:{display:"flex",color:c.primary[100],justifyContent:"center",alignItems:"center",height:"100px",fontSize:"34px",borderRadius:"3px",boxSizing:"border-box"},className:n===""?"selected":"",children:o.jsx(Mn.FaBan,{})})}),y.droplrAccess&&o.jsx(t1,{onClick:()=>{h(!0)},children:o.jsxs("div",{style:{display:"flex",flexDirection:"column",color:"#FF8B22",justifyContent:"center",alignItems:"center",height:"100px",fontSize:"28px",borderRadius:"3px",boxSizing:"border-box"},children:[o.jsx(he.MdAddCircle,{color:c.primary[100]}),o.jsx("div",{style:{marginTop:"5px",width:"auto",display:"flex",color:c.primary[100],justifyContent:"center",alignItems:"center",height:"auto",fontSize:"14px",boxSizing:"border-box"},children:d("Select your own")})]})}),v.map((m,w)=>o.jsx(t1,{backgroundUrl:m,className:n===m?"selected":"",onClick:()=>{if(m.includes(jT)){e(m,"custom",-1);return}e(m,"default",w)}},m+w))]})})]})]})},_T=l.div`
4614
4614
  max-width: 770px;
4615
4615
  margin-top: 25px;
4616
4616
  `,TT=l.div`
@@ -4618,7 +4618,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4618
4618
  bottom: 25px;
4619
4619
  right: 20px;
4620
4620
  z-index: 2;
4621
- `,IT=()=>{const{t:e}=re.useTranslation();return o.jsxs(o.Fragment,{children:[o.jsx(pr,{children:e("Virtual Backgrounds")}),o.jsx(Jt,{children:e("Select from a library of high-resolution images, or upload your own for extra personalization.")})]})},AT=({videoRef:e,canvasRef:i,isSegmenterActive:n,setIsSegmenterActive:a,status:c,initialImage:d,setIsLoadingVB:u,isLoadingVb:h})=>{const{t:x}=re.useTranslation(),{colors:y,isCdkEnviroment:m}=l.useTheme(),[v,S]=f.useState(!1),{userData:C}=nt(),[E,T]=f.useState(!0),[k,j]=f.useState(d),{onCreateVirtualBackgroundHandler:L,onDestroyVirtualBackgroundHandler:D,imageRef:O,getCavansBgImage:M}=W_(i,e,u),{data:A}=O_(),_=()=>{var z,Z,W;(z=i.current)!=null&&z.width&&((Z=i.current)!=null&&Z.height)&&((W=e.current)!=null&&W.videoWidth)&&e.current.videoHeight&&(L(),a(!0))},V=()=>{D(),a(!1)},N=(z,Z)=>{if(O.current){const W=O.current;W.src=`${z}?t=virtual`,W.crossOrigin="Anonymous";const Q=()=>{Z==null||Z(),n||_()};return W.onload=Q,()=>{W.onload=null}}},U=({url:z,type:Z,index:W,privacy:Q,id:Y})=>{const H={url:z,type:Z,index:W,privacy:Q,id:Y};j(H),L_(H,C.id)},$=()=>{S(!v)};return f.useEffect(()=>{var z,Z,W,Q;if(((Z=(z=C.user)==null?void 0:z.packageDetails)==null?void 0:Z.id)==0)T(!0);else if((Q=(W=C.user)==null?void 0:W.packageDetails)!=null&&Q.products){const Y=cc(C,ac.VIRTUAL_BACKGROUNDS);T(Y)}},[]),f.useEffect(()=>{if(c===Ue.CAMERA_READY){const{url:z}=k;if(z&&O.current){const Z=O.current;return Z.crossOrigin="Anonymous",Z.src=`${z}?t=virtual`,Z.onload=async()=>{n||(M==null||M(),_())},()=>{Z.onload=null}}}},[c]),f.useEffect(()=>()=>{D()},[]),o.jsxs(o.Fragment,{children:[!v&&o.jsxs(o.Fragment,{children:[h&&o.jsx(dc,{text:x("Applying Virtual Background")}),c===Ue.CAMERA_READY&&o.jsx(o.Fragment,{children:!h&&o.jsx(TT,{children:o.jsx(K.Tooltip,{position:"bottom",children:o.jsx(K.Button,{icon:o.jsx(N_,{}),variant:m?"text":"white",disabled:!E,text:x("Virtual Backgrounds"),onClick:$}),popup:E?null:o.jsx(IT,{}),extendStyles:{popup:E?{display:"none"}:{width:210,gap:8,display:"flex",flexDirection:"column",padding:"10px 24px",...m?{color:y.white[100],background:y.black[100]}:{}}}})})})]}),o.jsx(o.Fragment,{children:o.jsx(_T,{hidden:!v||c===Ue.RECORDING,children:o.jsx(ET,{selectedVirtualBackgroundUrl:k.url,customVirtualBackgrounds:A,onMainButtonClick:()=>{S(!1)},onSelect:(z="",Z,W,Q="PUBLIC",Y="")=>{const H={url:z,type:Z,index:W,privacy:Q,id:Y};if(Z==="none"){V(),U(H);return}U(H),N(z,M)}})})}),o.jsx("img",{ref:O,crossOrigin:"anonymous",alt:"Segmentation",style:{display:"none"}})]})},VT=async e=>(await je.get("/teleprompter",{params:{...e,field:"createdAt",order:"desc"}})).data,RT=async({data:e})=>(await je.post("/teleprompter",e)).data,LT=async({scriptId:e,data:i})=>(await je.put(`/teleprompter/${e}`,i)).data,$T=e=>q.createElement("svg",{width:15,height:14,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.31556 1.25854L0 4.66606V9.33212L3.31662 12.7638L6.49739 9.94768V3.954L3.31556 1.25854Z",fill:"#09534A"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.0001 6.74778V4.66606L10.4863 0H4.54083L3.50781 1.06115L10.2023 6.74778H15.0001Z",fill:"#09534A"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2012 7.02661L3.50781 12.9614L4.51217 13.9999H10.4863L15.0001 9.33204V7.02661H10.2012Z",fill:"#09534A"})),u5=l($T)`
4621
+ `,IT=()=>{const{t:e}=re.useTranslation();return o.jsxs(o.Fragment,{children:[o.jsx(pr,{children:e("Virtual Backgrounds")}),o.jsx(Jt,{children:e("Select from a library of high-resolution images, or upload your own for extra personalization.")})]})},AT=({videoRef:e,canvasRef:i,isSegmenterActive:n,setIsSegmenterActive:a,status:c,initialImage:d,setIsLoadingVB:u,isLoadingVb:h})=>{const{t:x}=re.useTranslation(),{colors:y,isCdkEnviroment:v}=l.useTheme(),[m,w]=f.useState(!1),{userData:C}=nt(),[E,T]=f.useState(!0),[k,j]=f.useState(d),{onCreateVirtualBackgroundHandler:L,onDestroyVirtualBackgroundHandler:D,imageRef:O,getCavansBgImage:M}=W_(i,e,u),{data:A}=O_(),_=()=>{var z,Z,W;(z=i.current)!=null&&z.width&&((Z=i.current)!=null&&Z.height)&&((W=e.current)!=null&&W.videoWidth)&&e.current.videoHeight&&(L(),a(!0))},V=()=>{D(),a(!1)},N=(z,Z)=>{if(O.current){const W=O.current;W.src=`${z}?t=virtual`,W.crossOrigin="Anonymous";const Q=()=>{Z==null||Z(),n||_()};return W.onload=Q,()=>{W.onload=null}}},U=({url:z,type:Z,index:W,privacy:Q,id:Y})=>{const H={url:z,type:Z,index:W,privacy:Q,id:Y};j(H),L_(H,C.id)},$=()=>{w(!m)};return f.useEffect(()=>{var z,Z,W,Q;if(((Z=(z=C.user)==null?void 0:z.packageDetails)==null?void 0:Z.id)==0)T(!0);else if((Q=(W=C.user)==null?void 0:W.packageDetails)!=null&&Q.products){const Y=cc(C,ac.VIRTUAL_BACKGROUNDS);T(Y)}},[]),f.useEffect(()=>{if(c===Ue.CAMERA_READY){const{url:z}=k;if(z&&O.current){const Z=O.current;return Z.crossOrigin="Anonymous",Z.src=`${z}?t=virtual`,Z.onload=async()=>{n||(M==null||M(),_())},()=>{Z.onload=null}}}},[c]),f.useEffect(()=>()=>{D()},[]),o.jsxs(o.Fragment,{children:[!m&&o.jsxs(o.Fragment,{children:[h&&o.jsx(dc,{text:x("Applying Virtual Background")}),c===Ue.CAMERA_READY&&o.jsx(o.Fragment,{children:!h&&o.jsx(TT,{children:o.jsx(K.Tooltip,{position:"bottom",children:o.jsx(K.Button,{icon:o.jsx(N_,{}),variant:v?"text":"white",disabled:!E,text:x("Virtual Backgrounds"),onClick:$}),popup:E?null:o.jsx(IT,{}),extendStyles:{popup:E?{display:"none"}:{width:210,gap:8,display:"flex",flexDirection:"column",padding:"10px 24px",...v?{color:y.white[100],background:y.black[100]}:{}}}})})})]}),o.jsx(o.Fragment,{children:o.jsx(_T,{hidden:!m||c===Ue.RECORDING,children:o.jsx(ET,{selectedVirtualBackgroundUrl:k.url,customVirtualBackgrounds:A,onMainButtonClick:()=>{w(!1)},onSelect:(z="",Z,W,Q="PUBLIC",Y="")=>{const H={url:z,type:Z,index:W,privacy:Q,id:Y};if(Z==="none"){V(),U(H);return}U(H),N(z,M)}})})}),o.jsx("img",{ref:O,crossOrigin:"anonymous",alt:"Segmentation",style:{display:"none"}})]})},VT=async e=>(await je.get("/teleprompter",{params:{...e,field:"createdAt",order:"desc"}})).data,RT=async({data:e})=>(await je.post("/teleprompter",e)).data,LT=async({scriptId:e,data:i})=>(await je.put(`/teleprompter/${e}`,i)).data,$T=e=>q.createElement("svg",{width:15,height:14,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.31556 1.25854L0 4.66606V9.33212L3.31662 12.7638L6.49739 9.94768V3.954L3.31556 1.25854Z",fill:"#09534A"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.0001 6.74778V4.66606L10.4863 0H4.54083L3.50781 1.06115L10.2023 6.74778H15.0001Z",fill:"#09534A"}),q.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.2012 7.02661L3.50781 12.9614L4.51217 13.9999H10.4863L15.0001 9.33204V7.02661H10.2012Z",fill:"#09534A"})),u5=l($T)`
4622
4622
  width: ${e=>e.width||"21px"};
4623
4623
  height: ${e=>e.height||"21px"};
4624
4624
  fill: ${e=>e.color||"currentColor"};
@@ -4863,7 +4863,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4863
4863
  gap: 8px;
4864
4864
  flex-direction: row;
4865
4865
  align-items: center;
4866
- `,V0=-1;function BT(e,i){var u;const n=E1(e)[2],a=((u=i==null?void 0:i.speed)==null?void 0:u.label)??"",c=String(a).match(/(\d+(?:[.,]\d+)?)/),d=c?Number(c[1].replace(",",".")):void 0;return d!=null&&!Number.isNaN(d)?{value:d,label:`${d} ${e("words / min")}`}:n}const qT=({handleModalClose:e,handleSubmit:i,settings:n})=>{var ie,Je,mt;const{trackGTMRecordingToolIntearctionEvent:a}=po(),{t:c,i18n:d}=re.useTranslation(),u=[{value:"top",text:c("Top")},{value:"bottom",text:c("Bottom")}],{isCdkEnviroment:h}=l.useTheme(),{env:x}=rt(),{userData:y}=nt(),{toast:m}=pt(),v=Zo(y),S=i0(y),C=Oo(y),E=!!(y!=null&&y.customer.isIMSEnabled),T=[{title:c("Create a new script"),scriptId:V0}],[k,j]=f.useState(1),[L,D]=f.useState(0),[O,M]=f.useState(!1),[A,_]=f.useState({speed:BT(c,n),scriptSize:(n==null?void 0:n.scriptSize)||"large",scriptPosition:(n==null?void 0:n.scriptPosition)||u[0].value,content:Si((n==null?void 0:n.content)||""),activeScriptId:(n==null?void 0:n.activeScriptId)||V0}),[V,N]=f.useState(Si(A.content||"")),U=`New Script ${eo(new Date).format("YYYY-MM-DD")}`,[$,z]=f.useState(!1),[Z,W]=f.useState(U),[Q,Y]=f.useState(!1),[H,ae]=f.useState(T),le=l.useTheme(),Te=async()=>{try{Y(!0);const se=await VT({});xe(se.scripts),se.count||Y(!1);let Re=JSON.parse(JSON.stringify(H));se.scripts.forEach(ze=>{Re=[...Re,ze]}),Re=xr.uniqBy(Re,"scriptId"),ae(Re),Y(!1)}catch(se){console.log("exp at get scripts",se)}},xe=se=>se.sort((Re,ze)=>Re.title.localeCompare(ze.title)),pe=se=>{if(se.scriptId!==""&&se.scriptId>V0){const Re=Si(se.content||"");W(se.title),N(Re),_({...A,content:Re,activeScriptId:se.sharedWithAll?V0:se.scriptId})}else N(""),_({...A,content:"",activeScriptId:se.sharedWithAll?V0:se.scriptId}),W(se.title??U);M(!1),Y(!1)},ue=se=>{N(se.target.value),M(!0)},Se=se=>{_({...A,speed:se})},te=se=>{_({...A,scriptSize:se})},me=se=>{_({...A,scriptPosition:se})},Ie=async()=>{A.activeScriptId<0?z(!0):await Pe()},Pe=async()=>{const se=encodeURIComponent(V||""),Re=await LT({scriptId:A.activeScriptId,data:{content:se}});if(Re){let ze=JSON.parse(JSON.stringify(H)),st=ze.findIndex(at=>at.scriptId==A.activeScriptId);st!=-1&&(ze[st].content=Si(Re.content)),ae(ze),z(!1),_({...A,content:se}),M(!1),m({message:c("Script updated sucessfully.")})}},Fe=async()=>{const se=encodeURIComponent(V||""),Re=await RT({data:{title:Z,content:se}});if(Re){let ze=H.filter(st=>!!st.scriptId);ze=[...ze,Re],xe(ze),ze=[...T,...ze],ae(ze),z(!1),_({...A,activeScriptId:Re.scriptId,content:se}),M(!1),m({message:c("Script saved as {{scriptTitleText}}.",{scriptTitleText:Z})}),W(`New Script ${eo(new Date).format("YYYY-MM-DD")}`)}},Qe=BE(C);f.useEffect(()=>{Te()},[]);const it=[...H.filter(se=>!se.sharedWithAll),...H.filter(se=>se.sharedWithAll)],be=se=>{const{data:Re}=se;return o.jsx(qt.components.SingleValue,{...se,children:Re.sharedWithAll?o.jsxs(v5,{children:[h?o.jsx(p5,{width:"20px",height:"20px","aria-label":"CDK Logo"}):o.jsx(u5,{width:"20px",height:"20px","aria-label":"Covideo Logo"}),Re.title]}):o.jsx(o.Fragment,{children:Re.title})})},Ve=se=>{const{data:Re,innerRef:ze,innerProps:st}=se;return o.jsx("div",{ref:ze,...st,style:{padding:"10px 15px",fontSize:"14px",lineHeight:"20px",fontWeight:500,color:"##001B53",display:"flex",alignItems:"center",gap:"8px",cursor:"pointer",whiteSpace:"nowrap",textOverflow:"ellipsis"},children:Re.sharedWithAll?o.jsxs(v5,{children:[h?o.jsx(p5,{width:"20px",height:"20px","aria-label":"CDK Logo"}):o.jsx(u5,{width:"20px",height:"20px","aria-label":"Covideo Logo"}),Re.title]}):Re.title})},fe=o.jsxs(x5,{children:[o.jsxs(h5,{children:[o.jsx(y5,{children:c("Telepromter")}),o.jsx(NT,{title:c("Close"),children:o.jsx(ot.IoMdClose,{size:24,onClick:()=>j(3),color:P.label})})]}),o.jsxs(f5,{children:[o.jsxs(OT,{children:[o.jsx("div",{className:` scriptTab ${L==0?"active":""}`,onClick:()=>D(0),children:c("Script")}),o.jsx("div",{className:` appearanceTab ${L==1?"active":""}`,onClick:()=>{D(1),z(!1)},children:c("Appearance")})]}),L==1?o.jsxs(zT,{children:[o.jsxs(m5,{children:[o.jsxs(i1,{children:[o.jsx(r1,{htmlFor:"videoSource",children:c("Speed")}),o.jsx(Pt,{name:"videoSource",value:A.speed,placeholder:c("Select script..."),options:J3(A.scriptSize,c),onChange:Se,dropdownHeight:140,height:40,isSearchable:!1,creatable:!1})]}),"  ",o.jsxs(i1,{children:[o.jsx(r1,{htmlFor:"audioSource",children:c("Position")}),o.jsx("div",{children:o.jsx(FT,{width:"150px",children:o.jsx(Qy,{defaultValue:A.scriptPosition,values:u,onChange:me})})})]})]}),o.jsx(m5,{children:o.jsxs(i1,{children:[o.jsx(r1,{children:c("Text size")}),o.jsxs("div",{className:"scriptSizeContainer",children:[o.jsxs("div",{className:` smallSize ${A.scriptSize=="small"?"active":""}`,onClick:()=>{te("small")},children:[c("Small"),A.scriptSize=="small"?o.jsx(o1,{fill:le.colors.primary[100],size:22}):null]}),o.jsxs("div",{className:` mediumSize ${A.scriptSize=="large"?"active":""}`,onClick:()=>{te("large")},children:[c("Medium"),A.scriptSize=="large"?o.jsx(o1,{fill:le.colors.primary[100],size:22}):null]}),o.jsxs("div",{className:` largeSize ${A.scriptSize=="x-large"?"active":""}`,onClick:()=>{te("x-large")},children:[c("Large"),A.scriptSize=="x-large"?o.jsx(o1,{fill:le.colors.primary[100],size:22}):null]})]})]})})]}):o.jsxs(o.Fragment,{children:[o.jsxs(St,{flexWrap:"no-wrap",alignItems:"center",children:[o.jsx(DT,{children:o.jsx("div",{className:`scriptList ${y.droplrAccess?"":"fullWidth"}`,children:o.jsx(Pt,{options:it,menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom",placeholder:c("Select script..."),value:it.find(se=>se.scriptId==A.activeScriptId),onChange:pe,getOptionLabel:se=>se.title,getOptionValue:se=>se.scriptId,isLoading:Q,onMenuClose:()=>Y(!1),isSearchable:!1,creatable:!1,disabled:Q,customComponents:{SingleValue:be,Option:Ve}})})}),o.jsx(l3,{userInput:V,defaultPromptType:z1.TELEPROPTER_SCRIPT,defaultPromptUseCase:Qe,handleSubmitGeneratedContent:se=>{N(se),M(!0)},variant:"gradient",token:co,userData:{customer:{business:y.customer.business,hasCovideoMagic:((Je=(ie=y==null?void 0:y.customer)==null?void 0:ie.hasCovideoMagic)==null?void 0:Je.toString())==="1",markVideosAsSent:dr(y),phone1:(mt=y==null?void 0:y.customer)==null?void 0:mt.phone1},firstName:y.firstName,isAutomotiveSalesRole:S,isAutomotiveServiceRole:v,isIMSEnabled:E,isCompanyAdmin:y.isCompanyAdmin,isAutomotive:C,preferredLanguage:d.language},aiAssistTheme:"branding",env:x,apiKey:m0,size:"small"})]}),o.jsx(PT,{value:V,onChange:ue,placeholder:c("Type or paste your script here...")})]})]}),o.jsx(g5,{children:$?o.jsxs("div",{className:"saveNewScript",children:[o.jsx(Zy,{style:{boxSizing:"border-box",width:"75%"},onChange:se=>W(se.target.value),value:Z}),o.jsx(K.Button,{text:c("Save"),icon:o.jsx(he.MdSave,{}),onClick:async()=>{await Fe()}}),o.jsx("div",{className:"closeCreateScriptView",children:o.jsx(he.MdOutlineClose,{size:"24px",color:"#272A32",onClick:()=>{z(!1)}})})]}):o.jsxs("div",{className:"newScriptDiv",children:[L!=1?o.jsx(K.Button,{disabled:!A.activeScriptId||!V||V&&!O||V.trim()==="",variant:"secondary",text:c("Save To My Scripts"),icon:o.jsx(he.MdSave,{size:18}),onClick:Ie}):o.jsx("div",{children:" "}),o.jsx(K.Button,{text:c("Turn on"),disabled:A.activeScriptId!==V0&&!A.content||A.activeScriptId===V0&&(!V||V.trim()===""||V&&!O),onClick:()=>{const se=A;se.activeScriptId===V0&&(se.content=V),i&&(a==null||a({action:Hr.APPLIED}),i(se))}})]})})]}),ce=o.jsxs(x5,{children:[o.jsx(h5,{children:o.jsx(y5,{children:c("Cancel Teleprompter?")})}),o.jsx(f5,{children:c("You will lose all changes for the Teleprompter.")}),o.jsxs(g5,{style:{justifyContent:"end"},children:[o.jsx(K.Button,{text:c("Yes, cancel"),onClick:()=>{a==null||a({action:Hr.REMOVED}),e()},variant:h?"text":"destructive"}),o.jsx(K.Button,{text:c("Back to editing"),onClick:()=>j(1)})]})]});let De=null;switch(k){case 1:De=fe;break;case 3:De=ce;break}return o.jsx(yr,{disableFullScreen:!0,style:{position:"fixed",zIndex:9},children:De})},UT=({screenStream:e,stopAllStreams:i,handleGoToRecordHome:n,onOpenRecordingSettings:a,showPreview:c=!0,autoSaveOnFinish:d=!1,onStartUpladingVoiceOverHandler:u,toggleCamera:h,isCameraToggled:x})=>{const{t:y}=re.useTranslation(),m=f.useRef(null),v=f.useRef(null),{userData:S}=nt(),{showVirtualBgFeature:C,showTeleprompterFeature:E}=rt(),T=V_(S.id),[k,j]=f.useState(!!T.url),[L,D]=f.useState(!1),O=Yr(),{trackVideoSpecificPagesManually:M}=w0({vin:""}),{disableOrEnableTeleprompter:A,turnOnTeleprompterPlaying:_,saveTeleprompterSettingsHandler:V,onTeleprompterModalClose:N,showTeleprompterModal:U,isUsingTeleprompter:$,teleprompterSettings:z}=Yn(),{stopRecording:Z,pauseRecording:W,startCountDown:Q,stopCountDown:Y,status:H,recordedBlob:ae,countdown:le,timeInSeconds:Te}=nc({isSegmenterActive:L,canvasRef:m,videoRef:v,screenStream:e,stopAllStreams:i,onStartUpladingVoiceOverHandler:u,shouldStartCountdown:!1,handleGoToRecordHome:n,isCameraToggled:x});return f.useEffect(()=>{M==null||M({...b0.VIDEOS_RECORDER})},[]),f.useEffect(()=>{le===0&&H===Ue.COUNTDOWN&&$&&_()},[le,H]),f.useEffect(()=>{var xe,pe;if((pe=(xe=S==null?void 0:S.user)==null?void 0:xe.packageDetails)!=null&&pe.id){const ue=!cc(S,ac.TELEPROMPTER);A(ue)}},[]),H===Ue.DONE&&ae&&(c||d)?o.jsx(lc,{videoBlob:ae,autoSave:d,handleGoToRecordHome:()=>{n()}}):o.jsxs(o.Fragment,{children:[o.jsx(rc,{status:H,handleGoToRecordHome:()=>{n()},onOpenRecordingSettings:a,teleprompterActions:E?o.jsx(k_,{status:H}):o.jsx(o.Fragment,{})}),o.jsxs("div",{style:{position:"relative"},children:[H===Ue.IDLE&&o.jsx(dc,{text:y("Loading camera")}),o.jsx(ic,{videoRef:v,canvasRef:m,countdown:le,status:H,teleprompter:o.jsx(I_,{status:H}),toggleCamera:h}),!O&&C&&o.jsx(AT,{setIsLoadingVB:j,isLoadingVb:k,initialImage:T,videoRef:v,canvasRef:m,isSegmenterActive:L,setIsSegmenterActive:D,status:H})]}),o.jsx(sc,{startCountDown:Q,stopCountDown:Y,pauseRecording:W,stopRecording:Z,status:H,timeInSeconds:Te,isLoadingVB:k}),U&&o.jsx(qT,{handleModalClose:N,handleSubmit:V,settings:z})]})},WT=24,b5=e=>{var n;const i=(n=e==null?void 0:e.audioSource)==null?void 0:n.value;return i?{deviceId:i}:!1},w5={low:{width:{ideal:640},height:{ideal:360}},standard:{width:{ideal:1280},height:{ideal:720}},high:{width:{ideal:1920},height:{ideal:1080}}},S5=e=>{var n,a;return{...e!=null&&e.videoQuality?w5[e.videoQuality]:w5.standard,frameRate:WT,deviceId:(n=e==null?void 0:e.videoSource)!=null&&n.value?(a=e==null?void 0:e.videoSource)==null?void 0:a.value:void 0}},n1=l.div`
4866
+ `,V0=-1;function BT(e,i){var u;const n=E1(e)[2],a=((u=i==null?void 0:i.speed)==null?void 0:u.label)??"",c=String(a).match(/(\d+(?:[.,]\d+)?)/),d=c?Number(c[1].replace(",",".")):void 0;return d!=null&&!Number.isNaN(d)?{value:d,label:`${d} ${e("words / min")}`}:n}const qT=({handleModalClose:e,handleSubmit:i,settings:n})=>{var ie,Je,mt;const{trackGTMRecordingToolIntearctionEvent:a}=po(),{t:c,i18n:d}=re.useTranslation(),u=[{value:"top",text:c("Top")},{value:"bottom",text:c("Bottom")}],{isCdkEnviroment:h}=l.useTheme(),{env:x}=rt(),{userData:y}=nt(),{toast:v}=pt(),m=Zo(y),w=i0(y),C=Oo(y),E=!!(y!=null&&y.customer.isIMSEnabled),T=[{title:c("Create a new script"),scriptId:V0}],[k,j]=f.useState(1),[L,D]=f.useState(0),[O,M]=f.useState(!1),[A,_]=f.useState({speed:BT(c,n),scriptSize:(n==null?void 0:n.scriptSize)||"large",scriptPosition:(n==null?void 0:n.scriptPosition)||u[0].value,content:Si((n==null?void 0:n.content)||""),activeScriptId:(n==null?void 0:n.activeScriptId)||V0}),[V,N]=f.useState(Si(A.content||"")),U=`New Script ${eo(new Date).format("YYYY-MM-DD")}`,[$,z]=f.useState(!1),[Z,W]=f.useState(U),[Q,Y]=f.useState(!1),[H,ae]=f.useState(T),le=l.useTheme(),Te=async()=>{try{Y(!0);const se=await VT({});xe(se.scripts),se.count||Y(!1);let Re=JSON.parse(JSON.stringify(H));se.scripts.forEach(ze=>{Re=[...Re,ze]}),Re=xr.uniqBy(Re,"scriptId"),ae(Re),Y(!1)}catch(se){console.log("exp at get scripts",se)}},xe=se=>se.sort((Re,ze)=>Re.title.localeCompare(ze.title)),pe=se=>{if(se.scriptId!==""&&se.scriptId>V0){const Re=Si(se.content||"");W(se.title),N(Re),_({...A,content:Re,activeScriptId:se.sharedWithAll?V0:se.scriptId})}else N(""),_({...A,content:"",activeScriptId:se.sharedWithAll?V0:se.scriptId}),W(se.title??U);M(!1),Y(!1)},ue=se=>{N(se.target.value),M(!0)},Se=se=>{_({...A,speed:se})},te=se=>{_({...A,scriptSize:se})},me=se=>{_({...A,scriptPosition:se})},Ie=async()=>{A.activeScriptId<0?z(!0):await Pe()},Pe=async()=>{const se=encodeURIComponent(V||""),Re=await LT({scriptId:A.activeScriptId,data:{content:se}});if(Re){let ze=JSON.parse(JSON.stringify(H)),st=ze.findIndex(at=>at.scriptId==A.activeScriptId);st!=-1&&(ze[st].content=Si(Re.content)),ae(ze),z(!1),_({...A,content:se}),M(!1),v({message:c("Script updated sucessfully.")})}},Fe=async()=>{const se=encodeURIComponent(V||""),Re=await RT({data:{title:Z,content:se}});if(Re){let ze=H.filter(st=>!!st.scriptId);ze=[...ze,Re],xe(ze),ze=[...T,...ze],ae(ze),z(!1),_({...A,activeScriptId:Re.scriptId,content:se}),M(!1),v({message:c("Script saved as {{scriptTitleText}}.",{scriptTitleText:Z})}),W(`New Script ${eo(new Date).format("YYYY-MM-DD")}`)}},Qe=BE(C);f.useEffect(()=>{Te()},[]);const it=[...H.filter(se=>!se.sharedWithAll),...H.filter(se=>se.sharedWithAll)],be=se=>{const{data:Re}=se;return o.jsx(qt.components.SingleValue,{...se,children:Re.sharedWithAll?o.jsxs(v5,{children:[h?o.jsx(p5,{width:"20px",height:"20px","aria-label":"CDK Logo"}):o.jsx(u5,{width:"20px",height:"20px","aria-label":"Covideo Logo"}),Re.title]}):o.jsx(o.Fragment,{children:Re.title})})},Ve=se=>{const{data:Re,innerRef:ze,innerProps:st}=se;return o.jsx("div",{ref:ze,...st,style:{padding:"10px 15px",fontSize:"14px",lineHeight:"20px",fontWeight:500,color:"##001B53",display:"flex",alignItems:"center",gap:"8px",cursor:"pointer",whiteSpace:"nowrap",textOverflow:"ellipsis"},children:Re.sharedWithAll?o.jsxs(v5,{children:[h?o.jsx(p5,{width:"20px",height:"20px","aria-label":"CDK Logo"}):o.jsx(u5,{width:"20px",height:"20px","aria-label":"Covideo Logo"}),Re.title]}):Re.title})},fe=o.jsxs(x5,{children:[o.jsxs(h5,{children:[o.jsx(y5,{children:c("Telepromter")}),o.jsx(NT,{title:c("Close"),children:o.jsx(ot.IoMdClose,{size:24,onClick:()=>j(3),color:P.label})})]}),o.jsxs(f5,{children:[o.jsxs(OT,{children:[o.jsx("div",{className:` scriptTab ${L==0?"active":""}`,onClick:()=>D(0),children:c("Script")}),o.jsx("div",{className:` appearanceTab ${L==1?"active":""}`,onClick:()=>{D(1),z(!1)},children:c("Appearance")})]}),L==1?o.jsxs(zT,{children:[o.jsxs(m5,{children:[o.jsxs(i1,{children:[o.jsx(r1,{htmlFor:"videoSource",children:c("Speed")}),o.jsx(Pt,{name:"videoSource",value:A.speed,placeholder:c("Select script..."),options:J3(A.scriptSize,c),onChange:Se,dropdownHeight:140,height:40,isSearchable:!1,creatable:!1})]}),"  ",o.jsxs(i1,{children:[o.jsx(r1,{htmlFor:"audioSource",children:c("Position")}),o.jsx("div",{children:o.jsx(FT,{width:"150px",children:o.jsx(Qy,{defaultValue:A.scriptPosition,values:u,onChange:me})})})]})]}),o.jsx(m5,{children:o.jsxs(i1,{children:[o.jsx(r1,{children:c("Text size")}),o.jsxs("div",{className:"scriptSizeContainer",children:[o.jsxs("div",{className:` smallSize ${A.scriptSize=="small"?"active":""}`,onClick:()=>{te("small")},children:[c("Small"),A.scriptSize=="small"?o.jsx(o1,{fill:le.colors.primary[100],size:22}):null]}),o.jsxs("div",{className:` mediumSize ${A.scriptSize=="large"?"active":""}`,onClick:()=>{te("large")},children:[c("Medium"),A.scriptSize=="large"?o.jsx(o1,{fill:le.colors.primary[100],size:22}):null]}),o.jsxs("div",{className:` largeSize ${A.scriptSize=="x-large"?"active":""}`,onClick:()=>{te("x-large")},children:[c("Large"),A.scriptSize=="x-large"?o.jsx(o1,{fill:le.colors.primary[100],size:22}):null]})]})]})})]}):o.jsxs(o.Fragment,{children:[o.jsxs(St,{flexWrap:"no-wrap",alignItems:"center",children:[o.jsx(DT,{children:o.jsx("div",{className:`scriptList ${y.droplrAccess?"":"fullWidth"}`,children:o.jsx(Pt,{options:it,menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom",placeholder:c("Select script..."),value:it.find(se=>se.scriptId==A.activeScriptId),onChange:pe,getOptionLabel:se=>se.title,getOptionValue:se=>se.scriptId,isLoading:Q,onMenuClose:()=>Y(!1),isSearchable:!1,creatable:!1,disabled:Q,customComponents:{SingleValue:be,Option:Ve}})})}),o.jsx(l3,{userInput:V,defaultPromptType:z1.TELEPROPTER_SCRIPT,defaultPromptUseCase:Qe,handleSubmitGeneratedContent:se=>{N(se),M(!0)},variant:"gradient",token:co,userData:{customer:{business:y.customer.business,hasCovideoMagic:((Je=(ie=y==null?void 0:y.customer)==null?void 0:ie.hasCovideoMagic)==null?void 0:Je.toString())==="1",markVideosAsSent:dr(y),phone1:(mt=y==null?void 0:y.customer)==null?void 0:mt.phone1},firstName:y.firstName,isAutomotiveSalesRole:w,isAutomotiveServiceRole:m,isIMSEnabled:E,isCompanyAdmin:y.isCompanyAdmin,isAutomotive:C,preferredLanguage:d.language},aiAssistTheme:"branding",env:x,apiKey:m0,size:"small"})]}),o.jsx(PT,{value:V,onChange:ue,placeholder:c("Type or paste your script here...")})]})]}),o.jsx(g5,{children:$?o.jsxs("div",{className:"saveNewScript",children:[o.jsx(Zy,{style:{boxSizing:"border-box",width:"75%"},onChange:se=>W(se.target.value),value:Z}),o.jsx(K.Button,{text:c("Save"),icon:o.jsx(he.MdSave,{}),onClick:async()=>{await Fe()}}),o.jsx("div",{className:"closeCreateScriptView",children:o.jsx(he.MdOutlineClose,{size:"24px",color:"#272A32",onClick:()=>{z(!1)}})})]}):o.jsxs("div",{className:"newScriptDiv",children:[L!=1?o.jsx(K.Button,{disabled:!A.activeScriptId||!V||V&&!O||V.trim()==="",variant:"secondary",text:c("Save To My Scripts"),icon:o.jsx(he.MdSave,{size:18}),onClick:Ie}):o.jsx("div",{children:" "}),o.jsx(K.Button,{text:c("Turn on"),disabled:A.activeScriptId!==V0&&!A.content||A.activeScriptId===V0&&(!V||V.trim()===""||V&&!O),onClick:()=>{const se=A;se.activeScriptId===V0&&(se.content=V),i&&(a==null||a({action:Hr.APPLIED}),i(se))}})]})})]}),ce=o.jsxs(x5,{children:[o.jsx(h5,{children:o.jsx(y5,{children:c("Cancel Teleprompter?")})}),o.jsx(f5,{children:c("You will lose all changes for the Teleprompter.")}),o.jsxs(g5,{style:{justifyContent:"end"},children:[o.jsx(K.Button,{text:c("Yes, cancel"),onClick:()=>{a==null||a({action:Hr.REMOVED}),e()},variant:h?"text":"destructive"}),o.jsx(K.Button,{text:c("Back to editing"),onClick:()=>j(1)})]})]});let De=null;switch(k){case 1:De=fe;break;case 3:De=ce;break}return o.jsx(yr,{disableFullScreen:!0,style:{position:"fixed",zIndex:9},children:De})},UT=({screenStream:e,stopAllStreams:i,handleGoToRecordHome:n,onOpenRecordingSettings:a,showPreview:c=!0,autoSaveOnFinish:d=!1,onStartUpladingVoiceOverHandler:u,toggleCamera:h,isCameraToggled:x})=>{const{t:y}=re.useTranslation(),v=f.useRef(null),m=f.useRef(null),{userData:w}=nt(),{showVirtualBgFeature:C,showTeleprompterFeature:E}=rt(),T=V_(w.id),[k,j]=f.useState(!!T.url),[L,D]=f.useState(!1),O=Yr(),{trackVideoSpecificPagesManually:M}=w0({vin:""}),{disableOrEnableTeleprompter:A,turnOnTeleprompterPlaying:_,saveTeleprompterSettingsHandler:V,onTeleprompterModalClose:N,showTeleprompterModal:U,isUsingTeleprompter:$,teleprompterSettings:z}=Yn(),{stopRecording:Z,pauseRecording:W,startCountDown:Q,stopCountDown:Y,status:H,recordedBlob:ae,countdown:le,timeInSeconds:Te}=nc({isSegmenterActive:L,canvasRef:v,videoRef:m,screenStream:e,stopAllStreams:i,onStartUpladingVoiceOverHandler:u,shouldStartCountdown:!1,handleGoToRecordHome:n,isCameraToggled:x});return f.useEffect(()=>{M==null||M({...b0.VIDEOS_RECORDER})},[]),f.useEffect(()=>{le===0&&H===Ue.COUNTDOWN&&$&&_()},[le,H]),f.useEffect(()=>{var xe,pe;if((pe=(xe=w==null?void 0:w.user)==null?void 0:xe.packageDetails)!=null&&pe.id){const ue=!cc(w,ac.TELEPROMPTER);A(ue)}},[]),H===Ue.DONE&&ae&&(c||d)?o.jsx(lc,{videoBlob:ae,autoSave:d,handleGoToRecordHome:()=>{n()}}):o.jsxs(o.Fragment,{children:[o.jsx(rc,{status:H,handleGoToRecordHome:()=>{n()},onOpenRecordingSettings:a,teleprompterActions:E?o.jsx(k_,{status:H}):o.jsx(o.Fragment,{})}),o.jsxs("div",{style:{position:"relative"},children:[H===Ue.IDLE&&o.jsx(dc,{text:y("Loading camera")}),o.jsx(ic,{videoRef:m,canvasRef:v,countdown:le,status:H,teleprompter:o.jsx(I_,{status:H}),toggleCamera:h}),!O&&C&&o.jsx(AT,{setIsLoadingVB:j,isLoadingVb:k,initialImage:T,videoRef:m,canvasRef:v,isSegmenterActive:L,setIsSegmenterActive:D,status:H})]}),o.jsx(sc,{startCountDown:Q,stopCountDown:Y,pauseRecording:W,stopRecording:Z,status:H,timeInSeconds:Te,isLoadingVB:k}),U&&o.jsx(qT,{handleModalClose:N,handleSubmit:V,settings:z})]})},WT=24,b5=e=>{var n;const i=(n=e==null?void 0:e.audioSource)==null?void 0:n.value;return i?{deviceId:i}:!1},w5={low:{width:{ideal:640},height:{ideal:360}},standard:{width:{ideal:1280},height:{ideal:720}},high:{width:{ideal:1920},height:{ideal:1080}}},S5=e=>{var n,a;return{...e!=null&&e.videoQuality?w5[e.videoQuality]:w5.standard,frameRate:WT,deviceId:(n=e==null?void 0:e.videoSource)!=null&&n.value?(a=e==null?void 0:e.videoSource)==null?void 0:a.value:void 0}},n1=l.div`
4867
4867
  display: flex;
4868
4868
  flex-direction: column;
4869
4869
  width: 176px;
@@ -4923,7 +4923,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
4923
4923
  border: 2px solid white;
4924
4924
  bottom: 65px;
4925
4925
  left: 35px;
4926
- `,KT=({extendStyles:e,showPreview:i,onStartUpladingVoiceOverHandler:n,autoStartCam:a})=>{const{showRecordBothFeature:c,showRecordCamFeature:d,showRecordScreenFeature:u}=rt(),{trackVideoSpecificPagesManually:h}=w0({vin:""}),{trackGTMSelectRecordingTypeEvent:x}=po(),y=qe.useHistory(),[m,v]=f.useState(!1),{t:S}=re.useTranslation(),{recordingError:C,updateErrorMessage:E,userSettings:T,recorderSettings:k}=oc(),{colors:j}=l.useTheme(),[L,D]=f.useState(),[O,M]=f.useState(null),[A,_]=f.useState(!1),[V,N]=f.useState(null),U=f.useRef(null),$=f.useRef(null),z=f.useRef(null),Z=f.useRef(!1),W=f.useRef(!1),Q=b5(T),Y=S5(T),H=async()=>{U.current&&U.current.getTracks().forEach(te=>te.stop()),$.current&&($.current.getTracks().forEach(te=>te.stop()),$.current=null),V&&V.getTracks().forEach(te=>te.stop()),document.pictureInPictureElement&&await document.exitPictureInPicture(),z.current&&z.current.srcObject&&(z.current.srcObject.getTracks().forEach(me=>me.stop()),z.current.srcObject=null)},ae=async()=>{if(!(C||A))try{_(!0);const te=await _j(U,Q,Y);te&&(N(te),x==null||x({type:Ci.SCREEN}),M("screen")),_(!1)}catch(te){H(),_(!1),console.log(te,"screenCaptureHandler")}},le=async()=>{if(!(C||A))try{_(!0);const te=await Qa($,Q,Y);te&&(N(te),x==null||x({type:Ci.CAM}),M("cam")),_(!1)}catch(te){H(),_(!1),console.log(te,"enableCameraHandler"),E()}},Te=async()=>{var te,me;try{Z.current=!0;const Ie=!L,Pe=k.videoSource.filter(Qe=>Ie?Qe.label.toLowerCase().includes("front"):Qe.label.toLowerCase().includes("back"));await H();const Fe=await Qa($,Q,{...Y,deviceId:(te=Pe[0])!=null&&te.value?(me=Pe[0])==null?void 0:me.value:void 0});Fe&&(N(Fe),x==null||x({type:Ci.CAM}),M("cam")),D(Ie)}catch(Ie){console.error("Error toggling camera:",Ie)}},xe=async()=>{if(!(C||z.current===null||A))try{_(!0);const te=Z3?await Ij(U,$,Q,Y,z):await Tj(U,$,Q,Y,z);N(te),M("both"),x==null||x({type:Ci.SCREEN_AND_CAM}),_(!1)}catch(te){H(),console.log(te,"enableCameraHandler"),_(!1)}},pe=()=>{a&&(W.current=!1),M(null),H()},ue=async()=>{if(O==="cam")try{await H();const te=await Qa($,b5(T),S5(T));te&&N(te)}catch(te){console.log(te,"handleRecordingSettingsSave"),E()}},Se=Yr();return f.useEffect(()=>{pe()},[y.location]),f.useEffect(()=>{var me,Ie,Pe;const te=!!((Pe=(Ie=(me=T==null?void 0:T.videoSource)==null?void 0:me.label)==null?void 0:Ie.toLowerCase())!=null&&Pe.includes("front"));D(te)},[T]),f.useEffect(()=>{O===null&&(h==null||h({...b0.VIDEOS_RECORD}))},[O]),f.useEffect(()=>{a&&d&&O===null&&!W.current&&(W.current=!0,le())},[a,d,O]),o.jsxs(o.Fragment,{children:[o.jsxs(ar,{gap:"32px",children:[O===null&&!a&&o.jsxs(HT,{flexDirection:"column",gap:"44px",style:e==null?void 0:e.mainRecordContentWrapper,children:[o.jsx(T3,{color:j.black[100],children:S("Choose recording option")}),o.jsxs(GT,{gap:"32px",children:[c&&!Xj&&!Jj&&!Se&&o.jsxs(n1,{onClick:xe,style:{position:"relative"},error:!!C,children:[o.jsx(he.MdLaptop,{size:72}),o.jsx(ZT,{children:o.jsx(Ei.IoPersonCircle,{size:28})}),o.jsx(bo,{color:j.black[100],textAlign:"center",children:S("Screen+Cam")})]}),u&&!Se&&o.jsxs(n1,{onClick:ae,error:!!C,children:[o.jsx(he.MdLaptop,{size:72}),o.jsx(bo,{color:j.black[100],textAlign:"center",children:S("Screen Only")})]}),d&&o.jsxs(n1,{onClick:le,error:!!C,children:[o.jsx(he.MdPerson,{size:72}),o.jsx(bo,{color:j.black[100],textAlign:"center",children:S("Cam Only")})]})]})]}),O===null&&a&&!C&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(YT,{children:o.jsx(QT,{children:o.jsx(dc,{text:S("Loading camera")})})})}),O===null&&a&&!!C&&o.jsxs(ar,{gap:"16px",style:{width:"100%"},children:[o.jsx(pr,{children:C}),o.jsx(K.Button,{variant:"secondary",text:S("Try again"),onClick:le})]}),!!C&&O===null&&!a&&o.jsx(pr,{children:C}),O==="screen"&&V instanceof MediaStream&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(s1,{children:o.jsx(m_,{screenStream:V,stopAllStreams:H,handleGoToRecordHome:pe,showPreview:i,onStartUpladingVoiceOverHandler:n})})}),O==="cam"&&V instanceof MediaStream&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(s1,{children:o.jsx(w_,{children:o.jsx(UT,{screenStream:V,stopAllStreams:H,handleGoToRecordHome:pe,onOpenRecordingSettings:()=>v(!0),showPreview:i,autoSaveOnFinish:!!a,onStartUpladingVoiceOverHandler:n,toggleCamera:Te,isCameraToggled:Z.current})})})}),O==="both"&&V instanceof MediaStream&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(s1,{children:o.jsx(g_,{screenStream:V,stopAllStreams:H,handleGoToRecordHome:pe,showPreview:i,onStartUpladingVoiceOverHandler:n})})}),o.jsx("video",{ref:z,style:{display:"none"}}),O===null&&!a&&o.jsx(K.Button,{icon:o.jsx(he.MdSettings,{size:18}),variant:"secondary",text:S("Recording settings"),onClick:()=>v(!0)})]}),m&&o.jsx(Pj,{handleModalClose:()=>v(!1),onSave:ue})]})},XT=l.div`
4926
+ `,KT=({extendStyles:e,showPreview:i,onStartUpladingVoiceOverHandler:n,autoStartCam:a})=>{const{showRecordBothFeature:c,showRecordCamFeature:d,showRecordScreenFeature:u}=rt(),{trackVideoSpecificPagesManually:h}=w0({vin:""}),{trackGTMSelectRecordingTypeEvent:x}=po(),y=qe.useHistory(),[v,m]=f.useState(!1),{t:w}=re.useTranslation(),{recordingError:C,updateErrorMessage:E,userSettings:T,recorderSettings:k}=oc(),{colors:j}=l.useTheme(),[L,D]=f.useState(),[O,M]=f.useState(null),[A,_]=f.useState(!1),[V,N]=f.useState(null),U=f.useRef(null),$=f.useRef(null),z=f.useRef(null),Z=f.useRef(!1),W=f.useRef(!1),Q=b5(T),Y=S5(T),H=async()=>{U.current&&U.current.getTracks().forEach(te=>te.stop()),$.current&&($.current.getTracks().forEach(te=>te.stop()),$.current=null),V&&V.getTracks().forEach(te=>te.stop()),document.pictureInPictureElement&&await document.exitPictureInPicture(),z.current&&z.current.srcObject&&(z.current.srcObject.getTracks().forEach(me=>me.stop()),z.current.srcObject=null)},ae=async()=>{if(!(C||A))try{_(!0);const te=await _j(U,Q,Y);te&&(N(te),x==null||x({type:Ci.SCREEN}),M("screen")),_(!1)}catch(te){H(),_(!1),console.log(te,"screenCaptureHandler")}},le=async()=>{if(!(C||A))try{_(!0);const te=await Qa($,Q,Y);te&&(N(te),x==null||x({type:Ci.CAM}),M("cam")),_(!1)}catch(te){H(),_(!1),console.log(te,"enableCameraHandler"),E()}},Te=async()=>{var te,me;try{Z.current=!0;const Ie=!L,Pe=k.videoSource.filter(Qe=>Ie?Qe.label.toLowerCase().includes("front"):Qe.label.toLowerCase().includes("back"));await H();const Fe=await Qa($,Q,{...Y,deviceId:(te=Pe[0])!=null&&te.value?(me=Pe[0])==null?void 0:me.value:void 0});Fe&&(N(Fe),x==null||x({type:Ci.CAM}),M("cam")),D(Ie)}catch(Ie){console.error("Error toggling camera:",Ie)}},xe=async()=>{if(!(C||z.current===null||A))try{_(!0);const te=Z3?await Ij(U,$,Q,Y,z):await Tj(U,$,Q,Y,z);N(te),M("both"),x==null||x({type:Ci.SCREEN_AND_CAM}),_(!1)}catch(te){H(),console.log(te,"enableCameraHandler"),_(!1)}},pe=()=>{a&&(W.current=!1),M(null),H()},ue=async()=>{if(O==="cam")try{await H();const te=await Qa($,b5(T),S5(T));te&&N(te)}catch(te){console.log(te,"handleRecordingSettingsSave"),E()}},Se=Yr();return f.useEffect(()=>{pe()},[y.location]),f.useEffect(()=>{var me,Ie,Pe;const te=!!((Pe=(Ie=(me=T==null?void 0:T.videoSource)==null?void 0:me.label)==null?void 0:Ie.toLowerCase())!=null&&Pe.includes("front"));D(te)},[T]),f.useEffect(()=>{O===null&&(h==null||h({...b0.VIDEOS_RECORD}))},[O]),f.useEffect(()=>{a&&d&&O===null&&!W.current&&(W.current=!0,le())},[a,d,O]),o.jsxs(o.Fragment,{children:[o.jsxs(ar,{gap:"32px",children:[O===null&&!a&&o.jsxs(HT,{flexDirection:"column",gap:"44px",style:e==null?void 0:e.mainRecordContentWrapper,children:[o.jsx(T3,{color:j.black[100],children:w("Choose recording option")}),o.jsxs(GT,{gap:"32px",children:[c&&!Xj&&!Jj&&!Se&&o.jsxs(n1,{onClick:xe,style:{position:"relative"},error:!!C,children:[o.jsx(he.MdLaptop,{size:72}),o.jsx(ZT,{children:o.jsx(Ei.IoPersonCircle,{size:28})}),o.jsx(bo,{color:j.black[100],textAlign:"center",children:w("Screen+Cam")})]}),u&&!Se&&o.jsxs(n1,{onClick:ae,error:!!C,children:[o.jsx(he.MdLaptop,{size:72}),o.jsx(bo,{color:j.black[100],textAlign:"center",children:w("Screen Only")})]}),d&&o.jsxs(n1,{onClick:le,error:!!C,children:[o.jsx(he.MdPerson,{size:72}),o.jsx(bo,{color:j.black[100],textAlign:"center",children:w("Cam Only")})]})]})]}),O===null&&a&&!C&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(YT,{children:o.jsx(QT,{children:o.jsx(dc,{text:w("Loading camera")})})})}),O===null&&a&&!!C&&o.jsxs(ar,{gap:"16px",style:{width:"100%"},children:[o.jsx(pr,{children:C}),o.jsx(K.Button,{variant:"secondary",text:w("Try again"),onClick:le})]}),!!C&&O===null&&!a&&o.jsx(pr,{children:C}),O==="screen"&&V instanceof MediaStream&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(s1,{children:o.jsx(m_,{screenStream:V,stopAllStreams:H,handleGoToRecordHome:pe,showPreview:i,onStartUpladingVoiceOverHandler:n})})}),O==="cam"&&V instanceof MediaStream&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(s1,{children:o.jsx(w_,{children:o.jsx(UT,{screenStream:V,stopAllStreams:H,handleGoToRecordHome:pe,onOpenRecordingSettings:()=>m(!0),showPreview:i,autoSaveOnFinish:!!a,onStartUpladingVoiceOverHandler:n,toggleCamera:Te,isCameraToggled:Z.current})})})}),O==="both"&&V instanceof MediaStream&&o.jsx(_n,{style:e==null?void 0:e.showRecorderWrapper,children:o.jsx(s1,{children:o.jsx(g_,{screenStream:V,stopAllStreams:H,handleGoToRecordHome:pe,showPreview:i,onStartUpladingVoiceOverHandler:n})})}),o.jsx("video",{ref:z,style:{display:"none"}}),O===null&&!a&&o.jsx(K.Button,{icon:o.jsx(he.MdSettings,{size:18}),variant:"secondary",text:w("Recording settings"),onClick:()=>m(!0)})]}),v&&o.jsx(Pj,{handleModalClose:()=>m(!1),onSave:ue})]})},XT=l.div`
4927
4927
  background: ${P.gray10};
4928
4928
  `,JT=()=>{const{t:e}=re.useTranslation(),i=qe.useHistory(),{flow:n}=rt(),a=n===Mo.RECORD_CAMERA_ONLY;return o.jsxs(XT,{children:[!a&&o.jsx(wo,{left:o.jsx(K.Button,{text:e("Back"),variant:"transparent",icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>i.push("/"),style:{color:"white"}}),center:o.jsx(Jr,{children:e("Record Video")})}),o.jsx(Rj,{children:o.jsx(KT,{showHelpDesk:!0,showLegacyRecorderSwitch:!0,autoStartCam:a})})]})},eI=()=>o.jsx(qe.Switch,{children:o.jsx(qe.Route,{path:"/record/home",component:JT})}),tI="Add",oI="Upload",rI="Record",iI="Back",nI="Stock",sI="Model",aI="Make",cI="Year",lI="Cancel",dI="Insert",uI="Download",pI="Voiceover",xI="Low",hI="Standard",yI="High",fI="Save",gI="Continue",mI="Leave",vI="Resume",bI="Pause",wI="Finish",SI="Teleprompter",CI="Edit",kI="Close",jI="Script",EI="Appearance",_I="Speed",TI="Position",II="Small",AI="Medium",VI="Large",RI="Top",LI="Bottom",$I="Teleprompter",MI="Done",OI="All",DI="Discard",NI="required",PI="VIN",FI="Note",zI="Encoding",BI="Encoded",qI="Creating",UI="Created",WI="Uploading",HI="Uploaded",GI="Failed",YI="Title",QI="Tags",ZI="Marketing",KI="Prospecting",XI="Copy",JI="Trim",eA="Websites",tA="CTAs",oA="Change",rA="Remove",iA="Username",nA="Password",sA="Login",aA="of",cA="VINReels",lA="Lesa",dA="Preview",uA="Company",pA="Primary",xA="Private",hA="Vault",yA="Introductions",fA="Search",gA="Add video — {{name}}",mA="Select a video for the {{partType}} part.",vA="No videos under the selected folder.",bA="Add Your Videos",wA="Add Your Video",SA="{{position}} Video - {{partType}} Video",CA="Intro",kA="Main",jA="Outro",EA="User",_A="Dealership",TA="Send",IA={Add:tI,Upload:oI,Record:rI,Back:iI,"Search...":"Search...","Search Videos...":"Search Videos...",Stock:nI,Model:sI,Make:aI,Year:cI,"Lesa TV Import":"Lesa TV Import","Merge Videos":"Merge Videos",Cancel:lI,"Select 2+ videos to merge":"Select 2+ videos to merge","Select maximum 9 videos":"Select maximum 9 videos",Insert:dI,"Copy Video":"Copy Video","Copy to Primary":"Copy to Primary",Download:uI,Voiceover:pI,"Loading...":"Loading...","No videos match your query":"No videos match your query","Upload new video":"Upload new video","Drag and drop your files here or":"Drag and drop your files here or","Browse files...":"Browse files...","Continue Upload":"Continue Upload","You will have to restart your video upload from the beginning if you cancel now. Are you sure you want to cancel this upload?":"You will have to restart your video upload from the beginning if you cancel now. Are you sure you want to cancel this upload?","Record Video":"Record Video","Choose recording option":"Choose recording option","Screen+Cam":"Screen+Cam","Screen Only":"Screen Only","Cam Only":"Cam Only","Recording settings":"Recording settings","Video source":"Video source","Audio source":"Audio source","Video quality":"Video quality",Low:xI,"Faster Upload":"Faster Upload",Standard:hI,"Fast Upload":"Fast Upload",High:yI,"Slow Upload":"Slow Upload",Save:fI,"Leave without saving changes?":"Leave without saving changes?","Your updates will not be saved. This action can’t be undone.":"Your updates will not be saved. This action can’t be undone.","Discard Changes":"Discard Changes","Save Changes":"Save Changes","Leave without saving the recording?":"Leave without saving the recording?","Your recording will not be saved. This action can’t be undone.":"Your recording will not be saved. This action can’t be undone.",Continue:gI,Leave:mI,"Delete Current Video?":"Delete Current Video?","Do you want to go back? The current video will be deleted.":"Do you want to go back? The current video will be deleted.","Yes, Delete Video":"Yes, Delete Video","No, Keep Video":"No, Keep Video","Yes, Keep Video":"Yes, Keep Video","Some of the videos are still processing. Please wait until they are done, and then proceed with merging.":"Some of the videos are still processing. Please wait until they are done, and then proceed with merging.","Change recording option":"Change recording option","Start recording":" Start recording",Resume:vI,Pause:bI,Finish:wI,"Loading camera":"Loading camera",Teleprompter:SI,"Turn on":"Turn on",Edit:CI,"Turn Off Teleprompter":"Turn Off Teleprompter","Set teleprompter speed":"Set teleprompter speed",Close:kI,Script:jI,Appearance:EI,Speed:_I,"Select script...":"Select script...",Position:TI,"Text size":"Text size",Small:II,Medium:AI,Large:VI,"Type or paste your script here...":"Type or paste your script here...","Save To My Scripts":"Save To My Scripts",Top:RI,Bottom:LI,"Create a new script":"Create a new script","Select file":"Select file","Cancel Teleprompter?":"Cancel Teleprompter?","You will lose all changes for the Teleprompter.":"You will lose all changes for the Teleprompter.","Yes, cancel":"Yes, cancel","Back to editing":"Back to editing",Telepromter:$I,"Virtual Backgrounds":"Virtual Backgrounds","Applying Virtual Background":"Applying Virtual Background","Select from a library of high-resolution images, or upload your own for extra personalization.":" Select from a library of high-resolution images, or upload your own for extra personalization.","Select your own":"Select your own","Select a virtual background":"Select a virtual background",Done:MI,"Drag and drop files here to upload new file":"Drag and drop files here to upload new file","Drop files here":"Drop files here",All:OI,"No more files":"No more files","No files found.":"No files found.","Select your virtual background":"Select your virtual background","Search files...":"Search files...","Uploaded on (ASC)":"Uploaded on (ASC)","Uploaded on (DESC)":"Uploaded on (DESC)","Close video preview":"Close video preview","Tag can not be empty.":"Tag can not be empty.","Tag cannot contain more than {{count}} characters":"Tag cannot contain more than {{count}} characters","Tag already exists.":"Tag already exists.","Manage Tags":"Manage Tags","Add tag(s)...":"Add tag(s)...","Add Tags...":"Add Tags...","Remove this video":"Remove this video","Select Folder":"Select Folder","Video Title":"Video Title","This field is required":"This field is required","Title should not contain a dot (.)":"Title should not contain a dot (.)","Advisor ID is required":"Advisor ID is required","Repair Order Number is required.":"Repair Order Number is required.","Preview recorded video":"Preview recorded video",Discard:DI,"Save Recording":"Save Recording","Continue to Insert":"Continue to Insert","Video Attributes":"Video Attributes",required:NI,"Video Type":"Video Type","Search vehicle":"Search vehicle","Search vehicle by name, VIN or stock number...":"Search vehicle by name, VIN or stock number...",VIN:PI,"Stock number":"Stock number","Assign To":"Assign To","RO Number":"RO Number","Customer Name":"Customer Name",Note:FI,"Waiting...":"Waiting...",Encoding:zI,Encoded:BI,Creating:qI,Created:UI,Uploading:WI,Uploaded:HI,"Controls disabled before preview.":"Controls disabled before preview.","Start Over":"Start Over","Start Over?":"Start Over?","Your voiceover recording will be erased.":"Your voiceover recording will be erased.","Go Back":"Go Back","Save Video":"Save Video","Duplicated video ready for voiceover":"Duplicated video ready for voiceover","The video won’t be available in the Library until you save it. A new voiceover will replace the original audio of duplicated video.":"The video won’t be available in the Library until you save it. A new voiceover will replace the original audio of duplicated video.","Name new video":"Name new video","Give your new video a name":"Give your new video a name","Wheels TV Import":"Wheels TV Import","Oops! It looks like there are no videos matching your search terms.":"Oops! It looks like there are no videos matching your search terms.","Try using a different search terms":"Try using a different search terms","Go to:":"Go to:",Failed:GI,"Trimmed.":"Trimmed.","Revert to Original":"Revert to Original","Playback Speed":"Playback Speed",Title:YI,Tags:QI,"Search tags or create new...":"Search tags or create new...","Mark Video as ‘Sent’?":"Mark Video as ‘Sent’?","If you don't want to answer this question with each QuickShare, you can change QuickShare preferences.":"If you don't want to answer this question with each QuickShare, you can change QuickShare preferences.","If you don't want to answer this question with each QuickShare, your admin can change QuickShare preferences.":"If you don't want to answer this question with each QuickShare, your admin can change QuickShare preferences.","Leave as ‘Not Sent’":"Leave as ‘Not Sent’","Mark as Sent":"Mark as Sent","Something went wrong while trimming the video, try again later!":"Something went wrong while trimming the video, try again later!","Download failed, please try again later.":"Download failed, please try again later.","Video copied successfully.":"Video copied successfully.","Copy failed, please try again later.":"Copy failed, please try again later.","Video marked as Sent":"Video marked as Sent","Inserting video...":"Inserting video...","Link copied to clipboard!":"Link copied to clipboard!","Script updated sucessfully.":"Script updated sucessfully.","Script saved as {{scriptTitleText}}.":"Script saved as {{scriptTitleText}}.","Failed to start recording.":"Failed to start recording.","Something went wrong, try again later!":"Something went wrong, try again later!","Error while uploading file, please try again later.":"Error while uploading file, please try again later.","Successfully saved video!":"Successfully saved video!","There was an error while creating your video request. Please try again.":"There was an error while creating your video request. Please try again.","Server is currently unavailable, try again later!":"Server is currently unavailable, try again later!","Creating voiceover failed, try again later!":"Creating voiceover failed, try again later!","Voiceover successfully created!":"Voiceover successfully created!","Please enable audio in your recording settings and try again!":"Please enable audio in your recording settings and try again!","Video has been added!":"Video has been added!","An error occured while trying to add the video!":"An error occured while trying to add the video!","We're currently experiencing difficulties fetching custom virtual backgrounds.":"We're currently experiencing difficulties fetching custom virtual backgrounds.","We're currently experiencing difficulties fetching Lesa videos.":"We're currently experiencing difficulties fetching Lesa videos.","Video successfully created!":"Video successfully created!","Failed to create video. Please try again later.":"Failed to create video. Please try again later.","Video title can not be more than 100 characters!":"Video title can not be more than 100 characters!","{{name}} is of invalid type and won't be uploaded.":"{{name}} is of invalid type and won't be uploaded.","Oops! Something went wrong, try again in a few moments.":"Oops! Something went wrong, try again in a few moments.","Failed to copy to clipboard":"Failed to copy to clipboard","Transcription Started.":"Transcription Started.",Marketing:ZI,Prospecting:KI,"Respond to Inquiry":"Respond to Inquiry","Thanks For Your Business":"Thanks For Your Business","Additional Repair":"Additional Repair","Repair inquiry":"Repair inquiry","Regular service":"Regular service","Service reminder":"Service reminder","Quote request":"Quote request",Copy:XI,"Trim Video":"Trim Video",Trim:JI,"CRM Code Copied!":"CRM Code Copied!","URL Copied!":"URL Copied!","Raw HTML Copied!":"Raw HTML Copied!","Landing Page":"Landing Page",Websites:eA,CTAs:tA,"Use Existing":"Use Existing","Add New":"Add New","No Websites":"No Websites","No CTAs":"No CTAs","Enter website":"Enter website","No vehicles found, try entering a different name or VIN.":"No vehicles found, try entering a different name or VIN.","Add Vehicle":"Add Vehicle",Change:oA,Remove:rA,"To enable the integration with your Inventory Management System, please call us at":"To enable the integration with your Inventory Management System, please call us at","processing...":"processing...","Login failed":"Login failed","External token invalid.":"External token invalid.",Username:iA,Password:nA,Login:sA,"Forgot password?":"Forgot password?","Please upgrade you account to use eLead integration.":"Please upgrade you account to use eLead integration.","No Audio":"No Audio","No Video":"No Video","You do not have the necessary permissions to access this feature. Please check your browser permissions.":"You do not have the necessary permissions to access this feature. Please check your browser permissions.","Add More Videos":"Add More Videos","videos uploading":"videos uploading","Video title is required!":"Video title is required!","Uploading...":"Uploading...","Encoding...":"Encoding...","VIN / search vehicle":"VIN / search vehicle","Select vehicle":"Select vehicle","Select video type":"Select video type","Log Out":"Log Out","Login to your account":"Login to your account",of:aA,"No settings":"No settings","Title cannot be empty.":"Title cannot be empty.","words / min":"words / min","Please enter at least three characters to search":"Please enter at least three characters to search","Select Landing Page":"Select Landing Page","We're currently experiencing difficulties fetching VINReels.":"We're currently experiencing difficulties fetching VINReels.","We're currently experiencing difficulties fetching videos.":"We're currently experiencing difficulties fetching videos.","We're currently experiencing difficulties fetching quick videos.":"We're currently experiencing difficulties fetching quick videos.","VINReel has been added to Video library.":"VINReel has been added to Video library.","We're currently experiencing difficulties copying the VINReel to the Video library.":"We're currently experiencing difficulties copying the VINReel to the Video library.","VINReels Import":"VINReels Import",VINReels:cA,Lesa:lA,"Wheels TV":"Wheels TV","Add to Covideo":"Add to Covideo",Preview:dA,"Enable video reactions & comments":"Enable video reactions & comments","Try using different search term":"Try using different search term","All folders":"All folders",Company:uA,Primary:pA,Private:xA,Vault:hA,"Vehicle Walkarounds":"Vehicle Walkarounds","Appointment Reminders":"Appointment Reminders",Introductions:yA,"Post - Sale Thank You":"Post - Sale Thank You","Video Replies":"Video Replies","You are currently logged in with a user account that has no active functionalities assigned within Covideo integration.":"You are currently logged in with a user account that has no active functionalities assigned within Covideo integration.","Welcome back":"Welcome back","Enter username to continue":"Enter username to continue","Forgot username?":"Forgot username?","Log In":"Log In","Verifying SSO...":"Verifying SSO...","First Response":"First Response","Schedule a Test Drive":"Schedule a Test Drive","After Hours Responder":"After Hours Responder","Vehicle Walkaround":"Vehicle Walkaround","Appointment Reminder":"Appointment Reminder","Missed Appointment":"Missed Appointment","Unsold Follow-up":"Unsold Follow-up","Thank you":"Thank you","Review/Referral Request":"Review/Referral Request","CSI Survey Reminder":"CSI Survey Reminder","Holiday Promotion":"Holiday Promotion","Sale Promotion":"Sale Promotion","Dealership Showcase":"Dealership Showcase","Aging Inventory Showcase":"Aging Inventory Showcase","Purchase Anniversary":"Purchase Anniversary","Lease Expiration Reminder":"Lease Expiration Reminder","Happy Birthday":"Happy Birthday","Buy Back Offer":"Buy Back Offer","Schedule Service Appointment":"Schedule Service Appointment","Service Appointment Reminder":"Service Appointment Reminder","Maintenance Reminder":"Maintenance Reminder","Intro to Service Department":"Intro to Service Department","Service Department Showcase":"Service Department Showcase","Quick video configuration updated successfully.":"Quick video configuration updated successfully.","Video sent from Covideo!":"Video sent from Covideo!","There was an error sending the quick video. Please try again.":"There was an error sending the quick video. Please try again.","There was an error updating quick video configuration. Please try again.":"There was an error updating quick video configuration. Please try again.","See Details":"See Details",Search:fA,"Add Video":"Add Video","You've reached the end.":"You've reached the end.",quickVideoAddVideoHeader:gA,quickVideoSelectPart:mA,quickVideoNoVideosInFolder:vA,quickVideoAddYourVideos:bA,quickVideoAddYourVideo:wA,quickVideoPartHeader:SA,Intro:CA,Main:kA,Outro:jA,"AI VIN Reel":"AI VIN Reel","AI Video Agent":"AI Video Agent",User:EA,Dealership:_A,Send:TA,"No title":"No title","Video thumbnail":"Video thumbnail","Thumbnail for {{name}}":"Thumbnail for {{name}}","—":"—","{{seconds}} s":"{{seconds}} s","{{minutes}} min {{seconds}} s":"{{minutes}} min {{seconds}} s","{{count}} views":"{{count}} views"},AA="Añadir",VA="Subir",RA="Grabar",LA="Atrás",$A="Stock",MA="Modelo",OA="Marca",DA="Año",NA="Cancelar",PA="Insertar",FA="Descargar",zA="Narración",BA="Baja",qA="Estándar",UA="Alta",WA="Guardar",HA="Continuar",GA="Salir",YA="Reanudar",QA="Pausa",ZA="Finalizar",KA="Editar",XA="Teleprompter",JA="Cerrar",eV="Guion",tV="Apariencia",oV="Velocidad",rV="Posición",iV="Pequeño",nV="Mediano",sV="Grande",aV="Arriba",cV="Abajo",lV="Teleprompter",dV="Hecho",uV="Todos",pV="Descartar",xV="obligatorio",hV="VIN",yV="Nota",fV="Codificando",gV="Codificado",mV="Creando",vV="Creado",bV="Subiendo",wV="Subido",SV="Fallido",CV="Título",kV="Etiquetas",jV="Marketing",EV="Prospección",_V="Copy",TV="Recortar",IV="Sitios Web",AV="CTAs",VV="Cambiar",RV="Eliminar",LV="Nombre de usuario",$V="Contraseña",MV="Iniciar sesión",OV="de",DV="VINReels",NV="Lesa",PV="Vista Previa",FV="Empresa",zV="Principal",BV="Privado",qV="Bóveda",UV="Introducciones",WV="Buscar",HV="Agregar video — {{name}}",GV="Seleccione un video para la parte {{partType}}.",YV="No hay videos en la carpeta seleccionada.",QV="Agrega tus videos",ZV="Agrega tu video",KV="Video {{position}} - Video {{partType}}",XV="Intro",JV="Principal",eR="Outro",tR="Usuario",oR="Concesionario",rR="Enviar",iR={Add:AA,Upload:VA,Record:RA,Back:LA,"Search...":"Buscar...","Search Videos...":"Buscar videos...",Stock:$A,Model:MA,Make:OA,Year:DA,"Lesa TV Import":"Importar Lesa TV","Merge Videos":"Combinar Videos",Cancel:NA,"Select 2+ videos to merge":"Selecciona 2 o más videos para combinar","Select maximum 9 videos":"Selecciona un máximo de 9 videos",Insert:PA,"Copy Video":"Copiar Video","Copy to Primary":"Copiar a Primary",Download:FA,Voiceover:zA,"Loading...":"Cargando...","No videos match your query":"Ningún video coincide con tu búsqueda","Upload new video":"Subir nuevo video","Drag and drop your files here or":"Arrastra y suelta tus archivos aquí o","Browse files...":"Buscar archivos...","Continue Upload":"Continuar Subida","You will have to restart your video upload from the beginning if you cancel now. Are you sure you want to cancel this upload?":"Tendrás que reiniciar la subida de tu video desde el principio si cancelas ahora. Estás seguro de que quieres cancelar esta subida?","Record Video":"Grabar Video","Choose recording option":"Elige opción de grabación","Screen+Cam":"Pantalla+Cámara","Screen Only":"Solo Pantalla","Cam Only":"Solo Cámara","Recording settings":"Configuración de grabación","Video source":"Fuente de video","Audio source":"Fuente de audio","Video quality":"Calidad de video",Low:BA,"Faster Upload":"Subida Más Rápida",Standard:qA,"Fast Upload":"Subida Rápida",High:UA,"Slow Upload":"Subida Lenta",Save:WA,"Leave without saving changes?":"¿Salir sin guardar los cambios?","Your updates will not be saved. This action can’t be undone.":"Tus actualizaciones no se guardarán. Esta acción no se puede deshacer.","Discard Changes":"Descartar Cambios","Save Changes":"Guardar Cambios","Leave without saving the recording?":"¿Salir sin guardar la grabación?","Your recording will not be saved. This action can’t be undone.":"Tu grabación no se guardará. Esta acción no se puede deshacer.",Continue:HA,Leave:GA,"Delete Current Video?":"¿Eliminar el Video Actual?","Do you want to go back? The current video will be deleted.":"¿Quieres regresar? El video actual será eliminado.","Yes, Delete Video":"Sí, Eliminar Video","No, Keep Video":"No, Mantener Video","Yes, Keep Video":"Sí, Mantener Video","Some of the videos are still processing. Please wait until they are done, and then proceed with merging.":"Algunos de los videos aún están procesándose. Por favor espera hasta que terminen, y luego procede con la combinación.","Change recording option":"Cambiar opción de grabación","Start recording":" Iniciar grabación",Resume:YA,Pause:QA,Finish:ZA,"Loading camera":"Cargando cámara",Edit:KA,Teleprompter:XA,"Turn on":"Encender","Turn Off Teleprompter":"Apagar Teleprompter","Set teleprompter speed":"Ajustar velocidad del teleprompter",Close:JA,Script:eV,Appearance:tV,Speed:oV,"Select script...":"Seleccionar guion...",Position:rV,"Text size":"Tamaño del texto",Small:iV,Medium:nV,Large:sV,"Type or paste your script here...":"Escribe o pega tu guion aquí...","Save To My Scripts":"Guardar en Mis Guiones",Top:aV,Bottom:cV,"Create a new script":"Crear un nuevo guion","Select file":"Seleccionar archivo","Cancel Teleprompter?":"¿Cancelar Teleprompter?","You will lose all changes for the Teleprompter.":"Perderás todos los cambios del Teleprompter.","Yes, cancel":"Sí, cancelar","Back to editing":"Volver a editar",Telepromter:lV,"Virtual Backgrounds":"Fondos Virtuales","Applying Virtual Background":"Aplicando Fondos Virtuale","Select from a library of high-resolution images, or upload your own for extra personalization.":"Selecciona de una biblioteca de imágenes de alta resolución, o sube las tuyas para una personalización extra.","Select your own":"Selecciona las tuyas propias","Select a virtual background":"Selecciona un fondo virtual",Done:dV,"Drag and drop files here to upload new file":"Arrastra y suelta archivos aquí para subir un nuevo archivo","Drop files here":"Suelta los archivos aquí",All:uV,"No more files":"No hay más archivos","No files found.":"No se encontraron archivos.","Select your virtual background":"Selecciona tu fondo virtual","Search files...":"Buscar archivos...","Uploaded on (ASC)":"Subido el (ASC)","Uploaded on (DESC)":"Subido el (DESC)","Close video preview":"Cerrar vista previa de video","Tag can not be empty.":"La etiqueta no puede estar vacía.","Tag cannot contain more than {{count}} characters":"La etiqueta no puede contener más de {{count}} caracteres.","Tag already exists.":"La etiqueta ya existe.","Manage Tags":"Gestionar Etiquetas","Add tag(s)...":"Añadir etiqueta(s)...","Add Tags...":"Añadir Etiquetas...","Remove this video":"Eliminar este video","Select Folder":"Seleccionar Carpeta","Video Title":"Título del Video","This field is required":"Este campo es obligatorio","Title should not contain a dot (.)":"El título no debe contener un punto (.).","Advisor ID is required":"El identificador del asesor es obligatorio.","Repair Order Number is required.":"El número de orden de reparación es obligatorio.","Preview recorded video":"Vista previa del video grabado",Discard:pV,"Save Recording":"Guardar Grabación","Continue to Insert":"Continuar para Insertar","Video Attributes":"Atributos del Video",required:xV,"Video Type":"Tipo de Video","Search vehicle":"Buscar vehículo","Search vehicle by name, VIN or stock number...":"Buscar vehículo por nombre, VIN o número de stock...",VIN:hV,"Stock number":"Número de stock","Assign To":"Asignar a","RO Number":"Número de RO","Customer Name":"Nombre del Cliente",Note:yV,"Waiting...":"Esperando...",Encoding:fV,Encoded:gV,Creating:mV,Created:vV,Uploading:bV,Uploaded:wV,"Controls disabled before preview.":"Controles deshabilitados antes de la vista previa.","Start Over":"Empezar de Nuevo","Start Over?":"¿Empezar de Nuevo?","Your voiceover recording will be erased.":"Tu grabación de voz será borrada.","Go Back":"Regresar","Save Video":"Guardar Video","Duplicated video ready for voiceover":"Video duplicado listo para voz en off","The video won’t be available in the Library until you save it. A new voiceover will replace the original audio of duplicated video.":"El video no estará disponible en la Biblioteca hasta que lo guardes. Una nueva voz en off reemplazará el audio original del video duplicado.","Name new video":"Nombrar nuevo video","Give your new video a name":"Dale un nombre a tu nuevo video","Wheels TV Import":"Importar Wheels TV","Oops! It looks like there are no videos matching your search terms.":"¡Vaya! Parece que no hay videos que coincidan con tus términos de búsqueda.","Try using a different search terms":"Intenta usar términos de búsqueda diferentes","Go to:":"Ir a:",Failed:SV,"Trimmed.":"Recortado.","Revert to Original":"Revertir a Original","Playback Speed":"Velocidad de Reproducción",Title:CV,Tags:kV,"Search tags or create new...":"Buscar etiquetas o crear nuevas...","Mark Video as ‘Sent’?":"¿Marcar Video como 'Enviado'?","If you don't want to answer this question with each QuickShare, you can change QuickShare preferences.":"Si no quieres responder a esta pregunta en cada QuickShare, puedes cambiar las preferencias de QuickShare.","If you don't want to answer this question with each QuickShare, your admin can change QuickShare preferences.":"Si no quieres responder a esta pregunta en cada QuickShare, tu administrador puede cambiar las preferencias de QuickShare.","Leave as ‘Not Sent’":"Dejar como 'No Enviado'","Mark as Sent":"Marcar como Enviado","Something went wrong while trimming the video, try again later!":"¡Algo salió mal al recortar el video, intenta de nuevo más tarde!","Download failed, please try again later.":"La descarga falló, por favor intenta de nuevo más tarde.","Video copied successfully.":"Video copiado con éxito.","Copy failed, please try again later.":"Error al copiar, por favor intenta de nuevo más tarde.","Video marked as Sent":"Video marcado como Enviado","Inserting video...":"Insertando video...","Link copied to clipboard!":"¡Enlace copiado al portapapeles!","Script updated sucessfully.":"Guion actualizado con éxito.","Script saved as {{scriptTitleText}}.":"Guion guardado como {{scriptTitleText}}","Failed to start recording.":"Error al iniciar la grabación.","Something went wrong, try again later!":"¡Algo salió mal, intenta de nuevo más tarde!","Error while uploading file, please try again later.":"Error al subir el archivo, por favor intenta de nuevo más tarde.","Successfully saved video!":"¡Video guardado con éxito!","There was an error while creating your video request. Please try again.":"Hubo un error al crear tu solicitud de video. Por favor, intenta de nuevo.","Server is currently unavailable, try again later!":"¡El servidor no está disponible actualmente, intenta de nuevo más tarde!","Creating voiceover failed, try again later!":"¡Error al crear la voz en off, intenta de nuevo más tarde!","Voiceover successfully created!":"¡Voz en off creada con éxito!","Please enable audio in your recording settings and try again!":"¡Por favor, habilita el audio en la configuración de tu grabación e intenta de nuevo!","Video has been added!":"¡El video ha sido añadido!","An error occured while trying to add the video!":"¡Ocurrió un error al intentar añadir el video!","We're currently experiencing difficulties fetching custom virtual backgrounds.":"Actualmente estamos experimentando dificultades para obtener fondos virtuales personalizados.","We're currently experiencing difficulties fetching Lesa videos.":"Actualmente estamos experimentando dificultades para obtener videos de Lesa.","Video successfully created!":"¡Video creado con éxito!","Failed to create video. Please try again later.":"No se pudo crear el video. Por favor, intenta de nuevo más tarde.","Video title can not be more than 100 characters!":"¡El título del video no puede tener más de 100 caracteres!","{{name}} is of invalid type and won't be uploaded.":"{{name}} tiene un tipo no válido y no se subirá.","Oops! Something went wrong, try again in a few moments.":"¡Vaya! Algo salió mal, intenta de nuevo en unos momentos.","Failed to copy to clipboard":"Error al copiar al portapapeles","Transcription Started.":"Transcripción Iniciada.",Marketing:jV,Prospecting:EV,"Respond to Inquiry":"Responder a Consulta","Thanks For Your Business":"Gracias por tu Negocio","Additional Repair":"Reparaciones Adicionale","Repair inquiry":"Consulta de Reparación","Regular service":"Servicio Regular","Service reminder":"Recordatorio de Servicio","Quote request":"Solicitud de Cotización",Copy:_V,"Trim Video":"Recortar Video",Trim:TV,"CRM Code Copied!":"¡Código CRM Copiado!","URL Copied!":"¡URL Copiado!","Raw HTML Copied!":"¡HTML en Bruto Copiado!","Landing Page":"Página de Aterrizaje",Websites:IV,CTAs:AV,"Use Existing":"Usar Existente","Add New":"Añadir Nuevo","No Websites":"No hay Sitios Web","No CTAs":"No hay CTAs","Enter website":"Introducir sitio web","No vehicles found, try entering a different name or VIN.":"No se encontraron vehículos, intenta ingresar un nombre o VIN diferente.","Add Vehicle":"Añadir Vehículo",Change:VV,Remove:RV,"To enable the integration with your Inventory Management System, please call us at":"Para habilitar la integración con tu Sistema de Gestión de Inventario, por favor llámanos al","processing...":"procesando...","Login failed":"Error de inicio de sesión","External token invalid.":"Token externo no válido.",Username:LV,Password:$V,Login:MV,"Forgot password?":"¿Olvidaste tu contraseña?","Please upgrade you account to use eLead integration.":"Por favor, actualiza tu cuenta para usar la integración eLead.","No Audio":"Sin Audio","No Video":"Sin Video","You do not have the necessary permissions to access this feature. Please check your browser permissions.":"No tienes los permisos necesarios para acceder a esta función. Por favor, verifica los permisos de tu navegador.","Add More Videos":"Añadir Más Videos","videos uploading":"videos subiendo","Video title is required!":"¡El título del video es obligatorio!","Uploading...":"Subiendo...","Encoding...":"Codificando...","VIN / search vehicle":"VIN / buscar vehículo","Select vehicle":"Seleccionar vehículo","Select video type":"Seleccionar tipo de video","Log Out":"Cerrar sesión","Login to your account":"Iniciar sesión en tu cuenta",of:OV,"No settings":"Sin configuraciones","Title cannot be empty.":"El título no puede estar vacío.","words / min":"palabras / min","Please enter at least three characters to search":"Por favor, ingresa al menos tres caracteres para buscar","Select Landing Page":"Seleccionar Página de Aterrizaje","We're currently experiencing difficulties fetching VINReels.":"Actualmente estamos experimentando dificultades para obtener VINReels.","We're currently experiencing difficulties fetching videos.":"Actualmente estamos experimentando dificultades para obtener videos.","We're currently experiencing difficulties fetching quick videos.":"Actualmente estamos experimentando dificultades para obtener videos rápidos.","VINReel has been added to Video library.":"VINReel ha sido añadido a la Biblioteca de Videos.","We're currently experiencing difficulties copying the VINReel to the Video library.":"Actualmente estamos experimentando dificultades para copiar el VINReel a la Biblioteca de Videos.","VINReels Import":"Importar VINReels",VINReels:DV,Lesa:NV,"Wheels TV":"Wheels TV","Add to Covideo":"Añadir a Covideo",Preview:PV,"Enable video reactions & comments":"Habilitar reacciones y comentarios en el video","Try using different search term":"Intenta usar un término de búsqueda diferente","All folders":"Todas las carpetas",Company:FV,Primary:zV,Private:BV,Vault:qV,"Vehicle Walkarounds":"Presentaciones de vehículos","Appointment Reminders":"Recordatorios de citas",Introductions:UV,"Post - Sale Thank You":"Gracias postventa","Video Replies":"Respuestas en video","You are currently logged in with a user account that has no active functionalities assigned within Covideo integration.":"Actualmente estás conectado con una cuenta de usuario que no tiene funcionalidades activas asignadas dentro de la integración de Covideo.","Welcome back":"Bienvenido de nuevo","Enter username to continue":"Ingresa tu nombre de usuario para continuar","Forgot username?":"¿Olvidaste tu nombre de usuario?","Log In":"Iniciar sesión","Verifying SSO...":"Verificando SSO...","First Response":"Primera Respuesta","Schedule a Test Drive":"Agendar una Prueba de Manejo","After Hours Responder":"Respondedor Fuera de Horario","Vehicle Walkaround":"Presentación del Vehículo","Appointment Reminder":"Recordatorio de Cita","Missed Appointment":"Cita Perdida","Unsold Follow-up":"Seguimiento de No Vendidos","Thank you":"Gracias","Review/Referral Request":"Solicitud de Reseña/Referencia","CSI Survey Reminder":"Recordatorio de Encuesta CSI","Holiday Promotion":"Promoción Festiva","Sale Promotion":"Promoción de Venta","Dealership Showcase":"Presentación del Concesionario","Aging Inventory Showcase":"Presentación de Inventario Antiguo","Purchase Anniversary":"Aniversario de Compra","Lease Expiration Reminder":"Recordatorio de Vencimiento de Arrendamiento","Happy Birthday":"Feliz Cumpleaños","Buy Back Offer":"Oferta de Recompra","Schedule Service Appointment":"Agendar Cita de Servicio","Service Appointment Reminder":"Recordatorio de Cita de Servicio","Maintenance Reminder":"Recordatorio de Mantenimiento","Intro to Service Department":"Introducción al Departamento de Servicio","Service Department Showcase":"Presentación del Departamento de Servicio","Quick video configuration updated successfully.":"La configuración del video rápido se actualizó correctamente.","Video sent from Covideo!":"¡Video enviado desde Covideo!","There was an error sending the quick video. Please try again.":"Hubo un error al enviar el video rápido. Inténtelo de nuevo.","There was an error updating quick video configuration. Please try again.":"Hubo un error al actualizar la configuración del video rápido. Inténtelo de nuevo.","See Details":"Ver Detalles",Search:WV,"Add Video":"Agregar video","You've reached the end.":"Has llegado al final.",quickVideoAddVideoHeader:HV,quickVideoSelectPart:GV,quickVideoNoVideosInFolder:YV,quickVideoAddYourVideos:QV,quickVideoAddYourVideo:ZV,quickVideoPartHeader:KV,Intro:XV,Main:JV,Outro:eR,"AI VIN Reel":"AI VIN Reel","AI Video Agent":"Agente de video IA",User:tR,Dealership:oR,Send:rR,"No title":"Sin título","Video thumbnail":"Miniatura del video","Thumbnail for {{name}}":"Miniatura de {{name}}","—":"—","{{seconds}} s":"{{seconds}} s","{{minutes}} min {{seconds}} s":"{{minutes}} min {{seconds}} s","{{count}} views":"{{count}} visualizaciones"},nR="Ajouter",sR="Téléverser",aR="Enregistrer",cR="Retour",lR="Stock",dR="Modèle",uR="Marque",pR="Année",xR="Annuler",hR="Insérer",yR="Télécharger",fR="Voix off",gR="Faible",mR="Standard",vR="Élevée",bR="Enregistrer",wR="Continuer",SR="Quitter",CR="Reprendre",kR="Pause",jR="Terminer",ER="Modifier",_R="Téléprompteur",TR="Fermer",IR="Script",AR="Apparence",VR="Vitesse",RR="Position",LR="Petit",$R="Moyen",MR="Grand",OR="Haut",DR="Bas",NR="Téléprompteur",PR="Terminé",FR="Tout",zR="Ignorer",BR="obligatoire",qR="VIN",UR="Remarque",WR="Encodage",HR="Encodé",GR="Création",YR="Créé",QR="Téléversement",ZR="Téléversé",KR="Échoué",XR="Titre",JR="Balises",eL="Marketing",tL="Prospection",oL="Copy",rL="Rogner",iL="Sites Web",nL="CTA",sL="Changer",aL="Supprimer",cL="Nom d’utilisateur",lL="Mot de passe",dL="Connexion",uL="de",pL="VINReels",xL="Lesa",hL="Aperçu",yL="Entreprise",fL="Principal",gL="Privé",mL="Coffre",vL="Présentations",bL="Rechercher",wL="Ajouter une vidéo — {{name}}",SL="Sélectionnez une vidéo pour la partie {{partType}}.",CL="Aucune vidéo dans le dossier sélectionné.",kL="Ajoutez vos vidéos",jL="Ajoutez votre vidéo",EL="Vidéo {{position}} - Vidéo {{partType}}",_L="Intro",TL="Principal",IL="Outro",AL="Utilisateur",VL="Concession",RL="Envoyer",LL={Add:nR,Upload:sR,Record:aR,Back:cR,"Search...":"Rechercher...","Search Videos...":"Rechercher des vidéos...",Stock:lR,Model:dR,Make:uR,Year:pR,"Lesa TV Import":"Importation Lesa TV","Merge Videos":"Fusionner les vidéos",Cancel:xR,"Select 2+ videos to merge":"Sélectionnez 2 vidéos ou plus à fusionner","Select maximum 9 videos":"Sélectionnez un maximum de 9 vidéos",Insert:hR,"Copy Video":"Copier la vidéo","Copy to Primary":"Copier vers Primary",Download:yR,Voiceover:fR,"Loading...":"Chargement...","No videos match your query":"Aucune vidéo ne correspond à votre recherche","Upload new video":"Téléverser une nouvelle vidéo","Drag and drop your files here or":"Glissez et déposez vos fichiers ici ou","Browse files...":"Parcourir les fichiers...","Continue Upload":"Continuer le téléversement","You will have to restart your video upload from the beginning if you cancel now. Are you sure you want to cancel this upload?":"Vous devrez recommencer le téléversement de votre vidéo depuis le début si vous annulez maintenant. Êtes-vous sûr de vouloir annuler ce téléversement?","Record Video":"Enregistrer une vidéo","Choose recording option":"Choisir l'option d'enregistrement","Screen+Cam":"Écran+Caméra","Screen Only":"Écran uniquement","Cam Only":"Caméra uniquement","Recording settings":"Paramètres d'enregistrement","Video source":"Source vidéo","Audio source":"Source audio","Video quality":"Qualité vidéo",Low:gR,"Faster Upload":"Téléversement plus rapide",Standard:mR,"Fast Upload":"Téléversement rapide",High:vR,"Slow Upload":"Téléversement lent",Save:bR,"Leave without saving changes?":"Quitter sans enregistrer les modifications?","Your updates will not be saved. This action can’t be undone.":"Vos mises à jour ne seront pas enregistrées. Cette action est irréversible.","Discard Changes":"Ignorer les modifications","Save Changes":"Enregistrer les modifications","Leave without saving the recording?":"Quitter sans enregistrer l'enregistrement?","Your recording will not be saved. This action can’t be undone.":"Votre enregistrement ne sera pas sauvegardé. Cette action est irréversible.",Continue:wR,Leave:SR,"Delete Current Video?":"Supprimer la vidéo actuelle?","Do you want to go back? The current video will be deleted.":"Voulez-vous revenir en arrière? La vidéo actuelle sera supprimée.","Yes, Delete Video":"Oui, supprimer la vidéo","No, Keep Video":"Non, conserver la vidéo","Yes, Keep Video":"Oui, conserver la vidéo","Some of the videos are still processing. Please wait until they are done, and then proceed with merging.":"Certaines des vidéos sont encore en cours de traitement. Veuillez attendre qu'elles soient terminées, puis procédez à la fusion.","Change recording option":"Changer l'option d'enregistrement","Start recording":" Démarrer l'enregistrement",Resume:CR,Pause:kR,Finish:jR,"Loading camera":"Chargement de la caméra",Edit:ER,Teleprompter:_R,"Turn on":"Allumer","Turn Off Teleprompter":"Éteindre le téléprompteur","Set teleprompter speed":"Régler la vitesse du téléprompteur",Close:TR,Script:IR,Appearance:AR,Speed:VR,"Select script...":"Sélectionner un script...",Position:RR,"Text size":"Taille du texte",Small:LR,Medium:$R,Large:MR,"Type or paste your script here...":"Tapez ou collez votre script ici...","Save To My Scripts":"Enregistrer dans Mes Scripts",Top:OR,Bottom:DR,"Create a new script":"Créer un nouveau script","Select file":"Sélectionner un fichier","Cancel Teleprompter?":"Annuler le téléprompteur?","You will lose all changes for the Teleprompter.":"Vous perdrez toutes les modifications du téléprompteur.","Yes, cancel":"Oui, annuler","Back to editing":"Retour à la modification",Telepromter:NR,"Virtual Backgrounds":"Arrière-plans virtuels","Applying Virtual Background":"Application des arrière-plans virtuel","Select from a library of high-resolution images, or upload your own for extra personalization.":"Sélectionnez dans une bibliothèque d'images haute résolution, ou téléversez les vôtres pour une personnalisation supplémentaire.","Select your own":"Sélectionnez les vôtres","Select a virtual background":"Sélectionnez un arrière-plan virtuel",Done:PR,"Drag and drop files here to upload new file":"Glissez et déposez des fichiers ici pour téléverser un nouveau fichier","Drop files here":"Déposez les fichiers ici",All:FR,"No more files":"Plus de fichiers","No files found.":"Aucun fichier trouvé.","Select your virtual background":"Sélectionnez votre arrière-plan virtuel","Search files...":"Rechercher des fichiers...","Uploaded on (ASC)":"Téléversé le (ASC)","Uploaded on (DESC)":"Téléversé le (DESC)","Close video preview":"Fermer l'aperçu vidéo","Tag can not be empty.":"La balise ne peut pas être vide.","Tag cannot contain more than {{count}} characters":"L’étiquette ne peut pas contenir plus de {{count}} caractères.","Tag already exists.":"La balise existe déjà.","Manage Tags":"Gérer les balises","Add tag(s)...":"Ajouter une ou des balises...","Add Tags...":"Ajouter des balises...","Remove this video":"Supprimer cette vidéo","Select Folder":"Sélectionner un dossier","Video Title":"Titre de la vidéo","This field is required":"Ce champ est obligatoire","Title should not contain a dot (.)":"Le titre ne doit pas contenir de point (.).","Advisor ID is required":"L’identifiant du conseiller est obligatoire.","Repair Order Number is required.":"Le numéro de commande de réparation est obligatoire.","Preview recorded video":"Aperçu de la vidéo enregistrée",Discard:zR,"Save Recording":"Enregistrer l'enregistrement","Continue to Insert":"Continuer pour insérer","Video Attributes":"Attributs de la vidéo",required:BR,"Video Type":"Type de vidéo","Search vehicle":"Rechercher un véhicule","Search vehicle by name, VIN or stock number...":"Rechercher un véhicule par nom, VIN ou numéro de stock...",VIN:qR,"Stock number":"Numéro de stock","Assign To":"Assigner à","RO Number":"Numéro de RO","Customer Name":"Nom du client",Note:UR,"Waiting...":"En attente...",Encoding:WR,Encoded:HR,Creating:GR,Created:YR,Uploading:QR,Uploaded:ZR,"Controls disabled before preview.":"Contrôles désactivés avant l'aperçu.","Start Over":"Recommencer","Start Over?":"Recommencer?","Your voiceover recording will be erased.":"Votre enregistrement de voix off sera effacé.","Go Back":"Retour","Save Video":"Enregistrer la vidéo","Duplicated video ready for voiceover":"Vidéo dupliquée prête pour la voix off","The video won’t be available in the Library until you save it. A new voiceover will replace the original audio of duplicated video.":"La vidéo ne sera pas disponible dans la bibliothèque tant que vous ne l'aurez pas enregistrée. Une nouvelle voix off remplacera l'audio original de la vidéo dupliquée.","Name new video":"Nommer la nouvelle vidéo","Give your new video a name":"Donnez un nom à votre nouvelle vidéo","Wheels TV Import":"Importation Wheels TV","Oops! It looks like there are no videos matching your search terms.":"Oups! Il semble qu'il n'y ait pas de vidéos correspondant à vos termes de recherche.","Try using a different search terms":"Essayez d'utiliser des termes de recherche différents","Go to:":"Aller à:",Failed:KR,"Trimmed.":"Rogner.","Revert to Original":"Revenir à l'original","Playback Speed":"Vitesse de lecture",Title:XR,Tags:JR,"Search tags or create new...":"Rechercher des balises ou en créer de nouvelles...","Mark Video as ‘Sent’?":"Marquer la vidéo comme 'Envoyée'?","If you don't want to answer this question with each QuickShare, you can change QuickShare preferences.":"Si vous ne souhaitez pas répondre à cette question à chaque QuickShare, vous pouvez modifier les préférences de QuickShare.","If you don't want to answer this question with each QuickShare, your admin can change QuickShare preferences.":"Si vous ne souhaitez pas répondre à cette question à chaque QuickShare, votre administrateur peut modifier les préférences de QuickShare.","Leave as ‘Not Sent’":"Laisser comme 'Non envoyé'","Mark as Sent":"Marquer comme envoyé","Something went wrong while trimming the video, try again later!":"Une erreur s'est produite lors du rognage de la vidéo, réessayez plus tard!","Download failed, please try again later.":"Le téléchargement a échoué, veuillez réessayer plus tard.","Video copied successfully.":"Vidéo copiée avec succès.","Copy failed, please try again later.":"La copie a échoué, veuillez réessayer plus tard.","Video marked as Sent":"Vidéo marquée comme envoyée","Inserting video...":" Insertion de la vidéo...","Link copied to clipboard!":"Lien copié dans le presse-papiers!","Script updated sucessfully.":"Script mis à jour avec succès.","Script saved as {{scriptTitleText}}.":"Script enregistré sous {{scriptTitleText}}.","Failed to start recording.":"Échec du démarrage de l'enregistrement.","Something went wrong, try again later!":"Une erreur s'est produite, réessayez plus tard!","Error while uploading file, please try again later.":"Erreur lors du téléversement du fichier, veuillez réessayer plus tard.","Successfully saved video!":"Vidéo enregistrée avec succès!","There was an error while creating your video request. Please try again.":"Une erreur s'est produite lors de la création de votre demande de vidéo. Veuillez réessayer.","Server is currently unavailable, try again later!":"Le serveur est actuellement indisponible, réessayez plus tard!","Creating voiceover failed, try again later!":"Échec de la création de la voix off, réessayez plus tard!","Voiceover successfully created!":"Voix off créée avec succès!","Please enable audio in your recording settings and try again!":"Veuillez activer l'audio dans vos paramètres d'enregistrement et réessayer!","Video has been added!":"La vidéo a été ajoutée!","An error occured while trying to add the video!":"Une erreur s'est produite lors de la tentative d'ajout de la vidéo!","We're currently experiencing difficulties fetching custom virtual backgrounds.":"Nous rencontrons actuellement des difficultés pour récupérer des arrière-plans virtuels personnalisés.","We're currently experiencing difficulties fetching Lesa videos.":"Nous rencontrons actuellement des difficultés pour récupérer les vidéos Lesa.","Video successfully created!":"Vidéo créée avec succès!","Failed to create video. Please try again later.":"Échec de la création de la vidéo. Veuillez réessayer plus tard.","Video title can not be more than 100 characters!":"Le titre de la vidéo ne peut pas contenir plus de 100 caractères!","{{name}} is of invalid type and won't be uploaded.":"{{name}} est d’un type non valide et ne sera pas téléversé.","Oops! Something went wrong, try again in a few moments.":"Oups! Une erreur s'est produite, réessayez dans quelques instants.","Failed to copy to clipboard":"Échec de la copie dans le presse-papiers","Transcription Started.":"Transcription commencée.",Marketing:eL,Prospecting:tL,"Respond to Inquiry":"Répondre à la demande","Thanks For Your Business":"Merci pour votre entreprise","Additional Repair":"Réparations supplémentaire","Repair inquiry":"Demande de réparation","Regular service":"Service régulier","Service reminder":"Rappel de service","Quote request":"Demande de devis",Copy:oL,"Trim Video":"Rogner la vidéo",Trim:rL,"CRM Code Copied!":"Code CRM copié!","URL Copied!":"URL copiée!","Raw HTML Copied!":"HTML brut copié!","Landing Page":"Page de destination",Websites:iL,CTAs:nL,"Use Existing":"Utiliser existant","Add New":"Ajouter nouveau","No Websites":"Aucun site Web","No CTAs":"Aucun CTA","Enter website":"Entrer le site Web","No vehicles found, try entering a different name or VIN.":"Aucun véhicule trouvé, essayez d'entrer un nom ou un VIN différent.","Add Vehicle":"Ajouter un véhicule",Change:sL,Remove:aL,"To enable the integration with your Inventory Management System, please call us at":"Pour activer l'intégration avec votre système de gestion des stocks, veuillez nous appeler au","processing...":"traitement...","Login failed":"Échec de la connexion","External token invalid.":"Jeton externe invalide.",Username:cL,Password:lL,Login:dL,"Forgot password?":"Mot de passe oublié ?","Please upgrade you account to use eLead integration.":"Veuillez mettre à niveau votre compte pour utiliser l'intégration eLead.","No Audio":"Pas d'audio","No Video":"Pas de vidéo","You do not have the necessary permissions to access this feature. Please check your browser permissions.":"Vous n'avez pas les autorisations nécessaires pour accéder à cette fonctionnalité. Veuillez vérifier les autorisations de votre navigateur.","Add More Videos":"Ajouter plus de vidéos","videos uploading":"vidéos en cours de téléversement","Video title is required!":"Le titre de la vidéo est obligatoire!","Uploading...":"Téléversement...","Encoding...":"Encodage...","VIN / search vehicle":"VIN / rechercher un véhicule","Select vehicle":"Sélectionner un véhicule","Select video type":"Sélectionner le type de vidéo","Log Out":"Déconnexion","Login to your account":"Connectez-vous à votre compte",of:uL,"No settings":"Aucun paramètre","Title cannot be empty.":"Le titre ne peut pas être vide.","words / min":"mots / min","Please enter at least three characters to search":"Veuillez entrer au moins trois caractères pour la recherche","Select Landing Page":"Sélectionner la page de destination","We're currently experiencing difficulties fetching VINReels.":"Nous rencontrons actuellement des difficultés pour récupérer les VINReels.","We're currently experiencing difficulties fetching videos.":"Nous rencontrons actuellement des difficultés pour récupérer les vidéos.","We're currently experiencing difficulties fetching quick videos.":"Nous rencontrons actuellement des difficultés pour récupérer les vidéos rapides.","VINReel has been added to Video library.":"Le VINReel a été ajouté à la bibliothèque vidéo.","We're currently experiencing difficulties copying the VINReel to the Video library.":"Nous rencontrons actuellement des difficultés pour copier le VINReel dans la bibliothèque vidéo.","VINReels Import":"Importation VINReels",VINReels:pL,Lesa:xL,"Wheels TV":"Wheels TV","Add to Covideo":"Ajouter à Covideo",Preview:hL,"Enable video reactions & comments":"Activer les réactions et commentaires vidéo","Try using different search term":"Essayez d'utiliser un terme de recherche différent","All folders":"Tous les dossiers",Company:yL,Primary:fL,Private:gL,Vault:mL,"Vehicle Walkarounds":"Présentations de véhicules","Appointment Reminders":"Rappels de rendez-vous",Introductions:vL,"Post - Sale Thank You":"Remerciements après-vente","Video Replies":"Réponses vidéo","You are currently logged in with a user account that has no active functionalities assigned within Covideo integration.":"Vous êtes actuellement connecté avec un compte utilisateur qui n'a aucune fonctionnalité active assignée dans l'intégration de Covideo.","Welcome back":"Bon retour","Enter username to continue":"Entrez le nom d'utilisateur pour continuer","Forgot username?":"Nom d'utilisateur oublié?","Log In":"Se connecter","Verifying SSO...":"Vérification SSO...","First Response":"Première Réponse","Schedule a Test Drive":"Planifier un Essai Routier","After Hours Responder":"Répondeur Hors Heures d'Ouverture","Vehicle Walkaround":"Présentation du Véhicule","Appointment Reminder":"Rappel de Rendez-vous","Missed Appointment":"Rendez-vous Manqué","Unsold Follow-up":"Suivi des Non-vendus","Thank you":"Merci","Review/Referral Request":"Demande d'Avis/de Recommandation","CSI Survey Reminder":"Rappel d'Enquête CSI","Holiday Promotion":"Promotion des Fêtes","Sale Promotion":"Promotion de Vente","Dealership Showcase":"Présentation du Concessionnaire","Aging Inventory Showcase":"Présentation de l'Inventaire Vieillissant","Purchase Anniversary":"Anniversaire d'Achat","Lease Expiration Reminder":"Rappel d'Expiration de Location","Happy Birthday":"Joyeux Anniversaire","Buy Back Offer":"Offre de Rachat","Schedule Service Appointment":"Planifier un Rendez-vous de Service","Service Appointment Reminder":"Rappel de Rendez-vous de Service","Maintenance Reminder":"Rappel d'Entretien","Intro to Service Department":"Introduction au Département de Service","Service Department Showcase":"Présentation du Département de Service","Quick video configuration updated successfully.":"La configuration de la vidéo rapide a été mise à jour avec succès.","Video sent from Covideo!":"Vidéo envoyée depuis Covideo !","There was an error sending the quick video. Please try again.":"Une erreur s'est produite lors de l'envoi de la vidéo rapide. Veuillez réessayer.","There was an error updating quick video configuration. Please try again.":"Une erreur s'est produite lors de la mise à jour de la configuration de la vidéo rapide. Veuillez réessayer.","See Details":"Voir les détails",Search:bL,"Add Video":"Ajouter une vidéo","You've reached the end.":"Vous avez atteint la fin.",quickVideoAddVideoHeader:wL,quickVideoSelectPart:SL,quickVideoNoVideosInFolder:CL,quickVideoAddYourVideos:kL,quickVideoAddYourVideo:jL,quickVideoPartHeader:EL,Intro:_L,Main:TL,Outro:IL,"AI VIN Reel":"AI VIN Reel","AI Video Agent":"Agent vidéo IA",User:AL,Dealership:VL,Send:RL,"No title":"Sans titre","Video thumbnail":"Miniature de la vidéo","Thumbnail for {{name}}":"Miniature pour {{name}}","—":"—","{{seconds}} s":"{{seconds}} s","{{minutes}} min {{seconds}} s":"{{minutes}} min {{seconds}} s","{{count}} views":"{{count}} vues"};Wo.use(re.initReactI18next).init({resources:{en:{translation:IA},es:{translation:iR},fr:{translation:LL}},fallbackLng:"en",supportedLngs:["en","es","fr"],interpolation:{escapeValue:!1},react:{useSuspense:!1},saveMissing:!0,missingKeyHandler:function(e,i,n,a){console.warn("Missing translation key:",{lng:e,ns:i,key:n,fallbackValue:a})}});const o2=l.div`
4929
4929
  display: flex;
@@ -5112,7 +5112,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
5112
5112
  min-width: unset;
5113
5113
  max-width: unset;
5114
5114
  `}
5115
- `,r$=({handleModalClose:e,source:i})=>{const{t:n}=re.useTranslation(),a=f.createRef();return o.jsx(Xr,{maxHeight:"fit-content",onOutsideClick:e,children:o.jsxs(o$,{children:[o.jsx(t$,{title:n("Close video preview"),onClick:e,children:o.jsx(z0,{})}),o.jsx(e$,{children:o.jsx(B0,{videoSource:i,videoRef:a,autoplay:!0,height:"405px",width:"100%"})})]})})};var nr=(e=>(e.CREATED_AT="createdAt",e.YEAR="year",e.MAKE="make",e.MODEL="model",e))(nr||{}),Wr=(e=>(e.DESCENDING="DESC",e.ASCENDING="ASC",e))(Wr||{});const i$=async e=>(await je.get("/vinreels",{params:e})).data,n$=e=>{const{toast:i}=pt(),{t:n}=re.useTranslation();return Me.useQuery(["VIN_REEL",e],()=>i$(e),{onError:a=>{i({message:n("We're currently experiencing difficulties fetching VINReels.")})}})},s$=async e=>(await je.post("/vinreels/videos",e)).data,a$=({onSuccessCallback:e})=>{const{t:i}=re.useTranslation(),{toast:n}=pt();return Me.useMutation(s$,{onSuccess:()=>{n({message:i("VINReel has been added to Video library.")}),e&&e()},onError:a=>{n({message:i("We're currently experiencing difficulties copying the VINReel to the Video library.")})}})},c$="data:image/webp;base64,UklGRmgHAABXRUJQVlA4IFwHAACQbwCdASqAAuABPp1Op020NzKiopHoALATiWlu4XJx+s/50+yuzN5LT07P+uvZVjy2gXYbLyiFcmJVtPJ99F7iDa3Mx9NfEQfTXxEH018RB9NfEXEW+GSWku6CKN0gKVzhot39pAUrnDRbt6EBSucNFu/tIClc4aLd/aQFJCIPpr4iD6a+Il2V86F8zMfTX02Vbtg8lWeZj6a+PEkbPFnmY+mviIPpsO8XYPMKlc4bOt2weYVPKf2l1BgbkGlK7hNpAOB3f2kBrKY98cqBJq6R6rF6f2rnDRKj3NmOWiu5CGO7+0gKVzhotgbSAwB6IkT3maV9pAUkxKrdsHmFSQiD6a/Vsx9NfEQfTXxEFiXleOFr2CRwqk5d2kBSucNFu/U8WeZj6a+BC/7IHIcFZ5lKWhbXls3wt2P1ipChg52BghCKhvxZ5q7+0gKVzhosoKBiFb6hayiOe2VDCepc9JLy2Znyq3jKcSKGOo9pASKGS7+0gKVzheq8aOFTyUYRDE4N8ZCOOx4SA1Z2dVAVzilc4aLd/aK6Vzhot39pAMiFF8JvTmFkag4TaoRQPuer+YcG8j3ETWEIHzmYC9COcNFu/XA5aK7kIpFZwCPHKzQmBoDZCv/2yCrYRH1uje1uLegBPQd3qatUn6uacwFmBVniOtSucNFsDaQFK5w0W6SFx3yTKKfhc2HofMjMi3v8ZTWYJmdCbPTrv7SApXOF5MhfVxJDu52eZtJOPbPM5SKan+R9TeWrnDRI+mviIPpgzcQAKV8QKQQ/Dcco4ItRxaxwtewKKlVA4t1KXf2kBSucNEj6a+Ig+mDETtzQTushu6rxWradFTRxaxwtewLUBR2rmY+mviIRzzCpXOGi3esJ4NNIVRKRH4dF49j5QUiIcKT9QQRlhZFJLv7SApJiU/GvyxLVzhotaNe0OmOVjheD9eYhV3KtDnizzMfTXxEH018RB9N/orLksPtDRbv7SApXOCEzHtIClc4aLd/aQFK5w0W7+0gKVzhlmT7CxSucMqfU18RB9NfEQfTXxEH018RB+UgqVzhot39pAUrnDRbv7CxSucNFu/tFdK5gWAvR9NfEQfTXxEH018RB9NfFi7br2pXOGi3f2kBI3JLv7SApXOGi2BtIClc4DfX9gIg+mviIPpr4iD6a+Ig+m/2z5Jd/aP1nmY+mviIPpr4iD6a+Ig+mvgQAAP79ZMH00mGs/Vy5cuXLly5TlDbQbaDbQbaDbQbkkg7i0JnaQCDhhvwXlXNzCTXNc2RLlzZERAhkyZMmTI9tVpIZdzLuZkidA0U9cuXLlym3GB8OdtCi3ijpckE2jH6CGQpdOGfIyAg5wQqgm2ow1Krg7JAtNBtoNs3Iaow2KSsQHeBG5VCQSA3KqltQHgnrLvnZqnC4ycua8HYi6CBPgXPJiYZr80n6zn2E1jT3Vjsbc1W25h6vhl+WX3xj5aaPagtEKviRRNvgcJlhZWS+kfDfT+vLqqroKOeI3CQbXlpntcQmuGdGObqLzkFR+SYQoT3DpY8xfw+7FNN5ujkAjo6OAvOIP/NXbVMN0PFvwHSkJ3Y8UrMwOShDOKqVhuIcYnJVdBTyMDkMGuG+hKTEa5cjkrC5AeALlTgMv6ZUjydfffodVvh1NNhNwmbiEmuVx6Goy/mqbhH2Aa7uNFU7dtBKmNkVscjSlDWBCxVdHEknWPmeLa9ZD5K/appsdDgBILJmyOnbdcNJHxJe7S41pGqcwy43+9nU42FHxA9RbMJ9jEoh/uSrypP24fRZNdgJuxxh8vLgw3hP8c6TfxK1SHQkcZgcBsdn+DKvxDDb18Yqbnz6/GRJL0BqFFKKcF94rzCjW6CSU4oob5Kz7CH5XM2uz2TvSWVWZVm95WjT/MQtrqt1YCDo7FJFVJqa2Li0zdyKnAl/nxEUhwAyqH9z5gtZg86+6A2c6JXc6hcWyuTA+PK3w+fPnzPTSDa69QEZAXGbwRtuYOauK07sgn3jwXpO8tG16S75KDF4qh4KVgYsBKRDac5y19hBTztscqp56cDxqpFCXehgWuH7AbxR05igWMmsfPUeQRPA3O7Wo/lT7PGICl85jwU7LEOuf1kNCWmrXqdnK4hcv2fA2vE3Lokvq70Ta1YmI7lbnQeGf51YGxDon3oUagmcYMbkEefKizZWzGKh1187Ao7GNLxcywGkTvx3qPUXvkGRi5Irau39fMQcHay/ILTpdFwVKKeOOQMkvpA3ouEL2FQSCeeWl2phPl3H+pm4JqazzdT5TPvnWGie+wruyd4ORbf4AYMmAcV/j9lTVeVllfYL7poL1U78rvDqlWPnOLrd2CJSePegCVlIHELGc9drkze+9jSc9vtxSwYBiiVJVPdD7JxjzQPsp8/63yfQT6ENMXv+zo43gEWXX14820PPZvcIRt8nR5KUNg0BhMgfav5jVTnkZVc80m3ehSwL1JDdYEW62qi7JqkDYzKccAAA01AAh6/2AAAAHvvrf42kAAAXWDhqAAAAAAAAAAA=",l$={imagePlaceholder:c$},d$=e=>e.filter(Boolean).join(" "),a1=e=>{const{isSorted:i,order:n,onChange:a}=e;return o.jsxs(KL,{cursor:"pointer",children:[o.jsx(ot.IoMdArrowRoundUp,{className:i&&n===Wr.ASCENDING?"active":"",onClick:()=>a(Wr.ASCENDING)}),o.jsx(ot.IoMdArrowRoundDown,{className:i&&n===Wr.DESCENDING?"active":"",onClick:()=>a(Wr.DESCENDING)})]})},c1=1,Tn=8,u$=1,p$=()=>{var Z;const{containerWidth:e}=rt(),i=qe.useHistory(),[n,a]=f.useState(""),[c,d]=f.useState(c1),{t:u}=re.useTranslation(),[h,x]=f.useState(""),[y,m]=f.useState(Wr.ASCENDING),[v,S]=f.useState(null),C=()=>{i.push("/")},{data:E,isFetching:T,refetch:k}=n$({start:((c||1)-1)*Tn,limit:Tn,search:n,...v&&y?{sortKey:v,order:y}:{}}),{mutateAsync:j,isLoading:L}=a$({onSuccessCallback:C}),D=T||L,O=((E==null?void 0:E.data)||[]).find(W=>W.vin===h),M=()=>{d(1)},A=n.length>0&&n.length<3;f.useEffect(()=>{A||k()},[n]);const _=(W,Q)=>{m(Q),S(W),d(c1)},V=async W=>{const Q=W==null?void 0:W.inventoryItem;if(!Q)return;const Y=d$([Q==null?void 0:Q.year.toString(),Q.make,Q.model,Q.stockNumber]);await j({itemId:W.itemId,videoTitle:Y})},N=W=>{W==="left"&&d(Q=>Q-1),W==="right"&&d(Q=>Q+1)},U=Math.ceil(((E==null?void 0:E.count)||0)/Tn),$=()=>i.push("/"),z=async(W="")=>{a(W),M()};return o.jsxs(o.Fragment,{children:[o.jsxs(qL,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:u("Back"),icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>$(),variant:"transparent",style:{color:"white"}}),center:o.jsx(UL,{children:u("VINReels Import")})}),o.jsx(r0,{children:o.jsx(WL,{children:o.jsx(F3,{handleSearch:z,prevSearch:n})})})]}),o.jsx(HL,{children:o.jsx(r0,{extendStyle:{wrapper:{padding:e>=de.xs?"32px 16px":"16px 0px"}},children:D?o.jsx(JL,{children:o.jsx(Qt,{isLoading:D})}):A?o.jsx(C5,{children:o.jsx("p",{children:u("Please enter at least three characters to search")})}):E!=null&&E.data.length?o.jsxs(o.Fragment,{children:[o.jsxs(XL,{children:[e>=de.xs&&o.jsx(BL,{children:u("Preview")}),e>=de.xs&&o.jsxs(DL,{children:[u("Year"),o.jsx(a1,{isSorted:v===nr.YEAR,order:y,onChange:W=>_(nr.YEAR,W)})]}),o.jsxs(PL,{children:[u("Make"),o.jsx(a1,{isSorted:v===nr.MAKE,order:y,onChange:W=>_(nr.MAKE,W)})]}),o.jsxs(zL,{children:[u("Model"),o.jsx(a1,{isSorted:v===nr.MODEL,order:y,onChange:W=>_(nr.MODEL,W)})]})]}),o.jsx($L,{children:(Z=(E==null?void 0:E.data)||[])==null?void 0:Z.map(W=>{var Q,Y,H;return o.jsxs(ML,{children:[e>=de.xs&&o.jsx("div",{style:{width:"130px",height:"40px"},children:o.jsx(x3,{onClick:()=>x(W.vin),thumbnail:W.thumbnailUrl||l$.imagePlaceholder,videoId:W.vin,processing:0})}),e>=de.xs&&o.jsx(OL,{children:((Q=W==null?void 0:W.inventoryItem)==null?void 0:Q.year)||""}),o.jsx(NL,{children:((Y=W==null?void 0:W.inventoryItem)==null?void 0:Y.make)||""}),o.jsx(FL,{children:((H=W==null?void 0:W.inventoryItem)==null?void 0:H.model)||""}),o.jsx(St,{flexWrap:"noWrap",gap:"10px",children:o.jsx(K.Button,{variant:"secondary",text:u("Add"),onClick:()=>V(W)})})]},W.vin)})}),o.jsx(GL,{children:o.jsxs(ZL,{children:[o.jsx(YL,{children:u("Go to:")}),o.jsx(QL,{type:"number",min:u$,value:c,onChange:W=>{if(!W.currentTarget||!W.currentTarget.value)return;const Q=parseInt(W.currentTarget.value);if(Q<=0){M();return}if(Q>U){d(U);return}d(Q)}}),o.jsx(z3,{page:c-1,size:Tn,count:(E==null?void 0:E.count)||0}),o.jsx(K.Button,{onClick:()=>N("left"),icon:o.jsx(he.MdChevronLeft,{size:20}),disabled:c===c1,size:"small",variant:"secondary"}),o.jsx(K.Button,{onClick:()=>N("right"),icon:o.jsx(he.MdChevronRight,{size:20}),disabled:c===U,size:"small",variant:"secondary"})]})}),!!h&&!!O&&!!(O!=null&&O.videoUrl)&&o.jsx(r$,{source:(O==null?void 0:O.videoUrl)||"",handleModalClose:()=>{x("")}})]}):o.jsxs(C5,{children:[o.jsx("p",{children:u("Oops! It looks like there are no videos matching your search terms.")}),o.jsx("p",{children:u("Try using different search term")})]})})})]})};var s2=(e=>(e.USER="1",e.ADMIN="3",e.SUPERVISOR="4",e))(s2||{});const x$=l.div`
5115
+ `,r$=({handleModalClose:e,source:i})=>{const{t:n}=re.useTranslation(),a=f.createRef();return o.jsx(Xr,{maxHeight:"fit-content",onOutsideClick:e,children:o.jsxs(o$,{children:[o.jsx(t$,{title:n("Close video preview"),onClick:e,children:o.jsx(z0,{})}),o.jsx(e$,{children:o.jsx(B0,{videoSource:i,videoRef:a,autoplay:!0,height:"405px",width:"100%"})})]})})};var nr=(e=>(e.CREATED_AT="createdAt",e.YEAR="year",e.MAKE="make",e.MODEL="model",e))(nr||{}),Wr=(e=>(e.DESCENDING="DESC",e.ASCENDING="ASC",e))(Wr||{});const i$=async e=>(await je.get("/vinreels",{params:e})).data,n$=e=>{const{toast:i}=pt(),{t:n}=re.useTranslation();return Me.useQuery(["VIN_REEL",e],()=>i$(e),{onError:a=>{i({message:n("We're currently experiencing difficulties fetching VINReels.")})}})},s$=async e=>(await je.post("/vinreels/videos",e)).data,a$=({onSuccessCallback:e})=>{const{t:i}=re.useTranslation(),{toast:n}=pt();return Me.useMutation(s$,{onSuccess:()=>{n({message:i("VINReel has been added to Video library.")}),e&&e()},onError:a=>{n({message:i("We're currently experiencing difficulties copying the VINReel to the Video library.")})}})},c$="data:image/webp;base64,UklGRmgHAABXRUJQVlA4IFwHAACQbwCdASqAAuABPp1Op020NzKiopHoALATiWlu4XJx+s/50+yuzN5LT07P+uvZVjy2gXYbLyiFcmJVtPJ99F7iDa3Mx9NfEQfTXxEH018RB9NfEXEW+GSWku6CKN0gKVzhot39pAUrnDRbt6EBSucNFu/tIClc4aLd/aQFJCIPpr4iD6a+Il2V86F8zMfTX02Vbtg8lWeZj6a+PEkbPFnmY+mviIPpsO8XYPMKlc4bOt2weYVPKf2l1BgbkGlK7hNpAOB3f2kBrKY98cqBJq6R6rF6f2rnDRKj3NmOWiu5CGO7+0gKVzhotgbSAwB6IkT3maV9pAUkxKrdsHmFSQiD6a/Vsx9NfEQfTXxEFiXleOFr2CRwqk5d2kBSucNFu/U8WeZj6a+BC/7IHIcFZ5lKWhbXls3wt2P1ipChg52BghCKhvxZ5q7+0gKVzhosoKBiFb6hayiOe2VDCepc9JLy2Znyq3jKcSKGOo9pASKGS7+0gKVzheq8aOFTyUYRDE4N8ZCOOx4SA1Z2dVAVzilc4aLd/aK6Vzhot39pAMiFF8JvTmFkag4TaoRQPuer+YcG8j3ETWEIHzmYC9COcNFu/XA5aK7kIpFZwCPHKzQmBoDZCv/2yCrYRH1uje1uLegBPQd3qatUn6uacwFmBVniOtSucNFsDaQFK5w0W6SFx3yTKKfhc2HofMjMi3v8ZTWYJmdCbPTrv7SApXOF5MhfVxJDu52eZtJOPbPM5SKan+R9TeWrnDRI+mviIPpgzcQAKV8QKQQ/Dcco4ItRxaxwtewKKlVA4t1KXf2kBSucNEj6a+Ig+mDETtzQTushu6rxWradFTRxaxwtewLUBR2rmY+mviIRzzCpXOGi3esJ4NNIVRKRH4dF49j5QUiIcKT9QQRlhZFJLv7SApJiU/GvyxLVzhotaNe0OmOVjheD9eYhV3KtDnizzMfTXxEH018RB9N/orLksPtDRbv7SApXOCEzHtIClc4aLd/aQFK5w0W7+0gKVzhlmT7CxSucMqfU18RB9NfEQfTXxEH018RB+UgqVzhot39pAUrnDRbv7CxSucNFu/tFdK5gWAvR9NfEQfTXxEH018RB9NfFi7br2pXOGi3f2kBI3JLv7SApXOGi2BtIClc4DfX9gIg+mviIPpr4iD6a+Ig+m/2z5Jd/aP1nmY+mviIPpr4iD6a+Ig+mvgQAAP79ZMH00mGs/Vy5cuXLly5TlDbQbaDbQbaDbQbkkg7i0JnaQCDhhvwXlXNzCTXNc2RLlzZERAhkyZMmTI9tVpIZdzLuZkidA0U9cuXLlym3GB8OdtCi3ijpckE2jH6CGQpdOGfIyAg5wQqgm2ow1Krg7JAtNBtoNs3Iaow2KSsQHeBG5VCQSA3KqltQHgnrLvnZqnC4ycua8HYi6CBPgXPJiYZr80n6zn2E1jT3Vjsbc1W25h6vhl+WX3xj5aaPagtEKviRRNvgcJlhZWS+kfDfT+vLqqroKOeI3CQbXlpntcQmuGdGObqLzkFR+SYQoT3DpY8xfw+7FNN5ujkAjo6OAvOIP/NXbVMN0PFvwHSkJ3Y8UrMwOShDOKqVhuIcYnJVdBTyMDkMGuG+hKTEa5cjkrC5AeALlTgMv6ZUjydfffodVvh1NNhNwmbiEmuVx6Goy/mqbhH2Aa7uNFU7dtBKmNkVscjSlDWBCxVdHEknWPmeLa9ZD5K/appsdDgBILJmyOnbdcNJHxJe7S41pGqcwy43+9nU42FHxA9RbMJ9jEoh/uSrypP24fRZNdgJuxxh8vLgw3hP8c6TfxK1SHQkcZgcBsdn+DKvxDDb18Yqbnz6/GRJL0BqFFKKcF94rzCjW6CSU4oob5Kz7CH5XM2uz2TvSWVWZVm95WjT/MQtrqt1YCDo7FJFVJqa2Li0zdyKnAl/nxEUhwAyqH9z5gtZg86+6A2c6JXc6hcWyuTA+PK3w+fPnzPTSDa69QEZAXGbwRtuYOauK07sgn3jwXpO8tG16S75KDF4qh4KVgYsBKRDac5y19hBTztscqp56cDxqpFCXehgWuH7AbxR05igWMmsfPUeQRPA3O7Wo/lT7PGICl85jwU7LEOuf1kNCWmrXqdnK4hcv2fA2vE3Lokvq70Ta1YmI7lbnQeGf51YGxDon3oUagmcYMbkEefKizZWzGKh1187Ao7GNLxcywGkTvx3qPUXvkGRi5Irau39fMQcHay/ILTpdFwVKKeOOQMkvpA3ouEL2FQSCeeWl2phPl3H+pm4JqazzdT5TPvnWGie+wruyd4ORbf4AYMmAcV/j9lTVeVllfYL7poL1U78rvDqlWPnOLrd2CJSePegCVlIHELGc9drkze+9jSc9vtxSwYBiiVJVPdD7JxjzQPsp8/63yfQT6ENMXv+zo43gEWXX14820PPZvcIRt8nR5KUNg0BhMgfav5jVTnkZVc80m3ehSwL1JDdYEW62qi7JqkDYzKccAAA01AAh6/2AAAAHvvrf42kAAAXWDhqAAAAAAAAAAA=",l$={imagePlaceholder:c$},d$=e=>e.filter(Boolean).join(" "),a1=e=>{const{isSorted:i,order:n,onChange:a}=e;return o.jsxs(KL,{cursor:"pointer",children:[o.jsx(ot.IoMdArrowRoundUp,{className:i&&n===Wr.ASCENDING?"active":"",onClick:()=>a(Wr.ASCENDING)}),o.jsx(ot.IoMdArrowRoundDown,{className:i&&n===Wr.DESCENDING?"active":"",onClick:()=>a(Wr.DESCENDING)})]})},c1=1,Tn=8,u$=1,p$=()=>{var Z;const{containerWidth:e}=rt(),i=qe.useHistory(),[n,a]=f.useState(""),[c,d]=f.useState(c1),{t:u}=re.useTranslation(),[h,x]=f.useState(""),[y,v]=f.useState(Wr.ASCENDING),[m,w]=f.useState(null),C=()=>{i.push("/")},{data:E,isFetching:T,refetch:k}=n$({start:((c||1)-1)*Tn,limit:Tn,search:n,...m&&y?{sortKey:m,order:y}:{}}),{mutateAsync:j,isLoading:L}=a$({onSuccessCallback:C}),D=T||L,O=((E==null?void 0:E.data)||[]).find(W=>W.vin===h),M=()=>{d(1)},A=n.length>0&&n.length<3;f.useEffect(()=>{A||k()},[n]);const _=(W,Q)=>{v(Q),w(W),d(c1)},V=async W=>{const Q=W==null?void 0:W.inventoryItem;if(!Q)return;const Y=d$([Q==null?void 0:Q.year.toString(),Q.make,Q.model,Q.stockNumber]);await j({itemId:W.itemId,videoTitle:Y})},N=W=>{W==="left"&&d(Q=>Q-1),W==="right"&&d(Q=>Q+1)},U=Math.ceil(((E==null?void 0:E.count)||0)/Tn),$=()=>i.push("/"),z=async(W="")=>{a(W),M()};return o.jsxs(o.Fragment,{children:[o.jsxs(qL,{children:[o.jsx(wo,{left:o.jsx(K.Button,{text:u("Back"),icon:o.jsx(he.MdArrowBack,{size:"18"}),onClick:()=>$(),variant:"transparent",style:{color:"white"}}),center:o.jsx(UL,{children:u("VINReels Import")})}),o.jsx(r0,{children:o.jsx(WL,{children:o.jsx(F3,{handleSearch:z,prevSearch:n})})})]}),o.jsx(HL,{children:o.jsx(r0,{extendStyle:{wrapper:{padding:e>=de.xs?"32px 16px":"16px 0px"}},children:D?o.jsx(JL,{children:o.jsx(Qt,{isLoading:D})}):A?o.jsx(C5,{children:o.jsx("p",{children:u("Please enter at least three characters to search")})}):E!=null&&E.data.length?o.jsxs(o.Fragment,{children:[o.jsxs(XL,{children:[e>=de.xs&&o.jsx(BL,{children:u("Preview")}),e>=de.xs&&o.jsxs(DL,{children:[u("Year"),o.jsx(a1,{isSorted:m===nr.YEAR,order:y,onChange:W=>_(nr.YEAR,W)})]}),o.jsxs(PL,{children:[u("Make"),o.jsx(a1,{isSorted:m===nr.MAKE,order:y,onChange:W=>_(nr.MAKE,W)})]}),o.jsxs(zL,{children:[u("Model"),o.jsx(a1,{isSorted:m===nr.MODEL,order:y,onChange:W=>_(nr.MODEL,W)})]})]}),o.jsx($L,{children:(Z=(E==null?void 0:E.data)||[])==null?void 0:Z.map(W=>{var Q,Y,H;return o.jsxs(ML,{children:[e>=de.xs&&o.jsx("div",{style:{width:"130px",height:"40px"},children:o.jsx(x3,{onClick:()=>x(W.vin),thumbnail:W.thumbnailUrl||l$.imagePlaceholder,videoId:W.vin,processing:0})}),e>=de.xs&&o.jsx(OL,{children:((Q=W==null?void 0:W.inventoryItem)==null?void 0:Q.year)||""}),o.jsx(NL,{children:((Y=W==null?void 0:W.inventoryItem)==null?void 0:Y.make)||""}),o.jsx(FL,{children:((H=W==null?void 0:W.inventoryItem)==null?void 0:H.model)||""}),o.jsx(St,{flexWrap:"noWrap",gap:"10px",children:o.jsx(K.Button,{variant:"secondary",text:u("Add"),onClick:()=>V(W)})})]},W.vin)})}),o.jsx(GL,{children:o.jsxs(ZL,{children:[o.jsx(YL,{children:u("Go to:")}),o.jsx(QL,{type:"number",min:u$,value:c,onChange:W=>{if(!W.currentTarget||!W.currentTarget.value)return;const Q=parseInt(W.currentTarget.value);if(Q<=0){M();return}if(Q>U){d(U);return}d(Q)}}),o.jsx(z3,{page:c-1,size:Tn,count:(E==null?void 0:E.count)||0}),o.jsx(K.Button,{onClick:()=>N("left"),icon:o.jsx(he.MdChevronLeft,{size:20}),disabled:c===c1,size:"small",variant:"secondary"}),o.jsx(K.Button,{onClick:()=>N("right"),icon:o.jsx(he.MdChevronRight,{size:20}),disabled:c===U,size:"small",variant:"secondary"})]})}),!!h&&!!O&&!!(O!=null&&O.videoUrl)&&o.jsx(r$,{source:(O==null?void 0:O.videoUrl)||"",handleModalClose:()=>{x("")}})]}):o.jsxs(C5,{children:[o.jsx("p",{children:u("Oops! It looks like there are no videos matching your search terms.")}),o.jsx("p",{children:u("Try using different search term")})]})})})]})};var s2=(e=>(e.USER="1",e.ADMIN="3",e.SUPERVISOR="4",e))(s2||{});const x$=l.div`
5116
5116
  background: ${P.gray10};
5117
5117
  `,h$=l.div`
5118
5118
  position: absolute;
@@ -5314,7 +5314,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
5314
5314
  fill: ${e=>e.color||"currentColor"};
5315
5315
  opacity: ${e=>e.opacity||"inherit"};
5316
5316
  }
5317
- `,lM=({configuration:e,onRemove:i,onChange:n})=>{var x,y;const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),{video:d}=e,u=rM(d.videoLength,a),h=iM(d.totalViews,d.recordDate,a);return o.jsxs(Ut,{flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:"12px",width:"100%",children:[o.jsxs(Ut,{flexDirection:"row",gap:"12px",alignItems:"center",children:[o.jsx("div",{style:{width:79,minWidth:79,height:60,flexShrink:0,borderRadius:6,border:`1px solid ${c.neutral[20]}`,overflow:"hidden",backgroundColor:d.thumbnail?void 0:c.neutral[20]},children:d.thumbnail?o.jsx("img",{src:d.thumbnail,alt:((x=d.title)==null?void 0:x.trim())||a("Video thumbnail"),style:{width:"100%",height:"100%",objectFit:"cover",display:"block"}}):null}),o.jsxs(Ut,{flexDirection:"column",gap:"5.5px",alignItems:"flex-start",children:[o.jsx(Jt,{color:c.neutral[60],style:{lineHeight:1.3},children:u}),o.jsx(pr,{color:c.neutral[100],ellipsis:!0,width:"100%",maxWidth:"342px",style:{lineHeight:1.3,whiteSpace:"nowrap"},children:((y=d.title)==null?void 0:y.trim())||a("No title")}),o.jsx(Jt,{color:c.neutral[60],style:{lineHeight:1.3},children:h})]})]}),o.jsxs(Ut,{flexDirection:"row",gap:"8px",alignItems:"center",justifyContent:"flex-end",children:[o.jsx(K.Button,{text:a("Remove"),variant:"destructive",size:"small",onClick:()=>i==null?void 0:i()}),o.jsx(K.Button,{text:a("Change"),variant:"secondary",size:"small",onClick:()=>n==null?void 0:n()})]})]})},dM=({part:e,selectedUserVideoId:i,pendingVideo:n,onClearUserVideo:a,onOpenAddVideo:c})=>{var S;const{t:d}=re.useTranslation(),{colors:u}=l.useTheme(),h=(e==null?void 0:e.partType)===F0.USER_VIDEO,x=typeof i=="number"&&!Number.isNaN(i),m=(x&&((S=e.quickVideoPartUserConfigurations)!=null&&S.length)?e.quickVideoPartUserConfigurations.find(C=>C.video.id===i):void 0)??(n?oM(n):void 0),v=K$(e,d);return o.jsxs(Ut,{flexDirection:"column",gap:"13px",children:[o.jsxs(Ut,{flexDirection:"column",gap:"8px",children:[o.jsxs(Ut,{alignItems:"center",gap:"9px",flexDirection:"row",children:[h?o.jsx(cM,{width:"19px",height:"19px","aria-hidden":!0}):o.jsx(sM,{width:"18px",height:"12px","aria-hidden":!0}),o.jsx(Sb,{color:u.neutral[100],children:v})]}),e.description.trim()&&o.jsx(Jt,{color:u.neutral[60],style:{whiteSpace:"pre-wrap",wordBreak:"break-word"},children:e.description})]}),h&&o.jsx(F$,{children:!x||!m?o.jsx(K.Button,{text:d("quickVideoAddYourVideo"),variant:"secondary",icon:o.jsx(Y1,{width:"19px",height:"19px","aria-hidden":!0}),iconPosition:"left",extendStyles:{container:{padding:"38px 0px",width:"100%"}},onClick:()=>c==null?void 0:c()}):o.jsx(lM,{configuration:m,onRemove:()=>a==null?void 0:a(),onChange:()=>c==null?void 0:c()},m.quickVideoPartUserConfigurationId??m.video.id)})]})},uM={infinite_videos:e=>["INFINITE_VIDEOS",e]},pM=async e=>{const i=(e.page||0)*(e.size||10);return(await je.get("videos",{params:{start:i,limit:e.size,search:e.search,folder:e.folder,sort:e.sort,userId:e.filter?e.filter.userId:"",advisorId:e.filter?e.filter.advisorId:"",videoType:e.filter?e.filter.videoType:"",status:e.filter?e.filter.status:"",emailStatus:e.filter?e.filter.emailStatus:""}})).data},xM=e=>{const{t:i}=re.useTranslation(),{toast:n}=pt();return Me.useInfiniteQuery(uM.infinite_videos(e),({pageParam:a=0})=>pM({...e,page:a}),{refetchOnMount:!0,getNextPageParam:(a,c)=>c.length,onError:()=>{n({message:i("We're currently experiencing difficulties fetching videos.")})}})},hM="quickVideoAddVideoSelection",yM=l.div`
5317
+ `,lM=({configuration:e,onRemove:i,onChange:n})=>{var x,y;const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),{video:d}=e,u=rM(d.videoLength,a),h=iM(d.totalViews,d.recordDate,a);return o.jsxs(Ut,{flexDirection:"row",alignItems:"center",justifyContent:"space-between",gap:"12px",width:"100%",children:[o.jsxs(Ut,{flexDirection:"row",gap:"12px",alignItems:"center",children:[o.jsx("div",{style:{width:79,minWidth:79,height:60,flexShrink:0,borderRadius:6,border:`1px solid ${c.neutral[20]}`,overflow:"hidden",backgroundColor:d.thumbnail?void 0:c.neutral[20]},children:d.thumbnail?o.jsx("img",{src:d.thumbnail,alt:((x=d.title)==null?void 0:x.trim())||a("Video thumbnail"),style:{width:"100%",height:"100%",objectFit:"cover",display:"block"}}):null}),o.jsxs(Ut,{flexDirection:"column",gap:"5.5px",alignItems:"flex-start",children:[o.jsx(Jt,{color:c.neutral[60],style:{lineHeight:1.3},children:u}),o.jsx(pr,{color:c.neutral[100],ellipsis:!0,width:"100%",maxWidth:"342px",style:{lineHeight:1.3,whiteSpace:"nowrap"},children:((y=d.title)==null?void 0:y.trim())||a("No title")}),o.jsx(Jt,{color:c.neutral[60],style:{lineHeight:1.3},children:h})]})]}),o.jsxs(Ut,{flexDirection:"row",gap:"8px",alignItems:"center",justifyContent:"flex-end",children:[o.jsx(K.Button,{text:a("Remove"),variant:"destructive",size:"small",onClick:()=>i==null?void 0:i()}),o.jsx(K.Button,{text:a("Change"),variant:"secondary",size:"small",onClick:()=>n==null?void 0:n()})]})]})},dM=({part:e,selectedUserVideoId:i,pendingVideo:n,onClearUserVideo:a,onOpenAddVideo:c})=>{var w;const{t:d}=re.useTranslation(),{colors:u}=l.useTheme(),h=(e==null?void 0:e.partType)===F0.USER_VIDEO,x=typeof i=="number"&&!Number.isNaN(i),v=(x&&((w=e.quickVideoPartUserConfigurations)!=null&&w.length)?e.quickVideoPartUserConfigurations.find(C=>C.video.id===i):void 0)??(n?oM(n):void 0),m=K$(e,d);return o.jsxs(Ut,{flexDirection:"column",gap:"13px",children:[o.jsxs(Ut,{flexDirection:"column",gap:"8px",children:[o.jsxs(Ut,{alignItems:"center",gap:"9px",flexDirection:"row",children:[h?o.jsx(cM,{width:"19px",height:"19px","aria-hidden":!0}):o.jsx(sM,{width:"18px",height:"12px","aria-hidden":!0}),o.jsx(Sb,{color:u.neutral[100],children:m})]}),e.description.trim()&&o.jsx(Jt,{color:u.neutral[60],style:{whiteSpace:"pre-wrap",wordBreak:"break-word"},children:e.description})]}),h&&o.jsx(F$,{children:!x||!v?o.jsx(K.Button,{text:d("quickVideoAddYourVideo"),variant:"secondary",icon:o.jsx(Y1,{width:"19px",height:"19px","aria-hidden":!0}),iconPosition:"left",extendStyles:{container:{padding:"38px 0px",width:"100%"}},onClick:()=>c==null?void 0:c()}):o.jsx(lM,{configuration:v,onRemove:()=>a==null?void 0:a(),onChange:()=>c==null?void 0:c()},v.quickVideoPartUserConfigurationId??v.video.id)})]})},uM={infinite_videos:e=>["INFINITE_VIDEOS",e]},pM=async e=>{const i=(e.page||0)*(e.size||10);return(await je.get("videos",{params:{start:i,limit:e.size,search:e.search,folder:e.folder,sort:e.sort,userId:e.filter?e.filter.userId:"",advisorId:e.filter?e.filter.advisorId:"",videoType:e.filter?e.filter.videoType:"",status:e.filter?e.filter.status:"",emailStatus:e.filter?e.filter.emailStatus:""}})).data},xM=e=>{const{t:i}=re.useTranslation(),{toast:n}=pt();return Me.useInfiniteQuery(uM.infinite_videos(e),({pageParam:a=0})=>pM({...e,page:a}),{refetchOnMount:!0,getNextPageParam:(a,c)=>c.length,onError:()=>{n({message:i("We're currently experiencing difficulties fetching videos.")})}})},hM="quickVideoAddVideoSelection",yM=l.div`
5318
5318
  width: 100%;
5319
5319
  `,fM=l.div`
5320
5320
  display: flex;
@@ -5326,7 +5326,7 @@ border-radius: 6px;`,tr={MESSAGE_CATEGORY:"Select the type of message you’d li
5326
5326
  box-sizing: border-box;
5327
5327
  padding: 8px 0;
5328
5328
  border-radius: 6px;
5329
- `,gM=({video:e,selected:i,onSelect:n})=>{var u,h;const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),d=()=>n(e);return o.jsx(yM,{children:o.jsxs(fM,{children:[o.jsx(An,{name:hM,value:e.id,checked:i,removePadding:!0,onChange:d,onClick:d}),o.jsx("div",{style:{width:79,minWidth:79,height:60,flexShrink:0,borderRadius:6,border:`1px solid ${c.neutral[20]}`,overflow:"hidden",backgroundColor:e.thumbnail?void 0:c.neutral[20]},children:e.thumbnail?o.jsx("img",{src:e.thumbnail,alt:((u=e.title)==null?void 0:u.trim())||a("Video thumbnail"),style:{width:"100%",height:"100%",objectFit:"cover",display:"block"}}):null}),o.jsx(Ut,{flexDirection:"column",gap:"5.5px",flexGrow:1,width:"100%",style:{alignSelf:"baseline"},children:o.jsx(pr,{color:c.neutral[100],ellipsis:!0,width:"100%",style:{lineHeight:1.3,whiteSpace:"nowrap"},children:((h=e.title)==null?void 0:h.trim())||a("No title")})})]})})},E5=-2,_5=0,T5=10,mM=({part:e,onClose:i,onAddVideo:n})=>{var _,V;const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),[d,u]=f.useState({value:E5,label:a("Primary")}),[h,x]=f.useState(null),{data:y=[],isLoading:m}=e2(),v=d.label===Yt.label?Yt.value:d.label,S=f.useMemo(()=>({page:_5,size:T5,folder:v,filter:{videoType:"",advisorId:"",userId:"",status:"",emailStatus:"",folderId:typeof d.value=="number"?d.value:E5,page:_5,size:T5,searchQuery:""}}),[v,d.value]),{data:C,fetchNextPage:E,isLoading:T}=xM(S),k=+(((V=(_=C==null?void 0:C.pages)==null?void 0:_[0])==null?void 0:V.count)??0),j=(C==null?void 0:C.pages.flatMap(N=>N.videos))??[],L=m||T,D=y.map(N=>({value:N.folderId,label:N.name})),O=X$(e,a),M=()=>{h&&(n(h),i())},A=()=>!T&&!j.length?a("quickVideoNoVideosInFolder"):a("You've reached the end.");return o.jsxs(Xr,{disableFullScreen:!0,widthOnDesktop:"688px",onOutsideClick:i,style:{zIndex:1e3},children:[o.jsxs(a2,{children:[o.jsxs(Ut,{flexDirection:"column",gap:"16px",margin:"8px 0 0 0",children:[o.jsx(Wn,{children:a("quickVideoAddVideoHeader",{name:O})}),o.jsx(bo,{children:a("quickVideoSelectPart",{partType:O})})]}),o.jsx(D1,{style:{position:"static",padding:0,height:"fit-content",width:"fit-content",alignSelf:"flex-start"},onClick:i})]}),o.jsx(c2,{children:o.jsxs(Ut,{gap:"18px",width:"100%",children:[o.jsxs(Ut,{gap:"8px",alignItems:"flex-start",children:[o.jsx(Jt,{color:c.neutral[80],children:`${a("Select Folder")}:`}),o.jsx(Pt,{width:235,options:D,value:d,onChange:N=>{u(N)},disabled:L,creatable:!1,placeholder:a("Select Folder"),menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom"})]}),o.jsx(V1,{}),o.jsx(z$,{id:j5,children:o.jsx(O5,{scrollableTarget:j5,hasMore:j.length<k,next:E,dataLength:j.length,style:{width:"100%",overflow:"visible"},loader:o.jsx(bo,{children:a("Loading...")}),endMessage:!T&&o.jsx(bo,{children:A()}),children:T?o.jsx(Qt,{isLoading:!0,height:"200px"}):j.map(N=>o.jsx(gM,{video:N,selected:(h==null?void 0:h.id)===N.id,onSelect:x},N.id))})}),o.jsx(V1,{})]})}),o.jsxs(l2,{children:[o.jsx(K.Button,{variant:"secondary",onClick:i,text:a("Cancel")}),o.jsx(K.Button,{onClick:M,text:a("Add Video"),disabled:!h})]})]})},vM=({quickVideoParts:e})=>{const{values:i}=ht.useFormikContext(),[n,a]=f.useState(null),c=u=>i.parts.findIndex(h=>h.quickVideoPartId===u),d=n!=null?e.find(u=>u.quickVideoPartId===n):void 0;return o.jsx(ht.FieldArray,{name:"parts",children:({replace:u})=>{const h=x=>{if(n==null)return;const y=c(n);if(y<0)return;const m=tM(x);u(y,{...i.parts[y],videoId:m.id,pendingVideo:m}),a(null)};return o.jsxs(o.Fragment,{children:[o.jsxs(Ut,{gap:"31px",children:[o.jsx(Ut,{flexDirection:"column",width:"609px",gap:"35px",children:e.map(x=>{var C,E;const y=x.partType===F0.USER_VIDEO,m=y?c(x.quickVideoPartId):-1,v=m>=0?(C=i.parts[m])==null?void 0:C.videoId:void 0,S=m>=0?(E=i.parts[m])==null?void 0:E.pendingVideo:void 0;return o.jsx(dM,{part:x,selectedUserVideoId:v,pendingVideo:S,onClearUserVideo:m>=0?()=>u(m,{...i.parts[m],videoId:void 0,pendingVideo:void 0}):void 0,onOpenAddVideo:y?()=>a(x.quickVideoPartId):void 0},x.quickVideoPartId)})}),o.jsx(V1,{})]}),d?o.jsx(mM,{part:d,onClose:()=>a(null),onAddVideo:h}):null]})}})},bM=({quickVideoId:e,quickVideoParts:i,onClose:n,onSubmitSuccess:a})=>o.jsx(Z$,{quickVideoId:e,quickVideoParts:i,onSubmitSuccess:a,children:o.jsx(q$,{onClose:n,children:o.jsx(vM,{quickVideoParts:i})})}),wM=({name:e,description:i,onClose:n})=>{const{colors:a}=l.useTheme(),c=i.trim()?i:" ";return o.jsxs(a2,{children:[o.jsxs(Ut,{flexDirection:"column",gap:"12px",style:{marginTop:"8px"},children:[o.jsx(Wn,{color:a.neutral[100],children:e}),o.jsx(Jt,{color:a.neutral[60],style:{whiteSpace:"pre-wrap",wordBreak:"break-word"},children:c})]}),o.jsx(D1,{style:{position:"static",padding:0,height:"fit-content",width:"fit-content",alignSelf:"flex-start"},onClick:n})]})},SM=({handleModalClose:e,quickVideoId:i,name:n,description:a,quickVideoParts:c})=>o.jsxs(Xr,{disableFullScreen:!0,onOutsideClick:e,children:[o.jsx(wM,{name:n,description:a,onClose:e}),o.jsx(bM,{quickVideoId:i,quickVideoParts:c,onClose:e,onSubmitSuccess:e})]}),CM=({name:e,description:i,onOpenDetails:n})=>{const{colors:a}=l.useTheme(),{t:c}=re.useTranslation(),[d,u]=f.useState(!1),{ref:h}=qn(()=>u(!1)),x=i.trim()?i:void 0,y=i.trim()?i:" ",m=e.trim()?e:void 0,v=()=>{u(!1),n()},S={cursor:"pointer"};return o.jsxs(L$,{children:[o.jsxs(Ut,{flexDirection:"row",justifyContent:"space-between",alignItems:"center",children:[o.jsx($$,{title:m,style:S,onClick:v,children:e}),o.jsxs(O$,{ref:h,children:[o.jsx(D$,{type:"button","aria-label":c("See Details"),"aria-haspopup":"menu","aria-expanded":d,onClick:()=>u(C=>!C),children:o.jsx(M5.BiDotsHorizontalRounded,{size:20,color:a.neutral[80]})}),d&&o.jsx(N$,{role:"menu",children:o.jsx(In,{text:c("See Details"),textColor:a.secondary[100],backgroundColor:"transparent",borderColor:"transparent",icon:o.jsx(ot.IoMdEye,{size:20,color:a.secondary[40]}),onClick:v})})]})]}),o.jsx(M$,{title:x,style:S,onClick:v,children:y})]})},kM=({thumbnailUrl:e,name:i,onOpenDetails:n})=>{const{t:a}=re.useTranslation();return o.jsx(I$,{style:{cursor:"pointer"},role:"button",tabIndex:0,onClick:n,onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),n())},children:e?o.jsx(A$,{src:e,alt:a("Thumbnail for {{name}}",{name:i}),loading:"lazy"}):o.jsx(V$,{children:o.jsx(R$,{children:a("quickVideoAddYourVideos")})})})},jM=async({quickVideoId:e,data:i})=>(await je.post(`/quick-videos/${e}/job`,i)).data,EM=()=>{const{t:e}=re.useTranslation(),{toast:i}=pt(),{flow:n,onQuickVideoSend:a,onQuickVideoSendError:c}=rt(),d=n===Mo.QUICK_VIDEOS_ONLY;return Me.useMutation(jM,{onSuccess:u=>{i({message:e("Video sent from Covideo!")}),!(!d||!a)&&a({videoId:u.videoId.toString(),quickVideoJobId:u.quickVideoJobId,leadOpportunityId:String(u.leadOpportunityId)})},onError:u=>{i({message:e("There was an error sending the quick video. Please try again.")}),d&&(c==null||c(u))}})},_M=async({quickVideoId:e,data:i})=>(await je.post(`/quick-videos/${e}/lead-details/send`,i)).data,TM=()=>{const{t:e}=re.useTranslation(),{toast:i}=pt(),{flow:n,onQuickVideoSend:a,onQuickVideoSendError:c}=rt(),d=n===Mo.QUICK_VIDEOS_ONLY;return Me.useMutation(_M,{onSuccess:u=>{i({message:e("Video sent from Covideo!")}),!(!d||!a)&&a({videoId:u.videoId.toString(),quickVideoJobId:u.quickVideoJobId,leadOpportunityId:String(u.leadOpportunityId)})},onError:u=>{i({message:e("There was an error sending the quick video. Please try again.")}),d&&(c==null||c(u))}})},IM=({quickVideoId:e,leadOpportunityId:i,disabled:n=!1})=>{const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),{leadDetails:d}=rt(),{mutateAsync:u,isLoading:h}=EM(),{mutateAsync:x,isLoading:y}=TM(),m=Xn(d),v=h||y,S=async()=>{if(i){await u({quickVideoId:e,data:{leadOpportunityId:i}});return}!m||!d||await x({quickVideoId:e,data:d})};return o.jsx(P$,{children:o.jsx(K.Button,{text:a("Send"),size:"small",variant:"transparent",disabled:n||v,onClick:S,icon:o.jsx(Ei.IoSend,{size:16,color:c.secondary[80]}),iconPosition:"right",style:{fontSize:Qr.xs,color:c.secondary[60]}})})},AM=({quickVideoId:e,name:i,thumbnailUrl:n,description:a,quickVideoParts:c,leadOpportunityId:d})=>{const[u,h]=f.useState(!1),x=()=>h(!0),y=eM(c,n);return o.jsxs(T$,{"data-quick-video-id":e,children:[o.jsx(CM,{name:i,description:a,onOpenDetails:x}),o.jsx(kM,{thumbnailUrl:y,name:i,onOpenDetails:x}),o.jsx(IM,{quickVideoId:e,leadOpportunityId:d,disabled:!y}),u?o.jsx(SM,{handleModalClose:()=>h(!1),quickVideoId:Number(e),name:i,description:a,quickVideoParts:c}):null]})},I5=({handleUpdateToken:e})=>{const{t:i}=re.useTranslation(),{hasExternalJwt:n,leadOpportunityId:a,leadDetails:c}=rt(),{data:d}=g$(a),{data:u}=v$(c??{},a),h=a?d:u,x=f.useMemo(()=>xr.groupBy((h==null?void 0:h.quickVideos)??[],"category"),[h==null?void 0:h.quickVideos]),y=Object.entries(x);return o.jsxs(o.Fragment,{children:[o.jsx(wo,{left:n?void 0:o.jsx(q1,{handleUpdateToken:e}),center:o.jsx(_i,{})}),o.jsx(C$,{children:y.map(([m,v])=>o.jsxs(k$,{children:[o.jsx(j$,{children:i(b$[m]??m)}),o.jsx(E$,{children:v.map(S=>o.jsx(_$,{children:o.jsx(AM,{quickVideoId:String(S.quickVideoId),name:S.name,thumbnailUrl:S.thumbnailUrl??"",description:S.description,quickVideoParts:S.quickVideoParts,leadOpportunityId:a})},S.quickVideoId))})]},m))})]})},A5=()=>{const{videoId:e}=qe.useParams(),i=f.useRef(null),{shouldTrackAnalytics:n}=rt(),{data:a,isLoading:c}=ny(e||"",!!n),{data:d,isLoading:u}=D3(e||"");return u||c?o.jsx(Qt,{isLoading:!0}):d!=null&&d.videoSource?o.jsx(B0,{videoRef:i,videoSource:d.videoSource,shortUrl:a==null?void 0:a.shortUrl,viewerStatisticId:a==null?void 0:a.viewerStatisticId}):o.jsx("div",{children:"Unable to load video preview."})},u1={id:"",verified:0,access:0,customerId:0,customer:{automotiveAccess:0}},VM=()=>{const e=qe.useHistory(),{flow:i,previewVideoId:n}=rt();return f.useEffect(()=>{i===Mo.PREVIEW_VIDEO&&n&&e.push(`/preview/${n}`)},[i,n,e]),null};function RM(){const{flow:e,hasExternalJwt:i,previewVideoId:n,leadOpportunityId:a,leadDetails:c}=rt(),[d,u]=f.useState(!0),[h,x]=f.useState(u1),[y,m]=f.useState(""),v=f.useMemo(()=>String(h.access)===s2.SUPERVISOR,[h.access]),S=async()=>{var A,_;if(!co){x(u1),m(""),u(!1);return}u(!0);try{const V=await $8();x(V),m("")}catch(V){x(u1),m(((_=(A=V==null?void 0:V.response)==null?void 0:A.data)==null?void 0:_.message)||"Invalid token. Please provide a valid token to use recorder-only mode.")}u(!1)},C=async A=>{On(A),await S()};f.useEffect(()=>{S()},[]);const E=!!(h!=null&&h.id),T=e===Mo.RECORD_CAMERA_ONLY,k=e===Mo.PREVIEW_VIDEO,j=e===Mo.QUICK_VIDEOS_ONLY,D=k?n?`/preview/${n}`:"/":T?"/record/home":j?"/quick-videos":"/";if(T&&!i)return o.jsx(Lr,{children:o.jsx("div",{children:"Please provide a token to use recorder-only mode."})});if(T&&i&&!d&&!E)return o.jsx(Lr,{children:o.jsx("div",{children:y||"Invalid token. Please provide a valid token to use recorder-only mode."})});if(j&&i&&!d&&!E)return o.jsx(Lr,{children:o.jsx("div",{children:y||"Invalid token. Please provide a valid token to use quick videos mode."})});const O=!!a,M=Xn(c);return j&&!O&&!M?o.jsx(Lr,{children:o.jsx("div",{children:"Please provide a leadOpportunityId or leadDetails to use quick videos mode."})}):d?o.jsx(Lr,{children:o.jsx(Qt,{height:400,isLoading:!0,hideLoaderText:!0})}):o.jsx(Ty,{initialUser:h,children:o.jsx(Av,{children:o.jsx(Hy,{children:o.jsx(Lr,{children:o.jsxs(qe.MemoryRouter,{initialEntries:[D],children:[o.jsx(VM,{}),E&&!v&&j&&o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{path:"/quick-videos",exact:!0,render:()=>o.jsx(I5,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"*",render:()=>o.jsx(I5,{handleUpdateToken:C})})]}),E&&!v&&!j&&(k?o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{exact:!0,path:"/preview/:videoId",component:A5}),o.jsx(qe.Route,{path:"*",render:()=>n?o.jsx(qe.Redirect,{to:`/preview/${n}`}):o.jsx("div",{children:"Please provide previewVideoId for preview flow."})})]}):o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{path:"/merge",component:Gk,exact:!0}),o.jsx(qe.Route,{path:"/voiceover/:videoId",component:wC,exact:!0}),o.jsx(qe.Route,{path:"/insert-video/:videoId",component:hS,exact:!0}),o.jsx(qe.Route,{path:"/wheels-tv",component:UC}),o.jsx(qe.Route,{path:"/lesa-tv",component:hC}),o.jsx(qe.Route,{path:"/vinreels",component:p$}),o.jsx(qe.Route,{exact:!0,path:"/preview-upload/:videoId",component:jj}),o.jsx(qe.Route,{exact:!0,path:"/preview/:videoId",component:A5}),o.jsx(qe.Route,{exact:!0,path:"/",render:()=>T?o.jsx(qe.Redirect,{to:"/record/home"}):o.jsx(Db,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"/record",component:eI})]})),v&&o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{exact:!0,path:"/",render:()=>o.jsx(k5,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"*",render:()=>o.jsx(k5,{handleUpdateToken:C})})]}),!E&&!T&&!k&&o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{exact:!0,path:"/",render:()=>o.jsx(Lu,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"*",render:()=>o.jsx(Lu,{handleUpdateToken:C})})]})]})})})})})}function LM({gtmId:e}){const[i,n]=f.useState(!0);return f.useEffect(()=>{if(typeof window>"u"||!e||document.getElementById("gtm-script"))return n(!1);const a=document.createElement("script");a.id="gtm-script",a.innerHTML=`
5329
+ `,gM=({video:e,selected:i,onSelect:n})=>{var u,h;const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),d=()=>n(e);return o.jsx(yM,{children:o.jsxs(fM,{children:[o.jsx(An,{name:hM,value:e.id,checked:i,removePadding:!0,onChange:d,onClick:d}),o.jsx("div",{style:{width:79,minWidth:79,height:60,flexShrink:0,borderRadius:6,border:`1px solid ${c.neutral[20]}`,overflow:"hidden",backgroundColor:e.thumbnail?void 0:c.neutral[20]},children:e.thumbnail?o.jsx("img",{src:e.thumbnail,alt:((u=e.title)==null?void 0:u.trim())||a("Video thumbnail"),style:{width:"100%",height:"100%",objectFit:"cover",display:"block"}}):null}),o.jsx(Ut,{flexDirection:"column",gap:"5.5px",flexGrow:1,width:"100%",style:{alignSelf:"baseline"},children:o.jsx(pr,{color:c.neutral[100],ellipsis:!0,width:"100%",style:{lineHeight:1.3,whiteSpace:"nowrap"},children:((h=e.title)==null?void 0:h.trim())||a("No title")})})]})})},E5=-2,_5=0,T5=10,mM=({part:e,onClose:i,onAddVideo:n})=>{var _,V;const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),[d,u]=f.useState({value:E5,label:a("Primary")}),[h,x]=f.useState(null),{data:y=[],isLoading:v}=e2(),m=d.label===Yt.label?Yt.value:d.label,w=f.useMemo(()=>({page:_5,size:T5,folder:m,filter:{videoType:"",advisorId:"",userId:"",status:"",emailStatus:"",folderId:typeof d.value=="number"?d.value:E5,page:_5,size:T5,searchQuery:""}}),[m,d.value]),{data:C,fetchNextPage:E,isLoading:T}=xM(w),k=+(((V=(_=C==null?void 0:C.pages)==null?void 0:_[0])==null?void 0:V.count)??0),j=(C==null?void 0:C.pages.flatMap(N=>N.videos))??[],L=v||T,D=y.map(N=>({value:N.folderId,label:N.name})),O=X$(e,a),M=()=>{h&&(n(h),i())},A=()=>!T&&!j.length?a("quickVideoNoVideosInFolder"):a("You've reached the end.");return o.jsxs(Xr,{disableFullScreen:!0,widthOnDesktop:"688px",onOutsideClick:i,style:{zIndex:1e3},children:[o.jsxs(a2,{children:[o.jsxs(Ut,{flexDirection:"column",gap:"16px",margin:"8px 0 0 0",children:[o.jsx(Wn,{children:a("quickVideoAddVideoHeader",{name:O})}),o.jsx(bo,{children:a("quickVideoSelectPart",{partType:O})})]}),o.jsx(D1,{style:{position:"static",padding:0,height:"fit-content",width:"fit-content",alignSelf:"flex-start"},onClick:i})]}),o.jsx(c2,{children:o.jsxs(Ut,{gap:"18px",width:"100%",children:[o.jsxs(Ut,{gap:"8px",alignItems:"flex-start",children:[o.jsx(Jt,{color:c.neutral[80],children:`${a("Select Folder")}:`}),o.jsx(Pt,{width:235,options:D,value:d,onChange:N=>{u(N)},disabled:L,creatable:!1,placeholder:a("Select Folder"),menuPortalTarget:document.body,menuPosition:"fixed",menuPlacement:"bottom"})]}),o.jsx(V1,{}),o.jsx(z$,{id:j5,children:o.jsx(O5,{scrollableTarget:j5,hasMore:j.length<k,next:E,dataLength:j.length,style:{width:"100%",overflow:"visible"},loader:o.jsx(bo,{children:a("Loading...")}),endMessage:!T&&o.jsx(bo,{children:A()}),children:T?o.jsx(Qt,{isLoading:!0,height:"200px"}):j.map(N=>o.jsx(gM,{video:N,selected:(h==null?void 0:h.id)===N.id,onSelect:x},N.id))})}),o.jsx(V1,{})]})}),o.jsxs(l2,{children:[o.jsx(K.Button,{variant:"secondary",onClick:i,text:a("Cancel")}),o.jsx(K.Button,{onClick:M,text:a("Add Video"),disabled:!h})]})]})},vM=({quickVideoParts:e})=>{const{values:i}=ht.useFormikContext(),[n,a]=f.useState(null),c=u=>i.parts.findIndex(h=>h.quickVideoPartId===u),d=n!=null?e.find(u=>u.quickVideoPartId===n):void 0;return o.jsx(ht.FieldArray,{name:"parts",children:({replace:u})=>{const h=x=>{if(n==null)return;const y=c(n);if(y<0)return;const v=tM(x);u(y,{...i.parts[y],videoId:v.id,pendingVideo:v}),a(null)};return o.jsxs(o.Fragment,{children:[o.jsxs(Ut,{gap:"31px",children:[o.jsx(Ut,{flexDirection:"column",width:"609px",gap:"35px",children:e.map(x=>{var C,E;const y=x.partType===F0.USER_VIDEO,v=y?c(x.quickVideoPartId):-1,m=v>=0?(C=i.parts[v])==null?void 0:C.videoId:void 0,w=v>=0?(E=i.parts[v])==null?void 0:E.pendingVideo:void 0;return o.jsx(dM,{part:x,selectedUserVideoId:m,pendingVideo:w,onClearUserVideo:v>=0?()=>u(v,{...i.parts[v],videoId:void 0,pendingVideo:void 0}):void 0,onOpenAddVideo:y?()=>a(x.quickVideoPartId):void 0},x.quickVideoPartId)})}),o.jsx(V1,{})]}),d?o.jsx(mM,{part:d,onClose:()=>a(null),onAddVideo:h}):null]})}})},bM=({quickVideoId:e,quickVideoParts:i,onClose:n,onSubmitSuccess:a})=>o.jsx(Z$,{quickVideoId:e,quickVideoParts:i,onSubmitSuccess:a,children:o.jsx(q$,{onClose:n,children:o.jsx(vM,{quickVideoParts:i})})}),wM=({name:e,description:i,onClose:n})=>{const{colors:a}=l.useTheme(),c=i.trim()?i:" ";return o.jsxs(a2,{children:[o.jsxs(Ut,{flexDirection:"column",gap:"12px",style:{marginTop:"8px"},children:[o.jsx(Wn,{color:a.neutral[100],children:e}),o.jsx(Jt,{color:a.neutral[60],style:{whiteSpace:"pre-wrap",wordBreak:"break-word"},children:c})]}),o.jsx(D1,{style:{position:"static",padding:0,height:"fit-content",width:"fit-content",alignSelf:"flex-start"},onClick:n})]})},SM=({handleModalClose:e,quickVideoId:i,name:n,description:a,quickVideoParts:c})=>o.jsxs(Xr,{disableFullScreen:!0,onOutsideClick:e,children:[o.jsx(wM,{name:n,description:a,onClose:e}),o.jsx(bM,{quickVideoId:i,quickVideoParts:c,onClose:e,onSubmitSuccess:e})]}),CM=({name:e,description:i,onOpenDetails:n})=>{const{colors:a}=l.useTheme(),{t:c}=re.useTranslation(),[d,u]=f.useState(!1),{ref:h}=qn(()=>u(!1)),x=i.trim()?i:void 0,y=i.trim()?i:" ",v=e.trim()?e:void 0,m=()=>{u(!1),n()},w={cursor:"pointer"};return o.jsxs(L$,{children:[o.jsxs(Ut,{flexDirection:"row",justifyContent:"space-between",alignItems:"center",children:[o.jsx($$,{title:v,style:w,onClick:m,children:e}),o.jsxs(O$,{ref:h,children:[o.jsx(D$,{type:"button","aria-label":c("See Details"),"aria-haspopup":"menu","aria-expanded":d,onClick:()=>u(C=>!C),children:o.jsx(M5.BiDotsHorizontalRounded,{size:20,color:a.neutral[80]})}),d&&o.jsx(N$,{role:"menu",children:o.jsx(In,{text:c("See Details"),textColor:a.secondary[100],backgroundColor:"transparent",borderColor:"transparent",icon:o.jsx(ot.IoMdEye,{size:20,color:a.secondary[40]}),onClick:m})})]})]}),o.jsx(M$,{title:x,style:w,onClick:m,children:y})]})},kM=({thumbnailUrl:e,name:i,onOpenDetails:n})=>{const{t:a}=re.useTranslation();return o.jsx(I$,{style:{cursor:"pointer"},role:"button",tabIndex:0,onClick:n,onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),n())},children:e?o.jsx(A$,{src:e,alt:a("Thumbnail for {{name}}",{name:i}),loading:"lazy"}):o.jsx(V$,{children:o.jsx(R$,{children:a("quickVideoAddYourVideos")})})})},jM=async({quickVideoId:e,data:i})=>(await je.post(`/quick-videos/${e}/job`,i)).data,EM=()=>{const{t:e}=re.useTranslation(),{toast:i}=pt(),{flow:n,onQuickVideoSend:a,onQuickVideoSendError:c}=rt(),d=n===Mo.QUICK_VIDEOS_ONLY;return Me.useMutation(jM,{onSuccess:u=>{i({message:e("Video sent from Covideo!")}),!(!d||!a)&&a({videoId:u.videoId.toString(),quickVideoJobId:u.quickVideoJobId,leadOpportunityId:String(u.leadOpportunityId)})},onError:u=>{i({message:e("There was an error sending the quick video. Please try again.")}),d&&(c==null||c(u))}})},_M=async({quickVideoId:e,data:i})=>(await je.post(`/quick-videos/${e}/lead-details/send`,i)).data,TM=()=>{const{t:e}=re.useTranslation(),{toast:i}=pt(),{flow:n,onQuickVideoSend:a,onQuickVideoSendError:c}=rt(),d=n===Mo.QUICK_VIDEOS_ONLY;return Me.useMutation(_M,{onSuccess:u=>{i({message:e("Video sent from Covideo!")}),!(!d||!a)&&a({videoId:u.videoId.toString(),quickVideoJobId:u.quickVideoJobId,leadOpportunityId:String(u.leadOpportunityId)})},onError:u=>{i({message:e("There was an error sending the quick video. Please try again.")}),d&&(c==null||c(u))}})},IM=({quickVideoId:e,leadOpportunityId:i,disabled:n=!1})=>{const{t:a}=re.useTranslation(),{colors:c}=l.useTheme(),{leadDetails:d}=rt(),{mutateAsync:u,isLoading:h}=EM(),{mutateAsync:x,isLoading:y}=TM(),v=Xn(d),m=h||y,w=async()=>{if(i){await u({quickVideoId:e,data:{leadOpportunityId:i}});return}!v||!d||await x({quickVideoId:e,data:d})};return o.jsx(P$,{children:o.jsx(K.Button,{text:a("Send"),size:"small",variant:"transparent",disabled:n||m,onClick:w,icon:o.jsx(Ei.IoSend,{size:16,color:c.secondary[80]}),iconPosition:"right",style:{fontSize:Qr.xs,color:c.secondary[60]}})})},AM=({quickVideoId:e,name:i,thumbnailUrl:n,description:a,quickVideoParts:c,leadOpportunityId:d})=>{const[u,h]=f.useState(!1),x=()=>h(!0),y=eM(c,n);return o.jsxs(T$,{"data-quick-video-id":e,children:[o.jsx(CM,{name:i,description:a,onOpenDetails:x}),o.jsx(kM,{thumbnailUrl:y,name:i,onOpenDetails:x}),o.jsx(IM,{quickVideoId:e,leadOpportunityId:d,disabled:!y}),u?o.jsx(SM,{handleModalClose:()=>h(!1),quickVideoId:Number(e),name:i,description:a,quickVideoParts:c}):null]})},I5=({handleUpdateToken:e})=>{const{t:i}=re.useTranslation(),{hasExternalJwt:n,leadOpportunityId:a,leadDetails:c}=rt(),{data:d}=g$(a),{data:u}=v$(c??{},a),h=a?d:u,x=f.useMemo(()=>xr.groupBy((h==null?void 0:h.quickVideos)??[],"category"),[h==null?void 0:h.quickVideos]),y=Object.entries(x);return o.jsxs(o.Fragment,{children:[o.jsx(wo,{left:n?void 0:o.jsx(q1,{handleUpdateToken:e}),center:o.jsx(_i,{})}),o.jsx(C$,{children:y.map(([v,m])=>o.jsxs(k$,{children:[o.jsx(j$,{children:i(b$[v]??v)}),o.jsx(E$,{children:m.map(w=>o.jsx(_$,{children:o.jsx(AM,{quickVideoId:String(w.quickVideoId),name:w.name,thumbnailUrl:w.thumbnailUrl??"",description:w.description,quickVideoParts:w.quickVideoParts,leadOpportunityId:a})},w.quickVideoId))})]},v))})]})},A5=()=>{const{videoId:e}=qe.useParams(),i=f.useRef(null),{shouldTrackAnalytics:n}=rt(),{data:a,isLoading:c}=ny(e||"",!!n),{data:d,isLoading:u}=D3(e||"");return u||c?o.jsx(Qt,{isLoading:!0}):d!=null&&d.videoSource?o.jsx(B0,{videoRef:i,videoSource:d.videoSource,shortUrl:a==null?void 0:a.shortUrl,viewerStatisticId:a==null?void 0:a.viewerStatisticId}):o.jsx("div",{children:"Unable to load video preview."})},u1={id:"",verified:0,access:0,customerId:0,customer:{automotiveAccess:0}},VM=()=>{const e=qe.useHistory(),{flow:i,previewVideoId:n}=rt();return f.useEffect(()=>{i===Mo.PREVIEW_VIDEO&&n&&e.push(`/preview/${n}`)},[i,n,e]),null};function RM(){const{flow:e,hasExternalJwt:i,previewVideoId:n,leadOpportunityId:a,leadDetails:c}=rt(),[d,u]=f.useState(!0),[h,x]=f.useState(u1),[y,v]=f.useState(""),m=f.useMemo(()=>String(h.access)===s2.SUPERVISOR,[h.access]),w=async()=>{var A,_;if(!co){x(u1),v(""),u(!1);return}u(!0);try{const V=await $8();x(V),v("")}catch(V){x(u1),v(((_=(A=V==null?void 0:V.response)==null?void 0:A.data)==null?void 0:_.message)||"Invalid token. Please provide a valid token to use recorder-only mode.")}u(!1)},C=async A=>{On(A),await w()};f.useEffect(()=>{w()},[]);const E=!!(h!=null&&h.id),T=e===Mo.RECORD_CAMERA_ONLY,k=e===Mo.PREVIEW_VIDEO,j=e===Mo.QUICK_VIDEOS_ONLY,D=k?n?`/preview/${n}`:"/":T?"/record/home":j?"/quick-videos":"/";if(T&&!i)return o.jsx(Lr,{children:o.jsx("div",{children:"Please provide a token to use recorder-only mode."})});if(T&&i&&!d&&!E)return o.jsx(Lr,{children:o.jsx("div",{children:y||"Invalid token. Please provide a valid token to use recorder-only mode."})});if(j&&i&&!d&&!E)return o.jsx(Lr,{children:o.jsx("div",{children:y||"Invalid token. Please provide a valid token to use quick videos mode."})});const O=!!a,M=Xn(c);return j&&!O&&!M?o.jsx(Lr,{children:o.jsx("div",{children:"Please provide a leadOpportunityId or leadDetails to use quick videos mode."})}):d?o.jsx(Lr,{children:o.jsx(Qt,{height:400,isLoading:!0,hideLoaderText:!0})}):o.jsx(Ty,{initialUser:h,children:o.jsx(Av,{children:o.jsx(Hy,{children:o.jsx(Lr,{children:o.jsxs(qe.MemoryRouter,{initialEntries:[D],children:[o.jsx(VM,{}),E&&!m&&j&&o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{path:"/quick-videos",exact:!0,render:()=>o.jsx(I5,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"*",render:()=>o.jsx(I5,{handleUpdateToken:C})})]}),E&&!m&&!j&&(k?o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{exact:!0,path:"/preview/:videoId",component:A5}),o.jsx(qe.Route,{path:"*",render:()=>n?o.jsx(qe.Redirect,{to:`/preview/${n}`}):o.jsx("div",{children:"Please provide previewVideoId for preview flow."})})]}):o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{path:"/merge",component:Gk,exact:!0}),o.jsx(qe.Route,{path:"/voiceover/:videoId",component:wC,exact:!0}),o.jsx(qe.Route,{path:"/insert-video/:videoId",component:hS,exact:!0}),o.jsx(qe.Route,{path:"/wheels-tv",component:UC}),o.jsx(qe.Route,{path:"/lesa-tv",component:hC}),o.jsx(qe.Route,{path:"/vinreels",component:p$}),o.jsx(qe.Route,{exact:!0,path:"/preview-upload/:videoId",component:jj}),o.jsx(qe.Route,{exact:!0,path:"/preview/:videoId",component:A5}),o.jsx(qe.Route,{exact:!0,path:"/",render:()=>T?o.jsx(qe.Redirect,{to:"/record/home"}):o.jsx(Db,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"/record",component:eI})]})),m&&o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{exact:!0,path:"/",render:()=>o.jsx(k5,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"*",render:()=>o.jsx(k5,{handleUpdateToken:C})})]}),!E&&!T&&!k&&o.jsxs(qe.Switch,{children:[o.jsx(qe.Route,{exact:!0,path:"/",render:()=>o.jsx(Lu,{handleUpdateToken:C})}),o.jsx(qe.Route,{path:"*",render:()=>o.jsx(Lu,{handleUpdateToken:C})})]})]})})})})})}function LM({gtmId:e}){const[i,n]=f.useState(!0);return f.useEffect(()=>{if(typeof window>"u"||!e||document.getElementById("gtm-script"))return n(!1);const a=document.createElement("script");a.id="gtm-script",a.innerHTML=`
5330
5330
  (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
5331
5331
  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
5332
5332
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=