<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 15:07:41 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.coburgbanks.co.uk" data-wf-page="64c7a9fb9c772c7c950ec49b" data-wf-site="645cf1f1ad8cd97335eefcd6" data-wf-intellimize-customer-id="117645391" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>The Coburg Banks Recruitment Blog</title><meta content="Advice, tips and guides on how to get the best out of your recruitment activity, whether you&#x27;re looking to recruit or if you&#x27;re looking for a new job." name="description"/><meta content="The Coburg Banks Recruitment Blog" property="og:title"/><meta content="Advice, tips and guides on how to get the best out of your recruitment activity, whether you&#x27;re looking to recruit or if you&#x27;re looking for a new job." property="og:description"/><meta content="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/682364f04034577f549d89cd_CB---Generic.png" property="og:image"/><meta content="The Coburg Banks Recruitment Blog" name="twitter:title"/><meta content="Advice, tips and guides on how to get the best out of your recruitment activity, whether you&#x27;re looking to recruit or if you&#x27;re looking for a new job." name="twitter:description"/><meta content="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/682364f04034577f549d89cd_CB---Generic.png" name="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="Oc_P6zTXm4y0bA2MVqY1K2GCG3O2iaxOToKXOqvQP-g" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/css/coburgbanks.webflow.shared.43b315902.min.css" rel="stylesheet" type="text/css" integrity="sha384-Q7MVkCYj6xbDlMRlK6StMhR+agmrYwMNZew7C8F7em1hnFoYHUUzYCGsgPN2msBY" crossorigin="anonymous"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({  google: {    families: ["Droid Serif:400,400italic,700,700italic"]  }});</script><script src="https://use.typekit.net/rqh4tvt.js" type="text/javascript"></script><script type="text/javascript">try{Typekit.load();}catch(e){}</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/645cf3983548075617270355_Generic-Green-Coburg-Banks-Apple-32px.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/645cf39edcb8ae8b421b07d5_Generic-Green-Coburg-Banks-Apple-256px.png" rel="apple-touch-icon"/><style>.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}</style><style>[data-wf-hidden-variation], [data-wf-hidden-variation] * {
        display: none !important;
      }</style><!-- Google Consent -->
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
 
  dataLayer.push({'event': 'essential-activated'});
 
  // Always set defaults to DENIED first, with wait_for_update so GTM pauses
  gtag('consent', 'default', {
    'ad_storage': 'denied',
    'ad_user_data': 'denied',
    'ad_personalization': 'denied',
    'analytics_storage': 'denied',
    'functionality_storage': 'granted',
    'security_storage': 'granted',
    'url_passthrough': true,
    'wait_for_update': 500
  });
 
  // If returning visitor has a stored choice, restore it immediately
  // Also patch in any missing v2 fields from older stored values
  var storedRaw = localStorage.getItem('consentMode');
  if (storedRaw) {
    try {
      var stored = JSON.parse(storedRaw);
      // Ensure v2 fields exist — inherit from ad_storage if missing
      if (!stored.ad_user_data) stored.ad_user_data = stored.ad_storage || 'denied';
      if (!stored.ad_personalization) stored.ad_personalization = stored.ad_storage || 'denied';
      // Ensure all required fields are present
      if (!stored.functionality_storage) stored.functionality_storage = 'granted';
      if (!stored.security_storage) stored.security_storage = 'granted';
      gtag('consent', 'update', stored);
      // Re-save the patched version so future loads are clean
      localStorage.setItem('consentMode', JSON.stringify(stored));
    } catch(e) {}
  }
 
  document.addEventListener('DOMContentLoaded', function() {
    var allowBtns = document.querySelectorAll('[fs-cc="allow"]');
    var allowBtnFront = allowBtns[0];
    var allowBtnBack = allowBtns[1];
    var customConsent = document.querySelector('[value="Save preferences"]');
    var denyBtn = document.querySelector('[fs-cc="deny"]');
 
    if (allowBtnFront) {
      allowBtnFront.addEventListener('click', function() {
        setConsent({
          necessary: true,
          analytics: true,
          preferences: true,
          marketing: true
        });
      });
    }
 
    if (allowBtnBack) {
      allowBtnBack.addEventListener('click', function() {
        setConsent({
          necessary: true,
          analytics: true,
          preferences: true,
          marketing: true
        });
      });
    }
 
    if (customConsent) {
      customConsent.addEventListener('click', function() {
        setConsent({
          necessary: true,
          analytics: document.getElementById('analytics-2').checked,
          preferences: document.getElementById('marketing-2').checked,
          marketing: document.getElementById('marketing-2').checked
        });
      });
    }
 
    if (denyBtn) {
      denyBtn.addEventListener('click', function() {
        setConsent({
          necessary: true,
          analytics: false,
          preferences: false,
          marketing: false
        });
      });
    }
 
    function setConsent(consent) {
      var consentMode = {
        'functionality_storage': consent.necessary ? 'granted' : 'denied',
        'security_storage': consent.necessary ? 'granted' : 'denied',
        'ad_storage': consent.marketing ? 'granted' : 'denied',
        'ad_user_data': consent.marketing ? 'granted' : 'denied',
        'ad_personalization': consent.marketing ? 'granted' : 'denied',
        'analytics_storage': consent.analytics ? 'granted' : 'denied',
        'personalization': consent.preferences ? 'granted' : 'denied'
      };
      gtag('consent', 'update', consentMode);
      localStorage.setItem('consentMode', JSON.stringify(consentMode));
    }
  });
</script>
<!-- End Google Consent -->

<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1338594558228960"
     crossorigin="anonymous"></script>
<!-- End Google AdSense -->

<!-- [Attributes by Finsweet] Social Share -->
<script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-socialshare@1/socialshare.js"></script>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M3KKC2J');</script>
<!-- End Google Tag Manager -->

<!-- Finsweet Cookie Consent !! MUST LOAD AFTER ALL OTHER SCRIPTS -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in" fs-cc-endpoint="https://hooks.zapier.com/hooks/catch/503672/3hm6ndg/" fs-cc-expires="30"></script>

<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1125543599158201');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1125543599158201&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-990773192"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'AW-990773192');
  gtag('config', 'AW-17160314076');
  gtag('config', 'AW-17101615020');
</script>

<style>
@media screen and (max-width: 1440px) {
    html {
        font-size: calc(0.812695rem + 0.208116vw);
    }
}
@media screen and (max-width: 2800px) {
    html {
        font-size: calc(0.867647rem + 0.147059vw);
    }
}
html {
    -webkit-text-size-adjust: 100%;
}
</style>

<!-- Typeform Bespoke Settings -->
<style>
@media (min-width: 992px) {
  .tf-v1-popup {
    background: transparent !important;
    position: fixed;
    inset: 0;
  }

  .tf-v1-popup::before {
    content: '';
    position: fixed;
    inset: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
    pointer-events: none;
  }

  .tf-v1-popup iframe,
  .tf-v1-popup .tf-v1-spinner {
    position: relative;
    z-index: 2;
  }

  .tf-v1-popup button[class^="tf-v1-close"] {
    position: absolute;
    top: -34px;
    right: 0;
    z-index: 3;
    background: none;
    border: none;
    opacity: 1 !important;
  }

  .tf-v1-popup button[class^="tf-v1-close"] svg {
    fill: #111 !important;
  }
}
</style>
<!-- End Typeform Bespoke Settings -->

<!-- TrustBox script -->
<script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js" async></script>
<!-- End TrustBox script -->

<!-- Finsweet Attributes CMS Slider for Hero Section -->
<script async type="module"
src="https://cdn.jsdelivr.net/npm/@finsweet/attributes@2/attributes.js"
fs-list
></script>
<!-- End Finsweet Attributes CMS Slider for Hero Section -->

<!-- GCLID Capture -->
<script>
(function() {
  var params = new URLSearchParams(window.location.search);
  var gclid = params.get('gclid');
  if (gclid) {
    try { sessionStorage.setItem('cb_gclid', gclid); } catch(e) {}
  }
  window._cb_gclid = '';
  try { window._cb_gclid = sessionStorage.getItem('cb_gclid') || ''; } catch(e) {}
})();
</script>

<style>
  .opening-screen {
    height: 100dvh !important;
  }
</style><!-- [Attributes by Finsweet] CMS Load -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsload@1/cmsload.js"></script>

<!-- [Attributes by Finsweet] CMS Filter -->
<script async src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsfilter@1/cmsfilter.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function() {
  const checkboxes = document.getElementsByClassName('blog-search-checkbox');

  function handleCheckboxClick() {
    const filterActives = document.getElementsByClassName('filter-active');

    const firstCheckbox = checkboxes[0];
    const anyOtherCheckboxHasActiveClass = Array.from(checkboxes).slice(1).some(checkbox => checkbox.classList.contains('filter-active'));

    if (anyOtherCheckboxHasActiveClass) {
      firstCheckbox.classList.remove('filter-active');
    } else {
      firstCheckbox.classList.add('filter-active');
    }
  }

  for (let i = 0; i < checkboxes.length; i++) {
    checkboxes[i].addEventListener('change', handleCheckboxClick);
  }
});
</script>


<script>
// Add canonical redirect to paginated versions of this page
  // Get the current URL
  var currentUrl = window.location.href;

  // Check if the URL contains the pagination parameter 

  if (currentUrl.includes('?ff77bb41_page=')) {
  
 // Add a canonical tag that points to the main page
    var canonicalLink = '<link rel="canonical" href="https://www.coburgbanks.co.uk/blog" />';
    document.head.innerHTML += canonicalLink;
  }
</script></head><body><div fs-cc-scroll="disable" fs-cc="preferences" class="fs-cc-prefs3_component"><div fs-cc="close" class="fs-cc-prefs3_close"><div class="fs-cc-preferences3_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 16">
	<path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path>
</svg></div></div><div class="fs-cc-prefs3_form-wrapper w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="fs-cc-prefs3_form" data-wf-page-id="64c7a9fb9c772c7c950ec49b" data-wf-element-id="83b377a6-2696-a3c1-7933-84e8caca7a89"><div class="fs-cc-prefs3_header"><div fs-cc="open-preferences" role="button" tabindex="0" title="Cookie Preferences" aria-label="Cookie Preferences" class="fs-cc-prefs3_icon w-embed"><svg enable-background="new 0 0 512.026 512.026" viewBox="0 0 512.026 512.026" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><g><path d="m511.525 241.705c-1.21-22.482-6.909-49.971-17.666-77.748-3.766-9.725-16.048-12.699-23.855-5.881-5.564 4.859-15.309 3.478-18.563-2.599-3.886-7.256-12.89-10.023-20.179-6.209-17.818 9.326-40.237.637-46.641-19.032-2.388-7.335-9.952-11.665-17.487-10.006-20.777 4.568-40.134-11.324-40.134-32.217 0-8.143 2.995-15.965 8.433-22.025 8.406-9.367 2.187-24.346-10.388-24.997-7.513-.391-12.884-6.94-9.429-12.76 5.277-8.89.174-20.366-9.994-22.373-15.381-3.036-32.039-5.845-49.622-5.845-140.303 0-256 106.637-256 248 0 140.366 114.711 264 256 264 148.992 0 264.611-127.454 255.525-270.308zm-43.83 93.429c-16.703-5.236-28.695-20.835-28.695-39.121 0-23.222 19.421-42.061 42.99-40.947.148 27.26-4.678 54.421-14.295 80.068zm-386.695-127.121c0 26.156-28.999 41.656-50.664 27.883 1.147-21.147 5.289-41.403 12.025-60.399 20.312-3.49 38.639 12.198 38.639 32.516zm175 274c-115.793 0-214.585-95.744-225.064-213.349 40.47 11.345 80.064-19.283 80.064-60.651 0-32.132-24.186-58.704-55.305-62.513 37.448-69.237 112.24-115.487 200.305-115.487 9.639 0 19.241 1.046 28.557 2.521.179 12.837 6.935 24.244 17.288 31.24-17.505 41.973 14.071 88.048 59.285 87.229 14.429 25.643 44.523 37.606 72.45 29.503 10.287 9.14 24.546 12.389 37.663 9.473 3.752 11.781 6.52 23.482 8.312 35.046-38.944.241-70.555 31.988-70.555 70.988 0 30.389 19.136 56.487 46.252 66.559-38.139 71.029-113.144 119.441-199.252 119.441z"/><path d="m304 305.013c-39.149 0-71 31.851-71 71s31.851 71 71 71 71-31.851 71-71-31.851-71-71-71zm0 112c-22.607 0-41-18.393-41-41s18.393-41 41-41 41 18.393 41 41-18.393 41-41 41z"/><path d="m279 188.013c0-28.121-22.878-51-51-51s-51 22.879-51 51 22.878 51 51 51 51-22.879 51-51zm-51 21c-11.58 0-21-9.421-21-21s9.42-21 21-21 21 9.421 21 21-9.42 21-21 21z"/><path d="m148 273.013c-28.122 0-51 22.879-51 51s22.878 51 51 51 51-22.879 51-51-22.878-51-51-51zm0 72c-11.58 0-21-9.421-21-21s9.42-21 21-21 21 9.421 21 21-9.42 21-21 21z"/></g></svg></div><div class="text-size-medium text-color-white text-weight-xbold">Customise Your Privacy Preferences</div></div><div class="fs-cc-prefs3_content"><div class="fs-cc-prefs3_option"><div class="fs-cc-prefs3_toggle-wrapper"><div class="fs-cc-prefs3_label">Essential cookies</div><div class="text-weight-xbold text-size-small text-style-allcaps letter-spacing-extra text-color-red">Required</div></div></div><div class="fs-cc-prefs3_option"><div class="fs-cc-prefs3_toggle-wrapper"><div class="fs-cc-prefs3_label">Marketing cookies</div><label class="w-checkbox fs-cc-prefs3_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-cc-prefs3_checkbox"></div><input type="checkbox" id="marketing-2" name="marketing-2" data-name="Marketing 2" fs-cc-checkbox="marketing" style="opacity:0;position:absolute;z-index:-1"/><span for="marketing-2" class="fs-cc-prefs3_checkbox-label w-form-label">Essential</span></label></div></div><div class="fs-cc-prefs3_option"><div class="fs-cc-prefs3_toggle-wrapper"><div class="fs-cc-prefs3_label">Analytics cookies</div><label class="w-checkbox fs-cc-prefs3_checkbox-field"><div class="w-checkbox-input w-checkbox-input--inputType-custom fs-cc-prefs3_checkbox"></div><input type="checkbox" id="analytics-2" name="analytics-2" data-name="Analytics 2" fs-cc-checkbox="analytics" style="opacity:0;position:absolute;z-index:-1"/><span for="analytics-2" class="fs-cc-prefs3_checkbox-label w-form-label">Essential</span></label></div></div></div><div class="fs-cc-prefs3_buttons-wrapper"><div class="fs-cc-prefs3_buttons-block"><a fs-cc="allow" href="#" class="button-new-style is-small w-button">Allow all cookies</a><a fs-cc="deny" href="#" class="button-new-style is-small is-red w-button">Reject all cookies</a></div><input type="submit" data-wait="Please wait..." id="save-preferences" class="button-new-style is-small transparent w-button" value="Save preferences"/></div></form><div class="w-form-done"></div><div class="w-form-fail"></div><div fs-cc="close" class="fs-cc-prefs3_overlay"></div></div></div><div class="page-wrapper"><div fs-cc="banner" class="cookie-consent-wrapper"><div class="fs-cc-banner3_component"><div class="fs-cc-banner3_container"><div class="fs-cc-banner3_block"><div class="cookie-consent-image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/67e52adbc9d1925175a9c82b_CB%20Generic%20Logo.svg" loading="lazy" alt="Coburg Banks Recruitment"/></div><div class="cookie-consent-header"><div class="heading-style-h4 cookies">Life is better with cookies...</div></div><div><div class="text-color-light-grey text-size-regular text-align-left amend">Most people would agree cookies make life better. For us, they help us make our site and marketing better. But if you don&#x27;t like cookies, that&#x27;s cool too. Find out more in our <a href="/cookie-policy">Cookie Policy</a>.</div></div></div><div class="fs-cc-banner3_buttons-wrapper"><div class="cookie-consent-buttons desktop"><a fs-cc="deny" href="#" class="button-glowing cookies deny hide w-inline-block"><div class="fs-cc-banner3_button-text">Deny</div></a><a fs-cc="allow" href="#" class="button-new-style cookies w-inline-block"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/648827cce545bb88ff8b5a2c_allow-icon3.svg" loading="lazy" width="16" height="16" alt="allow icon
" class="fs-cc-banner3_button-icon"/><div class="fs-cc-banner3_button-text">Accept</div></a><a fs-cc="deny" href="#" class="button-glowing cookies deny hide w-inline-block"><div class="fs-cc-banner3_button-text">Deny</div></a><a fs-cc="open-preferences" href="#" class="button-glowing cookies deny w-inline-block"><div>Customise Preferences</div></a></div><div class="cookie-consent-buttons mobile"><a fs-cc="deny" href="#" class="button-glowing cookies deny hide w-inline-block"><div class="fs-cc-banner3_button-text">Deny</div></a><a fs-cc="allow" href="#" class="button-glowing cookies w-inline-block"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/648827cce545bb88ff8b5a2c_allow-icon3.svg" loading="lazy" width="16" height="16" alt="allow icon
" class="fs-cc-banner3_button-icon"/><div class="fs-cc-banner3_button-text">Accept</div></a><a fs-cc="deny" href="#" class="button-glowing cookies deny hide w-inline-block"><div class="fs-cc-banner3_button-text">Deny</div></a><a href="#" class="button-glowing cookies deny w-inline-block"><div fs-cc="open-preferences">Customise Preferences</div></a></div><div class="cookie-consent-buttons mobile hide"><a fs-cc="allow" href="#" class="button-glowing cookies w-inline-block"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/648827cce545bb88ff8b5a2c_allow-icon3.svg" loading="lazy" width="16" height="16" alt="allow icon
" class="fs-cc-banner3_button-icon"/><div class="fs-cc-banner3_button-text">Accept</div></a><a fs-cc="deny" href="#" class="button-glowing cookies deny w-inline-block"><div class="fs-cc-banner3_button-text">Deny</div></a></div><a href="#" class="cookie-preferences hide w-inline-block"><div fs-cc="open-preferences" class="button is-text-white is-small">Customise Your Preferences</div></a></div></div></div></div><div class="global-styles w-embed"><style>

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.w-slide .hero-char_container {
  height: 100%;
}

</style></div><div class="main-wrapper"><div data-animation="default" class="navbar no-border narrow beige w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="ee12307b-131b-aec2-c3a2-035d96376a43" role="banner" data-duration="400"><div class="container-large"><div class="navbar-container"><div class="navbar-logo-container"><a href="/" class="navbar-logo-link w-nav-brand"><img width="Auto" loading="lazy" alt="Coburg Banks Recruitment" src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/67e52ac5fb32df4338feaaff_CB%20Generic%20Logo.svg" class="navbar-logo"/></a></div><nav role="navigation" class="navbar-menu is-page-height-tablet beige w-nav-menu"><div data-delay="200" data-hover="true" data-w-id="ee12307b-131b-aec2-c3a2-035d96376a4a" class="navbar-menu-dropdown-new w-dropdown"><div class="navbar-link new dark-text flex w-dropdown-toggle"><div>Company</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/>
</svg></div></div><nav class="navbar-dropdown-container background-color-cb-beige w-dropdown-list"><div class="navbar_dropdown_linklist"><a href="#" class="navbar-dropdown-link no-icon generic w-inline-block"><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Why Coburg Banks</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">The main reasons why you should trust us with your recruitment needs</div></div></a><a href="/about" class="navbar-dropdown-link no-icon generic w-inline-block"><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">About Us</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Who we are and what makes us tick</div></div></a><a href="/our-commitment-to-our-clients" class="navbar-dropdown-link no-icon generic w-inline-block"><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Our Promise</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">We we commit to you every time we work on one of your vacancies </div></div></a><a href="/work-for-us" class="navbar-dropdown-link no-icon generic w-inline-block"><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Work For Us</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">For people who want a career in recruitment with no limits </div></div></a></div></nav></div><div data-delay="200" data-hover="true" data-w-id="ee12307b-131b-aec2-c3a2-035d96376a69" class="navbar-menu-dropdown-new w-dropdown"><div class="navbar-link new dark-text flex w-dropdown-toggle"><div>Our Specialisms</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/>
</svg></div></div><nav class="navbar-dropdown-container background-color-cb-beige w-dropdown-list"><div class="navbar_dropdown_linklist"><a href="/sales-recruitment-agencies" class="navbar-dropdown-link sales w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall sales w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chart-line-icon lucide-chart-line"><path d="M3 3v16a2 2 0 0 0 2 2h16"/><path d="m19 9-5 5-4-4-3 3"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Sales Recruitment</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Recruiting top-tier sales professionals of all levels of seniority</div></div></a><a href="/it-recruitment-agencies" class="navbar-dropdown-link it w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall it w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-code-icon lucide-code"><polyline points="16 18 22 12 16 6"/><polyline points="8 6 2 12 8 18"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">IT Recruitment</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Perm and contract recruitment for a wide range of IT and tech roles </div></div></a><a href="/engineering-recruitment-agencies" class="navbar-dropdown-link engineering w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall engineering w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cog-icon lucide-cog"><path d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z"/><path d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/><path d="M12 2v2"/><path d="M12 22v-2"/><path d="m17 20.66-1-1.73"/><path d="M11 10.27 7 3.34"/><path d="m20.66 17-1.73-1"/><path d="m3.34 7 1.73 1"/><path d="M14 12h8"/><path d="M2 12h2"/><path d="m20.66 7-1.73 1"/><path d="m3.34 17 1.73-1"/><path d="m17 3.34-1 1.73"/><path d="m11 13.73-4 6.93"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Engineering Recruitment</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Hiring for mid-senior perm and contract engineering vacancies</div></div></a><a href="/health-social-care-recruitment-agencies" class="navbar-dropdown-link social_care w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall social-care w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-heart-handshake-icon lucide-heart-handshake"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"/><path d="M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66"/><path d="m18 15-2-2"/><path d="m15 18-2-2"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Social Care Recruitment</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Middle and senior management vacancies in the care sector</div></div></a><a href="/marketing-recruitment-agencies" class="navbar-dropdown-link marketing w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall marketing w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-book-headphones-icon lucide-book-headphones"><path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20"/><path d="M8 12v-2a4 4 0 0 1 8 0v2"/><circle cx="15" cy="12" r="1"/><circle cx="9" cy="12" r="1"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Marketing Recruitment</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Covering a wide range of perm and contract marketing roles</div></div></a><a href="/finance-recruitment-agencies" class="navbar-dropdown-link accountancy w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall finance w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-coins-icon lucide-coins"><circle cx="8" cy="8" r="6"/><path d="M18.09 10.37A6 6 0 1 1 10.34 18"/><path d="M7 6h1v4"/><path d="m16.71 13.88.7.71-2.82 2.82"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Finance Recruitment</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Contract and perm finance roles at all levels of seniority</div></div></a></div></nav></div><div data-delay="200" data-hover="true" data-w-id="ee12307b-131b-aec2-c3a2-035d96376aa0" class="navbar-menu-dropdown-new w-dropdown"><div class="navbar-link new dark-text flex w-dropdown-toggle"><div>For Jobseekers</div><div class="dropdown-chevron w-embed"><svg width=" 100%" height=" 100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.55806 6.29544C2.46043 6.19781 2.46043 6.03952 2.55806 5.94189L3.44195 5.058C3.53958 4.96037 3.69787 4.96037 3.7955 5.058L8.00001 9.26251L12.2045 5.058C12.3021 4.96037 12.4604 4.96037 12.5581 5.058L13.4419 5.94189C13.5396 6.03952 13.5396 6.19781 13.4419 6.29544L8.17678 11.5606C8.07915 11.6582 7.92086 11.6582 7.82323 11.5606L2.55806 6.29544Z" fill="currentColor"/>
</svg></div></div><nav class="navbar-dropdown-container background-color-cb-beige w-dropdown-list"><div class="navbar_dropdown_linklist"><a href="/jobseeker-tips" class="navbar-dropdown-link generic w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-lightbulb-icon lucide-lightbulb"><path d="M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5"/><path d="M9 18h6"/><path d="M10 22h4"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Jobseeker tips</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Guides to help you maximise your chances of getting the best job</div></div></a><a href="/job-opportunities" class="navbar-dropdown-link generic w-inline-block"><div class="navbar-icon-wrapper"><div class="icon-embed-xsmall w-embed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-briefcase-business-icon lucide-briefcase-business"><path d="M12 12h.01"/><path d="M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"/><path d="M22 13a18.15 18.15 0 0 1-20 0"/><rect width="20" height="14" x="2" y="6" rx="2"/></svg></div></div><div class="navbar-text-wrapper"><div class="text-size-semi-small text-color-black text-weight-bold">Search our jobs</div><div class="text-size-small text-color-grey text-weight-medium hide-mobile-landscape">Browse and instantly apply to any of our live jobs </div></div></a></div></nav></div><div class="navbar-menu-buttons"><div data-w-id="ee12307b-131b-aec2-c3a2-035d96376ab8" class="cta-html-code w-embed"><a href="#"
   class="button-new-style is-small w-inline-block"
   data-tf-popup="{{FORM_ID}}">
   Tell Us About Your Role ⟶
</a></div><a href="/book-a-call" class="button-new-style is-small reversed transparent w-button">Get In Touch</a></div></nav><div class="navbar-menu-button w-nav-button"><div class="hamburger-menu-icon"><div class="menu-icon1_line-top-7"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom-11"></div></div></div></div></div></div><header class="section-hero-central"><div class="hero-section-beige"><div class="container-large"><div class="padding-vertical padding-huge"><div class="job-list_component"><div class="blog6_featured-list-wrapper w-dyn-list"><div role="list" class="blog6_featured-list w-dyn-items"><div role="listitem" class="blog6_featured-item w-dyn-item"><div class="blog6_featured-item-content"><div class="blog6_meta-wrapper"><a href="#" class="blog6_category-link w-inline-block"><div>Category</div></a><div class="text-size-small-2 text-weight-semibold text-inline">5 min read</div></div><a href="/blog/songs-that-could-be-written-by-recruiters" class="blog6_featured-title-link w-inline-block"><div class="text-size-small text-weight-xbold text-color-cb-green margin-bottom margin-small">Featured article:</div><h3 class="blog-menu-featured-article-heading-style serif">12 Song Lyrics That Could Well Be Written By Recruiters</h3></a><div class="text-size-regular text-color-70 text-weight-medium">As seasoned recruiters, we have the same old conversations with job candidates time and time again... 

These 12 absolute tunes manage to sum them up quite nicely.</div><a data-w-id="6f1b8d58-8199-dbd7-8b1e-02760a3faeb2" href="/blog/songs-that-could-be-written-by-recruiters" class="button-new-style w-inline-block"><div>Read the article</div></a></div><a href="/blog/songs-that-could-be-written-by-recruiters" class="blog6_featured-image-link w-inline-block"><div class="blog6_featured-image-wrapper"><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_featured-image w-condition-invisible w-dyn-bind-empty"/><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/64919f88e60d42bd5ab17cd3_Coburg%20Banks%20-%20Multi-Sector%20Recruitment%20Agency%20-%20Friday%20Funnies.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" sizes="100vw" srcset="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/64919f88e60d42bd5ab17cd3_Coburg%20Banks%20-%20Multi-Sector%20Recruitment%20Agency%20-%20Friday%20Funnies-p-500.webp 500w, https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/64919f88e60d42bd5ab17cd3_Coburg%20Banks%20-%20Multi-Sector%20Recruitment%20Agency%20-%20Friday%20Funnies-p-800.webp 800w, https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/64919f88e60d42bd5ab17cd3_Coburg%20Banks%20-%20Multi-Sector%20Recruitment%20Agency%20-%20Friday%20Funnies-p-1080.webp 1080w, https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/64919f88e60d42bd5ab17cd3_Coburg%20Banks%20-%20Multi-Sector%20Recruitment%20Agency%20-%20Friday%20Funnies.webp 1200w" class="blog6_featured-image"/></div></a></div></div></div></div></div></div></div></header><div><div class="container-large"></div></div><header id="blog-header-6" class="latest-news-block"><div><div class="container-large"><div class="padding-vertical padding-huge"><div class="job-list_component"><div class="blog-subheader margin-bottom margin-medium"><h2 class="heading-style-h2 serif">Other articles</h2><div class="standalone-search-text-block w-form"><form id="email-form-2" name="email-form-2" data-name="Email Form 2" action="/" method="post" fs-cmsfilter-element="filters" data-wf-page-id="64c7a9fb9c772c7c950ec49b" data-wf-element-id="46b4a7b8-928b-4f93-ea7d-3cd734fc9428"><div class="search-blog-div w-clearfix"><label for="name" class="field-label-2">Search for a specific article here:</label><label for="name" fs-cmsfilter-element="clear" class="clear-text-search-label">Clear search</label><input class="text-field-3 w-input" maxlength="256" name="name" fs-cmsfilter-field="*" data-name="Name" placeholder="" type="text" id="name"/></div></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div><div class="job-list_category-menu no-scrollbar"><a href="#" class="blog6_menu-link current w-inline-block"><div>View all</div></a><a href="#" class="blog6_menu-link w-inline-block"><div>Category one</div></a><a href="#" class="blog6_menu-link w-inline-block"><div>Category two</div></a><a href="#" class="blog6_menu-link w-inline-block"><div>Category three</div></a><a href="#" class="blog6_menu-link last-link w-inline-block"><div>Category four</div></a><div class="scrollbar-css w-embed"><style>
.no-scrollbar {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}

.no-scrollbar::-webkit-scrollbar {
    display: none; // Safari and Chrome
}
</style></div></div><div class="jobs-menu-jobs-list-wrapper w-dyn-list"><div fs-cmsfilter-element="list" fs-cmsload-element="list" role="list" class="blog6_list w-dyn-items"><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/the-50-weirdest-job-titles" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1decf3d5b8d5c3bbd0832_6492d6a06a0732d2cb11b588_iStock-962466980.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/the-50-weirdest-job-titles" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">The 50 Weirdest Job Titles</h3></a><div class="text-size-small text-weight-medium">At Coburg Banks we&#x27;ve seen some really odd job titles on people&#x27;s CVs over the years.  Here is a breakdown of our favourite 50 that we have genuinely seen on resumes.  

If you have one of these on yours, make sure you change it quickly!</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/the-50-weirdest-job-titles" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/the-10-simple-rules-of-appropriate-interview-etiquette" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1dece7ec01e27bf4d92d9_6492ef9992dbbc535bbb6511_iStock-868060928.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/the-10-simple-rules-of-appropriate-interview-etiquette" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">The 10 Simple Rules of Appropriate Interview Etiquette</h3></a><div class="text-size-small text-weight-medium">Will you fit in well with the team? Have you got the appropriate skills? Are you genuinely serious about the position? 

Your interviewer has a very difficult decision to make, based on (roughly) just one hour of your time, so chances are, they&#x27;ll be scrutinising your every move.

Don&#x27;t let a simple matter of etiquette hold you back!</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/the-10-simple-rules-of-appropriate-interview-etiquette" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/9-things-to-prepare-before-starting-a-new-job" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1decce71bc312efdacc32_6492d67ba817191a6702d060_iStock-926239360.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/9-things-to-prepare-before-starting-a-new-job" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">9 Things You Should Do To Prepare, Before Starting A New Job</h3></a><div class="text-size-small text-weight-medium">Worried about your first day at your new job? Not sure what you need to take with you or how you should be preparing? This blog post will help.</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/9-things-to-prepare-before-starting-a-new-job" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/21-weird-hobbies" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1decb37f3042e1d54e7f3_6492d549e423ced7b76e92ce_iStock-514781710.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/21-weird-hobbies" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">21 Weird Hobbies That Shouldn&#x27;t Have Made The CV</h3></a><div class="text-size-small text-weight-medium">From &quot;snake skin collecting&quot; to &quot;stalking celebrities,&quot; some weird hobbies are probably best left off a CV! 

What do you think?</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/21-weird-hobbies" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/12-ways-to-really-impress-your-boss" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1dec9640773e5a0793b0f_6492d5cc6ae8260c3e0c75db_iStock-615830862.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/12-ways-to-really-impress-your-boss" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">12 Ways to Really Impress Your Boss</h3></a><div class="text-size-small text-weight-medium">Want to impress your boss, without looking like a brown-nose? It&#x27;s not as hard as you might think.

Check out this blog post to find out more.</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/12-ways-to-really-impress-your-boss" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/10-steps-to-avoid-looking-desperate-during-a-job-interview" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1dec8fd46c5b1c96b4694_6492ee891d0171ac567db67e_iStock-859775192.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/10-steps-to-avoid-looking-desperate-during-a-job-interview" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">10 Steps To Avoid Looking Desperate During A Job Interview</h3></a><div class="text-size-small text-weight-medium">Are you worried that you might come across as being desperate in an interview?  It&#x27;s quite common so don&#x27;t worry.  Here are our top 10 tips to help you get around this.</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/10-steps-to-avoid-looking-desperate-during-a-job-interview" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/consequences-of-not-turning-up-for-an-interview" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1dec637e8b51fa8689d50_6492ce40ffa75fe2ee0c722d_iStock-177816411.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/consequences-of-not-turning-up-for-an-interview" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">What Are the Consequences of Not Turning Up For An Interview?</h3></a><div class="text-size-small text-weight-medium">The consequences of not turning up for an interview, though you may not think it, can be huge. 

Find out more in this blog post.</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/consequences-of-not-turning-up-for-an-interview" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/the-20-most-amazing-jobs" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1dec5904cbe5c4ab898e4_6492cee3b7fd10395524e58c_iStock-1033835644.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/the-20-most-amazing-jobs" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">The 20 Most Amazing Jobs (Guaranteed to Make You Jealous).</h3></a><div class="text-size-small text-weight-medium">Whether you&#x27;re a chocoholic, a dog lover, a snuggler or a couch-potato! 

There&#x27;s a dream job out there for you!

Don&#x27;t believe me? Just check out this blog post.</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/the-20-most-amazing-jobs" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div><div role="listitem" class="job-item w-dyn-item"><div class="blog-card-wrapper"><div class="blog-card-main-content-wrapper"><a href="/blog/is-remote-working-right-for-your-tech-team" class="blog6_image-link w-inline-block"><div class="blog6_image-wrapper"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd90625eefcd9/69f1dec33e8a2bbb00c4e360_652925e61eb6f19c1c72905d_iStock-1270372129.webp" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image"/><img src="" loading="lazy" alt="Coburg Banks - Multi-Sector Recruitment Agency" class="blog6_image w-condition-invisible w-dyn-bind-empty"/></div></a><div class="blog-card-info-container"><a href="/blog/is-remote-working-right-for-your-tech-team" class="blog6_title-link w-inline-block"><h3 fs-cmsfilter-field="Title" class="heading-style-h4 serif">Is remote working right for your tech team?</h3></a><div class="text-size-small text-weight-medium">Explore the upsides and downsides of remote working in the tech sector. Is it the right choice for your team? Find out now.</div></div></div><div class="blog-cta-block-wrapper"><a data-w-id="c5f1af11-0503-634c-3011-cde10e8d96ae" href="/blog/is-remote-working-right-for-your-tech-team" class="button-new-style reversed transparent w-inline-block"><div>Read the article</div></a></div></div></div></div><div role="navigation" aria-label="List" class="w-pagination-wrapper pagination"><a href="?a0742ec1_page=2" aria-label="Next Page" class="w-pagination-next button-new-style reversed"><div class="text-block-18 w-inline-block">Load more</div></a><link rel="prerender" href="?a0742ec1_page=2"/></div></div></div></div></div></div></header></div></div><footer class="cb_main_site_footer background-color-cb-deeper-purple"><div class="padding-global-2"><div class="container-large-2"><div class="padding-vertical padding-xxlarge"><div class="animate"><div class="padding-bottom padding-xxlarge"><div class="div-block-38"><div class="margin-bottom margin-medium"><a href="/" class="footer1_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/67e52adbc9d1925175a9c82b_CB%20Generic%20Logo.svg" loading="lazy" alt="Coburg Banks Recruitment" class="footer-logo"/></a></div><h2 class="cta-subtext-dark footer serif">Helping top companies recruit incredible people.</h2><div class="footer-contact-block"><div>Tel: 0121 362 2300</div><div>Email: <a href="/cdn-cgi/l/email-protection#a1c9c4cdcdcee1c2cec3d4d3c6c3c0cfcad28fc2ce8fd4ca"><span class="__cf_email__" data-cfemail="9df5f8f1f1f2ddfef2ffe8effafffcf3f6eeb3fef2b3e8f6">[email&#160;protected]</span></a></div></div><div data-w-id="db67d1e2-f21b-93ca-c271-f5981e542777" class="cb-green-divider"></div></div><div class="w-layout-grid footer1_top-wrapper bottom"><div class="w-layout-grid footer1_menu-wrapper"><div class="footer1_link-list"><div class="margin-bottom margin-xsmall"><div class="footer-headers text-size-regular">Our Sectors</div></div><a href="/sales-recruitment-agencies" class="footer1_link">Sales Recruitment Agency</a><a href="/health-social-care-recruitment-agencies" class="footer1_link">Health &amp; Social Care Recruitment Agency</a><a href="/it-recruitment-agencies" class="footer1_link">IT Recruitment Agency</a><a href="/engineering-recruitment-agencies" class="footer1_link">Engineering Recruitment Agency</a><a href="/marketing-recruitment-agencies" class="footer1_link">Marketing Recruitment Agency</a><a href="/finance-recruitment-agencies" class="footer1_link">Finance Recruitment Agency</a></div><div class="footer1_link-list"><div class="margin-bottom margin-xsmall"><div class="footer-headers text-size-regular">Jobseekers</div></div><a href="/job-opportunities" class="footer1_link">Search Our Jobs</a><a href="/jobseeker-tips" class="footer1_link">Jobseeker Tips &amp; Advice</a></div><div class="footer1_link-list"><div class="margin-bottom margin-xsmall"><div class="footer-headers text-size-regular">Company</div></div><a href="/about" class="footer1_link">About</a><a href="/work-for-us" class="footer1_link">Work For Us</a><a href="/need-to-recruit" class="footer1_link">Need To Recruit</a><a href="/our-commitment-to-our-clients" class="footer1_link">Our Commitment To Our Clients</a><a href="/brand-facts" class="footer1_link">Brand Facts</a><a href="/managed-advertising" class="footer1_link">Managed Advertising</a></div><div class="footer1_link-list"><div class="margin-bottom margin-xsmall"><div class="footer-headers text-size-regular">Resources</div></div><a href="/blog" aria-current="page" class="footer1_link w--current">The Recruitment Blog</a><a href="/sales-recruitment-agency-blog" class="footer1_link">Sales Recruitment Blog</a><a href="/sales-recruitment-agencies-locations" class="footer1_link">Sales Recruitment Locations</a><a href="/health-social-care-recruitment-agency-blog" class="footer1_link">Health &amp; Social Care Recruitment Blog</a><a href="/it-recruitment-agency-blog" class="footer1_link">IT Recruitment Blog</a><a href="/it-recruitment-locations" class="footer1_link">IT Recruitment Locations</a><a href="/engineering-recruitment-agency-blog" class="footer1_link">Engineering Recruitment Blog</a></div><div class="footer1_link-list"><div class="margin-bottom margin-xsmall"><div class="footer-headers text-size-regular">Support</div></div><a href="/contact" class="footer1_link">Contact Us</a><a href="/book-a-call" class="footer1_link">Book A Call With Us</a><a href="https://www.talentkoala.com" target="_blank" class="footer1_link">TalentKoala</a></div><div class="footer1_link-list"><div class="margin-bottom margin-xsmall"><div class="footer-headers text-size-regular">Follow</div></div><a href="https://www.facebook.com/CoburgBanksJobs/" class="footer1_social-link w-inline-block"><div class="footer1_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.5 6H13.5C12.9477 6 12.5 6.44772 12.5 7V10H16.5C16.6137 9.99748 16.7216 10.0504 16.7892 10.1419C16.8568 10.2334 16.8758 10.352 16.84 10.46L16.1 12.66C16.0318 12.8619 15.8431 12.9984 15.63 13H12.5V20.5C12.5 20.7761 12.2761 21 12 21H9.5C9.22386 21 9 20.7761 9 20.5V13H7.5C7.22386 13 7 12.7761 7 12.5V10.5C7 10.2239 7.22386 10 7.5 10H9V7C9 4.79086 10.7909 3 13 3H16.5C16.7761 3 17 3.22386 17 3.5V5.5C17 5.77614 16.7761 6 16.5 6Z" fill="CurrentColor"/>
</svg></div><div>Facebook</div></a><a href="https://www.instagram.com/coburgbanks/" class="footer1_social-link w-inline-block"><div class="footer1_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 3H8C5.23858 3 3 5.23858 3 8V16C3 18.7614 5.23858 21 8 21H16C18.7614 21 21 18.7614 21 16V8C21 5.23858 18.7614 3 16 3ZM19.25 16C19.2445 17.7926 17.7926 19.2445 16 19.25H8C6.20735 19.2445 4.75549 17.7926 4.75 16V8C4.75549 6.20735 6.20735 4.75549 8 4.75H16C17.7926 4.75549 19.2445 6.20735 19.25 8V16ZM16.75 8.25C17.3023 8.25 17.75 7.80228 17.75 7.25C17.75 6.69772 17.3023 6.25 16.75 6.25C16.1977 6.25 15.75 6.69772 15.75 7.25C15.75 7.80228 16.1977 8.25 16.75 8.25ZM12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5027 10.8057 16.0294 9.65957 15.1849 8.81508C14.3404 7.97059 13.1943 7.49734 12 7.5ZM9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25C10.4812 9.25 9.25 10.4812 9.25 12Z" fill="CurrentColor"/>
</svg></div><div>Instagram</div></a><a href="https://twitter.com/CoburgBanks" class="footer1_social-link w-inline-block"><div class="footer1_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20.9728 6.7174C20.5084 7.33692 19.947 7.87733 19.3103 8.31776C19.3103 8.47959 19.3103 8.64142 19.3103 8.81225C19.3154 11.7511 18.1415 14.5691 16.0518 16.6345C13.962 18.6999 11.1312 19.8399 8.19405 19.7989C6.49599 19.8046 4.81967 19.4169 3.29642 18.6661C3.21428 18.6302 3.16131 18.549 3.16162 18.4593V18.3604C3.16162 18.2313 3.26623 18.1267 3.39527 18.1267C5.06442 18.0716 6.67402 17.4929 7.99634 16.4724C6.48553 16.4419 5.12619 15.5469 4.5006 14.1707C4.46901 14.0956 4.47884 14.0093 4.52657 13.9432C4.57429 13.8771 4.653 13.8407 4.73425 13.8471C5.19342 13.8932 5.65718 13.8505 6.1002 13.7212C4.43239 13.375 3.17921 11.9904 2.99986 10.2957C2.99349 10.2144 3.02992 10.1357 3.096 10.0879C3.16207 10.0402 3.24824 10.0303 3.32338 10.062C3.77094 10.2595 4.25409 10.3635 4.74324 10.3676C3.28184 9.40846 2.65061 7.58405 3.20655 5.92622C3.26394 5.76513 3.40181 5.64612 3.5695 5.61294C3.73718 5.57975 3.90996 5.63728 4.02432 5.76439C5.99639 7.86325 8.70604 9.11396 11.5819 9.25279C11.5083 8.95885 11.4721 8.65676 11.4741 8.35372C11.501 6.76472 12.4842 5.34921 13.9634 4.76987C15.4425 4.19054 17.1249 4.56203 18.223 5.71044C18.9714 5.56785 19.695 5.31645 20.3707 4.96421C20.4202 4.93331 20.483 4.93331 20.5325 4.96421C20.5634 5.01373 20.5634 5.07652 20.5325 5.12604C20.2052 5.87552 19.6523 6.50412 18.9509 6.92419C19.5651 6.85296 20.1685 6.70807 20.7482 6.49264C20.797 6.45942 20.8611 6.45942 20.9099 6.49264C20.9508 6.51134 20.9814 6.54711 20.9935 6.59042C21.0056 6.63373 20.998 6.68018 20.9728 6.7174Z" fill="CurrentColor"/>
</svg></div><div>Twitter</div></a><a href="https://www.linkedin.com/company/coburgbanks/" class="footer1_social-link w-inline-block"><div class="footer1_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3ZM8 18C8.27614 18 8.5 17.7761 8.5 17.5V10.5C8.5 10.2239 8.27614 10 8 10H6.5C6.22386 10 6 10.2239 6 10.5V17.5C6 17.7761 6.22386 18 6.5 18H8ZM7.25 9C6.42157 9 5.75 8.32843 5.75 7.5C5.75 6.67157 6.42157 6 7.25 6C8.07843 6 8.75 6.67157 8.75 7.5C8.75 8.32843 8.07843 9 7.25 9ZM17.5 18C17.7761 18 18 17.7761 18 17.5V12.9C18.0325 11.3108 16.8576 9.95452 15.28 9.76C14.177 9.65925 13.1083 10.1744 12.5 11.1V10.5C12.5 10.2239 12.2761 10 12 10H10.5C10.2239 10 10 10.2239 10 10.5V17.5C10 17.7761 10.2239 18 10.5 18H12C12.2761 18 12.5 17.7761 12.5 17.5V13.75C12.5 12.9216 13.1716 12.25 14 12.25C14.8284 12.25 15.5 12.9216 15.5 13.75V17.5C15.5 17.7761 15.7239 18 16 18H17.5Z" fill="CurrentColor"/>
</svg></div><div>LinkedIn</div></a><a href="https://www.youtube.com/user/CoburgBanks" class="footer1_social-link w-inline-block"><div class="footer1_social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.5399 4.33992L19.9999 4.48992C21.7284 4.68529 23.0264 6.16064 22.9999 7.89992V16.0999C23.0264 17.8392 21.7284 19.3146 19.9999 19.5099L18.5999 19.6599C14.2315 20.1099 9.82835 20.1099 5.45991 19.6599L3.99991 19.5099C2.27143 19.3146 0.973464 17.8392 0.999909 16.0999V7.89992C0.973464 6.16064 2.27143 4.68529 3.99991 4.48992L5.39991 4.33992C9.76835 3.88995 14.1715 3.88995 18.5399 4.33992ZM11.1099 15.2199L14.9999 12.6199H15.0599C15.2695 12.4833 15.3959 12.2501 15.3959 11.9999C15.3959 11.7497 15.2695 11.5165 15.0599 11.3799L11.1699 8.77992C10.9402 8.62469 10.6437 8.60879 10.3987 8.73859C10.1538 8.86839 10.0004 9.12271 9.99991 9.39992V14.5999C10.0128 14.858 10.1576 15.0913 10.3832 15.2173C10.6088 15.3433 10.8834 15.3443 11.1099 15.2199Z" fill="currentColor"/>
</svg></div><div>Youtube</div></a></div></div></div></div></div><div class="line-divider"></div><div class="animate"><div class="footer1_bottom-wrapper"><div class="footer1_credit-text">© <span id="copyright-year">2020</span> Coburg Banks, a trading name of Coburg Banks IT Ltd. All rights reserved.</div><div class="w-layout-grid footer1_legal-list"><a href="/privacy-policy" class="footer1_legal-link">Privacy Policy</a><a href="/terms-of-service" class="footer1_legal-link">Terms of Service</a><a href="/cookie-policy" class="footer1_legal-link">Cookies Policy</a></div></div><div class="w-embed w-script"><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
 document.getElementById("copyright-year").innerHTML = new Date().getFullYear();
</script></div></div></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=645cf1f1ad8cd97335eefcd6" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/js/webflow.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/js/webflow.schunk.60bc50f9dcb6d0bd.js" type="text/javascript" integrity="sha384-TgzP/Ss4ERZEYjHy6sV+y/d6Cv0itTUXEbI/bDtjGMriOGHHJXl19G44VnCfDwmb" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6/js/webflow.610f57e9.efe043a24d897f1f.js" type="text/javascript" integrity="sha384-DYs5Yvv3Zx/VlQT5V3AIcV6wtFZpBprhjYv+ddpV9RJLRPw1MlmROZy3YJmAKG7Y" crossorigin="anonymous"></script><script src="https://embed.typeform.com/next/embed.js"></script>

<script>
  
    $(document).ready(function () {
        let title = document.title;
        let url = window.location.href;
        $('[data-share-facebook').attr('href', 'https://www.facebook.com/sharer/sharer.php?u=' + url + '%2F&title=' + title + '%3F');
        $('[data-share-facebook').attr('target', '_blank');

        $('[data-share-twitter').attr('href', 'https://twitter.com/share?url=' + url + '%2F&title=' + title + '&summary=');
        $('[data-share-twitter').attr('target', '_blank');

        $('[data-share-linkedin').attr('href', 'https://www.linkedin.com/shareArticle?mini=true&url=' + url + '%2F&title=' + title + '&summary=');
        $('[data-share-linkedin').attr('target', '_blank');
        
        $('[data-share-whatsapp').attr('href', 'https://wa.me/?text=' + url);
        $('[data-share-whatsapp').attr('target', '_blank');
    });
</script>

<style>
   strong {
  font-weight: 800;
}
</style>

<script>
  var emailForm = document.getElementById('email-form-sales');
  if (emailForm) {
    emailForm.addEventListener('submit', function() {
      var gclid = window._cb_gclid || '';
      var conversionData = {'send_to': 'AW-17101615020/B5XaCOr9jpAcEKzf19o_'};
      if (gclid && gclid !== 'undefined' && gclid !== '') {
        conversionData.gclid = gclid;
      }
      gtag('event', 'conversion', conversionData);
    });
  }
</script><!-- Typeform ID -->
<script>
  const TYPEFORM_ID = "OtpSJaqA";     // Centralised form ID
  const TYPEFORM_SIZE = "90";         // Set once
  const TYPEFORM_OPACITY = "100";     // Optional extra

  document.querySelectorAll("[data-tf-popup]").forEach(el => {
    if (el.getAttribute("data-tf-popup") === "{{FORM_ID}}") {
      el.setAttribute("data-tf-popup", TYPEFORM_ID);
      el.setAttribute("data-tf-size", TYPEFORM_SIZE);
      el.setAttribute("data-tf-opacity", TYPEFORM_OPACITY); // Optional, if you want
    }
  });
</script><script src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6%2F689e5ba67671442434f3ca35%2F69c12e438e0a813e820de4ff%2Fexit_modal_setup-1.0.0.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6%2F689e5ba67671442434f3ca35%2F69c12e5336fa9a6300d1c25f%2Fexit_modal_behavior-1.0.0.js" type="text/javascript"></script><script src="https://cdn.prod.website-files.com/645cf1f1ad8cd97335eefcd6%2F689e5ba67671442434f3ca35%2F6a214b9f02f60f386ad84171%2Fexpiredjobnoindex-1.0.1.js" type="text/javascript"></script></body></html>