{"id":31,"date":"2014-03-18T11:31:06","date_gmt":"2014-03-18T11:31:06","guid":{"rendered":"http:\/\/demo.themegrill.com\/spacious\/?page_id=31"},"modified":"2026-08-15T16:23:30","modified_gmt":"2026-08-15T13:23:30","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/bigart-vet.eu\/?page_id=31","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<style>\n\/* =========================================================\n   BIG ART \u2014 CONTACT PAGE\n========================================================= *\/\n\n.bigart-contact {\n    --navy:#172554;\n    --blue:#2f4fb3;\n    --cyan:#23b7d6;\n    --yellow:#f2c94c;\n    --text:#334155;\n    --muted:#667085;\n    --soft:#f7f9fc;\n    --line:#e4e9f2;\n\n    width:100%;\n    max-width:1180px;\n    margin:0 auto 34px;\n    color:var(--text);\n    font-family:inherit;\n}\n\n.bigart-contact *,\n.bigart-contact *::before,\n.bigart-contact *::after {\n    box-sizing:border-box;\n}\n\n.bigart-contact-hero {\n    position:relative;\n    overflow:hidden;\n\n    padding:54px 50px;\n    border-radius:24px;\n\n    background:\n        radial-gradient(circle at 88% 15%,\n        rgba(35,183,214,.28), transparent 29%),\n        radial-gradient(circle at 10% 100%,\n        rgba(242,201,76,.14), transparent 30%),\n        linear-gradient(135deg,\n        #172554 0%,\n        #233875 54%,\n        #2f4fb3 100%);\n\n    box-shadow:0 18px 48px rgba(23,37,84,.15);\n}\n\n.bigart-contact-hero::after {\n    content:\"CONTACT\";\n\n    position:absolute;\n    right:20px;\n    bottom:-18px;\n\n    color:rgba(255,255,255,.04);\n\n    font-size:92px;\n    line-height:1;\n    font-weight:900;\n}\n\n.bigart-contact-kicker {\n    position:relative;\n    z-index:2;\n\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n\n    margin-bottom:18px;\n    padding:7px 13px;\n\n    border:1px solid rgba(255,255,255,.20);\n    border-radius:999px;\n\n    background:rgba(255,255,255,.10);\n    color:#fff;\n\n    font-size:12px;\n    font-weight:800;\n    letter-spacing:.8px;\n    text-transform:uppercase;\n}\n\n.bigart-contact-kicker::before {\n    content:\"\";\n\n    width:8px;\n    height:8px;\n    border-radius:50%;\n\n    background:var(--yellow);\n}\n\n.bigart-contact-hero h1 {\n    position:relative;\n    z-index:2;\n\n    margin:0 0 16px !important;\n\n    color:#fff !important;\n\n    font-size:clamp(38px,5vw,54px) !important;\n    line-height:1.06 !important;\n    font-weight:850 !important;\n}\n\n.bigart-contact-hero p {\n    position:relative;\n    z-index:2;\n\n    max-width:850px;\n    margin:0 !important;\n\n    color:rgba(255,255,255,.88) !important;\n\n    font-size:17px !important;\n    line-height:1.75 !important;\n}\n\n.bigart-contact-audience {\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:16px;\n\n    margin-top:22px;\n}\n\n.bigart-contact-card {\n    padding:22px;\n\n    border:1px solid var(--line);\n    border-radius:17px;\n\n    background:#fff;\n\n    box-shadow:0 8px 24px rgba(23,37,84,.05);\n}\n\n.bigart-contact-card::before {\n    content:\"\";\n\n    display:block;\n\n    width:36px;\n    height:4px;\n\n    margin-bottom:15px;\n\n    border-radius:4px;\n\n    background:\n        linear-gradient(\n            90deg,\n            var(--blue),\n            var(--cyan)\n        );\n}\n\n.bigart-contact-card h3 {\n    margin:0 0 8px !important;\n\n    color:var(--navy) !important;\n\n    font-size:17px !important;\n    font-weight:850 !important;\n}\n\n.bigart-contact-card p {\n    margin:0 !important;\n\n    color:var(--muted) !important;\n\n    font-size:13.5px !important;\n    line-height:1.65 !important;\n}\n\n\n\/* =========================================================\n   CONTACT FORM STYLING\n   Works with common WordPress \/ Contact Form 7 fields\n========================================================= *\/\n\n.wpcf7,\nform.wpcf7-form,\n.wpforms-container,\nform {\n    max-width:900px;\n    margin-left:auto;\n    margin-right:auto;\n}\n\n.wpcf7-form,\n.wpforms-form {\n    padding:30px !important;\n\n    border:1px solid #e4e9f2;\n    border-radius:20px;\n\n    background:#fff;\n\n    box-shadow:0 10px 30px rgba(23,37,84,.06);\n}\n\n.wpcf7-form p,\n.wpforms-form .wpforms-field {\n    margin-bottom:16px !important;\n}\n\n.wpcf7-form label,\n.wpforms-form label {\n    color:#172554 !important;\n\n    font-size:14px !important;\n    font-weight:750 !important;\n}\n\n.wpcf7-form input[type=\"text\"],\n.wpcf7-form input[type=\"email\"],\n.wpcf7-form input[type=\"url\"],\n.wpcf7-form input[type=\"tel\"],\n.wpcf7-form input[type=\"number\"],\n.wpcf7-form textarea,\n.wpforms-form input,\n.wpforms-form textarea,\n.wpforms-form select {\n\n    width:100% !important;\n\n    padding:13px 14px !important;\n\n    border:1px solid #dce3ef !important;\n    border-radius:10px !important;\n\n    background:#f9fbfd !important;\n\n    color:#334155 !important;\n\n    font-size:14px !important;\n\n    box-shadow:none !important;\n\n    transition:\n        border-color .2s ease,\n        background .2s ease,\n        box-shadow .2s ease;\n}\n\n.wpcf7-form input:focus,\n.wpcf7-form textarea:focus,\n.wpforms-form input:focus,\n.wpforms-form textarea:focus,\n.wpforms-form select:focus {\n\n    outline:none !important;\n\n    border-color:#23b7d6 !important;\n\n    background:#fff !important;\n\n    box-shadow:0 0 0 3px rgba(35,183,214,.10) !important;\n}\n\n.wpcf7-form textarea,\n.wpforms-form textarea {\n    min-height:150px;\n    resize:vertical;\n}\n\n.wpcf7-form input[type=\"submit\"],\n.wpforms-submit {\n\n    display:inline-flex !important;\n    align-items:center;\n    justify-content:center;\n\n    min-width:150px;\n\n    padding:12px 20px !important;\n\n    border:0 !important;\n    border-radius:10px !important;\n\n    background:#2f4fb3 !important;\n    color:#fff !important;\n\n    font-size:13px !important;\n    font-weight:850 !important;\n\n    cursor:pointer;\n\n    transition:\n        transform .2s ease,\n        background .2s ease;\n}\n\n.wpcf7-form input[type=\"submit\"]:hover,\n.wpforms-submit:hover {\n\n    transform:translateY(-2px);\n\n    background:#23b7d6 !important;\n    color:#172554 !important;\n}\n\n.wpcf7-response-output {\n    border-radius:10px !important;\n    padding:12px 14px !important;\n}\n\n\n\/* RESPONSIVE *\/\n\n@media screen and (max-width:850px) {\n\n    .bigart-contact-audience {\n        grid-template-columns:1fr;\n    }\n}\n\n@media screen and (max-width:700px) {\n\n    .bigart-contact-hero {\n        padding:38px 23px;\n        border-radius:18px;\n    }\n\n    .bigart-contact-hero h1 {\n        font-size:35px !important;\n    }\n\n    .wpcf7-form,\n    .wpforms-form {\n        padding:22px !important;\n        border-radius:16px;\n    }\n}\n<\/style>\n\n\n<div class=\"bigart-contact\">\n\n    <section class=\"bigart-contact-hero\">\n\n        <div class=\"bigart-contact-kicker\">\n            BIG ART \u00b7 Contact\n        <\/div>\n\n        <h1>Get in Touch with BIG ART<\/h1>\n\n        <p>\n            We\u2019d love to hear from you. Whether you are a VET provider,\n            a student or an industry partner, reach out to us to connect,\n            collaborate or learn more about the BIG ART project.\n        <\/p>\n\n    <\/section>\n\n\n    <section class=\"bigart-contact-audience\">\n\n        <article class=\"bigart-contact-card\">\n\n            <h3>VET Providers<\/h3>\n\n            <p>\n                Connect with the BIG ART network and explore opportunities\n                around immersive technologies, Digital Twins and vocational learning.\n            <\/p>\n\n        <\/article>\n\n\n        <article class=\"bigart-contact-card\">\n\n            <h3>Students &amp; Trainers<\/h3>\n\n            <p>\n                Contact the project team to learn more about BIG ART\n                training activities, tools and educational resources.\n            <\/p>\n\n        <\/article>\n\n\n        <article class=\"bigart-contact-card\">\n\n            <h3>Industry Partners<\/h3>\n\n            <p>\n                Explore collaboration opportunities connecting real\n                professional environments with innovative VET learning.\n            <\/p>\n\n        <\/article>\n\n    <\/section>\n\n<\/div>\n\n\n\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1257-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"1257\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F31#wpcf7-f1257-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1257\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1257-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> Your name<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your email<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Subject<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your message (optional)<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>BIG ART \u00b7 Contact Get in Touch with BIG ART We\u2019d love to hear from you. Whether you are a VET provider, a student or an industry partner, reach out to us to connect, collaborate or learn more about the<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/contact.php","meta":{"footnotes":""},"class_list":["post-31","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=31"}],"version-history":[{"count":7,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/31\/revisions"}],"predecessor-version":[{"id":2084,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/31\/revisions\/2084"}],"wp:attachment":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}