!function i(r,o,u){function c(t,e){if(!o[t]){if(!r[t]){var n="function"==typeof require&&require;if(!e&&n)return n(t,!0);if(d)return d(t,!0);throw(e=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",e}n=o[t]={exports:{}},r[t][0].call(n.exports,function(e){return c(r[t][1][e]||e)},n,n.exports,i,r,o,u)}return o[t].exports}for(var d="function"==typeof require&&require,e=0;e<u.length;e++)c(u[e]);return c}({1:[function(e,t,n){"use strict";function i(t){var n=this;t.element&&document.addEventListener("scroll",function(e){n.elementInViewport(t.element)?t.entered&&t.entered():t.exited&&t.exited()})}i.prototype.elementInViewport=function(e){e=e.getBoundingClientRect();return 0<=e.top&&0<=e.left&&e.top<=(window.innerHeight||document.documentElement.clientHeight)},document.querySelectorAll(".dipi-dh-waypoint").forEach(function(e){new i({element:e,entered:function(){e.classList.add("dipi-go-animation")},exited:function(){e.classList.remove("dipi-go-animation")}})})},{}]},{},[1]);