{"id":26,"date":"2026-08-29T08:23:58","date_gmt":"2026-08-29T08:23:58","guid":{"rendered":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=26"},"modified":"2026-08-29T08:23:58","modified_gmt":"2026-08-29T08:23:58","slug":"contact","status":"publish","type":"page","link":"https:\/\/recovery9.lifetimehosting.tech\/?page_id=26","title":{"rendered":"Contact"},"content":{"rendered":"\n<head>\n    <title>Contact Us<\/title>\n    <style>\n        :root {\n            --rs-bgp-primary: #A8A0A0;\n            --rs-bgp-secondary: #FFFFFF;\n            --rs-bgp-text-dark: #1F242B;\n            --rs-bgp-text-muted: #4B5158;\n            --rs-bgp-bg-light: #F7F8FA;\n            --rs-bgp-card-bg: #FFFFFF;\n            --rs-bgp-border-color: #E2E4E8;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            background-color: var(--rs-bgp-bg-light);\n            color: var(--rs-bgp-text-dark);\n            line-height: 1.7;\n            padding: 40px 20px;\n        }\n\n        .rs-bgp-container {\n            width: 100%;\n            max-width: 920px;\n            margin: 0 auto;\n        }\n\n        .rs-bgp-hero {\n            background-color: var(--rs-bgp-primary);\n            color: var(--rs-bgp-secondary);\n            border-radius: 12px;\n            padding: 48px 40px;\n            margin-bottom: 32px;\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 24px;\n        }\n\n        .rs-bgp-hero-content {\n            max-width: 620px;\n        }\n\n        .rs-bgp-badge {\n            display: inline-block;\n            background-color: rgba(255, 255, 255, 0.25);\n            color: var(--rs-bgp-secondary);\n            font-size: 0.8rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            padding: 4px 12px;\n            border-radius: 20px;\n            margin-bottom: 12px;\n        }\n\n        .rs-bgp-hero-title {\n            font-size: 2.25rem;\n            font-weight: 700;\n            line-height: 1.25;\n            margin-bottom: 12px;\n            color: var(--rs-bgp-secondary);\n        }\n\n        .rs-bgp-hero-subtitle {\n            font-size: 1.1rem;\n            opacity: 0.95;\n            color: var(--rs-bgp-secondary);\n        }\n\n        .rs-bgp-btn-hero {\n            display: inline-block;\n            background-color: var(--rs-bgp-secondary);\n            color: #4A4444;\n            font-size: 1rem;\n            font-weight: 700;\n            text-decoration: none;\n            padding: 14px 30px;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n        }\n\n        .rs-bgp-btn-hero:hover {\n            background-color: #F0EDED;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n        }\n\n        .rs-bgp-card {\n            background-color: var(--rs-bgp-card-bg);\n            border: 1px solid var(--rs-bgp-border-color);\n            border-left: 5px solid var(--rs-bgp-primary);\n            border-radius: 8px;\n            padding: 40px;\n            margin-bottom: 24px;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n        }\n\n        .rs-bgp-section-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: var(--rs-bgp-text-dark);\n            margin-bottom: 24px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid var(--rs-bgp-bg-light);\n        }\n\n        .rs-bgp-paragraph {\n            font-size: 1.05rem;\n            color: var(--rs-bgp-text-muted);\n            margin-bottom: 20px;\n        }\n\n        .rs-bgp-paragraph:last-child {\n            margin-bottom: 0;\n        }\n\n        .rs-bgp-grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 32px;\n        }\n\n        .rs-bgp-form-group {\n            margin-bottom: 20px;\n        }\n\n        .rs-bgp-label {\n            display: block;\n            font-size: 0.95rem;\n            font-weight: 600;\n            color: var(--rs-bgp-text-dark);\n            margin-bottom: 8px;\n        }\n\n        .rs-bgp-input,\n        .rs-bgp-textarea {\n            width: 100%;\n            padding: 12px 16px;\n            border: 1px solid var(--rs-bgp-border-color);\n            border-radius: 6px;\n            font-size: 1rem;\n            font-family: inherit;\n            color: var(--rs-bgp-text-dark);\n            background-color: #FAFAFB;\n            transition: border-color 0.2s ease, box-shadow 0.2s ease;\n        }\n\n        .rs-bgp-input:focus,\n        .rs-bgp-textarea:focus {\n            outline: none;\n            border-color: var(--rs-bgp-primary);\n            box-shadow: 0 0 0 3px rgba(168, 160, 160, 0.25);\n            background-color: #FFFFFF;\n        }\n\n        .rs-bgp-textarea {\n            resize: vertical;\n            min-height: 120px;\n        }\n\n        .rs-bgp-checkbox-group {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            margin-bottom: 24px;\n        }\n\n        .rs-bgp-checkbox {\n            margin-top: 4px;\n            width: 18px;\n            height: 18px;\n            accent-color: var(--rs-bgp-primary);\n        }\n\n        .rs-bgp-checkbox-text {\n            font-size: 0.9rem;\n            color: var(--rs-bgp-text-muted);\n        }\n\n        .rs-bgp-submit-btn {\n            width: 100%;\n            background-color: var(--rs-bgp-primary);\n            color: var(--rs-bgp-secondary);\n            font-size: 1.05rem;\n            font-weight: 700;\n            border: none;\n            padding: 14px 28px;\n            border-radius: 6px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .rs-bgp-submit-btn:hover {\n            background-color: #928A8A;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(168, 160, 160, 0.3);\n        }\n\n        @media (max-width: 768px) {\n            .rs-bgp-hero {\n                padding: 32px 24px;\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .rs-bgp-hero-title {\n                font-size: 1.75rem;\n            }\n\n            .rs-bgp-grid-2col {\n                grid-template-columns: 1fr;\n            }\n\n            .rs-bgp-card {\n                padding: 24px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <main class=\"rs-bgp-container\">\n        \n    <section class=\"rs-bgp-hero\">\n        <div class=\"rs-bgp-hero-content\">\n            <span class=\"rs-bgp-badge\">BG Provider<\/span>\n            <h1 class=\"rs-bgp-hero-title\">Contact Us<\/h1>\n            <p class=\"rs-bgp-hero-subtitle\">For further information please visit IntaCapital Swiss.<\/p>\n        <\/div>\n        <a href=\"https:\/\/www.intacapital-swiss.ch\" class=\"rs-bgp-btn-hero\">More info<\/a>\n    <\/section>\n  \n      <div class=\"rs-bgp-grid-2col\">\n          <section class=\"rs-bgp-card\">\n              <h2 class=\"rs-bgp-section-title\">Ask our experts a question! We are here to help\u2026<\/h2>\n              <p class=\"rs-bgp-paragraph\">We understand the amount of information with regards to credit guarantee facilities can be overwhelming, therefore we welcome contact from all of our visitors.<\/p><p class=\"rs-bgp-paragraph\">One of our experts will be in touch, to provide you with industry current answers.<\/p>\n          <\/section>\n\n          <section class=\"rs-bgp-card\">\n              <h3 class=\"rs-bgp-section-title\">Contact Us<\/h3>\n              <form action=\"#\" method=\"post\">\n                  <div class=\"rs-bgp-form-group\">\n                      <label for=\"rs-bgp-name\" class=\"rs-bgp-label\">Name *<\/label>\n                      <input type=\"text\" id=\"rs-bgp-name\" name=\"name\" class=\"rs-bgp-input\" required>\n                  <\/div>\n\n                  <div class=\"rs-bgp-form-group\">\n                      <label for=\"rs-bgp-email\" class=\"rs-bgp-label\">Email *<\/label>\n                      <input type=\"email\" id=\"rs-bgp-email\" name=\"email\" class=\"rs-bgp-input\" required>\n                  <\/div>\n\n                  <div class=\"rs-bgp-form-group\">\n                      <label for=\"rs-bgp-phone\" class=\"rs-bgp-label\">Contact Number<\/label>\n                      <input type=\"tel\" id=\"rs-bgp-phone\" name=\"phone\" class=\"rs-bgp-input\">\n                  <\/div>\n\n                  <div class=\"rs-bgp-form-group\">\n                      <label for=\"rs-bgp-sector\" class=\"rs-bgp-label\">Sector<\/label>\n                      <input type=\"text\" id=\"rs-bgp-sector\" name=\"sector\" class=\"rs-bgp-input\">\n                  <\/div>\n\n                  <div class=\"rs-bgp-form-group\">\n                      <label for=\"rs-bgp-question\" class=\"rs-bgp-label\">Your Question *<\/label>\n                      <textarea id=\"rs-bgp-question\" name=\"question\" class=\"rs-bgp-textarea\" required><\/textarea>\n                  <\/div>\n\n                  <div class=\"rs-bgp-checkbox-group\">\n                      <input type=\"checkbox\" id=\"rs-bgp-privacy\" name=\"privacy\" class=\"rs-bgp-checkbox\" required>\n                      <label for=\"rs-bgp-privacy\" class=\"rs-bgp-checkbox-text\">\n                          How will we use your data? Confirm you&#8217;ve read our Privacy Policy. *\n                      <\/label>\n                  <\/div>\n\n                  <button type=\"submit\" class=\"rs-bgp-submit-btn\">Submit<\/button>\n              <\/form>\n          <\/section>\n      <\/div>\n    \n    <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact Us BG Provider Contact Us For further information please visit IntaCapital Swiss. More info Ask our experts a question! We are here to help\u2026 We understand the amount of information with regards to credit guarantee facilities can be overwhelming, therefore we welcome contact from all of our visitors. One of our experts will be&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=26"}],"version-history":[{"count":1,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":27,"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=\/wp\/v2\/pages\/26\/revisions\/27"}],"wp:attachment":[{"href":"https:\/\/recovery9.lifetimehosting.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}