http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: ihalc.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-US" class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Home - IHALC - In-House Agency Leaders Club</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- wordpress head functions --> <style> .top_footer { background-color: #191935; } </style><style> header { height: 4rem; background-color: #fff; z-index: 1000; } @media (min-width: 768px) { header { height: 6rem; } } .top_logo { width: 8rem; } .footer_logo02 { width: 4rem; } .footer_logo03 { width: 5rem; } .menu li { margin-right: 1.1rem; margin-bottom: -.3rem; } .menu li a { color: #000; } .menu li a:hover { color: #000; text-decoration: none; } .menu li a:after, .menu li span:after { display:block; content: ''; border-bottom: solid .2rem #000; transform: scaleX(0); transition: transform 250ms ease-in-out; } .menu li a:hover:after, .menu li.current_page_item a:after { transform: scaleX(1); } .sign_up { padding: .3rem .8rem; background-color: #99f2d9; color: #000; margin-bottom: -.3rem; font-size: 2rem; } @media (min-width: 768px) { .sign_up { font-size:.8rem; } } .sign_up:hover { text-decoration: none; background-color: #000; color: #fff; } .mobile_nav { z-index: 200; display: none; } .mobile_menu { font-size: 1.5rem; } .mobile_menu li { margin: 1rem 0 0; } .mobile_menu li a { color: #000; } .fa-user { font-size: 1.5rem; color: #000; cursor: pointer; } .member_drop { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); visibility: hidden; opacity: 0; transition: all .3s ease-in-out; } .member_drop_wrapper { background-color: #fff; border-radius: 1rem; filter: drop-shadow(0 0 0.2rem #666); } .member_drop li { padding: .5rem 1rem; font-size: .8rem; } .member_drop.active { visibility: visible; opacity: 1; } /* Burger button */ #nav_button { position: absolute; right:15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; display: block; } #nav_button a { z-index:3000; display:block; width:35px; height:30px; padding-top:0; } #nav_button a span { float:right; position: relative; display:block; top:12px; -webkit-transition-duration: 0s; transition-duration: 0s; } #nav_button a span:before, #nav_button a span:after { position: absolute; content: ''; } #nav_button a span, #nav_button a span:before, #nav_button a span:after { width: 35px; height: 5px; background-color: #000; display: block; } #nav_button a span:before { margin-top: -12px; } #nav_button a span:after { margin-top: 12px; } #nav_button a.open span { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; } #nav_button a span:before { -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s; } #nav_button a.open span:before { background-color: #000; margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s; } #nav_button a span:after { -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s; } #nav_button a.open span:after { background-color: #000; margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s; } /* Burger button */ </style> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO plugin v25.0 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="The In-House Agency Leaders Club brings the in-house agency community together to learn from, support and inspire each other, share best practice and problems, ask and answer questions. Think of it as a mutual self-help group for in-house leaders." /> <link rel="canonical" href="https://www.ihalc.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Home - IHALC - In-House Agency Leaders Club" /> <meta property="og:description" content="The In-House Agency Leaders Club brings the in-house agency community together to learn from, support and inspire each other, share best practice and problems, ask and answer questions. Think of it as a mutual self-help group for in-house leaders." /> <meta property="og:url" content="https://www.ihalc.com/" /> <meta property="og:site_name" content="IHALC - In-House Agency Leaders Club" /> <meta property="article:modified_time" content="2025-04-30T07:50:08+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.ihalc.com/","url":"https://www.ihalc.com/","name":"Home - IHALC - In-House Agency Leaders Club","isPartOf":{"@id":"https://www.ihalc.com/#website"},"datePublished":"2022-02-04T18:39:09+00:00","dateModified":"2025-04-30T07:50:08+00:00","description":"The In-House Agency Leaders Club brings the in-house agency community together to learn from, support and inspire each other, share best practice and problems, ask and answer questions. Think of it as a mutual self-help group for in-house leaders.","breadcrumb":{"@id":"https://www.ihalc.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.ihalc.com/"]}]},{"@type":"BreadcrumbList","@id":"https://www.ihalc.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.ihalc.com/#website","url":"https://www.ihalc.com/","name":"IHALC","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.ihalc.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}</script> <!-- / Yoast SEO plugin. --> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://www.ihalc.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='cookie-law-info-css' href='https://www.ihalc.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=3.2.10' type='text/css' media='all' /> <link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://www.ihalc.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=3.2.10' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/css/bootstrap.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='owlcarousel_css-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/css/owl.carousel.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='slick_css-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/css/slick.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/css/all.min.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/css/animate.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='fancybox-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/css/fancybox.css?ver=6.8.1' type='text/css' media='all' /> <link rel='stylesheet' id='theme_styles-css' href='https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/style-min.css?ver=6.8.1' type='text/css' media='all' /> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/jquery.min.js?ver=6.8.1" id="jquery-js"></script> <script type="text/javascript" id="cookie-law-info-js-extra"> /* <![CDATA[ */ var Cli_Data = {"nn_cookie_ids":["_gat_gtag_UA_223920479_1","_gid","_ga","CONSENT","yt-remote-connected-devices","yt-remote-device-id","VISITOR_INFO1_LIVE","YSC","cookielawinfo-checkbox-advertisement","CookieLawInfoConsent"],"cookielist":[],"non_necessary_cookies":{"necessary":["CookieLawInfoConsent"],"analytics":["_gat_gtag_UA_223920479_1","_gid","_ga","CONSENT"],"advertisement":["yt-remote-connected-devices","yt-remote-device-id","VISITOR_INFO1_LIVE","YSC"]},"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"1","custom_integration":"","triggerDomRefresh":"","secure_cookies":""}; var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#FFF","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#61a229","button_1_button_hover":"#4e8221","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#444","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#dedfe0","button_3_button_hover":"#b2b2b3","button_3_link_colour":"#333333","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#dedfe0","button_4_button_hover":"#b2b2b3","button_4_link_colour":"#333333","button_4_as_button":"1","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#333333","show_once_yn":"","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"}; var log_object = {"ajax_url":"https:\/\/www.ihalc.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.2.10" id="cookie-law-info-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/jquery-ui.min.js?ver=6.8.1" id="ui_interface-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/jquery.easing.min.js?ver=6.8.1" id="easing-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/jquery.mousewheel.min.js?ver=6.8.1" id="mousewheel-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/owl.carousel.min.js?ver=6.8.1" id="owlcarousel-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/slick.min.js?ver=6.8.1" id="slick-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/ofi.min.js?ver=6.8.1" id="ofi-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/object-fit-videos.min.js?ver=6.8.1" id="ofi_video-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/vh-check.js?ver=6.8.1" id="vh_fix-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/headroom.js?ver=6.8.1" id="headroom-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/fancybox.umd.js?ver=6.8.1" id="fancybox_js-js"></script> <link rel="https://api.w.org/" href="https://www.ihalc.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.ihalc.com/wp-json/wp/v2/pages/7" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.ihalc.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel='shortlink' href='https://www.ihalc.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.ihalc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ihalc.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.ihalc.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.ihalc.com%2F&format=xml" /> <!-- Lara's Google Analytics - https://www.xtraorbit.com/wordpress-google-analytics-dashboard-widget/ --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5KC4RLX8T3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-5KC4RLX8T3'); </script> <script type="text/javascript"> (function(c) { var script = document.createElement("script"); script.src = "https://js.memberful.com/embed.js"; script.onload = function() { Memberful.setup(c) }; document.head.appendChild(script); })({ site: ["https:\/\/ihalc.memberful.com"] }); </script> <!-- end of wordpress head --> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/68e8967b80b95ffdfcfc5b9a3/eb98b9c4322281bfd2643100a.js");</script> </head> <body class="home wp-singular page-template-default page page-id-7 wp-theme-eprefix-bootstrap"> <header class="position-fixed w-100 d-flex align-items-center"> <div class="container"> <div class="row"> <div class="col-md-5 d-none d-md-flex"> <ul id="menu-main-menu" class="menu p-0 mb-0 mt-auto proxi-eb list-unstyled d-flex"><li id="menu-item-25" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a href="https://www.ihalc.com/about/" data-ps2id-api="true">About</a></li> <li id="menu-item-24" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://www.ihalc.com/events/" data-ps2id-api="true">Events</a></li> <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://www.ihalc.com/insight/" data-ps2id-api="true">Insight</a></li> <li id="menu-item-471" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://www.ihalc.com/showcase/" data-ps2id-api="true">Showcase</a></li> <li id="menu-item-1690" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1690"><a href="https://www.ihalc.com/training/" data-ps2id-api="true">Training</a></li> </ul> </div> <div class="col-md-2 text-md-center"> <a href="https://www.ihalc.com"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 103.19" class="top_logo"> <g id="Layer_2" data-name="Layer 2"> <g id="Layer_1-2" data-name="Layer 1"> <g> <path d="M190.14,45.63c-.81,0-20.55,0-29.24,0h-6.39L172.1.19ZM167.3,36.86h10l-5.06-12.71Z" style="fill: #1d1d1b"/> <rect y="0.66" width="10.71" height="102.32" style="fill: #1d1d1b"/> <polygon points="306.86 102.92 234.87 102.92 234.87 0.51 245.58 0.51 245.58 92.22 306.86 92.22 306.86 102.92" style="fill: #1d1d1b"/> <polygon points="109.15 45.71 38.69 45.71 38.69 0.66 49.4 0.66 49.4 35 98.45 35 98.45 1.03 109.15 1.03 109.15 45.71" style="fill: #1d1d1b"/> <polygon points="109.15 102.98 98.45 102.98 98.45 68.64 49.4 68.64 49.4 103 38.69 103 38.69 57.93 109.15 57.93 109.15 102.98" style="fill: #1d1d1b"/> <path d="M141.1,102.94l15-34.29,31.3.07L203,102.94h11.77L194.31,58h-3.44l-38.22-.08h-3.51l-19.73,45Z" style="fill: #1d1d1b"/> <path d="M363.61,103.19a51.23,51.23,0,0,1-36.4-15.09A51.54,51.54,0,0,1,400,15.1l-7.6,7.62a40.78,40.78,0,1,0,0,57.75L400,88.1A51.23,51.23,0,0,1,363.61,103.19Z" style="fill: #1d1d1b"/> </g> </g> </g> </svg> </a> </div> <div class="col-md-5 d-none d-md-flex align-content-end"> <ul id="menu-right-menu" class="menu p-0 mb-0 mt-auto proxi-eb list-unstyled d-flex ml-auto"><li id="menu-item-907" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-907"><a href="https://www.ihalc.com/the-sessions/" data-ps2id-api="true">The Sessions</a></li> <li id="menu-item-908" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-908"><a href="https://www.ihalc.com/membership/" data-ps2id-api="true">Membership</a></li> <li id="menu-item-1347" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1347"><a href="https://www.ihalc.com/?memberful_endpoint=auth" data-ps2id-api="true">Sign in</a></li> </ul> <a href="/signup" class="proxi-eb sign_up rounded-pill mt-auto">Newsletter</a> </div> </div> </div> <div id="nav_button" class="d-md-none"> <a id="hidden-nav-button" class=""><span></span></a> </div> </header> <div class="d-md-none"> <div class="mobile_nav position-fixed w-100 vh-fix bg-white"> <div class="h-100 d-flex flex-column justify-content-center px-5"> <ul id="menu-main-menu-1" class="mobile_menu p-0 mb-0 proxi-eb list-unstyled"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25"><a href="https://www.ihalc.com/about/" data-ps2id-api="true">About</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24"><a href="https://www.ihalc.com/events/" data-ps2id-api="true">Events</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"><a href="https://www.ihalc.com/insight/" data-ps2id-api="true">Insight</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-471"><a href="https://www.ihalc.com/showcase/" data-ps2id-api="true">Showcase</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1690"><a href="https://www.ihalc.com/training/" data-ps2id-api="true">Training</a></li> </ul> <ul id="menu-right-menu-1" class="mobile_menu p-0 mb-0 proxi-eb list-unstyled"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-907"><a href="https://www.ihalc.com/the-sessions/" data-ps2id-api="true">The Sessions</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-908"><a href="https://www.ihalc.com/membership/" data-ps2id-api="true">Membership</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1347"><a href="https://www.ihalc.com/?memberful_endpoint=auth" data-ps2id-api="true">Sign in</a></li> </ul> <a href="/signup" class="proxi-eb sign_up rounded-pill text-center mt-4">Newsletter</a> </div> </div> </div> <div class="site-content fade-content"> <div class="header_block1" style="background-color: #9147ff;"> <div class="container"> <div class="row justify-content-between"> <div class="col-md-6 d-flex flex-column justify-content-center mb-4 mb-md-0"> <h3><span class="proxi-bd" style="color: #ffffff;">The In-House Agency Leaders Club: </span></h3> <h1><span class="proxi-eb" style="color: #ffffff;">Bringing the<br /> in-house agency community together</span></h1> <p> </p> <p>Knowledge partners<br /> <img decoding="async" class="wp-image-1931 alignleft" src="https://www.ihalc.com/wp-content/uploads/2025/02/Knowledge-partner-2.png" alt="" width="193" height="104" srcset="https://www.ihalc.com/wp-content/uploads/2025/02/Knowledge-partner-2.png 397w, https://www.ihalc.com/wp-content/uploads/2025/02/Knowledge-partner-2-300x162.png 300w" sizes="(max-width: 193px) 100vw, 193px" /></p> </div> <div class="col-md-6 d-flex flex-column justify-content-center"> <img src="https://www.ihalc.com/wp-content/uploads/2022/03/right_image.svg" alt="" class="img-fluid w-100" /> </div> </div> </div> </div> <style> .header_block1 { padding-top: 3rem; padding-bottom: 3rem; } @media (min-width: 768px) { .header_block1 { padding-top: 5rem; padding-bottom: 5rem; } } </style> <div class="head2 pt-8 pb-4" style="background-color: ;"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h1 class="proxi-eb d-inline-block">Upcoming events</h1> </div> </div> </div> </div> <style> .head2 h1 { border-bottom: .5rem solid #99f2d9; color: ; } </style> <div class="upcoming3 counter1 py-6" style="background-color: #fbb15c; color: #000000;"> <div class="container"> <div class="row"> <div class="col-md-4 border-right"> <h1 class="proxi-bd">IHALC One-Day Summit</h1> <h2 class="m-0">May 14th 2025</h2> <h2 class="m-0">9am-5pm</h2> </div> <div class="col-md-3 pl-md-4 mb-5 mb-md-0"> <p>Our spring One-Day Summit</p> <a href="https://www.ihalc.com/event/ihalc-one-day-summit-4/" class="proxi-eb more_details rounded-pill mt-5 d-inline-block">Details</a> </div> <div class="col-md-5"> <div class="position-relative mb-3 overflow-hidden"> <img width="2501" height="1307" src="https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE.png" class="img-fluid w-100 wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE.png 2501w, https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE-300x157.png 300w, https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE-1024x535.png 1024w, https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE-768x401.png 768w, https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE-1536x803.png 1536w, https://www.ihalc.com/wp-content/uploads/2025/01/IHALC-One-Day-Summit-MAY-14-WEBSITE-2048x1070.png 2048w" sizes="(max-width: 2501px) 100vw, 2501px" /> </div> </div> </div> </div> </div> <style> .upcoming3.counter1 .border-right { border-color: transparent !important; } @media (min-width: 768px) { .upcoming3.counter1 .border-right { border-color: #000000 !important; } } </style> <div class="upcoming3 counter1 py-6" style="background-color: #9277f5; color: #000000;"> <div class="container"> <div class="row"> <div class="col-md-4 border-right"> <h1 class="proxi-bd">2025 Events Calendar</h1> </div> <div class="col-md-3 pl-md-4 mb-5 mb-md-0"> <p>Dates for your diary: IHALC’s in-person events for the coming year</p> <a href="https://www.ihalc.com/event/2025-events-calendar/" class="proxi-eb more_details rounded-pill mt-5 d-inline-block">Details</a> </div> <div class="col-md-5"> <div class="position-relative mb-3 overflow-hidden"> <img width="600" height="303" src="https://www.ihalc.com/wp-content/uploads/2024/01/calendar.png" class="img-fluid w-100 wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2024/01/calendar.png 600w, https://www.ihalc.com/wp-content/uploads/2024/01/calendar-300x152.png 300w" sizes="(max-width: 600px) 100vw, 600px" /> </div> </div> </div> </div> </div> <style> .upcoming3.counter1 .border-right { border-color: transparent !important; } @media (min-width: 768px) { .upcoming3.counter1 .border-right { border-color: #000000 !important; } } </style> <div class="upcoming3 counter1 py-6" style="background-color: #fbb15c; color: #000000;"> <div class="container"> <div class="row"> <div class="col-md-4 border-right"> <h1 class="proxi-bd">IHALC Leaders Dinner Summer 25</h1> <h2 class="m-0">June 10th 2025</h2> <h2 class="m-0">6.30pm-10pm</h2> </div> <div class="col-md-3 pl-md-4 mb-5 mb-md-0"> <p>Join us for an evening of conversation and networking with your fellow in-house leaders</p> <a href="https://www.ihalc.com/event/ihalc-leaders-dinner-summer-25/" class="proxi-eb more_details rounded-pill mt-5 d-inline-block">Details</a> </div> <div class="col-md-5"> <div class="position-relative mb-3 overflow-hidden"> <img width="2560" height="1412" src="https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-scaled.png" class="img-fluid w-100 wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-scaled.png 2560w, https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-300x166.png 300w, https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-1024x565.png 1024w, https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-768x424.png 768w, https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-1536x847.png 1536w, https://www.ihalc.com/wp-content/uploads/2025/04/IHALC-Summer-25-Leaders-Dinner-WEBSITE-2048x1130.png 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /> </div> </div> </div> </div> </div> <style> .upcoming3.counter1 .border-right { border-color: transparent !important; } @media (min-width: 768px) { .upcoming3.counter1 .border-right { border-color: #000000 !important; } } </style> <div class="head4 pt-8 pb-4" style="background-color: ;"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h1 class="proxi-eb d-inline-block">Insights</h1> </div> </div> </div> </div> <style> .head4 h1 { border-bottom: .5rem solid #ef473e; color: #000000; } </style> <div class="insights5" style="background-color: ;"> <div class="container pt-5 pb-8"> <div class="row"> <div class="col-md-4 mb-7"> <div class="position-relative link_thumb"> <div class="thumb_img position-relative mb-3 overflow-hidden"> <img width="1600" height="1200" src="https://www.ihalc.com/wp-content/uploads/2025/03/IMG-20250325-WA0014.jpg" class="image-fill wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2025/03/IMG-20250325-WA0014.jpg 1600w, https://www.ihalc.com/wp-content/uploads/2025/03/IMG-20250325-WA0014-300x225.jpg 300w, https://www.ihalc.com/wp-content/uploads/2025/03/IMG-20250325-WA0014-1024x768.jpg 1024w, https://www.ihalc.com/wp-content/uploads/2025/03/IMG-20250325-WA0014-768x576.jpg 768w, https://www.ihalc.com/wp-content/uploads/2025/03/IMG-20250325-WA0014-1536x1152.jpg 1536w" sizes="(max-width: 1600px) 100vw, 1600px" /> </div> <h3 class="proxi-bd pr-5">Building in-house teams with flexible talent</h3> <div class="mt-3">Read more +</div> <a href="https://www.ihalc.com/insights/building-in-house-teams-with-flexible-talent/" class="stretched-link"></a> </div> </div> <div class="col-md-4 mb-7"> <div class="position-relative link_thumb"> <div class="thumb_img position-relative mb-3 overflow-hidden"> <img width="1924" height="1070" src="https://www.ihalc.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-at-15.31.51.png" class="image-fill wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-at-15.31.51.png 1924w, https://www.ihalc.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-at-15.31.51-300x167.png 300w, https://www.ihalc.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-at-15.31.51-1024x569.png 1024w, https://www.ihalc.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-at-15.31.51-768x427.png 768w, https://www.ihalc.com/wp-content/uploads/2025/03/Screenshot-2025-03-05-at-15.31.51-1536x854.png 1536w" sizes="(max-width: 1924px) 100vw, 1924px" /> </div> <h3 class="proxi-bd pr-5">New research reveals crisis in ideas evaluation and approval</h3> <div class="mt-3">Read more +</div> <a href="https://www.ihalc.com/insights/new-research-reveals-crisis-in-ideas-evaluation-and-approval/" class="stretched-link"></a> </div> </div> <div class="col-md-4 mb-7"> <div class="position-relative link_thumb"> <div class="thumb_img position-relative mb-3 overflow-hidden"> <img width="1500" height="967" src="https://www.ihalc.com/wp-content/uploads/2025/01/LeadershipIll.png" class="image-fill wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2025/01/LeadershipIll.png 1500w, https://www.ihalc.com/wp-content/uploads/2025/01/LeadershipIll-300x193.png 300w, https://www.ihalc.com/wp-content/uploads/2025/01/LeadershipIll-1024x660.png 1024w, https://www.ihalc.com/wp-content/uploads/2025/01/LeadershipIll-768x495.png 768w" sizes="(max-width: 1500px) 100vw, 1500px" /> </div> <h3 class="proxi-bd pr-5">How to build a leadership team that actually works</h3> <div class="mt-3">Read more +</div> <a href="https://www.ihalc.com/insights/how-to-build-a-leadership-team-that-actually-works/" class="stretched-link"></a> </div> </div> <div class="col-md-4 mb-7"> <div class="position-relative link_thumb"> <div class="thumb_img position-relative mb-3 overflow-hidden"> <img width="1550" height="1134" src="https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711.png" class="image-fill wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711.png 1550w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-300x219.png 300w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-1024x749.png 1024w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-768x562.png 768w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-1536x1124.png 1536w" sizes="(max-width: 1550px) 100vw, 1550px" /> </div> <h3 class="proxi-bd pr-5">IHALC AI Group</h3> <div class="mt-3">Read more +</div> <a href="https://www.ihalc.com/insights/ihalc-ai-group/" class="stretched-link"></a> </div> </div> <div class="col-md-4 mb-7"> <div class="position-relative link_thumb"> <div class="thumb_img position-relative mb-3 overflow-hidden"> <img width="1500" height="826" src="https://www.ihalc.com/wp-content/uploads/2025/01/shutterstock_2550677125-1.png" class="image-fill wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2025/01/shutterstock_2550677125-1.png 1500w, https://www.ihalc.com/wp-content/uploads/2025/01/shutterstock_2550677125-1-300x165.png 300w, https://www.ihalc.com/wp-content/uploads/2025/01/shutterstock_2550677125-1-1024x564.png 1024w, https://www.ihalc.com/wp-content/uploads/2025/01/shutterstock_2550677125-1-768x423.png 768w" sizes="(max-width: 1500px) 100vw, 1500px" /> </div> <h3 class="proxi-bd pr-5">From Hero to Halo</h3> <div class="mt-3">Read more +</div> <a href="https://www.ihalc.com/insights/from-hero-to-halo/" class="stretched-link"></a> </div> </div> <div class="col-md-4 mb-7"> <div class="position-relative link_thumb"> <div class="thumb_img position-relative mb-3 overflow-hidden"> <img width="1550" height="1134" src="https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711.png" class="image-fill wp-post-image" alt="" decoding="async" srcset="https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711.png 1550w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-300x219.png 300w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-1024x749.png 1024w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-768x562.png 768w, https://www.ihalc.com/wp-content/uploads/2024/11/shutterstock_2498746711-1536x1124.png 1536w" sizes="(max-width: 1550px) 100vw, 1550px" /> </div> <h3 class="proxi-bd pr-5">On the strategic value of in-house teams</h3> <div class="mt-3">Read more +</div> <a href="https://www.ihalc.com/insights/on-the-strategic-value-of-in-house-teams/" class="stretched-link"></a> </div> </div> </div> </div> </div> <style> .insights5 { color: #000000; } </style></div> <div class="footerholder text-white py-md-4 py-8"> <div class="container"> <div class="row"> <div class="col-md-5 d-flex flex-column justify-content-center order-1 order-md-0 mt-4 mt-md-0"> <p><span style="color: #ffffff;">Contact:</span><br /> <span class="proxi-bd" style="color: #ffffff;">Patrick Burgoyne</span><br /> <a href="mailto:[email protected]"><span class="proxi-bd" style="color: #ffffff;">[email protected]</span></a></p> <div class="mt-3 small-txt"> <a href="https://www.ihalc.com/privacy-policy/" class="text-white" target="">Privacy policy</a> | <a href="https://www.ihalc.com/terms-and-conditions/" class="text-white" target="">Terms & conditions</a> <br> <a href="https://www.ihalc.com/cookies-policy/" class="text-white" target="">Cookies Policy</a> | <a href="https://www.ihalc.com/event-terms-and-conditions/" class="text-white" target="">Event Terms and conditions</a> </div> </div> <div class="col-md-2 d-flex align-items-center justify-content-md-center order-0 order-md-1"> <a href="https://www.ihalc.com"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 103.19" class="top_logo"> <g id="Layer_2" data-name="Layer 2"> <g id="Layer_1-2" data-name="Layer 1"> <g> <path d="M190.14,45.63c-.81,0-20.55,0-29.24,0h-6.39L172.1.19ZM167.3,36.86h10l-5.06-12.71Z" style="fill: #fff"/> <rect y="0.66" width="10.71" height="102.32" style="fill: #fff"/> <polygon points="306.86 102.92 234.87 102.92 234.87 0.51 245.58 0.51 245.58 92.22 306.86 92.22 306.86 102.92" style="fill: #fff"/> <polygon points="109.15 45.71 38.69 45.71 38.69 0.66 49.4 0.66 49.4 35 98.45 35 98.45 1.03 109.15 1.03 109.15 45.71" style="fill: #fff"/> <polygon points="109.15 102.98 98.45 102.98 98.45 68.64 49.4 68.64 49.4 103 38.69 103 38.69 57.93 109.15 57.93 109.15 102.98" style="fill: #fff"/> <path d="M141.1,102.94l15-34.29,31.3.07L203,102.94h11.77L194.31,58h-3.44l-38.22-.08h-3.51l-19.73,45Z" style="fill: #fff"/> <path d="M363.61,103.19a51.23,51.23,0,0,1-36.4-15.09A51.54,51.54,0,0,1,400,15.1l-7.6,7.62a40.78,40.78,0,1,0,0,57.75L400,88.1A51.23,51.23,0,0,1,363.61,103.19Z" style="fill: #fff"/> </g> </g> </g> </svg> </a> </div> <div class="col-md-3 d-md-flex align-items-center justify-content-between order-2 ml-auto mt-5 mt-md-0"> <div class="footer_divider d-none d-md-block h-100"></div> <div>Founding Partner</div><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 149.38" class="footer_logo02 ml-3"> <g id="Layer_2" data-name="Layer 2"> <g id="Layer_1-2" data-name="Layer 1"> <g> <g> <path d="M117,84.81l17,30.28a1.1,1.1,0,0,0,1.91,0L181,38.86a1.09,1.09,0,0,1,.95-.54h17a1.1,1.1,0,0,1,.95,1.66L135.51,148.84a1.1,1.1,0,0,1-1.91,0l-27.12-48.37a1.08,1.08,0,0,1,0-1.1l8.6-14.56A1.1,1.1,0,0,1,117,84.81Z" style="fill: #fff"/> <path d="M18.89,38.88l43.54,76.41a1.1,1.1,0,0,0,1.91,0l46.82-79.23.28-.61c.18-.35.34-.7.49-1.06a13,13,0,0,0,.75-2.68,12.84,12.84,0,0,0-4.26-11.82A12.66,12.66,0,0,0,94.67,18a12.8,12.8,0,0,0-5.38,18.51l3.89,6.66a1.1,1.1,0,0,1,0,1.12L84.67,58.71a1.1,1.1,0,0,1-1.9,0L75,45.45a29.61,29.61,0,1,1,52.52-4.76c-.3.73-.62,1.45-1,2.16l-62.5,106a1.1,1.1,0,0,1-1.91,0L.15,40a1.1,1.1,0,0,1,1-1.65H17.93A1.1,1.1,0,0,1,18.89,38.88Z" style="fill: #fff"/> </g> <path d="M55.43,38.4c10.09,0,17.07,6.51,17.07,16.06S65.43,70.52,55.1,70.52H42.71a1.1,1.1,0,0,1-1.1-1.1V39.5a1.1,1.1,0,0,1,1.1-1.1ZM49.78,62.9a1.1,1.1,0,0,0,1.1,1.1h4.73c5,0,8.58-3.85,8.58-9.5s-3.76-9.59-8.95-9.59H50.88A1.11,1.11,0,0,0,49.78,46Z" style="fill: #fff"/> <path d="M158.57,44.22l-3.25,3.85a1.09,1.09,0,0,1-1.6.08,10.75,10.75,0,0,0-7.28-3.29,9,9,0,0,0-8.95,9.31c0,5.37,3.85,9.45,8.95,9.45a11.72,11.72,0,0,0,7.29-3,1.1,1.1,0,0,1,1.53.07l3.28,3.46a1.1,1.1,0,0,1,0,1.56A19.3,19.3,0,0,1,146,70.78c-9.68,0-16.88-7.11-16.88-16.52S136.52,38,146.3,38a18.76,18.76,0,0,1,12.18,4.68A1.09,1.09,0,0,1,158.57,44.22Z" style="fill: #fff"/> </g> </g> </g> </svg> </div> </div> </div> </div> <style> </style> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/eprefix-bootstrap\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.</div><div class="cli-bar-btn_container"><a role='button' class="medium cli-plugin-button cli-plugin-main-button cli_settings_button" style="margin:0px 5px 0px 0px">Cookie Settings</a><a id="wt-cli-accept-all-btn" role='button' data-cli_action="accept_all" class="wt-cli-element medium cli-plugin-button wt-cli-accept-all-btn cookie_action_close_header cli_action_button">Accept All</a></div></div></span></div><div id="cookie-law-info-again" data-nosnippet="true"><span id="cookie_hdr_showagain">Manage consent</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true"> <div class="cli-modal-dialog" role="document"> <div class="cli-modal-content cli-bar-popup"> <button type="button" class="cli-modal-close" id="cliModalClose"> <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg> <span class="wt-cli-sr-only">Close</span> </button> <div class="cli-modal-body"> <div class="cli-container-fluid cli-tab-container"> <div class="cli-row"> <div class="cli-col-12 cli-align-items-stretch cli-px-0"> <div class="cli-privacy-overview"> <h4>Privacy Overview</h4> <div class="cli-privacy-content"> <div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div> </div> <a class="cli-privacy-readmore" aria-label="Show more" role="button" data-readmore-text="Show more" data-readless-text="Show less"></a> </div> </div> <div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container"> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab"> Necessary </a> <div class="wt-cli-necessary-checkbox"> <input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" /> <label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label> </div> <span class="cli-necessary-caption">Always Enabled</span> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="necessary"> <div class="wt-cli-cookie-description"> Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously. <table class="cookielawinfo-row-cat-table cookielawinfo-winter"><thead><tr><th class="cookielawinfo-column-1">Cookie</th><th class="cookielawinfo-column-3">Duration</th><th class="cookielawinfo-column-4">Description</th></tr></thead><tbody><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-advertisement</td><td class="cookielawinfo-column-3">1 year</td><td class="cookielawinfo-column-4">Set by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category .</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-analytics</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-functional</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-necessary</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-others</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-performance</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">CookieLawInfoConsent</td><td class="cookielawinfo-column-3">1 year</td><td class="cookielawinfo-column-4">Records the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">viewed_cookie_policy</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.</td></tr></tbody></table> </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="functional" data-toggle="cli-toggle-tab"> Functional </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-functional" class="cli-user-preference-checkbox" data-id="checkbox-functional" /> <label for="wt-cli-checkbox-functional" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Functional</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="functional"> <div class="wt-cli-cookie-description"> Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="performance" data-toggle="cli-toggle-tab"> Performance </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-performance" class="cli-user-preference-checkbox" data-id="checkbox-performance" /> <label for="wt-cli-checkbox-performance" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Performance</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="performance"> <div class="wt-cli-cookie-description"> Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors. </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="analytics" data-toggle="cli-toggle-tab"> Analytics </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-analytics" class="cli-user-preference-checkbox" data-id="checkbox-analytics" /> <label for="wt-cli-checkbox-analytics" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Analytics</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="analytics"> <div class="wt-cli-cookie-description"> Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc. <table class="cookielawinfo-row-cat-table cookielawinfo-winter"><thead><tr><th class="cookielawinfo-column-1">Cookie</th><th class="cookielawinfo-column-3">Duration</th><th class="cookielawinfo-column-4">Description</th></tr></thead><tbody><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">_ga</td><td class="cookielawinfo-column-3">2 years</td><td class="cookielawinfo-column-4">The _ga cookie, installed by Google Analytics, calculates visitor, session and campaign data and also keeps track of site usage for the site's analytics report. The cookie stores information anonymously and assigns a randomly generated number to recognize unique visitors.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">_gat_gtag_UA_223920479_1</td><td class="cookielawinfo-column-3">1 minute</td><td class="cookielawinfo-column-4">Set by Google to distinguish users.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">_gid</td><td class="cookielawinfo-column-3">1 day</td><td class="cookielawinfo-column-4">Installed by Google Analytics, _gid cookie stores information on how visitors use a website, while also creating an analytics report of the website's performance. Some of the data that are collected include the number of visitors, their source, and the pages they visit anonymously.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">CONSENT</td><td class="cookielawinfo-column-3">2 years</td><td class="cookielawinfo-column-4">YouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data.</td></tr></tbody></table> </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="advertisement" data-toggle="cli-toggle-tab"> Advertisement </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-advertisement" class="cli-user-preference-checkbox" data-id="checkbox-advertisement" /> <label for="wt-cli-checkbox-advertisement" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Advertisement</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="advertisement"> <div class="wt-cli-cookie-description"> Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads. <table class="cookielawinfo-row-cat-table cookielawinfo-winter"><thead><tr><th class="cookielawinfo-column-1">Cookie</th><th class="cookielawinfo-column-3">Duration</th><th class="cookielawinfo-column-4">Description</th></tr></thead><tbody><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">VISITOR_INFO1_LIVE</td><td class="cookielawinfo-column-3">5 months 27 days</td><td class="cookielawinfo-column-4">A cookie set by YouTube to measure bandwidth that determines whether the user gets the new or old player interface.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">YSC</td><td class="cookielawinfo-column-3">session</td><td class="cookielawinfo-column-4">YSC cookie is set by Youtube and is used to track the views of embedded videos on Youtube pages.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">yt-remote-connected-devices</td><td class="cookielawinfo-column-3">never</td><td class="cookielawinfo-column-4">YouTube sets this cookie to store the video preferences of the user using embedded YouTube video.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">yt-remote-device-id</td><td class="cookielawinfo-column-3">never</td><td class="cookielawinfo-column-4">YouTube sets this cookie to store the video preferences of the user using embedded YouTube video.</td></tr></tbody></table> </div> </div> </div> </div> <div class="cli-tab-section"> <div class="cli-tab-header"> <a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="others" data-toggle="cli-toggle-tab"> Others </a> <div class="cli-switch"> <input type="checkbox" id="wt-cli-checkbox-others" class="cli-user-preference-checkbox" data-id="checkbox-others" /> <label for="wt-cli-checkbox-others" class="cli-slider" data-cli-enable="Enabled" data-cli-disable="Disabled"><span class="wt-cli-sr-only">Others</span></label> </div> </div> <div class="cli-tab-content"> <div class="cli-tab-pane cli-fade" data-id="others"> <div class="wt-cli-cookie-description"> Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet. </div> </div> </div> </div> </div> </div> </div> </div> <div class="cli-modal-footer"> <div class="wt-cli-element cli-container-fluid cli-tab-container"> <div class="cli-row"> <div class="cli-col-12 cli-align-items-stretch cli-px-0"> <div class="cli-tab-footer wt-cli-privacy-overview-actions"> <a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SAVE & ACCEPT</a> </div> <div class="wt-cli-ckyes-footer-section"> <div class="wt-cli-ckyes-brand-logo">Powered by <a href="https://www.cookieyes.com/"><img src="https://www.ihalc.com/wp-content/plugins/cookie-law-info/legacy/public/images/logo-cookieyes.svg" alt="CookieYes Logo"></a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div> <div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div> <!--googleon: all--><link rel='stylesheet' id='cookie-law-info-table-css' href='https://www.ihalc.com/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-table.css?ver=3.2.10' type='text/css' media='all' /> <script type="text/javascript" id="page-scroll-to-id-plugin-script-js-extra"> /* <![CDATA[ */ var mPS2id_params = {"instances":{"mPS2id_instance_0":{"selector":"a[href*='#']:not([href='#'])","autoSelectorMenuLinks":"true","excludeSelector":"a[href^='#tab-'], a[href^='#tabs-'], a[data-toggle]:not([data-toggle='tooltip']), a[data-slide], a[data-vc-tabs], a[data-vc-accordion], a.screen-reader-text.skip-link","scrollSpeed":800,"autoScrollSpeed":"true","scrollEasing":"easeInOutQuint","scrollingEasing":"easeOutQuint","forceScrollEasing":"false","pageEndSmoothScroll":"true","stopScrollOnUserAction":"false","autoCorrectScroll":"false","autoCorrectScrollExtend":"false","layout":"vertical","offset":0,"dummyOffset":"false","highlightSelector":"","clickedClass":"mPS2id-clicked","targetClass":"mPS2id-target","highlightClass":"mPS2id-highlight","forceSingleHighlight":"false","keepHighlightUntilNext":"false","highlightByNextTarget":"false","appendHash":"false","scrollToHash":"true","scrollToHashForAll":"true","scrollToHashDelay":0,"scrollToHashUseElementData":"true","scrollToHashRemoveUrlHash":"false","disablePluginBelow":0,"adminDisplayWidgetsId":"true","adminTinyMCEbuttons":"true","unbindUnrelatedClickEvents":"false","unbindUnrelatedClickEventsSelector":"","normalizeAnchorPointTargets":"false","encodeLinks":"false"}},"total_instances":"1","shortcode_class":"_ps2id"}; /* ]]> */ </script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.7.9" id="page-scroll-to-id-plugin-script-js"></script> <script type="text/javascript" id="rocket-browser-checker-js-after"> /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-extra"> /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/|\/the-sessions\/|\/signup\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.ihalc.com","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ </script> <script type="text/javascript" id="rocket-preload-links-js-after"> /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ </script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/polyfill.min.js?ver=6.8.1" id="polyfills-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/themes/eprefix-bootstrap/js/main-min.js?ver=6.8.1" id="js_main-js"></script> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6LfCmnIqAAAAAI9CI8ja2oyyYSWwszobvPvas_1z&ver=3.0" id="google-recaptcha-js"></script> <script type="text/javascript" src="https://www.ihalc.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script type="text/javascript" id="wpcf7-recaptcha-js-before"> /* <![CDATA[ */ var wpcf7_recaptcha = { "sitekey": "6LfCmnIqAAAAAI9CI8ja2oyyYSWwszobvPvas_1z", "actions": { "homepage": "homepage", "contactform": "contactform" } }; /* ]]> */ </script> <script type="text/javascript" src="https://www.ihalc.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=6.0.6" id="wpcf7-recaptcha-js"></script> </body> </html> <!-- Performance optimized by Redis Object Cache. Learn more: https://wprediscache.com Retrieved 2843 objects (549 KB) from Redis using PhpRedis (v6.2.0). -->