{"id":428,"date":"2015-01-21T23:44:10","date_gmt":"2015-01-21T23:44:10","guid":{"rendered":"https:\/\/abhmind.com\/?page_id=428"},"modified":"2026-08-09T10:40:58","modified_gmt":"2026-08-09T15:40:58","slug":"mission","status":"publish","type":"page","link":"https:\/\/abhmind.com\/?page_id=428","title":{"rendered":"Mission"},"content":{"rendered":"\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     MAIN NAVIGATION MENU\n========================================================= -->\n<style>\n.abh-nav,\n.abh-nav * {\n  box-sizing: border-box;\n}\n.abh-nav {\n  position: relative;\n  z-index: 9999;\n  width: 100%;\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(2,20,33,.98),\n      rgba(4,36,61,.98)\n    );\n  border-bottom:\n    1px solid rgba(100,215,255,.16);\n  box-shadow:\n    0 12px 35px rgba(0,0,0,.22);\n  backdrop-filter: blur(18px);\n  -webkit-backdrop-filter: blur(18px);\n}\n\/* =========================================================\n   INNER CONTAINER\n========================================================= *\/\n.abh-nav-inner {\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 13px 22px;\n  display: flex;\n  align-items: center;\n  gap: 20px;\n}\n\/* =========================================================\n   BRAND\n========================================================= *\/\n.abh-nav-brand {\n  flex-shrink: 0;\n  color: #ffffff !important;\n  text-decoration: none !important;\n}\n.abh-nav-brand-main {\n  display: block;\n  font-size: 17px;\n  font-weight: 800;\n  line-height: 1.1;\n}\n.abh-nav-brand-sub {\n  display: block;\n  margin-top: 4px;\n  color: #70dcff;\n  font-size: 8px;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   MAIN MENU\n========================================================= *\/\n.abh-nav-menu {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 3px;\n  flex: 1;\n}\n.abh-nav-link,\n.abh-nav-dropbtn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 0 11px;\n  border: 0;\n  border-radius: 8px;\n  background: transparent;\n  color: rgba(235,247,252,.88) !important;\n  text-decoration: none !important;\n  font-size: 11.5px;\n  font-weight: 700;\n  cursor: pointer;\n  white-space: nowrap;\n  transition:\n    background .2s ease,\n    color .2s ease;\n}\n.abh-nav-link:hover,\n.abh-nav-dropbtn:hover {\n  color: #ffffff !important;\n  background:\n    rgba(255,255,255,.055);\n}\n.abh-nav-caret {\n  margin-left: 5px;\n  color: #69d9ff;\n  font-size: 8px;\n}\n\/* =========================================================\n   DROPDOWNS\n========================================================= *\/\n.abh-nav-dropdown {\n  position: relative;\n}\n.abh-nav-dropdown-menu {\n  position: absolute;\n  top: calc(100% + 7px);\n  left: 0;\n  min-width: 245px;\n  padding: 9px;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(8px);\n  border-radius: 14px;\n  border:\n    1px solid rgba(105,216,255,.17);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(3,25,43,.99),\n      rgba(4,47,79,.99)\n    );\n  box-shadow:\n    0 22px 55px rgba(0,0,0,.36);\n  transition:\n    opacity .2s ease,\n    visibility .2s ease,\n    transform .2s ease;\n}\n.abh-nav-dropdown:hover\n.abh-nav-dropdown-menu {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n.abh-nav-dropdown-menu a {\n  display: block;\n  padding: 12px 14px;\n  border-radius: 8px;\n  color: rgba(226,243,250,.84) !important;\n  text-decoration: none !important;\n  font-size: 13px;\n  font-weight: 650;\n  transition:\n    background .2s ease,\n    color .2s ease;\n}\n.abh-nav-dropdown-menu a:hover {\n  color: #ffffff !important;\n  background:\n    rgba(80,200,245,.09);\n}\n\/* =========================================================\n   REQUEST APPOINTMENT BUTTON\n========================================================= *\/\n.abh-nav .spwidget-button-wrapper {\n  margin: 0 !important;\n  text-align: center !important;\n  flex-shrink: 0;\n}\n.abh-nav .spwidget-button {\n  display: inline-flex !important;\n  align-items: center;\n  justify-content: center;\n  min-height: 44px;\n  padding:\n    0 18px !important;\n  border-radius:\n    50px !important;\n  color:\n    #ffffff !important;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(7,49,110,.98),\n      rgba(10,93,166,.96),\n      rgba(4,36,80,.98)\n    ) !important;\n  border:\n    1px solid rgba(132,218,255,.32) !important;\n  font-size:\n    10.5px !important;\n  font-weight:\n    800 !important;\n  letter-spacing:\n    .8px !important;\n  text-transform:\n    uppercase !important;\n  text-decoration:\n    none !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.16),\n    0 8px 22px rgba(0,40,90,.40);\n  transition:\n    all .25s ease;\n}\n.abh-nav .spwidget-button:hover {\n  color: #ffffff !important;\n  transform: translateY(-2px);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(8,67,140,.98),\n      rgba(16,118,196,.98),\n      rgba(5,45,95,.98)\n    ) !important;\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.20),\n    0 12px 26px rgba(0,55,110,.45);\n}\n\/* =========================================================\n   MOBILE TOGGLE\n========================================================= *\/\n.abh-nav-toggle {\n  display: none;\n  width: 44px;\n  height: 44px;\n  flex-shrink: 0;\n  align-items: center;\n  justify-content: center;\n  border-radius: 9px;\n  border:\n    1px solid rgba(105,216,255,.18);\n  background:\n    rgba(255,255,255,.045);\n  color: #ffffff;\n  font-size: 21px;\n  cursor: pointer;\n}\n\/* =========================================================\n   TABLET \/ MOBILE\n========================================================= *\/\n@media (max-width: 1120px) {\n  .abh-nav-inner {\n    flex-wrap: wrap;\n  }\n  .abh-nav-toggle {\n    display: inline-flex;\n    margin-left: auto;\n  }\n  .abh-nav-menu {\n    display: none;\n    order: 3;\n    width: 100%;\n    flex-direction: column;\n    align-items: stretch;\n    padding-top: 12px;\n    border-top:\n      1px solid rgba(102,216,255,.10);\n  }\n  .abh-nav-menu.is-open {\n    display: flex;\n  }\n  .abh-nav-link,\n  .abh-nav-dropbtn {\n    width: 100%;\n    justify-content: space-between;\n    padding: 12px 14px;\n  }\n  .abh-nav-dropdown-menu {\n    position: static;\n    display: none;\n    min-width: 0;\n    margin-top: 4px;\n    opacity: 1;\n    visibility: visible;\n    transform: none;\n    box-shadow: none;\n    background:\n      rgba(255,255,255,.025);\n  }\n  .abh-nav-dropdown.is-open\n  .abh-nav-dropdown-menu {\n    display: block;\n  }\n}\n@media (max-width: 650px) {\n  .abh-nav-inner {\n    padding:\n      12px 16px;\n  }\n  .abh-nav-brand-main {\n    font-size: 15px;\n  }\n  .abh-nav-brand-sub {\n    font-size: 7px;\n  }\n  .abh-nav .spwidget-button-wrapper {\n    width: 100%;\n    order: 4;\n  }\n  .abh-nav .spwidget-button {\n    width: 100%;\n    margin-top: 8px;\n  }\n}\n<\/style>\n<nav>\n    <!-- =====================================================\n         BRAND\n    ====================================================== -->\n    <a\n      href=\"https:\/\/abhmind.com\"\n    >\n        Advanced Behavioral Health\n        Science. Mind. Transformation.\n    <\/a>\n    <!-- =====================================================\n         MOBILE MENU BUTTON\n    ====================================================== -->\n    <button\n      type=\"button\"\n      aria-label=\"Open navigation menu\"\n      aria-expanded=\"false\"\n    >\n      \u2630\n    <\/button>\n    <!-- =====================================================\n         MAIN MENU\n    ====================================================== -->\n      <!-- HOME -->\n      <a\n        href=\"https:\/\/abhmind.com\"\n      >\n        Home\n      <\/a>\n      <!-- ===================================================\n           WHAT TO EXPECT\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          What To Expect\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=401\">\n            Welcome\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=407\">\n            Philosophy\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=398\">\n            Strategies\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=1038\">\n            FAQs\n          <\/a>\n      <!-- ===================================================\n           OUR EXPERTISE\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          Our Expertise\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=871\">\n            Anxiety\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=422\">\n            OCD\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=419\">\n            Sleep\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=413\">\n            Training\n          <\/a>\n      <!-- ===================================================\n           ABOUT US\n      ==================================================== -->\n        <button\n          type=\"button\"\n        >\n          About Us\n            \u25bc\n        <\/button>\n          <a href=\"https:\/\/abhmind.com\/?page_id=431\">\n            Leadership\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=428\">\n            Mission\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=485\">\n            Contact\n          <\/a>\n          <a href=\"https:\/\/abhmind.com\/?page_id=434\">\n            Testimonials\n          <\/a>\n      <!-- CLIENT PORTAL -->\n      <a\n        href=\"https:\/\/abhmind.clientsecure.me\/sign-in\"\n        target=\"_blank\"\n        rel=\"noopener noreferrer\"\n      >\n        Client Portal\n      <\/a>\n      <!-- PROVIDER REFERRALS -->\n      <a\n        href=\"https:\/\/abhmind.com\/?page_id=1007\"\n      >\n        Provider Referrals\n      <\/a>\n    <!-- =====================================================\n         SIMPLEPRACTICE REQUEST APPOINTMENT\n    ====================================================== -->\n    <!-- Start SimplePractice Contact Form Widget Embed Code -->\n    <style>\n      .spwidget-button-wrapper {\n        text-align: center;\n      }\n      .spwidget-button {\n        display: inline-block;\n        padding: 6px 12px;\n        color: #1371C8;\n        background: #fff;\n        border: 1px solid #1371C8;\n        border-radius: 4px;\n        font-size: 14px;\n        font-weight: 600;\n        text-decoration: none;\n      }\n      .spwidget-button:hover {\n        background: #fff;\n        color: #0F5AA0;\n      }\n      .spwidget-button:active {\n        color:\n          rgba(255,255,255,.75) !important;\n        box-shadow:\n          0 1px 3px\n          rgba(0,0,0,.15)\n          inset;\n      }\n    <\/style>\n      <a\n        href=\"https:\/\/abhmind.clientsecure.me\"\n        data-spwidget-scope-id=\"7267d394-3367-4e67-a0a1-2cad15a38489\"\n        data-spwidget-scope-uri=\"abhmind\"\n        data-spwidget-application-id=\"7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b\"\n        data-spwidget-channel=\"embedded_widget\"\n        data-spwidget-scope-global\n        data-spwidget-autobind\n        data-spwidget-contact\n      >\n        Request An Appointment\n      <\/a>\n    <!-- End SimplePractice Contact Form Widget Embed Code -->\n<\/nav>\n<!-- =========================================================\n     MOBILE MENU JAVASCRIPT\n========================================================= -->\n<!-- =========================================================\n     SIMPLEPRACTICE SCRIPT\n========================================================= -->\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     MISSION PAGE\n     ABHMIND.COM\n     Blue Glass \/ Science \/ Clinical Mission Theme\n========================================================= -->\n<style>\n.abh-mission,\n.abh-mission * {\n  box-sizing: border-box;\n}\n.abh-mission {\n  --abh-navy: #021421;\n  --abh-deep: #04243d;\n  --abh-blue: #087bc5;\n  --abh-cyan: #5ed9ff;\n  --abh-light-blue: #9ae8ff;\n  --abh-white: #ffffff;\n  position: relative;\n  overflow: hidden;\n  color: #ffffff;\n  background:\n    radial-gradient(\n      circle at 84% 7%,\n      rgba(45,190,242,.18),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 9% 37%,\n      rgba(18,125,196,.12),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #021421 0%,\n      #04243d 42%,\n      #031a2d 100%\n    );\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n}\n\/* =========================================================\n   SCIENTIFIC GRID\n========================================================= *\/\n.abh-mission::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(\n      rgba(104,216,255,.035) 1px,\n      transparent 1px\n    ),\n    linear-gradient(\n      90deg,\n      rgba(104,216,255,.035) 1px,\n      transparent 1px\n    );\n  background-size: 56px 56px;\n  pointer-events: none;\n}\n\/* =========================================================\n   SHARED\n========================================================= *\/\n.abh-mission-inner {\n  position: relative;\n  z-index: 2;\n  max-width: 1180px;\n  margin: 0 auto;\n}\n.abh-mission-section {\n  position: relative;\n  z-index: 2;\n  padding: 88px 24px;\n}\n.abh-mission-section.alt {\n  background:\n    rgba(1,15,27,.20);\n}\n.abh-mission-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  margin-bottom: 20px;\n  padding: 8px 14px;\n  border-radius: 50px;\n  border:\n    1px solid rgba(102,216,255,.24);\n  background:\n    rgba(255,255,255,.045);\n  color: #87e3ff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n}\n.abh-mission-dot {\n  width: 7px;\n  height: 7px;\n  border-radius: 50%;\n  background: #53d5ff;\n  box-shadow:\n    0 0 11px rgba(83,213,255,.9);\n}\n.abh-section-tag {\n  display: block;\n  margin-bottom: 12px;\n  color: #6fdcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n}\n.abh-section-heading {\n  max-width: 900px;\n  margin-bottom: 31px;\n}\n.abh-section-heading h2 {\n  margin: 0 0 16px;\n  color: #ffffff;\n  font-size:\n    clamp(36px,5vw,55px);\n  line-height: 1.08;\n  letter-spacing: -1.8px;\n}\n.abh-section-heading p {\n  max-width: 840px;\n  margin: 0;\n  color: rgba(211,235,245,.76);\n  font-size: 17px;\n  line-height: 1.78;\n}\n.abh-mission-copy {\n  max-width: 960px;\n}\n.abh-mission-copy p {\n  margin: 0 0 21px;\n  color: rgba(211,235,245,.76);\n  font-size: 16.5px;\n  line-height: 1.82;\n}\n.abh-mission-copy strong {\n  color: #ffffff;\n}\n\/* =========================================================\n   HERO\n========================================================= *\/\n.abh-mission-hero {\n  position: relative;\n  z-index: 2;\n  min-height: 750px;\n  display: flex;\n  align-items: center;\n  padding: 105px 24px 90px;\n}\n.abh-mission-hero-grid {\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.18fr)\n    minmax(330px,.82fr);\n  gap: 62px;\n  align-items: center;\n}\n.abh-mission-hero h1 {\n  max-width: 830px;\n  margin: 0 0 25px;\n  color: #ffffff;\n  font-size:\n    clamp(49px,6.2vw,80px);\n  line-height: .98;\n  font-weight: 760;\n  letter-spacing: -3.4px;\n}\n.abh-mission-gradient {\n  display: block;\n  background:\n    linear-gradient(\n      90deg,\n      #ffffff,\n      #82e0ff 52%,\n      #2cb7eb\n    );\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n  color: transparent;\n}\n.abh-mission-lead {\n  max-width: 750px;\n  margin: 0 0 17px;\n  color: rgba(237,248,253,.94);\n  font-size:\n    clamp(19px,2vw,23px);\n  line-height: 1.62;\n}\n.abh-mission-sub {\n  max-width: 710px;\n  margin: 0;\n  color: rgba(204,230,241,.72);\n  font-size: 16px;\n  line-height: 1.78;\n}\n\/* =========================================================\n   LOGO GLASS CARD\n========================================================= *\/\n.abh-logo-card {\n  position: relative;\n  padding: 18px;\n  overflow: hidden;\n  border-radius: 24px;\n  border:\n    1px solid rgba(125,220,255,.22);\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.10),\n      rgba(255,255,255,.035)\n    );\n  box-shadow:\n    0 30px 80px rgba(0,0,0,.30),\n    inset 0 1px 0 rgba(255,255,255,.12);\n  backdrop-filter: blur(20px);\n  -webkit-backdrop-filter: blur(20px);\n}\n.abh-logo-card::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 15%;\n  right: 15%;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(95,215,255,.92),\n      transparent\n    );\n}\n.abh-logo-image {\n  display: block;\n  width: 100%;\n  height: auto;\n  border-radius: 16px;\n}\n.abh-logo-caption {\n  padding: 23px 15px 10px;\n  text-align: center;\n}\n.abh-logo-caption strong {\n  display: block;\n  margin-bottom: 5px;\n  color: #ffffff;\n  font-size: 20px;\n}\n.abh-logo-caption span {\n  color: #73dcff;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   MISSION STATEMENT\n========================================================= *\/\n.abh-mission-statement {\n  padding: 42px;\n  border:\n    1px solid rgba(107,216,255,.19);\n  border-radius: 22px;\n  background:\n    linear-gradient(\n      135deg,\n      rgba(7,79,129,.57),\n      rgba(4,42,73,.68)\n    );\n  box-shadow:\n    0 22px 60px rgba(0,0,0,.18);\n}\n.abh-mission-statement p {\n  margin: 0;\n  color: rgba(222,241,249,.84);\n  font-size: 18px;\n  line-height: 1.82;\n}\n\/* =========================================================\n   THREE SYSTEMS\n========================================================= *\/\n.abh-three-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3,minmax(0,1fr));\n  gap: 20px;\n  margin-top: 34px;\n}\n.abh-system-card {\n  padding: 31px 28px;\n  border:\n    1px solid rgba(115,214,250,.15);\n  border-radius: 19px;\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.07),\n      rgba(255,255,255,.025)\n    );\n  box-shadow:\n    0 18px 50px rgba(0,0,0,.16);\n}\n.abh-system-number {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 41px;\n  height: 41px;\n  margin-bottom: 19px;\n  border-radius: 50%;\n  color: #68d9ff;\n  background:\n    rgba(42,186,238,.10);\n  border:\n    1px solid rgba(92,212,253,.23);\n  font-size: 13px;\n  font-weight: 800;\n}\n.abh-system-card h3 {\n  margin: 0 0 10px;\n  color: #ffffff;\n  font-size: 21px;\n}\n.abh-system-card p {\n  margin: 0;\n  color: rgba(205,231,242,.70);\n  font-size: 14.5px;\n  line-height: 1.72;\n}\n\/* =========================================================\n   TOOLS GRID\n========================================================= *\/\n.abh-tools-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(3,minmax(0,1fr));\n  gap: 16px;\n  margin-top: 34px;\n}\n.abh-tool-card {\n  padding: 26px 24px;\n  border-radius: 16px;\n  border:\n    1px solid rgba(112,214,252,.14);\n  background:\n    rgba(255,255,255,.035);\n}\n.abh-tool-card span {\n  display: block;\n  margin-bottom: 7px;\n  color: #6fdcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n.abh-tool-card h3 {\n  margin: 0 0 9px;\n  color: #ffffff;\n  font-size: 19px;\n}\n.abh-tool-card p {\n  margin: 0;\n  color: rgba(205,231,242,.70);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\/* =========================================================\n   PERSPECTIVE PANEL\n========================================================= *\/\n.abh-perspective-panel {\n  display: grid;\n  grid-template-columns:\n    minmax(0,1.25fr)\n    minmax(260px,.75fr);\n  gap: 38px;\n  align-items: center;\n  padding: 42px;\n  border-radius: 23px;\n  border:\n    1px solid rgba(105,214,253,.19);\n  background:\n    linear-gradient(\n      135deg,\n      rgba(6,77,125,.60),\n      rgba(3,42,73,.69)\n    );\n  box-shadow:\n    0 25px 70px rgba(0,0,0,.22);\n}\n.abh-perspective-panel h3 {\n  margin: 0 0 14px;\n  color: #ffffff;\n  font-size: 30px;\n  line-height: 1.18;\n  letter-spacing: -.8px;\n}\n.abh-perspective-panel p {\n  margin: 0;\n  color: rgba(219,239,248,.76);\n  font-size: 16px;\n  line-height: 1.78;\n}\n.abh-perspective-words {\n  display: grid;\n  gap: 11px;\n}\n.abh-perspective-word {\n  padding: 15px 17px;\n  text-align: center;\n  border-radius: 12px;\n  color: #ffffff;\n  background:\n    rgba(255,255,255,.045);\n  border:\n    1px solid rgba(113,214,251,.14);\n  font-size: 15px;\n  font-weight: 700;\n}\n\/* =========================================================\n   CHANGE PATH\n========================================================= *\/\n.abh-path-grid {\n  display: grid;\n  grid-template-columns:\n    repeat(5,minmax(0,1fr));\n  gap: 14px;\n  margin-top: 35px;\n}\n.abh-path-card {\n  padding: 24px 18px;\n  text-align: center;\n  border-radius: 16px;\n  border:\n    1px solid rgba(108,213,251,.14);\n  background:\n    rgba(255,255,255,.035);\n}\n.abh-path-card span {\n  display: block;\n  margin-bottom: 6px;\n  color: #6fdcff;\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n.abh-path-card strong {\n  display: block;\n  color: #ffffff;\n  font-size: 16px;\n  line-height: 1.35;\n}\n\/* =========================================================\n   VANGUARD STATEMENT\n========================================================= *\/\n.abh-vanguard {\n  position: relative;\n  padding: 55px 45px;\n  overflow: hidden;\n  text-align: center;\n  border-radius: 24px;\n  border:\n    1px solid rgba(108,217,255,.22);\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(47,190,239,.18),\n      transparent 48%\n    ),\n    linear-gradient(\n      135deg,\n      rgba(7,77,126,.62),\n      rgba(3,39,69,.72)\n    );\n  box-shadow:\n    0 30px 80px rgba(0,0,0,.22);\n}\n.abh-vanguard::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 20%;\n  right: 20%;\n  height: 1px;\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      #68dbff,\n      transparent\n    );\n}\n.abh-vanguard span {\n  display: block;\n  margin-bottom: 16px;\n  color: #6fdcff;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n.abh-vanguard h2 {\n  max-width: 900px;\n  margin: 0 auto;\n  color: #ffffff;\n  font-size:\n    clamp(37px,5vw,57px);\n  line-height: 1.14;\n  letter-spacing: -1.8px;\n}\n\/* =========================================================\n   FINAL\n========================================================= *\/\n.abh-mission-final {\n  position: relative;\n  z-index: 2;\n  padding: 105px 24px;\n  text-align: center;\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      rgba(43,185,235,.12),\n      transparent 38%\n    );\n}\n.abh-mission-final-inner {\n  max-width: 900px;\n  margin: 0 auto;\n}\n.abh-final-dot {\n  width: 8px;\n  height: 8px;\n  margin: 0 auto 24px;\n  border-radius: 50%;\n  background: #55d4ff;\n  box-shadow:\n    0 0 20px rgba(85,212,255,.85);\n}\n.abh-mission-final h2 {\n  margin: 0 0 20px;\n  color: #ffffff;\n  font-size:\n    clamp(40px,6vw,61px);\n  line-height: 1.06;\n  letter-spacing: -2px;\n}\n.abh-mission-final p {\n  max-width: 800px;\n  margin: 0 auto 19px;\n  color: rgba(211,235,245,.76);\n  font-size: 18px;\n  line-height: 1.8;\n}\n.abh-final-emphasis {\n  margin-top: 35px;\n  color: #ffffff;\n  font-size:\n    clamp(22px,3vw,29px);\n  font-weight: 750;\n  line-height: 1.6;\n}\n.abh-final-emphasis span {\n  display: block;\n  color: #78deff;\n}\n.abh-mission-brand {\n  margin-top: 35px;\n  color: #70dcff;\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 1.9px;\n  text-transform: uppercase;\n}\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n@media (max-width: 950px) {\n  .abh-mission-hero {\n    min-height: auto;\n    padding:\n      78px 22px 70px;\n  }\n  .abh-mission-hero-grid,\n  .abh-perspective-panel {\n    grid-template-columns: 1fr;\n  }\n  .abh-logo-card {\n    max-width: 720px;\n  }\n  .abh-path-grid {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n}\n@media (max-width: 760px) {\n  .abh-three-grid,\n  .abh-tools-grid {\n    grid-template-columns: 1fr;\n  }\n}\n@media (max-width: 600px) {\n  .abh-mission-hero {\n    padding:\n      60px 18px 58px;\n  }\n  .abh-mission-hero h1 {\n    font-size: 44px;\n    letter-spacing: -1.9px;\n  }\n  .abh-mission-section {\n    padding:\n      65px 18px;\n  }\n  .abh-mission-statement,\n  .abh-perspective-panel {\n    padding: 28px 24px;\n  }\n  .abh-path-grid {\n    grid-template-columns: 1fr;\n  }\n  .abh-vanguard {\n    padding:\n      40px 24px;\n  }\n  .abh-mission-final {\n    padding:\n      75px 18px;\n  }\n}\n<\/style>\n  <!-- =======================================================\n       HERO\n  ======================================================== -->\n  <section>\n          Our Mission\n        <h1>\n          Science Informs Us.\n            Action Changes Us.\n        <\/h1>\n        \n          At Advanced Behavioral Health, our mission is to\n          help individuals move beyond fear, avoidance, and\n          uncertainty through evidence-based counseling,\n          neuroscience-informed strategies, and practical\n          behavioral change.\n        \n        \n          We integrate emotional, behavioral, and physical\n          health to help clients build resilience, tolerate\n          distress, and take meaningful action toward a\n          better life.\n        \n      <!-- =================================================\n           ABH LOGO\n      ================================================== -->\n      <aside>\n        <img decoding=\"async\"\n          src=\"https:\/\/abhmind.com\/wp-content\/uploads\/2026\/07\/Small-Logo.png\"\n          alt=\"Advanced Behavioral Health\"\n        >\n          <strong>\n            Advanced Behavioral Health\n          <\/strong>\n            Science. Mind. Transformation.\n      <\/aside>\n  <\/section>\n  <!-- =======================================================\n       VANGUARD\n  ======================================================== -->\n  <section>\n          Our Perspective\n        <h2>\n          We are at the vanguard of a scientific revolution\n          in psychology and neuroscience.\n        <\/h2>\n  <\/section>\n  <!-- =======================================================\n       CORE MISSION\n  ======================================================== -->\n  <section>\n          Integrated Behavioral Health\n        <h2>\n          Meaningful Change Requires\n          More Than Insight.\n        <\/h2>\n        \n          We believe meaningful change occurs when\n          emotional, behavioral, and physical development\n          work together.\n          By integrating cognitive behavioral therapy,\n          Exposure and Response Prevention,\n          neuroscience-informed strategies, and innovative\n          tools, we help clients better understand\n          themselves, increase distress tolerance, develop\n          healthier behaviors, and take practical steps\n          toward lasting change.\n        \n        <article>\n            01\n          <h3>\n            Emotional Health\n          <\/h3>\n          \n            Understanding thoughts, emotions, fears,\n            uncertainty, and internal experiences while\n            developing greater flexibility and resilience.\n          \n        <\/article>\n        <article>\n            02\n          <h3>\n            Behavioral Health\n          <\/h3>\n          \n            Identifying the behavioral patterns that\n            maintain problems and developing deliberate,\n            effective actions that move life in a healthier\n            direction.\n          \n        <\/article>\n        <article>\n            03\n          <h3>\n            Physical Health\n          <\/h3>\n          \n            Recognizing the interaction among sleep,\n            physiology, activity, stress regulation, and\n            other physical processes that influence mental\n            health.\n          \n        <\/article>\n  <\/section>\n  <!-- =======================================================\n       HOW WE WORK\n  ======================================================== -->\n  <section>\n          From Science to Practice\n        <h2>\n          Translating Knowledge Into\n          Practical Change\n        <\/h2>\n        \n          Behavioral science becomes most useful when it\n          can be translated into strategies that improve\n          everyday life.\n        \n        <article>\n            Evidence-Based\n          <h3>\n            Cognitive Behavioral Therapy\n          <\/h3>\n          \n            Using structured cognitive and behavioral\n            strategies to identify patterns, develop new\n            responses, and increase psychological\n            flexibility.\n          \n        <\/article>\n        <article>\n            OCD Treatment\n          <h3>\n            Exposure &#038; Response Prevention\n          <\/h3>\n          \n            Helping clients confront uncertainty and\n            distress while reducing avoidance,\n            reassurance, rituals, and compulsive\n            responses.\n          \n        <\/article>\n        <article>\n            Neuroscience\n          <h3>\n            Brain-Informed Strategies\n          <\/h3>\n          \n            Applying relevant findings from neuroscience,\n            sleep science, behavioral medicine, and\n            psychological research to clinical practice.\n          \n        <\/article>\n        <article>\n            Technology\n          <h3>\n            Alpha-Stim\n          <\/h3>\n          \n            When clinically appropriate, technology may be\n            incorporated as an adjunct to broader\n            evidence-based treatment and behavioral\n            strategies.\n          \n        <\/article>\n        <article>\n            Engagement\n          <h3>\n            Mobile Applications\n          <\/h3>\n          \n            Digital tools can support tracking, education,\n            behavioral practice, and active participation\n            between scheduled appointments.\n          \n        <\/article>\n        <article>\n            Education\n          <h3>\n            Online Learning\n          <\/h3>\n          \n            Clinical education helps clients better\n            understand symptoms, treatment principles, and\n            the mechanisms involved in meaningful\n            behavioral change.\n          \n        <\/article>\n  <\/section>\n  <!-- =======================================================\n       THE LENS\n  ======================================================== -->\n  <section>\n          Perspective &#038; Response\n        <h2>\n          We Cannot Control Every Challenge.\n          We Can Change How We Respond.\n        <\/h2>\n          <h3>\n            Change the Lens.\n          <\/h3>\n          \n            We cannot always change the reality of pain,\n            uncertainty, rejection, loss, or life&#8217;s other\n            challenges.\n            However, we can change the lens through which\n            we interpret and respond to those challenges.\n            With a clearer perspective, individuals can\n            find hope, strengthen resilience, develop\n            solutions, and take meaningful action toward\n            creating the life they desire.\n          \n            Perspective\n            Resilience\n            Solutions\n            Action\n  <\/section>\n  <!-- =======================================================\n       FACE DISTRESS\n  ======================================================== -->\n  <section>\n          Beyond Fear &#038; Avoidance\n        <h2>\n          Growth Often Begins on\n          the Other Side of Uncertainty.\n        <\/h2>\n        \n          At Advanced Behavioral Health, we are committed\n          to helping clients face distress, overcome\n          obstacles, and discover that growth often begins\n          on the other side of fear and uncertainty.\n        \n        \n          You do not have to give in to anxiety,\n          avoidance, or hopelessness.\n          You can learn to tolerate discomfort, adapt to\n          uncertainty, develop effective responses, and\n          continue moving forward even when life is\n          difficult.\n        \n          Step 01\n          <strong>\n            Understand\n          <\/strong>\n          Step 02\n          <strong>\n            Face\n          <\/strong>\n          Step 03\n          <strong>\n            Tolerate\n          <\/strong>\n          Step 04\n          <strong>\n            Adapt\n          <\/strong>\n          Step 05\n          <strong>\n            Move Forward\n          <\/strong>\n  <\/section>\n  <!-- =======================================================\n       FINAL\n  ======================================================== -->\n  <section>\n      <h2>\n        Keep Going.\n        Reach Out.\n      <\/h2>\n      \n        Meaningful change rarely happens all at once.\n        It happens through understanding, willingness,\n        repeated action, and the decision to continue\n        moving forward.\n      \n      \n        Fear may be present.\n        Uncertainty may be present.\n        Difficulty may be present.\n        None of those things have to determine what you do\n        next.\n      \n          You can cope.\n          You can adapt.\n          You can move forward.\n          You can make it through.\n        Science. Mind. Transformation.\n  <\/section>\n\t<!-- =========================================================\n     ADVANCED BEHAVIORAL HEALTH\n     CONTACT CTA SECTION\n     Appointment + Contact Page\n========================================================= -->\n<style>\n.abh-contact-cta,\n.abh-contact-cta * {\n    box-sizing: border-box;\n}\n.abh-contact-cta {\n    position: relative;\n    overflow: hidden;\n    padding: 80px 24px;\n    color: #ffffff;\n    font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n    background:\n        radial-gradient(\n            circle at 82% 15%,\n            rgba(47,190,240,.16),\n            transparent 30%\n        ),\n        radial-gradient(\n            circle at 10% 80%,\n            rgba(15,107,188,.10),\n            transparent 30%\n        ),\n        linear-gradient(\n            145deg,\n            #021421 0%,\n            #04243d 100%\n        );\n}\n\/* Scientific grid *\/\n.abh-contact-cta::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(\n            rgba(104,216,255,.03) 1px,\n            transparent 1px\n        ),\n        linear-gradient(\n            90deg,\n            rgba(104,216,255,.03) 1px,\n            transparent 1px\n        );\n    background-size: 56px 56px;\n    pointer-events: none;\n}\n\/* =========================================================\n   GLASS PANEL\n========================================================= *\/\n.abh-contact-cta-inner {\n    position: relative;\n    z-index: 2;\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 50px 44px;\n    text-align: center;\n    border-radius: 24px;\n    border:\n        1px solid rgba(107,216,255,.22);\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,.08),\n            rgba(255,255,255,.025)\n        );\n    box-shadow:\n        0 28px 70px rgba(0,0,0,.24),\n        inset 0 1px 0 rgba(255,255,255,.10);\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n}\n.abh-contact-cta-inner::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 18%;\n    right: 18%;\n    height: 1px;\n    background:\n        linear-gradient(\n            90deg,\n            transparent,\n            rgba(99,216,255,.90),\n            transparent\n        );\n}\n\/* =========================================================\n   TAG\n========================================================= *\/\n.abh-contact-tag {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 9px;\n    margin-bottom: 19px;\n    padding: 8px 15px;\n    border-radius: 50px;\n    border:\n        1px solid rgba(102,216,255,.24);\n    background:\n        rgba(255,255,255,.04);\n    color: #79ddff;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n}\n.abh-contact-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: #53d5ff;\n    box-shadow:\n        0 0 11px rgba(83,213,255,.9);\n}\n\/* =========================================================\n   HEADING\n========================================================= *\/\n.abh-contact-cta-inner h2 {\n    max-width: 850px;\n    margin: 0 auto 18px;\n    color: #ffffff;\n    font-size:\n        clamp(36px,5vw,53px);\n    line-height: 1.08;\n    letter-spacing: -1.8px;\n}\n.abh-contact-cta-inner h2 span {\n    display: block;\n    margin-top: 5px;\n    background:\n        linear-gradient(\n            90deg,\n            #ffffff,\n            #8fe5ff,\n            #34b9ec\n        );\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n}\n.abh-contact-cta-inner p {\n    max-width: 790px;\n    margin: 0 auto;\n    color:\n        rgba(211,235,245,.76);\n    font-size: 16.5px;\n    line-height: 1.8;\n}\n\/* =========================================================\n   BUTTON ROW\n========================================================= *\/\n.abh-contact-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    align-items: center;\n    gap: 15px;\n    margin-top: 32px;\n}\n\/* =========================================================\n   CONTACT BUTTON\n========================================================= *\/\n.abh-contact-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n    min-height: 54px;\n    padding: 0 31px;\n    border-radius: 50px;\n    color: #ffffff !important;\n    text-decoration: none !important;\n    text-transform: uppercase;\n    letter-spacing: 1.4px;\n    font-size: 13px;\n    font-weight: 700;\n    background:\n        linear-gradient(\n            145deg,\n            rgba(5,28,70,.96) 0%,\n            rgba(9,49,110,.94) 50%,\n            rgba(3,20,55,.98) 100%\n        );\n    border:\n        1px solid rgba(140,210,255,.28);\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,.18),\n        inset 0 -1px 0 rgba(255,255,255,.05),\n        0 10px 28px rgba(0,20,60,.55);\n    transition:\n        all .35s ease;\n}\n.abh-contact-button::before {\n    content: \"\";\n    position: absolute;\n    top: -180%;\n    left: -40%;\n    width: 30%;\n    height: 450%;\n    background:\n        linear-gradient(\n            90deg,\n            transparent,\n            rgba(255,255,255,.22),\n            rgba(255,255,255,.05),\n            transparent\n        );\n    transform: rotate(25deg);\n    transition: left .8s ease;\n}\n.abh-contact-button:hover {\n    color: #ffffff !important;\n    transform: translateY(-3px);\n    background:\n        linear-gradient(\n            145deg,\n            rgba(8,40,95,.98),\n            rgba(12,67,145,.96),\n            rgba(5,30,75,.98)\n        );\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,.22),\n        0 16px 36px rgba(0,45,120,.55),\n        0 0 20px rgba(45,145,255,.30);\n}\n.abh-contact-button:hover::before {\n    left: 155%;\n}\n\/* =========================================================\n   SIMPLEPRACTICE BUTTON OVERRIDE\n========================================================= *\/\n.abh-contact-cta\n.spwidget-button-wrapper {\n    text-align: center !important;\n    margin: 0 !important;\n}\n.abh-contact-cta\n.spwidget-button {\n    display: inline-flex !important;\n    align-items: center;\n    justify-content: center;\n    min-height: 54px;\n    padding:\n        0 31px !important;\n    border-radius:\n        50px !important;\n    color:\n        #ffffff !important;\n    background:\n        linear-gradient(\n            145deg,\n            rgba(5,28,70,.96) 0%,\n            rgba(9,49,110,.94) 50%,\n            rgba(3,20,55,.98) 100%\n        ) !important;\n    border:\n        1px solid rgba(140,210,255,.28) !important;\n    font-size:\n        13px !important;\n    font-weight:\n        700 !important;\n    letter-spacing:\n        1.4px !important;\n    text-transform:\n        uppercase !important;\n    text-decoration:\n        none !important;\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,.18),\n        inset 0 -1px 0 rgba(255,255,255,.05),\n        0 10px 28px rgba(0,20,60,.55);\n    transition:\n        all .35s ease;\n}\n.abh-contact-cta\n.spwidget-button:hover {\n    color: #ffffff !important;\n    transform: translateY(-3px);\n    background:\n        linear-gradient(\n            145deg,\n            rgba(8,40,95,.98),\n            rgba(12,67,145,.96),\n            rgba(5,30,75,.98)\n        ) !important;\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,.22),\n        0 16px 36px rgba(0,45,120,.55),\n        0 0 20px rgba(45,145,255,.30);\n}\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n@media (max-width: 650px) {\n    .abh-contact-cta {\n        padding: 60px 18px;\n    }\n    .abh-contact-cta-inner {\n        padding: 36px 23px;\n    }\n    .abh-contact-cta-inner h2 {\n        font-size: 38px;\n    }\n    .abh-contact-buttons {\n        display: grid;\n        grid-template-columns: 1fr;\n    }\n    .abh-contact-cta\n    .spwidget-button-wrapper {\n        width: 100%;\n    }\n    .abh-contact-cta\n    .spwidget-button,\n    .abh-contact-button {\n        width: 100%;\n    }\n}\n<\/style>\n<!-- =========================================================\n     CONTACT CTA SECTION\n========================================================= -->\n<section>\n            Connect With Advanced Behavioral Health\n        <h2>\n            Have Questions?\n                Start the Conversation.\n        <\/h2>\n        \n            Whether you are considering treatment, have\n            questions about our services, or would like to\n            determine whether Advanced Behavioral Health is\n            the right clinical fit for your needs, we\n            welcome you to contact us.\n            You can request an appointment securely or visit\n            our Contact page for office information,\n            telephone, email, location, and directions.\n        \n            <!-- =============================================\n                 SIMPLEPRACTICE\n                 REQUEST AN APPOINTMENT\n            ============================================== -->\n            <!-- Start SimplePractice Contact Form Widget Embed Code -->\n            <style>\n                .spwidget-button-wrapper {\n                    text-align: center;\n                }\n                .spwidget-button {\n                    display: inline-block;\n                    padding: 6px 12px;\n                    color: #1371C8;\n                    background: #fff;\n                    border: 1px solid #1371C8;\n                    border-radius: 4px;\n                    font-size: 14px;\n                    font-weight: 600;\n                    text-decoration: none;\n                }\n                .spwidget-button:hover {\n                    background: #fff;\n                    color: #0F5AA0;\n                }\n                .spwidget-button:active {\n                    color:\n                        rgba(255,255,255,.75) !important;\n                    box-shadow:\n                        0 1px 3px\n                        rgba(0,0,0,.15)\n                        inset;\n                }\n            <\/style>\n                <a\n                    href=\"https:\/\/abhmind.clientsecure.me\"\n                    data-spwidget-scope-id=\"7267d394-3367-4e67-a0a1-2cad15a38489\"\n                    data-spwidget-scope-uri=\"abhmind\"\n                    data-spwidget-application-id=\"7c72cb9f9a9b913654bb89d6c7b4e71a77911b30192051da35384b4d0c6d505b\"\n                    data-spwidget-channel=\"embedded_widget\"\n                    data-spwidget-scope-global\n                    data-spwidget-autobind\n                    data-spwidget-contact\n                >\n                    Request An Appointment\n                <\/a>\n            <!-- End SimplePractice Contact Form Widget Embed Code -->\n            <!-- =============================================\n                 CONTACT PAGE BUTTON\n            ============================================== -->\n            <a\n                href=\"https:\/\/abhmind.com\/?page_id=485\"\n            >\n                Contact Advanced Behavioral Health \u2192\n            <\/a>\n<\/section>\n<!-- =========================================================\n     SIMPLEPRACTICE INTEGRATION\n========================================================= -->\n","protected":false},"excerpt":{"rendered":"<p>Advanced Behavioral Health Science. Mind. Transformation. \u2630 Home What To Expect \u25bc Welcome Philosophy Strategies FAQs Our Expertise \u25bc Anxiety OCD Sleep Training About Us \u25bc Leadership Mission Contact Testimonials Client Portal Provider Referrals Request An Appointment Our Mission Science Informs Us. Action Changes Us. At Advanced Behavioral Health, our mission is to help individuals&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-428","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=428"}],"version-history":[{"count":29,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/428\/revisions"}],"predecessor-version":[{"id":1536,"href":"https:\/\/abhmind.com\/index.php?rest_route=\/wp\/v2\/pages\/428\/revisions\/1536"}],"wp:attachment":[{"href":"https:\/\/abhmind.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}