{"id":48,"date":"2026-03-23T11:08:35","date_gmt":"2026-03-23T11:08:35","guid":{"rendered":"https:\/\/velocitystudent-co-uk.stackstaging.com\/index.php\/home\/"},"modified":"2026-03-25T09:57:11","modified_gmt":"2026-03-25T09:57:11","slug":"home","status":"publish","type":"page","link":"https:\/\/velocitystudent.co.uk\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"48\" class=\"elementor elementor-48\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d563db e-flex e-con-boxed e-con e-parent\" data-id=\"1d563db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6738377 e-con-full e-flex e-con e-child\" data-id=\"6738377\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36ec946 elementor-widget elementor-widget-image\" data-id=\"36ec946\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"1280\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png\" class=\"attachment-full size-full wp-image-86\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png 2560w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-300x150.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-1024x512.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-768x384.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-1536x768.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-2048x1024.png 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d14eb30 e-con-full e-flex e-con e-child\" data-id=\"d14eb30\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2a3007f elementor-widget elementor-widget-text-editor\" data-id=\"2a3007f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Looking for luxury student accommodation at sensible rental prices?<\/strong><\/p><p>We&#8217;ve got beautiful rooms and great facilities in a fantastic location &#8211; all at a great price.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d45cdc elementor-widget elementor-widget-button\" data-id=\"6d45cdc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/share.hsforms.com\/1X6vCLWJWSvKBv9l3duTHJA2jq1c\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">STEP INTO YOUR ROOM<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fde38a5 e-con-full e-flex e-con e-parent\" data-id=\"fde38a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbf2f1c elementor-widget elementor-widget-html\" data-id=\"fbf2f1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Student Development Carousel<\/title>\n\n<style>\n  body {\n    margin: 0;\n    font-family: Arial, sans-serif;\n  }\n\n  .carousel {\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  .carousel-track {\n    display: flex;\n    transition: transform 0.5s ease-in-out;\n  }\n\n  .carousel-slide {\n    min-width: 100%;\n    height: 500px;\n  }\n\n  .carousel-slide img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* Navigation buttons *\/\n  .carousel-btn {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(0,0,0,0.5);\n    color: #fff;\n    border: none;\n    padding: 12px 16px;\n    cursor: pointer;\n    font-size: 18px;\n    z-index: 10;\n\n    \/* Remove pink tap highlight *\/\n    -webkit-tap-highlight-color: transparent;\n  }\n\n  .carousel-btn:hover {\n    background: #8EB83F;\n  }\n\n  .carousel-btn:focus,\n  .carousel-btn:active {\n    outline: none;\n    background: #8EB83F;\n    color: #fff;\n  }\n\n  \/* Accessible focus *\/\n  .carousel-btn:focus-visible {\n    outline: 2px solid #8EB83F;\n    outline-offset: 2px;\n  }\n\n  .prev {\n    left: 10px;\n  }\n\n  .next {\n    right: 10px;\n  }\n\n  \/* Dots *\/\n  .carousel-dots {\n    position: absolute;\n    bottom: 15px;\n    width: 100%;\n    text-align: center;\n  }\n\n  .dot {\n    display: inline-block;\n    width: 10px;\n    height: 10px;\n    margin: 5px;\n    background: rgba(255,255,255,0.6);\n    border-radius: 50%;\n    cursor: pointer;\n  }\n\n  .dot.active {\n    background: #8EB83F;\n  }\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"carousel\">\n  <div class=\"carousel-track\" id=\"track\">\n\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/velocitystudent-co-uk.stackstaging.com\/wp-content\/uploads\/2026\/03\/Velocity-Student-Image-Hero-Image.jpg\" alt=\"Student Development 1\">\n    <\/div>\n\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/velocitystudent-co-uk.stackstaging.com\/wp-content\/uploads\/2026\/03\/IMG_1721-scaled.jpg\" alt=\"Student Development 2\">\n    <\/div>\n\n    <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/velocitystudent-co-uk.stackstaging.com\/wp-content\/uploads\/2026\/03\/IMG_1707-scaled.jpg\" alt=\"Student Development 3\">\n    <\/div>\n    \n        <div class=\"carousel-slide\">\n      <img decoding=\"async\" src=\"https:\/\/velocitystudent-co-uk.stackstaging.com\/wp-content\/uploads\/2026\/03\/IMG_1737-scaled.jpg\" alt=\"Student Development 4\">\n    <\/div>\n\n  <\/div>\n\n  <button class=\"carousel-btn prev\" onclick=\"moveSlide(-1)\">\u276e<\/button>\n  <button class=\"carousel-btn next\" onclick=\"moveSlide(1)\">\u276f<\/button>\n\n  <div class=\"carousel-dots\" id=\"dots\"><\/div>\n<\/div>\n\n<script>\n  const track = document.getElementById(\"track\");\n  const slides = document.querySelectorAll(\".carousel-slide\");\n  const dotsContainer = document.getElementById(\"dots\");\n\n  let index = 0;\n\n  \/\/ Create dots\n  slides.forEach((_, i) => {\n    const dot = document.createElement(\"span\");\n    dot.classList.add(\"dot\");\n    if (i === 0) dot.classList.add(\"active\");\n    dot.addEventListener(\"click\", () => goToSlide(i));\n    dotsContainer.appendChild(dot);\n  });\n\n  const dots = document.querySelectorAll(\".dot\");\n\n  function updateCarousel() {\n    track.style.transform = `translateX(-${index * 100}%)`;\n\n    dots.forEach(dot => dot.classList.remove(\"active\"));\n    dots[index].classList.add(\"active\");\n  }\n\n  function moveSlide(direction) {\n    index = (index + direction + slides.length) % slides.length;\n    updateCarousel();\n  }\n\n  function goToSlide(i) {\n    index = i;\n    updateCarousel();\n  }\n\n  \/\/ Auto-play\n  setInterval(() => {\n    moveSlide(1);\n  }, 5000);\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a5f3903 e-con-full e-flex e-con e-parent\" data-id=\"a5f3903\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3cb120f e-con-full e-flex e-con e-child\" data-id=\"3cb120f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f372ca elementor-widget elementor-widget-text-editor\" data-id=\"9f372ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h3><strong>NEW &#8211; Velocity Student Norwich<\/strong><\/h3><p>Velocity Student offers spacious, fully furnished en-suite rooms, clustered around a shared kitchen\/living space. It&#8217;s the perfect place to study, relax and hang out during your time at university.<\/p><p>Be part of an amazing new community at Velocity Student.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b64992 elementor-widget elementor-widget-button\" data-id=\"7b64992\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/share.hsforms.com\/1X6vCLWJWSvKBv9l3duTHJA2jq1c\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">LEARN MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7dc72a2 e-con-full e-flex e-con e-child\" data-id=\"7dc72a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b371738 elementor-widget elementor-widget-image\" data-id=\"b371738\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/1-1024x576.png\" class=\"attachment-large size-large wp-image-96\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/1-1024x576.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/1-300x169.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/1-768x432.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/1-1536x864.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/1.png 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3df6fb1 e-flex e-con-boxed e-con e-parent\" data-id=\"3df6fb1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f9ab37 elementor-widget elementor-widget-heading\" data-id=\"0f9ab37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Velocity Student?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e269e1e e-con-full e-flex e-con e-parent\" data-id=\"e269e1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-844ee01 e-con-full e-flex e-con e-child\" data-id=\"844ee01\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47a2633 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"47a2633\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 1172.33 1192.66\"><defs><style>      .st0 {        fill: #f9b816;      }    <\/style><\/defs><path class=\"st0\" d=\"M938.15,1012.57H204.63c-47.44,0-86.03-38.59-86.03-86.03V249.21c0-47.44,38.59-86.03,86.03-86.03h733.52c47.44,0,86.03,38.59,86.03,86.03v677.33c0,47.44-38.59,86.03-86.03,86.03ZM204.63,199.66c-27.32,0-49.55,22.23-49.55,49.55v677.33c0,27.32,22.23,49.55,49.55,49.55h733.52c27.32,0,49.55-22.23,49.55-49.55V249.21c0-27.32-22.23-49.55-49.55-49.55H204.63Z\"><\/path><path class=\"st0\" d=\"M273.57,267.09c-10.08,0-18.24-8.17-18.24-18.24V119.61c0-10.07,8.17-18.24,18.24-18.24s18.24,8.17,18.24,18.24v129.24c0,10.07-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M422.48,267.09c-10.08,0-18.24-8.17-18.24-18.24V119.61c0-10.07,8.17-18.24,18.24-18.24s18.24,8.17,18.24,18.24v129.24c0,10.07-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M571.39,267.09c-10.08,0-18.24-8.17-18.24-18.24V119.61c0-10.07,8.17-18.24,18.24-18.24s18.24,8.17,18.24,18.24v129.24c0,10.07-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M720.29,267.09c-10.08,0-18.24-8.17-18.24-18.24V119.61c0-10.07,8.17-18.24,18.24-18.24s18.24,8.17,18.24,18.24v129.24c0,10.07-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M869.2,267.09c-10.08,0-18.24-8.17-18.24-18.24V119.61c0-10.07,8.17-18.24,18.24-18.24s18.24,8.17,18.24,18.24v129.24c0,10.07-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M851.41,377.6H293.24c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h558.17c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M332.57,529.32h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M507.39,529.32h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M332.57,843.99h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M507.39,843.99h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M682.21,843.99h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M682.21,529.32h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M857.03,529.32h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><g><path class=\"st0\" d=\"M332.57,686.66h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M507.39,686.66h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M682.21,686.66h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M857.03,686.66h-39.33c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h39.33c10.08,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tChoose the rental package that suits you\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbcb41a e-con-full e-flex e-con e-child\" data-id=\"cbcb41a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a39ca1 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3a39ca1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 1172.33 1192.66\"><defs><style>      .st0 {        fill: #8eb73f;      }    <\/style><\/defs><g><path class=\"st0\" d=\"M388.9,1030.59h-29.85c-10.08,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h29.85c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M859.04,1030.59h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24ZM741.5,1030.59h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24ZM623.97,1030.59h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24ZM506.43,1030.59h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24ZM916.28,1019.29c-7.07,0-13.81-4.14-16.77-11.05-3.97-9.26.31-19.99,9.57-23.96,16.73-7.18,30.38-16.94,40.55-29.01,6.49-7.7,18.01-8.67,25.71-2.18,7.7,6.5,8.67,18.01,2.18,25.71-13.87,16.44-32.06,29.56-54.05,39.01-2.35,1.01-4.79,1.48-7.19,1.48ZM987.79,932.59c-1.06,0-2.14-.09-3.22-.29-9.92-1.77-16.53-11.24-14.76-21.16,1.25-7.03,1.89-14.57,1.89-22.41,0-10.18-1.05-19.74-3.13-28.4-2.34-9.8,3.7-19.64,13.5-21.99,9.78-2.34,19.64,3.7,21.99,13.5,2.74,11.44,4.12,23.86,4.12,36.89,0,9.98-.83,19.67-2.45,28.81-1.57,8.84-9.27,15.05-17.94,15.05ZM957.84,823.98c-4.51,0-9.03-1.66-12.56-5.02-14.03-13.33-31.39-20.22-43.49-23.65-9.69-2.75-15.32-12.84-12.57-22.53,2.75-9.69,12.84-15.32,22.53-12.57,23.34,6.62,43.08,17.49,58.67,32.31,7.3,6.94,7.6,18.49.65,25.79-3.59,3.77-8.4,5.67-13.23,5.67ZM848.38,790.85h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24ZM730.85,790.85h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24ZM617.03,773.84c-3.44,0-6.92-.97-10-3-19.46-12.79-34.85-29.22-45.74-48.83-4.89-8.81-1.71-19.91,7.1-24.8,8.81-4.89,19.91-1.71,24.8,7.1,7.99,14.4,19.39,26.53,33.87,36.05,8.42,5.53,10.76,16.84,5.22,25.26-3.5,5.33-9.33,8.23-15.26,8.23ZM561.4,675.37c-9.5,0-17.51-7.36-18.18-16.99-.29-4.27-.44-8.69-.44-13.15,0-19.07,3.15-36.73,9.36-52.47,3.7-9.37,14.28-13.98,23.67-10.27,9.37,3.7,13.97,14.29,10.27,23.67-4.52,11.46-6.82,24.61-6.82,39.08,0,3.62.12,7.2.36,10.64.69,10.05-6.89,18.76-16.94,19.46-.43.03-.85.04-1.28.04ZM604.88,572.15c-5.66,0-11.23-2.62-14.8-7.55-5.9-8.16-4.07-19.57,4.09-25.47,21.64-15.66,44.95-22.84,60.7-26.1,9.87-2.05,19.52,4.29,21.57,14.16,2.04,9.87-4.29,19.52-14.16,21.57-10.03,2.08-29.45,7.44-46.72,19.94-3.23,2.34-6.97,3.46-10.68,3.46ZM776.03,547.35h-58.77c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h58.77c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><path class=\"st0\" d=\"M864.76,547.35h-29.85c-10.07,0-18.24-8.17-18.24-18.24s8.17-18.24,18.24-18.24h29.85c10.07,0,18.24,8.17,18.24,18.24s-8.17,18.24-18.24,18.24Z\"><\/path><\/g><g><path class=\"st0\" d=\"M263.2,1038.09c-3.2,0-6.4-.84-9.25-2.52-6.87-4.04-168.2-100.83-168.2-264.84,0-56.62,16.65-101.27,49.49-132.71,49.25-47.14,117.28-46.86,125.79-46.63,8.91-.22,84.5-.65,137.07,49.81,32.59,31.28,49.11,74.86,49.11,129.53,0,68.39-30.43,136.01-88.01,195.54-42.79,44.24-85.23,68.45-87.02,69.46-2.79,1.57-5.88,2.36-8.97,2.36ZM258.71,627.85c-9.52,0-62.03,1.66-98.47,36.74-25.22,24.28-38,59.99-38,106.13,0,59.43,24.91,116.52,74.04,169.7,26.59,28.78,53.53,48.63,67.13,57.84,14.1-9.15,42.36-29.09,70.25-58.07,51.14-53.15,77.07-110.17,77.07-169.47,0-44.23-12.68-78.9-37.7-103.02-43.33-41.79-110.61-39.86-111.3-39.83-.48.02-1.01.02-1.5,0-.05,0-.57-.02-1.51-.02Z\"><\/path><path class=\"st0\" d=\"M263.51,850.38c-51.89,0-94.1-42.22-94.1-94.1s42.21-94.1,94.1-94.1,94.1,42.21,94.1,94.1-42.21,94.1-94.1,94.1ZM263.51,698.67c-31.77,0-57.62,25.84-57.62,57.61s25.85,57.62,57.62,57.62,57.61-25.85,57.61-57.62-25.84-57.61-57.61-57.61Z\"><\/path><\/g><g><path class=\"st0\" d=\"M880.73,451.39c-3.2,0-6.4-.84-9.25-2.52-5.18-3.04-126.71-75.96-126.71-199.91,0-43.21,12.8-77.38,38.06-101.55,37.46-35.85,89.03-35.99,96.29-35.79,7.57-.21,64.71-.18,104.64,38.15,25.06,24.06,37.77,57.44,37.77,99.2,0,124.17-126.45,197.03-131.83,200.07-2.79,1.57-5.88,2.36-8.97,2.36ZM877.37,148.08c-6.4,0-43.83,1.1-69.53,25.9-17.64,17.02-26.58,42.25-26.58,74.99,0,85.04,73.56,144.17,99.68,162.48,27.01-18.13,104.11-77.34,104.11-162.48,0-31.34-8.87-55.79-26.37-72.7-30.51-29.48-78.38-28.17-78.88-28.17-.48.01-1.01.01-1.48,0-.03,0-.36-.01-.95-.01Z\"><\/path><path class=\"st0\" d=\"M880.96,312.61c-40.99,0-74.33-33.34-74.33-74.33s33.34-74.33,74.33-74.33,74.33,33.34,74.33,74.33-33.34,74.33-74.33,74.33ZM880.96,200.44c-20.87,0-37.85,16.98-37.85,37.84s16.98,37.85,37.85,37.85,37.84-16.98,37.84-37.85-16.98-37.84-37.84-37.84Z\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tClose to local amenities with great transport links\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd3fd9a e-con-full e-flex e-con e-child\" data-id=\"fd3fd9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6060435 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"6060435\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 1172.33 1192.66\"><defs><style>      .st0 {        fill: #93c1d4;      }    <\/style><\/defs><path class=\"st0\" d=\"M586.17,1029.27c-255.82,0-463.95-208.13-463.95-463.95S330.34,101.37,586.17,101.37s463.95,208.13,463.95,463.95-208.13,463.95-463.95,463.95ZM586.17,124.58c-243.02,0-440.73,197.71-440.73,440.73s197.71,440.73,440.73,440.73,440.73-197.71,440.73-440.73S829.18,124.58,586.17,124.58Z\"><\/path><path class=\"st0\" d=\"M502.49,692.12c-129.68,0-235.18-105.5-235.18-235.18s105.5-235.18,235.18-235.18,235.18,105.5,235.18,235.18-105.5,235.18-235.18,235.18ZM502.49,244.98c-116.88,0-211.96,95.08-211.96,211.96s95.08,211.97,211.96,211.97,211.97-95.09,211.97-211.97-95.09-211.96-211.97-211.96Z\"><\/path><path class=\"st0\" d=\"M735.91,924.6c-4.53,0-8.83-2.66-10.7-7.09-2.5-5.9.27-12.72,6.17-15.21,107.52-45.47,185.82-140.69,209.45-254.7,1.3-6.28,7.47-10.31,13.72-9.01,6.28,1.3,10.31,7.44,9.01,13.72-25.18,121.48-108.6,222.92-223.14,271.37-1.48.63-3.01.92-4.52.92Z\"><\/path><path class=\"st0\" d=\"M489.54,587.15c-19.53,0-37.5-3.55-53.41-10.56-16.18-7.13-29.35-17.39-39.15-30.51-10.03-13.41-15.11-29.18-15.11-46.88,0-11.91,1.99-22.85,5.92-32.52,3.9-9.63,9.44-18.28,16.44-25.71,3.73-3.95,7.88-7.48,12.42-10.54-6.49-4.91-12.1-10.7-16.76-17.29-7.68-10.86-11.57-23.51-11.57-37.6s3.95-27.19,11.74-39.37c7.75-12.12,19.28-21.99,34.24-29.34,14.74-7.23,33.33-10.9,55.24-10.9s40.16,3.66,55.02,10.88c15.15,7.37,26.65,17.28,34.16,29.47,7.49,12.16,11.29,25.37,11.29,39.25s-3.86,26.06-11.48,37.28c-4.67,6.87-10.25,12.8-16.66,17.73,4.63,3.16,8.89,6.75,12.74,10.74,7.17,7.45,12.73,16.08,16.53,25.64,3.79,9.54,5.71,20.4,5.71,32.27,0,17.67-5.01,33.42-14.89,46.83-9.68,13.14-22.8,23.42-38.99,30.55-15.92,7.01-33.89,10.56-53.41,10.56ZM489.54,312.52c-19.36,0-35.48,3.1-47.94,9.2-12.21,5.99-21.49,13.86-27.58,23.39-6.14,9.59-9.12,19.54-9.12,30.43s2.79,19.9,8.53,28.03c5.89,8.34,13.75,15.06,23.36,19.97l15.74,8.04-16.24,6.96c-7.76,3.33-14.49,7.97-20,13.81-5.59,5.92-10.01,12.84-13.14,20.57-3.13,7.68-4.71,16.52-4.71,26.28,0,14.23,3.86,26.32,11.81,36.95,8.07,10.8,19.02,19.3,32.55,25.26,13.79,6.08,29.51,9.16,46.72,9.16s32.93-3.08,46.73-9.16c13.5-5.95,24.38-14.43,32.32-25.21,7.85-10.65,11.66-22.75,11.66-36.99,0-9.77-1.53-18.57-4.53-26.15-3-7.55-7.39-14.37-13.06-20.26-5.69-5.91-12.57-10.74-20.42-14.33l-15.76-7.21,15.5-7.75c9.42-4.71,16.89-11.25,22.84-20,5.8-8.54,8.62-17.69,8.62-27.96,0-10.92-2.89-20.91-8.82-30.55-5.83-9.46-15.02-17.28-27.29-23.25-12.58-6.12-28.66-9.22-47.77-9.22ZM489.54,540.11c-16.29,0-29.18-4.4-38.33-13.09-9.26-8.8-13.96-19.82-13.96-32.75,0-14.02,4.81-25.48,14.31-34.04,9.25-8.34,22.03-12.57,37.98-12.57s28.34,4.24,37.47,12.61c9.34,8.56,14.07,20,14.07,33.99,0,12.88-4.53,23.87-13.48,32.66-8.91,8.75-21.71,13.19-38.05,13.19ZM489.54,464.25c-11.73,0-20.77,2.79-26.88,8.3-5.94,5.36-8.83,12.46-8.83,21.72,0,8.32,2.88,15.11,8.8,20.73,5.96,5.66,15.01,8.53,26.91,8.53s20.74-2.84,26.43-8.43c5.73-5.63,8.52-12.45,8.52-20.83,0-9.28-2.84-16.4-8.69-21.77-5.97-5.48-14.81-8.25-26.26-8.25ZM489.54,423.28c-14.02,0-25.12-3.76-32.99-11.17-8.02-7.53-12.09-17.29-12.09-28.99,0-12.73,4.09-22.95,12.16-30.38,7.87-7.24,18.95-10.92,32.92-10.92s25.05,3.67,32.93,10.92c8.07,7.43,12.16,17.52,12.16,30,0,11.69-4.13,21.51-12.28,29.18-8.01,7.53-19.04,11.36-32.81,11.36ZM489.54,358.42c-9.68,0-16.98,2.2-21.69,6.53-4.58,4.22-6.81,10.16-6.81,18.17,0,7.04,2.25,12.56,6.87,16.9,4.7,4.42,11.98,6.67,21.63,6.67s16.54-2.24,21.44-6.85c4.76-4.48,7.07-10.07,7.07-17.1,0-7.76-2.23-13.58-6.81-17.8-4.71-4.33-12.01-6.53-21.7-6.53Z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tLight,  comfortable rooms with plenty of space to relax and study\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebe12ad e-flex e-con-boxed e-con e-parent\" data-id=\"ebe12ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9204c elementor-widget elementor-widget-text-editor\" data-id=\"5f9204c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h3><strong>Large Group bookings available!<\/strong><\/h3>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c15aa5e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c15aa5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/share.hsforms.com\/1X6vCLWJWSvKBv9l3duTHJA2jq1c\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">FIND OUT MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5aed531 e-con-full e-flex e-con e-parent\" data-id=\"5aed531\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ddd9056 elementor-widget elementor-widget-html\" data-id=\"ddd9056\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\n\n<title>Student Housing Section<\/title>\n\n<style>\nbody {\n  margin: 0;\n  font-family: 'Poppins', sans-serif;\n  background: #2f3f46;\n  color: #fff;\n}\n\n\/* Keep two-column layout *\/\n.section {\n  display: flex;\n  align-items: flex-start;\n  gap: 60px;\n  padding: 60px 80px;\n}\n\n\/* LEFT SIDE *\/\n.left {\n  flex: 2;\n}\n\n.left h1 {\n  font-size: 36px;\n  font-weight: 600;\n  margin-bottom: 30px;\n}\n\n.features {\n  display: flex;\n  gap: 60px;\n}\n\n.features ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.features li {\n  margin-bottom: 18px;\n  line-height: 1.5;\n  position: relative;\n  padding-left: 20px;\n  font-weight: 300;\n}\n\n.features li::before {\n  content: \">\";\n  position: absolute;\n  left: 0;\n  color: #a4d037;\n  font-weight: 600;\n}\n\n\/* RIGHT SIDE (no background now) *\/\n.right {\n  flex: 1;\n  padding-top: 80px; \/* aligns vertically with bullet content *\/\n}\n\n.right h2 {\n  font-size: 26px;\n  line-height: 1.4;\n  font-weight: 700;\n  margin-bottom: 25px;\n  color: #fff;\n}\n\n.button {\n  display: inline-block;\n  background: #f4b400;\n  color: #2f3f46;\n  padding: 14px 24px;\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.button:hover {\n  opacity: 0.9;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .section {\n    flex-direction: column;\n    padding: 40px 20px;\n  }\n\n  .features {\n    flex-direction: column;\n    gap: 20px;\n  }\n\n  .right {\n    padding-top: 20px;\n  }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<section class=\"section\">\n  <div class=\"left\">\n    <h1>From \u00a3167 per week, enjoy:<\/h1>\n\n    <div class=\"features\">\n      <ul>\n        <li>Large, fully furnished rooms with en suite and study station<\/li>\n        <li>Registered mailbox for every room<\/li>\n        <li>All bills* and Wi-Fi included<\/li>\n        <li>Outdoor garden and seating area<\/li>\n        <li>Shared kitchen and living spaces<\/li>\n        <li>External CCTV<\/li>\n        <li>Shared chillout zones with fussball and pool tables<\/li>\n      <\/ul>\n\n      <ul>\n        <li>Covered cycle racks<\/li>\n        <li>Utility rooms with washer-dryers<\/li>\n        <li>Mobility access<\/li>\n        <li>SKY TV in living spaces<\/li>\n        <li>Communal areas cleaned every week**<\/li>\n        <li>Audio intercom system from every room<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <div class=\"right\">\n    <h2>\n      Rental packages available for both 48- and 51-week tenancies.\n    <\/h2>\n    <a href=\"https:\/\/share.hsforms.com\/1X6vCLWJWSvKBv9l3duTHJA2jq1c\" class=\"button\">LEARN MORE<\/a>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5875a05 e-con-full e-flex e-con e-parent\" data-id=\"5875a05\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-0eda091 e-con-full e-flex e-con e-child\" data-id=\"0eda091\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ded517b elementor-widget elementor-widget-image\" data-id=\"ded517b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"691\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-1-1024x885.png\" class=\"attachment-large size-large wp-image-147\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-1-1024x885.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-1-300x259.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-1-768x664.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-1-1536x1328.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-1-2048x1771.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68d7186 e-con-full e-flex e-con e-child\" data-id=\"68d7186\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1c3cf5 elementor-widget elementor-widget-image\" data-id=\"a1c3cf5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"691\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-2-1024x885.png\" class=\"attachment-large size-large wp-image-145\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-2-1024x885.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-2-300x259.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-2-768x664.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-2-1536x1328.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-2-2048x1771.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-330973b e-con-full e-flex e-con e-child\" data-id=\"330973b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-97ed439 elementor-widget elementor-widget-image\" data-id=\"97ed439\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"691\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-3-1024x885.png\" class=\"attachment-large size-large wp-image-146\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-3-1024x885.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-3-300x259.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-3-768x664.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-3-1536x1328.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-3-2048x1771.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ae104a4 e-con-full e-flex e-con e-child\" data-id=\"ae104a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9154bf elementor-widget elementor-widget-image\" data-id=\"b9154bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"691\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-4-1024x885.png\" class=\"attachment-large size-large wp-image-150\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-4-1024x885.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-4-300x259.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-4-768x664.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-4-1536x1328.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-4-2048x1771.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eb6b38b e-con-full e-flex e-con e-child\" data-id=\"eb6b38b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b72d5a elementor-widget elementor-widget-image\" data-id=\"5b72d5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"691\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-5-1024x885.png\" class=\"attachment-large size-large wp-image-148\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-5-1024x885.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-5-300x259.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-5-768x664.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-5-1536x1328.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-5-2048x1771.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-987742b e-con-full e-flex e-con e-child\" data-id=\"987742b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb791df elementor-widget elementor-widget-image\" data-id=\"fb791df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"691\" src=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-6-1024x885.png\" class=\"attachment-large size-large wp-image-149\" alt=\"\" srcset=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-6-1024x885.png 1024w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-6-300x259.png 300w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-6-768x664.png 768w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-6-1536x1328.png 1536w, https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Image-6-2048x1771.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3ccfbf e-con-full e-flex e-con e-parent\" data-id=\"f3ccfbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a973cdf elementor-widget elementor-widget-heading\" data-id=\"a973cdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Book today<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3804e58 e-flex e-con-boxed e-con e-parent\" data-id=\"3804e58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef36add elementor-widget elementor-widget-html\" data-id=\"ef36add\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n<script>\n  hbspt.forms.create({\n    portalId: \"4279440\",\n    formId: \"5fabc22d-6256-4af2-81bf-d97776e4c724\",\n    region: \"na1\"\n  });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Looking for luxury student accommodation at sensible rental prices? We&#8217;ve got beautiful rooms and great facilities in a fantastic location &#8211; all at a great price. STEP INTO YOUR ROOM Student Development Carousel \u276e \u276f NEW &#8211; Velocity Student Norwich Velocity Student offers spacious, fully furnished en-suite rooms, clustered around a shared kitchen\/living space. It&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-48","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Student Accommodation Norwich | Velocity Student<\/title>\n<meta name=\"description\" content=\"Student accommodation in Norwich near UEA. Modern en-suite rooms, all bills included, fast WiFi &amp; social spaces. Book your room at Velocity Student today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/velocitystudent.co.uk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Student Accommodation in Norwich | Velocity Student\" \/>\n<meta property=\"og:description\" content=\"Modern student accommodation near UEA with en-suite rooms, all bills included, fast WiFi and social spaces.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/velocitystudent.co.uk\/\" \/>\n<meta property=\"og:site_name\" content=\"Velocity Student\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/velocitystudentpage\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T09:57:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Student Accommodation in Norwich | Velocity Student\" \/>\n<meta name=\"twitter:description\" content=\"Modern student accommodation near UEA with en-suite rooms, all bills included, fast WiFi and social spaces.\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/velocitystudent.co.uk\/\",\"url\":\"https:\/\/velocitystudent.co.uk\/\",\"name\":\"Student Accommodation Norwich | Velocity Student\",\"isPartOf\":{\"@id\":\"https:\/\/velocitystudent.co.uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/velocitystudent.co.uk\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/velocitystudent.co.uk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png\",\"datePublished\":\"2026-03-23T11:08:35+00:00\",\"dateModified\":\"2026-03-25T09:57:11+00:00\",\"description\":\"Student accommodation in Norwich near UEA. Modern en-suite rooms, all bills included, fast WiFi & social spaces. Book your room at Velocity Student today.\",\"breadcrumb\":{\"@id\":\"https:\/\/velocitystudent.co.uk\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/velocitystudent.co.uk\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/velocitystudent.co.uk\/#primaryimage\",\"url\":\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png\",\"contentUrl\":\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png\",\"width\":2560,\"height\":1280},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/velocitystudent.co.uk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/velocitystudent.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/velocitystudent.co.uk\/#website\",\"url\":\"https:\/\/velocitystudent.co.uk\/\",\"name\":\"Velocity Student\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/velocitystudent.co.uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/velocitystudent.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/velocitystudent.co.uk\/#organization\",\"name\":\"Velocity Student\",\"url\":\"https:\/\/velocitystudent.co.uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/velocitystudent.co.uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/cropped-Velocity-Student-Icon.png\",\"contentUrl\":\"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/cropped-Velocity-Student-Icon.png\",\"width\":2207,\"height\":2130,\"caption\":\"Velocity Student\"},\"image\":{\"@id\":\"https:\/\/velocitystudent.co.uk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/velocitystudentpage\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Student Accommodation Norwich | Velocity Student","description":"Student accommodation in Norwich near UEA. Modern en-suite rooms, all bills included, fast WiFi & social spaces. Book your room at Velocity Student today.","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:\/\/velocitystudent.co.uk\/","og_locale":"en_US","og_type":"article","og_title":"Student Accommodation in Norwich | Velocity Student","og_description":"Modern student accommodation near UEA with en-suite rooms, all bills included, fast WiFi and social spaces.","og_url":"https:\/\/velocitystudent.co.uk\/","og_site_name":"Velocity Student","article_publisher":"https:\/\/www.facebook.com\/velocitystudentpage","article_modified_time":"2026-03-25T09:57:11+00:00","og_image":[{"width":2560,"height":1280,"url":"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Student Accommodation in Norwich | Velocity Student","twitter_description":"Modern student accommodation near UEA with en-suite rooms, all bills included, fast WiFi and social spaces.","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/velocitystudent.co.uk\/","url":"https:\/\/velocitystudent.co.uk\/","name":"Student Accommodation Norwich | Velocity Student","isPartOf":{"@id":"https:\/\/velocitystudent.co.uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/velocitystudent.co.uk\/#primaryimage"},"image":{"@id":"https:\/\/velocitystudent.co.uk\/#primaryimage"},"thumbnailUrl":"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png","datePublished":"2026-03-23T11:08:35+00:00","dateModified":"2026-03-25T09:57:11+00:00","description":"Student accommodation in Norwich near UEA. Modern en-suite rooms, all bills included, fast WiFi & social spaces. Book your room at Velocity Student today.","breadcrumb":{"@id":"https:\/\/velocitystudent.co.uk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/velocitystudent.co.uk\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/velocitystudent.co.uk\/#primaryimage","url":"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png","contentUrl":"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/Velocity-Student-Text-Dark-scaled.png","width":2560,"height":1280},{"@type":"BreadcrumbList","@id":"https:\/\/velocitystudent.co.uk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/velocitystudent.co.uk\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/velocitystudent.co.uk\/#website","url":"https:\/\/velocitystudent.co.uk\/","name":"Velocity Student","description":"","publisher":{"@id":"https:\/\/velocitystudent.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/velocitystudent.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/velocitystudent.co.uk\/#organization","name":"Velocity Student","url":"https:\/\/velocitystudent.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/velocitystudent.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/cropped-Velocity-Student-Icon.png","contentUrl":"https:\/\/velocitystudent.co.uk\/wp-content\/uploads\/2026\/03\/cropped-Velocity-Student-Icon.png","width":2207,"height":2130,"caption":"Velocity Student"},"image":{"@id":"https:\/\/velocitystudent.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/velocitystudentpage"]}]}},"_links":{"self":[{"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":22,"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/48\/revisions"}],"predecessor-version":[{"id":176,"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/48\/revisions\/176"}],"wp:attachment":[{"href":"https:\/\/velocitystudent.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}