{"id":57,"date":"2026-07-19T18:00:27","date_gmt":"2026-07-19T18:00:27","guid":{"rendered":"https:\/\/nsoffroad.net\/?page_id=57"},"modified":"2026-07-19T18:00:27","modified_gmt":"2026-07-19T18:00:27","slug":"landing-page","status":"publish","type":"page","link":"https:\/\/nsoffroad.net\/","title":{"rendered":"Landing Page"},"content":{"rendered":"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<style>\n\/* ==========================================================\n   NS OFFROAD LANDING PAGE\n   Paste into one WordPress Custom HTML block\n   ========================================================== *\/\n\n#nso-landing,\n#nso-landing * {\n\tbox-sizing: border-box;\n}\n\n#nso-landing {\n\t--nso-black: #050607;\n\t--nso-black-soft: #0b0d0f;\n\t--nso-gunmetal: #15191c;\n\t--nso-gunmetal-light: #252a2e;\n\t--nso-steel: #949ba0;\n\t--nso-silver: #d7dadd;\n\t--nso-white: #ffffff;\n\t--nso-line: rgba(255, 255, 255, 0.15);\n\n\twidth: 100vw;\n\tmax-width: 100vw;\n\tmargin-left: calc(50% - 50vw);\n\toverflow: hidden;\n\tbackground: var(--nso-black);\n\tcolor: var(--nso-white);\n\tfont-family: Arial, Helvetica, sans-serif;\n\tline-height: 1.6;\n}\n\n#nso-landing a {\n\tcolor: inherit;\n\ttext-decoration: none;\n}\n\n#nso-landing img {\n\tmax-width: 100%;\n}\n\n#nso-landing h1,\n#nso-landing h2,\n#nso-landing h3,\n#nso-landing p,\n#nso-landing blockquote {\n\tmargin-top: 0;\n}\n\n#nso-landing .nso-wrap {\n\twidth: min(1180px, calc(100% - 44px));\n\tmargin: 0 auto;\n}\n\n#nso-landing .nso-kicker {\n\tdisplay: flex;\n\talign-items: center;\n\tgap: 13px;\n\tmargin-bottom: 17px;\n\tcolor: var(--nso-silver);\n\tfont-size: 0.76rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.18em;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-kicker::before {\n\tcontent: \"\";\n\twidth: 45px;\n\theight: 3px;\n\tbackground: var(--nso-white);\n\ttransform: skewX(-25deg);\n}\n\n#nso-landing .nso-heading {\n\tmax-width: 850px;\n\tmargin-bottom: 22px;\n\tfont-family: Impact, Haettenschweiler, \"Arial Narrow Bold\", sans-serif;\n\tfont-size: clamp(2.75rem, 6vw, 5.4rem);\n\tfont-weight: 900;\n\tletter-spacing: 0.005em;\n\tline-height: 0.94;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-copy {\n\tmax-width: 710px;\n\tmargin-bottom: 34px;\n\tcolor: #b7bdc1;\n\tfont-size: 1.05rem;\n\tline-height: 1.75;\n}\n\n#nso-landing .nso-buttons {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tgap: 12px;\n}\n\n#nso-landing .nso-button {\n\tdisplay: inline-flex;\n\talign-items: center;\n\tjustify-content: center;\n\tgap: 11px;\n\tmin-height: 54px;\n\tpadding: 14px 24px;\n\tborder: 2px solid transparent;\n\tfont-size: 0.84rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.09em;\n\tline-height: 1.2;\n\ttext-align: center;\n\ttext-transform: uppercase;\n\ttransition:\n\t\tbackground-color 180ms ease,\n\t\tcolor 180ms ease,\n\t\tborder-color 180ms ease,\n\t\ttransform 180ms ease;\n}\n\n#nso-landing .nso-button:hover {\n\ttransform: translateY(-3px);\n}\n\n#nso-landing .nso-button-white {\n\tbackground: var(--nso-white);\n\tcolor: var(--nso-black);\n}\n\n#nso-landing .nso-button-white:hover {\n\tbackground: #cbd0d3;\n}\n\n#nso-landing .nso-button-outline {\n\tborder-color: rgba(255, 255, 255, 0.55);\n\tcolor: var(--nso-white);\n}\n\n#nso-landing .nso-button-outline:hover {\n\tbackground: var(--nso-white);\n\tborder-color: var(--nso-white);\n\tcolor: var(--nso-black);\n}\n\n#nso-landing .nso-button-dark {\n\tbackground: var(--nso-black);\n\tcolor: var(--nso-white);\n}\n\n#nso-landing .nso-button-dark:hover {\n\tbackground: var(--nso-gunmetal-light);\n}\n\n#nso-landing .nso-button-arrow {\n\tfont-size: 1.2rem;\n\tline-height: 1;\n}\n\n\/* ==========================================================\n   SCROLLING BACKGROUND SECTIONS\n   ========================================================== *\/\n\n#nso-landing .nso-photo-section {\n\tposition: relative;\n\tisolation: isolate;\n\toverflow: hidden;\n\tbackground: var(--nso-black);\n}\n\n#nso-landing .nso-photo-section::before {\n\tcontent: \"\";\n\tposition: absolute;\n\tz-index: -3;\n\tinset: -4%;\n\tbackground-image: var(--nso-photo);\n\tbackground-position: var(--nso-position, center);\n\tbackground-repeat: no-repeat;\n\tbackground-size: cover;\n\tbackground-attachment: fixed;\n\tfilter: grayscale(100%) contrast(1.12) brightness(0.76);\n\ttransform: scale(1.04);\n}\n\n#nso-landing .nso-photo-section::after {\n\tcontent: \"\";\n\tposition: absolute;\n\tz-index: -2;\n\tinset: 0;\n\tbackground:\n\t\tlinear-gradient(\n\t\t\t90deg,\n\t\t\trgba(3, 4, 5, 0.98) 0%,\n\t\t\trgba(3, 4, 5, 0.85) 42%,\n\t\t\trgba(3, 4, 5, 0.3) 78%,\n\t\t\trgba(3, 4, 5, 0.48) 100%\n\t\t),\n\t\tlinear-gradient(\n\t\t\t0deg,\n\t\t\trgba(3, 4, 5, 0.9) 0%,\n\t\t\ttransparent 35%,\n\t\t\trgba(3, 4, 5, 0.35) 100%\n\t\t);\n}\n\n#nso-landing .nso-photo-one {\n\t--nso-photo: url(\"https:\/\/nsoffroad.net\/wp-content\/uploads\/2026\/07\/IMG_5524-scaled.jpeg\");\n\t--nso-position: center center;\n}\n\n#nso-landing .nso-photo-two {\n\t--nso-photo: url(\"https:\/\/nsoffroad.net\/wp-content\/uploads\/2026\/07\/IMG_1174-scaled.jpeg\");\n\t--nso-position: center center;\n}\n\n#nso-landing .nso-photo-three {\n\t--nso-photo: url(\"https:\/\/nsoffroad.net\/wp-content\/uploads\/2026\/07\/IMG_1540-scaled.jpeg\");\n\t--nso-position: center center;\n}\n\n\/* ==========================================================\n   HERO\n   ========================================================== *\/\n\n#nso-landing .nso-hero {\n\tmin-height: 88vh;\n\tdisplay: flex;\n\talign-items: center;\n}\n\n#nso-landing .nso-hero::after {\n\tbackground:\n\t\tlinear-gradient(\n\t\t\t90deg,\n\t\t\trgba(2, 3, 4, 0.99) 0%,\n\t\t\trgba(2, 3, 4, 0.92) 38%,\n\t\t\trgba(2, 3, 4, 0.3) 72%,\n\t\t\trgba(2, 3, 4, 0.42) 100%\n\t\t),\n\t\tlinear-gradient(\n\t\t\t0deg,\n\t\t\trgba(2, 3, 4, 0.98) 0%,\n\t\t\ttransparent 34%,\n\t\t\trgba(2, 3, 4, 0.35) 100%\n\t\t);\n}\n\n#nso-landing .nso-hero-inner {\n\twidth: 100%;\n\tpadding: 70px 0 110px;\n}\n\n#nso-landing .nso-logo {\n\twidth: clamp(190px, 24vw, 310px);\n\theight: auto;\n\tdisplay: block;\n\tmargin-bottom: 35px;\n\n\t\/*\n\t\tThe supplied logo is black on white.\n\t\tInvert makes the design white and the background black.\n\t\tScreen blend makes the black background disappear over the photo.\n\t*\/\n\tfilter: invert(1) grayscale(1) contrast(1.3);\n\tmix-blend-mode: screen;\n}\n\n#nso-landing .nso-hero-content {\n\tmax-width: 780px;\n}\n\n#nso-landing .nso-hero h1 {\n\tmargin-bottom: 24px;\n\tfont-family: Impact, Haettenschweiler, \"Arial Narrow Bold\", sans-serif;\n\tfont-size: clamp(4rem, 10vw, 8.8rem);\n\tfont-weight: 900;\n\tletter-spacing: 0.005em;\n\tline-height: 0.82;\n\ttext-transform: uppercase;\n\ttext-shadow: 0 8px 30px rgba(0, 0, 0, 0.65);\n}\n\n#nso-landing .nso-hero h1 span {\n\tdisplay: block;\n\tcolor: transparent;\n\t-webkit-text-stroke: 2px var(--nso-white);\n\ttext-stroke: 2px var(--nso-white);\n}\n\n#nso-landing .nso-hero-description {\n\tmax-width: 680px;\n\tmargin-bottom: 31px;\n\tcolor: #d6d9db;\n\tfont-size: clamp(1.04rem, 2vw, 1.24rem);\n\tline-height: 1.72;\n}\n\n#nso-landing .nso-hero-meta {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tgap: 0;\n\tmargin-top: 65px;\n\tborder-top: 1px solid rgba(255, 255, 255, 0.3);\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n#nso-landing .nso-meta-item {\n\tmin-width: 215px;\n\tpadding: 19px 30px 19px 0;\n\tmargin-right: 30px;\n\tborder-right: 1px solid rgba(255, 255, 255, 0.25);\n}\n\n#nso-landing .nso-meta-item:last-child {\n\tborder-right: 0;\n}\n\n#nso-landing .nso-meta-item strong {\n\tdisplay: block;\n\tmargin-bottom: 3px;\n\tcolor: var(--nso-white);\n\tfont-size: 0.87rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.08em;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-meta-item span {\n\tcolor: #aeb4b7;\n\tfont-size: 0.86rem;\n}\n\n\/* ==========================================================\n   METAL DIVIDER\n   ========================================================== *\/\n\n#nso-landing .nso-metal-divider {\n\theight: 18px;\n\tbackground:\n\t\trepeating-linear-gradient(\n\t\t\t135deg,\n\t\t\t#c9cdd0 0,\n\t\t\t#c9cdd0 9px,\n\t\t\t#6c7276 9px,\n\t\t\t#6c7276 18px,\n\t\t\t#191c1f 18px,\n\t\t\t#191c1f 27px\n\t\t);\n\tborder-top: 2px solid #e7e9ea;\n\tborder-bottom: 2px solid #050607;\n}\n\n\/* ==========================================================\n   SERVICES\n   ========================================================== *\/\n\n#nso-landing .nso-services {\n\tposition: relative;\n\tpadding: 105px 0;\n\tbackground:\n\t\tlinear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 40%),\n\t\trepeating-linear-gradient(\n\t\t\t135deg,\n\t\t\t#0d0f11 0,\n\t\t\t#0d0f11 12px,\n\t\t\t#0b0d0f 12px,\n\t\t\t#0b0d0f 24px\n\t\t);\n}\n\n#nso-landing .nso-services::before {\n\tcontent: \"NS\";\n\tposition: absolute;\n\ttop: -50px;\n\tright: -20px;\n\tcolor: rgba(255, 255, 255, 0.018);\n\tfont-family: Impact, sans-serif;\n\tfont-size: 24rem;\n\tline-height: 1;\n\tpointer-events: none;\n}\n\n#nso-landing .nso-service-grid {\n\tposition: relative;\n\tz-index: 2;\n\tdisplay: grid;\n\tgrid-template-columns: repeat(3, 1fr);\n\tgap: 16px;\n\tmargin-top: 48px;\n}\n\n#nso-landing .nso-service {\n\tposition: relative;\n\tmin-height: 350px;\n\tpadding: 34px;\n\toverflow: hidden;\n\tbackground:\n\t\tlinear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 42%),\n\t\tvar(--nso-gunmetal);\n\tborder: 1px solid rgba(255, 255, 255, 0.14);\n\ttransition:\n\t\ttransform 180ms ease,\n\t\tborder-color 180ms ease,\n\t\tbackground-color 180ms ease;\n}\n\n#nso-landing .nso-service::before {\n\tcontent: \"\";\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 105px;\n\theight: 5px;\n\tbackground: var(--nso-white);\n\ttransform: skewX(-38deg) translateX(-14px);\n}\n\n#nso-landing .nso-service::after {\n\tcontent: \"\";\n\tposition: absolute;\n\tright: -75px;\n\tbottom: -75px;\n\twidth: 160px;\n\theight: 160px;\n\tborder: 28px solid rgba(255, 255, 255, 0.035);\n\tborder-radius: 50%;\n}\n\n#nso-landing .nso-service:hover {\n\ttransform: translateY(-6px);\n\tborder-color: rgba(255, 255, 255, 0.48);\n\tbackground-color: #1b2023;\n}\n\n#nso-landing .nso-service-number {\n\tdisplay: block;\n\tmargin-bottom: 82px;\n\tcolor: #656c70;\n\tfont-family: Impact, sans-serif;\n\tfont-size: 4.5rem;\n\tline-height: 1;\n}\n\n#nso-landing .nso-service h3 {\n\tposition: relative;\n\tz-index: 2;\n\tmargin-bottom: 13px;\n\tfont-family: Impact, Haettenschweiler, \"Arial Narrow Bold\", sans-serif;\n\tfont-size: 1.75rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.03em;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-service p {\n\tposition: relative;\n\tz-index: 2;\n\tmargin-bottom: 0;\n\tcolor: #abb1b5;\n\tfont-size: 0.96rem;\n}\n\n\/* ==========================================================\n   FULL-PHOTO GALLERY SECTION\n   ========================================================== *\/\n\n#nso-landing .nso-showcase {\n\tmin-height: 720px;\n\tdisplay: flex;\n\talign-items: flex-end;\n}\n\n#nso-landing .nso-showcase::after {\n\tbackground:\n\t\tlinear-gradient(\n\t\t\t0deg,\n\t\t\trgba(4, 5, 6, 0.99) 0%,\n\t\t\trgba(4, 5, 6, 0.8) 34%,\n\t\t\trgba(4, 5, 6, 0.06) 75%\n\t\t),\n\t\tlinear-gradient(\n\t\t\t90deg,\n\t\t\trgba(4, 5, 6, 0.62),\n\t\t\ttransparent 50%,\n\t\t\trgba(4, 5, 6, 0.3)\n\t\t);\n}\n\n#nso-landing .nso-showcase-inner {\n\twidth: 100%;\n\tpadding: 100px 0 70px;\n}\n\n#nso-landing .nso-showcase-panel {\n\tposition: relative;\n\tmax-width: 780px;\n\tpadding: 39px 42px;\n\tbackground: rgba(7, 9, 10, 0.9);\n\tborder-left: 6px solid var(--nso-white);\n\tbox-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);\n\tbackdrop-filter: blur(7px);\n\t-webkit-backdrop-filter: blur(7px);\n}\n\n#nso-landing .nso-showcase-panel::after {\n\tcontent: \"\";\n\tposition: absolute;\n\ttop: -1px;\n\tright: -1px;\n\twidth: 75px;\n\theight: 75px;\n\tbackground: linear-gradient(\n\t\t135deg,\n\t\ttransparent 0 48%,\n\t\tvar(--nso-white) 49% 52%,\n\t\ttransparent 53%\n\t);\n\topacity: 0.55;\n}\n\n#nso-landing .nso-showcase-panel h2 {\n\tmax-width: 680px;\n\tmargin-bottom: 15px;\n\tfont-family: Impact, Haettenschweiler, \"Arial Narrow Bold\", sans-serif;\n\tfont-size: clamp(2.9rem, 6vw, 5.5rem);\n\tfont-weight: 900;\n\tline-height: 0.94;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-showcase-panel p {\n\tmax-width: 640px;\n\tmargin-bottom: 25px;\n\tcolor: #c1c6c9;\n}\n\n\/* ==========================================================\n   ABOUT \/ SHOP VALUES\n   ========================================================== *\/\n\n#nso-landing .nso-about {\n\tpadding: 105px 0;\n\tbackground: #e8eaeb;\n\tcolor: var(--nso-black);\n}\n\n#nso-landing .nso-about .nso-kicker {\n\tcolor: #444a4e;\n}\n\n#nso-landing .nso-about .nso-kicker::before {\n\tbackground: var(--nso-black);\n}\n\n#nso-landing .nso-about-grid {\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 1fr;\n\talign-items: center;\n\tgap: 75px;\n}\n\n#nso-landing .nso-about-copy {\n\tmargin-bottom: 0;\n\tcolor: #4b5155;\n}\n\n#nso-landing .nso-checks {\n\tdisplay: grid;\n\tgap: 13px;\n\tmargin-top: 30px;\n}\n\n#nso-landing .nso-check {\n\tdisplay: grid;\n\tgrid-template-columns: 39px 1fr;\n\talign-items: center;\n\tgap: 13px;\n\tmin-height: 58px;\n\tpadding: 10px 17px 10px 10px;\n\tbackground: var(--nso-white);\n\tborder: 1px solid #c6cacc;\n\tbox-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);\n}\n\n#nso-landing .nso-check-mark {\n\twidth: 38px;\n\theight: 38px;\n\tdisplay: grid;\n\tbackground: var(--nso-black);\n\tcolor: var(--nso-white);\n\tfont-size: 1rem;\n\tfont-weight: 900;\n\tplace-items: center;\n\tclip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);\n}\n\n#nso-landing .nso-check strong {\n\tfont-size: 0.9rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.03em;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-about-statement {\n\tposition: relative;\n\tmin-height: 440px;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\tpadding: 45px;\n\toverflow: hidden;\n\tbackground:\n\t\tlinear-gradient(\n\t\t\t145deg,\n\t\t\trgba(255, 255, 255, 0.1),\n\t\t\ttransparent 50%\n\t\t),\n\t\tvar(--nso-gunmetal);\n\tcolor: var(--nso-white);\n\tbox-shadow: 20px 20px 0 #aeb3b6;\n}\n\n#nso-landing .nso-about-statement::before {\n\tcontent: \"2019\";\n\tposition: absolute;\n\ttop: -5px;\n\tright: -8px;\n\tcolor: rgba(255, 255, 255, 0.055);\n\tfont-family: Impact, sans-serif;\n\tfont-size: 10rem;\n\tline-height: 1;\n}\n\n#nso-landing .nso-about-statement::after {\n\tcontent: \"\";\n\tposition: absolute;\n\ttop: 38px;\n\tleft: 42px;\n\twidth: 90px;\n\theight: 7px;\n\tbackground: var(--nso-white);\n\ttransform: skewX(-35deg);\n}\n\n#nso-landing .nso-about-statement strong {\n\tposition: relative;\n\tz-index: 2;\n\tdisplay: block;\n\tmargin-bottom: 16px;\n\tfont-family: Impact, Haettenschweiler, \"Arial Narrow Bold\", sans-serif;\n\tfont-size: clamp(2.6rem, 5vw, 4.5rem);\n\tfont-weight: 900;\n\tline-height: 0.95;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-about-statement p {\n\tposition: relative;\n\tz-index: 2;\n\tmax-width: 440px;\n\tmargin-bottom: 0;\n\tcolor: #bcc1c4;\n}\n\n\/* ==========================================================\n   REVIEWS\n   ========================================================== *\/\n\n#nso-landing .nso-reviews {\n\tpadding: 105px 0;\n\tbackground:\n\t\tlinear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent),\n\t\tvar(--nso-black);\n}\n\n#nso-landing .nso-review-grid {\n\tdisplay: grid;\n\tgrid-template-columns: repeat(3, 1fr);\n\tgap: 15px;\n\tmargin-top: 45px;\n}\n\n#nso-landing .nso-review {\n\tdisplay: flex;\n\tflex-direction: column;\n\tmin-height: 275px;\n\tpadding: 28px;\n\tbackground: var(--nso-gunmetal);\n\tborder: 1px solid rgba(255, 255, 255, 0.13);\n\tborder-bottom: 5px solid #555c60;\n}\n\n#nso-landing .nso-stars {\n\tmargin-bottom: 18px;\n\tcolor: var(--nso-white);\n\tfont-size: 0.9rem;\n\tletter-spacing: 0.17em;\n}\n\n#nso-landing .nso-review blockquote {\n\tmargin-bottom: 23px;\n\tcolor: #c7cbce;\n\tfont-size: 0.95rem;\n\tline-height: 1.72;\n}\n\n#nso-landing .nso-review footer {\n\tmargin-top: auto;\n\tcolor: var(--nso-white);\n\tfont-size: 0.76rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.1em;\n\ttext-transform: uppercase;\n}\n\n\/* ==========================================================\n   CONTACT \/ FINAL PHOTO\n   ========================================================== *\/\n\n#nso-landing .nso-contact {\n\tmin-height: 780px;\n\tdisplay: flex;\n\talign-items: center;\n}\n\n#nso-landing .nso-contact::after {\n\tbackground:\n\t\tlinear-gradient(\n\t\t\t90deg,\n\t\t\trgba(2, 3, 4, 0.98) 0%,\n\t\t\trgba(2, 3, 4, 0.88) 45%,\n\t\t\trgba(2, 3, 4, 0.25) 80%\n\t\t),\n\t\tlinear-gradient(\n\t\t\t0deg,\n\t\t\trgba(2, 3, 4, 0.92),\n\t\t\ttransparent 45%,\n\t\t\trgba(2, 3, 4, 0.35)\n\t\t);\n}\n\n#nso-landing .nso-contact-inner {\n\twidth: 100%;\n\tpadding: 100px 0;\n}\n\n#nso-landing .nso-contact-panel {\n\tmax-width: 710px;\n\tpadding: 48px;\n\tbackground: rgba(7, 9, 10, 0.92);\n\tborder: 1px solid rgba(255, 255, 255, 0.22);\n\tborder-top: 7px solid var(--nso-white);\n\tbox-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);\n\tbackdrop-filter: blur(8px);\n\t-webkit-backdrop-filter: blur(8px);\n}\n\n#nso-landing .nso-contact-panel h2 {\n\tmargin-bottom: 16px;\n\tfont-family: Impact, Haettenschweiler, \"Arial Narrow Bold\", sans-serif;\n\tfont-size: clamp(3rem, 7vw, 5.8rem);\n\tfont-weight: 900;\n\tline-height: 0.92;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-contact-details {\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 1fr;\n\tgap: 10px;\n\tmargin: 31px 0;\n}\n\n#nso-landing .nso-contact-item {\n\tdisplay: block;\n\tmin-height: 103px;\n\tpadding: 17px;\n\tbackground: rgba(255, 255, 255, 0.055);\n\tborder: 1px solid rgba(255, 255, 255, 0.13);\n\ttransition:\n\t\tbackground-color 180ms ease,\n\t\tborder-color 180ms ease;\n}\n\n#nso-landing a.nso-contact-item:hover {\n\tbackground: rgba(255, 255, 255, 0.11);\n\tborder-color: rgba(255, 255, 255, 0.42);\n}\n\n#nso-landing .nso-contact-item small {\n\tdisplay: block;\n\tmargin-bottom: 7px;\n\tcolor: #868e93;\n\tfont-size: 0.65rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.14em;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-contact-item strong {\n\tdisplay: block;\n\tcolor: var(--nso-white);\n\tfont-size: 0.94rem;\n\tline-height: 1.45;\n}\n\n#nso-landing .nso-hours {\n\tmargin: 0 0 30px;\n\tpadding: 18px 21px;\n\tbackground: var(--nso-white);\n\tcolor: var(--nso-black);\n\tborder-left: 6px solid #777e82;\n}\n\n#nso-landing .nso-hours small {\n\tdisplay: block;\n\tmargin-bottom: 3px;\n\tcolor: #5b6165;\n\tfont-size: 0.66rem;\n\tfont-weight: 900;\n\tletter-spacing: 0.13em;\n\ttext-transform: uppercase;\n}\n\n#nso-landing .nso-hours strong {\n\tfont-size: 1.05rem;\n\tfont-weight: 900;\n\ttext-transform: uppercase;\n}\n\n\/* ==========================================================\n   RESPONSIVE\n   ========================================================== *\/\n\n@media (max-width: 950px) {\n\t#nso-landing .nso-service-grid,\n\t#nso-landing .nso-review-grid {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n\n\t#nso-landing .nso-about-grid {\n\t\tgrid-template-columns: 1fr;\n\t}\n\n\t#nso-landing .nso-about-statement {\n\t\tmin-height: 370px;\n\t}\n\n\t#nso-landing .nso-photo-section::before {\n\t\tbackground-attachment: scroll;\n\t}\n}\n\n@media (max-width: 700px) {\n\t#nso-landing .nso-wrap {\n\t\twidth: min(100% - 28px, 1180px);\n\t}\n\n\t#nso-landing .nso-hero {\n\t\tmin-height: 800px;\n\t\talign-items: flex-start;\n\t}\n\n\t#nso-landing .nso-hero-inner {\n\t\tpadding: 54px 0 75px;\n\t}\n\n\t#nso-landing .nso-logo {\n\t\twidth: 190px;\n\t\tmargin-bottom: 30px;\n\t}\n\n\t#nso-landing .nso-hero h1 {\n\t\tfont-size: clamp(4rem, 19vw, 6.3rem);\n\t\tline-height: 0.86;\n\t}\n\n\t#nso-landing .nso-hero-meta {\n\t\tdisplay: grid;\n\t\tgrid-template-columns: 1fr;\n\t\tmargin-top: 48px;\n\t}\n\n\t#nso-landing .nso-meta-item {\n\t\tmin-width: 0;\n\t\tmargin-right: 0;\n\t\tpadding: 15px 0;\n\t\tborder-right: 0;\n\t\tborder-bottom: 1px solid rgba(255, 255, 255, 0.2);\n\t}\n\n\t#nso-landing .nso-meta-item:last-child {\n\t\tborder-bottom: 0;\n\t}\n\n\t#nso-landing .nso-services,\n\t#nso-landing .nso-about,\n\t#nso-landing .nso-reviews {\n\t\tpadding: 78px 0;\n\t}\n\n\t#nso-landing .nso-service-grid,\n\t#nso-landing .nso-review-grid,\n\t#nso-landing .nso-contact-details {\n\t\tgrid-template-columns: 1fr;\n\t}\n\n\t#nso-landing .nso-service {\n\t\tmin-height: 305px;\n\t}\n\n\t#nso-landing .nso-service-number {\n\t\tmargin-bottom: 50px;\n\t}\n\n\t#nso-landing .nso-showcase {\n\t\tmin-height: 660px;\n\t}\n\n\t#nso-landing .nso-showcase-panel,\n\t#nso-landing .nso-contact-panel {\n\t\tpadding: 29px 24px;\n\t}\n\n\t#nso-landing .nso-about-statement {\n\t\tmin-height: 330px;\n\t\tpadding: 33px 27px;\n\t\tbox-shadow: 11px 11px 0 #aeb3b6;\n\t}\n\n\t#nso-landing .nso-contact {\n\t\tmin-height: auto;\n\t}\n\n\t#nso-landing .nso-contact-inner {\n\t\tpadding: 75px 0;\n\t}\n\n\t#nso-landing .nso-contact-item {\n\t\tmin-height: 0;\n\t}\n}\n\n@media (max-width: 470px) {\n\t#nso-landing .nso-buttons {\n\t\tdisplay: grid;\n\t\tgrid-template-columns: 1fr;\n\t}\n\n\t#nso-landing .nso-button {\n\t\twidth: 100%;\n\t}\n\n\t#nso-landing .nso-hero h1 span {\n\t\t-webkit-text-stroke-width: 1px;\n\t}\n\n\t#nso-landing .nso-heading {\n\t\tfont-size: 2.65rem;\n\t}\n}\n\n@media (prefers-reduced-motion: reduce) {\n\t#nso-landing *,\n\t#nso-landing *::before,\n\t#nso-landing *::after {\n\t\tscroll-behavior: auto !important;\n\t\ttransition: none !important;\n\t}\n}\n<\/style>\n\n<div id=\"nso-landing\">\n\n\t<!-- =====================================================\n\t     HERO \u2014 PHOTO 1\n\t     ===================================================== -->\n\t<section class=\"nso-photo-section nso-photo-one nso-hero\">\n\t\t<div class=\"nso-wrap nso-hero-inner\">\n\n\t\t\t<div class=\"nso-hero-content\">\n\n\t\t\t\t<img\n\t\t\t\t\tclass=\"nso-logo\"\n\t\t\t\t\tsrc=\"PASTE_LOGO_URL_HERE\"\n\t\t\t\t\talt=\"NS Offroad\"\n\t\t\t\t>\n\n\t\t\t\t<div class=\"nso-kicker\">Slaughterville, Oklahoma<\/div>\n\n\t\t\t\t<h1>\n\t\t\t\t\tCustom UTV\n\t\t\t\t\t<span>Built Different<\/span>\n\t\t\t\t<\/h1>\n\n\t\t\t\t<p class=\"nso-hero-description\">\n\t\t\t\t\tCustom side-by-side work, diagnostics, repair, fabrication and\n\t\t\t\t\tupgrades from a local Oklahoma shop that knows off-road machines.\n\t\t\t\t<\/p>\n\n\t\t\t\t<div class=\"nso-buttons\">\n\t\t\t\t\t<a class=\"nso-button nso-button-white\" href=\"tel:+14055353164\">\n\t\t\t\t\t\tCall (405) 535-3164\n\t\t\t\t\t\t<span class=\"nso-button-arrow\" aria-hidden=\"true\">\u2192<\/span>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"nso-button nso-button-outline\"\n\t\t\t\t\t\thref=\"https:\/\/nsoffroad.net\/?page_id=58\"\n\t\t\t\t\t>\n\t\t\t\t\t\tView Our Builds\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"nso-hero-meta\">\n\n\t\t\t\t\t<div class=\"nso-meta-item\">\n\t\t\t\t\t\t<strong>Established<\/strong>\n\t\t\t\t\t\t<span>Serving riders since 2019<\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"nso-meta-item\">\n\t\t\t\t\t\t<strong>Shop Hours<\/strong>\n\t\t\t\t\t\t<span>Monday\u2013Friday, 8 AM\u20135 PM<\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"nso-meta-item\">\n\t\t\t\t\t\t<strong>Location<\/strong>\n\t\t\t\t\t\t<span>11391 Maguire Rd, Noble<\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\t<div class=\"nso-metal-divider\" aria-hidden=\"true\"><\/div>\n\n\t<!-- =====================================================\n\t     SERVICES\n\t     ===================================================== -->\n\t<section class=\"nso-services\">\n\t\t<div class=\"nso-wrap\">\n\n\t\t\t<div class=\"nso-kicker\">What We Do<\/div>\n\n\t\t\t<h2 class=\"nso-heading\">\n\t\t\t\tYour machine.<br>\n\t\t\t\tYour build.\n\t\t\t<\/h2>\n\n\t\t\t<p class=\"nso-copy\">\n\t\t\t\tFrom a UTV that will not run to a complete custom transformation,\n\t\t\t\tNS Offroad provides practical service, serious fabrication and\n\t\t\t\tstraightforward answers.\n\t\t\t<\/p>\n\n\t\t\t<div class=\"nso-service-grid\">\n\n\t\t\t\t<article class=\"nso-service\">\n\t\t\t\t\t<span class=\"nso-service-number\">01<\/span>\n\n\t\t\t\t\t<h3>Custom Builds &#038; Upgrades<\/h3>\n\n\t\t\t\t\t<p>\n\t\t\t\t\t\tCustom side-by-side work, suspension, wheels, tires,\n\t\t\t\t\t\taccessories and upgrades built around how you use your machine.\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-service\">\n\t\t\t\t\t<span class=\"nso-service-number\">02<\/span>\n\n\t\t\t\t\t<h3>Diagnostics &#038; Repair<\/h3>\n\n\t\t\t\t\t<p>\n\t\t\t\t\t\tKnowledgeable troubleshooting and dependable repair work\n\t\t\t\t\t\tfor UTVs, ATVs and side-by-sides.\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-service\">\n\t\t\t\t\t<span class=\"nso-service-number\">03<\/span>\n\n\t\t\t\t\t<h3>Fabrication &#038; Electrical<\/h3>\n\n\t\t\t\t\t<p>\n\t\t\t\t\t\tWelding, wiring, lighting and custom problem-solving for\n\t\t\t\t\t\tyour machine, trailer and related off-road equipment.\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/article>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\t<!-- =====================================================\n\t     BUILD SHOWCASE \u2014 PHOTO 2\n\t     ===================================================== -->\n\t<section class=\"nso-photo-section nso-photo-two nso-showcase\">\n\t\t<div class=\"nso-wrap nso-showcase-inner\">\n\n\t\t\t<div class=\"nso-showcase-panel\">\n\n\t\t\t\t<div class=\"nso-kicker\">Real Work From Our Shop<\/div>\n\n\t\t\t\t<h2>\n\t\t\t\t\tStock is only<br>\n\t\t\t\t\tthe starting point.\n\t\t\t\t<\/h2>\n\n\t\t\t\t<p>\n\t\t\t\t\tSee examples of completed builds, repairs and custom work\n\t\t\t\t\tfrom NS Offroad.\n\t\t\t\t<\/p>\n\n\t\t\t\t<a\n\t\t\t\t\tclass=\"nso-button nso-button-white\"\n\t\t\t\t\thref=\"https:\/\/nsoffroad.net\/?page_id=58\"\n\t\t\t\t>\n\t\t\t\t\tExplore the Gallery\n\t\t\t\t\t<span class=\"nso-button-arrow\" aria-hidden=\"true\">\u2192<\/span>\n\t\t\t\t<\/a>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\t<!-- =====================================================\n\t     WHY NS OFFROAD\n\t     ===================================================== -->\n\t<section class=\"nso-about\">\n\t\t<div class=\"nso-wrap nso-about-grid\">\n\n\t\t\t<div>\n\t\t\t\t<div class=\"nso-kicker\">Why NS Offroad<\/div>\n\n\t\t\t\t<h2 class=\"nso-heading\">\n\t\t\t\t\tReal experience.<br>\n\t\t\t\t\tStraight answers.\n\t\t\t\t<\/h2>\n\n\t\t\t\t<p class=\"nso-copy nso-about-copy\">\n\t\t\t\t\tNS Offroad has earned repeat customers through knowledgeable\n\t\t\t\t\twork, fair pricing, quick turnaround and a willingness to go\n\t\t\t\t\tbeyond the original repair.\n\t\t\t\t<\/p>\n\n\t\t\t\t<div class=\"nso-checks\">\n\n\t\t\t\t\t<div class=\"nso-check\">\n\t\t\t\t\t\t<span class=\"nso-check-mark\">\u2713<\/span>\n\t\t\t\t\t\t<strong>Custom side-by-side specialists<\/strong>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"nso-check\">\n\t\t\t\t\t\t<span class=\"nso-check-mark\">\u2713<\/span>\n\t\t\t\t\t\t<strong>Fast and practical diagnostics<\/strong>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"nso-check\">\n\t\t\t\t\t\t<span class=\"nso-check-mark\">\u2713<\/span>\n\t\t\t\t\t\t<strong>Fair and straightforward pricing<\/strong>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"nso-check\">\n\t\t\t\t\t\t<span class=\"nso-check-mark\">\u2713<\/span>\n\t\t\t\t\t\t<strong>Locally owned Oklahoma shop<\/strong>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"nso-about-statement\">\n\t\t\t\t<strong>\n\t\t\t\t\tBuilt for riders<br>\n\t\t\t\t\twho expect more.\n\t\t\t\t<\/strong>\n\n\t\t\t\t<p>\n\t\t\t\t\tRepair it correctly. Build it aggressively. Make it ready\n\t\t\t\t\tfor whatever comes next.\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\n\t\t<\/div>\n\t<\/section>\n\n\t<!-- =====================================================\n\t     REVIEWS\n\t     ===================================================== -->\n\t<section class=\"nso-reviews\">\n\t\t<div class=\"nso-wrap\">\n\n\t\t\t<div class=\"nso-kicker\">Customer Reviews<\/div>\n\n\t\t\t<h2 class=\"nso-heading\">\n\t\t\t\tThe work speaks<br>\n\t\t\t\tfor itself.\n\t\t\t<\/h2>\n\n\t\t\t<div class=\"nso-review-grid\">\n\n\t\t\t\t<article class=\"nso-review\">\n\t\t\t\t\t<div class=\"nso-stars\" aria-label=\"Five stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n\t\t\t\t\t<blockquote>\n\t\t\t\t\t\t\u201cMy Polaris 570 was dead. NS checked it out and found\n\t\t\t\t\t\tthe problem. The repair was done quickly. Great folks\n\t\t\t\t\t\tand great work!\u201d\n\t\t\t\t\t<\/blockquote>\n\n\t\t\t\t\t<footer>Ron Bledsoe<\/footer>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-review\">\n\t\t\t\t\t<div class=\"nso-stars\" aria-label=\"Five stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n\t\t\t\t\t<blockquote>\n\t\t\t\t\t\t\u201cVery knowledgeable, great service, fair prices,\n\t\t\t\t\t\tnice guys.\u201d\n\t\t\t\t\t<\/blockquote>\n\n\t\t\t\t\t<footer>C M<\/footer>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-review\">\n\t\t\t\t\t<div class=\"nso-stars\" aria-label=\"Five stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n\t\t\t\t\t<blockquote>\n\t\t\t\t\t\t\u201cBrought my UTV in for a repair and it was ready the\n\t\t\t\t\t\tsame day. Super friendly people who do very good work.\u201d\n\t\t\t\t\t<\/blockquote>\n\n\t\t\t\t\t<footer>Paul Wood<\/footer>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-review\">\n\t\t\t\t\t<div class=\"nso-stars\" aria-label=\"Five stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n\t\t\t\t\t<blockquote>\n\t\t\t\t\t\t\u201cThey even helped weld a new jack on my trailer and\n\t\t\t\t\t\trewire new lights. Always above and beyond has been\n\t\t\t\t\t\tmy experience.\u201d\n\t\t\t\t\t<\/blockquote>\n\n\t\t\t\t\t<footer>AMPED Security<\/footer>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-review\">\n\t\t\t\t\t<div class=\"nso-stars\" aria-label=\"Five stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n\t\t\t\t\t<blockquote>\n\t\t\t\t\t\t\u201cGreat place to get your ATV worked on. They are very\n\t\t\t\t\t\tfast and fair on pricing.\u201d\n\t\t\t\t\t<\/blockquote>\n\n\t\t\t\t\t<footer>Adam Lawson<\/footer>\n\t\t\t\t<\/article>\n\n\t\t\t\t<article class=\"nso-review\">\n\t\t\t\t\t<div class=\"nso-stars\" aria-label=\"Five stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n\n\t\t\t\t\t<blockquote>\n\t\t\t\t\t\t\u201cDefinitely knows his stuff!\u201d\n\t\t\t\t\t<\/blockquote>\n\n\t\t\t\t\t<footer>ASG<\/footer>\n\t\t\t\t<\/article>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\t<!-- =====================================================\n\t     CONTACT \u2014 PHOTO 3\n\t     No internal footer below this section\n\t     ===================================================== -->\n\t<section class=\"nso-photo-section nso-photo-three nso-contact\">\n\t\t<div class=\"nso-wrap nso-contact-inner\">\n\n\t\t\t<div class=\"nso-contact-panel\">\n\n\t\t\t\t<div class=\"nso-kicker\">Get Your Machine in the Shop<\/div>\n\n\t\t\t\t<h2>\n\t\t\t\t\tReady to<br>\n\t\t\t\t\tbuild it?\n\t\t\t\t<\/h2>\n\n\t\t\t\t<p class=\"nso-copy\">\n\t\t\t\t\tCall or email NS Offroad to discuss your repair, upgrade\n\t\t\t\t\tor custom side-by-side project.\n\t\t\t\t<\/p>\n\n\t\t\t\t<div class=\"nso-contact-details\">\n\n\t\t\t\t\t<a class=\"nso-contact-item\" href=\"tel:+14055353164\">\n\t\t\t\t\t\t<small>Phone<\/small>\n\t\t\t\t\t\t<strong>(405) 535-3164<\/strong>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"nso-contact-item\"\n\t\t\t\t\t\thref=\"mailto:blake@nsoffroad.net\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<small>Email<\/small>\n\t\t\t\t\t\t<strong>blake@nsoffroad.net<\/strong>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"nso-contact-item\"\n\t\t\t\t\t\thref=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=NS+Offroad+LLC+11391+Maguire+Rd+Noble+OK+73068\"\n\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\trel=\"noopener\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<small>Shop Location<\/small>\n\t\t\t\t\t\t<strong>\n\t\t\t\t\t\t\t11391 Maguire Rd<br>\n\t\t\t\t\t\t\tNoble, OK 73068\n\t\t\t\t\t\t<\/strong>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"nso-contact-item\"\n\t\t\t\t\t\thref=\"https:\/\/www.facebook.com\/p\/NS-Offroad-100064158427222\/\"\n\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\trel=\"noopener\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<small>Facebook<\/small>\n\t\t\t\t\t\t<strong>Follow NS Offroad<\/strong>\n\t\t\t\t\t<\/a>\n\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"nso-hours\">\n\t\t\t\t\t<small>Regular Shop Hours<\/small>\n\t\t\t\t\t<strong>Monday\u2013Friday \u00b7 8:00 AM\u20135:00 PM<\/strong>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"nso-buttons\">\n\t\t\t\t\t<a class=\"nso-button nso-button-white\" href=\"tel:+14055353164\">\n\t\t\t\t\t\tCall the Shop\n\t\t\t\t\t<\/a>\n\n\t\t\t\t\t<a\n\t\t\t\t\t\tclass=\"nso-button nso-button-outline\"\n\t\t\t\t\t\thref=\"https:\/\/www.google.com\/maps\/search\/?api=1&amp;query=NS+Offroad+LLC+11391+Maguire+Rd+Noble+OK+73068\"\n\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\trel=\"noopener\"\n\t\t\t\t\t>\n\t\t\t\t\t\tGet Directions\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Slaughterville, Oklahoma Custom UTV Built Different Custom side-by-side work, diagnostics, repair, fabrication and upgrades from a local Oklahoma shop that knows off-road machines. Call (405) 535-3164 \u2192 View Our Builds Established Serving riders since 2019 Shop Hours Monday\u2013Friday, 8 AM\u20135 PM Location 11391 Maguire Rd, Noble What We Do Your machine. Your build. From a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-57","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nsoffroad.net\/index.php?rest_route=\/wp\/v2\/pages\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsoffroad.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nsoffroad.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nsoffroad.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nsoffroad.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=57"}],"version-history":[{"count":1,"href":"https:\/\/nsoffroad.net\/index.php?rest_route=\/wp\/v2\/pages\/57\/revisions"}],"predecessor-version":[{"id":60,"href":"https:\/\/nsoffroad.net\/index.php?rest_route=\/wp\/v2\/pages\/57\/revisions\/60"}],"wp:attachment":[{"href":"https:\/\/nsoffroad.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}