{"id":398,"date":"2025-05-12T16:52:52","date_gmt":"2025-05-12T16:52:52","guid":{"rendered":"http:\/\/44.201.33.152\/?page_id=398"},"modified":"2025-07-14T18:26:01","modified_gmt":"2025-07-14T18:26:01","slug":"busines-loan","status":"publish","type":"page","link":"https:\/\/hwml.hwml.app\/?page_id=398","title":{"rendered":"Busines Loan"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull is-light has-parallax has-custom-content-position is-position-top-center\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:0;min-height:682px;aspect-ratio:unset;\" data-aos=\"fade\" data-aos-duration=\"1000\"><div class=\"wp-block-cover__image-background wp-image-18 size-full has-parallax\" style=\"background-position:50% 50%;background-image:url(http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/Vector-1.png)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-accent-6-background-color has-background-dim-0 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-98ff6b3b wp-block-cover-is-layout-constrained\"><div class=\"lazyblock-form-modal-Zp0eqN wp-block-lazyblock-form-modal\"><div id=\"modal\" class=\"modal\">\n  <div class=\"contact-form-modal\">\n    <button class=\"modal-close\" id=\"closeModalBtn\">&times;<\/button>\n    \n    <div class=\"main-wrapper-modal\">\n      <h4 class=\"subtitle\">THE WAY TO GET INSIGHTS<\/h4>\n      <h2 class=\"title\">Contact Us<\/h2>\n\n      <form id=\"custom-contact-form-modal\" class=\"custom-contact-form-modal\">\n        <div class=\"form-inner-modal\">\n          <label>First Name<\/label>\n          <input type=\"text\" placeholder=\"\">\n\n          <label>Last Name<\/label>\n          <input type=\"text\" placeholder=\"\">\n\n          <label>Email<\/label>\n          <input type=\"email\" placeholder=\"\">\n\n          <label>Message<\/label>\n          <textarea placeholder=\"Type your message...\"><\/textarea>\n\n          <div class=\"button-wrap-modal\">\n            <button class=\"button-custom-2\" type=\"submit\">Contact Now<\/button>\n          <\/div>\n        <\/div>\n      <\/form>\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .modal {\n    display: none;\n    position: fixed;\n    z-index: 999999;\n    left: 0;\n    top: 0;\n    width: 100vw;\n    height: 100vh;\n    background: rgba(0,0,0,0.6);\n    backdrop-filter: blur(3px);\n    justify-content: center;\n    align-items: center;\n    overflow: auto;\n  }\n.modal.show {\n  position: fixed;\n  overflow: hidden;\n}\n\n.modal.show ~ * {\n  pointer-events: none;\n  user-select: none;\n}\n\nbody:has(.modal.show) {\n  overflow: hidden;\n}\n\n  .modal.show {\n    display: flex;\n  }\n\n  .contact-form-modal {\n    position: relative;\n    background-color: #F6F9FE;\n    border-radius: 30px;\n    box-shadow: 18px 0px 0 -10px #2f88ff;\n    max-width: 480px;\n    width: 90%;\n    padding: 40px 50px 50px;\n    box-sizing: border-box;\n\n    overflow-y: auto;\n  }\n\n  .modal-close {\n    position: absolute;\n    top: 15px;\n    right: 15px;\n    background: transparent;\n    border: none;\n    font-size: 28px;\n    font-weight: bold;\n    color: #555;\n    cursor: pointer;\n    transition: color 0.3s ease;\n    z-index: 10;\n  }\n  .modal-close:hover {\n    color: #000;\n  }\n\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin: 10px 0 20px 0;\n  }\n  .subtitle {\n    text-transform: uppercase;\n    color: #2673DF;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 5px;\n  }\n\n  .main-wrapper-modal {\n    display: flex;\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .form-inner-modal {\n    display: flex;\n    flex-direction: column;\n    width: 100%;\n    align-items: center;\n  }\n .custom-contact-form-modal { \n    width: 100%;\n  }\n\n  label {\n    font-size: 16px;\n    color: #272727;\n    margin: 12px 0 6px;\n    text-align: left;\n        width: 96%;\n  }\n\n  .contact-form-modal input,\n  .contact-form-modal textarea {\n    width: 100%;\n    border: 1px solid #d0e4ff;\n    border-radius: 25px;\n    padding: 12px 15px;\n    font-size: 14px;\n    outline: none;\n    resize: none;\n    background-color: white;\n    box-sizing: border-box;\n  }\n  textarea {\n    min-height: 120px;\n  }\n\n  .button-wrap-modal {\n    margin-top: 2rem;\n    display: flex;\n    justify-content: flex-start;\n  }\n  .button-custom-2 {\n    color: white;\n    background: #226DD6;\n    border: 1.5px solid;\n    border-image-slice: 1;\n    font-family: 'Figtree', sans-serif;\n    padding: 12px 24px;\n    font-size: 18px;\n    font-weight: 600;\n    border-radius: 99999px;\n    text-align: center;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n  }\n  .button-custom-2::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 300px;\n    height: 100%;\n    background: rgba(255, 255, 255, 0);\n    background-image: linear-gradient(\n        to right,\n        rgba(255, 255, 255, 0) 25%,\n        rgba(255, 255, 255, 0.5) 50%,\n        rgba(255, 255, 255, 0) 75%\n    );\n    transform: translateX(-100%);\n    transition: transform 1s ease;\n  }\n  .button-custom-2:hover::after {\n    animation: shine 2s linear infinite;\n  }\n\n  @keyframes shine {\n    0% {\n      transform: translateX(-100%);\n    }\n    50% {\n      transform: translateX(100%);\n    }\n    100% {\n      transform: translateX(200%);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .contact-form-modal {\n      padding: 20px 15px;\n      box-shadow: none;\n    }\n  }\n      .form-feedback-message {\n    position: fixed;\n    top: 20px;\n    right: 20px;\n    background-color: #d4edda;\n    color: #155724;\n    padding: 12px 20px;\n    border-radius: 6px;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    font-size: 20px;\n    font-weight: 500;\n    z-index: 9999;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.3s ease, transform 0.3s ease;\n    transform: translateY(-20px);\n}\n.form-feedback-message.show {\n    opacity: 1;\n    pointer-events: auto;\n    transform: translateY(0);\n}\n<\/style>\n\n<script>\n  document.getElementById('closeModalBtn').addEventListener('click', function(){\n    document.getElementById('modal').classList.remove('show');\n  });\n\n  document.getElementById('modal').addEventListener('click', function(e) {\n    if(e.target === this) {\n      this.classList.remove('show');\n    }\n  });\n\n  document.addEventListener('keydown', (e) => {\n    if(e.key === \"Escape\" && document.getElementById('modal').classList.contains('show')) {\n      document.getElementById('modal').classList.remove('show');\n    }\n  });\n  \n  document.addEventListener('DOMContentLoaded', function () {\n    const form = document.getElementById('custom-contact-form-modal');\n    if (!form) return;\n\n    const toast = document.createElement('div');\n    toast.className = 'form-feedback-message';\n    toast.textContent = 'Check your mail!';\n    document.body.appendChild(toast);\n\n    form.addEventListener('submit', async function (e) {\n        e.preventDefault();\n\n        const inputs = form.querySelectorAll('input');\n        const textarea = form.querySelector('textarea');\n\n        const firstName = inputs[0].value;\n        const lastName = inputs[1].value;\n        const email = inputs[2].value;\n        const message = textarea.value;\n\n        const fullName = `${firstName} ${lastName}`.trim();\n\n        const payload = {\n            loan_type_id: 1,\n            loan_amount: null,\n            business_industry: null,\n            credit_fico_option_id: null,\n            transaction_type_id: 2,\n            criteria_program_type_id: null,\n            criteria_document_type_id: null,\n            stress_rate_id: null,\n            status: \"pending\",\n            price: null,\n            quality: 1,\n            name: fullName,\n            email_address: email,\n            phone_number: null,\n            state_lending_areas: [{ area: \"\", city: \"\", state: \"\", id: \"\" }],\n            has_permission_from_user: true,\n            created_by_admin: false,\n\n        };\n\n        try {\n            await fetch('https:\/\/preprod-api.hwml.app\/api\/v1\/lead', {\n                method: 'POST',\n                headers: { 'Content-Type': 'application\/json' },\n                body: JSON.stringify(payload)\n            });\n        } catch (error) {\n          console.log(error)\n        }\n\n        inputs.forEach(input => input.value = '');\n        textarea.value = '';\n        document.getElementById('modal').classList.remove('show');\n        toast.classList.add('show');\n        \n        setTimeout(() => {\n            toast.classList.remove('show');\n        }, 5000);\n    });\n});\n\n<\/script>\n<\/div>\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center\" style=\"font-size:clamp(1.976rem, 1.976rem + ((1vw - 0.2rem) * 2.177), 3.5rem);\"><strong>Business loan<\/strong><\/h2>\n\n\n<div class=\"lazyblock-loan-title-6IQTM wp-block-lazyblock-loan-title\"><div class=\"parallelogram-highlight-container\">\n  <div class=\"parallelogram-highlight\">\n    <span>to build your dream<\/span>\n    <div class=\"highlight-bg\"><\/div>\n  <\/div>\n<\/div>\n\n<style>\n.parallelogram-highlight-container {\n  text-align: center;\n  overflow: hidden;\n  height: 100px;\n  background-color: transparent;\n}\n\n.parallelogram-highlight {\n  display: inline-block;\n  position: relative;\n font-size: clamp(2.5rem, 5vw, 5rem);\n  font-weight: 700;\n  font-family: sans-serif;\n  line-height: 1;\n  color: #000;\n  padding-bottom: 0.5rem;\n}\n\n.parallelogram-highlight span {\n  position: relative;\n  z-index: 2;\n  padding: 0 0.1em;\n  display: inline-block;\n\n}\n\n.highlight-bg {\n    position: absolute;\n    bottom: 0;\n    left: 32%;\n    width: 77%;\n    height: 0.4em;\n    background: linear-gradient(to right, #D3E6FF, #3287FD);\n    z-index: 1;\n    pointer-events: none;\n    clip-path: polygon(2% 46%, 87% 27%, 100% 98%, 8% 130%);\n    transform: translateX(0%);\n}\n\n@media (max-width: 376px) {\n  .highlight-bg {\n    left: 30%;\n    width: 45%;\n  }\n}\n<\/style><\/div>\n\n\n<p class=\"has-text-align-center\" style=\"font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.357), 18px);\">Finance your purchase over 12 month<\/p>\n\n\n<div class=\"lazyblock-custom-button-Z3hHWT wp-block-lazyblock-custom-button\"><div class=\"button-wrapper flex\" style=\"justify-content: center;\" id=\"\">\n  <button class=\"button-custom\" data-is-quick=\"false\">\n    Become A Partner\n  <\/button>\n<\/div>\n\n<style>\n  .button-wrapper {\n    display: flex;\n    align-items: center;\n    width: 100%;\n  }\n\n  .button-custom {\n    color: white;\n    background: #226DD6;\n    border: 1.5px solid;\n    border-image-slice: 1;\n    font-family: 'Figtree', sans-serif;\n    padding: 18px 32px;\n    font-size: 18px;\n    border-radius: 99999px;\n    text-align: center;\n    cursor: pointer;\n    position: relative;\n    overflow: hidden;\n    transition: linear .1s;\n  }\n\n  .button-custom::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 300px;\n    height: 100%;\n    background: rgba(255, 255, 255, 0);\n    background-image: linear-gradient(\n        to right,\n        rgba(255, 255, 255, 0) 25%,\n        rgba(255, 255, 255, 0.5) 50%,\n        rgba(255, 255, 255, 0) 75%\n    );\n    transform: translateX(-100%);\n    transition: transform 1s ease;\n  }\n\n  .button-custom:hover::after {\n\n    animation: shine 2s linear infinite;\n  }\n  \n  .button-custom:hover { \n        scale: 1.05;\n  }\n\n  @media (max-width: 768px) {\n    .none {\n      display: none !important;\n    }\n  }\n\n  @keyframes shine {\n    0% {\n      transform: translateX(-100%);\n    }\n    50% {\n      transform: translateX(100%);\n    }\n    100% {\n      transform: translateX(200%);\n    }\n  }\n<\/style>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const buttons = document.querySelectorAll('.button-custom');\n\n  buttons.forEach(function (btn) {\n    const isQuick = btn.dataset.isQuick === 'true';\n\n    if (isQuick) {\n      btn.addEventListener('click', function () {\n        const modal = document.getElementById('quick-search-form');\n        if (modal) {\n          modal.classList.add('show');\n        }\n      });\n    } else {\n      btn.addEventListener('click', function () {\n        const isHomePage = window.location.search === '' || window.location.search === '?page_id=448';\n\n        if (isHomePage) {\n          const target = document.querySelector('.main-wrapper');\n          if (target) {\n            target.scrollIntoView({ behavior: 'smooth' });\n          }\n        } else {\n          const modal = document.getElementById('modal');\n          if (modal) {\n            modal.classList.add('show');\n          }\n        }\n      });\n    }\n  });\n});\n<\/script>\n\n<\/div>\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-df66096c wp-block-group-is-layout-flex\" style=\"margin-bottom:var(--wp--preset--spacing--40)\">\n<figure class=\"wp-block-image size-full\" style=\"margin-bottom:10px\"><img loading=\"lazy\" decoding=\"async\" width=\"21\" height=\"20\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\" alt=\"\" class=\"wp-image-34\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.364), 1.13rem);\">Or give us a call at (773) 820 -7166<\/p>\n<\/div>\n\n\n<div class=\"lazyblock-third-gallery-Z1g4A5n alignwide alignwide  wp-block-lazyblock-third-gallery\"><div class=\"gallery-grid\" style=\"gap: 24px;\">\n\n  <div class=\"gallery-column\">\n    <div class=\"half-height top\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-11.png\" alt=\"\">\n    <\/div>\n    <div class=\"half-height bottom\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-12.png\" alt=\"\">\n    <\/div>\n  <\/div>\n    <div class=\"gallery-column\">\n    <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-13.png\" alt=\"\" class=\"full-height\">\n  <\/div>\n  <div class=\"gallery-column\">\n    <div class=\"half-height top\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-14.png\" alt=\"\">\n    <\/div>\n    <div class=\"half-height bottom\">\n      <img decoding=\"async\" src=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Rectangle-1153-15.png\" alt=\"\">\n    <\/div>\n  <\/div>\n<\/div>\n\n<style>\n  .gallery-grid {\n    display: flex;\n    width: 100%;\n    justify-content: center; \n    gap: 24px;\n  }\n\n  .gallery-column {\n    display: flex;\n    flex-direction: column;\n    flex: 1;\n    justify-content: center;\n  }\n\n  .full-height img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .half-height {\n    height: 50%; \n    overflow: hidden;\n    border-radius:40px ;\n  }\n\n  .top, .bottom {\n    flex: 1;\n    width: 100%;\n  }\n\n  .half-height img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n\n  .top {\n    margin-bottom: 24px;\n  }\n<\/style><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--70)\"><div data-aos-duration=\"950\" data-aos=\"fade\" class=\"lazyblock-tittle-and-subtitle-1arcRc wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon \"><\/div>\n      <h2 class=\"subtitle\">our priority your success<\/h2>\n      <h4 class=\"title\">Why Use HWML Pay?<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" data-aos=\"zoom-in\" data-aos-duration=\"1000\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"388\" height=\"400\" data-id=\"422\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-11.png\" alt=\"\" class=\"wp-image-422\" srcset=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-11.png 388w, https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-11-291x300.png 291w\" sizes=\"auto, (max-width: 388px) 100vw, 388px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"388\" height=\"400\" data-id=\"423\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-12.png\" alt=\"\" class=\"wp-image-423\" srcset=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-12.png 388w, https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-12-291x300.png 291w\" sizes=\"auto, (max-width: 388px) 100vw, 388px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"388\" height=\"400\" data-id=\"424\" src=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-13.png\" alt=\"\" class=\"wp-image-424\" srcset=\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-13.png 388w, https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Frame-99-13-291x300.png 291w\" sizes=\"auto, (max-width: 388px) 100vw, 388px\" \/><\/figure>\n<\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--70)\"><div data-aos-duration=\"1000\" data-aos=\"fade\" class=\"lazyblock-tittle-and-subtitle-ulusz wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon \"><\/div>\n      <h2 class=\"subtitle\">words about us<\/h2>\n      <h4 class=\"title\">What Is A HWML Pay?<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div><\/div>\n\n\n<div data-aos-duration=\"1000\" data-aos=\"slide-up\" class=\"lazyblock-capital-advance-tf6mJ wp-block-lazyblock-capital-advance\"><div class=\"right-stats-block-2\">\n  <div class=\"stats-card\">\n    <img class=\"first_quote\" src=https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/unnamed-file.png alt=\"quote\"\/>\n    <p class=\"description\">\n      HWML will pay your invoice in full while you pay back the costof the purchase over time. Unlock flexible rates with a timeline that works for you while controlling your capital flow. ClickBack pay at checkout and choose the rates that best benefit your business today.\n    <\/p>\n    <img class=\"second_quote\" src=https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/unnamed-file-1.png alt=\"quote\"\/>\n  <\/div>\n<\/div>\n\n\n<style>\n\n.right-stats-block-2 {\n  flex: 2;\n  background-image: url(https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/05\/Grid.png);\n  background-size: cover;\n  background-position: center;\n  padding: 40px 26px 40px 29px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n\n}\n.first_quote { \n    position: absolute;\n    left: 2.5rem;\n}\n.second_quote { \n    position: absolute;\n    right: 2.5rem;\n}\n.stats-card {\n  position: relative;\n  background-color: white;\n  padding: 48px 80px;\n  border-radius: 8px;\n  width: 100%;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n}\n\n.description {\n  font-size: 28px;\n  color: #333;\n  margin-bottom: 32px;\n  font-weight: 600;\n  line-height: 140%;\n}\n\n@media (max-width: 768px) {\n  .description {\n    margin-top:30px ;\n  font-size: 16px;\n}\n.stats-card { \n  padding: 40px;\n}\n}\n<\/style><\/div>\n\n\n<div class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--70)\"><div data-aos-duration=\"950\" data-aos=\"flip-left\" class=\"lazyblock-background-Z1fRgxQ alignwide alignwide  wp-block-lazyblock-background\"><div class=\"background_wrapper\">\n  <p class=\"background_text\">Finance business purchases at checkout with HWML pay<\/p>\n<\/div>\n\n<style>\n  .background_wrapper {\n    background: radial-gradient(137.67% 137.67% at 50% 4.97%, #1778FF 0%, #2077F1 22.55%, #226ED6 44.48%, #6C98D4 65.75%, #CCE1FF 100%);\n    padding: 40px 120px;\n\n    border-radius: 40px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n  .background_text { \n    font-weight: 700;\n  font-size: clamp(2.5rem, 5vw, 3.5rem);\n    color: #FFFFFF;\n  }\n  \n  @media (max-width: 645px) {\n  .background_wrapper  \n        padding: 40px 40px;\n  }\n  }\n<\/style><\/div>\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--70)\"><div data-aos-duration=\"1000\" data-aos=\"fade\" class=\"lazyblock-tittle-and-subtitle-1Tet4n wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon \"><\/div>\n      <h2 class=\"subtitle\">make process flowless for everyone<\/h2>\n      <h4 class=\"title\">Invoice Link &#8211; How Does It Work?<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div>\n\n<div data-aos-duration=\"1000\" data-aos=\"slide-left\" class=\"lazyblock-steps-ZVoNYt wp-block-lazyblock-steps\"><div class=\"steps-wrapper\" style=\"display: flex; gap: 20px; flex-wrap: wrap;\">\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        1\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Click the link provided\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Secure financing for your business or commercial real estate deal by completing our online application\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"\" style=\"color: #2563eb; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        2\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Complete application\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Follow the steps and provide the required information.\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"\" style=\"color: #2673DF; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        3\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Make your payments\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Choose your terms and pay via automatic payments.\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"\" style=\"color: #2673DF; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div>\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\"><div data-aos-duration=\"950\" data-aos=\"fade\" class=\"lazyblock-tittle-and-subtitle-fvHuc wp-block-lazyblock-tittle-and-subtitle\">  <div class=\"titles-wrapper\">\n    <div class=\"circle-icon \"><\/div>\n      <h2 class=\"subtitle\">make process flowless for everyone<\/h2>\n      <h4 class=\"title\">Online Checkout &#8211; How Does It Work?<\/h4>\n  <\/div>\n  \n  <style>\n  .titles-wrapper { \n    width: 100%;\n    max-width: 1196px;\n    margin: 0 auto;\n  }\n  .title { \n    font-weight: 700;\n    font-size: 40px;\n    margin-bottom:48px ;\n    margin-top: 0px;\n  }\n  .subtitle {\n  text-transform: uppercase;\n  color: #2673DF;\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 10px;\n}\n  @media (max-width: 768px) { \n   .title { \n     font-size: 20px !important;\n   } \n   .subtitle { \n     font-size: 14px !important;\n   }\n  }\n  .circle-icon {\n  position: relative;\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background-color: #e4ebff;\n  display: inline-block;\n  left: -11.1%;\n  top: 40px;\n  z-index: 100;\n}\n\n.circle-icon::before {\n  content: \"\";\n  position: absolute;\n  top: 4px;\n  left: 4px;\n  width: 16px;\n  height: 16px;\n  border-radius: 50%;\n  background-color: #2979ff;\n}\n\n.circle-icon::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  bottom: 0;\n  left: 50%;\n  width: 1px;\n  transform: translateX(-50%);\n}\n.more-left { \n  left: -23.1%;\n}\n@media(max-width: 375px) {\n  .circle-icon { \n    left: -11%;\n  }\n}\n  <\/style><\/div>\n\n<div data-aos-duration=\"950\" data-aos=\"slide-right\" class=\"lazyblock-steps-ZpCdMM wp-block-lazyblock-steps\"><div class=\"steps-wrapper\" style=\"display: flex; gap: 20px; flex-wrap: wrap;\">\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        1\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Click At Checkout\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Choose\u00a0BackdPay\u00a0at time of checkout and apply directly from your browser.\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"\" style=\"color: #2563eb; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        2\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Complete Application\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Follow the steps and provide the required information.\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"\" style=\"color: #2673DF; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"step-box\" style=\"background: #F6F9FE; border-radius: 20px; padding: 30px; flex: 1; display: flex; flex-direction: column; justify-content: space-between;\">\n    <div>\n      <div class=\"step-number\" style=\"font-size: 40px; font-weight: bold; color: #2563eb;\">\n        3\n      <\/div>\n      <div class=\"step-title\" style=\"font-weight: 600; font-size: 20px; margin-top: 10px;\">\n        Make Your Payments\n      <\/div>\n      <div class=\"step-description\" style=\"font-size: 16px; margin-top: 5px; color: #4b5563;\">\n        Choose your terms and pay via automatic payments.\n      <\/div>\n    <\/div>\n    <div class=\"step-link\" style=\"margin-top: 30px;\">\n      <a href=\"\" style=\"color: #2673DF; font-size: 18px; text-decoration: none; font-weight: 500;\">\n        Learn More <span style=\"font-size: 25px;\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-398","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Business loan<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hwml.hwml.app\/?page_id=398\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Business loan\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hwml.hwml.app\/?page_id=398\" \/>\n<meta property=\"og:site_name\" content=\"Address:\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-14T18:26:01+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hwml.hwml.app\/?page_id=398\",\"url\":\"https:\/\/hwml.hwml.app\/?page_id=398\",\"name\":\"Business loan\",\"isPartOf\":{\"@id\":\"http:\/\/hwml.hwml.app\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hwml.hwml.app\/?page_id=398#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hwml.hwml.app\/?page_id=398#primaryimage\"},\"thumbnailUrl\":\"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\",\"datePublished\":\"2025-05-12T16:52:52+00:00\",\"dateModified\":\"2025-07-14T18:26:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hwml.hwml.app\/?page_id=398#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hwml.hwml.app\/?page_id=398\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hwml.hwml.app\/?page_id=398#primaryimage\",\"url\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\",\"contentUrl\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png\",\"width\":21,\"height\":20},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hwml.hwml.app\/?page_id=398#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/hwml.hwml.app\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Busines Loan\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/hwml.hwml.app\/#website\",\"url\":\"http:\/\/hwml.hwml.app\/\",\"name\":\"Address:\",\"description\":\"Address:\",\"publisher\":{\"@id\":\"http:\/\/hwml.hwml.app\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/hwml.hwml.app\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/hwml.hwml.app\/#organization\",\"name\":\"Address:\",\"url\":\"http:\/\/hwml.hwml.app\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png\",\"contentUrl\":\"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png\",\"width\":1024,\"height\":1024,\"caption\":\"Address:\"},\"image\":{\"@id\":\"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Business loan","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hwml.hwml.app\/?page_id=398","og_locale":"en_US","og_type":"article","og_title":"Business loan","og_url":"https:\/\/hwml.hwml.app\/?page_id=398","og_site_name":"Address:","article_modified_time":"2025-07-14T18:26:01+00:00","og_image":[{"url":"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hwml.hwml.app\/?page_id=398","url":"https:\/\/hwml.hwml.app\/?page_id=398","name":"Business loan","isPartOf":{"@id":"http:\/\/hwml.hwml.app\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hwml.hwml.app\/?page_id=398#primaryimage"},"image":{"@id":"https:\/\/hwml.hwml.app\/?page_id=398#primaryimage"},"thumbnailUrl":"http:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","datePublished":"2025-05-12T16:52:52+00:00","dateModified":"2025-07-14T18:26:01+00:00","breadcrumb":{"@id":"https:\/\/hwml.hwml.app\/?page_id=398#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hwml.hwml.app\/?page_id=398"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hwml.hwml.app\/?page_id=398#primaryimage","url":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","contentUrl":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/icon.png","width":21,"height":20},{"@type":"BreadcrumbList","@id":"https:\/\/hwml.hwml.app\/?page_id=398#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/hwml.hwml.app\/"},{"@type":"ListItem","position":2,"name":"Busines Loan"}]},{"@type":"WebSite","@id":"http:\/\/hwml.hwml.app\/#website","url":"http:\/\/hwml.hwml.app\/","name":"Address:","description":"Address:","publisher":{"@id":"http:\/\/hwml.hwml.app\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/hwml.hwml.app\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/hwml.hwml.app\/#organization","name":"Address:","url":"http:\/\/hwml.hwml.app\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/","url":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png","contentUrl":"https:\/\/hwml.hwml.app\/wp-content\/uploads\/2025\/04\/ChatGPT-Image-May-16-2025-11_06_08-AM-1.png","width":1024,"height":1024,"caption":"Address:"},"image":{"@id":"http:\/\/hwml.hwml.app\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages\/398","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=398"}],"version-history":[{"count":5,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages\/398\/revisions"}],"predecessor-version":[{"id":858,"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=\/wp\/v2\/pages\/398\/revisions\/858"}],"wp:attachment":[{"href":"https:\/\/hwml.hwml.app\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}