"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5362],{58947:function(n,e,t){t.d(e,{F0:function(){return f}});var i=t(92228),r=(t(52322),t(30382)),o=t.n(r),u=(t(2784),t(19596)),a=t(45103),s=t(91842);t(54364),t(98739),t(28781);function d(){var n=(0,i.Z)(["\n fragment PollPreviewCard on Poll {\n id\n question {\n originalText {\n plainText\n }\n }\n primaryImage {\n image {\n url\n height\n width\n caption {\n plainText\n }\n }\n }\n }\n"]);return d=function(){return n},n}function l(){var n=(0,i.Z)(["\n padding: ",";\n"]);return l=function(){return n},n}function c(){var n=(0,i.Z)(["\n height: 100%;\n"]);return c=function(){return n},n}var f=o()(d());u.styled.div(l(),s.spacing.xxs),(0,u.styled)(a.PosterImage)(c())},41180:function(n,e,t){t.d(e,{Z:function(){return c}});var i=t(70865),r=t(92228),o=t(52322),u=(t(2784),t(19596)),a=t(91842),s=t(31632),d=t(15387);function l(){var n=(0,r.Z)(["\n ","\n ","\n margin-top: 0;\n margin-bottom: 0;\n"]);return l=function(){return n},n}function c(n){return(0,o.jsx)(f,(0,i.Z)({displayType:s.FO.SIDE},n))}var f=(0,u.default)(d.Z).withConfig({componentId:"sc-84c0dc67-0"})(l(),(0,a.setPropertyToSpacingVar)("margin-left","ipt-pageMargin"),(0,a.setPropertyToSpacingVar)("margin-right","ipt-pageMargin"))},32753:function(n,e,t){var i=t(70865),r=t(52322),o=t(14865),u=(t(2784),t(93130)),a=t(13813),s=t(87206),d=t(50911),l=t(96281),c=t(47930),f=t(77071),v=function(n){var e=(0,a.y)().pageConst;return(0,r.jsx)(f.i,(0,i.Z)({id:"editorial",titleString:l.jX,subtitleString:l.Ug,showCreateListLink:!1,useLastModifiedDate:!0,queryOptions:{query:c.nm,variables:{itemId:e,topListType:u.Qr.Editorial,first:l.in},context:{serverSideCacheable:!0,personalized:!1},pause:(0,o.getIsNode)()},queryTransform:function(n){return n.topListsForItem.edges}},n))};e.Z=function(n){return(0,r.jsx)(d.Lz,{componentId:s.NG.EditorialLists,children:(0,r.jsx)(v,(0,i.Z)({},n))})}},71857:function(n,e,t){var i=t(70865),r=t(52322),o=t(14865),u=(t(2784),t(93130)),a=t(13813),s=t(87206),d=t(50911),l=t(96281),c=t(47930),f=t(77071),v=function(n){var e=(0,a.y)().pageConst;return(0,r.jsx)(f.i,(0,i.Z)({id:"user",titleString:l.Y3,titleHref:"/lists/".concat(e,"/"),subtitleString:l.T4,showCreateListLink:!0,useLastModifiedDate:!1,queryOptions:{query:c.nm,variables:{itemId:e,topListType:u.Qr.All,first:l.in},context:{serverSideCacheable:!0,personalized:!1},pause:(0,o.getIsNode)()},queryTransform:function(n){return n.topListsForItem.edges}},n))};e.Z=function(n){return(0,r.jsx)(d.Lz,{componentId:s.NG.UserLists,children:(0,r.jsx)(v,(0,i.Z)({},n))})}},56594:function(n,e,t){t.d(e,{Z:function(){return I}});var i=t(66383),r=t(92228),o=t(52322),u=t(14865),a=(t(2784),t(19596)),s=t(45103),d=t(52411),l=t(22414),c=t(31619),f=t(35355),v=t(13813),p=t(87206),m=t(50911),g="SidebarPolls",b="user-polls__loader";function h(){var n=(0,r.Z)([""]);return h=function(){return n},n}var y=(0,a.default)(s.PageSection).withConfig({componentId:"sc-32ffed87-0"})(h()),I=function(n){var e,t,r,a=n.query,s=n.csaOnLoadHandler,h=n.csmOnLoadHandler,I=n.cel_widget_id,x=n.className,Z=(0,v.y)(),w=Z.pageConst,P=Z.pageType,L=Z.refTagPrefix,_=(0,i.Z)((0,f.E8)({query:a,variables:{itemId:w,pollCount:6},context:{serverSideCacheable:!0,personalized:!1},pause:u.isNode}),1)[0],C=(0,c.N)({id:"feature_userPolls_title",defaultMessage:"User polls"}),S=(0,c.N)({id:"feature_userPolls_subTitle",defaultMessage:"Related polls from IMDb users"});if((0,m.LQ)(_,h,s),_.fetching)return(0,o.jsx)(l.ZP,{height:650,"data-testid":b});var T=null===(e=_.data)||void 0===e||null===(t=e[P])||void 0===t||null===(r=t.featuredPolls)||void 0===r?void 0:r.edges;return!T||T.length<=0||_.error?null:(0,o.jsx)(m.Lz,{componentId:p.NG.UserPolls,children:(0,o.jsx)(y,{"data-testid":g,baseColor:"none",topPadding:"none",bottomPadding:"none",cel_widget_id:I,className:x,children:(0,o.jsx)(d.w,{id:"polls",listData:T,title:C,titleButtonHref:"/poll/?ref_=".concat(L,"_po_sm"),cardLinksRefPrefix:"".concat(L,"_po_q"),subTitle:S})})})}},53857:function(n,e,t){t.d(e,{G:function(){return s}});var i=t(92228),r=t(30382),o=t.n(r),u=t(58947);function a(){var n=(0,i.Z)(["\n query TitleUserPolls($itemId: ID!, $pollCount: Int!) {\n title(id: $itemId) {\n featuredPolls(first: $pollCount) {\n edges {\n node {\n ...PollPreviewCard\n }\n }\n }\n }\n }\n\n ","\n"]);return a=function(){return n},n}var s=o()(a(),u.F0)},1641:function(n,e,t){t.d(e,{U:function(){return s}});var i=t(92228),r=t(52322),o=(t(2784),t(19596)),u=t(91842);function a(){var n=(0,i.Z)(["\n "," {\n margin-bottom: 23rem; // Ensures no overlap with the footer\n position: -webkit-sticky;\n position: sticky;\n top: 0;\n }\n"]);return a=function(){return n},n}var s=function(n){return(0,r.jsx)(d,{"data-testid":"sidebar-sticky-block",children:n.children})},d=o.default.div.withConfig({componentId:"sc-67c78cb4-0"})(a(),u.mediaQueries.breakpoints.above.l)},85781:function(n,e,t){t.d(e,{Hg:function(){return r},bx:function(){return u},uY:function(){return o}});var i=t(97026);function r(n){var e;return(null===(e=n.runtime)||void 0===e?void 0:e.seconds)?{duration:a(n.runtime.seconds)}:{}}function o(n){var e;return(null===(e=n.runtime)||void 0===e?void 0:e.seconds)?{timeRequired:a(n.runtime.seconds)}:{}}function u(n){var e;return(null===(e=n.runtime)||void 0===e?void 0:e.value)?{duration:a(n.runtime.value)}:{}}function a(n){return(0,i.L)(n,i.A.ISO_8601)}},4187:function(n,e,t){t.d(e,{d:function(){return o}});var i=t(70865),r=t(85781);function o(n,e){var t,o=n.createdDate&&{uploadDate:n.createdDate};return(0,i.Z)({"@type":"VideoObject",name:e||n.name.value,embedUrl:"https://www.imdb.com/video/imdb/".concat(n.id),thumbnail:{"@type":"ImageObject",contentUrl:n.thumbnail.url},thumbnailUrl:n.thumbnail.url,url:"https://www.imdb.com/video/".concat(n.id,"/")},n.description&&{description:null===(t=n.description)||void 0===t?void 0:t.value},(0,r.bx)(n),o)}},37207:function(n,e,t){t.d(e,{p:function(){return f}});var i=t(70865),r=t(96670),o=t(66383),u=t(2784),a=t(37633),s=t(92232),d=t(38417),l=t(64023),c={fetching:!0,stale:!1},f=function(n){var e=n.queryOptions,t=n.ref,f=n.pause,v=n.options,p=n.onIntersection,m=(0,d.OV)(),g=!(null===v||void 0===v?void 0:v.disableAds)&&m,b=(0,u.useState)(!1),h=b[0],y=b[1],I=(0,u.useState)(!1),x=I[0],Z=I[1],w=(0,a.Jf)(t,!(null===v||void 0===v?void 0:v.continueObserving)&&x,y);(0,s.S)(t,w,(0,i.Z)({},null===v||void 0===v?void 0:v.intersectionOptions)),(0,u.useEffect)((function(){h&&(null===p||void 0===p||p())}),[h]);var P=!(null===v||void 0===v?void 0:v.disableIntersection)&&!h,L=f||!1,_=(0,o.Z)((0,l.E)((0,r.Z)((0,i.Z)({},e),{pause:g||P||L})),2),C=_[0],S=_[1];return(0,u.useEffect)((function(){(null===C||void 0===C?void 0:C.data)&&Z(!0)}),[null===C||void 0===C?void 0:C.data]),C.data||C.error?[C,S]:[c,S]}}}]);