<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";function _createForOfIteratorHelper(o,allowArrayLike){var it=typeof Symbol!=="undefined"&amp;&amp;o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&amp;&amp;o&amp;&amp;typeof o.length==="number"){if(it)o=it;var i=0;var F=function F(){};return{s:F,n:function n(){if(i&gt;=o.length)return{done:true};return{done:false,value:o[i++]}},e:function e(_e){throw _e},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var normalCompletion=true,didErr=false,err;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();normalCompletion=step.done;return step},e:function e(_e2){didErr=true;err=_e2},f:function f(){try{if(!normalCompletion&amp;&amp;it["return"]!=null)it["return"]()}finally{if(didErr)throw err}}}}function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&amp;&amp;o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&amp;&amp;iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr)}function _arrayLikeToArray(arr,len){if(len==null||len&gt;arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i&lt;len;i++){arr2[i]=arr[i]}return arr2}(function(){var elems=document.querySelectorAll(".containerv2");var observer=new IntersectionObserver(function(entries){entries.forEach(function(entry){if(entry.isIntersecting&amp;&amp;entry.intersectionRatio&gt;0.2){window.addEventListener("load",function(){resimg.Process(entry.target,true)})}if(entry.intersectionRatio&gt;0||entry.intersectionRatio===0&amp;&amp;entry.intersectionRect.top&gt;0){resimg.Process(entry.target,true)}})});elems.forEach(function(elem){observer.observe(elem)});function getKeyboardFocusableElements(element){return _toConsumableArray(element.querySelectorAll("a[href], button, input:not([type=\"hidden\"]), textarea, select, details,[tabindex]:not([tabindex=\"-1\"])")).filter(function(el){return!el.hasAttribute("disabled")&amp;&amp;!el.getAttribute("aria-hidden")})}var header=document.querySelectorAll("header")[0];if(header){var headerContainer=header;if(headerContainer.parentNode.tagName.toLowerCase()!="body"){do{headerContainer=headerContainer.parentNode}while(headerContainer.parentNode.tagName.toLowerCase()!="body")}var headerContainerStyles=window.getComputedStyle(headerContainer);var headerContainerPosition=headerContainerStyles.getPropertyValue("position");if(headerContainerPosition=="fixed"||headerContainerPosition=="sticky"){var headerHeight=headerContainer.offsetHeight;var ro=new ResizeObserver(function(entries){var _iterator=_createForOfIteratorHelper(entries),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var entry=_step.value;headerHeight=entry.target.offsetHeight;setHeaderHeight()}}catch(err){_iterator.e(err)}finally{_iterator.f()}});ro.observe(headerContainer);var setHeaderHeight=function setHeaderHeight(){if(headerHeight){var currentHeaderHeight=document.documentElement.style.getPropertyValue("--header-height-scrolloffset").replace(/[^0-9\.]/ig,"");if(parseFloat(currentHeaderHeight)!==parseFloat(headerHeight)){document.documentElement.style.setProperty("--header-height-scrolloffset","".concat(headerHeight,"px"))}}};setHeaderHeight();if(headerHeight){getKeyboardFocusableElements(document).forEach(function(e){return e.style.scrollMarginTop="var(--header-height-scrolloffset)"});getKeyboardFocusableElements(headerContainer).forEach(function(e){return e.style.scrollMarginTop="unset"})}}if(document.documentElement.style.getPropertyValue("--header-height-scrolloffset")===""){document.documentElement.style.setProperty("--header-height-scrolloffset","0px")}}})();</pre></body></html>