{"id":102468,"date":"2026-02-09T19:53:08","date_gmt":"2026-02-09T18:53:08","guid":{"rendered":"https:\/\/humanfilm.no\/?page_id=102468"},"modified":"2026-02-10T14:31:02","modified_gmt":"2026-02-10T13:31:02","slug":"alle-filmer-alfabetisk","status":"publish","type":"page","link":"https:\/\/humanfilm.no\/en\/alle-filmer-alfabetisk\/","title":{"rendered":"Alle filmer alfabetisk"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section human-scope-programnav\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><div class=\"ps-program-nav\">  <div class=\"ps-program-nav__buttons\" aria-label=\"Programnavigasjon\"><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/program\/\">Program<\/a><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/alle-filmer-alfabetisk\/\">All films<\/a><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/human-live\/\">HUMAN Live<\/a><a class=\"psp-btn\" href=\"https:\/\/humanfilm.no\/en\/calendar\/\">Calendar<\/a><\/div>  <div class=\"ps-program-nav__dropdown\" aria-label=\"Programnavigasjon\"><label class=\"ps-program-nav__label\" for=\"ps-program-nav-select\" style=\"position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;\">Velg visning<\/label><select class=\"ps-program-nav__select\" id=\"ps-program-nav-select\" aria-label=\"Velg visning\"><option value=\"https:\/\/humanfilm.no\/en\/program\/\">Program<\/option><option value=\"https:\/\/humanfilm.no\/en\/alle-filmer-alfabetisk\/\">All films<\/option><option value=\"https:\/\/humanfilm.no\/en\/human-live\/\">HUMAN Live<\/option><option value=\"https:\/\/humanfilm.no\/en\/calendar\/\">Calendar<\/option><\/select><script>\n  (function(){\n    var sel = document.getElementById(\"ps-program-nav-select\");\n    if(!sel) return;\n    sel.addEventListener(\"change\", function(){\n      var url = sel.value;\n      if(url) window.location.href = url;\n    });\n  })();\n  <\/script><\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">        <div class=\"ps-film-view-switcher\">\n            <!-- Visning dropdown -->\n<span class=\"ps-film-view-switcher__label\">View:<\/span>\n<div class=\"ps-film-view-switcher__dropdown\" data-dropdown=\"view\">\n    <button type=\"button\" class=\"psp-btn ps-film-view-switcher__toggle\" aria-expanded=\"false\" aria-haspopup=\"listbox\">\n        <span class=\"ps-film-view-switcher__current\">Sections<\/span>\n        <svg class=\"ps-film-view-switcher__arrow\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">\n            <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/button>\n\n    <ul class=\"ps-film-view-switcher__menu\" role=\"listbox\">\n        <!-- \u2705 Alfabetisk f\u00f8rst -->\n        <li role=\"option\" >\n            <a href=\"https:\/\/humanfilm.no\/en\/all-films-alphabetically\/\"\n               class=\"ps-film-view-switcher__option\">\n                Alphabetically            <\/a>\n        <\/li>\n\n        <li role=\"option\" aria-selected=\"true\">\n            <a href=\"https:\/\/humanfilm.no\/en\/all-films\/\"\n               class=\"ps-film-view-switcher__option ps-film-view-switcher__option--active\">\n                Sections            <\/a>\n        <\/li>\n    <\/ul>\n<\/div>\n\n<\/div>\n\n\n        <script>\n        (function() {\n            \/\/ Dropdown toggle for alle dropdowns\n            var dropdowns = document.querySelectorAll('.ps-film-view-switcher__dropdown');\n            \n            dropdowns.forEach(function(dropdown) {\n                var toggle = dropdown.querySelector('.ps-film-view-switcher__toggle');\n                \n                toggle.addEventListener('click', function(e) {\n                    e.stopPropagation();\n                    \n                    \/\/ Lukk andre dropdowns\n                    dropdowns.forEach(function(other) {\n                        if (other !== dropdown) {\n                            other.classList.remove('is-open');\n                            other.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                        }\n                    });\n                    \n                    dropdown.classList.toggle('is-open');\n                    toggle.setAttribute('aria-expanded', dropdown.classList.contains('is-open'));\n                });\n            });\n\n            \/\/ Lukk ved klikk utenfor\n            document.addEventListener('click', function(e) {\n                dropdowns.forEach(function(dropdown) {\n                    if (!dropdown.contains(e.target)) {\n                        dropdown.classList.remove('is-open');\n                        dropdown.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                    }\n                });\n            });\n\n            \/\/ Lukk ved Escape\n            document.addEventListener('keydown', function(e) {\n                if (e.key === 'Escape') {\n                    dropdowns.forEach(function(dropdown) {\n                        dropdown.classList.remove('is-open');\n                        dropdown.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                    });\n                }\n            });\n\n            \/\/ Seksjon-navigering med smooth scroll\n            var sectionLinks = document.querySelectorAll('.ps-film-view-switcher__option--anchor');\n            var sectionDropdown = document.querySelector('[data-dropdown=\"section\"]');\n            var sectionToggle = sectionDropdown ? sectionDropdown.querySelector('.ps-film-view-switcher__current') : null;\n\n            sectionLinks.forEach(function(link) {\n                link.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    \n                    var targetId = this.getAttribute('href').substring(1);\n                    var target = document.getElementById(targetId);\n                    \n                    if (target) {\n                        \/\/ Oppdater toggle-tekst\n                        if (sectionToggle) {\n                            sectionToggle.textContent = this.textContent.trim();\n                        }\n                        \n                        \/\/ Lukk dropdown\n                        if (sectionDropdown) {\n                            sectionDropdown.classList.remove('is-open');\n                            sectionDropdown.querySelector('.ps-film-view-switcher__toggle').setAttribute('aria-expanded', 'false');\n                        }\n                        \n                        \/\/ Scroll til seksjon\n                        var headerOffset = 120;\n                        var elementPosition = target.getBoundingClientRect().top;\n                        var offsetPosition = elementPosition + window.pageYOffset - headerOffset;\n                        \n                        window.scrollTo({\n                            top: offsetPosition,\n                            behavior: 'smooth'\n                        });\n                        \n                        \/\/ Oppdater URL uten page reload\n                        history.pushState(null, null, '#' + targetId);\n                    }\n                });\n            });\n\n            \/\/ Highlight \"Alle filmer\" i nav n\u00e5r vi er p\u00e5 alfabetisk-siden\n            var path = window.location.pathname;\n            if (path.indexOf('alfabetisk') !== -1 || path.indexOf('alphabetically') !== -1) {\n                var navButtons = document.querySelectorAll('.ps-program-nav__buttons .psp-btn');\n                navButtons.forEach(function(btn) {\n                    var href = btn.getAttribute('href') || '';\n                    if ((href.indexOf('alle-filmer') !== -1 || href.indexOf('all-films') !== -1) \n                        && href.indexOf('alfabetisk') === -1 \n                        && href.indexOf('alphabetically') === -1) {\n                        btn.classList.add('psp-btn--active');\n                        btn.setAttribute('aria-current', 'page');\n                    }\n                });\n\n                var navSelect = document.getElementById('ps-program-nav-select');\n                if (navSelect) {\n                    for (var i = 0; i < navSelect.options.length; i++) {\n                        var optVal = navSelect.options[i].value;\n                        if ((optVal.indexOf('alle-filmer') !== -1 || optVal.indexOf('all-films') !== -1) \n                            && optVal.indexOf('alfabetisk') === -1 \n                            && optVal.indexOf('alphabetically') === -1) {\n                            navSelect.selectedIndex = i;\n                            break;\n                        }\n                    }\n                }\n            }\n        })();\n        <\/script>\n        <\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section human-scope-program\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_2 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">        <div class=\"ps-program-wrapper ps-program-wrapper--alphabetical\">\n            <div class=\"program-grid\">\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/1-klassingene\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"449\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-06-at-13.23.57-768x449.png\" class=\"attachment-medium_large size-medium_large\" alt=\"1. klassingene\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Familiedag                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        1. klassingene                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"103161\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/a-fox-under-a-pink-moon\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"461\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Fox_1-768x461.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"A Fox Under a Pink Moon\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        A Fox Under a Pink Moon                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101370\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/agenda-item-erasure\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/AGENDA-ITEM-ERASURE-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Agenda Item: Erasure\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Agenda Item: Erasure                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102801\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/amy\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Amy-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Amy\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Amy                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102846\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/velkommen-til-anchorage\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Velkommen-til-Anchorage-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Anchorage Welcomes You\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Oslo Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Anchorage Welcomes You                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101415\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/becoming-led-zeppelin\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/BECOMING-LED-ZEPPELIN-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Becoming Led Zeppelin\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Becoming Led Zeppelin                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102559\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/better-go-mad-in-the-wild\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Better-Go-Mad-in-the-Wild-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Better Go Mad in The Wild\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Better Go Mad in The Wild                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102558\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/et-helvete-uten-like\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Et-Helvete-uten-Like-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Brazilian Inferno\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Brazilian Inferno                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101413\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/capital-in-the-twenty-first-century\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Capital-in-the-21st-Century-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Capital in the Twenty-First Century\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Capital in the Twenty-First Century                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102561\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/climate-in-therapy\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Climate-in-Therapy-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Climate in Therapy\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Climate in Therapy                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102554\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/coexistence-my-ass\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Coexistence-My-Ass-still1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Coexistence, My Ass!\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Coexistence, My Ass!                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102548\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/confessions-of-a-swedish-man\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Confessions-of-a-Swedish-Man-1-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Confessions of a Swedish Man\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Confessions of a Swedish Man                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102553\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/cuba-alaska\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Cuba-Alaska_Still001-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Cuba & Alaska\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Cuba & Alaska                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102546\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/cutting-through-rocks\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-768x432.jpeg\" class=\"attachment-medium_large size-medium_large\" alt=\"Cutting Through Rocks\" srcset=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-768x432.jpeg 768w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-300x169.jpeg 300w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1024x576.jpeg 1024w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-150x84.jpeg 150w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1536x864.jpeg 1536w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-2048x1152.jpeg 2048w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-400x225.jpeg 400w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1080x608.jpeg 1080w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-510x287.jpeg 510w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-1280x720.jpeg 1280w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-980x551.jpeg 980w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Cutting-Through-Rocks_Still-02-480x270.jpeg 480w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Cutting Through Rocks                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101366\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/den-norske-filmskolen-presenterer\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Filmskolen-studenter-Still003-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Den norske filmskolen presenterer\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Den norske filmskolen presenterer                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102805\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/diego-maradona\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Maradonna-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Diego Maradona\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Diego Maradona                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102860\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/elon-musk-unveiled\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Elon-Musk-Unveiled_u_logo_72dpi_1920x1080-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Elon Musk Unveiled \u2013 The Tesla Experiment\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Elon Musk Unveiled \u2013 The Tesla Experiment                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101352\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/en-dag-uten-kvinner\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/The-Day-Iceland-Stood-Still-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"En dag uten kvinner\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        En dag uten kvinner                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102542\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/endless-cookie\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/puppies-under-the-stairs-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Endless Cookie\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Endless Cookie                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101350\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/enough-is-enough\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Enough-is-Enough_u_logo_72dpi_1920x1080-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Enough is Enough\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Enough is Enough                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102497\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/helsinkieffekten\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Helsinkieffekten-still-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Helsinkieffekten\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Helsinkieffekten                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102538\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/how-to-build-a-library\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/How-To-Build-a-Library_u_logo_72dpi_1920x1080-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"How To Build a Library\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        How To Build a Library                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102493\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/identidad\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Identidad-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Identidad\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Identidad                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102530\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/kabul-between-prayers\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/KBP-still-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Kabul, Between Prayers\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Kabul, Between Prayers                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101392\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/kenny-dalglish\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Kenny-Dalglish-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Kenny Dalglish\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Kenny Dalglish                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102844\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/landmarks\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Landmarks_1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Landmarks\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Landmarks                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102528\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/dognet-et-lakselotteri\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Dognet-4k_1-768x432.jpeg\" class=\"attachment-medium_large size-medium_large\" alt=\"Lifeline\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Lifeline                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101417\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/lowland-kids\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Lowland-Kids-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Lowland Kids\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Lowland Kids                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102544\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/mailin\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"350\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Still-1-768x350.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Mailin\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Mailin                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101368\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/memoirs-from-a-dream\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Memoirs-from-a-dream-1.png-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Memoirs from a dream\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Oslo Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Memoirs from a dream                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101419\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/memory\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/MEMORY_VladlenaSandu_1-16-9-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Memory\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Memory                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101361\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/my-ai-election\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/My-AI-Election-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"My AI Election\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        My AI Election                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102679\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/my-father-and-qaddafi\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/My-Father-and-Qaddafi_1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"My Father and Qaddafi\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        My Father and Qaddafi                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102534\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/my-undesirable-friends\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"My Undesirable Friends\" srcset=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-768x432.jpg 768w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-300x169.jpg 300w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-1024x576.jpg 1024w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-150x84.jpg 150w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-1536x864.jpg 1536w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-2048x1152.jpg 2048w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-400x225.jpg 400w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-1080x608.jpg 1080w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-510x287.jpg 510w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-1280x720.jpg 1280w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-980x551.jpg 980w, https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/My-Undesirable-Friends-Part-I_still-1_of-Ksenia-Mironova-480x270.jpg 480w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        My Undesirable Friends                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101378\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/no-master-territories-feminist-worldmaking-and-the-moving-image\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/No_Master_Territories_HOVEDBILDE-Han-Ok-hee-Untitled-77-A-still-1977.-Courtesy-of-Asia-Culture-Center-ACC_1920x1080pxl-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"No Master Territories: Feminist Worldmaking and the Moving Image\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        No Master Territories: Feminist Worldmaking and the Moving Image                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"103030\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/past-future-continuous\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/PFC-Still_03-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Past Future Continuous\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Past Future Continuous                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101357\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/persepolis\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/persepolismovie-768x432.jpeg\" class=\"attachment-medium_large size-medium_large\" alt=\"Persepolis\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Persepolis                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102688\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/politzek\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Genia-et-Sveta_6ans-de-taule_10-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Politzek \u0013 Voices that Defy the Kremlin\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Politzek \u0013 Voices that Defy the Kremlin                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101372\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/put-your-soul-on-your-hand-and-walk\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Fatem-sans-trame-gigapixel-standard-v2-6x_1_16-9-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Put Your Soul On Your Hand and Walk\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Put Your Soul On Your Hand and Walk                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101363\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/queer-as-punk\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Queer-as-Punk-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Queer as Punk\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Queer as Punk                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102551\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/runa-simi\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Runa-Simi-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Runa Simi\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Runa Simi                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102549\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/sagnet-om-silyan\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/The-Tale-of-Silyan-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Sagnet om Silyan\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Sneak Preview                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Sagnet om Silyan                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102540\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/salto-pus-bucketlisten\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Salto-Pus-bucketlisten-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Salto, Pus & bucketlisten\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Familiedag                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Salto, Pus & bucketlisten                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101388\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/senna\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Senna-1-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Senna\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Senna                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102858\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/steal-this-story-please\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/SSP2_AG-16-9-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Steal This Story, Please!\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Steal This Story, Please!                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101359\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/stories-of-strength-animasjonsverksted-for-barn\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"430\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/LIVE_Animasjonsverksted-for-barn-768x430.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Stories of strength: Animasjonsverksted for barn\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Stories of strength: Animasjonsverksted for barn                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"103047\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/same-mot-same\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Same-mot-same_1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"S\u00e1mi vs. S\u00e1mi\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Sneak Preview                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        S\u00e1mi vs. S\u00e1mi                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102347\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/sonn-av-sirkuset\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Sonn-av-sirkuset-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"S\u00f8nn av sirkuset\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Familiedag                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        S\u00f8nn av sirkuset                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101393\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/thabyay-creative-resistance-in-myanmar\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Thabyay-Creative-Resistance-in-Myanmar-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Thabyay: Creative Resistance in Myanmar\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Thabyay: Creative Resistance in Myanmar                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102532\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/the-eyes-of-ghana\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/THE-EYES-OF-GHANA_Still_2_1_16-9-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"The Eyes of Ghana\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The Eyes of Ghana                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101348\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/the-golden-spurtle\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Copy-of-SCAU-goldenspurtle_thumbnail-8_16-9-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"The Golden Spurtle\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The Golden Spurtle                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101377\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/the-librarians\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/TheLibrarians-KASnyder-FilmStill-MarthaHickson_Testifying-DP_PauliusKontijevas-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"The Librarians\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The Librarians                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101374\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/lovene-ved-elven-tigris\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Lovene-ved-elven-Tigris-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"The Lions By The River Tigris\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The Lions By The River Tigris                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101420\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/det-nye-museet\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Det-nye-museet-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"The New Museum\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The New Museum                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101412\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/the-panama-canal-treaties-son-of-tiger-and-mule\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/The-Panama-Canal-Treaties-Son-of-Tiger-and-Mule-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"The Panama Canal Treaties: Son of Tiger and Mule\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The Panama Canal Treaties: Son of Tiger and Mule                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102556\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/the-six-billion-dollar-man\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/The-Six-Billion-Dollar-Man_u_logo_72dpi_1920x1080-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"The Six Billion Dollar Man\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        The Six Billion Dollar Man                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102501\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/toyen-pop-up\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/01\/Toyen-Pop-up-2-HQ-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"T\u00f8yen Pop-Up\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        T\u00f8yen Pop-Up                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"101414\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/unfinished-stories\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Unfinished-Stories-1-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"Unfinished Stories\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Unfinished Stories                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102803\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/whispers-in-the-woods\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/Whispers-in-the-Woods_u_logo_72dpi_1920x1080-768x432.png\" class=\"attachment-medium_large size-medium_large\" alt=\"Whispers in the Woods\" \/>                            <\/div>\n\n                                                            <div class=\"human-program-full__badge program-grid__badge program-grid__badge--premiere\">\n                                    Norwegian Premiere                                <\/div>\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        Whispers in the Woods                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"102499\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div class=\"program-grid__item\">\n                        <div class=\"program-grid__link\" \n                             data-href=\"https:\/\/humanfilm.no\/en\/film\/oyeblikk\/\">\n\n                            <div class=\"program-grid__thumb\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"432\" src=\"https:\/\/humanfilm.no\/wp-content\/uploads\/2026\/02\/LIVE-Oyeblikk-Dokumentarkurs-768x432.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\u00d8yeblikk\" \/>                            <\/div>\n\n                            \n                            <div class=\"program-grid__body\">\n                                <div class=\"program-grid__title-row\">\n                                    <div class=\"program-grid__title\">\n                                        \u00d8yeblikk                                    <\/div>\n                                    \n      <button class=\"fav-heart\" type=\"button\"\n              data-post=\"103044\"\n              data-type=\"film\"\n              data-nonce=\"77c56860da\"\n              aria-pressed=\"false\"\n              aria-label=\"Legg til i favoritter\">\n        <span class=\"fav-heart__icon\" aria-hidden=\"true\"><\/span>\n      <\/button>                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n\n        <script>\n        document.addEventListener('click', function (e) {\n            if (e.target.closest('.fav-heart')) {\n                return;\n            }\n\n            var card = e.target.closest('.program-grid__link');\n            if (!card) return;\n\n            var href = card.getAttribute('data-href');\n            if (!href) return;\n\n            window.location.href = href;\n        });\n        <\/script>\n\n        <\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":412,"featured_media":0,"parent":0,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-102468","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages\/102468","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/users\/412"}],"replies":[{"embeddable":true,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/comments?post=102468"}],"version-history":[{"count":10,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages\/102468\/revisions"}],"predecessor-version":[{"id":102490,"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/pages\/102468\/revisions\/102490"}],"wp:attachment":[{"href":"https:\/\/humanfilm.no\/en\/wp-json\/wp\/v2\/media?parent=102468"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}